div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    color: rgba(17, 17, 17, 0.5);
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    line-height: 62px;
    border: 0;
    outline: none;
    padding-left: 23px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    height: 64px;
    background: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
}

.nice-select .current {
    display: block;
    color: #111111;
}
.nice-select:after {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 27px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 12px;
    height: 8px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABrSURBVHgBjY/RDYAgDETbDQoTOIpOohs5goziJjICG9TrR3+0EC5puLTvoBBBIrKjFhrIGDdrSklRTy+Uc76Mwfz0RumFHP7NolAE8+e2oqq2a2XmG/4wj3NrrVXq7OsvDf8VheZgF2CJ+i/4Niz0CJWt6gAAAABJRU5ErkJggg==') no-repeat center;

}
.nice-select.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #ccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    width: calc(100% + 2px);
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 0 0 1px rgba(68,68,68,0.11);
    box-shadow: 0 0 0 1px rgba(68,68,68,0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 1px);
    left: -1px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    border-radius: 10px;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 23px;
    padding-right: 10px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: rgba(0,0,0,0.05);
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
.main--borders{
    border-top: 1px solid #f5f7fa;
    border-bottom: 1px solid #f5f7fa;
}
.contacts__map{
    display: block;
    width: 100%;
    height: 590px;
}
.contacts{
    display: block;
    width: auto;
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 54px;
}
.breadcrumbs{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 18px;
}
.breadcrumbs a{
    display: block;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    border-bottom: 1px solid rgba(17, 17, 17, 0.3);
}
.breadcrumbs span{
    display: block;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
}
.breadcrumbs a, .breadcrumbs span{
    margin-right: 39px;
    position: relative;
}
.breadcrumbs a:after, .breadcrumbs span:after{
    position: absolute;
    content: '/';
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    top: 0;
    right: -25px;
}
.breadcrumbs a:last-child, .breadcrumbs span:last-child{
    margin-right: 0;
}
.breadcrumbs a:last-child:after, .breadcrumbs span:last-child:after{
    display: none;
}
.contacts__info{
    display: block;
    width: 100%;
}
.contacts__title{
    display: block;
    width: 100%;
    font-size: 50px;
    line-height: 56px;
    padding-top: 26px;
    padding-bottom: 22px;
}
.contacts__company{
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
}
.contacts__wrap{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    margin-top: 45px;
}
.contacts__column{
    display: block;
    width: 24%;
    padding-right: 10px;
}
.contacts__column:last-child{
    padding-right: 0;
}
.contacts__heading{
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 11px;
}
.contacts__column a{
    display: block;
    width: 100%;
    color: #0070c9;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}
.contacts__column a span{
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.contacts__column a:hover span{
    border-bottom: 1px solid #0070c9;
}
@media (max-width: 1200px){
    .contacts__column a:hover span{
        border-bottom: 1px solid transparent;
    }
}
.contacts__column p{
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
.contacts__column:nth-child(2) a:nth-child(2){
    margin-bottom: 10px;
}
.contacts__hours{
    display: block;
    width: 100%;
    max-width: 155px;
}
.contacts__hours span{
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 4px;
}
.contacts__hours p{
    text-align: right;
    margin-bottom: 0;
}
.contacts__column a.contacts__soc{
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin-top: 9px;
}
.contacts__soc svg{
    display: block;
    width: 100%;
    min-height: 100%;
}
.contacts__soc:nth-child(3){
    margin-right: 10px;
}
.contacts__form{
    display: block;
    width: auto;
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 70px;
    padding-bottom: 73px;
}
.contacts__form-title{
    display: block;
    width: 100%;
    font-size: 36px;
    line-height: 40px;
}
.contacts__form form{
    display: block;
    width: 100%;
    max-width: 870px;
    margin-top: 25px;
}
.contacts__form-heading{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 9px;
}
.contacts__select-wrapper{
    display: block;
    width: 100%;
    margin-bottom: 23px;
}
.contacts__select-wrapper select{
    opacity: 0;
    visibility: hidden;
}
.contacts__phone-wrapper{
    display: block;
    width: 100%;
    margin-bottom: 23px;
}
.contacts__phone-wrapper input{
    display: block;
    width: 100%;
    height: 64px;
    background: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    color: #111111;
    font-size: 16px;
    line-height: 24px;
    padding-left: 23px;
}
.contacts__phone-wrapper input::-webkit-input-placeholder {
    color: rgba(17,17,17,0.5);
}
.contacts__phone-wrapper input::-moz-placeholder {
    color: rgba(17,17,17,0.5);
}
.contacts__phone-wrapper input:-ms-input-placeholder {
    color: rgba(17,17,17,0.5);
}
.contacts__phone-wrapper input:-moz-placeholder {
    color: rgba(17,17,17,0.5);
}
.contacts__form textarea{
    display: block;
    width: 100%;
    height: 200px;
    background: #F5F5F5;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 18px 23px;
    color: #111111;
    font-size: 16px;
    line-height: 24px;
}
textarea::-webkit-input-placeholder {
    color: rgba(17,17,17,0.5);
}
textarea::-moz-placeholder {
    color: rgba(17,17,17,0.5);
}
textarea:-ms-input-placeholder {
    color: rgba(17,17,17,0.5);
}
textarea:-moz-placeholder {
    color: rgba(17,17,17,0.5);
}
.contacts__upload-wrapper{
    display: block;
    margin-top: 30px;
    width: 100%;
    background: #F5F5F5;
    border: 1px dashed #CCCCCC;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.contacts__file-label{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    min-height: 100px;
    padding-left: 30px;
}
.contacts__file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
}
.contacts__choose{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    width: 192px;
    height: 48px;
    font-size: 16px;
    line-height: 16px;
    background: #E6E6E6;
    border-radius: 10px;
    color: #919191;
}
.contacts__upload-column{
    display: block;
    width: 100%;
    max-width: calc(100% - 251px);
    max-width: -webkit-calc(100% - 251px);
    margin-left: 29px;
}
.contacts__upload-column span{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: rgba(17,17,17,0.5);
}
.contacts__upload-column span:first-child{
    font-size: 16px;
    line-height: 24px;
    color: #111111;
}
.contacts__policy{
    display: block;
    padding-left: 30px;
    position: relative;
    margin-top: 38px;
}
.contacts__checkbox-wrapper{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 2;
}
.contacts__checkbox-wrapper input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}
.contacts__checkbox-wrapper label{
    display: block;
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
    z-index: 2;
    background: #F6F7FB;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 1px;
}
.contacts__checkbox-wrapper input:checked + label{
    background: #F6F7FB url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAYAAADam2dgAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABxSURBVHgBdY8LDYAwDERXgoBtCmYFJYACLOAACSABB0hhEuagXJNCRrIuaXK9vf6cM573PsUYF9G9BRDRxcwJmjoxUbHJRw1ASp4RJ8GcYO5ioHJWnTQfSimZtNMBY6wmfsBvDwFDCIy439HWRWsLeABykiefKZ6huAAAAABJRU5ErkJggg==') no-repeat center;
}
.contacts__policy span{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
}
.contacts__policy a{
    color: #0070C9;
}
.contacts__submit{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    width: 370px;
    height: 60px;
    border-radius: 10px;
    background-color: #ff1938;
    -webkit-box-shadow: 0 15px 18px rgba(0,0,0,0.1);
    box-shadow: 0 15px 18px rgba(0,0,0,0.1);
    position: relative;
    margin-top: 38px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    border: 0;
    padding: 0;
}
.contacts__submit span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.contacts__submit:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: transparent;
    border: 2px solid #ff1938;
    border-radius: 10px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 0;
}
.contacts__submit:hover:after {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.contacts__submit:hover {
    -webkit-box-shadow: 0 0 40px rgba(0,174,255,0.5);
    box-shadow: 0 0 40px rgba(0,174,255,0.5);
}
@media (max-width: 1200px){
    .contacts__submit:hover:after {
        -webkit-transform: none;
        transform: none;
    }
    .contacts__submit:hover {
        -webkit-box-shadow: 0 15px 18px rgba(0,0,0,0.1);
        box-shadow: 0 15px 18px rgba(0,0,0,0.1);
    }
}
.contacts__txt{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    opacity: 0.5;
    margin-top: 13px;
}
@media (max-width: 1600px){
    .contacts__form, .contacts{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 1439px){
    .contacts__title{
        font-size: 40px;
        line-height: 46px;
        padding-bottom: 11px;
    }
    .contacts__heading{
        font-size: 26px;
        line-height: 32px;
    }
    .contacts__column a, .contacts__column p{
        font-size: 16px;
        line-height: 24px;
    }
    .contacts__hours span{
        font-size: 18px;
        line-height: 26px;
    }
    .contacts{
        padding-bottom: 33px;
    }
    .contacts__form-title{
        font-size: 26px;
        line-height: 32px;
    }
    .contacts__upload-wrapper{
        margin-top: 20px;
    }
    .contacts__policy{
        margin-top: 23px;
    }
    .contacts__submit{
        margin-top: 23px;
    }
    .contacts__form{
        padding-bottom: 53px;
    }
    .contacts__hours p{
        text-align: left;
    }
}
@media (max-width: 1279px){
    .contacts__form, .contacts {
        padding-left: 24px;
        padding-right: 24px;
    }
    .contacts__wrap{
        margin-top: 40px;
    }
}
@media (max-width: 1023px){
    .contacts__column {
        width: 50%;
        margin-bottom: 12px;
        padding-right: 0;
    }
    .contacts {
        padding-bottom: 21px;
    }
    .contacts__form{
        padding-top: 50px;
    }
    .contacts__form form{
        margin-top: 14px;
    }
    .contacts__form-heading{
        margin-bottom: 3px;
        padding-left: 12px;
    }
    .contacts__select-wrapper{
        margin-bottom: 15px;
    }
    .contacts__phone-wrapper{
        margin-bottom: 15px;
    }
    .contacts__form form{
        max-width: none;
    }
    .main--borders{
        border-top: 0;
        position: relative;
    }
    .main--borders:after{
        position: absolute;
        content: '';
        top: 72px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #f5f7fa;
    }
}

@media (max-width: 767px){
    .breadcrumbs a, .breadcrumbs span{
        font-size: 14px;
        line-height: 20px;
    }
    .breadcrumbs{
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .contacts__title{
        font-size: 26px;
        line-height: 32px;
        padding-top: 12px;
        padding-bottom: 8px;
    }
    .contacts__title{
        font-size: 26px;
        line-height: 32px;
    }
    .contacts__wrap{
        margin-top: 23px;
    }
    .contacts__column{
        width: 100%;
    }
    .contacts__heading{
        padding-bottom: 9px;
    }
    .contacts__form{
        padding-top: 28px;
        padding-bottom: 34px;
    }
    .contacts__form-heading{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
    }
    .nice-select{
        height: 50px;
        line-height: 48px;
    }
    .nice-select:after{
        top: 21px;
    }
    .contacts__phone-wrapper input{
        height: 50px;
    }
    .contacts__select-wrapper{
        margin-bottom: 10px;
    }
    .contacts__phone-wrapper{
        margin-bottom: 10px;
    }
    .contacts__submit{
        width: 100%;
        max-width: 290px;
    }
    .contacts__form textarea{
        height: 120px;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .contacts__file-label{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        min-height: 179px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 26px;
    }
    .contacts__choose{
        margin-left: auto;
        margin-right: auto;
    }
    .contacts__upload-column{
        max-width: none;
        margin-left: 0;
    }
    .contacts__upload-column span:first-child{
        font-size: 14px;
        line-height: 20px;
        padding-top: 9px;
        padding-bottom: 4px;
    }
    .contacts__upload-column span{
        font-size: 12px;
        line-height: 12px;
    }
    .contacts__policy span, .contacts__policy a{
        font-size: 14px;
        line-height: 20px;
    }
    .contacts__submit{
        margin-top: 14px;
    }
    .contacts__txt{
        font-size: 14px;
        line-height: 20px;
        margin-top: 9px;
    }
    .contacts__company{
        font-size: 16px;
        line-height: 24px;
    }
    .contacts__map{
        height: 320px;
    }
}
@media (max-width: 420px){
    .contacts__form, .contacts {
        padding-left: 14px;
        padding-right: 14px;
    }
}