parent
dd0cd0261a
commit
49cbc50233
14 changed files with 6807 additions and 1591 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,40 +0,0 @@ |
|||||||
html, body{ |
|
||||||
height: 100%; |
|
||||||
max-height: 100%; |
|
||||||
font-family: 'Roboto', sans-serif; |
|
||||||
} |
|
||||||
|
|
||||||
.top-container{ |
|
||||||
padding-top: 10%; |
|
||||||
} |
|
||||||
|
|
||||||
.general-container{ |
|
||||||
background: url("../img/bg_image.ffeef71cd10d.jpg"); |
|
||||||
height: 100%; |
|
||||||
} |
|
||||||
|
|
||||||
.general-container form{ |
|
||||||
margin-top: 30px; |
|
||||||
} |
|
||||||
|
|
||||||
.general-container form label{ |
|
||||||
color: white; |
|
||||||
font-weight: 100; |
|
||||||
} |
|
||||||
|
|
||||||
.btn-orange{ |
|
||||||
background-color: #e8643e; |
|
||||||
border: none; |
|
||||||
} |
|
||||||
|
|
||||||
.btn-orange:hover{ |
|
||||||
background-color: #dc5129; |
|
||||||
border: none; |
|
||||||
} |
|
||||||
|
|
||||||
.title{ |
|
||||||
text-align: center; |
|
||||||
color: white; |
|
||||||
font-weight: 100; |
|
||||||
line-height: 50px; |
|
||||||
} |
|
||||||
File diff suppressed because one or more lines are too long
@ -1,105 +0,0 @@ |
|||||||
html, body{ |
|
||||||
height: 100%; |
|
||||||
max-height: 100%; |
|
||||||
font-family: 'Roboto', sans-serif; |
|
||||||
background-color: #edeef0; |
|
||||||
} |
|
||||||
|
|
||||||
.navbar{ |
|
||||||
margin-bottom: 0; |
|
||||||
} |
|
||||||
|
|
||||||
.wrapper{ |
|
||||||
min-height: 100%; |
|
||||||
} |
|
||||||
|
|
||||||
.wrapper-content{ |
|
||||||
overflow: auto; |
|
||||||
padding-bottom: 180px; /* must be same height as the footer */ |
|
||||||
} |
|
||||||
|
|
||||||
.section-top{ |
|
||||||
margin-bottom: 20px |
|
||||||
} |
|
||||||
|
|
||||||
.footer{ |
|
||||||
position: relative; |
|
||||||
margin-top: -180px; /* negative value of footer height */ |
|
||||||
height: 180px; |
|
||||||
clear: both; |
|
||||||
background-color: white; |
|
||||||
} |
|
||||||
|
|
||||||
.product-item{ |
|
||||||
height: 360px; |
|
||||||
background-color: white; |
|
||||||
border: 1px solid lightgrey; |
|
||||||
position: relative; |
|
||||||
padding: 10px 0 10px 0; |
|
||||||
text-align: center; |
|
||||||
margin-bottom: 10px; |
|
||||||
} |
|
||||||
|
|
||||||
.discount-container{ |
|
||||||
position: absolute; |
|
||||||
top: 30%; |
|
||||||
background: #fb4545; |
|
||||||
width: 30%; |
|
||||||
color: white; |
|
||||||
font-weight: 700; |
|
||||||
padding: 3px; |
|
||||||
} |
|
||||||
|
|
||||||
.add-to-card-btn{ |
|
||||||
position: absolute; |
|
||||||
bottom: 15px; |
|
||||||
left: 50%; |
|
||||||
} |
|
||||||
|
|
||||||
.section-delivery{ |
|
||||||
height: 300px; |
|
||||||
background-color: #2A3342; |
|
||||||
text-align: center; |
|
||||||
color: white; |
|
||||||
} |
|
||||||
|
|
||||||
.product-description-tabs{ |
|
||||||
padding: 10px; |
|
||||||
} |
|
||||||
|
|
||||||
.product-image-item{ |
|
||||||
padding: 5px; |
|
||||||
margin-bottom: 5px; |
|
||||||
} |
|
||||||
|
|
||||||
.navbar-top{ |
|
||||||
min-height: 10px; |
|
||||||
height: 20px; |
|
||||||
background-color: green; |
|
||||||
border: none; |
|
||||||
border-radius: 0; |
|
||||||
} |
|
||||||
.navbar-main{ |
|
||||||
background-color: #c7db03; |
|
||||||
border: none; |
|
||||||
border-radius: 0; |
|
||||||
} |
|
||||||
|
|
||||||
.basket-container{ |
|
||||||
position: relative; |
|
||||||
width: 400px; |
|
||||||
padding: 15px 10px; |
|
||||||
} |
|
||||||
|
|
||||||
.basket-items{ |
|
||||||
position: absolute; |
|
||||||
top: 50px; |
|
||||||
width: 100%; |
|
||||||
background-color: #edfc05; |
|
||||||
z-index: 10; |
|
||||||
padding: 10px; |
|
||||||
} |
|
||||||
|
|
||||||
.product-price{ |
|
||||||
text-align: right; |
|
||||||
} |
|
||||||
@ -1,986 +0,0 @@ |
|||||||
html, body{ |
|
||||||
height: 100%; |
|
||||||
max-height: 100%; |
|
||||||
font-family: 'Roboto', sans-serif; |
|
||||||
background-color: #edeef0; |
|
||||||
} |
|
||||||
|
|
||||||
.navbar{ |
|
||||||
margin-bottom: 0; |
|
||||||
} |
|
||||||
|
|
||||||
.wrapper{ |
|
||||||
min-height: 100%; |
|
||||||
} |
|
||||||
|
|
||||||
.wrapper-content{ |
|
||||||
overflow: auto; |
|
||||||
padding-bottom: 180px; /* must be same height as the footer */ |
|
||||||
} |
|
||||||
|
|
||||||
.section-top{ |
|
||||||
margin-bottom: 20px |
|
||||||
} |
|
||||||
|
|
||||||
.footer{ |
|
||||||
position: relative; |
|
||||||
margin-top: -180px; /* negative value of footer height */ |
|
||||||
height: 180px; |
|
||||||
clear: both; |
|
||||||
background-color: white; |
|
||||||
} |
|
||||||
|
|
||||||
.product-item{ |
|
||||||
height: 360px; |
|
||||||
background-color: white; |
|
||||||
border: 1px solid lightgrey; |
|
||||||
position: relative; |
|
||||||
padding: 10px 0 10px 0; |
|
||||||
text-align: center; |
|
||||||
margin-bottom: 10px; |
|
||||||
} |
|
||||||
|
|
||||||
.discount-container{ |
|
||||||
position: absolute; |
|
||||||
top: 30%; |
|
||||||
background: #fb4545; |
|
||||||
width: 30%; |
|
||||||
color: white; |
|
||||||
font-weight: 700; |
|
||||||
padding: 3px; |
|
||||||
} |
|
||||||
|
|
||||||
.add-to-card-btn{ |
|
||||||
position: absolute; |
|
||||||
bottom: 15px; |
|
||||||
left: 50%; |
|
||||||
} |
|
||||||
|
|
||||||
.section-delivery{ |
|
||||||
height: 300px; |
|
||||||
background-color: #2A3342; |
|
||||||
text-align: center; |
|
||||||
color: white; |
|
||||||
} |
|
||||||
|
|
||||||
.product-description-tabs{ |
|
||||||
padding: 10px; |
|
||||||
} |
|
||||||
|
|
||||||
.product-image-item{ |
|
||||||
padding: 5px; |
|
||||||
margin-bottom: 5px; |
|
||||||
} |
|
||||||
|
|
||||||
.navbar-top{ |
|
||||||
min-height: 10px; |
|
||||||
height: 20px; |
|
||||||
background-color: green; |
|
||||||
border: none; |
|
||||||
border-radius: 0; |
|
||||||
} |
|
||||||
.navbar-main{ |
|
||||||
background-color: #c7db03; |
|
||||||
border: none; |
|
||||||
border-radius: 0; |
|
||||||
} |
|
||||||
|
|
||||||
.basket-container{ |
|
||||||
position: relative; |
|
||||||
width: 400px; |
|
||||||
padding: 15px 10px; |
|
||||||
} |
|
||||||
|
|
||||||
.basket-items{ |
|
||||||
position: absolute; |
|
||||||
top: 50px; |
|
||||||
width: 100%; |
|
||||||
background-color: #edfc05; |
|
||||||
z-index: 10; |
|
||||||
padding: 10px; |
|
||||||
} |
|
||||||
|
|
||||||
.product-price{ |
|
||||||
text-align: right; |
|
||||||
} |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.main { |
|
||||||
|
|
||||||
width: 1000px; |
|
||||||
height: 150px; |
|
||||||
margin: 0 auto; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
.top-header { |
|
||||||
max-width: 100%; |
|
||||||
min-width: 1000px; |
|
||||||
height: 50px; |
|
||||||
background-color: #f1f1f1; |
|
||||||
margin-bottom: 15px; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.russia-icon { |
|
||||||
width: 95px; |
|
||||||
height: 25px; |
|
||||||
margin-top: 11px; |
|
||||||
margin-left: 59px; |
|
||||||
float: left; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.russia-icon p { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
font-size: 14px; |
|
||||||
text-decoration: underline; |
|
||||||
margin-left: 11px; |
|
||||||
margin-top: 5px; |
|
||||||
cursor: pointer; |
|
||||||
float: left; |
|
||||||
} |
|
||||||
|
|
||||||
.rusio { |
|
||||||
width: 32px; |
|
||||||
height: 25px; |
|
||||||
float: left; |
|
||||||
background: url(../img/russia.jpg) no-repeat; |
|
||||||
float: left; |
|
||||||
} |
|
||||||
|
|
||||||
.contact-header { |
|
||||||
width: auto; |
|
||||||
height: 25px; |
|
||||||
margin-top: 11px; |
|
||||||
float: left; |
|
||||||
} |
|
||||||
|
|
||||||
.contact-header a { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
font-size: 14px; |
|
||||||
text-decoration: underline; |
|
||||||
margin-top: 5px; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
.menu-sp { |
|
||||||
width: 578px; |
|
||||||
height: 28px; |
|
||||||
float: right; |
|
||||||
margin-top: 5px; |
|
||||||
margin-right: 56px; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
.shop-header { |
|
||||||
width: auto; |
|
||||||
height: 25px; |
|
||||||
margin-top: 11px; |
|
||||||
|
|
||||||
float: left; |
|
||||||
} |
|
||||||
|
|
||||||
.shop-header a { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
font-size: 14px; |
|
||||||
text-decoration: underline; |
|
||||||
margin-left: 38px; |
|
||||||
} |
|
||||||
|
|
||||||
.auth-header a { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
font-size: 14px; |
|
||||||
text-decoration: underline; |
|
||||||
} |
|
||||||
|
|
||||||
.reg-header a { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
font-size: 14px; |
|
||||||
text-decoration: underline; |
|
||||||
margin-right: 53px; |
|
||||||
} |
|
||||||
|
|
||||||
.bonus-text p { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
font-size: 14px; |
|
||||||
text-decoration: underline; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
.about-header { |
|
||||||
width: auto; |
|
||||||
height: 25px; |
|
||||||
margin-top: 11px; |
|
||||||
|
|
||||||
float: left; |
|
||||||
} |
|
||||||
|
|
||||||
.about-header a { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
font-size: 14px; |
|
||||||
text-decoration: underline; |
|
||||||
margin-left: 38px; |
|
||||||
} |
|
||||||
|
|
||||||
.menu-in ul li a { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
font-size: 17px; |
|
||||||
color: #ffffff; |
|
||||||
text-decoration: none; |
|
||||||
} |
|
||||||
|
|
||||||
.tel p { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
font-size: 16px; |
|
||||||
color: #000; |
|
||||||
float: right; |
|
||||||
margin-top: 8px; |
|
||||||
} |
|
||||||
|
|
||||||
.telico { |
|
||||||
width: 20px; |
|
||||||
height: 32px; |
|
||||||
background: url(../img/phone.jpg) no-repeat; |
|
||||||
float: left; |
|
||||||
} |
|
||||||
|
|
||||||
.reg-header{ |
|
||||||
width: auto; |
|
||||||
height: 25px; |
|
||||||
margin-top: 11px; |
|
||||||
|
|
||||||
float: right; |
|
||||||
} |
|
||||||
|
|
||||||
.auth-header { |
|
||||||
width: auto; |
|
||||||
height: 25px; |
|
||||||
margin-top: 11px; |
|
||||||
|
|
||||||
float: right; |
|
||||||
} |
|
||||||
|
|
||||||
|
|
||||||
.main-header { |
|
||||||
width: 1000px; |
|
||||||
height: 123px; |
|
||||||
margin: 0 auto; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
.logo { |
|
||||||
width: 163px; |
|
||||||
height: 123px; |
|
||||||
background: url(../img/logo.jpg) no-repeat; |
|
||||||
float: left; |
|
||||||
} |
|
||||||
|
|
||||||
|
|
||||||
.bonus { |
|
||||||
width: 205px; |
|
||||||
height: 60px; |
|
||||||
|
|
||||||
|
|
||||||
float: left; |
|
||||||
margin-left: 100px; |
|
||||||
margin-top: 40px; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
.pod { |
|
||||||
width: 67px; |
|
||||||
height: 47px; |
|
||||||
background: url(../img/pod.jpg) no-repeat; |
|
||||||
float: right; |
|
||||||
} |
|
||||||
|
|
||||||
.bonus-text { |
|
||||||
width: auto; |
|
||||||
height: 40px; |
|
||||||
float: left; |
|
||||||
margin-top: 12px; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
.elem { |
|
||||||
width: 447px; |
|
||||||
height: 123px; |
|
||||||
|
|
||||||
float: right; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
.elem2 { |
|
||||||
width: 447px; |
|
||||||
height: 87px; |
|
||||||
|
|
||||||
float: right; |
|
||||||
} |
|
||||||
|
|
||||||
.search { |
|
||||||
width: 446px; |
|
||||||
height: 44px; |
|
||||||
float: right; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
.searchloop { |
|
||||||
width: 23px; |
|
||||||
height: 23px; |
|
||||||
background: url(../img/searchloop.jpg) no-repeat; |
|
||||||
cursor: pointer; |
|
||||||
position: absolute; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
.ssslll { |
|
||||||
width: 23px; |
|
||||||
height: 23px; |
|
||||||
float: right; |
|
||||||
margin-top: -32px; |
|
||||||
margin-right: 15px; |
|
||||||
} |
|
||||||
|
|
||||||
.search input { |
|
||||||
width: 446px; |
|
||||||
height: 35px; |
|
||||||
float: right; |
|
||||||
border: 2px solid #00695a; |
|
||||||
outline: none; |
|
||||||
border-radius: 5px; |
|
||||||
} |
|
||||||
|
|
||||||
.search input[type="text"] { |
|
||||||
padding-left: 15px; |
|
||||||
padding-right: 41px; |
|
||||||
color: #000; |
|
||||||
} |
|
||||||
|
|
||||||
.tel { |
|
||||||
width: 151px; |
|
||||||
height: 33px; |
|
||||||
|
|
||||||
float: right; |
|
||||||
margin-top: 42px; |
|
||||||
margin-right: 22px; |
|
||||||
} |
|
||||||
|
|
||||||
.basket { |
|
||||||
width: 117px; |
|
||||||
height: 63px; |
|
||||||
|
|
||||||
float: right; |
|
||||||
margin-top: 24px; |
|
||||||
} |
|
||||||
|
|
||||||
.marr { |
|
||||||
width: 58px; |
|
||||||
height: 20px; |
|
||||||
float: right; |
|
||||||
} |
|
||||||
|
|
||||||
|
|
||||||
.menu { |
|
||||||
width: 100%; |
|
||||||
height: 43px; |
|
||||||
background-color: #cc0000; |
|
||||||
} |
|
||||||
|
|
||||||
.menu-in { |
|
||||||
width: 1000px; |
|
||||||
height: 63px; |
|
||||||
|
|
||||||
margin: 0 auto; |
|
||||||
} |
|
||||||
|
|
||||||
.menu ul li { |
|
||||||
margin-left: 66px; |
|
||||||
margin-top: 12px; |
|
||||||
padding-left: 15px; |
|
||||||
float: left; |
|
||||||
} |
|
||||||
|
|
||||||
.main-down { |
|
||||||
width: 1000px; |
|
||||||
height: 790px; |
|
||||||
margin: 0 auto; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
.gallery { |
|
||||||
width: 1000px; |
|
||||||
height: 410px; |
|
||||||
|
|
||||||
|
|
||||||
margin-top: 50px; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
.programms { |
|
||||||
width: 1000px; |
|
||||||
height: 380px; |
|
||||||
|
|
||||||
position: relative; |
|
||||||
} |
|
||||||
|
|
||||||
.iconss { |
|
||||||
width: 1000px; |
|
||||||
height: 149px; |
|
||||||
|
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
.iconss2 { |
|
||||||
width: 1000px; |
|
||||||
height: 100px; |
|
||||||
|
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
.matr { |
|
||||||
width: 34px; |
|
||||||
height: 59px; |
|
||||||
background: url(../img/matr.jpg) no-repeat; |
|
||||||
float: left; |
|
||||||
} |
|
||||||
|
|
||||||
.basket p { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
font-size: 18px; |
|
||||||
color: #000000; |
|
||||||
margin-top: 25px; |
|
||||||
float: right; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
.programms h1 { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: bold; |
|
||||||
font-style: normal; |
|
||||||
font-size: 48px; |
|
||||||
color: #006d55; |
|
||||||
text-align: center; |
|
||||||
margin-bottom: 41px; |
|
||||||
} |
|
||||||
|
|
||||||
.ico1 { |
|
||||||
width: 198px; |
|
||||||
height: 42px; |
|
||||||
background: url(../img/ico1.jpg) no-repeat; |
|
||||||
float: left; |
|
||||||
margin-left: 15px; |
|
||||||
} |
|
||||||
|
|
||||||
.ico2 { |
|
||||||
width: 185px; |
|
||||||
height: 73px; |
|
||||||
background: url(../img/ico2.jpg) no-repeat; |
|
||||||
float: left; |
|
||||||
margin-left: 15px; |
|
||||||
} |
|
||||||
|
|
||||||
.ico3 { |
|
||||||
width: 149px; |
|
||||||
height: 126px; |
|
||||||
background: url(../img/ico3.jpg) no-repeat; |
|
||||||
float: left; |
|
||||||
margin-left: 15px; |
|
||||||
} |
|
||||||
|
|
||||||
.ico4 { |
|
||||||
width: 185px; |
|
||||||
height: 49px; |
|
||||||
background: url(../img/ico4.jpg) no-repeat; |
|
||||||
float: left; |
|
||||||
margin-left: 15px; |
|
||||||
} |
|
||||||
|
|
||||||
.ico5 { |
|
||||||
width: 189px; |
|
||||||
height: 66px; |
|
||||||
background: url(../img/ico5.jpg) no-repeat; |
|
||||||
float: left; |
|
||||||
margin-left: 15px; |
|
||||||
} |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.ico6 { |
|
||||||
width: 187px; |
|
||||||
height: 68px; |
|
||||||
background: url(../img/ico6.jpg) no-repeat; |
|
||||||
margin-left: 15px; |
|
||||||
float: left; |
|
||||||
} |
|
||||||
|
|
||||||
.ico7 { |
|
||||||
width: 175px; |
|
||||||
height: 73px; |
|
||||||
background: url(../img/ico7.jpg) no-repeat; |
|
||||||
float: left; |
|
||||||
margin-left: 15px; |
|
||||||
} |
|
||||||
|
|
||||||
.ico8 { |
|
||||||
width: 194px; |
|
||||||
height: 67px; |
|
||||||
background: url(../img/ico8.jpg) no-repeat; |
|
||||||
float: left; |
|
||||||
margin-left: 15px; |
|
||||||
} |
|
||||||
|
|
||||||
.ico9 { |
|
||||||
width: 175px; |
|
||||||
height: 49px; |
|
||||||
background: url(../img/ico9.jpg) no-repeat; |
|
||||||
float: left; |
|
||||||
margin-left: 15px; |
|
||||||
} |
|
||||||
|
|
||||||
.ico10 { |
|
||||||
width: 189px; |
|
||||||
height: 52px; |
|
||||||
background: url(../img/ico10.jpg) no-repeat; |
|
||||||
float: left; |
|
||||||
margin-left: 15px; |
|
||||||
} |
|
||||||
|
|
||||||
|
|
||||||
.boxlink { |
|
||||||
width: 1000px; |
|
||||||
height: 555px; |
|
||||||
margin: 0 auto; |
|
||||||
} |
|
||||||
|
|
||||||
.link150 { |
|
||||||
width: 700px; |
|
||||||
height: 26px; |
|
||||||
|
|
||||||
float: left; |
|
||||||
margin-top: 25px; |
|
||||||
} |
|
||||||
|
|
||||||
.link150 p a { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
font-size: 14px; |
|
||||||
color: #9e9e9e; |
|
||||||
text-decoration: none; |
|
||||||
} |
|
||||||
|
|
||||||
.kasico { |
|
||||||
width: 328px; |
|
||||||
height: 76px; |
|
||||||
background: url(../img/kasp.jpg) no-repeat; |
|
||||||
margin-top: 53px; |
|
||||||
float: left; |
|
||||||
position: relative; |
|
||||||
} |
|
||||||
|
|
||||||
.link150 h1 { |
|
||||||
width: 369px; |
|
||||||
height: 30px; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: bold; |
|
||||||
font-style: normal; |
|
||||||
font-size: 24px; |
|
||||||
float: right; |
|
||||||
position: relative; |
|
||||||
} |
|
||||||
|
|
||||||
.uuu { |
|
||||||
width: 1000px; |
|
||||||
height: 185px; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
.khome { |
|
||||||
width: 1000px; |
|
||||||
height: 59px; |
|
||||||
background-color: #f1f1f1; |
|
||||||
} |
|
||||||
|
|
||||||
.khome p { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: bold; |
|
||||||
font-style: normal; |
|
||||||
font-size: 18px; |
|
||||||
color: #006e53; |
|
||||||
text-align: center; |
|
||||||
padding-top: 24px; |
|
||||||
} |
|
||||||
|
|
||||||
.linest { |
|
||||||
width: 1000px; |
|
||||||
height: 316px; |
|
||||||
|
|
||||||
margin: 0 auto; |
|
||||||
} |
|
||||||
|
|
||||||
.product1 { |
|
||||||
width: 223px; |
|
||||||
height: 307px; |
|
||||||
margin-left: 17px; |
|
||||||
float: left; |
|
||||||
border: 3px solid #006e53; |
|
||||||
} |
|
||||||
|
|
||||||
.product1 p { |
|
||||||
text-align: center; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
font-size: 20px; |
|
||||||
position: relative; |
|
||||||
margin-top: 19px; |
|
||||||
} |
|
||||||
|
|
||||||
.khome a { |
|
||||||
color: #006e53; |
|
||||||
} |
|
||||||
|
|
||||||
.pr1kas { |
|
||||||
width: 122px; |
|
||||||
height: 166px; |
|
||||||
background: url(../img/pr1.jpg) no-repeat; |
|
||||||
margin: 0 auto; |
|
||||||
margin-top: 27px; |
|
||||||
} |
|
||||||
|
|
||||||
.zks p { |
|
||||||
text-align: center; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: bold; |
|
||||||
font-style: normal; |
|
||||||
font-size: 20px; |
|
||||||
margin-top: 30px; |
|
||||||
color: red; |
|
||||||
} |
|
||||||
|
|
||||||
.blocktov { |
|
||||||
width: 1000px; |
|
||||||
height: 510px; |
|
||||||
|
|
||||||
margin-top: 20px; |
|
||||||
} |
|
||||||
|
|
||||||
.blocktovleft img { |
|
||||||
padding: 20px 40px; |
|
||||||
float: left; |
|
||||||
border: 3px solid #006e53; |
|
||||||
} |
|
||||||
|
|
||||||
.greenline { |
|
||||||
width: 555px; |
|
||||||
height: 114px; |
|
||||||
background-color: #00695a; |
|
||||||
float: right; |
|
||||||
} |
|
||||||
|
|
||||||
.greenline p { |
|
||||||
text-align: center; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: bold; |
|
||||||
font-style: normal; |
|
||||||
font-size: 36px; |
|
||||||
color: #fff; |
|
||||||
margin-top: 20px; |
|
||||||
margin-left: -5px; |
|
||||||
} |
|
||||||
|
|
||||||
.textproduct { |
|
||||||
width: 555px; |
|
||||||
height: 195px; |
|
||||||
|
|
||||||
float: right; |
|
||||||
margin-top: 25px; |
|
||||||
} |
|
||||||
|
|
||||||
.textproduct p { |
|
||||||
text-align: center; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
font-size: 18px; |
|
||||||
color: #000; |
|
||||||
} |
|
||||||
|
|
||||||
.bonusblock { |
|
||||||
width: 332px; |
|
||||||
height: 100px; |
|
||||||
|
|
||||||
position: absolute; |
|
||||||
border: 3px solid #00695a; |
|
||||||
margin-top: 400px; |
|
||||||
} |
|
||||||
|
|
||||||
|
|
||||||
.bonusblock p { |
|
||||||
text-align: center; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: bold; |
|
||||||
font-style: normal; |
|
||||||
font-size: 48px; |
|
||||||
color: #298a12; |
|
||||||
margin-top: 12px; |
|
||||||
} |
|
||||||
|
|
||||||
.bonusblock h3 { |
|
||||||
text-align: center; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normaL; |
|
||||||
font-style: normal; |
|
||||||
font-size: 24px; |
|
||||||
color: #000; |
|
||||||
} |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.bonusblock h3 { |
|
||||||
text-align: center; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normaL; |
|
||||||
font-style: normal; |
|
||||||
font-size: 24px; |
|
||||||
color: #000; |
|
||||||
cursor: pointer; |
|
||||||
} |
|
||||||
|
|
||||||
.buy { |
|
||||||
text-align: center; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: bold; |
|
||||||
font-style: normal; |
|
||||||
font-size: 24px; |
|
||||||
color: #000; |
|
||||||
|
|
||||||
|
|
||||||
width: 185px; |
|
||||||
height: 200px; |
|
||||||
|
|
||||||
float: left; |
|
||||||
margin-top: -20px; |
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#cat1 input{ |
|
||||||
|
|
||||||
width: 65px; |
|
||||||
height: 30px; |
|
||||||
margin-top: 8px; |
|
||||||
} |
|
||||||
|
|
||||||
#cat2 input{ |
|
||||||
|
|
||||||
width: 65px; |
|
||||||
height: 30px; |
|
||||||
margin-top: 8px; |
|
||||||
} |
|
||||||
|
|
||||||
#cat3 input{ |
|
||||||
|
|
||||||
width: 65px; |
|
||||||
height: 30px; |
|
||||||
margin-top: 8px; |
|
||||||
} |
|
||||||
|
|
||||||
#sdgsdgsdweg { |
|
||||||
color: red; |
|
||||||
} |
|
||||||
|
|
||||||
input[type="checkbox"] { |
|
||||||
display:inline-block; |
|
||||||
width:40px; |
|
||||||
|
|
||||||
height:40px; |
|
||||||
vertical-align:middle; |
|
||||||
|
|
||||||
cursor:pointer; |
|
||||||
border-radius: 5px; |
|
||||||
} |
|
||||||
|
|
||||||
|
|
||||||
#cat1 input[type="text"] { |
|
||||||
|
|
||||||
text-align: center; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: bold; |
|
||||||
font-style: normal; |
|
||||||
font-size: 24px; |
|
||||||
color: #000; |
|
||||||
} |
|
||||||
|
|
||||||
#cat1 button { |
|
||||||
margin-top: 8px; |
|
||||||
} |
|
||||||
|
|
||||||
#cat2 input[type="text"] { |
|
||||||
|
|
||||||
text-align: center; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: bold; |
|
||||||
font-style: normal; |
|
||||||
font-size: 24px; |
|
||||||
color: #000; |
|
||||||
} |
|
||||||
|
|
||||||
#cat2 button { |
|
||||||
margin-top: 8px; |
|
||||||
} |
|
||||||
|
|
||||||
#cat3 input[type="text"] { |
|
||||||
|
|
||||||
text-align: center; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: bold; |
|
||||||
font-style: normal; |
|
||||||
font-size: 24px; |
|
||||||
color: #000; |
|
||||||
} |
|
||||||
|
|
||||||
#cat3 button { |
|
||||||
margin-top: 8px; |
|
||||||
} |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.buy #cat1 { |
|
||||||
text-align: center; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
font-size: 24px; |
|
||||||
color: #000; |
|
||||||
margin-top: 8px; |
|
||||||
} |
|
||||||
|
|
||||||
.buy #cat2 { |
|
||||||
text-align: center; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
font-size: 24px; |
|
||||||
color: #000; |
|
||||||
margin-top: 8px; |
|
||||||
} |
|
||||||
.buy #cat3 { |
|
||||||
text-align: center; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
font-size: 24px; |
|
||||||
color: #000; |
|
||||||
margin-top: 8px; |
|
||||||
} |
|
||||||
|
|
||||||
.buy .onever { |
|
||||||
text-align: center; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: bold; |
|
||||||
font-style: normal; |
|
||||||
font-size: 24px; |
|
||||||
color: #000; |
|
||||||
margin-top: 8px; |
|
||||||
} |
|
||||||
|
|
||||||
#erw { |
|
||||||
text-align: center; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: bold; |
|
||||||
font-style: normal; |
|
||||||
font-size: 24px; |
|
||||||
color: #000; |
|
||||||
} |
|
||||||
|
|
||||||
#erw2 { |
|
||||||
text-align: center; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: bold; |
|
||||||
font-style: normal; |
|
||||||
font-size: 24px; |
|
||||||
color: #000; |
|
||||||
} |
|
||||||
.buy .itog { |
|
||||||
text-align: center; |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
font-size: 24px; |
|
||||||
color: #000; |
|
||||||
margin-top: 8px; |
|
||||||
} |
|
||||||
|
|
||||||
.calcblock { |
|
||||||
width: 555px; |
|
||||||
height: 200px; |
|
||||||
|
|
||||||
position: relative; |
|
||||||
margin-top: 200px; |
|
||||||
} |
|
||||||
|
|
||||||
.ItemsRow { border-collapse: separate; border-spacing: 10px; width: 100%; } |
|
||||||
.ItemsRow tr {vertical-align: middle; } |
|
||||||
.ItemsRow td { |
|
||||||
position: relative; |
|
||||||
border: 1px solid #DFDFDF; |
|
||||||
background: #F8F8F8; |
|
||||||
padding: 7px; |
|
||||||
text-align: center; |
|
||||||
vertical-align: middle; |
|
||||||
-moz-border-radius: 7px; |
|
||||||
-webkit-border-radius: 7px; |
|
||||||
-khtml-border-radius: 7px; |
|
||||||
border-radius: 7px; |
|
||||||
-webkit-box-shadow: inset 0px 0px 0px 1px #fff, 0 2px 8px -5px black; |
|
||||||
-moz-box-shadow: inset 0px 0px 0px 1px #fff, 0 2px 8px -5px black; |
|
||||||
box-shadow: inset 0px 0px 0px 1px #fff, 0 2px 8px -5px black; |
|
||||||
} |
|
||||||
.ishopBrandsShowBlockWrap td:hover { background: #FAFAFA; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } |
|
||||||
.ishopBrandsShowBlockWrap td a { display: inline-block; width: 115px; padding: 0; margin: 0; line-height: 1; } |
|
||||||
.ishopBrandsShowBlockWrap td:hover a { opacity: 0.75; filter: alpha(opacity=75); /* For IE8 and earlier */ } |
|
||||||
.ishopBrandsShowBlockWrap td img { width: 100%; } |
|
||||||
@ -1,439 +0,0 @@ |
|||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-BoldCondIt.eot'); |
|
||||||
src: local('Myriad Pro Bold Condensed Italic'), local('MyriadPro-BoldCondIt'), |
|
||||||
url('MyriadPro-BoldCondIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-BoldCondIt.woff') format('woff'), |
|
||||||
url('MyriadPro-BoldCondIt.ttf') format('truetype'); |
|
||||||
font-weight: bold; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-BlackIt.eot'); |
|
||||||
src: local('Myriad Pro Black Italic'), local('MyriadPro-BlackIt'), |
|
||||||
url('MyriadPro-BlackIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-BlackIt.woff') format('woff'), |
|
||||||
url('MyriadPro-BlackIt.ttf') format('truetype'); |
|
||||||
font-weight: 900; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-LightIt.eot'); |
|
||||||
src: local('Myriad Pro Light Italic'), local('MyriadPro-LightIt'), |
|
||||||
url('MyriadPro-LightIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-LightIt.woff') format('woff'), |
|
||||||
url('MyriadPro-LightIt.ttf') format('truetype'); |
|
||||||
font-weight: 300; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-BlackCond.eot'); |
|
||||||
src: local('Myriad Pro Black Condensed'), local('MyriadPro-BlackCond'), |
|
||||||
url('MyriadPro-BlackCond.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-BlackCond.woff') format('woff'), |
|
||||||
url('MyriadPro-BlackCond.ttf') format('truetype'); |
|
||||||
font-weight: 900; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-Cond.eot'); |
|
||||||
src: local('Myriad Pro Condensed'), local('MyriadPro-Cond'), |
|
||||||
url('MyriadPro-Cond.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-Cond.woff') format('woff'), |
|
||||||
url('MyriadPro-Cond.ttf') format('truetype'); |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-Bold.eot'); |
|
||||||
src: local('Myriad Pro Bold'), local('MyriadPro-Bold'), |
|
||||||
url('MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-Bold.woff') format('woff'), |
|
||||||
url('MyriadPro-Bold.ttf') format('truetype'); |
|
||||||
font-weight: bold; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-BoldIt.eot'); |
|
||||||
src: local('Myriad Pro Bold Italic'), local('MyriadPro-BoldIt'), |
|
||||||
url('MyriadPro-BoldIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-BoldIt.woff') format('woff'), |
|
||||||
url('MyriadPro-BoldIt.ttf') format('truetype'); |
|
||||||
font-weight: bold; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-BoldSemiCnIt.eot'); |
|
||||||
src: local('Myriad Pro Bold SemiCondensed Italic'), local('MyriadPro-BoldSemiCnIt'), |
|
||||||
url('MyriadPro-BoldSemiCnIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-BoldSemiCnIt.woff') format('woff'), |
|
||||||
url('MyriadPro-BoldSemiCnIt.ttf') format('truetype'); |
|
||||||
font-weight: bold; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-CondIt.eot'); |
|
||||||
src: local('Myriad Pro Condensed Italic'), local('MyriadPro-CondIt'), |
|
||||||
url('MyriadPro-CondIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-CondIt.woff') format('woff'), |
|
||||||
url('MyriadPro-CondIt.ttf') format('truetype'); |
|
||||||
font-weight: normal; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-LightCond.eot'); |
|
||||||
src: local('Myriad Pro Light Condensed'), local('MyriadPro-LightCond'), |
|
||||||
url('MyriadPro-LightCond.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-LightCond.woff') format('woff'), |
|
||||||
url('MyriadPro-LightCond.ttf') format('truetype'); |
|
||||||
font-weight: 300; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-SemiCn.eot'); |
|
||||||
src: local('Myriad Pro SemiCondensed'), local('MyriadPro-SemiCn'), |
|
||||||
url('MyriadPro-SemiCn.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-SemiCn.woff') format('woff'), |
|
||||||
url('MyriadPro-SemiCn.ttf') format('truetype'); |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-SemiCnIt.eot'); |
|
||||||
src: local('Myriad Pro SemiCondensed Italic'), local('MyriadPro-SemiCnIt'), |
|
||||||
url('MyriadPro-SemiCnIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-SemiCnIt.woff') format('woff'), |
|
||||||
url('MyriadPro-SemiCnIt.ttf') format('truetype'); |
|
||||||
font-weight: normal; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-BoldCond.eot'); |
|
||||||
src: local('Myriad Pro Bold Condensed'), local('MyriadPro-BoldCond'), |
|
||||||
url('MyriadPro-BoldCond.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-BoldCond.woff') format('woff'), |
|
||||||
url('MyriadPro-BoldCond.ttf') format('truetype'); |
|
||||||
font-weight: bold; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-LightSemiExtIt.eot'); |
|
||||||
src: local('Myriad Pro Light SemiExtended Italic'), local('MyriadPro-LightSemiExtIt'), |
|
||||||
url('MyriadPro-LightSemiExtIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-LightSemiExtIt.woff') format('woff'), |
|
||||||
url('MyriadPro-LightSemiExtIt.ttf') format('truetype'); |
|
||||||
font-weight: 300; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-Semibold.eot'); |
|
||||||
src: local('Myriad Pro Semibold'), local('MyriadPro-Semibold'), |
|
||||||
url('MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-Semibold.woff') format('woff'), |
|
||||||
url('MyriadPro-Semibold.ttf') format('truetype'); |
|
||||||
font-weight: 600; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-Black.eot'); |
|
||||||
src: local('Myriad Pro Black'), local('MyriadPro-Black'), |
|
||||||
url('MyriadPro-Black.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-Black.woff') format('woff'), |
|
||||||
url('MyriadPro-Black.ttf') format('truetype'); |
|
||||||
font-weight: 900; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-Regular.eot'); |
|
||||||
src: local('Myriad Pro Regular'), local('MyriadPro-Regular'), |
|
||||||
url('MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-Regular.woff') format('woff'), |
|
||||||
url('MyriadPro-Regular.ttf') format('truetype'); |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-LightSemiCn.eot'); |
|
||||||
src: local('Myriad Pro Light SemiCondensed'), local('MyriadPro-LightSemiCn'), |
|
||||||
url('MyriadPro-LightSemiCn.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-LightSemiCn.woff') format('woff'), |
|
||||||
url('MyriadPro-LightSemiCn.ttf') format('truetype'); |
|
||||||
font-weight: 300; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-BlackCondIt.eot'); |
|
||||||
src: local('Myriad Pro Black Condensed Italic'), local('MyriadPro-BlackCondIt'), |
|
||||||
url('MyriadPro-BlackCondIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-BlackCondIt.woff') format('woff'), |
|
||||||
url('MyriadPro-BlackCondIt.ttf') format('truetype'); |
|
||||||
font-weight: 900; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-LightCondIt.eot'); |
|
||||||
src: local('Myriad Pro Light Condensed Italic'), local('MyriadPro-LightCondIt'), |
|
||||||
url('MyriadPro-LightCondIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-LightCondIt.woff') format('woff'), |
|
||||||
url('MyriadPro-LightCondIt.ttf') format('truetype'); |
|
||||||
font-weight: 300; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-LightSemiExt.eot'); |
|
||||||
src: local('Myriad Pro Light SemiExtended'), local('MyriadPro-LightSemiExt'), |
|
||||||
url('MyriadPro-LightSemiExt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-LightSemiExt.woff') format('woff'), |
|
||||||
url('MyriadPro-LightSemiExt.ttf') format('truetype'); |
|
||||||
font-weight: 300; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-BlackSemiCnIt.eot'); |
|
||||||
src: local('Myriad Pro Black SemiCondensed Italic'), local('MyriadPro-BlackSemiCnIt'), |
|
||||||
url('MyriadPro-BlackSemiCnIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-BlackSemiCnIt.woff') format('woff'), |
|
||||||
url('MyriadPro-BlackSemiCnIt.ttf') format('truetype'); |
|
||||||
font-weight: bold; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-SemiboldCondIt.eot'); |
|
||||||
src: local('Myriad Pro Semibold Condensed Italic'), local('MyriadPro-SemiboldCondIt'), |
|
||||||
url('MyriadPro-SemiboldCondIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-SemiboldCondIt.woff') format('woff'), |
|
||||||
url('MyriadPro-SemiboldCondIt.ttf') format('truetype'); |
|
||||||
font-weight: 600; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-SemiboldCond.eot'); |
|
||||||
src: local('Myriad Pro Semibold Condensed'), local('MyriadPro-SemiboldCond'), |
|
||||||
url('MyriadPro-SemiboldCond.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-SemiboldCond.woff') format('woff'), |
|
||||||
url('MyriadPro-SemiboldCond.ttf') format('truetype'); |
|
||||||
font-weight: 600; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-BoldSemiExtIt.eot'); |
|
||||||
src: local('Myriad Pro Bold SemiExtended Italic'), local('MyriadPro-BoldSemiExtIt'), |
|
||||||
url('MyriadPro-BoldSemiExtIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-BoldSemiExtIt.woff') format('woff'), |
|
||||||
url('MyriadPro-BoldSemiExtIt.ttf') format('truetype'); |
|
||||||
font-weight: bold; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-SemiboldSemiCn.eot'); |
|
||||||
src: local('Myriad Pro Semibold SemiCondensed'), local('MyriadPro-SemiboldSemiCn'), |
|
||||||
url('MyriadPro-SemiboldSemiCn.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-SemiboldSemiCn.woff') format('woff'), |
|
||||||
url('MyriadPro-SemiboldSemiCn.ttf') format('truetype'); |
|
||||||
font-weight: 600; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-BlackSemiExtIt.eot'); |
|
||||||
src: local('Myriad Pro Black SemiExtended Italic'), local('MyriadPro-BlackSemiExtIt'), |
|
||||||
url('MyriadPro-BlackSemiExtIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-BlackSemiExtIt.woff') format('woff'), |
|
||||||
url('MyriadPro-BlackSemiExtIt.ttf') format('truetype'); |
|
||||||
font-weight: 900; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-SemiboldSemiExtIt.eot'); |
|
||||||
src: local('Myriad Pro Semibold SemiExtended Italic'), local('MyriadPro-SemiboldSemiExtIt'), |
|
||||||
url('MyriadPro-SemiboldSemiExtIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-SemiboldSemiExtIt.woff') format('woff'), |
|
||||||
url('MyriadPro-SemiboldSemiExtIt.ttf') format('truetype'); |
|
||||||
font-weight: 600; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-LightSemiCnIt.eot'); |
|
||||||
src: local('Myriad Pro Light SemiCondensed Italic'), local('MyriadPro-LightSemiCnIt'), |
|
||||||
url('MyriadPro-LightSemiCnIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-LightSemiCnIt.woff') format('woff'), |
|
||||||
url('MyriadPro-LightSemiCnIt.ttf') format('truetype'); |
|
||||||
font-weight: 300; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-BoldSemiCn.eot'); |
|
||||||
src: local('Myriad Pro Bold SemiCondensed'), local('MyriadPro-BoldSemiCn'), |
|
||||||
url('MyriadPro-BoldSemiCn.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-BoldSemiCn.woff') format('woff'), |
|
||||||
url('MyriadPro-BoldSemiCn.ttf') format('truetype'); |
|
||||||
font-weight: bold; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-SemiboldSemiCnIt.eot'); |
|
||||||
src: local('Myriad Pro Semibold SemiCondensed Italic'), local('MyriadPro-SemiboldSemiCnIt'), |
|
||||||
url('MyriadPro-SemiboldSemiCnIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-SemiboldSemiCnIt.woff') format('woff'), |
|
||||||
url('MyriadPro-SemiboldSemiCnIt.ttf') format('truetype'); |
|
||||||
font-weight: 600; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-SemiboldIt.eot'); |
|
||||||
src: local('Myriad Pro Semibold Italic'), local('MyriadPro-SemiboldIt'), |
|
||||||
url('MyriadPro-SemiboldIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-SemiboldIt.woff') format('woff'), |
|
||||||
url('MyriadPro-SemiboldIt.ttf') format('truetype'); |
|
||||||
font-weight: 600; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-It.eot'); |
|
||||||
src: local('Myriad Pro Italic'), local('MyriadPro-It'), |
|
||||||
url('MyriadPro-It.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-It.woff') format('woff'), |
|
||||||
url('MyriadPro-It.ttf') format('truetype'); |
|
||||||
font-weight: normal; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-BoldSemiExt.eot'); |
|
||||||
src: local('Myriad Pro Bold SemiExtended'), local('MyriadPro-BoldSemiExt'), |
|
||||||
url('MyriadPro-BoldSemiExt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-BoldSemiExt.woff') format('woff'), |
|
||||||
url('MyriadPro-BoldSemiExt.ttf') format('truetype'); |
|
||||||
font-weight: bold; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-Light.eot'); |
|
||||||
src: local('Myriad Pro Light'), local('MyriadPro-Light'), |
|
||||||
url('MyriadPro-Light.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-Light.woff') format('woff'), |
|
||||||
url('MyriadPro-Light.ttf') format('truetype'); |
|
||||||
font-weight: 300; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-SemiboldSemiExt.eot'); |
|
||||||
src: local('Myriad Pro Semibold SemiExtended'), local('MyriadPro-SemiboldSemiExt'), |
|
||||||
url('MyriadPro-SemiboldSemiExt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-SemiboldSemiExt.woff') format('woff'), |
|
||||||
url('MyriadPro-SemiboldSemiExt.ttf') format('truetype'); |
|
||||||
font-weight: 600; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-SemiExtIt.eot'); |
|
||||||
src: local('Myriad Pro SemiExtended Italic'), local('MyriadPro-SemiExtIt'), |
|
||||||
url('MyriadPro-SemiExtIt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-SemiExtIt.woff') format('woff'), |
|
||||||
url('MyriadPro-SemiExtIt.ttf') format('truetype'); |
|
||||||
font-weight: normal; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-BlackSemiCn.eot'); |
|
||||||
src: local('Myriad Pro Black SemiCondensed'), local('MyriadPro-BlackSemiCn'), |
|
||||||
url('MyriadPro-BlackSemiCn.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-BlackSemiCn.woff') format('woff'), |
|
||||||
url('MyriadPro-BlackSemiCn.ttf') format('truetype'); |
|
||||||
font-weight: 900; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-BlackSemiExt.eot'); |
|
||||||
src: local('Myriad Pro Black SemiExtended'), local('MyriadPro-BlackSemiExt'), |
|
||||||
url('MyriadPro-BlackSemiExt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-BlackSemiExt.woff') format('woff'), |
|
||||||
url('MyriadPro-BlackSemiExt.ttf') format('truetype'); |
|
||||||
font-weight: 900; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
|
|
||||||
@font-face { |
|
||||||
font-family: 'Myriad Pro'; |
|
||||||
src: url('MyriadPro-SemiExt.eot'); |
|
||||||
src: local('Myriad Pro SemiExtended'), local('MyriadPro-SemiExt'), |
|
||||||
url('MyriadPro-SemiExt.eot?#iefix') format('embedded-opentype'), |
|
||||||
url('MyriadPro-SemiExt.woff') format('woff'), |
|
||||||
url('MyriadPro-SemiExt.ttf') format('truetype'); |
|
||||||
font-weight: normal; |
|
||||||
font-style: normal; |
|
||||||
} |
|
||||||
Loading…
Reference in new issue