* {
    margin: 0 auto;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    border: none;
}
a, a:hover, a:active, a:visited {
    color: #fff;
    text-decoration: none;
    font-family: Arial, sans-serif;
}
/*a:hover {*/
/*opacity: .8;*/
/*}*/
ul, li {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}
.main-width {
    width: 930px;
    margin: 0 auto;
}
.clear {
    width: 100%;
    height: 0;
    clear: both;
}
.divider {
    min-width: 100%;
    margin: 70px 0 55px;
    height: 1px;
    background: #eae8e6;
}
.divider-main-width {
    width: 100%;
    margin: 70px 0 55px;
    height: 1px;
    background: #eae8e6;
}

html, body, .wrapper {
    /* height: 100%; */
}
body {
    font-family: Arial, sans-serif;
    /* overflow-x: hidden; */
}
body > .wrapper {
    /* width: 100%; */
    /* height: auto; */
    /* min-height: 100%; */
}
/* utils for the sticky-footer - start */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* utils for the sticky-footer - end */
.footer {
    width: 100%;
    height: 150px;
    position: relative;
    clear: both;
    margin-top: -150px;
    padding-top: 50px;
    border-top: 1px solid #eae8e6;
    font-size: 11px;
    line-height: 15px;
    color: #aaa8a6;
}
.main {
    padding: 0 0 150px;
}
.header {
    padding-top: 40px;
    background: url("images/pd-bgr.jpg") no-repeat 97% 7% #787674;
    color: #fff;
}
.header .title {
    font-size: 24px;
    font-weight: bold;
    padding: 50px 0;
    clear: both;
}
.logo {
    height: 25px;
    float: left;
    clear: both;
    margin-top: 35px;
}
.languages {
    float: right;
    margin-top: -3px;
}
.languages a {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-left: 2px;
}
.languages a.selected {
    color: #ffeb00;
}
/* Menu - start */
.menu {
    height: 35px;
    float: left;
    padding-top: 5px;
    margin-top: -5px;
}
.menu .menu-item {
    max-width: 161px;
    height: 30px;
    float: left;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.menu .menu-item:first-of-type {
    max-width: 141px;
    padding-left: 0;
}
.menu .menu-item:last-of-type {
    max-width: 140px;
    padding-right: 0;
    border-right: 0;
}
.menu .menu-item.current-menu-item a,
.current-page-ancestor a {
    color: #ffeb00;
}

.menu .menu-item a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    margin-top: -2px;
    display: inline-block;
}
.menu .menu-item.selected a {
    color: #ffeb00;
}
/* Menu - end */
/* Body - start */
.body {
    padding: 70px 0;
}
.body .title,
.body .sub-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}
.body .title {
    color: #444240;
    margin-bottom: 40px;
}
.body .sub-title {
    color: #787674;
    margin-bottom: 70px;
}
.note {
    font-size: 13px;
    line-height: 19px;
    color: #787674;
}

/* Columns */
.column {
    float: left;
}
.column .sub-title {
    font-size: 15px;
    line-height: 19px;
}
.columns-4 {
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.columns-4 .column {
    width: 240px;
    padding: 0 30px;
}
.columns-4 .column:first-of-type {
    width: 210px;
    padding-left: 0;
}
.columns-4 .column:last-of-type {
    width: 210px;
    padding-right: 0;
    border-right: 0;
}
.columns-4 .column .title {
    font-size: 22px;
}

.columns-4.with-dividers .column .title {
    margin-top: -4px;
}
.columns-4.with-dividers .column .sub-title {
    margin-bottom: 0;
}
.columns-4.with-dividers .column::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #f0efee;
    position: absolute;
    top: 0;
    margin-left: -30px;
}
.columns-4.with-dividers .column:first-of-type::after {
    width: 0;
}

.columns-2 .column {
    width: 450px;
    float: left;
    margin-right: 30px;
}
.columns-2 .column:last-of-type {
    margin-right: 0;
}

.columns-2-narrow .column {
    width: 210px;
}
/* Photos */
ul.photos li {
    float: left;
}
ul.photos li.big-photo,
ul.photos li.small-photo {
    margin: 0 30px 60px 0;
}
ul.photos li.big-photo:nth-of-type(2n),
ul.photos li.small-photo:nth-of-type(4n - 2) {
    margin-right: 0;
}
ul.photos li.big-photo:nth-of-type(2n + 1),
ul.photos li.small-photo:nth-of-type(4n - 1) {
    clear: both;
}
ul.photos li.small-photo:nth-last-of-type(-n + 4) {
    margin-bottom: 0;
}
ul.photos li .photo {
    margin-bottom: 20px;
    border-radius: 2px;
}
ul.photos li.big-photo {
    width: 450px;
}
ul.photos li.big-photo .photo {
    width: 450px;
    height: 540px;
}
ul.photos li.small-photo {
    width: 210px;
}
ul.photos li.small-photo .photo {
    width: 210px;
    height: 270px;
}
.photo-title {
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
    color: #444240;
    margin-bottom: 12px;
}
.photo-sub-title {
    font-size: 13px;
    line-height: 17px;
    color: #787674;
}

.oks p::after {
    content: "";
    width: 12px;
    height: 9px;
    background: url("images/icon-ok.png") no-repeat;
    margin: 7px 0 0 7px;
    position: absolute;
}
.oks p.no-ok::after {
    display: none;
}

.simple-text,
.body .title.simple-text,
.body .sub-title.simple-text {
    font-size: 17px;
    line-height: 21px;
}
.page-template-default .simple-text p {
    font-weight: bold;
    color: #787674;
    margin-bottom: 25px;
}

.page-template-default .language-chooser-custom li.active a {
    color: #ffeb00;
}

.simple-text p:last-child {
    margin-bottom: 0;
}
.simple-text p span.p-title {
    color: #444240;
}
.simple-text p a,
.simple-text p a:hover,
.simple-text p a:active,
.somple-text p a:visited {
    font-weight: bold;
    color: #787674;
    text-decoration: underline;
}
.simple-text p a:hover {
    text-decoration: none;
}

.big-img {
    width: 930px;
    height: 500px;
    border-radius: 2px;
    margin: 50px 0;
}
.middle-img {
    width: 450px;
    height: 400px;
    border-radius: 2px;
    margin-bottom: 30px;
}

.partners {
    cursor: default;
}
.partners a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 80px;
}

.partners a.partner-logo {
    margin-right: 0;
}

.title.important {
    margin-bottom: 25px;
}
.title.important:after {
    content: "";
    width: 24px;
    height: 22px;
    margin: 5px 0 0 10px;
    background: url("images/icon-new.png") no-repeat;
    position: absolute;
}

.injection {
    padding-top: 20px;
}
.injection .title {
    float: left;
    margin-top: 50px;
}
.injection .fan {
    float: right;
    margin-right: 150px;
}

a.place {
    display: inline-block;
    padding-left: 20px;
}
a.place:hover {
    text-decoration: underline;
}
a.place:before {
    content: "";
    width: 12px;
    height: 16px;
    margin: 3px 0 0 -20px;
    background: url("images/icon-place.png") no-repeat;
    position: absolute;
}

/* Yellow block with the arrow - start */
a.arrow-block/*,
a.arrow-block:hover*/ {
    width: 380px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    color: #444240;
    background: #ffeb00;
    border-radius: 2px;
    margin: 0;
    padding-left: 15px;
    display: block;
}
a.arrow-block:hover {
    text-decoration: underline;
}
.simple-text p a.arrow-block {
   text-decoration: none;
}
.simple-text p a.arrow-block:hover {
    text-decoration: underline;
}
.arrow-block .arrow {
    width: 50px;
    height: 40px;
    float: right;
    border-left: 1px solid #ffcd00;
    background: url("images/icon-arrow.png") 14px 14px no-repeat;
}
/* Yellow block with the arrow - end */

/* Product menu - start */
.product-menu .row {
    height: 100px;
    background: #ffeb00;
    border-bottom: 1px solid #f5d700;
    font-weight: bold;
}
.product-menu .row:last-of-type {
    border-bottom: none;
}
.product-menu a,
.product-menu a:hover,
.product-menu a:active,
.product-menu a:visited {
    height: 100px;
    padding: 30px 60px 0 0;
    color: #32302e;
}
.product-menu a:hover {
    text-decoration: underline;
}
.product-menu .main-width.columns-2 a span {
    display: inline-block;
    max-width: 287px;
    margin-top: 12px;
}
.page-id-34 .product-menu .row:nth-child(3) a:nth-child(2) span {
    margin-top: 0;
}
.product-menu a span:hover {
    text-decoration: underline;
}
.product-menu a span:after {
    content: "";
    width: 15px;
    height: 10px;
    background: url("images/icon-arrow-small.png");
    margin: 6px;
    position: absolute;
}
.product-menu a img {
    float: right;
    margin-top: 5px;
}

.product-menu a.row {
    width: 100%;
    display: inline-block;
    padding-right: 0;
    background-image: url("images/icon-back.png");
    background-position: 40px 50%;
    background-repeat: no-repeat;
}
.product-menu a.row span {
    display: block;
    margin-top: 11px;
}
.product-menu a.row span:after {
    display: none;
}

/*main forein*/

.main-page .shaded-part {
    border-top: 0px solid #ffeb00;
    padding-top: 75px;
}
.main-page .main-title {
    font-size: 40px;
    line-height: 40px;
    padding-top: 140px;
}

.simple-text p {
    color: #fff;
}

.main-page .footer {
    padding-top: 50px;
}

/*main-page.css*/

body.main-page  {
    color: #fff;
    background: url("images/pd-bgr.jpg") no-repeat 97% -7% #787674;
    background-size: cover;
}
body.main-page > .wrapper {
}
.main-page .main {
    padding: 50px 0 0;
}
.main-page .shaded-part {
    width: 100%;
    /* height: 460px; */
    /* margin-top: -460px; */
    position: relative;
    clear: both;
    background: rgba(68, 66, 64, .5);
    padding-top: 50px;
}
.main-page .footer {
    position: inherit;
    margin-top: 0;
    border-top: 0;
    color: #eae8e6;
}
.main-page .logo {
    margin-top: 0;
}
.main-page .languages {
    height: 25px;
    padding-top: 8px;
    margin-top: 0;
}
.main-page .languages a.selected {
    color: #444240;
}
.main-page .main-title {
    clear: both;
    font-size: 45px;
    line-height: 45px;
    font-weight: bold;
    padding: 152px 0 112px;
}
.main-blocks {
    margin-top: 60px;
}
.main-blocks .main-block {
    width: 290px;
    height: 170px;
    float: left;
    padding: 16px 20px;
    margin-right: 30px;
    background: #ffeb00;
    border-radius: 2px;
}
.main-blocks .main-block:last-of-type {
    margin-right: 0;
}
.main-blocks .main-block h3 {
    font-size: 23px;
    line-height: 23px;
    font-weight: bold;
    color: #32302e;
    margin-bottom: 20px;
}
.main-blocks .main-block div {
    font-size: 13px;
    line-height: 15px;
    color: #444240;
}
.main-blocks .main-block.program {
    background: #5c266e;
}
.main-blocks .main-block.program h3,
.main-blocks .main-block.program div {
    color: #eae8e6;
}
/* Menu - start */
.main-page .menu {
    float: none;
}
.main-page .menu .menu-item {
    max-width: 181px;
    padding: 0 30px;
    border-right: 1px solid #aaa8a6;
}
.main-page .menu .menu-item:first-of-type {
    max-width: 151px;
    padding-left: 0;
}
.main-page .menu .menu-item:last-of-type {
    max-width: 150px;
    padding-right: 0;
    border-right: 0;
}


/*equipment-furniture.css*/

.partners {
    margin: -20px 0 30px;
}

#furniture {
    background: url("images/furniture.jpg") no-repeat -10px -30px;
    margin: 60px 0 55px;
}

div.assoc-div {
    padding-right: 200px;
    position: relative;
}
div.assoc-div a {
    height: 90px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
div.assoc-div a img {
    margin-top: -30px;
}

.product-links {
    margin-top: 35px;
}

.language-chooser-custom {

}

.language-chooser-custom li {
    font-size: 15px;
    font-weight: bold;
    margin-left: 14px;
    float: left;
    text-transform: capitalize;
}

.language-chooser-custom li.active a {
    color: #ffeb00;
}

a.map:after {
    content: "";
    width: 15px;
    height: 10px;
    margin: 4px;
    position: absolute;
    background: url("http://vezelev.pp.ua/avatas/wp-content/uploads/2016/03/icon-arrow-grey.png") no-repeat;
}

.accordion-wrapper {
    padding-top: 35px;
    clear: both;
    font-size: 11px;
}

.accordion-wrapper.hidden {
    height: 0px;
    visibility: hidden;
    padding: 0;
}

.accordion-text{
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: rgba(256,256,256,.1);
    padding: 0 15px;
}

.accordion-text.closed {
    max-height: 100px;
    overflow: hidden;
}

.accordion-button {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #787674;
    background: rgba(256,256,256,.1);
}

.main-block a {
    display: block;
    height: 100%
}

.head-offices table td strong a {
    color: #333333;
}

