/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
:root {
    font-size: 62.5%;
}
:root body {
    margin: 0;
    font-size: 1.6rem;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: Montserrat, sans-serif;
    color: #fff;
}
.container {
    max-width: 1652px;
    width: 90%;
    margin: 0 auto;
}
.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 50px;
    display: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 10px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.1);
}
.back-to-top svg {
    pointer-events: none;
    color: #9fffdf;
}
.row {
    display: block;
}
@media (min-width: 550px) {
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.row-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.row-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.row-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.row-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.row-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.row-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.row-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.row-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.row-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col-1 {
    -ms-flex-preferred-size: 4.66666666667%;
    flex-basis: 4.66666666667%;
}
.col-2 {
    -ms-flex-preferred-size: 13.3333333333%;
    flex-basis: 13.3333333333%;
}
.col-3 {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
}
.col-4,
.col-one-third {
    -ms-flex-preferred-size: 30.6666666667%;
    flex-basis: 30.6666666667%;
}
.col-5 {
    -ms-flex-preferred-size: 39.3333333333%;
    flex-basis: 39.3333333333%;
}
.col-6 {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}
.col-7 {
    -ms-flex-preferred-size: 56.6666666667%;
    flex-basis: 56.6666666667%;
}
.col-8,
.col-two-thirds {
    -ms-flex-preferred-size: 65.3333333333%;
    flex-basis: 65.3333333333%;
}
.col-9 {
    -ms-flex-preferred-size: 74%;
    flex-basis: 74%;
}
.col-10 {
    -ms-flex-preferred-size: 82.6666666667%;
    flex-basis: 82.6666666667%;
}
.col-11 {
    -ms-flex-preferred-size: 91.3333333333%;
    flex-basis: 91.3333333333%;
}
.col-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.col-half {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.off-col-1 {
    margin-left: 4.66666666667%;
}
.off-col-2 {
    margin-left: 13.3333333333%;
}
.off-col-3 {
    margin-left: 22%;
}
.off-col-4 {
    margin-left: 30.6666666667%;
}
.off-col-5 {
    margin-left: 39.3333333333%;
}
.off-col-6 {
    margin-left: 48%;
}
.off-col-7 {
    margin-left: 56.6666666667%;
}
.off-col-8 {
    margin-left: 65.3333333333%;
}
.off-col-9 {
    margin-left: 74%;
}
.off-col-10 {
    margin-left: 82.6666666667%;
}
.off-col-11 {
    margin-left: 91.3333333333%;
}
.hero {
    background-image: url(../images/hero.jpg);
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header-container {
    width: 100%;
    height: 12.5rem;
    background-color: #000;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.header-container .container {
    padding-top: 2.1rem;
}
.logo-container {
    font-family: Raleway, sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 3.2rem;
}
.logo-container img {
    max-height: 78px;
}
.header-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.navigation ul li {
    display: inline-block;
    color: #fff;
    padding-right: 32px;
}
.navigation a {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
.navigation a:hover {
    color: #9fffdf;
}
.phone-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.phone-container a {
    text-decoration: none;
}
.phone-container span {
    font-size: 3.2rem;
    color: #707070;
    margin-left: 10px;
}
.hero-content {
    width: 55%;
    background-color: rgba(0, 0, 0, 0.6);
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    display: block;
    padding: 6rem 0 6rem 0;
}
.hero-content .logo-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hero-content p {
    text-align: center;
}
.hero-content p:first-of-type {
    font-weight: 300;
    font-size: 4.8rem;
    margin-top: 3rem;
    margin-bottom: 0;
}
.hero-content p:nth-of-type(2) {
    font-weight: 600;
    font-size: 5.6rem;
    margin-top: 0;
    margin-bottom: 3.5rem;
}
.hero-content a {
    display: block;
    text-align: center;
    width: 30%;
    margin: 0 auto;
    padding: 27px 0;
    background-color: #9fffdf;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}
main {
    background-color: #000;
}
.about-slogan {
    background-color: #9fffdf;
    padding: 2.4rem 0;
}
.about-slogan h2 {
    color: #000;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
.about-boxes-wrapper {
    width: 100%;
    max-height: 339px;
    height: auto;
}
.about-box-big {
    width: 50%;
    background-image: url(../images/big_box.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 0 23px;
}
.about-box-big h3 {
    text-transform: uppercase;
    color: #9fffdf;
    font-size: 2.4rem;
}
.about-box-big p {
    line-height: 2.8rem;
}
.about-box-big:nth-of-type(3) {
    padding: 70px 23px 0 0;
}
.about-box-big:nth-of-type(3) h3,
.about-box-big:nth-of-type(3) p {
    text-align: right;
}
.about-box-small {
    width: 25%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.about-box-small img {
    -o-object-fit: fill;
    object-fit: fill;
    display: block;
}
.about-box-small span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
}
.about-box-small .about-icon {
    width: 64px;
}
.about-green-box {
    background-color: #73bea5;
}
.service-wrapper {
    background-color: #fff;
}
.service-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 55px;
    padding-bottom: 55px;
}
.service-box {
    border: 1px solid #707070;
    width: 24%;
    height: auto;
    padding-top: 23px;
}
.service-box p {
    color: #707070;
    text-align: center;
    margin: 55px 23px;
    line-height: 2.8rem;
}
.service-icon {
    background-image: url(../images/service_sprites.png);
    background-repeat: no-repeat;
    width: 57px;
    height: 70px;
    margin: 0 auto;
}
.second-service-icon {
    background-position: -55px 0;
    width: 70px;
}
.third-service-icon {
    background-position: -130px 0;
}
.fourth-service-icon {
    background-position: -200px 0;
}
.specialization-container {
    padding: 90px 0;
    background-image: url(../images/specialization.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.specialization-column {
    width: 25%;
}
.specialization-column span {
    display: block;
    text-transform: uppercase;
    font-size: 2.4rem;
}
.specialization-column span:nth-of-type(1) {
    margin-bottom: 23px;
}
.about-slogan-wrapper {
    background-color: #fff;
    max-width: 1920px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-slogan-image {
    width: 50%;
}
.about-slogan-image img {
    width: 100%;
    height: auto;
    display: block;
}
.about-slogan-text {
    font-size: 2.4rem;
    line-height: 2.8rem;
    width: 50%;
    color: #707070;
    padding-right: 10%;
    padding-left: 10%;
}
.about-slogan-text p:nth-of-type(1) {
    text-align: center;
}
.footer-container {
    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1920px;
    margin: 0 auto;
}
.footer-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-section {
    margin-top: 55px;
    margin-bottom: 55px;
    width: 30%;
}
.footer-section span {
    display: block;
}
.footer-slogan {
    font-size: 2.4rem;
    padding-right: 25%;
}
.contact {
    margin-bottom: 10px;
    font-size: 2.4rem;
}
.footer-section-slogan {
    font-size: 5.6rem;
}
@media (max-width: 1660px) {
    :root {
        font-size: 52.5%;
    }
    .logo-container {
        font-size: 26px;
    }
    .hero-content {
        -webkit-transform: translateY(35%);
        transform: translateY(35%);
    }
    .box-container {
        width: 100%;
    }
    .about-boxes-wrapper {
        max-height: 297px;
        overflow: hidden;
    }
    .about-box-big,
    .about-box-big:nth-of-type(3) {
        padding: 60px 23px 0 23px;
    }
    .about-box-big p,
    .about-box-big:nth-of-type(3) p {
        font-size: 1.6rem;
    }
    .about-slogan-text {
        font-size: 1.6rem;
    }
    .footer-section-slogan {
        font-size: 4rem;
    }
}
@media (max-width: 870px) {
    .header-container .header-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .header-container .logo-container {
        display: none;
    }
    .phone-container span {
        margin-top: 10px;
    }
    .navigation {
        display: none;
        z-index: 10;
    }
    .navigation ul li {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-bottom: 25px;
    }
    .navigation ul li a {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .hero {
        height: auto;
    }
    .hero-content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        height: 100%;
        padding: 6rem 3rem;
    }
    .hero-content a {
        width: 100%;
    }
    .hero-content p:nth-of-type(2) {
        font-size: 3rem;
    }
    .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-boxes-wrapper {
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }
    .about-boxes-wrapper:nth-of-type(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .box-container flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-box-small {
        width: 100%;
    }
    .about-box-small img {
        margin: 0 auto;
    }
    .about-box-big {
        width: 100%;
    }
    .about-green-box {
        display: none;
    }
    .service-box {
        width: 90%;
        border: none;
    }
    .service-box p {
        margin: 25px;
    }
    .specialization-container {
        padding: 45px 0;
    }
    .specialization-column {
        width: 90%;
    }
    .specialization-column span {
        text-align: center;
        margin-bottom: 25px;
    }
    .about-slogan-image,
    .about-slogan-text {
        width: 100%;
    }
    .footer-wrapper {
        padding-top: 25px;
    }
    .footer-section {
        width: 100%;
    }
    .footer-slogan {
        padding-right: 0;
        text-align: center;
    }
    .footer-section {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .back-to-top {
        display: none;
        visibility: hidden;
    }
}
