.w267{
    width: 267px;
}
.text-center{
    text-align: center;
}

.logo-name{
    /* max-width: 180px;
     max-height: 180px;*/
    font-size: 23px;
    /* font-weight: 800;*/
}
.client_popup__foto .logo-name{
    position: relative!important;
    left: 0px!important;
    top: 0px!important;
    max-width: 100%;
    -webkit-transform: translate(0%, 0%)!important;
    transform: translate(0%, 0%)!important;
    font-size: 10px;
}

.allwin--content-blok ol li {
    margin-left: 34px;
    text-indent: 10px;
}

.allwin--content-blok ul{
    margin-left: 25px;
    list-style-position: outside;
    list-style: disc;
}

.allwin--content-blok ul li {
    margin-left: 10px;
    text-indent: 0px;
}


.our-works__links.allwin--our-works__links-custom span{
    margin-bottom: 17px;
}
.our-works__links.allwin--our-works__links-custom span span.title--link, .allwin--our-works__links-custom span.title--link{
    width: 90px;
    position: relative;
    margin-left: auto;
    display: flex;
    margin-bottom: 0;
    top: -18px;
}
.our-works__links.allwin--our-works__links-custom span span.title--link a{

}


@media only screen and (min-width:200px) and (max-width:1279px){
    .logo-name {font-size: 20px;}
}
@media only screen and (min-width:200px) and (max-width:1023px){
    .logo-name {font-size: 20px;}

    ul.our-works__mobilLinks-custom{
        list-style-type: none !important;
        display: block !important;
        position: relative;
        top: -22px;
        margin-bottom: 0px;
    }
    ul.our-works__mobilLinks-custom li.fa{
        margin-right: 42px;
        color: #696969;
    }
}
@media only screen and (min-width:200px) and (max-width:767px){
    .logo-name {font-size: 16px;}
}

.accordeon__bottom .button {
    margin-top: 40px;
}

.accordeon__bottom h2, .accordeon__bottom h3 {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    font-family: 'OS_Semibold';
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.2px;
    margin-bottom: 14px;
    color: #3a3a3a;
}

.accordeon__bottom ul {
    margin-bottom: 40px;
    list-style-type: none;
    color: #000;
    opacity: 0.6;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    vertical-align: top;
}

.accordeon__bottom ul li {
    margin-bottom: 10px;
}

.accordeon__bottom ul li p, .accordeon__bottom ul li span {
    padding-left: 14px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    top: 1px;
    font-family: 'OS_Semibold';
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    vertical-align: top;
}

.accordeon__bottom ul li p::before {
    content: "—";
    position: absolute;
    left: -14px;
    top: -2px;
}

#team_popup .person {
    background: #fff;
}


.disable-valid {
    pointer-events: none;
    opacity: 0.6;
}

.has-error {
    border-width: 2px !important;
    border-color: red !important;
}

.calculator .zi1 {
    z-index: 5 !important;
}
@media screen and (max-width: 1333px) {
    .header__navigation--btn {
        margin-left: 0;
    }
    .header__logo {
        margin-right: 0;
    }
}

.callback {
    width: auto !important;
}

.calculator .zi3 {
    z-index: 6 !important;
}

/*.about.about--individual {
    background: url(/local/img/service_bg.jpg)no-repeat center center !important;
    background-size: cover;
}*/



.calculator .list {
    background: #e3e5e8;
    border-radius: 5px;
}

/*.input_select .input_select_text {
    background: #e3e5e8 !important;
}*/

/*26.06.2020*/
.review_with_pic_box{
    width: 100%;
    display: inline-block;
}
.review_with_pic_box>.f14{
    width: 60%!important;
}
.review_img_box{
    width: 40%;
    height: 100%;
    display: block;
    float: right;
}
.review_img_box img{
    width: 100%;
}
@media screen and (max-width: 767px){
    .review_with_pic_box>.f14{
        width: 100%!important;
    }
    .review_img_box{
        float: left;
        width: 100%;
        margin-top: 30px;
    }
    .review_img_box img {
        width: 40%;
        display: block;
        margin: 0 auto;
    }
}
@media screen and (max-width: 420px){
    .review_img_box img {
        width: 60%;
    }
}
/* увеличенная картинка */
#magnify {
    display: none;

    /* position: absolute; upd: 24.10.2016 */
    position: fixed;
    max-width: 600px;
    height: auto;
    z-index: 9999;
}

#magnify img {
    width: 100%;
}

/* затемняющий фон */
#overlay {
    display: none;

    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
}

/* кнопка закрытия */
#close-popup {
    width: 30px;
    height: 30px;

    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

#close-popup i {
    width: 30px;
    height: 30px;
    background: url(https://codernote.ru/files/cross.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
}

@keyframes rota {
    25% { transform: rotate(360deg); }
}

#close-popup:hover {
    animation: rota 4s infinite normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}/*/26.06.2020*/

#bx_2671958764_ span.mobile {
    display: none;
}

#bx_2671958764_ a{
    color: #e59846!important;
}

.doc-detail-img img {
    margin: 0 auto;
}