.container{
    max-width: 100%;
}
.container .container{
    padding: 0;
}
.section-item.container{
    width: 1140px;
}

.contact_information, .contact_information a{
    color:#fff;
    font-size: 16px;
}
.contact_information h1{
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 70px;
}
.contact_information .ct-item{
    position: relative;
    margin-bottom: 60px;
}

.contact_information .ct-item-icon{
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 0;
}
.contact_information .ct-item-text{
    padding-left: 40px;
    text-align: left;
}
.contact_information p{
    margin-bottom: 10px;
}
.h10{
    height: 10px;
}
.h20{
    height: 20px;
}
.h30{
    height: 30px;
}
.h50{
    height: 50px;
}
.h80{
    height: 80px;
}
.h100{
    height: 100px;
}
.social-media-label{
    text-align: center;
    font-size: 26px;
    color: #fff;
}
.social-media-label ul li{
    display: inline-block;
    margin: 0 8px;
    color: #fff;
}
.social-media-label ul li a{
    color: #fff;
}
.social-media-label.dark ul li a{
    color: #333;
}
.contact_information a:hover,.social-media-label ul li a:hover{
    color:#ff0000;
}
.social-media-label.setcolors ul li a:hover{
    opacity: 0.6;
}

.contact-form-title{
    color:#6b6b6b;
    font-size: 36px;
    font-weight: bold;
    margin: 10px 0;
}
.form_contact .send_info{
    background: #ff0000;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 12px 22px;
    margin: 10px 0;
    display: none;
}
.form_contact .form-control{
    border-radius: 0;
    border: 1px solid #dbdbdb;
    border-bottom: 2px solid #ececec;
    box-shadow: none;
    padding: 26px 14px 14px;
    margin-bottom: 12px;
}
.contact_textarea{
    resize: none;
}
.btn-send{
    border:4px solid #6b6b6b;
    color: #6b6b6b;
    background: transparent;
    border-radius: 0;
    padding: 8px 40px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.btn-send:hover{
    background: #6b6b6b;
    color: #fff;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 40px;
    margin-bottom: 12px;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label:after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 28px;
    height: 28px;
    content: "";
    text-align: center;
    border: #e6e6e6 solid 2px;
}
.custom-control-label:before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 28px;
    height: 28px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #eeeeee solid 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    color:#ff0000;
    font-family: FontAwesome;
    font-size: 18px;
    content: '\f00c';
    line-height: 24px;
    border: #e6e6e6 solid 2px !important;
}
.form_contact .form-control.has-error,
#basket-data .form-control.has-error,
#basket-data .form-control.error,
#coupon_code.error, .coupon_code.error,
.has-error, .error{
    border-bottom-color: red;
}
.custom-control.has-error{
    color: red;
}
.custom-control.has-error .custom-control-label:before,
.custom-control.has-error .custom-control-label:after {
    border-color: red;
}

.form-control:focus{
    box-shadow: 0px 0px 1px #ff0000;
    border-color: #ff0000;
}

.contact-person{
    width: 100%;
    min-width: 200px;    
    font-size: 12px;
    text-align: center;
    margin: 20px 0;
}
.contact-person img{
    margin: 0 auto 10px;
    max-width: 140px;
    width: 140px;
    height: 140px;
}
.contact-person h3{
    text-transform: uppercase;
    margin: 10px 0;
}
.contact-person h4{
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}
.contact-person a{
    color:#ff0000;
}
.contact-person p{
    margin-bottom: 20px;
}
.contact-person p.c-phone, .contact-person p.c-email{
    margin-bottom: 0px;
}
.contact-person .social-media-icons{
    margin: 25px 0 0;
    font-size: 20px;
}
.contact-person .social-media-icons a{
    color:#9b9b9b;
    margin: 0 4px;
}
.contact-person .social-media-icons a:hover{
    color:#ff0000;
}