

/* Start:/local/components/ces/main.feedback/templates/ces-contacts/style.css?17388461521835*/
#header {
    background: rgba(20, 26, 29, 0.92);
}

#contacts-body {
    position: relative;
    z-index: 5;
    background: rgba(20, 26, 29, 0.92);
}

#cotacts-text-wrap p {
    font-family: 'OpenSansLight';
    padding-bottom: 35px;
} 

#cotacts-text-wrap .cotacts-text-title {
	font-family: 'OpenSansBold';
}

#cotacts-text-wrap .cotacts-text-phone a, #cotacts-text-wrap .cotacts-text-phone span {
    font-size: 20px;
    color: #ae1c19;
    font-family: 'OpenSansBold';
}

#cotacts-text-wrap .cotacts-text-mail a {
	color: #ae1c19;
}

#contacts-map-wrap {
    position: absolute;
    z-index: 4;
}

#contacts-map-wrap .bx-yandex-view-layout, #contacts-map-wrap .bx-yandex-view-map {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 769px){
    #developer-wrap {
        display: none;
    }

    #contacts-map-wrap {
        width: 100%;
        height: 100%;
        top: 0;
    }

}

@media screen and (max-width: 1599px){
    #contacts-wrap {
        padding-bottom: 300px;
    }

    #header-bg {
        background: rgba(20, 26, 29, 0.92);
        position: absolute;
        width: 100%;
    }
}

@media screen and (max-width: 768px){
    #contacts-wrap {
        padding-bottom: 0px;
    }

    #header-bg {
        display: block;
        background: rgba(20, 26, 29, 0.92);
        position: absolute;
        width: 100%;
        height: 184px;
        top: -184px;
    }

    #cotacts-text-wrap .cotacts-text-title {
        font-size: 16px;
        padding-top: 25px;
    }

    #cotacts-text-wrap .cotacts-text-mail a {
        font-size: 16px;
    }

    #bottom-feedback {
        padding: 530px 25px 55px;
    }

    #contacts-map-wrap {
        display: block;
        position: relative;
        width: 100%;
        height: 600px;
        z-index: 4;
        top: 0;
        left: 0;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/map.google.system/templates/.default/style.css?149278054830*/
.bx-google-map {color: black;}
/* End */


/* Start:/local/templates/cesolutions/css/components/bottom-form.css?15015035077547*/
#bottom-feedback {
    position: relative;
}

#bottom-feedback .bottom-feedback-title {
    font-family: 'OpenSansBold';
    letter-spacing: 2px;
    text-transform: uppercase;
}

#bottom-feedback-body {
    font-size: 0;
    margin: 0px -10px;
}

#bottom-feedback .bottom-feedback-input {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#bottom-feedback .bottom-feedback-input .bottom-input-title {
    margin-bottom: 10px;
    font-size: 12px;
}

#bottom-feedback .bottom-feedback-input input, #bottom-feedback .bottom-feedback-input textarea {
    background: none;
    color: #f5f5f5;
    width: 100%;
}

#bottom-feedback .bottom-feedback-input.error input, #bottom-feedback .bottom-feedback-input.error textarea{
    border-color: red;
    -webkit-animation: shake 0.6s;
    animation: shake 0.6s;
}

/*#bottom-feedback .bottom-feedback-input input:focus, #bottom-feedback .bottom-feedback-input textarea:focus{
    border-color: #46aa46;
}*/

#bottom-feedback .bottom-feedback-input textarea{
    resize: none;
}

#bottom-feedback .bottom-feedback-input.bottom-feedback-checkbox {
    padding: 0px 10px 5px;
    margin: -5px 0px 0px;
}

#bottom-feedback .bottom-feedback-checkbox label {
    display: inline-block;
    border: 2px solid #FFFFFF;
    padding: 4px 2px 4px;
    vertical-align: top;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
}

#bottom-feedback .bottom-feedback-checkbox.error label {
    border-color: red;
    -webkit-animation: shake 0.6s;
    animation: shake 0.6s;
}

#bottom-feedback .bottom-feedback-checkbox label:before {
    content: " ";
    background: url("/local/templates/cesolutions/css/components/../../images/checkbox-bg.png");
    display: block;
    opacity: 0;
    width: 16px;
    height: 12px;
}

#bottom-feedback .bottom-feedback-checkbox label.active:before {
    opacity: 1;
}

#bottom-feedback .bottom-feedback-checkbox a {

}

#bottom-feedback .bottom-feedback-checkbox input {
    display: none;
}

#bottom-feedback #bottom-feedback-submit {
    padding: 30px 10px 0px;
}

#bottom-feedback #bottom-feedback-submit .red-border-btn {

}

#bottom-feedback .bottom-feedback-input input::-moz-placeholder {
    color: #636161;
}

#bottom-feedback .bottom-feedback-input input::-webkit-input-placeholder {
    color: #636161;
}

#bottom-feedback .bottom-feedback-input textarea::-moz-placeholder {
    color: #636161;
}

#bottom-feedback .bottom-feedback-input textarea::-webkit-input-placeholder {
    color: #636161;
}

#bottom-feedback .bottom-feedback-suc {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
}

#bottom-feedback .bottom-feedback-suc.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

#bottom-feedback .bottom-feedback-input input:-webkit-autofill, #bottom-feedback .bottom-feedback-input textarea:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #202425 inset;
    -webkit-text-fill-color: #f5f5f5;
}

#bottom-feedback .bottom-feedback-input.bottom-feedback-file {
    padding: 20px 10px 0px;
}

.bottom-feedback-file input {
    display: none;
}

.bottom-feedback-file label {
    cursor: pointer;
}

.bottom-feedback-file label .bottom-feedback-file-ico {
    width: 46px;
    height: 59px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.bottom-feedback-file label .bottom-feedback-file-ico:before, .bottom-feedback-file label .bottom-feedback-file-ico:after {
    content: " ";
    background: url("/local/templates/cesolutions/css/components/../../images/file-upload-ico.png") no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.bottom-feedback-file label .bottom-feedback-file-ico:after {
    opacity: 0;
    background-position: -46px 0px;
}

.bottom-feedback-file label:hover .bottom-feedback-file-ico:after {
    opacity: 1;
}

.bottom-feedback-file label:hover .bottom-feedback-file-ico:before {
    opacity: 0;  
}

.bottom-feedback-file label .bottom-feedback-file-text {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    -webkit-transition: opacity 0.3s 0.3s, max-width 0.3s;
    -o-transition: opacity 0.3s 0.3s, max-width 0.3s;
    transition: opacity 0.3s 0.3s, max-width 0.3s;
    max-width: 150px;
    overflow: hidden;
}

.bottom-feedback-file label:hover .bottom-feedback-file-text {
    color: #ae1c19;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.bottom-feedback-file.active label .bottom-feedback-file-text {
    opacity: 0;
    max-width: 0;
    -webkit-transition: opacity 0.3s, max-width 0.3s 0.3s;
    -o-transition: opacity 0.3s, max-width 0.3s 0.3s;
    transition: opacity 0.3s, max-width 0.3s 0.3s;
}

.bottom-feedback-file .bottom-feedback-file-desc {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bottom-feedback-file.active .bottom-feedback-file-desc {
    opacity: 1;
    -webkit-transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
}

.bottom-feedback-file .bottom-feedback-file-desc i{
    font-size: 10px;
    font-style: italic;
    color: #FFFFFF;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.bottom-feedback-file .bottom-feedback-file-desc i:hover {
    color: #ae1c19;
}

.bottom-feedback-user-captcha {
    display: none;
}

@media screen and (min-width: 769px){
    #bottom-feedback .bottom-feedback-title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    #bottom-feedback .bottom-feedback-input {
        padding: 0px 10px 40px;
    }

    #bottom-feedback .bottom-feedback-input input, #bottom-feedback .bottom-feedback-input textarea {
        border: none;
        border-bottom: 2px solid #f5f5f5;
        padding: 0px 10px 10px 0px;
        font-size: 14px;
    }

    #bottom-feedback .bottom-feedback-input textarea{
        height: 34px;
    }

    #bottom-feedback .bottom-feedback-suc {
        padding: 0px 15px;
        display: inline-block;
    }
}

@media screen and (max-width: 768px){
    #bottom-feedback .bottom-feedback-title {
        font-size: 25px;
        margin-bottom: 25px;
    }

    #page-wrap #bottom-feedback .container {
        padding: 0px 25px;
    }

    #bottom-feedback .bottom-feedback-input {
        padding: 0px 10px 10px;
    }

    #bottom-feedback .bottom-feedback-input input, #bottom-feedback .bottom-feedback-input textarea {
        border: 1px solid #f5f5f5;
        padding: 10px 15px 10px 15px;
        font-size: 12px;
    }

    #bottom-feedback .bottom-feedback-input textarea{
        height: 41px;
    }

    #bottom-feedback .bottom-feedback-suc {
        padding: 15px 0px 0px;
    }
}
/* End */
/* /local/components/ces/main.feedback/templates/ces-contacts/style.css?17388461521835 */
/* /bitrix/components/bitrix/map.google.system/templates/.default/style.css?149278054830 */
/* /local/templates/cesolutions/css/components/bottom-form.css?15015035077547 */
