html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.hidden,
[hidden] {
    display: none !important;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
    min-height: 100vh;
    height: 100%;
    font-family: 'RobotoRegular', sans-serif;
    font-weight: 300;
    background-color: #E7E7E7;
}

.content {
    width: 100%;
    max-width: 1440px;
    min-height: 100vh;
    height: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    grid-template-rows: auto 1fr auto;
    grid-template-areas:
    "header"
    "main"
    "footer";
}

.header {
    grid-area: header;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 115px;
    margin: 15px 60px 0 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #0C2D44;
}

.sub-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-header > p {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;    
    text-transform: uppercase;
    margin-right: 20px;
}

.contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    padding-left: 30px;
    border-left: 1px solid #0C2D44;
}

.phone {
    margin: 0 0 4px 0;
}

a.phone,
a.email {
    color: #0C2D44;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.5px;
    font-size: 18px;
}

a.phone:hover,
a.email:hover{
  color: #6E0B42;
   -webkit-transition: all .5s ease;
  transition: all .5s ease;  
}

.sub-header > p{
    color: #6E0B42;
}

.swiper-container {
    grid-area: main;
    width: 100%;
    margin: 20px 0 60px;
}

.swiper-wrapper {
    align-items: center;
}

.swiper-footer {
    grid-area: footer;
    display: flex;
    align-items: center;
}

.swiper-buttons {
    width: 617px;
    height: 85px;
    background-color: #6E0B42;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 30px;
}

.swiper-slide {
    height: 510px;
    width: 853px;
    padding: 100px 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-slide-active {
    height: 653px;
    width: 1091px;
    background-size: cover;
    box-shadow: 0 6px 20px 3px rgba(12, 45, 68, 0.25), 0 25px 37px -18px rgba(7, 23, 34, 0.5);
}

.behringer {
    background-image: url("../img/behringer-bg.png");
}

.eisele {
    background-image: url("../img/eisele-bg.png");
}

.vernet {
    background-image: url("../img/vernet-bg.png");
}

.haeusler {
    background-image: url("../img/haeusler-bg.png");
}

.kohler {
    background-image: url("../img/kohler-bg.png");
}

.sorma {
    background-image: url("../img/sorma-bg.png");
}

.nikkotools {
    background-image: url("../img/nikkotools-bg.png");
}

.gesac {
    background-image: url("../img/gesac-bg.png");
}

.xtc {
    background-image: url("../img/xtc-bg.png");
}

.ekol {
    background-image: url("../img/ekol-bg.png");
}

.weber {
    background-image: url("../img/weber-bg.png");
}

.slide-logo {
    background-color: #fff;
    padding: 8px 7px;
}

.slide-text {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    max-width: 470px
}

.slide-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #6E0B42;
    text-decoration: none;
    padding: 12px 30px;
    background-color: #fff;
    box-shadow: -1px 4px 16px -2px #380923;
}

.swiper-btn-next,
.swiper-btn-prev {
    line-height: 85px;
    cursor: pointer;
    border: 0;
    outline: 0;
    z-index: 11;
}

.swiper-btn-prev {
    transform: rotate(180deg);
    margin: 0 30px 0 0;
}

.swiper-btn-prev img {
    margin-bottom: 5px;
}

.swiper-pagination {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #0C2D44;
    display: flex;
    align-items: flex-start;
    margin-left: 60px;
    width: auto;
    position: initial;
}

.swiper-pagination-current {
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #6E0B42;
    opacity: 0.6;
    margin-right: 5px;
}

.swiper-pagination-total {
    margin-left: 5px;
}

@media only screen and (max-width: 860px) {
    .header {
        font-size: 14px;
        line-height: 17px;
        margin: 15px 10px 0 10px;
    }

    .sub-header > p {
        font-size: 16px;
        line-height: 19px;
        margin-right: 0;
    }

    .phone > span {
        font-size: 16px;
    }

    .contacts {
        padding-left: 10px;
    }

    .swiper-buttons {
        width: 40%;
    }

    .slide-text {
        font-size: 14px;
        line-height: 19px;
    }

    .swiper-pagination {
        font-size: 10px;
        line-height: 16px;
    }

    .swiper-pagination-current {
        font-size: 30px;
        line-height: 30px;
    }

    .swiper-slide {
        padding: 100px 10%;
    }
}

@media only screen and (max-width: 580px) {
    .header {
        display: block;
        height: 150px;
    }

    .swiper-buttons {
        width: 200px;
    }

    .swiper-slide {
        height: 390px;
        width: 652px;
        padding: 50px 10%;
    }

    .swiper-slide-active {
        height: 450px;
        width: 700px;
    }

    .swiper-container {
        margin: 15px 0;
    }

    .swiper-pagination {
        margin-left: 20px;
    }
}
@media only screen and (max-width : 400px){
  .sub-header > p{
    font-size: 14px;
  }
  a.phone, a.email{
    font-size: 16px;
    text-align: center;
  }
}
@media only screen and (max-width : 340px){
  .swiper-pagination {
    margin-left: 4px;
  }
  .swiper-buttons {
    width: 185px;
    padding: 0 13px 0 33px;
  }
}