

/* Start:/bitrix/templates/3Core/css/contact.css?17885208599446*/
body {
    background-color: black;
}
body header ul li a,
body .socServ a,
body .socServ path,
.copyright {
    color: white;
    stroke: white;
}
header .order a {
    color: white;
}
header .order a path {
    stroke:  white;
}
.showreal { 
    display: none;
}
.lang span {
    color: #fff;
}
.lang span a {
    color: #fff;
}
.wrapperDetal {
    max-width: 1024px;
    margin: 0 auto;
}
.wrapper1280 {
    max-width: 1280px;
    margin: 0 auto;
}
.map {
    width: 100%;
    max-width: 672px;
    /*height: 466px;*/
    height: 400px;
    background-position: center;
    background-size: contain;
}
.contactInfo {
    padding-left: 125px;
}
.contactInfo div{
    margin-bottom: 20px;
}
/*.deskHeader ul {
    margin-left: -300px;
}*/
.blockMap {
    align-items: center;
}
.contactInfo div .contact_info-text{
    text-decoration: none;
    color: #ffffff;
    font-family: 'Proxima Nova Rg';
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
}
.contactInfo div span{
    color: #ffffff;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
}


/* селект */
.detail_feedback {
    margin-top: 180px;
    margin-bottom: 120px;
}
.detail_feedback h1 {
    color: #fff;
    font-family: "KelsonSansBold";
    font-size: 42px;
    font-weight: 400;
    line-height: 46px;
    text-transform: uppercase;
}

.feedback_title {
    color: white;
    font-family: "KelsonSansBold";
    font-size: 42px;
    font-weight: 400;
    line-height: 46px;
    text-transform: uppercase;
    width: 100%;
    max-width: 425px;
    margin-bottom: 30px;
}
.form {
    font-family: "Proxima Nova Rg";
    font-size: 20px;
}

.form input[type=text],
.form input[type=email] {
    width: 499px;
    height: 83px;
    border: 2px solid #fff;
    font-family: "Proxima Nova Rg";
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    padding-left: 24px;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    background-color: #000;
    color: white;
    transition: box-shadow .3s ease-in;
}

.arrow_down {
    background: url('/bitrix/templates/3Core/css/../images/arrow_down_white.png') no-repeat;
    background-size: contain;
    width: 21px;
    height: 11px;
    display: block;
    position: absolute;
    right: 20px;
    top: 52px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform .3s linear;
    transform-origin: center;
    z-index: 100;
    padding: 14px;
    background-size: unset;
    background-position: center center
}
.arrow_down.active {
    -webkit-transform: translateY(-50%) scale(1,-1);
    -moz-transform: translateY(-50%) scale(1,-1);
    -o-transform: translateY(-50%) scale(1,-1);
    -ms-transform: translateY(-50%) scale(1,-1);
    transform: translateY(-50%) scale(1,-1);
}


.form input[type=submit] {
    color: #ec2227;
    font-family: "Proxima Nova Rg";
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    border: none;
    cursor: pointer;
}
 
.feedback_title-input {
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 14px;
    color: rgba(255,255,255, .6);
}
.feedback_fio, .feedback_details, .services_select {
    position: relative;
}

.select_items {
    display: none;
    position: absolute;
    background-color: black;
    width: 100%;
    top: 37px;
    max-width: 470px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 99;
    border: 2px solid #fff;
    padding: 10px;
}
.services_select {
    min-height: 83px;
    border: 2px solid #fff;
    font-family: "Proxima Nova Rg";
    font-size: 20px;
    font-weight: 400;
    padding-left: 24px;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    background-color: #000;
    color: white;
    max-width: 499px;
    padding-right: 40px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; 
    transition: box-shadow .3s ease-in;
}
.select_items.active {
    display: block;
}
.checkmark_label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.checkboxes .checkmark {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid white;
    margin-right: 10px;
    padding: 3px;
    position: relative;
}
.checkboxes .checkmark:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
input:checked + .checkmark_label > .checkmark::after {
    background-color: red;
}
.selected_values > span {
    display: inline-block;
    width: calc(100% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
    border: 1px solid;
    padding: 2px 5px;
    white-space: nowrap;
}
.selected_values > span:last-child {
    margin-right: 0;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    background-color: white;
}
.line {
    text-align: center;
    color: #bdbdbd;
    font-family: "KelsonSansBold";
    font-size: 142px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 50px;
    white-space: nowrap;
}
.line span {
    margin-left: 100px;
}

.line span{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    color: black;
    opacity: 0.47;
}
.adress span{
    text-transform: uppercase;
}
.line{
    color: black;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff45;
}

@media (max-width: 1280px) {
    body .out {
        padding-left: 20px;
    }
    .feedback_title {
        max-width: 435px;
    }
    .detail_feedback .container {
        justify-content: center;
    }
    .contactInfo {
        padding-left: 75px;
    }
}
@media (max-width:992px) {
    .detail_feedback .container {
        justify-content: center;
        flex-flow: column;
    }
    .feedback {
        max-width: 500px;
        margin: 0 auto;
        display: block;
        width: 100%;
    }
    .feedback_title {
        text-align: left;
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .detail_feedback {
        margin-top: 100px;
    }
    .blockMap {
        flex-flow: column;
        align-items: center;
    }
    .map {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2;
    }
    .contactInfo {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        order: 1;
        padding-left: 0;
        width: 100%;
        max-width: 740px;
    }
}
@media (max-width: 768px){
    body .footer-list{
        display: block;
        margin-bottom: 0;
    }
    body .footer-list__item{
        margin-bottom: 20px;
    }
    body .footer-list__item-title{
        margin-bottom: 3px;
    }
    body .footer-b .socServ {
        display: flex;
        margin: 30px 0 60px 0;
    }
    body .footer-b{
        display: block;
    }
    .footer .footer-list__item {
        max-width: 100%;
    }
    .footer .footer-list__item-title {
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 11px;
    }
    .footer {
        padding: 0 15px 35px!important;
    }
}
@media (max-width:750px) {
    .map {
        order: 2;
    }
    .blockMap {
        flex-flow: column;
    }
    .map {
        width: 100%;
        height: 300px;
    }   
    body .feedback {
        flex-flow: column;
    }
    .feedback h1 {
        font-size: 25px;
        width: 100%;
        margin: 0 auto;
    }
    .form {
        margin-left: 0;
    }
    .form input[type=text],
    .form input[type=email] {
        width: 100%;
    }
    .select-items div {
        color: white;
        width: auto;
        padding: 10px 0 10px 15px;
        cursor: pointer;
    }
    .select-items {
        width: calc(100% - 4px);
    }
    .blockMap {
        padding: 0;
    }
}
@media (max-width: 500px) {
    .form input[type=text] {
        width: 100%;
    }
    .select-selected {  
        text-overflow: ellipsis;
        width: auto;
        padding: 40px 60px 10px 23px;
        overflow: hidden;
        white-space: nowrap;
    }
    .select-items div {
        padding: 10px 0 10px 5px;
        font-size: 15px;
        width: 96%;
    }
    .select-items {
        width: 100%;
    }
    .detail_feedback h1 {
        font-size: 9vw;
    }
    .checkmark_label {
        font-size: 3.4vw;
        margin-bottom: 5px;
    }
}
@media (max-width:768px) {
    .line {
        font-size: 12vw;
    }
    #map {
        display: none;
    }
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff;
}

/* End */
/* /bitrix/templates/3Core/css/contact.css?17885208599446 */
