body {
    padding: 0;
    margin: 0;
    background-color: #f2f2f2;
    font-size: 12px;
    font-family:  Verdana, Arial, 'Times New Roman';
    color: #291818;
}


a {
    color: #9F0100;
}
a:hover {
    text-decoration: none;
}
/*------*/
.w100 {
 width: 100%;
}
.top5 {
    padding-top: 5px;
}
.bot5 {
    padding-bottom: 5px;
}
.top10 {
    padding-top: 10px;
}
.bot10 {
    padding-bottom: 10px;
}

.border {
    border: 1px solid #d2d2d2;
}
.borderT {
    border-top: 1px solid #d2d2d2;
}
/*------*/

.border0 {
    border: 0px !important;
}
.block {
    display: block;
}
.none {
    display: none;
}

.center {
    text-align: center;
}
.cls, .cln, .clear, .clearfix {
    clear: both;
    content: " ";
    display: table;
}

.content {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    background-color: #fff;
    box-shadow: 0 0 3px 3px #CCCCCC;
}

.header .logo {
    float: left;
    padding-top: 10px;
}
.header .h_center {
    text-align: center;
    padding: 20px 0 10px 0px;
    float: left;
    width: 200px;
}
.header .h_center .title{
    text-transform: uppercase;	
}
.header .h_center .grafic{
    font-size: 14px;
    font-weight: bold;
}
.header .h_center .grafic .dni{
    font-weight: normal;
    display: inline-block;
}
.header .h_center .grafic strong{
    font-size: 10px;
    vertical-align: top;
    
}


.header .h_contakt {
    width: 500px;
    float: right;
    text-align: left;
    padding-top: 10px;
    color: #4E1515;
    font-family: arial;
    font: bold 14px/23px Arial;
}
.header .h_contakt .block_1{
    float: left;
    width: 280px;
    padding-top: 19px;
}
.header .h_contakt .block_1 .block_1s{
    height: 30px;
    padding-left: 20px;
}
.header .h_contakt .block_1 .fa{
        float: left;
    font-size: 20px;
    color: #0D8E21;
    margin-top: 0px;
    width: 30px;
    text-align: center;
    padding-right: 10px;
}
.header .h_contakt .block_1 .knopka{
        display: block;
    margin: 21px 1px 0 10px;
    padding: 3px;
    background: linear-gradient(to top, #06AD1F, #2FE04A);
    border-radius: 5px;
    border: 1px solid #0D8E21;
    color: #FFF4F4;
    text-align: center;
    box-shadow: 1px 2px 7px #E0E0E0;
    text-decoration: none;
    width: 200px;
    background-color: #06AD1F;
    font-size: 14px;
    transition: font-size 0.1s linear;
}

.header .h_contakt .block_1 .knopka:hover{
     transition: font-size 0.1s linear;
     font-size: 16px;
}

.header .h_contakt .block_2{
    float: left;
    width: 220px;
    padding-top: 10px;
}
.header .h_contakt .block_2 .fa{
       float: left;
    font-size: 22px;
    color: #3773B5;
    margin-top: 0px;
    width: 30px;
    text-align: center;
    padding-right: 10px;
}
.header .h_contakt .block_2 .block_2s{
    height: 30px;
    padding-left: 20px;
}
.header .h_contakt .block_2 .block_2s b{
    font-size: 16px;
}
.header .h_contakt .block_2 .knopka{
    display: block;
    margin: 1px 1px 0 10px;
    padding: 3px;
    background: linear-gradient(to top, #3773B5, #88CAF5);
    border-radius: 5px;
    border: 1px solid rgb(33, 73, 117);
    color: #FFFFFF;
    text-align: center;
    box-shadow: 1px 2px 7px #E0E0E0;
    text-decoration: none;
    width: 200px;
    background-color: #3773B5;
    font-size: 14px;
    transition: font-size 0.1s linear;
}

.header .h_contakt .block_2 .knopka:hover{
        font-size: 16px;
         transition: font-size 0.1s linear;
}

.content .menu {
    background-color: #9F0100;
    border-radius: 5px;
}
.content .menu li {
    float: left;
    list-style:none;
}

.content .menu li a{
    font-size: 14px;
    padding: 5px 25px;
    color: #fff;
    display: block;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.content .menu li a:hover{
    background-color: #8a1823;
}

.content_page {
    width: 910px;
    float: left;
        padding: 15px;
}
.content_page .title{
        border-bottom: 1px solid rgba(159, 1, 0, 0.3);
    margin: 0px 0 20px 0;
    /* font-size: 20px; */
    padding-left: 20px;
    color: #9F0100;
    text-transform: uppercase;
    font-weight: bold;
}
.content_page .title h1{
    margin: 10px 5px 1px 5px;
    font-size: 25px;
    font-weight: normal;
}

.content_page .content_page_text {
    line-height: 20px;
    text-align: justify;
}

.content_page .content_page_text hr{
    border-bottom: 1px solid rgba(159, 1, 0, 0.3);
    color: #9F0100;
    clear: both;
}

.content_page .content_page_text img{
    margin: 5px 10px;
    border: 1px solid rgba(159, 1, 0, 0.3);
    border-radius: 5px;
}

.content_page .content_page_text p{
    text-indent: 20px;
        margin: 5px 0;
}

.content_page .content_page_text td p{
    text-indent: 0px;
        margin: 0;
}

.content_page .content_page_text h2{
    border-bottom: 2px solid rgba(124, 57, 55, 0.58);
    display: inline-block;
        padding: 0 50px 0 8px;
}

.content_page .content_page_text table{
    border-collapse: collapse;
}
.content_page .content_page_text thead{
    background: rgba(243,245,251,0.99);
}

.content_page .content_page_text td,
.content_page .content_page_text th {
           border: 1px solid rgba(159,1,0,0.15);
           padding: 5px 2px 5px 9px;
}

.content_page .content_page_text tr{
    
}

.content_page .content_page_text tr:nth-child(2n) {
    background: #f0f0f0; /* Цвет фона */
} 
.content_page .content_page_text tbody tr:hover{
    /*background: rgba(243,245,251,0.99);*/
    color: #783C04;
    background-color: #FFE168;
}


.content_page .galery_foto {
    
}
.content_page .galery_foto .img{
    width: 802px;
    margin: 5px 10px;
    position: relative;
}
.content_page .galery_foto img {
    /* margin: 5px 10px; */
    border: 1px solid rgba(159, 1, 0, 0.3);
    border-radius: 10px 10px;
}

.content_page .galery_foto .opis {
     position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(25, 2, 2, 0.55);
    margin-bottom: 4px;
    padding: 7px 20px;
    color: #FFF;
    font-size: 20px;
    border-radius: 10px 10px;   
}

.content_page .kontakty_karta {
    width: 100%;
    height: 327px;
    /*
        border: 1px solid rgba(159, 1, 0, 0.3);
            border-radius: 10px;
    */
}
.content_page .kontakty_karta #map_canvas{
    width: 100%;
    height: 100%;
    border: 1px solid rgba(159, 1, 0, 0.3);
    border-radius: 10px;
}


.forma_konsult {
    padding: 20px 5px;
}
.forma_konsult .head{
    color: #fff;
    background-color: #9F0100;
    text-align: center;
    font-size: 13px;
    padding: 12px 8px;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
}
.forma_konsult .body{
    padding: 8px;
    border: 1px solid #d2d2d2;
    /* border: 1px solid #9F0100; */
    border-radius: 0 0 5px 5px;
}
.forma_konsult .body input{
    margin: 8px 0;
    width: 100%;
    color: #8a1823;
    padding: 5px 10px;
    border: 1px solid #ABA9A9;
    border-radius: 3px;
}
.forma_konsult .body textarea{
    margin: 8px 0;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ABA9A9;
    border-radius: 3px;
}
.forma_konsult .body .form-submit{
    margin: 8px 0;
    width: 100%;
    background-color: #9F0100;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #710201;
    box-shadow: 1px 2px 7px #E0E0E0;
    cursor: pointer;
    padding: 3px 10px;
    font-size: 16px;
    height: 30px;
    transition: all 0.1s linear;
}
.forma_konsult .body .form-submit:hover {
    font-size: 19px;
    transition: all 0.1s linear;
}

/* сдвиг placeholder-а вправо при фокусе*/

.forma_konsult input::-webkit-input-placeholder       {color: #7c3937; text-indent: 0px;   transition: text-indent 0.3s ease;}
.forma_konsult input::-moz-placeholder                {color: #7c3937; text-indent: 0px;   transition: text-indent 0.3s ease;}
.forma_konsult input:-moz-placeholder                 {color: #7c3937; text-indent: 0px;   transition: text-indent 0.3s ease;}
.forma_konsult input:-ms-input-placeholder            {color: #7c3937; text-indent: 0px;   transition: text-indent 0.3s ease;}

.forma_konsult input:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 0.3s ease;}
.forma_konsult input:focus::-moz-placeholder          {text-indent: 500px; transition: text-indent 0.3s ease;}
.forma_konsult input:focus:-moz-placeholder           {text-indent: 500px; transition: text-indent 0.3s ease;}
.forma_konsult input:focus:-ms-input-placeholder      {text-indent: 500px; transition: text-indent 0.3s ease;}


.forma_konsult textarea::-webkit-input-placeholder       {color: #7c3937; opacity: 1;   transition: opacity  0.3s ease;}
.forma_konsult textarea::-moz-placeholder                {color: #7c3937; opacity: 1;   transition: opacity  0.3s ease;}
.forma_konsult textarea:-moz-placeholder                 {color: #7c3937; opacity: 1;   transition: opacity  0.3s ease;}
.forma_konsult textarea:-ms-input-placeholder            {color: #7c3937; opacity: 1;   transition: opacity  0.3s ease;}

.forma_konsult textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.forma_konsult textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.forma_konsult textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.forma_konsult textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}




.akciyi {

}
.akciyi .akciyi_title{
    border-bottom: 1px solid rgba(159, 1, 0, 0.3);
    margin: 0px 0 20px 0;
    font-size: 20px;
    padding-left: 20px;
    color: #9F0100;
    text-transform: uppercase;
    /* font-weight: bold; */
}
.akciyi .akciyi_one {
    width: 33%;
    float: left;
    border-right: 1px solid rgba(159, 1, 0, 0.3);
}
.akciyi .akciyi_one a{
    display: block;
}
.akciyi .akciyi_one .img {
    float: left;
    width: 105px;
    /*padding-left: 10px;*/
}
.akciyi .akciyi_one .img img {
    border-radius: 7px;
    margin-left: 25px;
}
.akciyi .akciyi_one .title {
    margin-left: 115px;
    /* float: left; */
    text-align: left;
}
.akciyi .akciyi_one .text {
    margin-left: 113px;
    padding-top: 5px;
    /* float: left; */
}
.akciyi .akciyi_one .push {
    float: right;
    margin-right: 35px;
}

.holovna_info {
    margin-top: 30px;
}
.holovna_info .holovna_info_title{
    border-bottom: 1px solid rgba(159, 1, 0, 0.3);
    margin: 0px 0 20px 0;
}

.holovna_info .holovna_info_one{
    width: 450px;
    float: left;
    border-right: 1px solid rgba(159, 1, 0, 0.3);
    /*background: url("/thems/img/infoH_sergey-cherkasov-doctor__.jpg") no-repeat left center;*/
    height: 390px;
    padding: 15px 25px 15px 5px;
}
.holovna_info .holovna_info_one .foto{
    float: left;
}


.holovna_info .holovna_info_one .text{
    margin-left: 200px;
    font-style: italic;
    text-align: justify;
}
.holovna_info .holovna_info_one .pidpus_img{
    margin-left: 200px;
}
.holovna_info .holovna_info_one .pidpys{
    margin-left: 160px;
    text-align: right;
}

.holovna_info .holovna_info_tu{
    width: 350px;
    float: left;
    border-right: 1px solid rgba(159, 1, 0, 0.3);
    height: 390px;
    padding: 15px 25px 15px 25px;
}
.holovna_info .holovna_info_tu .title{
    color: #9F0100;
    text-align: center;
    font-size: 20px;
    /*margin-bottom: 20px;*/
}
.holovna_info .holovna_info_tu .otsov{
    background-color: #ddd;
    padding: 20px;
    border-radius: 15px;
    font-size: 15px;
    font-style: italic;
    color: #480303;
    text-align: justify;
}

.holovna_info .holovna_info_tu .lapka_verh{
    margin-left: 20px;
    font-size: 30px;
    margin-bottom: -15px;
    color: #9F0100;
}

.holovna_info .holovna_info_tu .lapka_niz{
    margin-right: 20px;
    font-size: 30px;
    margin-top: -15px;
    color: #9F0100;
    text-align: right;
}

.holovna_info .holovna_info_tu .all-vidhuk{
    /* float: left; */
    text-align: right;
    margin: -10px 20px -26px 0;
    height: 20px;
    /* padding: 0px 22px 0 0; */
    font-size: 14px;
    text-transform: uppercase;
}

.holovna_info .holovna_info_try{
    float: left;
    padding: 15px 25px 15px 25px;
    width: 370px;
}
.slider_brend {
    width: 100%;
}
.slider_brend .slider_title {
    border-bottom: 1px solid rgba(159, 1, 0, 0.3);
    margin: 50px 0 20px 0;
    text-align: center;
    font-size: 16px;
    color: #9F0100;
    padding-bottom: 8px;
}







.carousel  {
    max-width: 1080px; /* ширина всего блока */
    margin: 20px auto;
    width:100%;
}
.carousel-wrapper {
    margin: 10px 30px; /* отступы для стрелок */
    overflow: hidden; /* скрываем содержимое, выходящее за рамки основной области */
    position:relative;
}
.carousel-items {
    width: 10000px; /* устанавливаем большую ширину для набора элементов */
    position: relative; /* позиционируем блок относительно основной области карусели */
}
.carousel-block {
    float: left; /* выстраиваем все элементы карусели в ряд */
    width: 170px; /* задаём ширину каждого элемента */
    padding: 10px 10px 10px 0px; /* делаем оступы, чтобы элементы не сливались */
}
.carousel-block img{
    display:block;
}

/*********** BUTTONS ***********/
.carousel-button-left a, .carousel-button-right a{
    width: 25px;
    height: 36px;
    position: relative;
    top: 20px;
    cursor: pointer;
    text-decoration:none;
}
.carousel-button-left a{
    float: left;
    background: url(../img/carousel-left.png);
}
.carousel-button-right a{
    float: right;
    background: url(../img/carousel-right.png);
}

/*********** SHADOW ***********/
.shadow{
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);*/
}


.footer {
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); */
    /* height: 160px; */
    border-top: 3px solid rgba(159, 1, 0, 0.9);
    margin: 0 -15px 0 -15px;
    background-color: #9F0100;
}
.footer .footers_block {
    width: 25%;
    min-height: 100px;
    float: left;
}


.footer .footer_b1 {
    text-align: center;
    padding: 20px;
}
.footer .footer_b1 .logos{
    font-family: CyrillicCompressed;
    font-size: 31px;
    border: 6px solid rgb(255, 255, 255);
    width: 240px;
    display: inline-block;
    color: #9F0100;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.7), 0 -5px 20px rgba(255, 255, 255, 0.5);
    background-color: #D0C6C6;
    /* padding: 10px; */
    margin-top: 5px;
    text-shadow: 1px 1px 2px rgba(29,0,0,0.5);
}
.footer .footer_b1  .logos .dr{
    font-size: 28px;
    border: 1px solid rgba(159, 1, 0, 0.2);
    border-bottom: 0px solid #d2d2d2;
    padding: 5px;
}
.footer .footer_b1  .logos .dr strong{
    font-size: 31px;
}
.footer .footer_b1  .logos .de{
    text-transform: uppercase;
    border: 1px solid rgba(159, 1, 0, 0.2);
    border-top: 0px solid #d2d2d2;
    padding: 5px;
}

.footer .footer_b2  {
    padding-top: 5px;
    width: 17%;
}
.footer .footer_b2  li {
    list-style: none;
    line-height: 21px;
    font-size: 13px;
}

.footer .footer_b2  li a{
    color: #fff;
    text-decoration: none;
}
.footer .footer_b2  li a:hover{
    text-decoration: underline;
}

.footer .footer_b3  {
    padding-top: 20px;
    color: #FFD8D8;
    line-height: 24px;
    width: 38%;
}
.footer .footer_b3  .contact{
    float: left;

}
.footer .footer_b3 .karta{
    float: right;
    width: 240px;
    height: 130px;
    margin: 0;
    overflow: hidden;
    
}

.footer .footer_b3 .karta a img{
    width: 240px;
    height: 130px;
    margin: 0;
    transition: all 0.2s linear;
}
.footer .footer_b3 .karta:hover a img{
    width: 260px;
    height: 150px;
    margin: -10px 10px 10px -10px;
     transition: all 0.2s linear;
}

.footer .footer_b3 .fa {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: top;
}

.footer .footer_b4 {
    text-align: left;
    padding: 20px;
    padding-bottom: 0;
    width: 20%;
}
.footer .footer_b4 img{
    float: right;

}
.footer .footer_b4 a{
    display: block;
    color: #F7E8E8;
}
.footer .footer_b4 .soc{
    float: left;
    font-size: 16px;
}
.footer .footer_b4 .soc a i.color{
    color: #FFFFFF;
}

.footer .footer_b4 a:hover{
    color: #4A0A0A;
}
.footer .footer_b4 .soc a:hover i.color{
    color: #F5CBCB;
}

.footer .footer_b4 a.copyrate{
    /* text-align: right; */
    display: inline-block;
    font-size: 10px;
    color: #F7A0A0;
    cursor: default;
    text-decoration: initial;
    margin: 40px -16px 10px -20px;
    float: right;
}
.footer .footer_b4 a.copyrate:hover{
color: #F7A0A0;
    cursor: default;
}






.poslugy .poslugy_title{
    border-bottom: 1px solid rgba(159, 1, 0, 0.3);
    margin: 20px 0 0 0;
    font-size: 20px;
    padding-left: 20px;
    color: #9F0100;
    text-transform: uppercase;
        box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}

.poslugy .poslugy_list{
    
}
.poslugy .list{
    text-align: center;
        padding: 20px 33px 5px 33px;
    width: 234px;
    float: left;
}
.poslugy .list a{
    display: block;
    width: 166px;
    height: 166px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.poslugy .list a.a_img{
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}


.poslugy .list a img{
    border-radius: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    /* position: relative; */
    display: block;
    width: 166px;
    height: 166px;
    margin-left: 0;
    margin-top: 0;  
    text-align: center;
    /*transition: width 0.5s, height 0.5s, margin 0.5s ;*/
    transition: all 0.2s linear;
}
/*первая тень задает черную рамку вокруг изображения, вторая скрывает углы*/

.poslugy .list a img:after {
    position:absolute;
    top:0;
    left:0;
    content:'';
    width:100%;
    height:100%;
    box-shadow: 0 0 0 1px #fff, 0 0 0 8px #fff;    
    border-radius:20px;  
}
/*    */
.poslugy .list a img:hover{
    width: 186px;
    height: 186px;
    margin: -10px 10px 10px -10px;
    transition: all 0.2s linear;
}


.poslugy .list a.list_title{
    font-size: 16px;
    padding: 5px 5px;
    display: block;
        height: 50px;
        text-decoration: none;
}


.poslugy_category {
    margin-left: -30px;
    margin-right: -30px;
}

.consultaciya_niz {
    
}

.consultaciya_niz .title {
    /* border-bottom: 1px solid rgba(159, 1, 0, 0.3); */
    margin: 0px 0 20px 0;
    font-size: 15px;
    padding-left: 20px;
    color: rgb(114, 49, 72);
    /* text-transform: uppercase; */
    font-weight: bold;
    text-align: center; 
        line-height: 33px;
}

.consultaciya_niz .box {
    width: 725px;
    margin: 0 auto 50px auto;
    padding: 25px 40px 25px 40px;
    background: linear-gradient(to top, #C3201F, rgb(130, 4, 3));
    border-radius: 20px;    
    background-color: rgb(130, 4, 3);
}

.consultaciya_niz .box .title_box{
    font-size: 22px;
    color: #fff;
    margin: 0px 0px 15px 15px;    
}

.consultaciya_niz .box .box_form {
    
}

.consultaciya_niz .box .box_form input{
     width: 300px;
    box-sizing: border-box;
    margin: 0px 10px 21px 0;
    padding: 5px 5px 5px 15px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
    /* float: left; */
    display: block;   
}

.consultaciya_niz .box .box_form textarea{
    width: 330px;
    height: 74px;
    /* position: absolute; */
    box-sizing: border-box;
    margin: -96px 0px 0px 316px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
    float: right;   
    padding: 5px 5px 5px 15px;
}

.consultaciya_niz .box .box_form input.form-submit{
    margin: 0 auto;
    /* display: block; */
    /* margin: 1px 1px 0 10px; */
    padding: 3px;
    background: linear-gradient(to top, #F5D05C, #FFE168);
    border-radius: 5px;
    border: 1px solid rgb(120, 60, 4);
    color: #783C04;
    text-align: center;
    /* box-shadow: 1px 2px 7px #E0E0E0; */
    text-decoration: none;
    /* width: 200px; */
    background-color: #FFE168;
    padding: 7px;
    font-weight: bold;
    font-size: 17px;  
    height: 38px;
    cursor: pointer;
    transition: font-size 0.1s linear;
}


.consultaciya_niz .box .box_form input.form-submit:hover {
    transition: font-size 0.1s linear;
    font-size: 19px;    
}

.content_page .content_page_akciya {
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
}


.pid_formoyu {
    /* width: 350px; */
    /* float: right; */
    /* border-right: 1px solid rgba(159, 1, 0, 0.3); */
    /* height: 390px; */
    /* padding: 15px 25px 15px 25px; */
    display: table; 
}
.pid_formoyu .title {
color: #9F0100;
    text-align: center;
    font-size: 18px;
    margin-top: 20px; 
}
.pid_formoyu .all-vidhuk {
    /* float: left; */
    text-align: right;
    margin: -10px 20px -26px 0;
    height: 20px;
    /* padding: 0px 22px 0 0; */
    font-size: 14px;
    text-transform: uppercase; 
}

.pid_formoyu .lapka_verh {
       margin-left: 20px;
    font-size: 30px;
    margin-bottom: -15px;
    color: #9F0100; 
}
.pid_formoyu .lapka_niz {
      margin-right: 20px;
    font-size: 30px;
    margin-top: -15px;
    color: #9F0100;
    text-align: right;  
}

.pid_formoyu .otsov {
     background-color: #ddd;
    padding: 20px;
    border-radius: 15px;
    font-size: 15px;
    font-style: italic;
    color: #480303;   
    text-align: justify;
}


.content_page .kontakty_info table .dni {
    font-weight: normal;
    display: inline-block;
}

.content_page .kontakty_info table .grafik_roboty strong {
        font-size: 10px;
    vertical-align: top;
}

.font_bold {
    font-weight: bold;
}
    
.font_normal {
    font-weight: normal;
}
    
button.btn_vidhuk {
    font-family: arial;
    font: bold 14px/23px Arial;    
    display: block;
    margin: 21px 1px 0 10px;
    padding: 3px;
    background: linear-gradient(to top, #06AD1F, #2FE04A);
    border-radius: 5px;
    border: 1px solid #0D8E21;
    color: #FFF4F4;
    text-align: center;
    box-shadow: 1px 2px 7px #E0E0E0;
    text-decoration: none;
    width: 200px;
    background-color: #06AD1F;
    font-size: 14px;
    transition: font-size 0.1s linear;    
        cursor: pointer;
}


button.btn_vidhuk:hover{
     transition: font-size 0.1s linear;
     font-size: 16px;
}

