.container-contakts{
    margin-top: 50px;
    text-align: center;
}
.container-contakts h6{
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 12px;
    text-align: center;
}
.contacts-phone{
    color: #000;
    font-size: 55px;
    font-weight: 900;
    line-height: 1.2em;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
.contacts-adr{
    color: #000;
    font-size: 20px;
    font-weight: 300;
}
.container-map{
    padding-top: 40px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
}

.container-map iframe{
    height: 400px;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.col-wiget {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.col-wiget span{
    display: inline-block;
    height: 36px;
    width: 36px;
    border-radius: 10%;
    text-align: center;
    margin: 10px;
}
.col-wiget .fa{
    color: #fff;
    font-size: 18px;
    margin-top: 8px;
}
.inst{
    background-color: #000;
}
.odnokl{
    background-color: #f4731c;
}
.vk{
    background-color: #45668e;
}
.faceb{
    background-color: #3b5998;
}
.tw{
    background-color: #1da1f2;
}
.ytb{
    background-color: #cd201f;
}
.col-descr-contact p{
    color: #323232;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
.individ{
    font-weight: 300;
    color: #323232;
    font-size: 30px;
    text-transform: uppercase;
}
.name-owner{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.napishite{
    /* color: #323232;
    font-weight: 300;
    font-size: 30px; */
}
.napishite strong{
    font-weight: 600;
}
.col-input{
    margin-top: 10px;
    margin-bottom: 10px;
}
input::placeholder{
    font-style: italic;
    text-transform: uppercase;
    color: #111;
    font-size: 13px;
}
textarea::placeholder{
    font-style: italic;
    text-transform: uppercase;
    color: #111;
    font-size: 13px;
}
.form-input{
    display: block;
    width: 100%;
    /* font-family: "Raleway",sans-serif; */
    background-color: transparent;
    border: 1px solid rgba(120,120,120,.5);
    border-radius: 5px;
    box-shadow: none;
    font-weight: 400;
    color: #787878;
    padding-left: 28px;
    padding-right: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 13px;
    line-height: 24px;
}

.col-call-back-form .btn-otpravit{
    color: #333;
    border-color: #ffef00;
    background-color: #ffef00;
    min-width: 200px;
    text-transform: uppercase;
    font-size: 18px;
    /* font-family: "Raleway",sans-serif; */
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-indent: .1em;
    text-transform: uppercase;
    padding: 20px 30px 15px;
    margin-bottom: 4px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-top: 20px;
    padding-bottom: 20px;
}

.col-call-back-form .btn-otpravit:hover{
    color: #111;
}
.info-cell{
    margin-bottom: 20px;
    margin-top: 15px;
}
.info-icon{
    padding-right: 10px;
    vertical-align: middle;
    display: table-cell;
}
.info-icon .highlight3{
    color: #f9a450;
}
.info-descr{
    display: table-cell;
    vertical-align: middle;
    width: auto;
    color: #333;
    line-height: 22px;
    font-size: 18px;
    font-weight: 300;
}
.info-descr a{
    color: #787878;
    text-decoration: none;
}
.container-o-kompanii .fa-map-marker-alt {
    margin-left: 0px;
  }

@media(min-width: 1px) and (max-width: 350px) { 
    .contacts-phone {
        font-size: 35px;
    }
}
@media(min-width: 351px) and (max-width: 576px){

}
@media(min-width: 577px) and (max-width: 768px) {

}
@media (min-width: 769px) and (max-width:992px ) {

}
@media (min-width: 992px) and (max-width: 1200px){

}
@media (min-width: 1201px) and (max-width: 1400px){

}
