.map-holder {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 350px;
    background: url(/img/map.jpg);
}

@media(max-width: 1200px) {
    .map-holder {
        height: 550px;
    }
}

@media(max-width: 540px){
    .map-holder {
        display: none;
    }
}

ymaps, ymaps canvas, ymaps i, ymaps input {
    max-width: none;
    max-height: none;
}

.content-part-full {
    background: white;
    padding: 20px 0;
    margin: 10px 0;
}

.top-c-block {
    background: url(/img/contact-bg.png) no-repeat;
    width: 525px;
    height: 260px;
    color: #6a6a6a;
}
    .top-c-block h1 {
        font-size: 32px;
        padding: 12px 35px 10px;
        margin: 0;
        font-family: "Roboto", sans-serif;
    }
.contacts-thin {
    padding: 15px;
}
    .contacts-thin > .c-block{
        padding: 0;
    }
@media(min-width: 540px) {
    .contacts-thin{
        display: none;
    }
}

.c-block {
    padding: 0 70px 0 30px;
    font-family: "Open Sans", sans-serif;
}

.top-m-block {
    width: 510px;
    height: 260px;
    border-radius: 5%;
    overflow: hidden;
}

.top-m-block img {
    /*width: 100%;*/
    /*height: 100%;*/
}

.cadr {
    background: url(/img/ci1.png) no-repeat;
    padding: 3px 0;
    padding-left: 30px;
    margin-bottom: 0px;
    display: block;
    background-position: 0 50%;
}

.cphone {
    background: url(/img/ci2.png) no-repeat;
    padding: 3px 0;
    padding-left: 30px;
    margin-bottom: 0px;
    display: block;
    background-position: 0 50%;
}

.cmail {
    background: url(/img/ci3.png) no-repeat;
    padding: 3px 0;
    padding-left: 30px;
    margin-bottom: 0px;
    display: block;
    background-position: 0 50%;
}

.cmail a {
    border-bottom: dashed 1px;
}

/*.contacts-contacts {*/
/*    padding: 15px;*/
/*}*/

.oferta {
    background: url(/img/doc.png) no-repeat;
    padding: 10px 35px;
    background-position: 0 50%;
    margin-top: 15px;
    display: inline-block;
    color: black;
    transition: color 0.3s ease-out;
}

a.oferta:hover {
    color: #E42049;
    border-bottom: none;
}

.oferta span {
    border-bottom: dashed 1px;
}

.contact-page-form {
    background: #f0f0f0;
    border-radius: 0px;
}
@media(max-width: 576px) {
    .contact-page-form {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
}

div.cont-form {
    margin: 0;
    padding: 0;
}

.contacts-contacts a{
    color: #E42049;
    transition: all 0.3s ease-in;
}

.cont-form {
    text-align: center;
}

div.cont-form .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.cont-form form {
    max-width: 770px;
    display: inline-block;
    width: 100%;
}

.cont-form input, .cont-form textarea {
    width: 100%;
    max-width: 100%;
    background: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    border: none;
    font-weight: lighter;
    border-radius: 6px;
    padding: 2px 4px;
    line-height: 1.3em;
}
    .cont-form input:focus, .cont-form textarea:focus{
        border: none;
        outline: none;
        outline-offset: 0;
    } 


    .contact-page-form .cont-form textarea {
        min-height: 100px;
        padding-top: 8px;
        margin-bottom: 2px;
    }

.f-1-2 {
    width: 49%;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
}

.cont-form .required {
    color: #c0392b !important;
}

.cont-form-form-control-wrap {
    position: relative;
}

.contact-page-form input[type="submit"] {
    vertical-align: top;
    margin-top:15px;
    background: #E42049 !important;
    color: white !important;
    font-weight: 300 !important;
    width: 125px !important;
    font-size: 16px;
    height: 36px !important;
    text-align: center !important;
    transition: all 0.3s ease-out;
    font-size: 16px;
}

.contact-page-form input[type="submit"]:hover {
    background-color: #0E99DA !important;
}

.contact-page-form img.ajax-loader {
    margin: 15px;
    height: 30px;
    border: none;
    margin-left: 4px;
}

.contact-page-form label.error,
.cont-form-response-output{
    color: red;
}