@charset "utf-8";
.decoration{
font-family: 'PT Sans', sans-serif;
font-size:17px;
}
.title_h21{
font-weight:bold;
font-size:21px;
font-style:italic;
text-align:center;
}
.card-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
    align-items: center;
}
.card-img {
}
.card-img img {
    width: 291px;
    border-radius: 3px 3px 0 0;
}
.card-tit {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
}
.card-text p {
    margin: 0;
    padding: 0;
}
.card-tit span {
    padding: 0px 3px;
    margin: 10px 0 15px;
    display: block;
}
.card-text {
    text-align: center;
    font-size: 11px;
    padding: 4px;
    line-height: 23px;
    text-transform: uppercase;
}
.card-in {
    width: 42%;
    margin: 0 10px 0 0;
    border-radius:0 0 3px 3px;
    background-color: #f3f3f3;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0px 17px rgba(172, 172, 172, 0.51);
    box-shadow: 0 0px 17px rgba(172, 172, 172, 0.57);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f0f0f0));
    background-image: linear-gradient(#f5f5f5, #f0f0f0);
    -pie-background: linear-gradient(#f5f5f5, #f0f0f0);
}
.body-tit {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}
.card-body {
    width: 53%;
    -webkit-box-shadow: 0 0 2px rgb(203, 203, 203);
            box-shadow: 0 0 2px rgb(203, 203, 203);
    padding: 10px;
    border-radius: 3px;
}
.body-text {
    font-size: 14px;
    line-height: 20px;
}
.body-text ul {
    list-style: none;
    margin: 8px 0 8px 0;
    padding: 0;
    line-height: 20px;
}
.body-text ul li {
    position: relative;
    padding: 0 0 0 13px;
}
.body-text ul li:before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    border-radius: 100%;
    content: "";
    width: 6px;
    height: 6px;
    background: #db3232;
}
.card-text strong {
    color: #da3232;
}
.text-top {
    line-height: 20px;
}
.text_bot { 
    line-height: 20px;
}
.title-card {
    position: relative;
    margin: 40px auto 20px;
    text-align: center;
    font-size: 23px;
    z-index: 1;
    width: 266px;
}
.title-card span {
    background-color: #ffffff;
    padding: 0px 3px;
}

.common-div{
	text-align: justify;
	font-size: 17px;
	line-height: 22px;
	color: #444;
}
.headiv {
	font-size:17px;

}
.common-div h2 span:nth-child(1) {
    display: inline-block;
    border-radius: 100%;
    background: #da3131;
    color: #fff;
    box-shadow: 0 0 1px 2px #909090;
    width: 5px;
    height: 15px;
    padding: 4px 15px 9px 10px;
    margin: 0 5px 5px 0;
    text-align: center;
    vertical-align: middle;
    font-size: 17px;
}
.common-div .bolded-text {
    font-style: italic;
    line-height: 1.2;
    color: #000;
}
.common-div strong:not('a') {
	color: #000;
}
.common-div h2 {font-size: 19px;font-weight: bold; padding: 0 0 5px 0;}
.common-div ul li {list-style-type: disc;}

.common-btn {
    /*background: -webkit-gradient(linear, left top, left bottom, from(#e24646), to(#d92e2e));
    background: -webkit-linear-gradient(#e24646, #d92e2e);
    background: -o-linear-gradient(#e24646, #d92e2e);
    background: linear-gradient(#e24646, #d92e2e);*/
    /* padding: 10px 15px; */
   /* margin: 10px 0;
    /* width: 288px; */
    /*display: inline-block;
    position: relative;*/
    width: 318px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
    font-weight: 700;
    color: rgb(245,245,245);
    text-shadow: 0 -1px rgba(0,0,0,.1);
    text-decoration: none;
    user-select: none;
    padding: 1px 140px 1px 0;
    outline: none;
    border-radius: 3px;
    background: #e5e5e5 linear-gradient(#0088cc, #0e86bf);
    box-shadow: 0 0 10px 1px rgba(175, 175, 175, 0.5);
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.1s linear infinite;
    margin: 20px;
}



.common-btn a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
    width: 288px;
    padding: 10px 15px;
}


.common-btn:after {
    content: '';
    display: inline-block;
    background-color: #db4245;
    background-image: url('/d/734190/t/images/cursor11111.png');
    background-position: center center;
    background-size: 40%;
    background-repeat: no-repeat;
    width: 55px;
    height: 100%;
    position: absolute;
    top: 0;
}



table.table1.viz-table td {
    padding: 0 15px;
}
/*  */
.img-block {
    width: 140px;
    padding: 10px 0;
    margin: auto 5px;
}
.img-block img {
    max-width: 100%;
}
.review-block {
    DISPLAY: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-shadow: 0 0 5px 1px rgba(136, 136, 136, 0.4);
            box-shadow: 0 0 5px 1px rgba(136, 136, 136, 0.4);
    border-radius: 2px;
    margin: 20px 0;
}
.opinion-block {
    width: 530px;
    margin: 0 5px;
    line-height: 20px;
}
.shreph {
    width: 100%;
    padding: 5px 10px 5px 0;
    border-radius: 3px;
}
.form-bl input, .form-bl textarea {
    margin: 14px 0;
    width: 100%;
}
.form-bl {
    width: 300px;
    margin: 0 auto;
}
.field-title {
	display: block;
	color: #222;
}
.field-title span {
	color:#f00;
}
.form-bl .title {
    margin: 15px auto;
    font-size: 19px;
    background: rgba(223, 55, 55, 0.8);
    max-width: 210px;
    padding: 10px 0px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
.form-bl .title:hover {
background: #df3737;
}
.form-bl form {
	display: none;
}
.tel-number {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#e24646), to(#d92e2e));
    background: -webkit-linear-gradient(#e24646, #d92e2e);
    background: -o-linear-gradient(#e24646, #d92e2e);
    background: linear-gradient(#e24646, #d92e2e);
    padding: 10px 20px;
    font-size: 19px;
    min-width: 100px;
    display: inline-block;
}
/*
.ul-bl {
    padding: 10px;
    -webkit-box-shadow: 0 0 10px 1px rgba(175, 175, 175, 0.5);
            box-shadow: 0 0 10px 1px rgba(175, 175, 175, 0.5);
    border-radius: 3px;
    margin: 10px 0 20px 0;
}
.ul-bl ul li {
    list-style: none;
    position: relative;
    margin: 0 0px 15px -20px;
    padding:0 0 0 26px;
    background-image: url('/d/734190/t/images/check-box.png');
    background-position: 0% 35%;
    background-size: 2.8%;
    background-repeat: no-repeat;
    line-height: 18px;
}
/* .ul-bl ul li:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 10px 7px 0px;
    vertical-align: middle;
    background-image: url('/d/734190/t/images/check-box.png');
    background-position: 50% 35%;
    background-size: 75%;
    background-repeat: no-repeat;
    position: absolute;
    left: -36px;
} */
.cont-bl {
    -webkit-box-shadow: 0 0 10px 1px rgba(175, 175, 175, 0.5);
            box-shadow: 0 0 10px 1px rgba(175, 175, 175, 0.5);
    margin: 10px 0 20px 0;
    padding: 1px 0 9px 0;
}
.padbot {
    padding-bottom: 0;
}

p.title-ptn1 {
	text-align: center;
    /*font: bold 18px 'Vollkorn', serif;*/
    color: #e04141;
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0px 3px 0;
}

ul.optn {
    margin: -0.6em 0;
}

p.zag-1 {
    text-align: center;
    /*font: bold 18px 'Vollkorn', serif;*/
    font-weight: bold;
}

h2.title2-ptn {
    /*font: bold 18px 'Vollkorn', serif;*/
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.style-border {
    border-bottom: solid 1px #e9e9e9;
    position: relative;
}

.title-bl, .body-bl {
    border-bottom: 1px solid #dfdfdf;
}

.cont-bl div {
    padding: 0px 10px 0 10px;
}
.body-bl {
    padding: 0 10px 0 25px !important;
}
.price-bl {
    margin: 10px 0 0 0;
    color: #dc3838;
    font-size: 16px;
    font-weight: bold;
}
.title-bl h3 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
}
.zakaz {
    color: #222;
    font-size: 17px;
    text-align: center;
}
.ol-div p {
    color: #111;
    font-size: 16px;
}
.ol-div ol li:before {
    content: counter(list)'';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    /* background: #df3d3d; */
    -webkit-box-shadow: 0 0 0 1.7px #df3d3d;
            box-shadow: 0 0 0 1.7px #df3d3d;
    position: absolute;
    left: -50px;
    top: 7px;
    counter-increment: list;
    padding: 6px 6px 6px 6px;
    text-align: center;
    color: #222;
    font-size: 17px;
}
.ol-div ol {
    list-style: none;
    counter-reset: list 0;
    padding: 0px 11px 0px 40px;
}
.ol-div ol li {
    position: relative;
    margin: 15px 0px 0 25px;
}
.title-bl {
    text-align: left;
}
.price-bl p {
    margin: 0;
}
.ol-div {
    -webkit-box-shadow: 0 0 10px 1px rgba(175, 175, 175, 0.5);
            box-shadow: 0 0 10px 1px rgba(175, 175, 175, 0.5);
    padding: 5px 14px 5px 15px;
    margin: 10px 0;
}
.h2-title {
    font-weight: bold;
    margin: 10px 0 0px;
}
/* ****** */
.common-div2 table.table1.viz-table th {
    text-align: center;
    border: 1px solid #eee;
    background: rgba(238, 238, 238, 0.5);
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.common-div2 table.table1.viz-table {
    font-size: 14px;
    text-align:left;
    vertical-align: top;
}
.common-div2 table.table1.viz-table td, table.table1.viz-table th {
    padding: 5px 5px;
    border-color: #eaeaea;
}
table.table1.viz-table1 td {
    padding: 0 5px;
}
.common-div2 div .small-font-size, div .small-font-size p {
    line-height: 1.1;
    font-size: 11px;
}
.common-div2 td.type-mark {
    color: #d03232;
    font-size: 19px;
}
.common-div2 {
	color: #444;
	text-align: justify;
	line-height: 1.2;
}
.common-div2 table.table1.viz-table ul li {
    list-style: none;
    position:relative;
    line-height: 1.3;
}
.common-div2 table.table1.viz-table ul > li:before {
    left: 0;
    border-right: 2px solid;
    border-top: 2px solid;
    content: '';
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    display: inline-block;
    margin: 0 5px 0 0;
    color: #dd3838;
    position: absolute;
    left: -15px;
    top: 5px;
}
.common-div2 table.table1.viz-table ul li ul li:before {
    border-color: rgb(99, 99, 99)
}
.common-div2 table.table1.viz-table ol {
    list-style: none;
    counter-reset: list 0;
}
.common-div2 table.table1.viz-table ol li {list-style-type: none;position: relative;line-height: 1.4;}
.common-div2 table.table1.viz-table ol li:before {
    counter-increment: list;
    content: counter(list) ".";
    position: absolute;
    left: -17px;
    top: -2px;
    font-size: 14px;
    color: #db3333;
}
.common-div2 table.table1.viz-table ul, table.table1.viz-table ol {
	text-align: left;
}
.common-div2 table.table1.viz-table tr td:first-child div {
    font-size: 17px;
    text-transform: uppercase;
    color: #da3131;
}
.common-div2 table.table1.viz-table tr td:first-child p {
    font-size: 16px;
}
.common-div2 table.table1.viz-table tr td:nth-child(even) strong {
    font-size: 17px;
}
ol.vis-ols {
    list-style: none;
    counter-reset: list 0;
    padding: 0 0 0 50px;
}
ol.vis-ols li {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    padding: 12px 0;
    color: #222;
}
ol.vis-ols li div {
    font-size: 17px;
    font-weight: bold;
}
ol.vis-ols li:before {
    content: counter(list)" ";
    counter-increment: list;
    position: absolute;
    left: -47px;
    top: 20%;
    font-size: 16px;
    display: flex;
    width: 33px;
    height: 33px;
    border: 2.5px solid #fff;
    box-shadow: 0 0 0px 3px #dc3636;
    background: #dc3636;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}
 /* ***** */
 table.viz-table2 {
    border-collapse: inherit;
    border-spacing: 15px;
}
table.viz-table2 td, table.viz-table2 th {
    border: 1px solid #dfdfdf;
    padding: 0px 30px;
    border-radius: 3px;
    box-shadow: 0 3px 20px 1px #dedede;
}
table.viz-table2 td h3, table.viz-table2 td {
    font-size: 15px;
    color: #383838;
}
table.viz-table2 th, table.viz-table2 th h3 {
    font-size: 18px;
    color: #444;
}
table.viz-table2 tr td:nth-child(2) {
    font-weight: bold;
    color: #ce3a3a;
}
.title_h22 {
    font-size: 19px;
    text-align: center;
    color: #000;
}
/* *** */

.btn_form1 {
    position: relative;
    display: inline-block;
    font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: rgb(245,245,245);
    text-shadow: 0 -1px rgba(0,0,0,.1);
    text-decoration: none;
    user-select: none;
    padding: 10px 70px 10px 20px;
    outline: none;
    border-radius: 3px;
    background: #e5e5e5 linear-gradient(#0088cc, #0e86bf);
    box-shadow: 0 0 10px 1px rgba(175, 175, 175, 0.5);
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.1s linear infinite;
    margin: 20px;

}

.btn_form1:after {
    content: '';
    display: inline-block;
    background-color: #c82626;
    background-image: url(/d/734190/t/images/cursor11111.png);
    background-position: center center;
    background-size: 40%;
    background-repeat: no-repeat;
    width: 55px;
    height: 100%;
    position: absolute;
    left: 416px;
    top: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.btn_form1:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    cursor: pointer;
}

.btn_form1:active {
    top: 1px;
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;
    box-shadow: 0 -1px 3px rgba(0,0,0,.3), 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}
/*
@-webkit-keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;}
}
@keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;}
}
*/



.ul-bl1 {
    padding: 10px;
    -webkit-box-shadow: 0 0 10px 1px rgba(175, 175, 175, 0.5);
            box-shadow: 0 0 10px 1px rgba(175, 175, 175, 0.5);
    border-radius: 3px;
    margin: 10px 0 20px 0;
}
.ul-bl1 ul li {
    list-style: none;
    position: relative;
    margin: 0 0px 15px -20px;
    padding:0 0 0 26px;
    background: url(/thumb/2/lFX7ebQL6TWGVrmYuCcNKg/r/d/check-mark.png);
    background-position: 0% 35%;
    background-size: 2.3%;
    background-repeat: no-repeat;
    line-height: 18px;
}

p.ten a {
    color: #000000;
    border-radius: 25px;
    border: 3px solid #dc3636;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px 25px;
    padding: 15px 19px;
    transition: 0.4s ease-in-out;
    text-align: center;
    font: bold 18px 'Vollkorn', serif;
}

p.ten:hover {
    color: #000000;
}

p.ten a span {
    opacity: 0;
    padding-right: 10px;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}

p.ten a:hover span {
    opacity: 1;
    padding-left: 10px;
    padding-right: 10px;
    color: #de3c3c;
}

p.ten1 a {
	color: #000000;
    border-radius: 25px;
    border: 3px solid #dc3636;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px 25px;
    padding: 15px 54px;
    transition: 0.4s ease-in-out;
    text-align: center;
    font: bold 18px 'Vollkorn', serif;
}

p.ten1:hover {
    color: #000000;
}

p.ten1 a span {
    opacity: 0;
    padding-right: 10px;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}

.ul-bl1 {
    padding: 10px;
    -webkit-box-shadow: 0 0 10px 1px rgba(175, 175, 175, 0.5);
    box-shadow: 0 0 10px 1px rgba(175, 175, 175, 0.5);
    border-radius: 3px;
    margin: 10px 0 20px 0;
}

p.ten1 a:hover span {
    opacity: 1;
    padding-left: 10px;
    padding-right: 10px;
    color: #da3232;
}

ul.ptn-ul1 {
    list-style:  none;
}

ul.ptn-ul1 li {
    position:relative;
    padding-left:29px;
}

ul.ptn-ul1 li:before{
    content:"";
    display:block;
    position:absolute;
    width:16px;
    height:16px;
    background:url(/thumb/2/lFX7ebQL6TWGVrmYuCcNKg/r/d/check-mark.png);
    background-size:16px 16px;
    top:0px;
    left:0px;
    margin: 3px 3px 
}


.block-href {
    display: flex;
    flex-direction: column;
}

.common-btn2 {
    width: 318px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
    font-weight: 700;
    color: rgb(245,245,245);
    text-shadow: 0 -1px rgba(0,0,0,.1);
    text-decoration: none;
    user-select: none;
    padding: 1px 95px 1px 0;
    outline: none;
    border-radius: 3px;
    background: #e5e5e5 linear-gradient(#F44336, #F44336);
    box-shadow: -2px 3px 12px 1px rgb(163, 163, 163);
   /* -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.1s linear infinite;*/
    margin: 20px;
    transition: ease;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.common-btn2:after {
    content: '';
    display: inline-block;
 //   background-color: #c82626;
    background-image: url(/d/734190/t/images/cursor11111.png);
    background-position: center center;
    background-size: 40%;
    background-repeat: no-repeat;
    width: 55px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.common-btn2:hover {
    box-shadow: unset;
}