/*!
Theme Name: mgw
*/
.contacts-foot .title {
    font-family: MuseoSansCyrl-900, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.2;
    color: #fff !important;
    margin-bottom: 7px;
}
.menu-foot-2 [class*=item].active>a, .menu-foot-2 [class*=item].active>span {
    color: #fc4936;
    text-decoration: none;
}
.tel-wrap {
    color: #fff;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #cb3c2c !important;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
}
.pum-theme-12048 .pum-title, .pum-theme-lightbox .pum-title {
    color: #cb3c2c !important;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
    font-family: inherit;
    font-size: 28px;
    line-height: 36px;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    text-align: center;
}
form.wpcf7-form.init {
    border: 1px solid #990000;
    padding: 20px;
    border-radius: 4px;
}
.wpcf7-file::-webkit-file-upload-button {
      visibility: hidden;
    }
    .wpcf7-file::before {
      content: '+ ДОБАВИТЬ ФАЙЛ';
      display: inline-block;
        background: #cb3c2c !important;
    
      padding: 15px 15px;
      outline: none;
      white-space: nowrap;
      -webkit-user-select: none;
      cursor: pointer;
      font-weight: 700;
      font-size: 10pt;
        color:#FFF;
		border-radius: 5px;
    }
    .wpcf7-file:hover::before {
      border-color: black;
    }
    .wpcf7-file:active::before {
      background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
    }
.wpcf7 input[type="file"] {
    cursor: pointer;
    width: 100%;
	padding-top: 20px;
}
.webform-submission-form details {
    background: #efefef;
    border-radius: 5px;
    padding: .5rem;
    margin-bottom: 1rem;
}
div#edit-markup {
    margin-bottom: 20px;
}
span.wpcf7-list-item {
    /* padding: 20px 0; */
    padding-bottom: 30px;
}
h4.text-align-center {
    color: #cb3c2c !important;
    text-shadow: 0 0 0 rgb(2 2 2 / .23);
    font-family: inherit;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    text-align: center;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
label {
    width: 100%;
	color: #373737;
    font-weight: 600;
}
input.wpcf7-form-control.wpcf7-text {
    width: 100%;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 5px;
    margin-top: 5px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #cb3c2c !important;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
p.form_p {
    color: #606162;
    font-size: 15px;
}
option {
    color: #606162;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	 color: #606162;
}
input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    color: #606162;
}
details {
    color: #373737;
}
summary::marker {
    color: #cb3c2c;
}
summary {
    display: list-item;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #b2adad;
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 4px;
    font-weight: 500;
}
.codedropz-upload-inner h3 {
    margin: 5px 0;
    font-size: 30px;
    line-height: 32px;
    word-break: break-word;
    display: none !important;
}
.codedropz-upload-inner span {
    display: none !important;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    text-decoration: none;
    box-shadow: none;
    color: #cb3c2c;
}
@media (max-width: 767px) {
  h4.text-align-center {
    font-size: 18px;
}
}
