.container {
    font-family: 'Lato', sans-serif;
}

/* MAIN */

/* MAIN SLIDER */

#slider {
    color: #ffffff;
    text-align: center;
    max-height: 1055px;
    overflow: hidden;
}

.slide {
    position: relative;
}

.slide img {
    max-width: 100%;
    height: auto;
    display: inline;
}

.banner__text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slide__content {
    padding: 14.8vw 0;
}

.slide__logo {
    max-width: 690px;
    position: relative;
    text-align: center;
    margin: 15px auto 25px;
}

.slide__logo::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 2px;
    background: #ffffff;
    z-index: 999;
}

.slide__logo::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 50%;
    height: 2px;
    background: #ffffff;
    z-index: 999;
}

.slide--subtitle {
    font-family: "Tabac - G 1 Medium";
    font-size: 24px;
    font-weight: 400;
}

.slide__buttons {
    list-style: none;
    position:absolute;
    bottom:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    right: 0;
}

.slide__buttons>li:nth-child(2) {
    margin: 0 27px;
}

.slide__buttons--button {
    color: #ffffff;
    font-family: "Tabac - G 1 Medium";
    font-size: 18px;
    font-weight: 400;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 50px 130px 60px;
    border-top: 2px solid #ffffff;
    opacity: 0.4;
}

.slide__buttons--button:focus {
    outline: none;
}

.slide__buttons--button:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}

li.slick-active .slide__buttons--button {
    opacity: 1;
}

/* MAIN SLIDER END */

/* MAIN ABOUT */

.main__about {
    border-bottom: 2px solid #141e50;
}

.main__about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14.2% 25% 9.2% 19.5%;
}

.main__about--title {
    max-width: 340px;
    font-family: "Tabac - G 1 Medium";
    font-size: 72px;
    line-height: 75.12px;
    margin-bottom: 65px;
}

.main__about--subtitle {
    font-family: "Verdana";
    font-size: 15px;
    font-weight:700;
}

.summary__right--container {
    max-width: 400px;
    padding-top: 10px;
    margin-left: 10px;
    text-align:left;
}

.about__summary--title {
    max-width: 347px;
    font-family: "Tabac - G 1 Medium";
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}

.about__summary--lines {
    position: relative;
    text-align: center;
    margin: 36px 0;
}

.about__summary--lines::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 2px;
    background: #5c5c5c;
    z-index: 499;
}

.about__summary--lines::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 50%;
    height: 2px;
    background: #5c5c5c;
    z-index: 499;
}

.about__summary--text {
    font-family: Verdana;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.about__summary--logo{
    height:27px;
    width:29px;
    margin:0 auto;
}
/* MAIN ABOUT END */

/* MAIN CONTENT */

.quote__container {
    /*Poprawione ze względu na wielkość czcionki*/
    max-width: 1180px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5% 0;
}

.content__quote--logo {
    font-family: "Playfair Display";
    font-size: 219px;
    font-weight: 400;
    line-height: 199.56px;
    height: 100px;
}

.content__quote--quote {
    font-size: 36px;
}

.content__blocks {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1863px;
}

.content__blocks>div:nth-of-type(odd) {
    padding: 0 17%;
}

.content__blocks>div:nth-of-type(even) {
    padding: 0 5% 0 33%;
}

.blocks--image:nth-of-type(1) {
    grid-column: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}

/*Sekcja mobilna*/
.blocks__summary.block__hidden{
    display:none;
}
.blocks__summary.block__shown{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.blocks__mobile--wrapper{
    display:none;
    z-index: 1;
    position:relative;
}
.blocks__mobile{
    position:absolute;
    top:70%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
            transform:translate(-50%, -50%);
}
.blocks__mobile h1{
    color:white;
    font-size: 70px;
    border-bottom:none;
    padding-bottom:0px;
}
.blocks__mobile h4{
    color:white;
    cursor: pointer;
}
.blocks__mobile h4:hover{
    cursor:pointer;
}
.blocks__mobile img.blocks__summary--logo{
    width:29px;
    height:27px;
    -webkit-filter:grayscale(20%);
            filter:grayscale(20%);
}
.blocks__mobile .blocks__summary--lines{
    margin:20px 0px 20px 0px;
}
.blocks__mobile .blocks__summary--lines::after, .blocks__mobile .blocks__summary--lines::before{
    background:white;
}
/*Koniec sekcji mobilnej*/
.blocks--image:nth-of-type(2) {
    grid-column: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
}

.blocks--image:nth-of-type(3) {
    grid-column: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
}

.blocks__summary:nth-of-type(2) {
    grid-column: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}

.blocks__summary:nth-of-type(4) {
    grid-column: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
}

.blocks__summary:nth-of-type(6) {
    grid-column: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
}

.blocks--image:nth-of-type(odd) {
    max-width: 969px;
    width: 100%;
    height: auto;
}

.blocks--image:nth-of-type(even) {
    max-width: 910px;
    width: 100%;
    height: auto;
}

.blocks__summary {
    max-width: 385px;
}

.blocks__summary--title {
    font-size: 50px;
    padding-bottom: 48px;
    border-bottom: 2px solid #141e50;
}

.blocks__summary--text {
    font-family: Verdana;
    line-height: 32px;
    margin: 39px 0px;
}

.blocks__summary--lines {
    text-align: center;
    position: relative;
}

.blocks__summary--lines::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 2px;
    background: #5c5c5c;
    z-index: 499;
}

.blocks__summary--logo {
    max-width: 29px;
    width: 100%;
    height: auto;
}

.blocks__summary--lines::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 50%;
    height: 2px;
    background: #5c5c5c;
    z-index: 499;
}

/* MAIN CONTENT END */

/* MAIN END */