@font-face {
    font-family: 'WorkSans-Regular';
    src: url('../fonts/WorkSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/WorkSans-Regular.otf')  format('opentype'),
    url('../fonts/WorkSans-Regular.woff') format('woff'),
    url('../fonts/WorkSans-Regular.ttf')  format('truetype'),
    url('../fonts/WorkSans-Regular.svg#WorkSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WorkSans-ExtraBold';
    src: url('../fonts/WorkSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/WorkSans-ExtraBold.otf')  format('opentype'),
    url('../fonts/WorkSans-ExtraBold.woff') format('woff'),
    url('../fonts/WorkSans-ExtraBold.ttf')  format('truetype'),
    url('../fonts/WorkSans-ExtraBold.svg#WorkSans-ExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WorkSans-ExtraBold';
    src: url('../fonts/WorkSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/WorkSans-ExtraBold.woff') format('woff'),
    url('../fonts/WorkSans-ExtraBold.ttf')  format('truetype'),
    url('../fonts/WorkSans-ExtraBold.svg#WorkSans-ExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
    font-size: 16px;
    font-family: 'WorkSans-Regular', Arial, sans-serif;
    color: #131C3C;
    background-color: rgb(240, 240, 240);
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'WorkSans-ExtraBold',Helvetica,serif;
    font-weight: normal;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a {
    color: #273878;
    text-decoration: none;
    transition: color 0.4s ease 0s;
}
a:hover {
    color: #C71212;
}
img {
    width: 100%;
    height: auto;
}
.container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 15px;
}
.container--header {
    max-width: 1200px;
}
.display-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.open-menu {
    display: none;
}
.display-flex--header {
    height: 140px;
}
.logo {
    display: flex;
    align-items: center;
}
.logo-image {
    margin-right: 15px;
}
.logo-title {
    color: #273878;
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'WorkSans-ExtraLight', Arial, sans-serif;
    font-weight: bold;
}
.nav-list__element {
    display: inline-block;
    padding: 5px 15px;
}
.nav-list__link {
    font-size: 19px;
    text-transform: uppercase;
}
.info {
    background: url("../image/main.webp") no-repeat fixed center;
    position: relative;
    height: 920px;
    background-size: cover;
    padding: 85px 0 125px 0;
}
.info::before {
    content: '';
    position: absolute;
    background-color: rgba(39, 56, 120, 0.67);
    width: 100%;
    height: 100%;
    top: 0;
}
.container--info {
    color: #F0F0F0;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
}
.info-title {
    font-size: 120px;
}
.info-text {
    margin-bottom: 5px;
}
.about {
    background-color: #F0F0F0;
}
.container--about {
    padding-top: 150px;
}
.title {
    line-height: 0.9em;
    font-size: 90px;
    text-transform: uppercase;
    padding: 0 35px;
}
.title--about {
    color: #2d2487;
    margin-bottom: 50px;
}
.about-text {
    color: #2d2487;
    padding: 0 35px;
}
.about-img {
    max-height: 661px;
    margin-top: 80px;
    overflow: hidden;
    position: relative;
}
.about-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(209, 66, 38, 0.47);
}
.about-image {

}
.services {
    padding: 210px 0 0 0;
}
.title--services {
    color: #e13a44;
    margin-bottom: 55px;
}
.services-title {
    padding: 0 35px;
    color: #86c1f5;
    font-size: 36px;
    margin: 60px 0 10px 0;
    line-height: 1em;
}
.services-text__big {
    font-size: 17px;
    padding: 0 35px;
}
.services-text {
    letter-spacing: 0.05em;
    line-height: 1.7em;
    padding: 0 35px;
}
.contact {
    background-color: #2d1c9c;
    margin-top: 120px;
}
.container--contact {
    padding: 110px 15px 90px 15px;
}
.title--contact {
    color: #F0F0F0;
    margin-bottom: 60px;
}
.contact-info {
    justify-content: flex-start;
    max-width: 630px;
    margin: 60px auto;
}
.contact-info__block_tittle {
    color: #000;
    font-size: 17px;
    line-height: 1.9em;
    padding-right: 55px;
}
.contact-info__block_tittle > a {
    color: #000;
}
.contact-form {
    max-width: 630px;
    width: 100%;
    background-color: #2b0939;
    padding: 30px 60px;
    margin: 0 auto;
}
.contact-form__title {
    color: #F0F0F0;
    font-size: 26px;
    margin-bottom: 25px;
}
form {
    text-align: center;
}
.fb-label {
    font-size: 0;
    position: absolute;
}
.fb-input, .fb-textarea {
    color: #131C3C;
    background-color: rgba(240, 240, 240, 1);
    width: 100%;
    height: 60px;
    font-size: 17px;
    margin-bottom: 15px;
    border: none;
    padding-left: 40px;
    font-family: Arial,sans-serif;
}
.fb-textarea {
    min-height: 110px;
    padding-top: 15px;
}
.fb-submit {
    background: #000;
    border: none;
    padding: 16px 80px;
    font-size: 15px;
    color: #fff;
    margin: 25px 0;
    transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
    font-family: 'WorkSans-ExtraBold', Helvetica, sans-serif;
    cursor: pointer;
}
.fb-submit:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #000;
}
footer {
    background: #F0F0F0;
}
.display-flex--footer {
    align-items: center;
    justify-content: center;
    height: 60px;
}
.copyright {
    color: #000;
    line-height: 1.5em;
}
.text-hidden {
    opacity: 0;
    transition: opacity 2s ease 0s;
}
.contentHide {
    opacity: 0;
    transition: opacity 2s ease 0s;
}
.text-show {
    opacity: 1;
}
@media (max-width: 768px) {
    .nav {
        text-align: right;
    }
    .info-title {
        font-size: 80px;
    }
    .title {
        font-size: 70px;
    }
}
@media (max-width: 480px) {
    .display-flex--header {
        position: relative;
    }
    button.open-menu {
        display: block;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        outline: none;
    }
    button.open-menu .line {
        display: block;
        height: 4px;
        background: #273878;
        margin-bottom: 7px;
        width: 45px;
        border-radius: 1px;
    }
    .nav {
        display: none;
    }
    .open .open-menu span {
        opacity: 0;
        position: relative;
    }
    .open #open-menu span:first-child, .open #open-menu span:last-child {
        -webkit-transform: rotate(-45deg);
        top: 12px;
        opacity: 1;
    }
    .open #open-menu span:last-child {
        -webkit-transform: rotate(45deg);
        top: -10px;
    }
    body.open .nav {
        display: block;
        position: absolute;
        width: 180px;
        z-index: 99;
        padding: 25px 20px;
        background: #fff;
        bottom: -145px;
        right: 0;
        box-shadow: 0 0 5px rgba(0,0,0,0.56);
        border-radius: 3px;
        text-align: left;
    }
    .nav-list__element {
        padding: 7px 0;
        display: block;
    }
    .info-title {
        font-size: 60px;
    }
    .title {
        font-size: 50px;
    }
    .contact-info {
        flex-direction: column;
        margin: 30px auto;
    }
    .contact-info__block_tittle {
        padding: 0;
    }
    .contact-info__block {
        width: 100%;
    }
    .contact-form {
        padding: 20px;
    }
}
@media (max-width: 380px) {
    .info-title {
        font-size: 40px;
    }

}