@import url(reset.css);

@font-face {
    font-family: MyriadPro;
    src: url("../fonts/MyriadPro.woff2") format("woff2"), url("../fonts/MyriadPro.woff") format("woff");
}

body {
    background-color: #e2e2e2;
    background-image: url(../images/magerFonGr.png);
    background-repeat: repeat-x;
    font-family: MyriadPro;
}

#wrapper {
    width: 920px;
    /*height: 1428px;*/
    margin: 0 auto;
    outline: 0px solid #666;    
}

/*Начало header*/

header {
    height: 158px;
    outline:0px solid #cccccc;
}

#logo {
    display: block;
    width: 360px;
    height: 103px;
    background-image: url(../images/logotip.png);
    background-repeat: no-repeat;
    background-position: 3px 21px;
}

nav ul {
    width: 915px;
    height: 53px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    background: linear-gradient(180deg,#fff,#e6e6e6);
    box-shadow: 2px 2px 2px #dadada;
}

nav ul li {
    float: left;
    width: 182px;
    border-right: 1px solid #cccccc;
}

nav ul li:last-child {
    border: none;
}

nav ul li a {
    display: block;
    height: 38px;
    font-size: 20px;
    color: #000;
    text-align: center;
    text-decoration: none;
    padding-top: 15px;
}

nav ul li a:hover {
    background: linear-gradient(180deg,#4fa5b6,#308da2);
    color: #fff;
}

nav ul li:first-child a:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;    
}

nav ul li:last-child a:hover {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;    
}

/*Конец header*/

/*Начало дарца*/

#darts {
    height: 428px;
    background-image: url(../images/dartsImg.png);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    outline:0px solid #cc0000;
    position: relative;
}

#slogan {
    width: 446px;
    height: 205px;
    outline:0px solid #000000;
    position: absolute;
    right: 0;
    top: 115px;
    text-align: center;
}

h1 {
    color: #000;
    font-size: 58px;
    font-weight: bold;
    margin-bottom: 9px;
}

#slogan h2 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 38px;
}

#moreSlogan {
    width: 208px;
    height: 47px;
    background: linear-gradient(180deg,#4fa5b6,#308da2);
    border-radius: 10px;
    margin: 0 auto;
    padding-top: 5px;
    
}

#moreSlogan a {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    height: 47px;
    text-decoration: none;
    padding: 0;
}

/*Конец дарца*/

/*Начало скрытия дарца*/

#hideBl {
    height: 30px;
    position: relative;
}

#dartsHide {
    position: absolute;
    width: 17px;
    height: 17px;
    background-image: url(../images/openArrow.png);
    background-repeat: no-repeat;
    left: 35px;
    top: 6px;
}

#dartsHide a {
    display: block;
    height: 17px;
}

/*Конец скрытия дарца*/


#mainBl {
    width: 914px;
    height: 750px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

/*Начало блока с картинками*/

#pictureBl {
    /*height: 242px;*/
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 19px;
}

#pictureBl article {
    float: left;
    /*height: 242px;*/
    width: 210px;
    margin-right: 12px;
    outline:0px solid #cc0000;
}

#pictureBl article:last-child {
    margin-right: 0;
}

#pictureBl article .artImg {
    width: 210px;
    height: 145px;
    background-repeat: no-repeat;
    margin-bottom: 16px;
}

#pictureBl article:first-child .artImg {
    background-image: url(../images/pic1.jpg);    
}

#pictureBl article:nth-child(2) .artImg {
    background-image: url(../images/pic2.jpg);    
}

#pictureBl article:nth-child(3) .artImg {
    background-image: url(../images/pic3.jpg);    
}

#pictureBl article:last-child .artImg {
    background-image: url(../images/pic4.jpg);    
}

#pictureBl article h4 {
    color: #318ea2;
    font: bold 13px Arial, sans-serif;
    padding-left: 14px;
    margin-bottom: 3px;
}

#pictureBl article p {
    color: #323232;
    font: 13px Arial, sans-serif;
    padding-left: 14px;
    margin-bottom: 14px;
}

#pictureBl article a {
    display: block;
    margin-left: 14px;
    width: 17px;
    height: 17px;
    background-image: url(../images/a_pic.png);
    background-repeat: no-repeat;
}

.clearfix:after {
content: "";
display: table;
clear: both;
}

/*Конец блока с картинками*/

/*Начало серого блока*/

#greyBl {
    /*height: 404px;*/
    background: linear-gradient(180deg,#f6f6f6,#f2f2f2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 2px 4px #ccc;
    padding: 30px 30px 36px 35px;
}

#businessBl {
    float: left;
    /*height: 404px;*/
    width: 520px;
    outline:0px solid #cc0000;
    margin-right: 34px;
    
}

#businessBl article h2, section h2 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 27px;
    line-height: 40px;    
}

#businessBl article .bolding {
    font: bold 13px Arial, sans-serif;
    color: #323232;
    margin-bottom: 8px;
    line-height: 16px;    
}

#bizPic {
    background-image: url(../images/smallDartsPic.png);
    background-repeat: no-repeat;
    margin-bottom: 17px;
}

#businessBl article #bizPic p {
    font: 13px Arial, sans-serif;
    color: #323232;
    margin-left: 129px;
    line-height: 16px;    
}

#businessBl article #bizPic p.firstP {
    padding-top: 10px;
    margin-bottom: 18px;
}

#businessBl ul {
    float: left;
}

#businessBl ul li {
    background-image: url(../images/strel.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
    padding-left: 16px;
    margin-bottom: 7px;    
}

#businessBl ul.firstUl {
    margin-left: 5px;
    padding: 0 56px 4px 0;
    border-right: 1px solid #dadada;
}

#businessBl ul.secondUl {
    margin-left: 25px;
}

#businessBl ul li a {
    font: 13px Arial, sans-serif;
    color: #308da2; 
}

#greyBl section {
    float: left;
    /*height: 400px;*/
    width: 295px;
    outline:0px solid #cc0000;
}

#greyBl section article {
    /*height: 85px;*/
    outline:0px solid #000000;
    background-repeat: no-repeat;
    background-position: 0 6px;
    margin-bottom: 34px;
}

#greyBl section article:nth-child(2) {
    background-image: url(../images/secPic1.png);
}

#greyBl section article:nth-child(3) {
    background-image: url(../images/secPic2.png);
}

#greyBl section article:nth-child(4) {
    background-image: url(../images/secPic3.png);
    margin-bottom: 0;
}

#greyBl section article p {
    font: 13px Arial, sans-serif;
    color: #323232;
    line-height: 16px;
    margin: 0 0 17px 110px;    
}

#greyBl section article a {
    display: block;
    width: 17px;
    height: 17px;
    background-image: url(../images/a_sec_pic.png);
    background-repeat: no-repeat;
    margin-left: 110px;
}

footer p {
   margin-top: 24px;
   padding-bottom: 24px;
   text-align: center;
   line-height: 16px; 
}

footer p a {
   font: 13px Arial, sans-serif;
   color: #000;
   text-decoration: none;
}

.returnBut {
    position: fixed;
    width: 25px;
    height: 200px;
    left: 0;
    top: 250px;
}