@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.eot');
    src: local('Raleway'), local('Raleway-Regular'),
        url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/Raleway-Regular.woff') format('woff'),
        url('../fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Light.eot');
    src: local('Raleway Light'), local('Raleway-Light'),
        url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Light.woff2') format('woff2'),
        url('../fonts/Raleway-Light.woff') format('woff'),
        url('../fonts/Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Black.eot');
    src: local('Raleway Black'), local('Raleway-Black'),
        url('../fonts/Raleway-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Black.woff2') format('woff2'),
        url('../fonts/Raleway-Black.woff') format('woff'),
        url('../fonts/Raleway-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-SemiBold.eot');
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
        url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('../fonts/Raleway-SemiBold.woff') format('woff'),
        url('../fonts/Raleway-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.eot');
    src: local('Raleway Bold'), local('Raleway-Bold'),
        url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway-Bold.woff') format('woff'),
        url('../fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.eot');
    src: local('Roboto Black'), local('Roboto-Black'),
        url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


/*Common style*/
body {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    text-align: left;
    background-color: #FFFFFF;
    position: relative;
    overflow-x: hidden;
}
p {    
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    text-align: left;
}
h1 {
    font-weight: 900;
    font-size: 38px;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 22px;
}
h2 {
    font-weight: 900;
    font-size: 38px;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;  
    color: #000000;
    margin-bottom: 44px;
}
h3 {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 28px;
    line-height: 33px;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 15px;
}
h4 {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 25px;
    line-height: 29px;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
}
ul > li, ol > li {
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    color: #434343;
    text-align: left;
}
ul, ol {
    list-style: none; 
}
a {
    transition: all 0.5s;
    cursor: pointer; 
    text-decoration: none;
    color: #000000;
}
button {
    transition: all 0.5s;
    cursor: pointer; 
}
img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 100px; 
}
.btn {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    white-space: nowrap;
    color: #FFFFFF; 
    display: inline-block;
    min-width: 295px;
    padding: 23px 15px;
    transition:  all 0.5s;
}
.btn:not(.contacts-btn):hover {
    color: rgba(255, 255, 255, 0.6);
}

/* header */
.header {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.header-nav {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 43px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}
.header-logo {
    min-width: 272px;
    border-right: 1px solid rgba(255, 255, 255, 0.17);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-logo img {
    max-height: 40px;
}
.header-logo span {
    display: block;
    max-height: 40px;
    font-weight: 300;
    font-size: 11.5px;
    line-height: 13px;
    color: #FFFFFF;
}
.header-nav__inner {
    display: flex;
    align-items: center;
}
.header-contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    z-index: 1;
}
.header-contacts li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.17);
}
.call-me {
    background-color: rgba(248, 248, 248, 0.17);
}
.header-contacts li a {
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 0 45px;
    height: 100%;
}
.header-contacts li a:hover {
    color: rgba(255, 255, 255, 0.6);
}
.header-contacts li a img {
    max-height: 26px;
    margin-right: 7px;
}
.header-menu__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.17);
}
.header-menu__link img {
    max-height: 18px;
}
.header-menu {
    position: fixed;
    top: 0;
    width: 271px;
    right: -271px;
    background-color: #0052B5;
    transition: all 0.5s ease; 
    opacity: 1;
    z-index: 9;
}
.menu-visible {
    right: 0;
}
.header-menu__list > li > a {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 17px 10px;
    width: 100%;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    text-align: center;
}
.header-menu__list > li > a:hover {
    color: rgba(255, 255, 255, 0.6);
}
.header-menu__inner {
    padding: 88px 32px 5px 32px;
    position: relative;
}
.header-menu__close {
    position: absolute;
    right: 22px;
    top: 30px;
    padding: 10px;
    display: none;
}
.header-menu__close img {
    max-height: 21px;
}

/* head section */
.head {
    min-height: 100vh;
    padding-top: 100px;
    background-color: #000000;
    background-image: url('../images/head-img.png');
    background-size: cover;
    background-position: center center;
    z-index: 1;
}
.head h1 {
    max-width: 696px;
}
.head-inner {
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
}
.head-inner > div {
    width: 100%;
}
.head-info {
    display: flex;
    max-width: 520px;
}
.head-info li {
    margin-right: 20px;
    margin-bottom: 30px;
}
.head-info li p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.head-info li img {
    max-height: 31px;
    margin-bottom: 8px;
}
.head-btn {
    min-width: 434px;
    background-color: #064DC1;
    margin-bottom: 115px;
}
.head-advantage {
    display: flex;
    justify-content: space-between;
}
.head-advantage li {
    width: calc(33.33% - 18px);
    margin-right: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
    border: 1px solid rgba(200, 200, 200, 0.17);
    background: linear-gradient(149.66deg, rgba(247, 247, 247, 0) 18.46%, rgba(230, 230, 230, 0.014) 28.71%, rgba(0, 0, 0, 0.2) 84.6%), rgba(104, 104, 104, 0.43);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.head-advantage li:last-child {
    margin-right: 0;
}
.head-advantage li h4 {
    text-align: center;
}
.head-advantage li p {
    color: #FFFFFF;
    max-width: 274px;
    margin: 0 auto;
    text-align: center;
}
.head-offer {
    border: 1px solid #77777A;
    padding: 25px 30px;
    margin-top: 37px;
}
.head-offer p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}
.head-offer p .number {
    font-size: 1.4em;
}
/* services  */
.services {
    background-color: #064DC1; 
}
.services-inner {
    padding-top: 93px;
    padding-bottom: 200px;
    position: relative;
}
.services-inner::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.17);
    position: absolute;
    right: 100px;
    top: 0;
}
.services-inner::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.17);
    position: absolute;
    left: 100px;
    top: 0;
}
.services h2 {
    color: #FFFFFF;
    margin-bottom: 89px;
}
.services-list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-item {
    width: 20%;
    padding: 10px 15px;
    position: relative;
    max-height: 500px;
    cursor: pointer;
}
.services-item > img {
    max-height: 94px;
    min-height: 94px;
    margin: 0 auto 21px;
}
.services-item h4 {
    color: #FFFFFF;
    margin-bottom: 18px;
    text-align: center;
    min-height: 58px;
    font-size: 19px;
    line-height: 24px;
}
.services-descr {
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s ease 0s, opacity 0.1s ease 0s;

    width: calc(100% + 40px);
    left: calc(10% + 10px);
    position: absolute;
    bottom: -175px;
    height: 200px;
}
.services-item:last-child .services-descr {
    left: auto;
    right: calc(10% + 10px);
}
.services-item:hover .services-descr {
    visibility: visible;
    opacity: 1;
}
.services-descr:hover {
    visibility: visible;
    opacity: 1;
}
.services-descr__text {
    border-radius: 0 10px 10px 10px;
    padding: 7px 8px 10px 7px;
    border: 1px solid rgba(0, 0, 0, 0.17);
    background-color: #FFFFFF; 
}
.services-descr p {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #737373;
    text-align: center;
    margin-bottom: 12px;
}
.services-item:last-child .services-descr__text  {
    border-radius: 10px 0 10px 10px;
}
.services-descr__order {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    display: flex;
    justify-content: center;
    margin-top: 26px;
    text-transform: uppercase;
    cursor: pointer;
}
.services-descr__order > img {
    max-height: 13px;
    margin-left: 11px;
    transition: all 0.5s;
    transform: none;
}
.services-descr__order:hover > img {
    transform: translate(2px,-2px);
}

/* contractors */
.contractors {
    padding-top: 113px;
}
.contractors-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 86px;
}
.contractors-info h2 {
    max-width: 689px;
    margin-bottom: 9px;
}
.contractors-info p {
    max-width: 311px;
}
.contractors-percent {
    font-weight: 900;
    font-size: 235px;
    line-height: 309px;
    color: #D9D9D9;
}
.contractors-list {
    display: flex;
    flex-wrap: wrap;
}
.contractors-item {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 86px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    cursor: pointer;
}
.contractors-item:nth-child(4n) {
    margin-right: 0;
}
.contractors-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
    background-color: #064DC1;
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
    transition: all 0.5s;
}
.contractors-item:hover span {
    background-color: #3e83f2;
}
.contractors-item span img {
    max-height: 20px;
}
.contractors-item p {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #737373;
    margin-bottom: 24px;
}

/* process */
.process {
    padding-top: 11px;
    padding-bottom: 108px;
    overflow-x: hidden;
}
.process-list {
    display: flex;
}
.process-item {
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 9px;
    width: 663px;
    margin-right: 22px;
}
.process-item__img {
    height: 303px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 9px 9px 0 0;
    filter: grayscale(1);
    transition: all 0.5s;
}
.process-item:hover .process-item__img {
    filter: grayscale(0);
}
.process-item__info {
    padding: 37px 36px 46px 34px;
}
.process-item__number {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 70px;
    line-height: 82px;
    color: #D9D9D9;
    margin-bottom: 15px;
}
.process-item__text {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.process .swiper {
    overflow: visible;
}
.process .swiper-slide {
    height: auto;
}
.process-btn {
    min-width: 434px;
    background-color: #064DC1;
    margin-top: 35px;
}

/* equipment */
.equipment {
    padding-top: 108px;
}
.equipment h2 {
    margin-bottom: 54px;
    max-width: 689px;
}
.equipment-inner {
    background-color: #0052B5;
    position: relative;
}
.equipment-inner::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 33.33%;
    background-color: rgba(255, 255, 255, 0.17);
}
.equipment-inner::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 66.66%;
    background-color: rgba(255, 255, 255, 0.17);
}
.equipment-list {
    display: flex;
    flex-wrap: wrap;
}
.equipment-item {
    width: 33.33%;
    text-align: center;
    padding: 57px 15px 64px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.17);
    background: url('../images/equipment-shadow.svg') no-repeat top center;
    cursor: pointer;
}
.equipment-item.last {
    display: none;
}
.equipment-item:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.17);
}
.equipment-item img {
    max-height: 137px;
    margin: 0 auto 13px;
}
.equipment-item h3 {
    text-align: center;
    color: #FFFFFF;
    max-width: 259px;
    margin: 0 auto;
    margin-bottom: 17px;
}
.equipment-item p {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    max-width: 259px;
    margin: 0 auto;
}

/* production */
.production {
    padding-top: 100px;
    padding-bottom: 54px;
}
.production h2 {
    margin-bottom: 100px;
    max-width: 640px;
}
.production-video {
    width: 100%;
    height: 651px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.video-play {
    width: 155px;
    height: 155px;
    display: block;
    background: url('../images/production-video-play-icon.svg') no-repeat center;
    position: absolute;
    top: calc(50% - 77px);
    left: calc(50% - 77px);
    transition: all 0.5s;
    cursor: pointer;
}
.video-play:hover {
    transform: scale(1.1);
}

/* map  */
.map {
    padding-top: 54px;
    padding-bottom: 184px;
}
.map-title {
    max-width: 689px;
    margin-bottom: 0;
} 
.map-title img {
    display: inline-block;
    max-height: 58px;
    position: relative;
    bottom: -10px;

}
.map-img {
    width: 100%;
}
.map-img__tablet {
    display: none;
}

/* contacts */
.contacts {
    background-color: #064DC1;
}
.contacts-inner {
    padding-top: 147px;
    padding-bottom: 143px;
}
.contacts-form {
    max-width: 618px;
    margin: 0 auto;
}
.contacts h2 {
    font-size: 46px;
    line-height: 54px;
    color: #FFFFFF;
    padding-bottom: 0;
}
.contacts h5 {
    color: #FFFFFF;
    padding-bottom: 26px;
}
.form-subtitle {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding-bottom: 26px;
}
.contacts form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.contacts-field {
    width: calc(50% - 13px);
    margin-bottom: 4px;
}
.contacts-field.field-name,
.contacts-field.field-phone {
    margin-right: 26px;
}
.contacts-field.field-email {
    margin-right: 0;
}
.contacts-field.mandatory {
    position: relative;
}
.contacts-field.mandatory::after {
    content: '';
    display: block;
    width: 12px;
    height: 11px;
    background: url('../images/contacts-field-star.svg') no-repeat center;
    position: absolute;
    right: 0;
    top: 5px;
}
.contacts-field input {
    font-family: 'Raleway';
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-align: left;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 0;
    width: 100%;
    padding: 22px 15px;
}
.contacts-field label {
    font-family: 'Raleway';
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #B2B2B2;
    text-align: left;
    padding-bottom: 5px;
}
.contacts-field input {
    outline: none;
}
.field-submit input {
    font-family: 'Raleway';
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    padding: 23px 15px;
    transition: all 0.5s;
    width: 100%;
    min-width: 100%;
    margin-bottom: 4px;
    height: 65px;
    color: #000000;
    background-color: #FFFFFF;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    margin-bottom: 0;
}
.field-submit > p {
    display: flex;
}
.contacts-btn:hover {
    color: #737373;
}

/* footer */
.footer-nav {
    max-width: 1500px;
    margin: 0 auto;
    padding: 55px 100px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}
.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-logo img {
    max-height: 40px;
}
.footer-logo span {
    display: block;
    max-height: 40px;
    font-weight: 300;
    font-size: 11.5px;
    line-height: 13px;
    color: #000000;
}
.footer-contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-contacts li {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: all 0.5s;
}
.footer-contacts li a {
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding-left: 35px;
}
.footer-contacts li:hover {
    opacity: 0.6;
}
.footer-contacts li a img {
    max-height: 26px;
    margin-right: 7px;
}
.footer-bottom {
    max-width: 1500px;
    margin: 0 auto;
    padding: 28px 100px 34px;
}
.policy-terms {
    text-align: center;
    line-height: 20px;
    display: flex;
    justify-content: center;
}
.policy-terms a:first-child {
    margin-right: 18px;
}
.footer-bottom a {
    margin-bottom: 2px;
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color:rgba(0, 0, 0, 0.5);
    text-align: center;
}

/* modals window */
.modal, .overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2.5px);
    z-index: 2;
}
.modal {
    z-index: 3;
}
.modal-wrapp {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 100%;
    height: 100%;
}
.modal-content {
    border-radius: 8px;
    max-width: 359px;
    width: 80%;
    overflow: hidden;
}
.modal-top {
    background-color: #064DC1;
    padding: 40px 26px 26px 26px;
    position: relative;
}
.close-modal {
    position: absolute;
    top: 17px;
    right: 18px;
    width: 21px;
    height: 21px;
    background: url('../images/close-icon-white.svg') no-repeat center;
    cursor: pointer;
}
.modal h3 {
    font-family: 'Raleway';
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 8px;
}
.modal-subtitle {
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 8px;
    max-width: 212px;
    margin: 0 auto;
}
#sentDataModal .modal-subtitle {
    max-width: 280px;
}
.modal-form {
    background-color: #FFFFFF;
    padding: 24px 29px 44px 29px;
}
.modal-field {
    width: 100%;
    margin-bottom: 10px;
}
.modal-field input {
    font-family: 'Raleway';
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #737373;
    text-align: left;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 0;
    width: 100%;
    padding: 22px 15px;
    height: 65px;
}
.modal-field label {
    font-family: 'Raleway';
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #868686;
    text-align: left;
    padding-bottom: 5px;
}
.modal-field label img {
    display: inline-block;
}
.modal-field input {
    outline: none;
}
.modal-field.field-submit input {
    font-family: 'Raleway';
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    padding: 23px 15px;
    transition: all 0.5s;
    width: 100%;
    min-width: 100%;
    margin-top: 16px;
    margin-bottom: 0;
    height: 65px;
    text-transform: uppercase;
    background-color: #0052B5;
    color: #FFFFFF;
    border: none;
}

/* contact form 7 */
.wpcf7-form {
    position: relative;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: transparent;
    padding: 0;
    margin: 30px 0 0 0;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent;
    padding: 0;
    margin: 30px 0 0 0;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    color: #FFFFFF;
}
.wpcf7 form .wpcf7-response-output {
    margin: 30px 0 0 0;
    padding: 0;
    border: none;
}
.modal-form .wpcf7 form.sent .wpcf7-response-output {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    color: #868686;
    position: absolute;
}
.modal-form .wpcf7 form.failed .wpcf7-response-output, .modal-form .wpcf7 form.aborted .wpcf7-response-output {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    color: #868686;
    position: absolute;
}
.modal-form .wpcf7 form.invalid .wpcf7-response-output, .modal-form .wpcf7 form.unaccepted .wpcf7-response-output, .modal-form .wpcf7 form.payment-required .wpcf7-response-output {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    color: #868686;
    position: absolute;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    bottom: -43px;
    position: absolute;
}
.field-submit {
    position: relative;
}
.field-submit .wpcf7-spinner {
    margin: 0;
    position: absolute;
    top: calc(50% - 12px);
    right: 15px;
}
input.wpcf7-submit {
    text-align: center;
}
.number {
    font-size: 54px;
}

/*parallax*/
.parallax__layer {
    transition: transform 0.1s ease-out;
}