html {
    font-size: 12px
}

body,
html {
    height: 100%
}

body {
    background-color: #fff;
    font-family: Source Sans Pro, sans-serif
}

section {
    box-sizing: border-box;
    position: relative;
    height: 100%;
    overflow: hidden
}

p {
    font-size: 1.2rem;
    margin: 0
}

@media only screen and (min-width:375px) {
    html {
        font-size: 14px
    }
}

@media only screen and (min-width:480px) {
    html {
        font-size: 15px
    }
}

@media only screen and (min-width:600px) {
    html {
        font-size: 17px
    }
}

@media only screen and (min-width:768px) {
    html {
        font-size: 24px
    }
}

@media only screen and (min-width:992px) {
    html {
        font-size: 18px
    }
    p {
        font-size: 1rem;
        letter-spacing: .01rem;
        line-height: 1.3
    }
    h2,
    p {
        margin: 0
    }
}

@media only screen and (min-width:1200px) {
    html {
        font-size: 22px
    }
}

@media only screen and (min-width:1600px) {
    html {
        font-size: 31px
    }
}

@media only screen and (min-width:1920px) {
    html {
        font-size: 37px
    }
}

.top-menu {
    position: fixed;
    top: 1.6rem;
    z-index: 1;
    width: 100%
}

.top-menu-container {
    display: -ms-flexbox;
    display: flex;
    float: right;
    margin-right: 1.45rem
}
/*Language*/
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  color:#000;
  margin-left:17px;
  text-align:center;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color:#000;
  font-size: .4865rem;
  
}

.dropdown-content a:hover {background-color: #f1f1f1;
color:#000;
}

.show {
  display: block;
}
.top-select__item {
 color:white;
 font-weight: 900;
   }

.top-select__item--black {
 color:#000;
 font-weight: 900;
   } 

@media only screen and (max-width:768px) {
     .dropdown-content {
  
  min-width: 70px;
  margin-left:0px;
}

.dropdown-content a {
  font-size: .865rem;
  
}
}

/*End Language*/

@media only screen and (min-width:1200px) {
    .top-menu-container {
        margin-right: 4.45rem
    }
}

.top-menu__item {
    border: 2px solid hsla(0, 0%, 100%, .74);
    margin-left: .5rem;
    text-align: center;
    transition: all .5s ease;
    font-size: .7rem;
    padding: .18rem 0;
    width: 4.7rem
}

@media only screen and (min-width:1200px) {
    .top-menu__item {
        font-size: .4865rem;
        padding: .13rem 0;
        width: 4.1rem
    }
}

.top-menu__item:hover {
    background-color: rgba(0, 0, 0, .45)
}

.top-menu__item--black {
    border-color: rgba(0, 0, 0, .74);
    color: #000
}

.top-menu__item--black:hover {
    background-color: rgba(0, 0, 0, .12)
}

.top-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: 900
}

.top-logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    height: 5.162rem;
    width: 9.595rem;
    top: 2.6rem;
    left: 1rem
}

@media only screen and (min-width:480px) {
    .top-logo {
        left: 2rem
    }
}

@media only screen and (min-width:992px) {
    .top-logo {
        top: 1.6rem
    }
}

.arrows-container {
    position: absolute;
    bottom: 2.1rem;
    width: 100%;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:992px) {
    .arrows-container {
        bottom: .3rem
    }
}

.arrows-container .arrows {
    display: block;
    width: 31px;
    height: 31px;
    cursor: pointer
}

.arrows-container .arrows path {
    stroke: #ccc;
    fill: transparent;
    stroke-width: 2px;
    animation: a 2s infinite;
    -webkit-animation: a 2s infinite
}

.arrows-container .arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s
}

.arrows-container .arrows path.a2 {
    animation-delay: -.5s;
    -webkit-animation-delay: -.5s
}

@-webkit-keyframes a {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@keyframes a {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

.intro {
    background: gray url(../images/intro-bg.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
    position: relative
}

.intro .top-logo {
    background-image: url(../images/top-logo-white.png)
}

.intro-container {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:992px) {
    .intro-container {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.intro-logo-container {
    padding-bottom: 2rem
}

@media only screen and (min-width:992px) {
    .intro-logo-container {
        float: left;
        width: 50%;
        padding-bottom: 0
    }
}

.intro-logo {
    height: 15.11rem;
    width: 21.41rem;
    background: url(../images/intro-logo.png) no-repeat 50%;
    background-size: contain;
    float: right
}

.intro-content {
    box-sizing: border-box
}

@media only screen and (min-width:992px) {
    .intro-content {
        width: 50%;
        padding-left: 1.1rem;
        float: right;
        padding-top: 8.7rem
    }
}

.intro-content__text--bold {
    font-weight: 700
}

.info {
    background: url(../images/info-bg-cap.png) no-repeat 1% 0, url(../images/info-bg-t-shirt.png) no-repeat 8% 100%, url(../images/info-bg-top.png) no-repeat 100% 100%;
    background-color: #fff;
    background-size: 7rem, 9rem, 7rem;
    color: #000;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:992px) {
    .info {
        background-size: 9rem, 11rem, 9rem;
        background-position: 40% 0, 8% 100%, 100% 70%
    }
}

.info .top-logo {
    background-image: url(../images/top-logo-black.png)
}

.info-container {
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.4rem;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media only screen and (min-width:992px) {
    .info-container {
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%
    }
}

.info-content {
    padding-top: 2rem
}

@media only screen and (min-width:992px) {
    .info-content {
        float: right;
        width: 50%;
        padding-top: 0
    }
}

.info-content__text {
    width: auto;
    margin-right: .7rem
}

@media only screen and (min-width:992px) {
    .info-content__text {
        float: right
    }
}

.info-more {
    box-sizing: border-box;
    color: #00f
}

@media only screen and (min-width:992px) {
    .info-more {
        width: 50%;
        float: left;
        padding-left: 1.2rem
    }
}

.info-more__text {
    font-weight: 700
}

.info-more__header {
    font-size: 3.243rem;
    font-weight: 900;
    line-height: .9;
    margin: 1.2rem 0 0;
    letter-spacing: .04rem
}

.info .arrows-container .arrows path {
    stroke: #929292
}

.work {
    background: gray url(../images/work-bg.jpg) no-repeat top;
    background-size: cover;
    color: #fff;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.work .top-logo {
    background-image: url(../images/top-logo-white.png)
}

@media only screen and (min-width:992px) {
    .work-container {
        margin: 4.8rem 9.2rem 0
    }
}

.work__header {
    font-weight: 900;
    letter-spacing: .01rem;
    line-height: 1.08;
    font-size: 2.073rem;
    margin-left: 1.6rem;
    color: #ec008c
}

.work__header:first-child {
    color: #fff
}

@media only screen and (min-width:992px) {
    .work__header {
        font-size: 2.973rem;
        margin-left: 0
    }
}

.work .work-steps {
    display: -ms-flexbox;
    display: flex;
    margin-top: .2rem;
    margin-bottom: .7rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:992px) {
    .work .work-steps {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.work .work-steps .step {
    border: 2px solid #fff;
    padding: .1rem 0 0 .6rem;
    box-sizing: border-box;
    height: 7rem;
    width: 7rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: .5rem .6rem
}

@media only screen and (min-width:992px) {
    .work .work-steps .step {
        height: 5.9rem;
        width: 5.9rem;
        margin: 0;
        margin-right: 1.55rem
    }
}

.work .work-steps .step__number {
    font-size: 2.703rem;
    font-weight: 900;
    line-height: 1;
    margin: 0
}

.work .work-steps .step__text {
    font-weight: 700;
    line-height: 1.2;
    margin-top: .1rem
}

.work__link {
    position: absolute;
    bottom: .3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #ec008c
}


/*# sourceMappingURL=main.css.map */