@font-face {
    font-family: montserrat;
    src: url(../fonts/Montserrat-Regular.eot);
    src: url(../fonts/Montserrat-Regular.woff2) format('woff2'),
    url(../fonts/Montserrat-Regular.woff) format('woff'),
    url(../fonts/Montserrat-Regular.ttf) format('truetype'),
    url(../fonts/Montserrat-Regular.svg#Montserrat-Regular) format('svg'),
    url(../fonts/Montserrat-Regular.eot?#iefix) format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: helvetica;
    src: url(../fonts/Helvetica-Regular.eot);
    src: url(../fonts/Helvetica-Regular.woff2) format('woff2'),
    url(../fonts/Helvetica-Regular.woff) format('woff'),
    url(../fonts/Helvetica-Regular.ttf) format('truetype'),
    url(../fonts/Helvetica-Regular.svg#Montserrat-Regular) format('svg'),
    url(../fonts/Helvetica-Regular.eot?#iefix) format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

body, html {
    margin: 0;
    padding: 0;
}

*:active, *:focus, *:hover {
    outline: none !important;
}

main {
    font-family: montserrat;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    color: #333;
}

.container::before, .container::after {
    content: none;
}

#header__video-wrapper {
    position: relative;
    width: 100%;
    height: 662px;
    z-index: -1;
    overflow: hidden;
}

.header__video {
    position: relative;
    margin: 0 auto;
    min-width: 100%;
    background-size: cover;
}

.header__info {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 662px;
    z-index: 0;
    background-color: rgba(0, 0, 0, .5);
    font-family: montserrat;
    color: #fff;
}

.header__info .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header__contacts {
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    font-size: 13px;
    margin-bottom: 75px;
}

.menu-693, .menu-571 {
    display: flex;
    flex-direction: row;
}

.menu-693::after, .menu-571::after {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 7px;
    z-index: 2;
}

.menu-693::after {
    right: 40px;
}

.menu-693:hover::after, .menu-571:hover::after,
.menu-693:active::after, .menu-571:active::after,
.menu-693:focus::after, .menu-571:focus::after {
    color: #ff8207;
}

.header__company {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo {
    background: url(../img/logo.png) 100% 100% no-repeat transparent;
    min-height: 20px;
    min-width: 136px;
    margin-right: 30px;
}

.header__mouse {
    background: url(../img/mouse.gif) 100% 100% no-repeat transparent;
    background-size: cover;
    min-width: 20px;
    min-height: 34px;
}

.header__phones {
    display: flex;
    flex-direction: row;
}

.header__phone {
    margin-left: 30px;
    color: #fff;
}

.header__phone:hover, .header__phone:active, .header__phone:focus {
    text-decoration: none;
    color: #ff8207;
}

.header__name {
    font-size: 42px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 50px;
}

.header__form {
    margin-bottom: 50px;
}

.advantages {
    position: relative;
    top: -25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.advantages-line {
    width: 80%;
    display: flex;
    flex-direction: row;
    padding: 50px;
    justify-content: flex-start;
    background: #fff;
    -webkit-box-shadow: 0px 10px 50px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 50px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 50px -5px rgba(0, 0, 0, 0.75);
}

.advantage {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 33.33333%;
}

.advantage__icon {
    margin-bottom: 30px;
}

.advantage__text {
    text-align: center;
}

.section-head {
    font-weight: bold;
    font-family: helvetica;
    font-size: 22px;
    padding: 15px 0;
}

.problem {
    display: flex;
    flex-direction: column;
    padding: 50px 15px;
    justify-content: flex-start;
    align-items: center;
}

.btn-custom {
    min-width: 250px;
    min-height: 50px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: helvetica;
    font-size: 18px;
    background: #44b759;
    border-radius: 25px;
    padding: 0;
    border: 1px solid #44b759;
    transition: 0.5s all linear;
}

.btn-custom:hover, .btn-custom:active, .btn-custom:focus {
    box-shadow: 0 0 10px rgba(68, 183, 89, .85);
    border: 1px solid #489656;
}

.form__inputs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #000;
    margin-bottom: 50px;
}

.wpcf7-not-valid-tip, .wpcf7-validation-errors {
    display: none !important;
}

.select-custom, .input-custom {
    padding: 10px;
    color: #777;
    max-height: 42px;
    max-width: 250px;
    border: 1px solid transparent;
    cursor: pointer;
    background: #fff;
    border-radius: 0;
}

.select-custom:hover, .input-custom:hover, .input-custom:focus {
    border: 1px solid #ff7f00;
    color: #ff7f00;
    outline: none;
}

.select-custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
    border-radius: 0 !important;
    margin-right: 30px;
}

.select-custom option {
    color: #ff7f00;
}

.header__form .btn-custom {
    margin: 0 auto;
}

.footer {
    position: relative;
    font-family: montserrat;
}

.footer__map {
    position: relative;
    z-index: 2;
}

.footer__info {

}

.footer__block {
    position: absolute;
    z-index: 5;
    bottom: 50px;
    left: 15%;
    width: 50%;
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.footer__name {
    font-size: 24px;
    font-family: helvetica;
}

.footer__worktime, .footer__name, .footer__address, .footer__phone, .footer__site {
    margin-bottom: 30px;
}

.footer__worktime::before, .footer__address::before, .footer__phone::before, .footer__site::before {
    font-family: FontAwesome;
    color: #ff7f00;
    font-size: 20px;
    width: 40px;
    display: inline-block;
}

.footer__worktime::before {
    content: "\f017";
}

.footer__address::before {
    content: "\f041";
}

.footer__phone::before {
    content: "\f095";
}

.footer__site::before {
    content: "\f0f4";
}

.footer__phone span, .footer__site span {
    color: #ff7f00;
    padding-bottom: 1px;
    border-bottom: 1px solid #ff7f00;
}

.footer__phone:hover, .footer__site:hover {
    text-decoration: none;
}

.footer__phone:hover span, .footer__site:hover span {
    padding-bottom: 2px;
    border: none;
}

.footer__copyright {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #bebebe;
    border-top: 1px solid #bebebe;
}

@keyframes heartbeat {
    0% {
        transform: scale(1)
    }
    10% {
        transform: scale(1.2)
    }
    20% {
        transform: scale(1)
    }
    30% {
        transform: scale(1.2)
    }
    40% {
        transform: scale(1)
    }
    100% {
        transform: scale(1)
    }
}

.heartbeat {
    animation: heartbeat 2s infinite
}

.footer__copyright a {
    color: #bebebe;
}

.footer__copyright a:hover {
    text-decoration: none;
    color: #ff7f00;
}

.problem__block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    width: 100%;
}

.problem__form {
    display: flex;
    flex-direction: column;
}

.problem__form .input-custom, .problem__form .select-custom, .problem__form .textarea-custom {
    padding: 10px;
    border: 1px solid #ebebeb;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
}

.problem__form .textarea-custom {
    max-height: 180px;
}

.problem__form .radio-custom {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: bold;
}

.radio-196 {
    display: flex;
}

span.wpcf7-list-item {
    margin: 0 15px 0 0;
}

.problem__img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.problem__img {
    display: none;
}

.first__img {
    display: flex;
}

.problem__form p {
    align-self: flex-end;
}

/**
upload
 */

.file-custom {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 42px;
    background: #fff;
    color: #777;
    border: 1px solid #ebebeb;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.file-custom span:first-child {
    display: none;
}

.file-custom label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.file-custom i {
    color: #ff7f00;
    cursor: pointer;
}

.output {
    margin: 0 0 30px 0;
    display: none;
}

#file-name {
    font-weight: bold;
}

.sent__form {
    display: none;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 50px 0;
}

.problem__block .sent__form {
    color: #000;
    margin: 100px 0;
}

div.wpcf7-mail-sent-ok, .ajax-loader {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    .problem__img-container {
        width: 45%;
    }
}

@media only screen and (max-width: 990px) {
    .header__contacts {
        margin-bottom: 30px;
    }

    .header__name {
        font-size: 38px;
    }

    .advantages-line {
        width: 100%;
    }

    .problem {
        width: 100%;
        padding: 50px;
    }

    .footer__block {
        width: 60%;
    }
}

@media only screen and (max-width: 768px) {
    #header__video-wrapper {
        background: url(../img/mobile.png) center center no-repeat #000;
        background-size: cover;
    }

    video {
        display: none;
    }

    .problem__img-container {
        display: none;
    }

    .problem__block {
        justify-content: center;
    }

    .problem__form p {
        align-self: center;
    }

    .footer__block {
        width: 76%;
        left: 12%;
        bottom: 90px;
    }
}

@media only screen and (max-width: 480px) {
    .slogan, .header__phone:last-child {
        display: none;
    }
    .menu-693::after {
        right:  15px;
    }

    .header__name {
        font-size: 28px;
    }

    .form__inputs {
        flex-direction: column;
    }

    .select-custom {
        margin-right: 0;
    }

    .header__mouse {
        display: none;
    }

    .advantages-line {
        flex-direction: column;
        padding: 50px 100px;
        width: 100%;
    }

    .advantage {
        width: 100%;
        margin-bottom: 50px;
    }

    .advantage:last-child {
        margin-bottom: 0;
    }

    .advantage__icon {
        margin-bottom: 15px;
    }

    .footer__worktime, .footer__name, .footer__address, .footer__phone, .footer__site {
        margin-bottom: 15px;
    }

    .footer__worktime::before, .footer__address::before, .footer__phone::before, .footer__site::before {
        width: 25px;
    }

    .footer__block {
        font-size: 14px;
        left: 5%;
        width: 90%;
        padding: 20px;
        bottom: 150px;
    }

    .footer__name {
        font-size: 20px;
    }

    .footer__copyright {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 350px) {
    .advantages-line, .problem {
        padding: 30px;
    }

    .logo {
        margin-right: 0;
    }

    .header__name {
        font-size: 22px;
    }

    .footer__block {
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .section-head {
        text-align: center;
    }

    main {
        padding-bottom: 0;
    }

    .problem__block {
        margin-top: 25px;
    }
}
