
.calculator{
    min-height: 1251px;
    padding-bottom: 329px;
    padding-top: 115px;
}
.header-map {position: relative;}
.header-map img {width: 100%;}
.header-map .points {position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.header-map .point .dot {position: relative; width: 55px; height: 55px;  z-index: 1;}
.header-map .point {position: absolute;cursor: pointer;}

@keyframes pclick_blink1 {
    0% {
        -webkit-transform: scale(1);
        opacity: 0.5;
    }
    10% {
        -webkit-transform: scale(1.1);
        opacity: 0.6;
    }
    20% {
        -webkit-transform: scale(1.2);
        opacity: 0.7;
    }
    30% {
        -webkit-transform: scale(1.3);
        opacity: 0.8;
    }
    40% {
        -webkit-transform: scale(1.4);
        opacity: 0.9;
    }
    50% {
        -webkit-transform: scale(1.5);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(1.4);
        opacity: 0.9;
    }
    70% {
        -webkit-transform: scale(1.3);
        opacity: 0.8;
    }
    80% {
        -webkit-transform: scale(1.2);
        opacity: 0.7;
    }
    90% {
        -webkit-transform: scale(1.1);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.5;
    }
}
@-webkit-keyframes pclick_blink1 {
    0% {
        -webkit-transform: scale(1);
        opacity: 0.5;
    }
    10% {
        -webkit-transform: scale(1.1);
        opacity: 0.6;
    }
    20% {
        -webkit-transform: scale(1.2);
        opacity: 0.7;
    }
    30% {
        -webkit-transform: scale(1.3);
        opacity: 0.8;
    }
    40% {
        -webkit-transform: scale(1.4);
        opacity: 0.9;
    }
    50% {
        -webkit-transform: scale(1.5);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(1.4);
        opacity: 0.9;
    }
    70% {
        -webkit-transform: scale(1.3);
        opacity: 0.8;
    }
    80% {
        -webkit-transform: scale(1.2);
        opacity: 0.7;
    }
    90% {
        -webkit-transform: scale(1.1);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.5;
    }
}
@-moz-keyframes pclick_blink1 {
    0% {
        -webkit-transform: scale(1);
        opacity: 0.5;
    }
    10% {
        -webkit-transform: scale(1.1);
        opacity: 0.6;
    }
    20% {
        -webkit-transform: scale(1.2);
        opacity: 0.7;
    }
    30% {
        -webkit-transform: scale(1.3);
        opacity: 0.8;
    }
    40% {
        -webkit-transform: scale(1.4);
        opacity: 0.9;
    }
    50% {
        -webkit-transform: scale(1.5);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(1.4);
        opacity: 0.9;
    }
    70% {
        -webkit-transform: scale(1.3);
        opacity: 0.8;
    }
    80% {
        -webkit-transform: scale(1.2);
        opacity: 0.7;
    }
    90% {
        -webkit-transform: scale(1.1);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.5;
    }
}
.blink1{
    -webkit-animation: pclick_blink1 2.5s linear infinite;
    -moz-animation: pclick_blink1 2.5s linear infinite;
    animation: pclick_blink1 2.5s linear infinite;
}
.step1{
    height: 55px;
    width: 55px;
    border-radius: 50%;
    top:0px;
    transform-origin: center center;
    background: url(/assets/image/marker.svg) no-repeat center;
}
.blink1:hover{
    animation:none;
    -webkit-transform: scale(1.7);
}

.calculator_results {
    box-shadow: 0 12px 84px rgba(43, 75, 94, 0.35);
    border-radius: 10px;
    background-color: #ffffff;
}

.calculator_results {
    box-shadow: 0 12px 84px rgba(43, 75, 94, 0.35);
    border-radius: 10px;
    background-color: #ffffff;
}
.calculator .header{
    margin-top: 0px;
    color: #4b4b4b;
    font-family: "Museo Sans Cyrl 700";
    font-size: 24px;
}
.calculator .subheader{
    margin-top: 7px;
    color: #303030;
    font-family: "Museo Sans Cyrl 500";
    font-size: 16px;
    line-height: 24px;
}
.calculator .info{
    margin-top: 6px;
    margin-bottom: 30px;
    color: #5d5d5d;
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    line-height: 18px;
}
.calculator_results{
    box-shadow: 0 12px 84px rgba(43, 75, 94, 0.35);
    border-radius: 10px;
    background-color: #ffffff;
}
.calculator_top{
    padding: 23px 23px 10px 23px;
}
.calculator_bottom{
    border-radius: 0 0 10px 10px;
    background-color: #f0f3f6;
    padding: 23px 23px 23px 23px;
}
.calculator_bottom p{
    color: #5d5d5d;
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    line-height: 18px;
}
.calculator_bottom .subinfo{
    margin-top: 10px;
    color: #81868a;
    font-family: "Museo Sans Cyrl 500";
    font-size: 12px;
}
.calculator_free{
    border-bottom-style: dashed;
    margin-top: 20px;
    color: #ed2126;
    font-family: "Museo Sans Cyrl 500";
    font-size: 16px;
    line-height: 24px;
}
.calculator_top .header{
    margin-top: 0px;
    color: #393939;
    font-family: "Museo Sans Cyrl 700";
    font-size: 20px;
}
.calculator_top .table th{
    padding-left: 0px;
    border:none;
    color: #303030;
    font-family: "Museo Sans Cyrl 500";
    font-size: 16px;
    line-height: 24px;
}
.calculator_top .table td, .table th {
    padding: 0.35rem;
}
.calculator_top .table td, #outside_block .table td, #inside_block .table td{
    border-top:none;
    padding-left: 0px;
    color: #5d5d5d;
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    line-height: 18px; 
}
/*.calculator_top .table td:nth-child(2){
    color: #81868a;
    font-family: "Museo Sans Cyrl 500";
    font-size: 12px;
}*/
.calculator_top img{
    margin-top: -10px;
    margin-left: 14px;
    animation: shake 1.5s infinite;
    cursor: pointer;
}
.calculator_result{
    color: #4b4b4b;
    font-family: "Museo Sans Cyrl 700";
    font-size: 24px;
    margin-top: 21px;
}
.schema_form input[type="checkbox"]:checked, 
.schema_form input[type="checkbox"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}

.schema_form input[type="checkbox"]:checked + label, 
.schema_form input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

.schema_form input[type="checkbox"]:checked + label:before, 
.schema_form input[type="checkbox"]:not(:checked) + label:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #ffabad;
    background-color: #fbeaea;
}

.schema_form input[type="checkbox"]:checked + label:after, 
.schema_form input[type="checkbox"]:not(:checked) + label:after{
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.schema_form input[type="checkbox"]:checked + label:after, 
.schema_form .schema_form input[type="checkbox"]:not(:checked) + label:after {
    left: 2px;
    top: 2px;
    width: 21px;
    height:13px;
    border-radius: 1px;
    border-left: 4px solid #ed2126;
    border-bottom: 4px solid #ed2126;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);  
}

.schema_form input[type="checkbox"]:not(:checked) + label:after{
    opacity: 0;
}

.schema_form input[type="checkbox"]:checked + label:after{
    opacity: 1;
} 

.tab img {
    max-width: 100%;
    max-height: 400px;
}

.tab_name {
    line-height: 1;
    margin-bottom: 14px;
    color: #4b4b4b;
    font-size: 24px;
}

.tab ul {
    padding-left: 0px;
    text-align: left;
}

.tab p {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    text-align: left;
}

.tab_price {
    margin-top: 8px;
    color: #393939;
    font-size: 20px;
}

.tab {
    /* min-width: 780px; */
    text-align: center;
    border-radius: 20px;
}

.tab_header {
    padding-right: 19px;
    padding-top: 17px;
}

.tab-content {
    padding: 20px 46px 79px 30px;
}