.image-wrapper {
    display: block;
    width: 100%;
    border-radius:3px;
}

.promo-block {
    min-height: 255px;
    background-image: url(images/promo.jpg);
    background-size: cover;
    background-position: center;
}
.promo-block .info {
    background-image: url(/services/protezirovanie-zubov/vkladki/images/infobg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-top: 95px;
    margin-bottom: 65px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: white;
    border-radius: 3px;
    max-width: 540px;
    width: 100%;
    float: left;
    padding: 40px 45px 115px;
}

.content .parent_one-block {
    padding: 0 15px;
    width: 100%;
    position: relative;
}
.content .parent_one-block:after {
    content: '';
    clear: both;
    display: block;
}
.content .one-block {
    float: left;
    width: 50%;
    padding-right: 10px;
}
.content .two-block {
    float: left;
    width: 50%;
    padding-left: 10px;
}
.content.size-40-60 .one-block {
    width: 40%;
}
.content.size-40-60 .two-block {
    width: 60%;
}
.lined-block .parent_one-block .one-block .block_title {
    margin-top: 100px;
}

.lined-block .parent_two-block {
    padding: 0 15px;
    width: 100%;
}
.lined-block .parent_two-block:after {
    content: '';
    clear: both;
    display: block;
}
.cleared {
    clear: both;
}
.line-right {
    margin-top: 100px; 
    padding-top: 5px;
}
.lined-block {
    position: relative;
    background-position: top center;
    background-repeat: repeat-y;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.lined-block:before,
.lined-block:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    height: 60px;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.lined-block.line-to-left,
.lined-block.line-to-right {
    padding-bottom: 80px;
    margin-bottom: 0;
}

.lined-block:before {
    top: 0;
}

.lined-block:after {
    bottom: 0;
}

.lined-block.line-left {
    background-image: url(/images/line_left.jpg);
}
.lined-block.line-right {
    background-image: url(/images/line_right.jpg);
}

.lined-block.line-left:before {
    background-image: url(/images/line_left_top.jpg);
}
.lined-block.line-left:after {
    background-image: url(/images/line_left_bottom.jpg);
}

.lined-block.line-right:before {
    background-image: url(/images/line_right_top.jpg);
}
.lined-block.line-right:after {
    background-image: url(/images/line_right_bottom.jpg);
}

.lined-block.line-right.line-to-left:after {
    background-image: url(/images/line_right_to_left.jpg);
    height: 120px;
}

.lined-block .content {
    position: relative;
    z-index: 1;
}

.lined-block.line-hide-top:before {
    display: none;
}
.pic_list {
    
}
.pic_list .img {
    position: relative;
    background-size: cover;
    height: 190px;
    border-bottom: #ffc963 4px solid;
    border-radius: 3px 3px 0 0;
}
.pic_list .img .num {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Cambria;
    font-weight: bold;
    font-size: 4.2rem;
    line-height: 3rem;
    color: #ffc963;
    /*text-shadow: 0 0 2px rgba(0,0,0,0.3);*/
}
.pic_list .title {
    font-family: Cambria;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #252525;
}
.pic_list .desc {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #676767;
}

.video-block {
    display: block;
    background-color: #f9e7b5;
    border-radius: 3px;
}
.video-block img {
    float: left;
    margin-right: 20px;
    border-radius: 3px 0 0 3px;
}
.video-block .info {
    float: left;
    padding-top: 20px;
}
.video-block .info .title {
    font-family: Cambria;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #252525;
}
.video-block .info .time {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #676767;
}
.icon_box {
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}
.icon_box img {
    display: block;
    height: 50px;
}
.icon_box .title {
    font-family: Cambria;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #252525;
}
.icon_box .desc {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #676767;
}

.icon_box.icon_box_horizontal {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}


.icon_box.icon_box_horizontal img {
    float: left;
}

.icon_box.icon_box_horizontal .title {
    padding-left: 70px;
}

.icon_box.icon_box_horizontal:nth-child(2n+1) {
    clear: both;
}
.block_title {
    font-family: Cambria;
    font-size: 3.0rem;
    line-height: 3.2rem;
    color: #252525;
    font-weight: bold;
}
.block_mini_title {
    font-family: Cambria;
    font-size: 2.4rem;
    line-height: 2.6rem;
    color: #252525;
    font-weight: bold;
}
.mini-line_green {
    width: 86px;
    height: 4px;
    background-color: #65b22f;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-4 {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 25%;
}

.col-4:nth-child(4n+1) {
    clear: both;
}

.clearfix {
    clear: both;
}

.clearfix:before, 
.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

.two-pic .pic-one,
.two-pic .pic-two {
    float: left;
}

.two-pic .pic-one .img,
.two-pic .pic-two .img {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.two-pic .pic-one {
    width: 40%;
    padding-right: 10px;
}

.two-pic .pic-two {
    width: 60%;
    padding-left: 10px;
}

.two-pic .pic-one .img {
    background-image: url(images/img4.jpg);
}

.two-pic .pic-two .img {
    background-image: url(images/img5.jpg);
}

.custom-img1 {
    margin-top: -30px;
}

.custom-img2 {
    margin-top: -250px;
}
.visible-span{display:none}


@media (max-width: 1223px) {

}

@media (min-width: 767px) and (max-width: 1023px) {
    .col-4 {
        width: 33.33333%;
    }

    .col-4:nth-child(4n+1) {
        clear: none;
    }

    .col-4:nth-child(3n+1) {
        clear: both;
    }
}

@media (max-width: 1023px) {
    .content2 .one-block {
        width: 100%;
        float: none;
    }

    .content2 .two-block {
        width: 100%;
        float: none;
        padding: 0;
    }

    .snake2-block .parent_one-block {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
    .snake2-block .parent_two-block {
        float: none;
        width: 100%;
    }

    .icon_box.icon_box_horizontal {
        float: none;
        width: 100%;
    }

    .custom-img1 {
        margin-top: 180px;
    }
    .custom-img2 {
        margin-top: 0px;
    }
    
    .visible-span{display:block}
}

@media (max-width: 767px) {
    .visible-xs {
        display: inline;
    }

    .hidden-xs {
        display: none;
    }

    .promo-block .content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .promo-block .info {
        width: 100%;
        margin-left: 0;
    }

    .content.size-40-60 .one-block,
    .content .one-block {
        float: none;
        width: 100%;
        padding: 0;
    }

    .content.size-40-60 .two-block, 
    .content .two-block {
        float: none;
        width: 100%;
        padding: 0;
    }

    .col-4 {
        width: 50%;
    }

    .col-4:nth-child(2n+1) {
        clear: both;
    }

    .col-3 {
        width: 50%;
    }

    .col-3:nth-child(3n+1) {
        clear: none;
    }

    .col-3:nth-child(2n+1) {
        clear: both;
    }

    .clear-margin-xs {
        margin-top: 0 !important;
    }

    .icon_box {
        width: 50%;
    }

    .icon_box:nth-child(2n+1) {
        clear: both;
    }

    .lined-block.mobile-top-mini {
        margin-top: 20px;
    }

    .lined-block.mobile-top-mini .parent_one-block .one-block .block_title {
        margin-top: 40px;
    }

    .custom-img1 {
        margin-top: 0;
    }
    .icon_box.icon_box_horizontal{
        text-align: center;
    }
    .icon_box.icon_box_horizontal img{
        float: none;
        display: inline-block;
    }
    .icon_box.icon_box_horizontal .title{
        padding-left: 0;
    }
    .two-block img{
        margin-bottom: 35px;
    }
}
@media(width: 768px) {
    .two-pic .pic-one {
        width: 100%;
        margin-bottom: 20px;
    }
    .two-pic .pic-two {
        width: 97%;
    }
}
@media(max-width: 767px) {
    .two-pic .pic-one {
        width: 50%;
    }
    .two-pic .pic-two {
        width: 50%;
    }
}

@media (max-width: 479px) {
    .promo-block .content .info {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 40px 30px 80px;
    }
    .col-4 {
        width: 100%;
    }

    .green-box .text span {
        font-size: 20px;
    }

    .block_title {
        font-size: 2.8rem;
    }

    .col-3 {
        width: 100%;
        float: none;
    }
    .icon_box,.button-group{
        width: 100%;
        text-align: center;
    }
    .icon_box img{
        display: inline-block;
    }
}

@media (max-width: 410px) {
    .visible-span {
        display:block
    }
    .video-block .info .title {
        font-size: 1.5rem;
    }
    .video-block .info {
        padding-top: 10px;
    }
    .video-block img {
        margin-right: 10px;
    }
}
@media(max-width: 414px) {
    .line-right {
        padding-top: 20px;
    }
}