@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=cyrillic');
@import url('fonts/ProximaNova/font.css');
header{
background: #00617E;
height: 30px;
}
.header__topbar{
width: 1060px;
}
.topbar__nav{
display: flex;
flex-direction: row;
justify-content: flex-end;
flex-wrap: nowrap;
}
.topbar__nav > .nav__item > a{
display: block;
margin-top: 5px;
padding: 0 25px;
border-right: 1px white solid;
}
.topbar__nav > .nav__item:first-child > a{
padding-left: 0;
}
.topbar__nav > .nav__item:last-child > a{
padding-right: 0;
border-right: none;
}
.topbar__nav > .nav__item:nth-child(3) > a{
border-right: none;
}
.topbar__nav > .nav__item > a{
font-size: 14px;
color: white;
}
.topbar__nav > .nav__item > .nav__search{
position: relative;
overflow: hidden;
font-family: 'Roboto';
line-height: normal;
font-size: 14px;
color: #00617E;
}
.topbar__nav > .nav__item > .nav__search > i{
position: absolute;
top: 7px;
left: 19px;
}
.topbar__nav > .nav__item > .nav__search > input{
font-family: 'Roboto';
letter-spacing: -0.01em;
height: 30px;
border-width: 0;
background-color: #ccdfe5;
padding-left: 47px;
color: #00617E;
width: 150px;
}
.topbar__nav > .nav__item > .nav__search > input::-webkit-input-placeholder,
.topbar__nav > .nav__item > .nav__search > input::-moz-placeholder,
.topbar__nav > .nav__item > .nav__search > input:-moz-placeholder,
.topbar__nav > .nav__item > .nav__search > input:-ms-input-placeholder{
font-size: 14px;
color: #00617E;
opacity:1;
}
/*
* Header Main
*/
.header__main{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
align-content: center;
background-color: white;
padding: 19px 0 16px 0;
width: 1060px;
}
.header__main > .main__logo .main__phone,
.header__main > .main__logo .main__phone:hover,
.header__main > .main__logo .main__phone:focus,
.header__main > .main__logo .main__phone:active{
display: block;
font-family: 'Roboto', Arial, sans-serif;
font-size: 22px;
font-weight: 500;
text-decoration: none;
margin-top: 7px;
color: black;
}
.header__main > nav{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
align-content: center;
}
.header__main > nav > a{
font-family: 'Roboto', Arial, sans-serif;
font-style: normal;
font-weight: bold;
line-height: normal;
font-size: 16px;
color: black;
text-decoration: none;
padding-bottom: 5px;
}
/*
* Header offer
*/
.header__offer{
width: 100%;
height: 660px;
display: flex;
align-items: center;
-webkit-background-size: cover;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
}
.header__offer > .offer__content{
position: relative;
width: 1060px;
display: flex;
}
.header__offer > .offer__content > img{
position: absolute;
width: 160px;
}
.header__offer > .offer__content > .content__wrapper{
margin-top: 24px;
margin-left: 74px;
width: 530px;
height: 163px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: rgba(255, 255, 255, 0.8);
}
.header__offer > .offer__content > .content__wrapper p{
font-family: 'Proxima Nova Rg';
font-size: 48px;
font-weight: 600;
line-height: 56px;
text-transform: uppercase;
color: #000;
}
.header__offer > .offer__content > .content__wrapper p:nth-child(2){
font-weight: bold;
font-size: 30px;
line-height: 35px;
}
/*
* Catalog
*/
.catalog{
background: white;
padding: 80px 0;
}
.catalog > .catalog__title{
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
/*
* Bootstrap Extension
*/
.container {
padding-left: 0;
padding-right: 0;
}
.col-clear{
padding-left: 0;
padding-right: 0;
}
.col-clear-left{
padding-left: 0;
}
.col-clear-right{
padding-right: 0;
}
.img-responsive{
max-width: 100%;
height: auto;
}