/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
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: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    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-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

h1 {
    font-weight: 300;
    font-size: 70px
}

h2 {
    font-weight: 400;
    font-size: 30px;
    color: #721d02;
    text-transform: uppercase
}

h3 {
    font-weight: 400;
    font-weight: 25px;
    color: #b88e81
}

h4 {
    font-weight: 400;
    font-size: 18px
}

a {
    text-decoration: none
}

p {
    font-weight: 300
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px
}

.container-app {
    max-width: 970px;
    margin: 0 auto
}

@media (min-width:480px) {
    .container {
        padding: 0 30px;
        max-width: 100%
    }
}

@media (min-width:720px) {
    .container {
        padding: 0 30px;
        max-width: 1340px
    }
}

@media (min-width:769px) {
    .container-app {
        max-width: 824px
    }
}

@media (min-width:1025px) {
    .container-app {
        max-width: 852px
    }
}

@media (min-width:1081px) {
    .container-app {
        max-width: 970px
    }
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.navbar__logo {
    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;
    height: 80px
}

.logo {
    max-width: 200px;
    height: 50px;
    width: auto;
    display: inline-block
}

.header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 80px;
    min-height: 100vh;
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__post {
    position: relative;
    min-height: 440px;
    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
}

.header__info {
    width: 50%
}

.header__info h2 {
    color: #b88e81
}

.header__info h1 {
    color: #721d02
}

@media (max-width:890px) {
    .header {
        width: 100vw;
        padding-bottom: 0
    }

    .header__post {
        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
    }

    .header__info {
        width: 100%
    }

    .header__info h1 {
        font-size: 40px;
        font-weight: 500
    }

    .header__info h2 {
        font-size: 20px
    }

    .build {
        width: 100% !important
    }

    .build>svg {
        float: left !important;
        justify-self: center !important;
        width: 80% !important;
        margin-left: 10%;
        margin-right: 10%;
        height: auto !important
    }

    .header__about-us {
        margin-top: 30px;
        width: 90%;
        position: static
    }
}

.build {
    width: 50%
}

.build>svg {
    width: 90%;
    height: auto;
    float: right
}

.main-info {
    padding-bottom: 90px
}

.kava-bulki {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 120px;
    text-align: center;
    margin-bottom: 55px;
    line-height: 30px
}

.kava-bulki p {
    color: #721d02;
    text-align: justify
}

.kava-bulki h2 {
    font-weight: 500
}

.kava-bulki svg {
    float: left;
    height: 100%;
    fill: #b88e81;
    width: 180px;
    height: 180px
}

.kava-bulki__item {
    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
}

@media (max-width:1081px) {
    .kava-bulki h2 {
        display: none
    }

    .kava-bulki__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .kava-bulki__item svg {
        width: 80px;
        height: 80px;
        fill: #721d02
    }
}

@media (max-width:893px) {
    .kava-bulki {
        margin-top: 35px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px
    }

    .bulki p>svg {
        position: absolute;
        right: 0
    }
}

@media (min-width:894px) {

    .bulki p>svg,
    .kava p>svg {
        left: 0
    }
}

.bulki p>svg,
.kava p>svg {
    opacity: .6
}

.achiev {
    text-align: center
}

.counter {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px
}

.counter__item {
    text-align: center;
    font-weight: 200;
    max-width: 600px;
    color: #721d02;
    font-size: 18px;
    line-height: 34px;
}

.counter__item h4 {
    color: #b88e81;
    margin-bottom: 10px
}

.counter__item p {
    color: #721d02
}

.counter__item>svg {
    width: 20%;
    height: 100px
}

.video {
    margin-top: 38px;
    text-align: center
}

.video h2 {
    color: #721d02
}

.video-about-us {
    padding-top: 25px
}

.video__embed {
    width: 512px;
    height: 288px
}

@media (max-width:572px) {
    .video__embed {
        width: 100%
    }

    #map_canvas {
        width: 100%;
        height: 400px
    }
}

.maps__item {
    margin: 0 auto;
    width: 500px;
    height: 400px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.maps {
    margin-top: 87px;
    text-align: center
}

.maps h2 {
    margin-bottom: 50px;
    color: #721d02
}

#kavabulki {
    background-color: #721d02;
    color: #fff
}

.franch {
    text-align: center;
    margin-top: 85px
}

.franch__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 45px;
    justify-items: center
}

.franch-item {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.franch-item>svg {
    width: 50%;
    height: auto
}

.franch p {
    color: #721d02;
    font-weight: 400;
    font-size: 19px
}

.franch>p {
    color: #b88e81
}

@media (max-width:580px) {
    .franch__items {
        grid-template-columns: 1fr;
        grid-gap: 20px
    }

    .counter {
        grid-template-columns: 100% !important
    }

    .achiev {
        margin-top: 60px
    }
}

.footer-line {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #b88e81;
    opacity: .2
}

.footer {
    padding-top: 50px;
    padding-bottom: 50px
}

.footer__logo {
    position: absolute
}

.footer__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 25%;
    justify-items: center
}

.footer__info h4 {
    margin: 0
}

.footer__social>svg {
    width: 50%;
    height: 100px
}

.footer__social h4 {
    padding-bottom: 10px;
    color: #721d02
}

.footer__social p {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    color: #b88e81
}

.footer__social p:hover {
    color: #721d02
}

.footer__contact h4 {
    padding-bottom: 10px;
    color: #721d02
}

.footer__contact p {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    color: #b88e81
}

.footer__contact a {
    color: #b88e81
}

.footer__contact a:hover {
    color: #721d02
}

.footer__form .fransh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer__form h4 {
    color: #721d02;
    padding-bottom: 20px
}

.footer__form input {
    background-color: transparent;
    color: #721d02;
    font-weight: 400;
    font-size: 13px;
    border: 1px solid #b88e81;
    width: 77%;
    height: 20px;
    padding: 10px
}

.footer__form input::-webkit-input-placeholder {
    color: #b88e81
}

.footer__form input::-moz-placeholder {
    color: #b88e81
}

.footer__form input:-ms-input-placeholder {
    color: #b88e81
}

.footer__form input::-ms-input-placeholder {
    color: #b88e81
}

.footer__form input::placeholder {
    color: #b88e81
}

@media (max-width:500px) {
    .footer {
        padding: 20px 0
    }

    .footer__info {
        padding-left: 0;
        padding-top: 80px
    }

    .footer__logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: left
    }
}

.send {
    height: 42px;
    width: 15%;
    border: 1px solid #b88e81;
    background-color: #b88e81;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.send:hover {
    background-color: #721d02;
    border-color: #721d02
}

.send:active {
    outline: 0;
    background-color: transparent;
    color: #721d02;
    border-color: transparent
}

.social-link a {
    color: #721d02
}

@media (max-width:600px) {
    .carousel {
        margin-bottom: 0;
        height: 380px
    }

    .slider__inner {
        height: 380px
    }

    .slider {
        margin-top: 1s0px;
        height: 380px
    }

    .slider__nav {
        margin: 0rem 1rem
    }
}

#content {
    margin-top: 50px;
    text-align: center
}

.timeline {
    border-left: 4px solid #b88e81;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #b88e81;
    margin: 50px auto 85px auto;
    letter-spacing: .5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px 50px 0 50px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    max-width: 60%
}

.timeline a {
    color: #000
}

.timeline a:hover {
    color: #721d02
}

@media (max-width:550px) {
    .timeline {
        padding-right: 0;
        margin-right: 0;
        margin-left: 0;
        max-width: 80%
    }
}

@media (max-width:1100px) {
    .timeline p {
        margin-top: 5px;
        margin-bottom: 30px
    }

    .timeline h3 {
        margin-top: 10px
    }

    .timeline .event:before {
        position: static !important;
        text-align: left !important
    }
}

.timeline h1,
.timeline h2,
.timeline h3 {
    letter-spacing: 1px;
    color: #721d02;
    font-weight: 100;
    font-size: 1.4em;
    margin-bottom: 0
}

@media (max-width:1050px) {
    .timeline h3 {
        line-height: 30px
    }
}

.timeline p {
    font-weight: 300;
    line-height: 30px;
    color: #000
}

.timeline .event {
    border-bottom: 1px dashed rgba(255, 255, 255, .9);
    padding-bottom: 10px;
    position: relative
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none
}

.timeline .event:after,
.timeline .event:before {
    position: absolute;
    display: block;
    top: 0
}

.timeline .event:before {
    left: -217.5px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: .9em;
    min-width: 120px
}

.timeline .event:after {
    left: -57.85px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px
}

.timeline .event:nth-child(1):after {
    -webkit-box-shadow: 0 0 0 4px #721d02;
    box-shadow: 0 0 0 4px #721d02;
    background: #721d02
}

.timeline .event:nth-child(2):after {
    -webkit-box-shadow: 0 0 0 4px #8a6fc9;
    box-shadow: 0 0 0 4px #8a6fc9;
    background: #8a6fc9
}

.timeline .event:nth-child(3):after {
    -webkit-box-shadow: 0 0 0 4px #7baf5e;
    box-shadow: 0 0 0 4px #7baf5e;
    background: #7baf5e
}

.timeline .event:nth-child(4):after {
    -webkit-box-shadow: 0 0 0 4px #e69e51;
    box-shadow: 0 0 0 4px #e69e51;
    background: #e69e51
}

.timeline .event:nth-child(5):after {
    -webkit-box-shadow: 0 0 0 4px #ea6903;
    box-shadow: 0 0 0 4px #ea6903;
    background: #ea6903
}

.timeline .event:nth-child(5):after {
    -webkit-box-shadow: 0 0 0 4px #000;
    box-shadow: 0 0 0 4px #000;
    background: #000
}

.timeline .event:nth-child(10):after {
    -webkit-box-shadow: 0 0 0 4px rgb(92, 47, 255);
    box-shadow: 0 0 0 4px rgb(92, 47, 255);
    background:rgb(92, 47, 255)
}

.timeline .event:nth-child(7):after {
    -webkit-box-shadow: 0 0 0 4px #e01c4a;
    box-shadow: 0 0 0 4px #e01c4a;
    background: #e01c4a
}

.timeline .event:nth-child(8):after {
    -webkit-box-shadow: 0 0 0 4px #ffc244;
    box-shadow: 0 0 0 4px #ffc244;
    background: #ffc244
}

.timeline .event:nth-child(9):after {
    -webkit-box-shadow: 0 0 0 4px #ff2300;
    box-shadow: 0 0 0 4px #ff2300;
    background: #ff2300
}

.timeline .event:nth-child(11):after {
    -webkit-box-shadow: 0 0 0 4px #00A046;
    box-shadow: 0 0 0 4px #00A046;
    background: #00A046
}

.timeline .event:nth-child(12):after {
    -webkit-box-shadow: 0 0 0 4px #344941;
    box-shadow: 0 0 0 4px #344941;
    background: #344941
}