/*lightbox*/
.navigation .nav li li .nav-child {
    top: -8px;
    left: 100%;
}
/** reset lightbox position **/
main p {
    color: black;

}
#lightbox-container-image-data-box {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/** page structure **/
#w {
    display: block;
    width: 750px;
    margin: 0 auto;
    padding-top: 30px;
}
#thumbnails li {
    list-style-type: none; /* Убираем маркеры */

}

#content {
    display: block;
    width: 100%;
    background: #fff;
    padding: 13px 20px;
    padding-bottom: 35px;

}
/*search animation*/
#mod-search-searchword {
    width: 0;
}
/*end of search animation*/

#thumbnails { display: block; margin-bottom: 10px; }

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/*end of lightbox*/
#1, #2, #3, #4, #5, #6, #7, #8, #9, #10 {
    display: none;
    padding: 5px;
    width: 400px;
    height: 200px;
    background: #09F;
    color: #FFF;
}
.btn-slide {
    font-family: Ubuntu-B, sans-serif;
    padding-left: 37px;
    color: #b5060a;
    font-size: 14px;
    text-decoration:none;
    line-height: 29px;
    background: url(./../images/arrow-bot.png) no-repeat 10px;
}
.inner-link {
    font-family: Ubuntu-B, sans-serif;
    padding-left: 37px;
    color: #000000;
    font-size: 14px;
    line-height: 29px;
}
.p-inner-link {
    background: #cecece;
    text-decoration:none;

}
.btn-slide:focus {
    color: #b5060a;
    text-decoration:none;
}
.btn-slide:hover, .inner-link:hover, .inner-link:focus {
    color: #000000;
    text-decoration: none;
    transition: .3s
}
._active {
    color: #000000;
    background: url(./../images/arrow-top.png) no-repeat 10px;

}

._active:focus {
    color: #000000;

}
._active:hover {
    color: #b5060a;

}
.well {
    border:0;
}
.btn-p {
    background: #cecece;
}
.first-bold-p {
    margin-left:40px;
    font-family:Ubuntu-B, sans-serif;

}
.partners {
    border-top: 33px solid white;
    width: 100%;
    clear: both;
}
.partners h3 {
    margin: 8px 0;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}
.partners .custom {
    background: #ffffff;
}
.partners .custom img {
    margin-left: 33px;
}
.document-links p {
    line-height: 25px;
    padding-left: 5px;
    color: black;
    background-color: #cecece;
}
.document-links p a {
    float: right;
    margin: 4px 6px 0 0;
    line-height: 17px;
    padding: 0 10px;
    font-size: 10px;
    background: #b5060a;
    color: white;
    border-radius: 4px;
}
.document-links p a:hover, .document-links p a:focus, .document-links p a:visited   {
    box-shadow: inset 0px 0px 12px rgba(255, 255, 255, 0.5);
    line-height: 17px;
    text-decoration: none;
    transition: .1s;
}

body.site {
    border:0 ;
    padding: 0;
    background-color: #ffffff;
}
.content {
    width: 1260px;
    margin: 0 auto;
}
.footercontent{
    width: 1260px;
    margin: 0 auto;
    height:220px;
    position: relative;
    background: url('/templates/macrochem/images/footer-background.png') no-repeat top;

}
/*header^^*/
.head {
    /*
    padding:0 0 1px 7px;
    */
    height: 160px;
    border-bottom: 18px solid white;

}
.headcontent {
    background: url('/templates/macrochem/images/header-background.png') no-repeat left;
    height: 160px;
}

.well {
    background-color: #e6e6e6;

}
#content {
    background-color: #e6e6e6;

}
.divcontainer {
    background-color: #e6e6e6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0;
    border: 0px solid rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}
.logo {
    margin: 17px 0 0 13px;
    float:left;
    cursor: pointer;
    transition: top 0.25s cubic-bezier(0, 0.3, 1, 0.7);
    box-shadow: 0px 5px 4px -4px rgba(0, 0, 0, 0.4), 10px 4px 10px -8px rgba(0, 0, 0, 0.2), -10px 4px 10px -8px rgba(0, 0, 0, 0.2);
}
.logo p {
    margin:0;
}
/*try to blick*/
/*figure {
    border-radius: 70px;
    width: 140px;
    height: 140px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    margin: 0 0.8em 5em;
    top: -120%;
    transition: top 0.25s cubic-bezier(0, 0.3, 1, 0.7);
    box-shadow: 0px 5px 4px -4px rgba(0, 0, 0, 0.4), 10px 4px 10px -8px rgba(0, 0, 0, 0.2), -10px 4px 10px -8px rgba(0, 0, 0, 0.2);
    background-size: cover;

}*/
.logo {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.logo::before, .logo::after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
}
.logo::before {
    width: 200%;
    top: 150px;
    left: -57px;
    opacity: .3;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0));
    transform: rotate(-32deg);
}
.logo:hover::before {
    top: -190px;
    transition: .7s;

}
/*end*/



























.title :hover {
    text-decoration: none;
}
.img-sertificates {
    overflow:hidden;
}
.security-title {
    color: #b5060a;
    line-height: 0.66em;
}
.security-title p {
    color: #b5060a;

}

.contact-phones {
    font-family: 'PT Sans', sans-serif;
    width: 300px;
    height: 70px;
    float:right;
    font-size:27px;
    color:#b5060a;
    margin-right: 13px;
    margin-top: 13px;
    line-height: 28px;
}
.site-title {
    color: #b5060a;
    font-size: 28.5px;
    line-height: 35px;
    font-weight: normal;
    word-wrap: break-word;
}
.title {
    margin: 23px 24px;
    float: left;
    line-height: 37px;
    height: 133px;
    width: 380px;
}
.last-two-words {
    font-weight: bold;
    font-size: 32.5px;
    letter-spacing: 1.2pt;
    font-family:Ubuntu-B, sans-serif;
}
.second-adress {
    margin-top: -13px;
}
.new-img-certifs {
    z-index: 1;
    font-size: 0;
    line-height: 0;
    left: 0;
    top: 0;
    width: 145px;
    height: 200px;
}
.new-img-certifs a img {
    max-width: 145px;
    max-height: 200px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/*search*/
input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 0;
}
.search-top {
    position: absolute;
    right: 6px;
    top: 5px;
}

div.mod_search88 input[type="search"] {
    padding: 0;
    border: 0;
    height: 20px;
    padding-left: 9px;
}
.search-button {
    display: none;
}
.click-search {
    height: 20px;
    width: 31px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0;
}
.mainmenu button {
    border:0;
    margin-left: -35px;
}/*menu*/
.mainmenu {
    position: relative;
    height: 30px;
    background: url('/templates/macrochem/images/menu-background.png');

}
.mainmenu .navigation .nav-child li {
    width: 253px;
}
.mainmenu .navigation .nav-child {

    padding: 0;
    margin: 0;
    border-radius: 0;
}
.mainmenu .navigation .nav-child a {
    display: block;
    padding: 6px 15px 4px;
    font-size: 14px;
    line-height: 21px;
}
.mainmenu .navigation {
    margin-bottom: 0;
    border: 0;
    padding:0;
    position: absolute;
}
.navigation .nav.second-menu  li li .nav-child {
    top: 51px;
    /* left: 10px; */
    left: 0;
}

.mainmenu .nav-pills ul {
    border: 0;
}
.mainmenu .nav-pills > li > a {
    font-family: Ubuntu-R, sans-serif;

    padding: 7px 45px 9px 51px;
    font-size: 14px;
    margin-top: 0;
    letter-spacing: .1px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    color: white;
    transition: .3s;

}
.float-images {
position: fixed;
top: 10px;
}
.mainmenu .nav-pills:not(.thirdmenu) > li > a {
    font-family: Ubuntu-R, sans-serif;

    padding: 7px 7px 9px 9px;
    font-size: 14px;
    margin-top: 0;
    letter-spacing: .1px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    color: white;
    transition: .3s;

}

.mainmenu .nav-pills > li > a:hover, .mainmenu .nav-pills > li:hover {
    color: white;
    background-color: #a10509;

}
.doc-element {
    overflow: auto;
    background-color: #cecece;
    margin: 0 0 9px;
}
.container-for-frame {
    right:0;
    top:0;
    position: absolute;
}
.doc-element .orders {
    float:left;
    width: 450px;
    word-wrap: break-word;
    line-height: 25px;
    padding-left: 5px;
    color: black;
}
.doc-element .downloading {
    float:right;
}
.downloading a {
    float: right;
    margin: 4px 6px 0 0;
    line-height: 17px;
    padding: 0 10px;
    font-size: 10px;
    background: #b5060a;
    color: white;
    border-radius: 4px;
}

/*button*/
.downloading a:hover, .downloading a:focus, .downloading a:visited {
    box-shadow: inset 0px 0px 12px rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: .1s;
}
.images-rotator {
    position: absolute;
}
.mainmenu .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.body {
    margin-top : 17px;
}
.navigation .nav > li:hover > .nav-child, .navigation .nav > li > a:focus + .nav-child, .navigation .nav li li:hover > .nav-child, .navigation .nav li li > a:focus + .nav-child
{
    background-color: #a10509;
}
.navigation .nav-child a {
    color:white;
    transition: .3s;
}
.navigation .nav-child li > a:hover, .navigation .nav-child li > a:focus, .navigation .nav-child:hover > a {
    background-color: #b5060a;
    color: white;

}
.searchword:focus {
    border-color: rgba(168, 188, 205, 0.8);
}

/*center menu*/

.body .divcontainer .image-menu {
    width:420px;
    padding: 0;
    margin: 0;
    height: 469px;
    position: relative;
    overflow:hidden;
    background: url('/templates/macrochem/images/menu-center-text-background-slide.png') 0 0;
    transition: 1s;

}
.image-menu:hover img {

}
.menuFirstPage .item-102 {
    display:none;
}

.body .divcontainer .image-menu:hover {
    background: url('/templates/macrochem/images/menu-center-text-background-slide.png') 420px 0;
}

.image-title {
    overflow: hidden;
    line-height: 28px;
    display: block;
    padding: 14px 20px;
    color: #b5060a;
    font-size: 24px;
    transition: 1s;
    font-family: Ubuntu-R, sans-serif;
}

.image-menu:hover .image-title{
    color: #cecece;

}







.image-menu:hover .image-title {

}
.contact-phones {
    font-family: Ubuntu-B, sans-serif;
    letter-spacing: 1.2px;
    text-align: right;
}


body .menu li {
    position: absolute;
}

body .menu .item-109 {
    left: 0;
}

body .menu .item-110 {
    left: 420px;
}

body .menu {
    position: relative;

}
.body {
    min-height: 469px;
}

body .menu .item-111 {
    right: 0;
}
body > div.body > div > ul > li.item-111 > a > span {
    width: 292px;
}
body > div.body > div > ul > li.item-110> a > span {
    width: 313px;
}
body > div.body > div > ul > li.item-109 > a > span {
    width: 280px;
    padding: 14px 19px;
}
body .menu .image-menu {
    overflow: hidden;
}

body .menu .image-menu img {
    height: 383px;
    width:420px;
    overflow:hidden;
    transition: 1s;
}
.body .divcontainer .image-menu:hover img {
    width: 440px;
    height:403px;
    margin: -20px -10px 0;
}
body .menu .image-menu:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    top: -24px;
    right: 410px;
    opacity: .4;
    transition: 1s;
    background-color: white;
    /* background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0)); */
    transform: rotate(-74deg);
}
body .image-title:after {
    content:"";
}
body .menu .image-menu:after {
    content: "";
    transition: 1s;
    position: absolute;
    width: 150%;
    height: 100%;
    top: 52px;
    left: 401px;
    opacity: .4;
    background-color: white;
    /* background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0)); */
    transform: rotate(-74deg);
}
.body .nav-pills > li > a {
    border-radius:0;
}

.body .divcontainer .image-menu:hover:after {
    left: 123px;
    opacity: 0;


}
.body .divcontainer .image-menu:hover:before {
right:133px;
    opacity: 0;

}
@media (min-width: 1200px) {
    .row-fluid [class*="span"] {
        min-height: 0;
    }
}
.divcontainer .menu {
    margin:0;
}
body > div.body > div > ul > li.item-110 > a > span,
body > div.body > div > ul > li.item-111 > a > span{
    padding: 12px 25px;
}
.body .divcontainer .menu li:hover {

    transition: .3s;
}
/*footer*/
.footer {
    position: relative;
    margin-top: 17px;
    height: 30px;

}
.content {
    position: relative
}
footer .container p {
    font-size: 9px;
    color:white;
}
footer .copyright {
    height: 12px;
    overflow: hidden;
    top: 6px;
    left: 30px;
    color:white;
    font-family: Calibri, sans-serif;
    position: absolute;
    font-size: 10px;
}
/*scroll*/ #scroller {
               width: 1260px;
               height: 185px;
               margin: 0 auto;
               position: relative;
           }
           .div-watch-doc {
               opacity:1;
           }
#scroller .innerScrollArea {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#scroller ul {
    padding: 0;
    margin: 0;
    position: relative;
}
.close-right-bar {
    right: 7px;
    /* float: right; */
    position: absolute;
    background: url('/templates/macrochem/images/x-icon.png') no-repeat center;
    height: 14px;
    width: 14px;
    top: 22px;
    cursor:pointer;

}
.close-right-bar-docs {
    right: 7px;
    float: right;
    margin: 7px;
    background: url('/templates/macrochem/images/x-icon.png') no-repeat center;
    height: 14px;
    width: 14px;
    top: 467px;
    cursor: pointer;
}
#scroller li {
    padding: 0;
    margin: 38px 0 0 0;
    list-style-type: none;
    position: absolute;
}
/*endofsroll*/
footer .grodas {
    margin-right: 27px;
    float:right;
}
footer .grodas-logo {
    margin: 5px 0 0 0;
    float:right;

    width:20px;
    height:20px;
    cursor:pointer;
    background: url('/templates/macrochem/images/grodas-image-2.png') no-repeat center;

}
footer .backside {
    margin: 5px 0 0 0;

    float:right;
    width:20px;
    height:20px;
    cursor:pointer;
    background: url('/templates/macrochem/images/grodas-image.png') no-repeat center;


}
#movable-bar {
    width: 483px;
}
.partners {
    opacity: 0;
}
.socseti {
    float: right;
    margin-top: 23px;
}
.socseti img {
    margin-right: 5px;
}

footer .link-grodas {
    float:right;
    margin: 5px 6px 0 0;
}
.link-grodas a {
    font-size: 10px;
    font-weight: bold;
    font-family: Ubuntu-R, sans-serif;
    color: white;
}

.link-grodas a:hover {
    text-decoration: none;
}

.title a {
    color: #b5060a;
    text-decoration:none;
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
}


#content {
    width: 737px;
    float:left;
}

#aside {
    float:right;
    width:483px;
    min-height:800px;
}
#aside .well {
    padding: 0;
}
#aside ul {
    margin: 51px 0 0;
}
#aside .well li {
    list-style-type: none;
    float: left;
    padding: 0px 11px 42px 59px;
}
#aside .well p {
    margin-bottom: 16px;

}
#aside .well p.right-bar {
    line-height: 29px;
    background-color: #b5060a;
    text-align: center;
    color: white;
    font-family: Ubuntu-B, sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}
.first-doc, .second-doc {
    line-height: 29px;
    background-color: #cecece;
    text-align: center;
    color: #b5060a;
    font-family: Ubuntu-B, sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    float: left;
    padding: 0 32px;
    cursor:pointer;
    border-right: 1px solid white;
         }
.first-doc.doc-active, .second-doc.doc-active {
    background-color: #b5060a;
    color: white;
}




.watch-doc {
    cursor: pointer;
}
.forframe {
    opacity: 1;
    transition: .3s;
    margin-top: 15px;
    width: 440px;
    padding: 0 20px;
    line-height: 29px;
    background-color: #b5060a;
    text-align: center;
    color: white;
    font-family: Ubuntu-B, sans-serif;
    font-size: 14px;
    margin-bottom: 0;

}
#map_canvas {
    margin-top: 20px;
    border: 1px solid #919191;
}
.adress-header {
    font-size: 16px;
    text-align: center;
}
/*изменение страницы вне главной*/

.partners .custom p {
    padding-top: 30px;
    height: 157px;
    margin: 0;
}

h2[itemprop="name"] {
    font-size: 48px;
    line-height: 58px;
    color: #b5060a;
    font-weight: normal;
    padding: 0 61px;
    text-align: center;
}
div[itemprop="articleBody"] {
    padding: 0 25px;
}
.page-header {
    border:0;
}

footer .menu li {
    position: relative;
}
body > footer > div > div.footer-menu > ul > li.item-120  {
    width:170px;
}
a.underline {
    border-bottom: 1px solid #b5060a;
}
footer div.footer-menu .nav > li > a {
    display: inline-block;
    border-radius: 0;
    padding: 0 0 4px 0;


}
footer .nav-pills:before {
    padding: 2px 0;
}


/*animation main 3*/
/*.vew-sixth {
    width:420px;
    height: 469px;
    float:left;
}
.view-first img {
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background: url('/templates/macrochem/images/menu-center-text-background.png') no-repeat
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
background: url('/templates/macrochem/images/menu-center-text-background.png') no-repeat
    transition: all 0.2s ease-in-out;
}

.view-first a.info{
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.view-first:hover img {
    transform: scale(1.1);
}
.view-first:hover .mask {
    opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}*/
/*animation main end*/
.menu-fixed-left {
    position: fixed;
    display:block;
    width: 40px;
    height: 40px;
    left: -40px;
    top: 135px;
    background: url('/templates/macrochem/images/dropdown-up.png') no-repeat;
}
.menu-fixed-left.active-dr {
    background: url('/templates/macrochem/images/dropdown-down.png') no-repeat;


}
#menu-fixed-left {
    position: fixed;
    display:block;
    left: -100%;
    top: 175px;
    z-index:2;
    background: #b5060a;
}
#menu-fixed-left .navigation {
    background: #b5060a;

}
#menu-fixed-left .navigation .nav-child {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
}
#menu-fixed-left .navigation .nav li li .nav-child {
    left: 100%;
}
#menu-fixed-left li {
    clear:both;
}
.insider {
    font-size: 11px;
    padding: 0 0 0 66px;
    background: url(./../images/arrow-top.png) no-repeat 34px;
}
.inside {
    border: 1px solid lightgrey;
    padding: 3px;
}
.menu-fixed-left {
    z-index: 5;
}
.insider._active { background: url(./../images/arrow-bot.png) no-repeat 34px; }
.flip-container {
    perspective: 1000;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    float:right;
    width: 20px;
    height: 20px;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}
#lightbox-image {
    max-width: 800px;
    max-height: 1200px;
}
#lightbox-nav {
    max-width: 800px;

}
div[itemprop="blogPost"]  {
border: 1px solid lightgrey;
    padding: 5px;
}
#content.full-width-main {
    width: 97%;
}
.click-search {
    background-image: url('/templates/macrochem/images/search-logo.png');
}
.click-search.activated {
    background-image: url('/templates/macrochem/images/search-logo-close.png');
}
.item-page {
    min-height: 443px;
}
.phones {
    margin: 0 0 2px;
}
.advantages {
    height: 220px;
    max-width:380px;
    text-align: center;
    float:left;
    font-size: 22px;
    margin: 0 58px 0 0;
    text-transform: uppercase;
    line-height: 33px;
}
.advantages:first-line {
    max-width: 250px;
}
.advantage {
    margin: 10% 0;
    width: 88px;
    height: 88px;
}
.advantages:nth-child(3){
    margin: 0  0 0 28px;
}
.advantages-all {
    margin: 37px  0 0 45px;
}
#first-ad {
    background: url('/templates/macrochem/images/advantages/1.png') no-repeat;
    margin:0 36% 33px;

}
#second-ad {
    background: url('/templates/macrochem/images/advantages/2.png') no-repeat;
    margin: 0 27% 33px;

}
#third-ad {
    background: url('/templates/macrochem/images/advantages/4.png') no-repeat;
    margin: 0 33% 33px;
}
#fourth-ad {
    background: url('/templates/macrochem/images/advantages/5.png') no-repeat;
    margin: 0 31% 33px;
}
#fifth-ad {
    background: url('/templates/macrochem/images/advantages/6.png') no-repeat;
    margin: 0 27% 33px;
}
#sixth-ad {
    background: url('/templates/macrochem/images/advantages/7.png') no-repeat;
    margin: 0 25% 33px;
}

.advantages-bottom {
    float: left;
    margin: 14px 28px 0 210px;
}
.advantages-top {
    float: left;
    margin-left: 111px;
    margin-top: 10px;
}
.advantages-bottom .advantages {
    margin: 0 0 0 -8px;
}
.advantages-bottom .advantages:nth-child(2){
     margin: 0  0 0 82px;
 }
.advantages-bottom .advantages:nth-child(3){
    margin: 0  0 0 106px;
}
.advantages-bottom .advantages:nth-child(4){
    margin: 0  0 0 90px;
}
#thumbnails a img {
    -webkit-box-shadow: 7px 7px 22px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 22px -9px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 22px -9px rgba(0,0,0,0.75);
}