@font-face {
    font-family: RobotoLight;
    src: url("../fonts/RobotoLight.ttf");
}

@font-face {
    font-family: RobotoMedium;
    src: url("../fonts/RobotoMedium.ttf");
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto.ttf");
}

@font-face {
    font-family: RobotoBold;
    src: url("../fonts/RobotoBold.ttf");
}

html {
    height: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Roboto';
    /* background-size: cover; */
    color: #fff;
    font-size: 18px;
    /* overflow: hidden; */
    /* background-attachment: fixed; */
    height: 100%;
}
.wrapper_bg {
    background: url('../images/bg1.jpg') 50% 50% no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
}

body:before {
    content: '';
    /*position: absolute;
    background: rgb(0 0 0 / 80%);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;*/
}

a {
    color: #fff;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

b {
    font-family: RobotoBold;
}

img {
    /* max-width: 100%; */
    vertical-align: middle;
}

.wrapper {
    height: 100%;
    margin: 0px auto;
    position: relative;
    max-width: 1240px;
    padding: 0px 20px;
    width: 100%;
}

.header {
    display: flex;
    align-items: center;
    position: absolute;
    top: 5%;
    width: 100%;
    justify-content: space-between;
}

.logo {}

.logo img {
    height: 88px;
}

.head_name {
    margin-left: 35px;
}

.head_road {
    /* margin-left: 5%; */
}

.head_road img {
    height: 59px;
    vertical-align: middle;
    margin-right: 6px;
}

.head_info {
    /* margin-left: 5%; */
}

.head_time {
    padding-bottom: 6px;
}

.head_call {}

.phone {
    margin-right: 22px;
}

.head_phone {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
}

.social {}

.callback {
    font-size: 16px;
    color: #C8180F;
    border-bottom: 1px dashed #C8180F;
    text-decoration: none;
}

.callback:hover {
    text-decoration: none;
    /*border-bottom: 1px solid transparent;*/
}

.social a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px;
}

.social img {
    display: block;
}

.head_time b {
    font-size: 22px;
}

.header_logo {
    display: flex;
    align-items: center;
}

.contentText {
    font-size: 40px;
    line-height: 47px;
    font-family: 'RobotoBold';
    position: absolute;
    top: 22%;
    max-width: 830px;
    padding-bottom: 20px;
}

.contentText span {
    color: #C8180F;
}

.contentItems {
    position: absolute;
    top: 44%;
    display: flex;
    flex-wrap: wrap;
}

.contentItem {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    padding-right: 44px;
}

.contentItem img {
    height: 65px;
    margin-right: 14px;
}

.itemText {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Arial';
}

.btnBlock {
    position: absolute;
    top: 46%;
}

.btnBlock img {
    height: 201px;
}

.btnBlock a {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    background: #C8180F;
    border-radius: 46px;
    padding: 26px 60px;
    font-family: 'RobotoMedium';
    overflow: hidden;
    position: relative;
    overflow-x: hidden;
    will-change: box-shadow;
    -webkit-transition: -webkit-box-shadow .2s ease-in;
    transition: -webkit-box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in, -webkit-box-shadow .2s ease-in;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
}

.btnBlock a:hover {
    background: #9e120b;
    text-decoration: none;
}

.btnBlock a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, hsla(0, 0%, 100%, .1)), color-stop(20%, hsla(0, 0%, 100%, .2)), to(hsla(0, 0%, 100%, .6)));
    background: linear-gradient( 90deg, hsla(0, 0%, 100%, .1) 10%, hsla(0, 0%, 100%, .2) 20%, hsla(0, 0%, 100%, .6));
    width: 20px;
    -webkit-transform: skewX( -45deg);
    transform: skewX( -45deg);
    left: -20%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-animation-name: blick;
    animation-name: blick;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}



.footerBlock {
    position: absolute;
    top: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.footerItem {
    text-align: center;
    width: 20%;
    padding: 0px 4px 40px 4px;
}

.footerItem img {
    height: 45px;
}

.footerText {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Arial';
    padding: 16px 0px 0px 0px;
}

@-webkit-keyframes blick {
    15%, to {
        left: 110%
    }
}

.popupBlock .close {
    position: absolute;
    top: 26px;
    right: 26px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    padding: 0px 0px 0px 0px!important;
    margin: 0px!important;
}

.popupBlock .close img {
    display: block;
    height: 16px;
}

.popupBlock .modal-content {
    padding: 0px 10px 20px 10px;
}

.popupBlock .input-group {
    margin-bottom: 25px;
}

.popupBlock .input-block textarea {
    padding-top: 17px;
}

.popupBlock .close .exicon-close-black {
    width: 24px;
}

.popupBlock .exicon [class^=exicon-] {
    height: 100%;
    left: 12px;
    top: 0px;
    position: absolute;
}

.popupBlock {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .popupBlock {
    /* display: block; */
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
    /* background: transparent; */
}

.popupShadow {
    position: fixed;
    z-index: 1;
    background: rgba(0, 0, 0, 0.42);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    width: 26px;
    height: 26px;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 31px;
    right: 18px;
}

.modal-open {
    /* overflow: hidden; */
    padding: 0px!important;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0px 0px 20px #424242;
    outline: 0;
    border: 0px;
    border-radius: 0px;
}

body .modal-dialog {
    margin: 50px auto 30px;
}

.modal-dialog {
    max-width: 500px;
    width: 90%;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #243342;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: .56;
    filter: alpha(opacity=65);
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;*/
    padding: 0px 15px;
    border-bottom: 1px solid #eceeef;
    color: #000;
    font-family: 'RobotoBold';
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    /*-webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);*/
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    text-align: left;
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.form_wrap input, .form_wrap optgroup, .form_wrap select, .form_wrap textarea {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #000;
    font-size: 16px;
}
.btn_submit{
    background: #c8180f;
    padding: 14px 20px;
    border-radius: 26px;
    font-size: 16px;
}
.btn_submit:hover{
    background: #9e120b;
    text-decoration: none;
}
.input-error{
    color:#c8180f;
    font-size:14px;
}
.form_wrap__submit {
    text-align: center;
}
.img_bg_filter {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}
.success_block {
    display: none;
    background: #13c721;
    text-align: center;
    padding: 10px 4px;
    color: #fff;
    margin-bottom: 20px;
}
@media (min-width: 576px) {
    .modal-dialog {
        margin: 30px auto;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

@media screen and (max-width: 1240px) {
    .wrapper>* {
        position: initial;
    }
    body {
        font-size: 16px;
    }
    .header {
        padding: 20px 0px 40px 0px;
    }
    .contentText {
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 40px;
    }
    .contentItems {
        padding-bottom: 20px;
    }
    .btnBlock {
        padding-bottom: 40px;
        text-align: center;
    }
    .footerBlock {}
    .head_phone {
        display: block;
    }
    .social {
        padding-top: 6px;
    }
    .head_phone {
        padding-bottom: 4px;
    }
    .head_time {
        padding-right: 16px;
        /* font-size: 16px; */
    }
    .head_time b {
        font-size: 18px;
    }
}

@media screen and (max-width: 992px) {
    body{
        height:auto;
    }
    .header {
        flex-wrap: wrap;
        justify-content: center;
    }
    .logo img {
        height: 50px;
    }
    .head_name {
        max-width: 200px;
        margin-left: 21px;
    }
    .header_logo {
        width: 50%;
    }
    .head_road {
        width: 50%;
    }
    .head_info {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        padding-top: 20px;
    }
    .head_phone {
        display: flex;
        align-items: center;
    }
    .social {
        padding-top: 0px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .phone {
        margin-right: 0px;
    }
    .footerItem {
        width: 50%;
    }
    .btnBlock a {
        font-size: 16px;
        padding: 12px 15px;
        line-height: 19px;
    }
    .btnBlock img {
        height: 216px;
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .footerItem {
        width: 50%;
    }
    .footerText {
        font-size: 16px;
    }
    .header_logo {
        width: 100%;
        justify-content: center;
        padding-bottom: 5px;
    }
    .head_road {
        width: 100%;
    }
    .head_info {
        display: block;
        padding-top: 5px;
    }
    .header {
        text-align: center;
        padding: 10px 0px 20px 0px;
    }
    .head_phone {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contentText {
        font-size: 27px;
        line-height: 27px;
        padding-bottom: 32px;
    }
    .itemText br {
        display: none;
    }
    .contentItems {
        padding-bottom: 5px;
    }
}