@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext');

header.header-site .container {
    height: 10px;
    min-height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fixedMenu {
    width: 100%;
    position: fixed !important;
    top: 0;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: all .4s;
}
.fixedMenu .container {
    min-height: 80px !important
}
div.fixedMenuHelper {
    display: none;
}
div.fixedMenuHelper.show {
    width: 100%;
    height: 120px;
    display: table;
}

section.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #d63c01;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}
section.banner .content {
    margin: 41px 0 45px 60px;
}
section.banner .content h1 {
    color: #fff;
    font-size: 33px;
    font-weight: normal;
}
section.banner .content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 36px;
}
section.banner .appointment {
    margin-right: 60px;
}
section.banner .appointment a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border: 3px solid #fff;
    border-radius: 30px;
    padding: 9px 35px 11px 33px;
}
section.banner .appointment a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
}

section.about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 90px 0;
}
section.about .content {
    width: calc(100% - 450px);
}
section.about .content h1,
section.offer h1,
section.blog h1 {
    color: #444;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 30px;
}
section.about .content h1 span,
section.offer h1 span,
section.blog h1 span {
    color: #d63c01;
    font-weight: bold;
    text-transform: uppercase;
}
section.about .content p {
    color: #444;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
section.about .photo {
    width: 360px;
    margin-left: 90px;
}
section.about .photo img {
    width: 100%;
}

section.offer {
    padding-bottom: 90px;
}
section.offer h1,
section.blog h1 {
    margin-bottom: 17px;
}
section.offer h1 span,
section.blog h1 span {
    text-transform: none;
}
section.offer span.underline,
section.blog span.underline {
    width: 100%;
    height: 2px;
    display: table;
    background: #f2f2f2;
    position: relative;
}
section.offer span.underline::after,
section.blog span.underline::after {
    content: ' ';
    width: 80px;
    height: 2px;
    display: table;
    background: #d63c01;
    position: absolute;
    top: 0;
    left: 0;
}
section.offer .items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}
section.offer .items a {
    display: flex;
    flex-basis: calc(33.333% - 56px);
    margin: 30px 28px;
}
section.offer .items a .icon {
    display: table;
}
section.offer .items a .desc {
    width: calc(100% - 90px);
}
section.offer .items a .desc h2 {
    color: #444;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    padding: 0 0 0 35px;
}
section.offer .items a .desc p {
    color: #797979;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    padding: 0 0 0 35px;
}
section.offer .items a:hover {
    text-decoration: none;
}

section.blog {
    padding: 90px 0;
    background: #f9f9f9;
}
section.blog .articles {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
section.blog .articles .article {
    width: 340px;
    margin: 30px 15px 0 15px;
    padding-bottom: 26px;
    border-bottom: 1px solid #eef1f3;
}
section.blog .articles .article h2 {
    color: #444;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 30px 0;
    margin-bottom:10px;
}
section.blog .articles .article p {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    padding: 0 29px;
}
section.blog .articles .article a {
    display: table;
    color: #d63c01;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 0 30px;
}
section.blog .container > a,
#btnBack {
    display: table;
    margin: 70px auto 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: #bec7cd;
    border-radius: 30px;
    padding: 15px 23px;
}
#btnBack {
    align-self: flex-end;
    margin: 45px 0 0 0;
}
section.blog .container > a:hover,
#btnBack:hover {
    text-decoration: none;
    background: #acb8c0;
}

section.fast-contact {
    padding: 50px 0 30px 0;
    background: #f3f3f3;
}
section.fast-contact .container {
    display: flex;
    justify-content: space-between;
}
section.fast-contact .container .item {
    width: 25%;
    margin: 0 15px 20px 15px;
}
section.fast-contact .container .item h1 {
    color: #d63c01;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
section.fast-contact .container .item p {
    color: #444;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
}

footer {
    padding: 38px 0 !important;
    background: #e7e7e7;
}
footer p {
    width: 100%;
    color: #999;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
#w-p {
    max-height: 13px;
    margin-top: -1px;
}

div.main-content .container {
    padding: 70px 0;
}
h1.contentheading,
h2.contentheading {
    color: #444;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 30px;
}
h2.contentheading {
    margin-bottom: 0px;
}
p.iteminfo {
    margin-bottom: 20px !important;
}
p.articleinfo {
    margin-top: -35px !important;
    margin-bottom: 20px !important;
}
article.text-article p {
    color: #444;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    /* padding-bottom: 0px !important; */
    /* padding-top: 0px !important; */
}

section.blog div.article_row div.article_column.column1.cols1 article.text-article p {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
img.blog {
    max-width:360px;
}

article.text-article section.offer {
    padding: 0;
}
article.text-article section.offer h1,
article.text-article section.offer span {
    display: none;
}
div.main-content section.blog {
    padding: 0;
    background: #fff;
}
section.blog div.article_row article.text-article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
section.blog div.article_row article.text-article img {
    margin-right: 30px;
}
img.news-blog {
    /* clip: rect(auto, auto, 210px, 0px); */
    /* position: absolute; */
}
div.news-blog {
    max-height: 210px;
    overflow: hidden;
}
div.news-blog-text {
    min-height: 90px;
}
section.blog div.container div.articles div.article div.news-blog a {
    margin:0px;
}