@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/FontAwesome/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),url(/fonts/FontAwesome/fontawesome-webfont.woff2) format("woff2"),url(/fonts/FontAwesome/fontawesome-webfont.woff) format("woff"),url(/fonts/FontAwesome/fontawesome-webfont.ttf) format("truetype"),url(/fonts/FontAwesome/fontawesome-webfont.svg#FontAwesome) format("svg")
}
@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/Roboto-Regular.woff) format("woff"),url(/fonts/Roboto-Regular.ttf) format("truetype")
}
@font-face {
    font-family: Roboto-L;
    src: url(/fonts/Roboto-Light.eot?#iefix) format("embedded-opentype"),url(/fonts/Roboto-Light.woff) format("woff"),url(/fonts/Roboto-Light.ttf) format("truetype")
}
@font-face {
    font-family: Roboto-B;
    src: url(/fonts/Roboto-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/Roboto-Bold.woff) format("woff"),url(/fonts/Roboto-Bold.ttf) format("truetype")
}
@font-face {
    font-family: Roboto-BL;
    src: url(/fonts/Roboto-Black.eot?#iefix) format("embedded-opentype"),url(/fonts/Roboto-Black.woff) format("woff"),url(/fonts/Roboto-Black.ttf) format("truetype")
}
@font-face {
    font-family: Roboto-M;
    src: url(/fonts/Roboto-Medium.eot?#iefix) format("embedded-opentype"),url(/fonts/Roboto-Medium.woff) format("woff"),url(/fonts/Roboto-Medium.ttf) format("truetype")
}

/* correction main content */
body > .container {
    margin-top: 128px;
}

header, footer {
    font-family: Roboto;
    font-size:16px;
    color: #000;
    position:relative;
    word-wrap:break-word;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -ms-text-size-adjust:100%;
    -moz-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:transparent;
    -ms-touch-action:manipulation;
    touch-action:manipulation
}

header .toggle-menu {
    display:none;
    width:24px;
    height:24px;
    margin-top:18px;
    position:absolute;
    top:10px;
    right:0
}
header .toggle-menu span:after,.toggle-menu span:before {
    content:"";
    position:absolute;
    left:0;
    top:7px
}
header .toggle-menu span:after {
    top:14px
}
header .toggle-menu span {
    position:relative;
    display:block
}
header .toggle-menu span,.toggle-menu span:after,.toggle-menu span:before {
    width:100%;
    height:3px;
    background-color:#ff1744;
    -webkit-transition:all .3s;
    transition:all .3s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}

header .toggle-menu.on span {
    background-color:transparent
}
header .toggle-menu.on span:before {
    -webkit-transform:rotate(45deg) translate(-1px,0);
    -ms-transform:rotate(45deg) translate(-1px,0);
    transform:rotate(45deg) translate(-1px,0)
}
header .toggle-menu.on span:after {
    -webkit-transform:rotate(-45deg) translate(6px,-7px);
    -ms-transform:rotate(-45deg) translate(6px,-7px);
    transform:rotate(-45deg) translate(6px,-7px)
}

header .btn {
    -webkit-appearance:none;
    transition:all .5s ease;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Roboto-B;
    font-size: 28px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #f44336, #ff1744);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    position: relative;
}
header .btn span {
    position: relative;
    z-index: 1;
}
header .btn:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e60732;
    opacity: 0;
    transition:all .5s ease;
}
header .btn:hover {
    color: #fff;
}
header .btn:hover:after {
    opacity: 1;
}

footer, header {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.mod1 {
    padding-top: 84px;
    padding-bottom: 84px;
}
header a, footer a {
    transition:all .5s ease
}
header a:hover, footer a:hover {
    text-decoration: none;
}
.footer-conteiner {
    max-width: 1325px;
}
header .wrap {
    max-width: 100%;
    position: relative;
}


header .logo {
    width: 108px;
    height: 55px;
    margin-right: 7.8%;
}
header {
    position: fixed;
    box-shadow: 0 0 4px rgba(155, 155, 155, 0.3);
    left: 0;
    right: 0;
    top: 0;
    z-index: 1111;
    max-width: 100%;
    background-color: #fff;
    width: 100%
}
header .wrap {
    background-color: #fff;
    padding-left: 65px;
    padding-right: 85px;
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
header .wrap:before {
    content: '';
    position: absolute;
    right: 0;
    left: 70.8%;
    background-color: #ff1744;
    bottom: 0;
    top: 0;
}
header:before {
    content: '';
    position: absolute;
    right: 0;
    width: calc((100vw - 1920px)/2 + 2px);
    background-color: #ff1744;
    bottom: 0;
    top: 0;
    z-index: 1;
}
header menu > div {
    display: block;
    padding-right: 40px;
    text-transform: uppercase;
    color: #4a4a4a;
    font-family: Roboto-L;
    font-size: 28px;
    line-height: 1;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    transition: all .5s ease;
}
header menu > div a {
    color: #4a4a4a;
    transition: color .5s ease;
}
header menu > div a.active {
    color: #ff1744;
}
header menu a img {
    width: 25px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 5px;
    top: -2px;
}
header menu, header .row {
    position: relative;
    padding: 0;
}
header.short menu > div {
    padding-top: 25px;
    padding-bottom: 25px;
}
header.short .menu-hidden {
    top: 77px;
}
header .menu-hidden {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.3);
    width: 436px;
    padding: 10px 45px;
    left: -45px;
    top: 127px;
    display: none;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    transition: all .5s ease;
}
header .menu-hidden a {
    font-family: Roboto;
    font-size: 20px;
    color: #4a4a4a;
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 1.1;
    text-transform: none;
    display: block;
}
header .menu-hidden a.active {
    color: #ff1744!important;
}
header .tel,
header .email {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    position: relative;
}
header .tel {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 2px solid #fff;
    line-height: 1.2;
}
header .contacts {
    flex-grow: 1;
    text-align: right;
    position: relative;
}
header .contacts.mob {
    display: none;
}
header .wrap > div:before, header .wrap > div:after {
    display: none;
}

footer .footer-conteiner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background: transparent !important;
}
footer {
    background-image: linear-gradient(to top, rgba(17,12,58,.9), rgba(0,0,0,.9));
    max-width: 100%;
}
footer h3 {
    text-transform: uppercase;
    font-family: Roboto-L;
    font-size: 28px;
    margin-bottom: 45px;
    color: #fff;
}
footer menu a {
    color: #fff;
    font-family: Roboto-L;
    font-size: 20px;
    display: block;
    line-height: 1.2;
    padding-bottom: 15px;
}
footer menu a:hover {
    color: #ff1744;
}
footer .contacts > a, footer .contacts > div {
    line-height: 2;
    display: block;
    color: #fff;
    font-family: Roboto-L;
    font-size: 20px;
}
footer .addr {
    margin-top: 21px;
}
footer a:hover {
    color: #ff1744;
}

.feedback form {
    max-width: 691px;
}
.feedback .form-line {
    min-height: 74px;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}
.feedback input::-webkit-input-placeholder,.feedback textarea::-webkit-input-placeholder {
    color:#000;
    font-family: Roboto-L;
    font-size:24px;
    opacity: 1!important;
}
.feedback input::-moz-placeholder,.feedback textarea::-moz-placeholder {
    color:#000;
    font-family: Roboto-L;
    font-size:24px;
    opacity: 1!important;
}
.feedback input:-ms-input-placeholder,.feedback textarea:-ms-input-placeholder {
    color:#000;
    font-family: Roboto-L;
    font-size:24px;
    opacity: 1!important;
}
.feedback .form-line input, .feedback .form-line textarea {
    width: 100%;
    color:#000;
    font-family: Roboto-L;
    font-size:24px;
    min-height: 74px;
    border-radius: 5px;
    border: solid 1px rgba(74,74,74,.3);
}
.feedback .form-line input:focus, .feedback .form-line textarea:focus {
    border-color: #000;
}
.feedback .form-line input {
    padding-left: 20px;
    padding-right: 20px;
}
.feedback .form-line textarea {
    padding: 20px;
    display: block;
    resize: vertical;
    height: 164px;
}
.feedback .form-line span.error {
    display: none;
    font-size: small;
    color: red;
}
.feedback .form-line.error span.error {
    display: block;
}
.feedback .ps {
    font-size: 20px;
    line-height: 1.3;
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.feedback .ps a {
    color: #ff1744;
}
.feedback .btn {
    font-size: 24px;
    font-family: Roboto-M;
    height: 55px;
    padding-top: 0;
    padding-bottom: 0;
    width: 248px;
}
.feedback input[type="file"] {
    display: none;
}
.feedback .file-metka {
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    cursor: pointer;
    bottom: 5px;
    right: 15px;
}

#feedback2 h3 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: Roboto-B;
    margin-bottom: 45px;
}
#feedback2 {
    width: 780px;
}

#thanks {
    width: 787px;
    border-radius: 5px;
    background-color: #fafafa;
    height: 80vh;
}
#thanks p {
    text-align: center;
    font-size: 40px;
    font-family: Roboto-B;
    line-height: 1.1;
    margin-top: 50px;
    margin-bottom: 15px;
}
#thanks small {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 50px;
    display: block;
    text-align: center;
}
#thanks .btn {
    width: 100px;
    text-align: center;
    justify-content: center;
}
.thanks-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    height: 100% !important;
}

#errorka {
    width: 600px;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
#errorka .title {
    color: #000;
    font-size: 30px;
    font-family: Roboto-B;
    margin-top: 50px;
    margin-bottom: 10px;
    line-height: 1.1;
}
#errorka .text {
    font-size: 20px;
    color: #000;
    margin-bottom: 50px;
}
#errorka .btn {
    width: 100px;
    text-align: center;
    justify-content: center;
}

.loader{
    z-index: 10000000000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
}
.loader.show {
    display: block;
}

header menu > div:hover .menu-hidden {
    opacity: 1;
    z-index: 1;
    display: block;
}
header menu > div:hover a .img1, header menu > div.active .img1 {
    display: none;
}
header menu > div:hover a .img2, header menu > div.active .img2 {
    display: inline-block!important;
}
header menu > div:hover  > a,
header menu > div.active > a,
.menu-hidden a:hover {
    color: #ff1744;
}

.g-recaptcha {
    display: none;
}




@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    header {
        left: 50%;
        transform: translateX(-50%);
        width: 1920px;
    }
}

@media only screen and (max-width: 1920px) {
    header:before {
        display: none;
    }
}
@media only screen and (max-width: 1800px) {
    header .wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 1600px) {
    header menu > div,
    header .tel,
    header .email {
        font-size: 20px;
    }
    header.short .menu-hidden {
        top: 70px;
    }
    header .tel {
        padding-right: 15px;
        margin-right: 15px;
    }
    header menu a img {
        width: 20px;
    }
    header .menu-hidden {
        top: 120px;
    }
}

@media only screen and (max-width: 1325px) {
    .footer-conteiner {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    header .wrap:before {
        left: auto;
        width: 350px;
    }
    header menu > div,
    header .tel,
    header .email {
        font-size: 16px;
    }
    header .logo {
        margin-right: 40px;
    }
    header menu a .img {
    }
    header menu > div {
        padding-right: 25px;
    }
    header menu .menu-hidden a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
    body > .container {
        margin-top: 72px;
    }

    header .wrap:before {
        display: none;
    }
    header .tel, header .email {
        color: #000;
    }
    header .tel {
        border-right-color: #000;
        border-right: none;
    }
    header menu > div,
    header .tel,
    header .email {
        font-size: 14px;
    }
    header menu > div {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    header .logo {
        width: 80px;
        height: auto;
    }
    header .logo img {
        max-width: 100%;
    }
    header .wrap menu {
        display: none;
    }
    header .logo {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    header .toggle-menu {
        display: block;
        position: static;
        margin-left: 20px;
        margin-top: 8px;
    }
    header .btn {
        font-size: 20px;
    }
    header menu {
        position: fixed !important;
        display: block !important;
        background-color: #fff;
        right: -400px;
        top: 71px;
        bottom: 0;
        box-shadow: 0 5px 5px rgba(0,0,0,.3);
        padding: 20px !important;
        width: 300px;
        animation: all .5s ease;
        overflow-y: auto;
        overflow-x: hidden;
    }
    header .menu-hidden {
        position: static;
        padding: 0;
        box-shadow: none;
        margin-top: 15px;
        transition: all .5s ease;
        opacity: 1;
        z-index: 1;
        display: block;
    }
    header menu > div {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    header menu > div a {
        color: #4a4a4a;
    }
    header menu > div a:hover {
        color: #4a4a4a;
    }
    header menu > div.active a {
        color: #ff1744;
    }
    header menu > div.active .img1 {
        display: none;
    }
    header menu > div.active .img2 {
        display: inline-block!important;
    }
    header .menu-hidden a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #4a4a4a !important;
        font-family: Roboto-L;
        font-size: 14px;
    }
    header .contacts.mob {
        display: block;
        padding-right: 0;
        text-align: left;
        text-transform: lowercase;
        border-top: 1px solid rgba(0,0,0,.2);
        margin-top: 15px;
        padding-top: 30px;
    }
    header .contacts.mob a {
        display: block;
        color: #ff1744;
        font-size: 20px;
    }
    header .contacts.mob .btn {
        color: #fff;
        margin-top: 15px;
        text-transform: none;
    }
    header menu > div a {
        font-size: 18px;
    }
    header menu > div,
    header.short menu > div {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    footer .row > div {
        margin-bottom: 30px;
    }

    #errorka {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #errorka img {
        width: 50px;
    }
}
@media only screen and (max-width: 850px) {
    #feedback2 {
        width: 96%;
    }
    #feedback2 h3 {
        font-size: 22px;
    }
    #thanks {
        width: 100%;
    }
    #thanks p {
        font-size: 30px;
    }
    #thanks small {
        font-size: 20px;
    }

}

@media only screen and (max-width: 700px) {
    #errorka {
        width: 94%;
    }
    #errorka .title {
        font-size: 24px;
    }
    #errorka .text {
        font-size: 14px;
    }

}
@media only screen and (max-width: 600px) {
    .feedback .form-line {
        min-height: 38px;
        border-radius: 3px;
        margin-bottom: 22px;
    }
    .feedback .file-metka {
        bottom: auto;
        top: 15px;
        width: 24px;
        height: 24px;
    }
    .feedback .ps {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .feedback .btn {
        font-size: 16px;
        height: 38px;
        line-height: 38px;
        width: 150px;
    }
    .feedback .file-metka img {
        width: 24px !important;
    }
    .feedback .form-line input, .feedback .form-line textarea {
        min-height: 38px;
        font-size: 16px;
        border-radius: 3px;
        border: 1px solid #4a4a4a;
    }
    .feedback .form-line input {
        padding-left: 10px;
        padding-right: 10px;
    }
    .feedback .form-line textarea {
        padding: 10px;
        height: 106px;
        resize: vertical;
    }
    .feedback input::-webkit-input-placeholder,.feedback textarea::-webkit-input-placeholder {
        font-size:16px;
    }
    .feedback input::-moz-placeholder,.feedback textarea::-moz-placeholder {
        font-size:16px;
    }
    .feedback input:-ms-input-placeholder,.feedback textarea:-ms-input-placeholder {
        font-size:16px;
    }

}
@media only screen and (max-width: 578px) {
    footer h3 {
        margin-bottom: 25px;
    }
    footer menu a {
        font-size: 18px;
        padding-bottom: 25px;
    }
    footer menu {
        position: relative;
    }
    footer menu:after {
        content: '';
        position: absolute;
        bottom: -5px;
        right: -25px;
        height: 1px;
        opacity: 0.3;
        background-color: #fafafa;
        left: 0;
    }
    footer .contacts > a, footer .contacts > div {
        line-height: 2.5;
    }
    footer .row > div:last-child {
        margin-bottom: 0;
    }

}
@media only screen and (max-width: 500px) {
    body > .container {
        margin-top: 68px;
    }

    header .contacts {
        display: none;
    }
    .footer-conteiner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    header .wrap {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    header .wrap > .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    header .logo {
        padding-top: 18px;
        padding-bottom: 18px;
        width: 59px;
    }
    header menu {
        top: 66px;
    }
    #feedback2 {
        padding: 0;
    }
    #feedback2 h3 {
        margin-bottom: 20px;
    }
    #thanks img {
        width: 50px;
    }
    #thanks p {
        font-size: 24px;
    }
    #thanks small {
        font-size: 14px;
    }

}
@media only screen and (max-width: 400px) {
    header menu {
        width: 100%;
    }
}
