@font-face {
    font-family: 'Segoe UI';
    src: 
        url('img/fonts/subset-SegoeUI.eot');
    src: 
        url('img/fonts/subset-SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('img/fonts/subset-SegoeUI.woff2') format('woff2'),
        url('img/fonts/subset-SegoeUI.woff') format('woff'),
        url('img/fonts/subset-SegoeUI.ttf') format('truetype'),
        url('img/fonts/subset-SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

.deductions {
    padding-top: 64px;
    padding-bottom: 64px;
    background: #FFFFFF;
  /*  font-family: 'Segoe UI';*/
}
.deductions p b{
    
}
.appraise-btn.btn.blue{
    position: relative;
    left:0;
    bottom: 0;
}
.wrap {
    max-width: 1160px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.deductions .block-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 48px;
    max-width: 666px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.25px;
}

.deductions .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.deductions .item {
    width: 33.3%;
    position: relative;
    text-align: center;
    padding: 20px 50px 42px;
}


.deductions .item .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 0;
}
.deductions .bold {
    font-weight: bold;
    white-space: nowrap;
}

.deductions .item .description {
    font-size: 18px;
    margin-top: 8px;
}

.deductions .item .image {
    width: 65px;
    fill: #28b377; 
    fill-opacity: .5; /* прозрачность заливки */
    stroke: #28b377; /* цвет обводки */
    stroke-width: 10px; /* толщина обводки */
    stroke-opacity: .8; /* прозрачность обводки */ 
  
}

.deductions .item::before {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    background: url('img/deductions-checkbox-off.png') no-repeat center center;
    z-index: 1;
    left: 20px;
    top: 15px;
    cursor: pointer;
    background-size: 100%;
}
.deductions .item.null::before {
    content: none!important;
    position: absolute;
    width: 36px;
    height: 36px;
    background: transparent;
    cursor: default;
    z-index: 1;
    left: 96px;
    top: 20px;
}


.deductions .item.active::before {
    background-image: url('img/deductions-checkbox-on.png');
}
.color_price{
    background-color: #f3f3f3;
}
.deductions .costs {

}
.deductions .costs .return {
    color: #28b377;
}
.deductions .costs .title {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: normal;
}
.deductions .costs .return .number {
    font-size: 36px;
    line-height: 40px;
    color: #28b377;
    margin-top: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.deductions .costs .cost .number {
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    font-weight: 600;
    white-space: nowrap;
}
.deductions .costs .cost .title{
    margin-top: 10px;
    margin-bottom: 20px;    
}

.deductions .costs .button {
    max-width: 258px;
}
.deductions .button-black {
    padding: 19.5px 45px;
}
.form-popup__list .selectize-input > input{
    
}

@media only screen and (max-width: 768px) {
    .deductions .item {
        width: 100%;
    }
}
body .cookies__btn-close{
    background-repeat: no-repeat;  
}
.header-top .pay-online {
    -webkit-animation: blink5 3s linear infinite;
    animation: blink5 3s linear infinite;
    border: 1px solid rgb(255, 0, 0) !important; 
}
.dop_menu{
    position: relative;
}
.dop_menu ul {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    z-index: 100;
    margin-left: -10px;
    width: 170px;
    font-size: 15px;
}
.dop_menu li{
    margin-top: 5px; 
}
.dop_menu:hover ul{
    display: block;
}
@-webkit-keyframes blink5 {
    0% { 
        color: rgb(255, 0, 0); 
        background: rgb(255, 255, 255);
    }
    50% { 
        color: rgb(255, 255, 255); 
        background: rgb(255, 0, 0); 
    }
    100% { 
        color: rgb(255, 0, 0); 
        background: rgb(255, 255, 255);
    }
}
@keyframes blink5 {
    0% { 
        color: rgb(236, 102, 10); 
        background: rgb(255, 255, 255);
    }
    50% { 
        color: rgb(255, 255, 255); 
        background: rgb(236, 102, 10); 
    }
    100% { 
        color: rgb(236, 102, 10);
        background: rgb(255, 255, 255);
    }
}
.form-popup__li p.text_li {
    position: relative;
    margin-top: -17px;
    top: -10px;
    color: #6e6e6e;
    font-size: 14px;
}
form .form-popup__submit.new_button {
    background-color: #0069c9;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 200;
    height: 54px;
}
.main-slide.f-medium .garant .head {
    font-size: 40px;
    width: 50%;
}
.garant .orange.js-slidedown{
    margin-top: 20px;
}
.office_wrap{
    margin-left: 40px;
    margin-bottom: 20px;  
}

@media (max-width: 768px) {
    
    body .form-popup__li p.text_li {
        font-size: 9.5px;
        margin-top: 5px;
    }
    .main-slide.f-medium .garant .head {
        font-size: 17px;
        width: 50%;
    }
    .main-slide .garant .slide-img.var2{
        max-height: 85%;   
    }
    /*.main-slide.full-width.var2 {*/
        /*height: 220px;*/
    /*}*/
    .garant .orange.js-slidedown{
        margin-top: 0;
    }
    body .main-slide.full-width .turbo .slide-img {
        width: 400px;
        height: auto;
        top: 40px;
        right: 6%;
    }
    body .section-calculator-property-valuation .section-flex-blocks__item-head{
        height: auto;
        font-size: 15.5px;
        padding: 0 20px;
    }
    .section-calculator-property-valuation .section-flex-blocks__item-head span {
        font-size: 22px;
    }
}

@media (max-width: 420px) {
    body .main-slide.full-width .turbo .slide-img {
        width: 160px;
        height: auto;
        top: 40px;
        right: 0%;
    }  
    body .section-flex-blocks-inner {
        display: block;     
    }
    body .section-calculator-property-valuation .section-flex-blocks__item{
        float: left;
        margin-right: 4%;
        width: 46%;
        margin-bottom: 20px;
        min-height: 270px;
    }
    .section-calculator-property-valuation .section-flex-blocks__item-head{
        height: auto;
        font-size: 15.5px;
        padding: 0 10px;
    }
    .section-calculator-property-valuation .section-flex-blocks__item-head span {
        font-size: 18px;
    }
    .section-calculator-property-valuation .section-flex-blocks{
        overflow: hidden;
    }
}

.footer-list-documents {
    display: flex;
    flex-direction: column;
}

.footer-list-documents > a {
    color: #7b7b7b;
    margin-top: 20px;
}

