textarea:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {color: transparent}
textarea:focus::-moz-placeholder, input:focus::-moz-placeholder          {color: transparent}
textarea:focus:-moz-placeholder, input:focus:-moz-placeholder           {color: transparent}
textarea:focus:-ms-input-placeholder, input:focus:-ms-input-placeholder      {color: transparent}

.calculate {
    padding: 20px;
    text-align: center;
    cursor: pointer;
    line-height: 5px;
    background: #2b2b2b;
    color: #fff;
    display: table;
}

.text1, .text2 {
    margin-bottom: 25px;
}

.error_block3 {
    margin-top: 25px;
    color: red;
    font-size: 16px;
}

#result-block3 {
    margin-top: 25px;
    color: green;
    font-size: 16px;
}
.top-calculator {
    display: none;
}
.img_form .images {
    text-align:center;
}
.top-calculator h4, strong{
    font-size: 30px;
    margin: 0;
    line-height: 1.42857143;
    color: #333;
    padding: 0;
    font-weight: 300;
}
.modal-header {
    padding: 0 15px 15px;
    border-bottom: 1px solid #e5e5e5;
}
.top-calculator p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}
.top-calculator .modal-body {
    position: relative;
    padding: 15px;
    width: auto;
    max-height: 10000px;
}
.top-calculator .img_form:after {
    content: "";
    display: block;
    clear: both;
    overflow-y: hidden;
}
.top-calculator .images {
    float: left;
    width: 33%;
}
.top-calculator .info-block {
    padding: 10px 10px 10px 45px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    font-size: 16px;
    line-height: 1.6;
}
.top-calculator .important{
    float: right;
    width: 67%;
}
.top-calculator .shadow-warring {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
}
.top-calculator .icon-warring {
    background-image: url(../img/flash.svg);
}
.top-calculator label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    display: block;
    margin-top: 25px;
    font-weight: 700;
}
.top-calculator input#tummy:focus, .top-calculator input#girth2:focus {
    box-shadow: 0px 0px 5px 2px rgba(33, 162, 48, 0.75);
}
.top-calculator input#tummy, .top-calculator input#tummy3, .top-calculator input#girth2, .top-calculator input#girth3{
    margin-bottom: 30px;
    display: block;
    width: 100%;
    height: 46px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background: #fbfbfb;
    border-color: #e6e6e6;
    border-radius: 0px;
    box-shadow: 0 0;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
}
.top-calculator .calculate{
    padding: 12px;
    min-width: 230px;
    border: 1px solid #000;
    transition: all ease-in-out 300ms 0s;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.top-calculator .calculate:hover {
    color: #fff;
    background-color: #FB7F05;
    border-color: #4a1818;
}
.top-calculator .calculate:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.fancybox-skin .fancybox-close {
    top: 1px;
    right: 1px;
}
.top-calculator .images img {
    max-width: 95%;
}
.top-calculator, .top-calculator h4, .top-calculator h1, .top-calculator h2, .top-calculator h3 {
    font-family: 'Open Sans', sans-serif !important;
    cursor: default;
}
.top-calculator #result-block3 {
    padding: 20px 12px 20px 12px;
    background-color: #FFF;
    width: 100%;
    margin: 0;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    text-decoration: none !important;
    box-shadow: 0px 0px 5px 2px rgba(33, 162, 48, 0.75);
    text-align: center;
    font-size: 30px;
    box-sizing: border-box;
    font-weight: lighter;
    line-height: initial;
}
.top-calculator .error_block3 {
    padding: 20px 12px 20px 12px;
    background-color: #FFF;
    width: 100%;
    margin: 0;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    text-decoration: none !important;
    box-shadow: 0px 0px 5px 2px rgba(162, 33, 33, 0.75);
    text-align: center;
    font-size: 20px;
    box-sizing: border-box;
    font-weight: lighter;
    line-height: initial;
}
.top-calculator [class^="icon-"], .top-calculator [class*=" icon-"] {
    display: block;
    width: auto;
    height: auto;
    margin-right: auto;
    line-height: auto;
}
.result_info {
    min-height: 90px;
    float: left;
    margin-top: 25px;
    font-size: 15px;
    width: 100%;
}
.img_form {
    padding-bottom: 10px;
}
@media(max-width:815px){
    .top-calculator p, .top-calculator .info-block {
        font-size: 14px;
        line-height: 1.4;
    }
    .top-calculator .error_block3, .top-calculator #result-block3 {
        font-size: 20px;
    }
}
@media(max-width:650px){
    .top-calculator p, .top-calculator .info-block {
        font-size: 12px;
        line-height: 1.2;
    }
.top-calculator h4 {
    font-size: 22px;
}
.modal_assistant {
    position: absolute;
    top: 109%;
}
.result_info {
margin-top:10px;
}
}
@media(max-width:560px){
    .top-calculator .error_block3, .top-calculator #result-block3 {
        font-size: 14px;
    }
}
@media(max-width:500px){
    .top-calculator .images {
        float: none;
        width: 100%;
        padding-bottom: 20px;
    }
    .top-calculator .important {
        float: none;
        width: 100%;
    }
    .top-calculator .images img {
        max-height: 260px;
    }
    .top-calculator label {
        text-align: center;
    }
    .top-calculator .calculate {
        margin: 0 auto;
    }
    .top-calculator h4 {
        font-size: 11px;
    }
}
@media(max-width:400px){
    .top-calculator .calculate {
        min-width: 20px;
        width: 100%;
        padding: 12px 0;
    }
}