/*калькулятор*/

p { 
    margin-top:20px;
    font-family: 'PT Sans',sans-serif;
}

.center {
    text-align: center;
}

.content_one, .content_two, .content_three{
    font-family: 'PT Sans',sans-serif;
    float: left; 
    background-color:#fff;
    height:440px;
}

.more_height{
    height: 525px!important;
}

.content_one, .content_two{
    width:320px;
    padding-top:40px;
    padding-bottom: 10px;
}

.content_one{
    padding-left: 60px;
    margin-left:15px;
}

.post{
    padding: 10px 10px;
    clear:both;
}

.content_two{
    margin-right: 18px;
    padding-left: 50px;
    border-left: 4px solid #ffde41;
}

.content_three{
    width:300px;
    padding: 15px 15px 35px 15px!important;
    background-color: rgba(256, 256, 256, 0.65)!important;
}

.tabs {
    max-width: 100%;
    list-style: none;
    float: none;
    display: inline-flex;
    background-color: #FFF;
}
.tabs:after {
    content: '';
    display: table;
    clear: both;
}
.tabs input[type=radio] {
    display:none;
}

.tabs label {
    border: 1px solid #dbdbdb;
    display: block;
    float: left;
    height: 32px;
    color: #000;
    font-size: 16px;
    padding: 5px 11px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

#tab_ip + label,  #tab_employees + label
{
   border-radius: 3px 0 0 3px;
}

#tab_jurist + label,  #tab_noemployees + label
{
   border-radius: 0 3px 3px 0;
}

.tabs label span {
    display: none;
}

.tabs label:hover {
    color: #de1010;
}

#tab_ip:checked + label, #tab_employees:checked + label
{
    background: #ffde41;
    border-color: #e4c015;
    border-radius: 3px 0 0 3px;
}

#tab_jurist:checked + label, #tab_noemployees:checked + label
{
    background: #ffde41;
    border-color: #e4c015;
    border-radius: 0 3px 3px 0;
}

/*неактивный checkbox*/
.noactive
{
    color: #959595!important;
    border-color: #e5e5e5!important; 
    cursor: default!important;
    background: #EBEBEB!important;
}

.noactive:hover
{
    color: #959595!important;
    border-color: #e5e5e5!important; 
    cursor: default!important;
    background: #EBEBEB!important;
}

/* ширина select объема работ */
#workload {
    max-width: 250px!important;
}

.input{
    width:40px;  
    padding:10px 5px; 
    background-color: #fff;
    color:#333;
    font-size: 14px;
    font-weight:600;
    text-align: center;
    border:1px solid #ccc;
    border-radius:3px;  
}

.calculation_input{
    border-radius:3px 0 0 3px!important;
}

#slider{
    margin-top: 30px;
    margin-left: 15px;
    width:250px;
}

.ui-widget-content{
    background: #EBEBEB!important;
    border: none!important;
    border-radius: none!important;
    height: 10px !important;
}

.ui-widget-content a{
    text-shadow: 0 1px 0 #FFFF28;
}

.ui-slider-handle{
    color: #000000!important;
    text-decoration: none;
    text-align: center;
    padding-top: 9px;
    font-size: 14px;
    width: 50px !important;
    height: 27px !important;
    border-radius: 10px 10px 10px 10px !important;
    -webkit-border-radius: 10px 10px 10px 10px !important;
    background: #ffde41!important;
    border: none !important;
    top: 1% !important;
    margin-top: -15px !important;
    margin-left: -15px !important;
    cursor: pointer !important;
    outline: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

.caption {
    font-size: 26px;
}

#tariff{
    margin-top: 5px!important;
}

#price, #visit, #worker {
    font-size: 50px;
    font-weight: 600;
}

#price {
    -webkit-margin-before: 0em!important;
    -webkit-margin-after: 0em!important;
}

.worker{
    margin-left:20%; 
    width:30%;
}

.price_month{
    padding-top: 10px;
}

#business, #employees, #workload, #amount, #taxation-styler, #workload-styler{
    margin-top: 10px;
}

.left{
    float: left;
}

.image {
    margin-left: 15px;
    background-color: #fff;
    height:40px;
}

.button_review {
  display: block;
  margin-top: 6%;
  float: left;
  color: #000!important;
  font-size: 18px;
  text-decoration: none;
  padding: 18px 30px;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  background: #ffde41;
  transition: 0.2s;
} 

.amount_button {
    display: inline-block;
    border: none;
    border-radius: 0 3px 3px 0;
    background: #ffde41;
    color: #000;
    font-size: 16px;
    padding: 10px 15px;;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.button_review:hover, .amount_button:hover { background: rgb(255, 210, 0); }
.button_review:active, .amount_button:active { background: rgb(201, 165, 0) }

a.button_bell {
  margin-top: 5%;
  display: inline-block;
  color: #000!important;
  font-size: 14px;
  text-decoration: none;
  padding: 15px 45px;
  outline: none;
  border-radius: 40px;
  transition: 0.2s;
  border: 3px solid #ffde41;
} 
a.button_bell:hover { background: rgb(255, 210, 0); }
a.button_bell:active { background: rgb(201, 165, 0) }

.human {
    font-size: 24px; 
    line-height: 1.5;}

.email{
    color: #0293dc!important; 
    font-size: 20px;
    font-weight:500;
}
.accountant{
    font-size: 18px;
    font-weight:500;
}

.phone{
    font-size: 20px;}
    
.photo {
    margin-top: 20px;
    width: 120px;
    height: 120px;
}

.hidden {
    display: none;
}
.calculation{
    display: none;
}
.display {
    display: inline-block;
    vertical-align: middle;
}

/*для скрипта jquery.formstyler.min.js
jquery.formstyler.css*/

.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.jq-selectbox,
.jq-select-multiple {
    position: relative;
    display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.jq-selectbox {
    z-index: 10;
}
.jq-selectbox__select {
    position: relative;
}
.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
    position: absolute;
    cursor: pointer;
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

/*jquery.formstyler.theme.css*/
.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}
.jq-selectbox__select {
    position: relative; 
    font-weight:600;
    width: 260px;
    padding: 10px;
    background: #fff;
    color: #000;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #dbdbdb;
}

.jq-selectbox__select:hover {
    color: #231F20;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #999;
}

.jq-selectbox__select-text {
    display: block;
    width: 90%!important;
}

.jq-selectbox .placeholder {
    color: #888;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 10%;
    right: 0;
    width: 50px;
    height: 100%;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 0;
    height: 0;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #AAA;
}
.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: auto!important;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
    -webkit-padding-start: 0!important;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 10px 10px;
    color: #231F20;
}
.jq-selectbox li.selected {
    background-color: #08C;
    color: #FFF;
}
.jq-selectbox li:hover {
    background-color: #08C;
    color: #FFF;
}
.jq-selectbox li.disabled {
    color: #AAA;
}
.jq-selectbox li.disabled:hover {
    background: none;
}
.jq-selectbox li.optgroup {
    font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}
.jq-selectbox li.option {
    padding-left: 25px;
}

@media screen and (max-width: 1200px) {
    .content_one, .content_two, .content_three{
    height:440px;
    }
    .content_one, .content_two{
        padding-top:30px;
        padding-right:20px;
    }
    .content_one{
        width:255px;
        padding-left:30px;
        /*margin-left:7%;*/
    }
    .content_two{
        padding-left:20px;
        width:265px;
    }
    .content_three{
        padding: 10px 15px 20px 15px!important;
        width: 240px;
    }
    .padding{
       padding: 10px 20px 20px 30px;
    }
    .worker{
        width:25%;
    }
    p{
        font-size:15px;
    }
    #slider{
        width:200px;
    }
    label{
        font-size:14px!important;
    }
    .jq-selectbox__select{
        width:225px;
    }
    .input{
        width: 25px;
    }
}

@media screen and (max-width: 975px) {
    
    .content_one, .content_two, .content_three{
        width:18em;
        margin: 30px 0 0 20%;
    }
    .content_one{
        padding-left: 30px;
    }
    .content_two{
        padding-left: 30px!important;
    }

}

@media screen and (max-width: 475px) {
    
    .content_one, .content_two{
        width:auto;
        margin: 30px 0;
        float:none;
        right:0;
        left:0;
    }
    
    .content_three{
        display: none;
    }
    
    .worker{
        margin-left:15%;
        width:30%;
    }
    
    .jq-selectbox__dropdown{
        width:15em!important;
        right: inherit!important;
    }
    
    #slider{
        width:13em;
    }
    
    label{
        font-size:15px!important;
    }
    
    .jq-selectbox__select{
        width:15em;
    }
    
    .input{
        width: 30px;
    }
}

/*Иконки соцсетей в контактах*/
    #rec232422377 .t188__wrapone {
    right: 58%!important;
        
    }

/* Хлебные крошки*/
.t758__list {font-family: 'PT Sans';}
.bread-active{font-weight:300; display: inline; color: #b8b8b8}
.bread-link{ -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out; transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;}
.bread-link:hover{ color: #b8b8b8 !important; border-bottom: 0px solid #b8b8b8; -webkit-box-shadow: inset 0px -1px 0px 0px #b8b8b8; -moz-box-shadow: inset 0px -1px 0px 0px #b8b8b8; box-shadow: inset 0px -1px 0px 0px #b8b8b8; }

/* Поле поиска*/

#rec232781579 .t-input {
    font-size: 14px;
    height: 35px!important;
    border-radius: 25px!important;
}

#rec232781579 .t838__search-icon {
    width: 20px!important;
}

#rec232781579 .t-submit {
    height: 35px!important;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
}

/* Фиксация меню*/

#rec29825592 .t228__mobile {
    top: 80px;
}

#nav29825592 {
    top: 100px!important;
}

@media screen and (max-width: 980px){
#rec29825592 .t228 {
    position: fixed;
    top: 64px;
    top: 143px!important;
    }
}

#rec230700527 .t396__artboard {
    position: fixed;
    z-index: 999;
    opacity: 1; 
    top: 0px;
}

/*скрыть логотип из мобильного меню*/
.t228__leftside {display:none;} 
/*цвет мобильного меню*/
.t228__mobile {background-color: #f0cc16;}

#rec15845008 .t-cover__carrier {
    background-color: #f0cc16;
}

#rec16396233 .t490__col {
    max-width: 160px;
}

#rec16396233 .t490__wrappercenter {
    padding: 0;
}

#rec16396233 .t490__separator {
    display: none;
}

#rec15868438 .t353__price_old:after {
    display: none;
}

#rec16349335 .t156 > .t-container > .t-col {
    margin: 0 auto;
    float: none;
    display: block;
    max-width: 760px;
}

#rec17708790 .t156 > .t-container > .t-col {
    margin: 0 auto;
    float: none;
    display: block;
    max-width: 760px;
}


#rec16357321 #form16357321 .t652__submit.t-submit{
    text-transform:none;
}

#rec16421432 .t075__img{
    height:auto !important;
}
#rec16421432 .t075__title{
    margin-top:5px;
    margin-bottom:5px;
}

#rec15845008 .t181__title{
padding-bottom:20px;
}

#rec16552160 .t075__img{
height:auto !important;
}

#rec16552160 .t075__title{
    margin-top:5px;
    margin-bottom:5px;
}

#rec16349679 .t599__price{
    margin-top: 5px;
}

#rec17060341 .t075__img{
height:auto !important;
}

#rec17060341 .t075__title{
   margin-top:5px;
   margin-bottom:5px; 
}

#rec17374453 .t075__img{
height:auto !important;
}

#rec17374453 .t075__title{
    margin-top:5px;
    margin-bottom:5px;
}

#rec17075546 .t075__img{
height:auto !important;
}

#rec17075546 .t075__title{
    margin-top:5px;
    margin-bottom:5px;
}

#rec17380676 .t075__img{
height:auto !important;
}

#rec17380676 .t075__title{
    margin-top:5px;
    margin-bottom:5px;
}

#rec21281870 .t330__title{
    margin-bottom: 30px;
}

/*Таблица с ценами на странице Отчётность*/
#rec17374455 .t431__tdscale_1 .t431__th,
#rec17374455 .t431__tdscale_1 .t431__td {
    padding: 8px 20px;
    font-size: 17px;
}

/*Таблица с ценами на странице КС*/

#rec28590608 .t431__td {padding-top: 7px; padding-bottom: 7px;} 
#rec28614742 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28615856 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28616416 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28617238 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28617492 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28617614 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28617968 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28618256 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28618342 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28618564 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28619002 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28619258 .t431__td {padding-top: 7px; padding-bottom: 7px;}

#rec180055995 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec180055998 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec180056000 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec180056003 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec180056005 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec180056007 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec180056010 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec180099796 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec180099799 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec180099802 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec180099804 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec180099806 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec180099808 .t431__td {padding-top: 7px; padding-bottom: 7px;}

#rec28828430 .t-name_xl {font-size: 18px!important;}

#rec28828478 .t431__td {padding-top: 7px; padding-bottom: 7px;} 
#rec28838644 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28839330 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28839456 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28839570 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28839668 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28839746 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28839928 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28839988 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28840180 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28840388 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28840500 .t431__td {padding-top: 7px; padding-bottom: 7px;}
#rec28840622 .t431__td {padding-top: 7px; padding-bottom: 7px;}

#rec28846774 .t431__table {margin: 0 auto;}
