* {
    font-family: "Open Sans", sans-serif;
}

a:focus, input:focus, button:focus {
    outline: none;
}

body, html {
    height: 100%;
}

.no-padding {
    padding: 0;
}

* html .main-content-block {
    height: 100%;
}

.green-border-btn {
    background: #70c117;
    border: 8px solid rgba(0, 0, 0, 0.06);
    border-radius: 100px;
    display: block;
    float: left;
    font-weight: 600;
    font-size: 15px;
    color: #fff;

    -moz-background-clip: content; /* Firefox 3.6 */
    -webkit-background-clip: content; /* Safari 4? Chrome 6? */
    background-clip: content-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */

}

.green-border-btn:hover, .green-border-btn:focus {
    color: #fff;
    text-decoration: none;
    border: 8px solid rgba(0, 0, 0, 0.06);
    background: #5b9e11;
    -moz-background-clip: content; /* Firefox 3.6 */
    -webkit-background-clip: content; /* Safari 4? Chrome 6? */
    background-clip: content-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

.gray-row {
    background: #383838;
    float: left;
    clear: both;
    width: 100%;
    min-height: 110px;
}

.logo {
    float: left;
    width: 100%;
    margin: 12px 0 0 0;
}

.logo img {
    display: block;
    float: left;
    margin: 0 20px 0 0;
}

.logo p.logo-title {
    font-size: 39px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
}

.logo p.logo-title a {
    color: #fff;
    text-decoration: none;
}

.logo p.logo-sub {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    color: #fff;

}

.logo p.logo-sub a {
    color: #fff;
    text-decoration: none;
}

section {
    float: left;
    clear: both;
    width: 100%;
}

div.work-grafik {
    background: rgba(255, 255, 255, 0.07);
    width: 100%;
    max-width: 182px;
    height: 110px;
    text-align: center;
}

header {
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
}

header div.work-grafik {
    margin-left: 70px;

}

div.work-grafik p.title {
    font-weight: 600;
    font-size: 14px;
    color: #f8e71c;
    float: left;
    clear: both;
    width: 100%;
    letter-spacing: 0;
    margin: 20px 0 5px 0;

}

div.work-grafik span {
    opacity: 0.5;
    display: inline-block;
    width: 10px;
    margin: 7px 3px 5px 1px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 10px;
    border: 2px solid #fff;
}

div.work-grafik span.off {
    background: #c62426;
    opacity: 1;
    border: 2px solid #c62426;
}

div.work-grafik p.days-list {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
}

.contacts p.big-phone {
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0;
    float: right;
    margin: 14px 0 0 0;
    width: 100%;
    text-align: right;
    line-height: 1;
}

.contacts p.big-phone img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.contacts p.small-phone {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    float: right;
    margin-bottom: 5px;
    margin-left: 8px;
}

.contacts p.small-phone img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.contacts a.callback {
    border: 2px solid #70c117;
    border-radius: 32px;
    width: 167px;
    height: 27px;
    clear: both;
    display: block;
    float: right;
    text-align: center;
    line-height: 23px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
}

.contacts a.callback:hover {
    background: #70c117;
    color: #fff;
    text-decoration: none;
}

/*   nav menu  */
header nav {
    float: left;
    width: 100%;
    clear: both;
    background: #f8e71c;
    height: 50px;
    position: relative;

}

header nav ul {
    padding: 0;
    margin: 0;
}

header nav ul li {
    float: left;
    list-style: none;
    margin-right: 41px;
}

header nav ul li a {
    font-weight: 600;
    font-size: 15px;
    color: #063d5e;
    letter-spacing: 0;
    display: block;
    line-height: 50px;
    text-transform: uppercase;
    position: relative;
}

header nav ul.main-menu > li.sub-menu:hover > a::after {
    content: '';
    position: absolute; /* Абсолютное позиционирование */
    left: -webkit-calc(50% - 18px);
    left: -moz-calc(50% - 18px);
    left: calc(50% - 18px);
    bottom: 0; /* Положение треугольника */
    border: 30px solid transparent;
    border-bottom: 7px solid #fff;

}

header nav ul li > div {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    right: 0;
    width: 100%;
    padding-bottom: 30px;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28);
}

header nav ul li:hover > div.sub-menu {
    display: block;

}

header nav .type-1 ul.sub ul {
}

header nav > .container, header nav .container > .row, header nav > .container > .row > .col-md-12 {
    position: static;
}

header nav .type-1, header nav .type-2 {
    z-index: 1000;
}

header nav .type-1 .title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    line-height: 19px;
    float: left;
    width: 100%;
    margin-top: 20px;
    clear: both;
    display: block;
}

header nav .type-1 ul.sub {
    margin: 20px 0 20px 0;
    float: left;
    width: 100%;
    padding: 0 0 0 15px;
}

header nav .type-1 ul.sub li ul {
    padding-left: 40px !important;
    float: left;
    width: 100%;
}

header nav .type-1 ul.sub li {
    width: 100%;
}

.sub-3-level {
    position: relative;
    margin-left: 5px !important;

}

header nav .type-1 ul.sub li .sub-3-level a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0;
    line-height: 29px;
}

header nav .type-1 ul.sub li a {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    line-height: 29px;
    position: relative;

}

header nav .type-1 ul.sub li:before {
    content: "\f3d3";
    font-size: 13px;
    color: #70c117;
    position: absolute;
    left: 15px;
    letter-spacing: 0;
    line-height: 29px;
    font-family: "Ionicons";
}

header nav .type-1 ul.sub li a:hover {
    color: #70c117;
    text-decoration: none;
}

header nav .type-1 .show-all {
    clear: both;
}

.show-all a:hover {
    text-decoration: none;

}

header nav .type-1 .show-all a {
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    text-decoration: underline;
    color: #000;
    letter-spacing: 0;
    line-height: 29px;
}

header nav .type-2 {
    padding-bottom: 20px;
}

header nav .type-2 ul.sub {
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
    padding: 0 0 0 15px;
}

header nav .type-2 ul.sub li {
    float: left;
    margin-right: 20px;

}

header nav .type-2 ul.sub li a {
    font-weight: 400;
    font-size: 13px;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    line-height: 29px;
    padding: 0 30px;

    border: 2px solid #c5c5c5;
    border-radius: 100px;
}

header nav .type-2 ul.sub li a:hover {
    background: rgba(112, 193, 23, 0.11);
    border: 2px solid #70c117;
    border-radius: 100px;
    text-decoration: underline;
}

section.promo-block {
    float: left;
    width: 100%;
    height: 499px;
    background: #C4C5BE;

}

section.promo-block .promo-block-main {
    height: 499px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background: url(../img/main-photo.jpg) no-repeat center right #C4C5BE;
}

section.promo-block .title {
    float: left;
    margin: 105px 0 0 0;
    font-family: "Roboto Slab";
    font-weight: bold;
    font-size: 60px;
    color: #000;
    line-height: 1;
}

section.promo-block .sub {
    font-family: "Roboto Slab";
    font-weight: 300;
    font-size: 23px;
    clear: both;
    float: left;
    color: #000;
    margin: 10px 0 0 0;
}

.green-border-btn {
    max-width: 300px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    padding: 0;
    height: 76px;
    clear: both;
    margin-top: 75px;
}

.green-border-btn i {
    font-size: 30px;
    margin: 0 0 0 20px;
    line-height: 60px;
    float: left;
}

.green-border-btn:hover {
    color: #fff;

}

section.call-to-action {
    float: left;
    width: 100%;
    clear: both;
    background: #383838;
    min-height: 130px;
    line-height: 130px;
    font-weight: 300;
    font-size: 30px;
    color: #fff;

}

section.call-to-action .green-border-btn {
    width: 239px;
    height: 76px;
    line-height: 60px;
    float: right;
    margin: 10px 0 0 0;
    text-align: center;
}

section.call-to-action .green-border-btn i {
    float: right;
    margin: 10px 10px 0 0;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

section.call-to-action span {
    display: block;
    float: right;
    width: 239px;
    line-height: 2;
    text-align: center;
    margin: 0;
    clear: both;
    opacity: 0.62;
    font-size: 14px;
    color: #fff;
}

section.product-list {
    float: left;
    width: 100%;
    clear: both;
    background: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 30px;
}

section.product-list .item {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    width: 100%;
    max-width: 275px;
    margin: 0 auto 30px;
    position: relative;
}

section.product-list .item a.main-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

section.product-list .item:hover .title {
    background: #383838;
    color: #fff;
}

section.product-list .item .title {
    background: #f8e71c;
    height: 85px;
    line-height: 1.3;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
    font-size: 15px;
    color: #000;

    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;

}

section.product-list .item .text {
    font-weight: 300;
    text-align: center;
    padding: 15px 12px;
    font-size: 13px;
    float: left;
    height: 100px;
    clear: both;
    width: 100%;
    overflow: hidden;
    display: block;
    color: #000;
}

section.product-list .item .link {
    clear: both;
}

section.product-list .item .link a {
    display: block;
    border: 1px solid #383838;
    border-radius: 32px;
    max-width: 235px;
    width: 90%;
    margin: 0 auto 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;

    font-size: 14px;
    color: #383838;
    letter-spacing: 0;
}

section.product-list .item .link a:hover, section.product-list .item:hover .link a {
    background: #f8e71c;
    color: #000;
    border-color: #f8e71c;
    text-decoration: none;
}

section.product-list .item .img {
    float: left;
    width: 100%;
    height: 155px;
    overflow: hidden;
}

section.product-list .item .img img {
    max-width: 100%;
    max-height: 155px;
}

section.how-we-work {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    background: #fff;

    padding-top: 59px;
    padding-bottom: 88px;
}

section.how-we-work h3 {
    font-weight: 300;
    font-size: 40px;
    color: #000;
    line-height: 1.4;
    margin: 0 0 62px 0;
}

section.how-we-work .icon-block .icon {
    float: left;
    width: 100%;
    border-right: 1px solid #eee;
    height: 93px;
}

section.how-we-work .icon {
    margin-bottom: 15px;
}

section.how-we-work p {
    font-weight: 600;
}

section.team {
    padding-top: 60px;
    padding-bottom: 60px;
    float: left;
    clear: both;
    width: 100%;
    background: #f5f5f5;
}

section.team h3 {
    font-weight: 300;
    font-size: 40px;
    color: #000;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 60px 0;
}

section.team .teammate {
    float: left;
    width: 190px;
    height: 185px;
    text-align: center;
    position: relative;
    margin: 4px 19px 42px;

}

section.team .teammate img {
    width: 146px;
    height: 146px;
}

section.team .teammate .info {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #f8e71c;
    border-radius: 10px;
}

section.team .teammate div.name {
    font-size: 15px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
}

section.team .teammate:hover .info {

    display: block;
}

section.team .teammate div.social {
    float: left;
    width: 100%;
    clear: both;
    margin: 15px 0 15px;
}

section.team .teammate div.social a {
    font-size: 25px;
    color: #000;
}

section.team .teammate p.info-text {
    font-size: 15px;
    color: #000;
    letter-spacing: 0;
    line-height: 19px;
    float: left;
    width: 100%;
    clear: both;
    height: 55px;
}

section.team .teammate p.status {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    clear: both;
    letter-spacing: 0;
    line-height: 19px;
}

section.why-we {
    float: left;
    clear: both;
    width: 100%;
    background: #383838;
    min-height: 300px;
}

section.why-we .green-border-btn {
    width: 100%;
    max-width: 349px;
    height: 76px;
    line-height: 60px;
    float: right;
    margin: 110px 0 0 0;
    text-align: center;
}

section.why-we .green-border-btn i {
    float: right;
    margin: 15px 15px 0 0;
    display: block;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.20);
    width: 32px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

section.why-we span {
    display: block;
    float: right;
    width: 333px;
    line-height: 2;
    text-align: center;
    margin: 0;
    clear: both;
    opacity: 0.62;
    font-size: 14px;
    color: #fff;
}

section.why-we h3 {
    font-weight: 300;
    font-size: 40px;
    margin-top: 55px;
    color: #fff;
}

section.why-we p {
    margin-top: 36px;
    padding: 0 30px 0 0;
    font-size: 15px;
    color: #fff;
}

section.prices-block {
    float: left;
    clear: both;
    width: 100%;
    background: #f5f5f5;

    padding-top: 60px;
    padding-bottom: 64px;
}

section.prices-block h3 {
    font-weight: 300;
    text-align: center;
    font-size: 40px;
    color: #000;
    margin: 4px 0 37px 0;
}

section.prices-block .sidebar {
    min-height: 500px;
    border-right: 1px solid #d9d9d9;

    text-align: right;
}

section.prices-block .sidebar li {
    list-style: none;
}

section.prices-block .sidebar li a {
    line-height: 73px;
    font-size: 17px;
    color: #000;
    letter-spacing: 0;
    position: relative;
    padding-right: 28px;
    display: block;
}

section.prices-block .sidebar li a.active, section.prices-block .sidebar li a:hover {
    color: #70c117;

}

section.prices-block .sidebar li a.active:after, section.prices-block .sidebar li a:hover:after {
    content: "";
    display: block;
    position: absolute;
    right: -23px;
    top: 29px;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #70c117;
}

section.prices-block .title-block {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 100px;
    display: block;
    clear: both;
    width: 100%;
    max-width: 808px;
    cursor: pointer;
    margin: 0 auto 10px;
    padding: 0 0 0 30px;
    height: 50px;
    line-height: 50px;
}

section.prices-block .title-block span {
    float: left;
}

section.prices-block .block {
    padding: 5px 48px 0 0;
}

section.prices-block .title-block .arrow {
    float: right;
}

section.prices-block .title-block .arrow a.down {

    border: 2px solid #70c117;
    display: block;
    width: 34px;
    height: 34px;
    margin: 7px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #383838;
}

section.prices-block .title-block .arrow a.up {

    border: 2px solid #70c117;
    display: block;
    width: 34px;
    height: 34px;
    margin: 7px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #fff;

    background: #70c117;
}

section.prices-block .title-block .price {
    float: right;

    margin-right: 10px;
    font-size: 15px;
    color: #000;
    letter-spacing: 0;
}

section.prices-block .title-block .price.green {
    font-size: 15px;
    color: #70c117;
    letter-spacing: 0;
}

section.prices-block .price-info .price-text {
    display: none;
}

section.prices-block .price-info .price-text p {
    display: block;
    clear: both;

}

section.prices-block .price-info .price-text p a.subscribe {
    display: block;
    margin: 30px auto 0;
    float: none;

}

section.prices-block .price-text {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    display: block;
    clear: both;
    width: 100%;
    max-width: 746px;
    cursor: pointer;
    margin: 0 auto 10px;
    padding: 30px;
}

section.feedback {
    float: left;
    clear: both;
    width: 100%;
    background: #fff;

    padding-top: 50px;
    padding-bottom: 50px;

}

section.feedback h3 {
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    margin-bottom: 55px;
    color: #000;
}

section.feedback .feedback-block {
    margin-bottom: 35px;
}

section.feedback .feedback-block p {
    font-style: italic;
    font-size: 15px;
    color: #000;
    line-height: 25px;
}

section.feedback .feedback-block p.name {
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    color: #000;
}

section.socials {
    float: left;
    clear: both;
    width: 100%;
    background: #f5f5f5;

    text-align: center;
    padding-top: 50px;
    padding-bottom: 58px;

}

section.socials h3 {
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    margin-bottom: 25px;
    color: #000;
}

section.socials p {
    font-weight: 300;

    text-align: center;
    margin-bottom: 20px;

    font-size: 15px;
    color: #000;
    letter-spacing: 0;
    line-height: 16px;
}

section.socials .social-btn {
    width: 100%;
    max-width: 200px;
    margin: 20px 30px;
    height: 52px;
    display: inline-block;
    color: #fff;
    position: relative;
}

section.socials .social-btn:hover {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.4);
}

section.socials .social-btn a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

section.socials .social-btn div.icon {
    float: left;
    padding: 0 11px;
    height: 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    margin: 13px 6px 0 0;
}

section.socials .social-btn div.icon i {
    line-height: 1;
    font-size: 25px;
    color: #fff;
}

section.socials .social-btn div.count {
    float: left;
    margin: 0 15px 0 0;
    line-height: 52px;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0;
}

section.socials .social-btn div.like {
    float: right;
    margin: 15px 15px 0 0;
    height: 25px;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);

}

section.socials a.callback-btn {
    border: 2px solid #70c117;
    border-radius: 100px;
    display: block;
    width: 100%;
    max-width: 300px;
    height: 60px;
    margin: 20px auto 0;
    text-align: center;
    line-height: 60px;

    font-weight: 600;
    font-size: 16px;
    color: #383838;
}

section.socials a.callback-btn:hover {
    background: #70c117;
    color: #fff;
    text-decoration: none;
}

section.socials .social-btn div.like a {
    color: #fff;
}

section.socials .social-btn.fb-btn {
    background: #526eab;
}

section.socials .social-btn.inst-btn {

    background-image: linear-gradient(-42deg, #fdd97f 0%, #e33d76 46%, #9842c7 100%)
}

section.socials .social-btn.youtube-btn {
    background: #e14e42;
}

section.socials .social-btn.pinterest-btn {
    background: #bd081c;
}

section.socials .social-btn.google-btn {
    background: #d34836;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.18);
}

footer {
    width: 100%;
    margin-top: -170px;
    float: left;
    position: relative;
}

footer .gray-row {
    min-height: 170px;
}

footer .logo p.logo-title {

    color: #a4a4a4;
}

footer .logo p.logo-sub {

    color: #a4a4a4;
}

footer .logo {
    margin: 38px 0 0 0;
}

footer div.work-grafik {
    height: 190px;
    padding: 32px 0;
    margin-left: 8px;
}

footer div.contacts {
    margin-top: 5px;
}

footer div.icons {
    clear: both;
    float: right;
    text-align: right;
    margin-top: 18px;
}

footer div.icons a {
    display: inline-block;
    width: 40px;
    margin-left: 15px;
    height: 40px;
}

footer div.icons a img:hover {
    border: solid 2px white;
}

footer div.icons a img {
    width: 40px;

    border: 2px solid transparent;
    height: 40px;
}

footer .lang-block {
    clear: both;
    float: left;
    margin-toP: 15px;
}

footer .lang-block {
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

footer .lang-block .btn-default {
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;

    font-weight: 300;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0;

    border-bottom: 1px solid #70c117;

}

footer .contacts p.address {
    font-size: 13px;
    color: #fff;
    text-align: right;
    clear: left;
    max-width: 250px;
    float: right;
    margin: 0;
}

div.breadcrumbs {

    float: left;
    width: 100%;
    padding: 10px 0;
}

.breadcrumb {
    background: transparent;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #000;
    letter-spacing: 0;
    padding: 10px 0;
}

.breadcrumb li a {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #70c117;
    letter-spacing: 0;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb > li + li:before {
    font-family: Ionicons;
    content: '\f3d1';
    font-size: 12px;
    color: #ababab;
    margin: 0 5px;
    letter-spacing: 0;
}

div.state-block {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 20px auto 70px;
}

div.state-block h1 {
    font-family: "Open Sans";
    font-weight: 100;
    font-size: 40px;
    text-align: center;
    color: #000;
}

div.state-block img {
    max-width: 100%;
    margin: 30px auto;
}

div.state-block div.text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    letter-spacing: 0;
    line-height: 22px;
}

div.state-block div.text a {

    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #4a90e2;
    letter-spacing: 0;
    line-height: 22px;
    text-decoration: underline;
}

div.state-block div.text a:hover {
    text-decoration: none;

}

div.state-block div.text h1, div.state-block div.text h2, div.state-block div.text h3, div.state-block div.text h4, div.state-block div.text h5, div.state-block div.text h6 {
    margin: 50px auto 20px;

    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 30px;
    color: #000;
}

div.gray-breadcrumbs {
    float: left;
    width: 100%;
    clear: both;
    background: #f9f9f9;
    min-height: 95px;
}

div.therapy-menu {
    float: left;
    clear: both;
    width: 100%;
}

div.therapy-menu ul {
    padding: 0;
}

div.therapy-menu ul li {
    float: left;
    list-style: none;
    margin: 0 20px 20px 0;

}

div.therapy-menu ul li a {
    display: block;
    border: 2px solid #c5c5c5;
    border-radius: 100px;
    padding: 8px 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 13px;
    color: #000;
    letter-spacing: 0;

}

div.therapy-menu ul li a:hover, div.therapy-menu ul li a.active {
    background: rgba(112, 193, 23, 0.11);
    border: 2px solid #70c117;
    border-radius: 100px;
    text-decoration: none;
}

div.therapy-filter {

    padding: 50px 0;
    clear: both;
    float: left;
    width: 100%;
}

div.therapy-filter h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 40px;
    text-align: center;
    margin-bottom: 25px;
    color: #000;
}

div.therapy-filter input.search-field {
    border: 1px solid #979797;
    border-radius: 100px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    padding: 0 20px 0 50px;
    background: url(../img/search-icon.png) no-repeat 20px center;
    -webkit-background-size: 23px 30px;
    background-size: 23px 30px;
}

div.therapy-filter a.search-btn {
    display: block;
    background: #70c117;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
}

div.therapy-filter input.search-field:focus {
    outline: none;
}

div.therapy-filter .search-results {
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
    margin: 30px 0 50px;
}

div.therapy-filter .search-results li {
    float: left;
    list-style: none;
    position: relative;
    border: 2px solid transparent;
    line-height: 45px;
    padding-left: 35px;
    width: 45%;
    display: none;
}

div.therapy-filter .search-results li.found {
    display: block;

}

/*div.therapy-filter .search-results li.found:nth-child(even) {*/
/*float: right;*/
/*}*/

div.therapy-filter .search-results li:before {

    font-family: Ionicons;
    content: '\f3d1';
    margin: 0 5px;
    position: absolute;
    left: 8px;
    z-index: 10;
    font-size: 15px;
    color: #70c117;
    letter-spacing: 0;
    line-height: 45px;
}

div.therapy-filter .search-results li a {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #000;
    letter-spacing: 0;
    display: block;
    line-height: 45px;
}

div.therapy-filter .search-results li:hover {
    background: rgba(112, 193, 23, 0.11);
    border: 2px solid #70c117;

    border-radius: 100px;
}

div.therapy-filter .search-results li:hover:before {
    color: #000;
}

div.therapy-filter .search-results li:hover a {
    text-decoration: none;
}

.mobile-btn, .mobile-img, .why-we .mobile-btn, .mobile-nav {
    display: none;
}

.hidden, .xs-shown {
    display: none;
}

section.contact-block {
    padding-top: 50px;
    clear: both;
}

section.contact-block h1 {
    font-family: "Open Sans";
    font-weight: 100;
    font-size: 40px;
    text-align: center;
    color: #000;
    margin: 20px auto 40px;
}

section.contact-block iframe {
    width: 100%;
    height: 600px;
}

section.contact-block .contacts {
    float: left;
    padding-left: 10px;
    color: #000;
}

section.contact-block .address {
    clear: both;
    padding-left: 10px;

    font-family: "Open Sans";
    font-size: 16px;
    color: #3b3b39;
    letter-spacing: 0;
    max-width: 300px;
    line-height: 26px;
    margin-top: 25px;
    float: left;

}

section.contact-block .address i {
    color: #c9c9c9;
    font-size: 25px;
    position: relative;
    float: left;
    margin: 3px 10px 30px 0;
}

section.contact-block .contacts p.big-phone, section.contact-block .contacts p.small-phone {
    float: left;
    text-align: left;
    color: #000;
}

section.contact-block .contacts p.big-phone {
    font-family: "Open Sans";
    font-size: 30px;
    color: #383838;
    margin-bottom: 10px;
    letter-spacing: 0;
    padding-left: 5px;
}

section.contact-block .contacts p.small-phone {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 100;
    float: left;
    color: #383838;
    letter-spacing: 0;
}

section.contact-block form {
    float: left;
    clear: both;
    margin: 30px 0 30px 30px;
    width: 100%;
}

/* form starting stylings ------------------------------- */
section.contact-block .group {
    position: relative;
    margin-bottom: 35px;
    width: 100%;
    clear: both;
}

.subscribe-block .group {
    max-width: 403px;
    float: right;
    width: 100%;

    position: relative;
    margin-bottom: 35px;
    clear: both;
}

section.contact-block input[type="text"],
.subscribe-block input[type="text"] {
    font-size: 18px;
    padding: 10px 10px 10px 25px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
}

section.contact-block input[type="text"]:focus,
.subscribe-block input[type="text"]:focus {
    outline: none;
}

/* LABEL ======================================= */
section.contact-block label,
.subscribe-block label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 25px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

section.contact-block i,
.subscribe-block i {
    position: absolute;
    top: 10px;
    font-size: 19px;
    color: #a9a9a9;
    letter-spacing: 0;
}

/* active state */
section.contact-block input[type="text"]:focus ~ label,
section.contact-block input[type="text"]:valid ~ label,
.subscribe-block input[type="text"]:focus ~ label,
.subscribe-block input[type="text"]:valid ~ label {
    top: -20px;

    font-size: 14px;
    color: #70c117;
    letter-spacing: 0;
}

section.contact-block input[type="text"]:focus ~ i,
.subscribe-block input[type="text"]:focus ~ i {
    color: #000;
}

/* BOTTOM BARS ================================= */
section.contact-block .bar, .subscribe-block .bar {
    position: relative;
    display: block;
    width: 100%;
}

section.contact-block .bar:before,
section.contact-block .bar:after,
.subscribe-block .bar:before,
.subscribe-block .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #70c117;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

section.contact-block .bar:before,
.subscribe-block .bar:before {
    left: 50%;
}

section.contact-block .bar:after,
.subscribe-block .bar:after {
    right: 50%;
}

/* active state */
section.contact-block input[type="text"]:focus ~ .bar:before,
section.contact-block input[type="text"]:focus ~ .bar:after,
.subscribe-block input[type="text"]:focus ~ .bar:before,
.subscribe-block input[type="text"]:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
section.contact-block .highlight,
.subscribe-block .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
section.contact-block input[type="text"]:focus ~ .highlight,
.subscribe-block input[type="text"]:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264ae;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264ae;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264ae;
    }
    to {
        width: 0;
        background: transparent;
    }
}

section.contact-block input[type="button"],
.subscribe-block input[type="button"] {
    float: right;
    background: #85d166;
    border-radius: 100px;
    width: 178px;
    height: 50px;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0;
}

.subscribe-block input[type="button"] {
    float: left;
    margin-left: 50px;
}

section.blog h1 {
    text-align: center;
    font-family: "Open Sans";
    font-weight: 100;
    font-size: 40px;
    color: #000;
    margin: 20px auto 40px;

}

section.blog {
    padding-top: 50px;
}

section.blog .blog-block {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    min-height: 500px;
}

section.blog .blog-block .blog-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: #f5f5f5;

    -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);

}

section.blog .blog-block .container {
    position: relative;
    z-index: 10;
    clear: both;

}

section.blog .blog-block .container.first-post {
    margin-top: 40px;
    height: 420px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);

    margin-bottom: 50px;
}

section.blog .blog-block .container.first-post > div > div {
    background-color: #fff;
    height: 420px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

section.blog .blog-block .container.first-post h1 {
    margin: 20px auto 20px;
}

section.blog .blog-block .container.first-post .img-block {
    text-align: center;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    display: block;

    overflow: hidden;
}

span.icon-blog {
    display: inline-block;
    margin: 15px auto 0;
    clear: both;
    float: left;
    width: 40px;
    text-align: center;
    padding: 3px 5px;
    line-height: 1;
    background: #5884b3;
    border-radius: 3px;

    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0;
}

section.blog .blog-block .container.first-post .text-block p, section.blog .blog-block .container.first-post .text-block h1 {
    padding-left: 15px;
    clear: both;
}

section.blog .blog-block .container.first-post img {

    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    height: 420px;
}

section.blog .blog-block .container.first-post p.desc {
    height: 170px;
    overflow: hidden;

}

section.blog .blog-block .container.first-post span.icon-blog {
    margin-top: 30px;
    float: left;
    display: block;
}

.blog-inside {
    width: 100%;
    max-width: 1000px;

    height: 300px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.white-triangle {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;

    height: 120px;
    -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
    background: #fff;

}

section.blog .blog-block .container.first-post h1, section.blog .blog-block .container.first-post h1 a {
    clear: both;
    float: left;
    width: 100%;
    text-align: left;
    font-family: "Roboto Slab";
    font-weight: 400;
    font-size: 30px;
    color: #000;
    letter-spacing: 0;
}

section.blog .blog-block .container.first-post p {
    clear: both;

    font-family: "Open Sans", sans-serif;

    font-weight: 100;
    font-size: 15px;
    color: #4a4a4a;
    letter-spacing: 0;
    line-height: 24px;
}

.read-more-btn {
    display: inline-block;
    width: 100%;
    border: 2px solid #70c117;
    border-radius: 100px;
    height: 50px;
    text-align: center;
    line-height: 46px;

    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    color: #70c117;
    letter-spacing: 0;

}

.read-more-btn:hover {
    background-color: #70c117;
    color: #fff;
    text-decoration: none;

    font-weight: 700;
}

section.blog .blog-block .container.first-post .read-more-btn {
    margin: 15px auto 0;
}

div.blog-small {
    width: 100%;
    margin: 0 auto 50px;
    background: #fff;
    height: 620px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
}

div.blog-small div.img {
    float: left;
    width: 100%;
    height: 250px;
    position: relative;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

div.blog-small div.img span.icon-blog {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 20px);

}

div.blog-small div.title {
    padding: 0 20px;
    float: left;
    width: 100%;
    max-height: 120px;
    margin-bottom: 10px;
    overflow: hidden;
}

div.blog-small div.title h2 {
    line-height: 1;
}

div.blog-small div.title h2 a {
    font-family: "Roboto Slab";
    font-size: 20px;
    color: #000;
    line-height: 20px;
    letter-spacing: 0;
}

div.blog-small .more-btn {
    padding: 0 20px;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 15px;
}

div.blog-small div.text {
    padding: 0 20px;
    float: left;
    width: 100%;

    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 100;
    color: #4a4a4a;
    letter-spacing: 0;
    line-height: 24px;
    overflow: hidden;
    height: 170px;
}

div.blog-small div.text p {
    color: #4a4a4a;

}

div.blog-title {
    margin: 30px auto;
}

div.blog-title h1 {
    font-family: "Roboto Slab";
    font-size: 45px;
    color: #000;

    letter-spacing: 0;
}

div.posted {
    text-align: center;
    font-family: "Open Sans";
    font-weight: 100;
    font-size: 15px;
    color: #9b9b9b;
    letter-spacing: 0;
}

section.state span.icon-blog {
    float: none;
    margin: 30px auto 40px;
}

.main-content-block {
    float: left;
    width: 100%;
    clear: both;
    min-height: 100%;
}

div.for-footer {
    float: left;
    width: 100%;
    clear: both;
    height: 170px;
}

div.pagination {
    text-align: center;
    padding: 50px auto;
}

div.pagination strong {
    padding: 5px 10px;
    margin: 0 5px;
    display: inline-block;

}

div.pagination a {
    display: inline-block;
    border: 2px solid #70c117;
    padding: 5px 10px;
    color: #70c117;
    margin: 0 5px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.pagination a:hover {
    color: #fff;
    background: #70c117;
    text-decoration: none;
}

.content-page-not-found {
    min-height: 800px;
    padding-top: 150px;
    float: left;
    clear: both;
    width: 100%;
    background: #f6f6f6;
}

.content-page-not-found h1 {
    font-size: 50px;
    color: #9b9b9b;
    letter-spacing: 0;
    text-align: left;
    margin: 100px 0 40px 0;
}

.content-page-not-found h2 {
    font-size: 24px;
    color: #9b9b9b;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: left;
}

.content-page-not-found p {

    font-size: 14px;
    color: #9b9b9b;
    letter-spacing: 0;
    text-align: left;
}

.content-page-not-found p a {
    color: #00aff0;
}

.content-page-not-found p a:hover {
    text-decoration: none;
}

@media all and (max-width: 1250px) {
    .contacts p.big-phone {
        font-size: 25px;
    }

    .contacts p.small-phone {
        font-size: 14px;
    }

}

@media all and (max-width: 992px) {
    .logo img {
        max-width: 50px;
    }

    section.blog .blog-block .container.first-post {
        height: auto;
    }

    .contacts p.big-phone {
        font-size: 20px;
        margin: 3px 0 0 0;
    }

    .logo p.logo-title {
        font-size: 25px;
        margin-top: 15px;
    }

    .logo p.logo-sub {
        clear: both;
        width: 100%;
        line-height: 1.2;
    }

    header div.work-grafik {
        margin-left: 30px;
    }

    header nav ul li {
        margin-right: 15px;
    }

    header nav ul li a {
        font-size: 11px;
    }
}

@media all and (max-width: 767px) {

    .xs-shown {
        display: block;
    }

    .xs-hidden {
        display: none;

    }

    .logo-block {

        border-bottom: 3px solid #f8e71c;
    }

    .logo {
        float: left;

        width: 80%;
    }

    .logo p.logo-sub {
        float: left;
        clear: both;
        margin: 10px 0;
        font-weight: 100;

    }

    .logo p.logo-sub a {
        font-size: 12px;
    }

    .mobile-btn {
        display: block;
        background: rgba(255, 255, 255, 0.10);
        float: right;
        border-radius: 4px;
        margin: 24px 10px 0 0;
        width: 46px;
        height: 46px;
        text-align: center;

    }

    .mobile-btn a i {
        color: #70c117;
        font-size: 40px;
        line-height: 46px;
    }

    div.contacts {
        text-align: center;
    }

    .contacts p.big-phone {
        text-align: center;
        font-size: 25px;
        color: #fff;
        letter-spacing: 0;
        margin: 3px 0 0 0;
        font-weight: 100;
    }

    .contacts p.small-phone {
        width: 49%;
        margin: 2px 0 2px;
        font-size: 16px;
        color: #fff;

        letter-spacing: 0;
        font-weight: 100;
        text-align: center;
    }

    .contacts a.callback {
        display: none;

    }

    .mobile-img {
        display: block;
    }

    section.promo-block {
        height: auto;
    }

    section.promo-block .promo-block-main {
        height: auto;
        background: #fff;

    }

    section.promo-block .title {
        margin-top: 15px;
        text-align: center;
        width: 100%;
    }

    section.promo-block .sub {
        width: 100%;
        text-align: center;
        font-size: 23px;
        color: #000;
        margin-bottom: 15px;
        font-weight: 100;
    }

    section.promo-block .green-border-btn {
        margin: 20px auto 0;
        float: none;

    }

    section.promo-block .mobile-img {
        float: left;
        width: 100%;
        clear: both;
        border-top: 3px solid #f8e71c;
        margin-top: 20px;

    }

    section.promo-block .mobile-img img {
        width: 100%;
    }

    section.call-to-action {
        font-family: "Open Sans";
        font-weight: 100;
        padding: 15px 0;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        color: #fff;
    }

    section.call-to-action .text-right {
        text-align: center;
    }

    section.call-to-action .green-border-btn, section.call-to-action span {
        float: none;
        display: block;
        margin: 0 auto;
    }

    section.how-we-work .icon-block .icon {
        border: 0;
    }

    section.how-we-work .col-xs-6:nth-child(1), section.how-we-work .col-xs-6:nth-child(2) {

        padding-bottom: 55px;
    }

    section.how-we-work h3 {
        font-size: 30px;
        color: #000;
        margin-bottom: 20px;
    }

    section.how-we-work {
        padding: 30px 0;
    }

    section.team h3 {
        font-size: 30px;
        color: #000;
        margin-bottom: 30px;
    }

    section.team {
        padding: 30px 0;
    }

    section.team .teammate {
        margin: 4px 5px 42px;
        width: 160px;
    }

    .why-we .mobile-btn-block {
        display: block;
        padding: 0;
        margin-bottom: 25px;
    }

    section.why-we h3 {
        text-align: center;
    }

    section.why-we .col-xs-12 {
        padding: 0 10px;
        margin: 0;
    }

    section.why-we .green-border-btn {
        display: block;
        float: none;
        clear: both;
    }

    section.why-we .green-border-btn {
        float: none;
        margin: 20px auto 5px;
    }

    section.why-we span {
        float: none;
        text-align: center;
        width: 100%;
    }

    section.why-we img {
        float: right;

    }

    section.prices-block {
        padding: 30px 0;
        height: auto;
        min-height: 100%;
    }

    section.prices-block .sidebar {
        height: auto;
        min-height: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    section.prices-block h3 {
        font-size: 30px;

        margin: 0 0 20px 0;
        color: #000;
    }

    section.prices-block .sidebar ul {
        padding: 0;
        height: 40px;
        width: 100%;

    }

    section.prices-block .sidebar ul li {
        float: left;
        line-height: 40px;
        border-bottom: 1px solid #dcdcdc;

    }

    section.prices-block .sidebar ul li a {
        line-height: 40px;
        font-size: 15px;
        color: #000;
        display: block;
        padding: 0 20px;
        margin: 0;
        text-align: center;
    }

    section.prices-block .sidebar ul li a.active {
        text-align: center;
        background: #fff;
        border: 1px solid #dcdcdc;
        text-decoration: none;
        border-radius: 4px 4px 0 0;
    }

    section.prices-block .sidebar li a.active:after, section.prices-block .sidebar li a:hover:after {
        content: '';
        display: none;
    }

    .sidebar-block {

    }

    section.prices-block .sidebar + .col-md-9 {
        clear: both;
    }

    section.prices-block .block {
        padding: 15px 0;
    }

    section.feedback .feedback-block .no-padding {
        padding: 0 15px;
    }

    section.feedback {
        padding: 30px 0;
    }

    section.feedback h3 {
        font-size: 30px;
        margin: 0 0 30px 0;
    }

    section.socials {
        padding: 30px 0;
    }

    section.socials h3 {
        font-size: 30px;
    }

    section.socials p {
        font-size: 15px;
        color: #000;
        letter-spacing: 0;
        line-height: 21px;
    }

    .green-border-btn img {
        width: 30px;
    }

    .green-border-btn {
        font-size: 13px;
    }

    footer .logo {
        width: 100%;
        border-bottom: 3px solid #f8e71c;
        padding: 0 10px 20px 10px;
    }

    footer .logo p.logo-title {
        margin-top: 5px;
    }

    footer .logo p.logo-sub {
        clear: none;
        float: left;
    }

    footer .contacts p.address {
        width: 100%;
        margin: 5px auto;
        text-align: center;
        max-width: 100%;
    }

    .xs-no-padding {
        padding: 0;
    }

    footer div.work-grafik {
        margin: 10px auto;
        width: 100%;
        max-width: 100%;
        padding: 5px 0;
        height: auto;
    }

    div.work-grafik p.title {
        margin-top: 5px;
    }

    footer div.icons {
        width: 100%;
        text-align: center;

    }

    footer div.icons a {
        display: inline-block;
    }

    footer .lang-block {
        float: none;
        clear: both;
        margin: 10px auto;
        display: block;
        width: 85px;
    }

    section.product-list .item .img {
        height: 90px;
    }

    section.product-list .item .img img {
        max-height: 90px;
    }

    section.product-list .item .text {
        height: 105px;
        margin-bottom: 10px;
    }

    .mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10000;
        background-color: #fff;
        overflow: scroll;
        height: 100%;

    }

    .mobile-nav .mobile-nav-header {
        float: left;
        width: 100%;
        height: 60px;
    }

    .mobile-nav .mobile-nav-header a.prev {
        float: left;
        margin: 30px 0 0 10px;
        font-size: 20px;
        display: none;
        color: #70c117;

    }

    .mobile-nav .mobile-nav-header span.menu {
        float: left;
        margin: 30px 0 0 10px;
        font-weight: 700;
        font-size: 15px;
        color: #9b9b9b;
    }

    .mobile-nav .mobile-nav-header a.close {
        float: right;
        margin: 30px 10px 0 0px;
        font-size: 20px;
        display: block;
        color: #70c117;
        background: rgba(0, 0, 0, 0.1);
        opacity: 1;
        border-radius: 4px;
        width: 46px;
        height: 46px;
        font-weight: 700;
        text-align: center;
        line-height: 46px;
    }

    .mobile-nav .mobile-nav-header a.close i {
        font-size: 30px;
        font-weight: 700;
    }

    .mobile-nav .main-menu {
        clear: both;
    }

    .mobile-nav .main-menu ul {
        padding: 0;
        margin-top: 25px;
    }

    .mobile-nav .main-menu ul li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ededed;
        list-style: none;
        padding: 0 25px;

    }

    .mobile-nav .main-menu ul li a {
        font-family: "Open Sans";
        font-size: 20px;
        color: #000;
        line-height: 57px;
    }

    .sub-menu-block {
        margin-top: 25px;
        float: left;
        clear: both;
    }

    .sub-menu-block .title {
        font-family: "Open Sans";
        font-weight: 100;
        font-size: 18px;
        color: #000;
        margin: 25px auto;
    }

    .sub-menu-block ul li {
        list-style: none;
        margin-bottom: 20px;
    }

    .sub-menu-block ul {
        border-bottom: 1px solid #ededed;
        padding-left: 20px;
    }

    .sub-menu-block ul li a {

        font-size: 14px;
        color: #000;
        letter-spacing: 0;
        width: 100%;
        line-height: 20px;
    }

    .sub-menu-block ul li ul {
        margin: 10px 0 0 5px;
        border-bottom: 0;
    }

    .sub-menu-block ul li ul li {
        margin-bottom: 10px;
        position: relative;
    }

    .sub-menu-block ul li:before {
        content: "\f3d3";
        font-size: 13px;
        color: #70c117;
        position: absolute;
        left: 15px;
        letter-spacing: 0;
        line-height: 20px;
        font-family: "Ionicons";
    }

    .sub-menu-block ul li ul li:before {
        left: -15px;
    }

    .mobile-nav .show-all a {
        font-weight: 400;
        margin-left: 25px;
        text-decoration: underline;
        font-size: 14px;
        color: #000;
        letter-spacing: 0;
        line-height: 29px;
    }

    .mobile-nav .show-all a:hover {
        text-decoration: none;
    }

    div.therapy-filter .search-results li {
        width: 100%;
        margin-bottom: 20px;
    }

    div.therapy-filter .search-results li a {
        line-height: 25px;

    }

    div.therapy-filter .search-results li:before {
        line-height: 25px;
    }

    div.therapy-filter {
        padding: 30px 0;
    }

    div.therapy-filter h1 {
        font-size: 30px;
    }

    div.therapy-filter a.search-btn {
        float: left;
    }

    div.state-block h1 {
        font-size: 30px;
    }

    section.contact-block form {
        margin: 30px 0 50px 0;
    }

    section.contact-block label, .subscribe-block label {
        font-size: 15px;
    }

    .subscribe-block input[type="button"] {
        float: none;
        margin: 0 auto;
        display: block;
    }

    div.blog-small div.title {
        max-height: 90px;
    }

    div.blog-small div.title h2 a {
        font-size: 20px;
    }

    div.blog-small div.text {
        font-size: 15px;
        color: #4a4a4a;
        letter-spacing: 0;
        line-height: 24px;
        height: 100px;
    }

    div.blog-small {
        height: 540px;
    }

    .subscribe-form {
        margin-bottom: 50px;
    }
}

@media all and (max-width: 991px) and (min-width: 560px) {
    div.blog-small div.text {
        height: 100px;
    }

    div.blog-small {
        height: 500px;
    }
}

#res {
    clear: both;
}

.blog #res {
    margin: 10px auto;
    max-width: 500px;
}

#callBack #res {
    clear: both;
    width: 100%;
    float: left;
}

#callBack .group {
    float: none;
    clear: both;
    margin: 20px auto;
}

#callBack form {
    margin-bottom: 30px;
}

#callBack .subscribe-block input[type="button"] {
    float: none;
    margin: 20px auto 0;
    width: 178px;
    display: block;
}