@charset "UTF-8";
/* ----------------------------------- *\
      icons
\* ----------------------------------- */
.i {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/* ----------------------------------- *\
      main styles
\* ----------------------------------- */
body {
    color: #000000;
    background: #fff;
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 300;
}

b {
    font-weight: 600;
}

p,
ul,
ol,
li {
    text-align: justify;
    margin-bottom: 25px;
}

p img,
ul img,
ol img,
li img {
    max-width: 100%;
}

p:last-child,
ul:last-child,
ol:last-child,
li:last-child {
    margin-bottom: 0;
}

li {
    margin-bottom: 2px;
    position: relative;
    padding-left: 20px;
}

li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F5CD46;
    position: absolute;
    top: 0.59em;
    left: 0;
    margin-top: -5px;
}

.list-small li:before {
    width: 8px;
    height: 8px;
    background: #286036;
    margin-top: -4px;
}

.list-second li:before {
    border: 2px solid #F5CD46;
    background: none;
}

.list-third li:before {
    height: 3px;
    background: #286036;
    margin-top: -2px;
    border-radius: 0;
}

ol {
    counter-reset: li;
    list-style: none;
}

ol li {
    padding: 0;
}

ol li:before {
    content: counter(li) '. ';
    counter-increment: li;
    position: static;
    background: none;
    width: auto;
    height: auto;
    display: inline;
    border-radius: 0;
}

a {
    text-decoration: underline;
    color: #286036;
}

a:hover {
    text-decoration: none;
}

.text-att01 {
    color: #286036;
}

.text-att02 {
    color: #F5CD46;
}

.text-center {
    text-align: center;
}

.clear {
    clear: both;
}

.article-photo {
    display: block;
    margin: 32px auto 30px auto;
    max-width: 300px;
    width: 100%;
}

.article-photo:first-child {
    margin-top: 0;
}

.article-photo:last-child {
    margin-bottom: 0;
}

h1,
.main-title,
h2,
.second-title,
h3,
.small-title {
    text-align: center;
    display: block;
    color: #292929;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 1em;
    font-size: 28px;
}

h2,
.second-title {
    font-size: 24px;
}

h3,
.small-title {
    font-size: 20px;
    line-height: 1.1875;
}

.page-title {
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #292929;
    text-transform: none;
    background: #f5f9fe;
    padding: 10px 25px;
    text-align: center;
    margin: 0;
}

.decor-title {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #292929;
    text-align: center;
    padding-bottom: 8px;
}

.decor-title:before {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    background: #F5CD46;
}

table {
    width: auto;
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

table:first-child {
    margin-top: 0;
}

table th,
table td {
    padding: 10px 20px;
    background: #f9f9f9;
    border: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    vertical-align: top;
}

table th:last-child,
table td:last-child {
    border-right: none;
}

table th:first-child,
table td:first-child {
    border-left: none;
}

table th {
    background: #286036;
    font-size: 19px;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    font-weight: 600;
}

table tr:nth-child(2n) td,
table tr:nth-child(2n) th {
    background: #e9e9e9;
}

blockquote,
.attention-text {
    display: block;
    position: relative;
    margin: 35px 0 30px 20px;
    border: 2px solid #F5CD46;
    border-radius: 15px;
    background: #f9f9f9;
    font-weight: 400;
    font-style: italic;
    padding: 15px 30px;
}

blockquote:before,
.attention-text:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -17px;
    left: -21px;
    border-radius: 50%;
    background: #F5CD46;
}

blockquote:after,
.attention-text:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -328px -51px;
    width: 9px;
    height: 31px;
    position: absolute;
    top: -7px;
    left: -1px;
}

blockquote:first-child,
.attention-text:first-child {
    margin-top: 0;
}

@media (max-width: 639px) {
    table {
        display: block;
        position: relative;
        margin-bottom: 35px;
    }

    table thead {
        display: none;
    }

    table tbody,
    table tr,
    table td,
    table th {
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        width: 100% \9;
        float: left \9;
        position: relative;
        overflow: hidden;
    }

    table tr {
        margin-bottom: 1px;
    }

    table th,
    table td {
        background: #286036;
        border: none;
    }

    table th:not(.js-td-button),
    table td:not(.js-td-button) {
        background: #fefefe;
        display: none;
        -webkit-animation: fadein ease 0.2s;
        animation: fadein ease 0.2s;
    }

    table th.js-td-button,
    table td.js-td-button {
        display: block;
        cursor: pointer;
        color: #fff;
        font-size: 19px;
        font-weight: 600;
        line-height: 24px;
        padding: 8px 40px;
    }

    table th.js-td-button:after,
    table td.js-td-button:after {
        content: "";
        position: absolute;
        top: 20px;
        right: 16px;
        margin-top: -6px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        background-image: url(../img/spr.png);
        background-position: -437px -116px;
        width: 20px;
        height: 12px;
        -webkit-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s;
    }

    table th.js-td-button.active:after,
    table td.js-td-button.active:after {
        -webkit-transform: -webkit-rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    table th.js-td-button.active ~ th,
    table td.js-td-button.active ~ th,
    table th.js-td-button.active ~ td,
    table td.js-td-button.active ~ td {
        display: block;
    }

    table tr:nth-child(2n) th,
    table tr:nth-child(2n) td {
        background: #286036;
    }

    table tr:nth-child(2n) th:not(.js-td-button),
    table tr:nth-child(2n) td:not(.js-td-button) {
        background: #fefefe;
    }
}

@media (min-width: 640px) {
    .article-photo {
        float: left;
        margin-top: 5px;
        margin-right: 37px;
    }

    .article-photo.right {
        float: right;
        margin-right: 0;
        margin-left: 37px;
    }

    blockquote,
    .attention-text {
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 18px;
        line-height: 22px;
        padding: 35px 40px;
        max-width: 800px;
    }
}

@media (min-width: 1000px) {
    blockquote,
    .attention-text {
        margin-left: 70px;
    }
}

@media (min-width: 1400px) {
    body {
        font-size: 18px;
        line-height: 1.2222;
    }

    p,
    ol,
    ul,
    li {
        margin-bottom: 28px;
    }

    li {
        padding-left: 25px;
        margin-bottom: 3px;
    }

    li:before {
        top: 0.6em;
    }

    h1,
    .main-title {
        font-size: 32px;
    }

    h2,
    .second-title {
        font-size: 28px;
    }

    h3,
    .small-title {
        font-size: 24px;
    }

    .page-title {
        font-size: 28px;
        line-height: 34px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .decor-title {
        font-size: 22px;
        padding-bottom: 18px;
        margin-bottom: 20px;
    }

    table {
        margin-top: 35px;
        margin-bottom: 58px;
    }

    table td {
        padding: 14px 30px;
    }

    table th {
        font-size: 22px;
        padding: 12px 30px;
        line-height: 26px;
    }

    blockquote,
    .attention-text {
        margin-left: 112px;
        margin-top: 60px;
        margin-bottom: 60px;
        max-width: 1000px;
        font-size: 20px;
        line-height: 24px;
        padding: 44px 40px;
    }

    blockquote:before,
    .attention-text:before {
        width: 60px;
        height: 60px;
        top: -22px;
        left: -26px;
    }

    blockquote:after,
    .attention-text:after {
        background-image: url(../img/spr.png);
        background-position: -198px -172px;
        width: 11px;
        height: 38px;
        top: -11px;
    }
}

@media (min-width: 1600px) {
    blockquote,
    .attention-text {
        margin-left: 212px;
    }
}

/* ----------------------------------- *\
      structura
\* ----------------------------------- */
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.sep-page {
    clear: both;
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.inner-wrap,
.page {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0 11px;
    min-width: 320px;
    max-width: 1600px;
    width: 100%;
}

.page {
    padding-top: 60px;
    margin-bottom: 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.page > h1:first-child,
.page > .main-title:first-child {
    margin-top: -12px;
}

.wrap,
.header,
.nav,
.footer,
.cnt-section {
    position: relative;
    clear: both;
    min-width: 320px;
    width: 100%;
}

.wrap {
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrap > .cnt-section {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header,
.footer,
.main-more-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer {
    overflow: hidden;
    background: url(../img/main/footer.jpg) center no-repeat;
    background-size: cover;
}

.footer .footer-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.footer .main-panel {
    padding: 15px 0 20px 0;
    position: relative;
}

.footer .main-panel:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.footer .bottom-panel {
    position: relative;
    line-height: 1;
}

.footer .copy-wrap {
    position: relative;
    background: #F5CD46;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 1;
    padding: 14px 0;
    color: #fff;
}

.footer .copy-wrap:before,
.footer .copy-wrap:after {
    content: "";
    display: block;
    width: 9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #F5CD46;
}

.footer .copy-wrap:before {
    left: auto;
    right: 100%;
}

.footer .copy-wrap p {
    text-align: center;
}

.footer .copy-wrap a {
    text-decoration: none;
    color: #fff;
}

.footer .copy-wrap a:hover {
    text-decoration: underline;
}

.footer .soc-wrap {
    line-height: 1;
    text-align: center;
}

.footer .logo-wrap {
    margin-bottom: 52px;
    line-height: 1;
    text-align: center;
}

.footer .menu-wrap {
    width: 300px;
    margin: 0 auto;
    padding-left: 116px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
    overflow: hidden;
    margin-bottom: 15px;
}

.footer .menu-wrap ul {
    margin: 0;
}

.footer .menu-wrap li {
    margin: 0 0 9px 0;
    padding: 0;
}

.footer .menu-wrap li:before {
    display: none;
}

.footer .menu-wrap a {
    color: #292929;
}

.footer .menu-wrap a:hover {
    text-decoration: none;
    color: #286036;
}

.footer .contacts-wrap {
    margin: 0 auto 16px auto;
    width: 234px;
}

.footer .map-wrap {
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
}

.footer .map {
    height: 263px;
    position: relative;
    overflow: hidden;
    border: 11px solid #f4f4f4;
    line-height: 1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.footer .cnt-wrap {
    margin-bottom: 3px;
}

.footer .logo {
    color: #F5CD46;
}

.footer p {
    margin: 0;
}

.footer .btn-action-ico.soc {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 40px;
}

.footer .btn-action-ico.soc img,
.footer .btn-action-ico.soc svg {
    max-width: 26px;
    max-height: 26px;
}

.footer .btn-action-ico.soc.soc01:before {
    background-image: url(../img/spr.png);
    background-position: -388px -49px;
    width: 26px;
    height: 26px;
}

.footer .btn-action-ico.soc.soc01:after {
    background-image: url(../img/spr.png);
    background-position: -388px -95px;
    width: 26px;
    height: 26px;
}

.footer .btn-action-ico.soc.soc02:before {
    background-image: url(../img/spr.png);
    background-position: -388px -187px;
    width: 26px;
    height: 26px;
}

.footer .btn-action-ico.soc.soc02:after {
    background-image: url(../img/spr.png);
    background-position: -388px -141px;
    width: 26px;
    height: 26px;
}

.footer .btn-action-ico.soc.soc03:before {
    background-image: url(../img/spr.png);
    background-position: -388px -233px;
    width: 26px;
    height: 26px;
}

.footer .btn-action-ico.soc.soc03:after {
    background-image: url(../img/spr.png);
    background-position: 0px -387px;
    width: 26px;
    height: 26px;
}

.menu-active .nav {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.header .top-panel {
    background: #f4f4f4;
}

.header .top-panel .inner-wrap {
    height: 26px;
    overflow: hidden;
}

.header .logo-outer-wrap {
    line-height: 1;
    position: relative;
}

.header .logo-wrap {
    display: inline-block;
    max-width: 100%;
    position: relative;
    height: 90px;
    line-height: 90px;
    text-align: left;
    background: #F5CD46;
}

.header .logo-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 9999px;
    background: #F5CD46;
}

.header .logo-wrap:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    line-height: 1;
    border-width: 45px 37px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #F5CD46;
    border-left-color: #F5CD46;
    position: absolute;
    top: 0;
    left: 100%;
}

.header .actions-wrap {
    overflow: hidden;
    margin-right: -4px;
}

.header .contacts-wrap {
    padding: 13px 0 13px 10px;
    margin: 0 auto;
    max-width: 248px;
}

.header .view-wrap {
    float: left;
}

.header .soc-wrap {
    float: right;
}

.header .btn-action-ico.soc {
    float: left;
    width: 24px;
    height: 26px;
    margin: 0 0 0 5px;
    line-height: 26px;
}

.header .btn-action-ico.eye {
    width: 21px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
}

.header .btn-view {
    height: 26px;
    line-height: 26px;
    padding-left: 30px;
    font-size: 13px;
    font-weight: 300;
    color: #F5CD46;
    position: relative;
    display: block;
}

.header .btn-view:hover {
    text-decoration: underline;
}

.nav {
    background: #286036;
    line-height: 1;
}

.nav .inner-wrap {
    height: 50px;
    padding: 0 178px 0 0;
}

.nav .inner-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.nav .button-wrap {
    width: 124px;
    position: absolute;
    top: 0;
    right: 10px;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    line-height: 46px;
    padding-left: 69px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    letter-spacing: 0.016em;
}

.logo .logo-pic {
    display: block;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.logo .logo-pic img,
.logo .logo-pic svg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 50px;
    max-height: 50px;
}

.logo .logo-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 1;
}

.logo .logo-title {
    display: block;
    font-size: 28px;
    font-weight: 600;
    max-height: 56px;
    position: relative;
    overflow: hidden;
    letter-spacing: 0em;
}

.logo .logo-subtitle {
    /*white-space: nowrap;*/
    display: block;
    overflow: hidden;
    margin-top: -4px;
}

.main-menu-wrap {
    text-align: center;
}

.main-menu-wrap ul {
    margin: 0;
}

.main-menu-wrap li {
    margin: 0;
    padding: 0;
}

.main-menu-wrap li:before {
    display: none;
}

.main-menu-wrap a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.main-menu-wrap .menu-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #292929;
    height: 70px;
    line-height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.main-search-wrap {
    font-size: 0;
    line-height: 0;
    position: static;
    float: left;
}

.main-search-wrap .btn-action-ico.search {
    width: 44px;
    height: 50px;
    float: left;
    position: absolute;
    top: 0;
    right: 134px;
}

.main-search-wrap .search-block {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #286036;
    z-index: 9;
    padding: 10px 50px 10px 10px;
}

.main-search-wrap .btn-action-ico.close {
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 999px) {
    .main-menu-wrap {
        float: left;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        color: #286036;
        text-align: center;
    }

    .main-menu-wrap .menu {
        padding-top: 15px;
    }

    .main-menu-wrap .menu > li > a {
        padding: 8px 45px;
    }

    .main-menu-wrap .menu ul {
        padding: 10px 0;
        display: none;
        -webkit-animation: fadein ease 0.2s;
        animation: fadein ease 0.2s;
        background: #f5f5f5;
        font-size: 17px;
        font-weight: 400;
        line-height: 16px;
    }

    .main-menu-wrap .menu ul a {
        padding: 7px 40px;
    }

    .main-menu-wrap .menu ul .btn-action-toggle-menu {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }

    .main-menu-wrap .menu ul .btn-action-toggle-menu:before,
    .main-menu-wrap .menu ul .btn-action-toggle-menu:after {
        width: 10px;
        margin-left: -5px;
    }

    .main-menu-wrap .menu ul ul {
        background: #ebebeb;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .main-menu-wrap .btn-action-toggle-menu {
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -12px;
    }

    .main-menu-wrap li.open > ul {
        display: block;
    }

    .main-menu-wrap li.open > a .btn-action-toggle-menu:before {
        -webkit-transform: -webkit-rotate(0);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .main-menu-wrap li,
    .main-menu-wrap a {
        text-align: center;
    }

    .main-menu-wrap .menu-block {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: rgba(113, 113, 113, 0.9);
    }

    .main-menu-wrap .menu-outer-wrap {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        width: 300px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 20px rgba(73, 73, 73, 0.15);
        box-shadow: 0 0 20px rgba(73, 73, 73, 0.15);
        margin: auto;
        padding-top: 70px;
        max-height: 80%;
        max-height: calc(100vh - 106px);
    }

    .main-menu-wrap .menu-wrap {
        overflow: auto;
        max-height: 100%;
    }

    .main-menu-wrap .btn-action-close {
        position: absolute;
        bottom: 100%;
        right: 0;
        margin-bottom: 8px;
    }

    .main-menu-wrap li.open > ul {
        display: block;
    }

    .main-menu-wrap li.open > a {
        color: #F5CD46;
    }

    .main-menu-wrap li a {
        color: #286036;
    }

    .main-menu-wrap li a:hover,
    .main-menu-wrap li a.active {
        color: #F5CD46;
    }
}

@media (min-width: 640px) {
    .inner-wrap,
    .page {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer .main-panel {
        max-width: 488px;
        margin: 0 auto;
        padding-top: 38px;
        padding-bottom: 20px;
    }

    .footer .bottom-panel {
        padding-right: 180px;
        position: relative;
    }

    .footer .bottom-panel:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        font-size: 0;
    }

    .footer .footer-wrap {
        padding: 0 152px 0 0;
    }

    .footer .soc-wrap {
        height: 40px;
        margin: 0 -180px 0 60px;
        float: left;
        text-align: left;
    }

    .footer .copy-wrap {
        height: 40px;
        line-height: 40px;
        float: left;
        max-width: 100%;
        margin: 0;
        padding: 0 30px 0 0;
        text-align: left;
    }

    .footer .copy-wrap:after {
        width: 0;
        height: 0;
        border: 10px solid rgba(255, 255, 255, 0);
        border-top-color: #F5CD46;
        border-left-color: #F5CD46;
        border-width: 20px 17px;
        background: none;
    }

    .footer .info-wrap {
        width: 100%;
        float: left;
        margin: 0;
        padding-left: 46px;
    }

    .footer .contacts-wrap {
        width: 240px;
        margin: 0 0 25px 0;
    }

    .footer .menu-wrap {
        width: 152px;
        float: right;
        margin: 0 -152px 30px 0;
        padding-top: 6px;
        padding-left: 0;
    }

    .footer .logo-wrap {
        text-align: left;
    }

    .footer .map-wrap {
        margin: 0 0 20px 0;
    }

    .footer .copy {
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        position: relative;
        overflow: hidden;
        max-width: 100%;
    }

    .header .actions-wrap {
        width: 292px;
        margin: 0 -2px 0 auto;
    }

    .header .main-panel .inner-wrap {
        height: 152px;
    }

    .header .contacts-wrap {
        padding: 10px 0 10px 0;
        margin-left: 298px;
        max-width: inherit;
        height: 152px;
        overflow: hidden;
        position: relative;
    }

    .header .cnt-wrap {
        padding-left: 60px;
    }

    .header .cnt-wrap + .cnt-wrap {
        padding-left: 30px;
    }

    .header .cnt-wrap + .cnt-wrap + .cnt-wrap {
        padding-left: 0;
    }

    .header .logo-outer-wrap {
        position: absolute;
        top: -26px;
        left: 20px;
        bottom: 0;
        height: auto;
        width: 142px;
    }

    .header .logo-wrap {
        height: 178px;
        line-height: 160px;
        position: relative;
        width: 100%;
    }

    .header .logo-wrap:after {
        border-width: 89px 75px;
    }

    .nav .inner-wrap {
        padding-right: 228px;
    }

    .nav .button-wrap {
        width: 124px;
        right: 20px;
    }

    .main-search-wrap .search-block {
        right: 144px;
        padding-left: 20px;
        padding-right: 72px;
    }

    .main-search-wrap .btn-action-ico.close {
        right: 22px;
    }

    .main-search-wrap .btn-action-ico.search {
        right: 144px;
        width: 84px;
    }
}

@media (min-width: 640px) and (max-width: 999px) {
    .main-menu-wrap {
        padding-left: 90px;
    }

    .header .logo {
        padding: 52px 0 0 0;
        width: 110%;
        z-index: 2;
    }

    .header .logo .logo-pic {
        position: absolute;
        top: 0;
        left: 0;
        bottom: auto;
        height: 50px;
    }
}

@media (min-width: 1000px) {
    .inner-wrap,
    .page {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer .main-panel {
        max-width: 100%;
        padding-left: 455px;
    }

    .footer .footer-wrap {
        width: 455px;
        float: left;
        margin: 0 0 0 -455px;
        padding-right: 164px;
    }

    .footer .menu-wrap {
        width: 164px;
        margin-right: -164px;
    }

    .footer .info-wrap {
        padding-left: 0;
    }

    .footer .map-wrap {
        width: 100%;
        float: right;
        margin: 0 0 20px 0;
    }

    .header .main-panel .inner-wrap {
        height: 114px;
    }

    .header .contacts-wrap {
        height: 114px;
        margin-left: 472px;
        margin-right: -40px;
        font-size: 0;
    }

    .header .actions-wrap {
        width: 324px;
    }

    .header .logo-outer-wrap {
        width: auto;
        min-width: 258px;
        max-width: 350px;
        float: left;
        left: 30px;
    }

    .header .logo-wrap {
        height: 140px;
        line-height: 140px;
    }

    .header .logo-wrap:after {
        border-width: 70px 60px;
    }

    .header .cnt-wrap {
        padding: 0;
        width: 266px;
        padding-right: 10px;
        display: inline-block;
        vertical-align: top;
    }

    .header .cnt-wrap + .cnt-wrap {
        padding: 0;
        width: 240px;
    }

    .header .cnt-wrap + .cnt-wrap + .cnt-wrap {
        width: 100%;
        max-width: 260px;
    }

    .nav {
        z-index: 99;
    }

    .nav .inner-wrap {
        padding-right: 238px;
        padding-left: 30px;
    }

    .nav .button-wrap {
        right: 30px;
    }

    .main-search-wrap .btn-action-ico.search {
        right: 154px;
    }

    .main-menu-wrap {
        margin: 0 29px 0 -15px;
        font-size: 16px;
        line-height: 1;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }

    .main-menu-wrap .menu-title {
        display: none;
    }

    .main-menu-wrap .btn-action-close {
        display: none;
    }

    .main-menu-wrap .btn-action-menu {
        display: none;
    }

    .main-menu-wrap .btn-action-toggle-menu {
        display: none;
    }

    .main-menu-wrap .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .main-menu-wrap .menu li:hover > ul {
        display: block;
    }

    .main-menu-wrap .menu li:hover > a {
        background: #F5CD46;
        text-decoration: none;
    }

    .main-menu-wrap .menu li a:hover,
    .main-menu-wrap .menu li a.active {
        background: #F5CD46;
    }

    .main-menu-wrap .menu > li {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .main-menu-wrap .menu > li:last-child > ul > li {
        padding-right: 0;
        padding-left: 1px;
    }

    .main-menu-wrap .menu > li:last-child ul ul {
        left: auto;
        right: 100%;
    }

    .main-menu-wrap .menu > li > a {
        height: 50px;
        line-height: 50px;
    }

    .main-menu-wrap .menu > li > a:hover {
        background: #F5CD46;
        text-decoration: none;
    }

    .main-menu-wrap .menu > li:hover > ul {
        display: block;
    }

    .main-menu-wrap .menu > li:hover > a {
        background: #F5CD46;
    }

    .main-menu-wrap .menu > li li {
        padding-bottom: 1px;
        padding-right: 1px;
        position: relative;
    }

    .main-menu-wrap .menu > li li:after {
        content: "";
        display: block;
        width: 30px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 20px;
        background: #F5CD46;
    }

    .main-menu-wrap .menu > li li:last-child {
        padding-bottom: 0;
    }

    .main-menu-wrap .menu > li li:last-child:after {
        display: none;
    }

    .main-menu-wrap .menu > li li a {
        padding: 5px 15px;
        text-align: left;
    }

    .main-menu-wrap .menu > li ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 200px;
        font-size: 15px;
        line-height: 1;
        font-weight: 300;
        background: #286036;
        text-align: left;
    }

    .main-menu-wrap .menu > li ul ul {
        top: 0;
        left: 100%;
        background: #F5CD46;
    }

    .main-menu-wrap .menu > li ul ul a:hover,
    .main-menu-wrap .menu > li ul ul a.active {
        background: #286036;
    }

    .main-menu-wrap .menu > li ul ul li {
        padding-right: 0;
    }

    .main-menu-wrap .menu ul {
        display: none;
        -webkit-animation: fadein ease 0.2s;
        animation: fadein ease 0.2s;
        z-index: 9;
    }

    .main-menu-wrap a {
        text-align: center;
    }

    .main-search-wrap .search-block {
        padding-left: 30px;
        right: 154px;
    }
}

@media (min-width: 1200px) {
    .header .contacts-wrap {
        margin-right: 0;
    }
}

@media (min-width: 1400px) {
    .inner-wrap,
    .page {
        padding-left: 100px;
        padding-right: 100px;
    }

    .page {
        padding-top: 80px;
        margin-bottom: 110px;
    }

    .page > h1:first-child,
    .page > .main-title:first-child {
        margin-top: -15px;
    }

    .footer .main-panel {
        padding: 60px 0 38px 500px;
    }

    .footer .footer-wrap {
        width: 500px;
        padding-right: 178px;
        margin-left: -500px;
    }

    .footer .menu-wrap {
        width: 178px;
        margin: 0 -178px 0 0;
        font-size: 18px;
        line-height: 24px;
    }

    .footer .menu-wrap li {
        margin-bottom: 8px;
    }

    .footer .logo-wrap {
        margin-bottom: 35px;
    }

    .footer .contacts-wrap {
        width: 280px;
    }

    .footer .cnt-wrap {
        margin-bottom: -2px;
    }

    .footer .copy-wrap {
        font-size: 18px;
        padding-right: 45px;
    }

    .footer .soc-wrap {
        margin-left: 135px;
    }

    .footer .map {
        height: 296px;
    }

    .header .top-panel .inner-wrap {
        height: 30px;
    }

    .header .main-panel .inner-wrap {
        height: 110px;
    }

    .header .logo-outer-wrap {
        top: -30px;
        left: 100px;
        max-width: 330px;
    }

    .header .logo-wrap {
        line-height: 110px;
    }

    .header .contacts-wrap {
        margin-left: 300px;
        text-align: right;
        height: 80px;
        line-height: 80px;
        padding: 0;
    }

    .header .cnt-wrap {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        max-width: 100%;
        margin: 0 50px 0 0;
        padding: 0;
        width: auto;
    }

    .header .cnt-wrap:last-child {
        margin-right: 0;
    }

    .header .cnt-wrap + .cnt-wrap {
        width: auto;
    }

    .header .cnt-wrap + .cnt-wrap + .cnt-wrap {
        width: auto;
    }

    .header .actions-wrap {
        width: 378px;
    }

    .header .btn-view {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .header .btn-action-ico.soc {
        height: 30px;
        width: 31px;
        line-height: 31px;
        margin: 0;
    }

    .header .btn-action-ico.eye {
        width: 24px;
        height: 30px;
    }

    .nav {
        background: none;
        margin-top: -30px;
    }

    .nav .inner-wrap {
        height: 60px;
        padding-left: 100px;
        padding-right: 430px;
    }

    .nav .inner-wrap:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100px;
        right: 100px;
        background: #286036;
    }

    .nav .button-wrap {
        width: 200px;
        right: 100px;
    }

    .main-search-wrap .btn-action-ico.search {
        right: 300px;
        width: 130px;
        height: 60px;
    }

    .main-search-wrap .btn-action-ico.close {
        height: 60px;
        width: 60px;
        right: 35px;
    }

    .main-search-wrap .search-block {
        padding: 9px 100px 0 40px;
        left: 100px;
        right: 300px;
    }

    .main-menu-wrap {
        padding-left: 20px;
        margin: 0 0 0 0;
        font-size: 18px;
    }

    .main-menu-wrap .menu > li > a {
        height: 60px;
        line-height: 60px;
    }

    .main-menu-wrap .menu > li ul {
        width: 245px;
        font-size: 18px;
    }

    .main-menu-wrap .menu > li li a {
        padding: 11px 20px;
    }

    .logo {
        min-height: 60px;
        line-height: 56px;
        padding-left: 82px;
        font-size: 18px;
        z-index: 2;
    }

    .logo .logo-title {
        font-size: 32px;
        max-height: 64px;
    }

    .logo .logo-pic {
        width: 60px;
    }

    .logo .logo-pic img,
    .logo .logo-pic svg {
        max-width: 60px;
        max-height: 60px;
    }

    .logo .logo-subtitle {
        margin-top: 0;
    }
}

@media (min-width: 1600px) {
    .footer .main-panel {
        padding-left: 700px;
    }

    .footer .footer-wrap {
        width: 700px;
        padding-right: 290px;
        margin-left: -700px;
    }

    .footer .menu-wrap {
        width: 290px;
        margin-right: -290px;
    }

    .footer .soc-wrap {
        margin-left: 235px;
    }

    .header .logo-outer-wrap {
        max-width: 400px;
    }

    .main-menu-wrap {
        padding-left: 25px;
        font-size: 20px;
        padding-right: 44px;
    }

    .main-menu-wrap .menu > li li a {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/* ----------------------------------- *\
      fonts
\* ----------------------------------- */
@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-ExtraBold.eot');
    src: local('Panton ExtraBold'), local('Panton-ExtraBold'), url('../fonts/Panton-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-ExtraBold.woff') format('woff'), url('../fonts/Panton-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-RegularItalic.eot');
    src: local('Panton Regular Italic'), local('Panton-RegularItalic'), url('../fonts/Panton-RegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-RegularItalic.woff') format('woff'), url('../fonts/Panton-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-ThinItalic.eot');
    src: local('Panton Thin Italic'), local('Panton-ThinItalic'), url('../fonts/Panton-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-ThinItalic.woff') format('woff'), url('../fonts/Panton-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-Bold.eot');
    src: local('Panton Bold'), local('Panton-Bold'), url('../fonts/Panton-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-Bold.woff') format('woff'), url('../fonts/Panton-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-ExtraLight.eot');
    src: local('Panton ExtraLight'), local('Panton-ExtraLight'), url('../fonts/Panton-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-ExtraLight.woff') format('woff'), url('../fonts/Panton-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-ExtraBoldItalic.eot');
    src: local('Panton ExtraBold Italic'), local('Panton-ExtraBoldItalic'), url('../fonts/Panton-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-ExtraBoldItalic.woff') format('woff'), url('../fonts/Panton-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-ExtraLightItalic.eot');
    src: local('Panton ExtraLight Italic'), local('Panton-ExtraLightItalic'), url('../fonts/Panton-ExtraLightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-ExtraLightItalic.woff') format('woff'), url('../fonts/Panton-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-Thin.eot');
    src: local('Panton Thin'), local('Panton-Thin'), url('../fonts/Panton-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-Thin.woff') format('woff'), url('../fonts/Panton-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-SemiBold.eot');
    src: local('Panton SemiBold'), local('Panton-SemiBold'), url('../fonts/Panton-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-SemiBold.woff') format('woff'), url('../fonts/Panton-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-Heavy.eot');
    src: local('Panton Heavy'), local('Panton-Heavy'), url('../fonts/Panton-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-Heavy.woff') format('woff'), url('../fonts/Panton-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-SemiBoldItalic.eot');
    src: local('Panton SemiBold Italic'), local('Panton-SemiBoldItalic'), url('../fonts/Panton-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-SemiBoldItalic.woff') format('woff'), url('../fonts/Panton-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-BoldItalic.eot');
    src: local('Panton Bold Italic'), local('Panton-BoldItalic'), url('../fonts/Panton-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-BoldItalic.woff') format('woff'), url('../fonts/Panton-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-BlackItalic.eot');
    src: local('Panton Black Italic'), local('Panton-BlackItalic'), url('../fonts/Panton-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-BlackItalic.woff') format('woff'), url('../fonts/Panton-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-LightItalic.eot');
    src: local('Panton Light Italic'), local('Panton-LightItalic'), url('../fonts/Panton-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-LightItalic.woff') format('woff'), url('../fonts/Panton-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-Regular.eot');
    src: local('Panton Regular'), local('Panton-Regular'), url('../fonts/Panton-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-Regular.woff') format('woff'), url('../fonts/Panton-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-HeavyItalic.eot');
    src: local('Panton Heavy Italic'), local('Panton-HeavyItalic'), url('../fonts/Panton-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-HeavyItalic.woff') format('woff'), url('../fonts/Panton-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-Light.eot');
    src: local('Panton Light'), local('Panton-Light'), url('../fonts/Panton-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-Light.woff') format('woff'), url('../fonts/Panton-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-Black.eot');
    src: local('Panton Black'), local('Panton-Black'), url('../fonts/Panton-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Panton-Black.woff') format('woff'), url('../fonts/Panton-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.i-a01 {
    background-image: url(../img/spr.png);
    background-position: -437px -116px;
    width: 20px;
    height: 12px;
}

.i-a02 {
    background-image: url(../img/spr.png);
    background-position: 0px -94px;
    width: 32px;
    height: 58px;
}

.i-a03 {
    background-image: url(../img/spr.png);
    background-position: -349px -337px;
    width: 14px;
    height: 22px;
}

.i-a04 {
    background-image: url(../img/spr.png);
    background-position: -229px -172px;
    width: 18px;
    height: 30px;
}

.i-a05 {
    background-image: url(../img/spr.png);
    background-position: -272px -433px;
    width: 41px;
    height: 7px;
}

.i-a06 {
    background-image: url(../img/spr.png);
    background-position: -333px -433px;
    width: 41px;
    height: 7px;
}

.i-a07 {
    background-image: url(../img/spr.png);
    background-position: -45px -337px;
    width: 18px;
    height: 30px;
}

.i-a08 {
    background-image: url(../img/spr.png);
    background-position: -223px -337px;
    width: 18px;
    height: 30px;
}

.i-a09 {
    background-image: url(../img/spr.png);
    background-position: -394px -433px;
    width: 41px;
    height: 7px;
}

.i-a10 {
    background-image: url(../img/spr.png);
    background-position: -437px -208px;
    width: 6px;
    height: 10px;
}

.i-a11 {
    background-image: url(../img/spr.png);
    background-position: -437px -80px;
    width: 10px;
    height: 16px;
}

.i-a12 {
    background-image: url(../img/spr.png);
    background-position: -477px -27px;
    width: 29px;
    height: 5px;
}

.i-a13 {
    background-image: url(../img/spr.png);
    background-position: -477px 0px;
    width: 41px;
    height: 7px;
}

.i-blank {
    background-image: url(../img/spr.png);
    background-position: -477px -52px;
    width: 1px;
    height: 1px;
}

.i-ico-att {
    background-image: url(../img/spr.png);
    background-position: -328px -51px;
    width: 9px;
    height: 31px;
}

.i-ico-att02 {
    background-image: url(../img/spr.png);
    background-position: -198px -172px;
    width: 11px;
    height: 38px;
}

.i-ico-close-l {
    background-image: url(../img/spr.png);
    background-position: -90px -387px;
    width: 24px;
    height: 24px;
}

.i-ico-close {
    background-image: url(../img/spr.png);
    background-position: -314px -387px;
    width: 20px;
    height: 20px;
}

.i-ico-cnt01-h {
    background-image: url(../img/spr.png);
    background-position: 0px -287px;
    width: 30px;
    height: 30px;
}

.i-ico-cnt01-hl {
    background-image: url(../img/spr.png);
    background-position: 0px -232px;
    width: 35px;
    height: 35px;
}

.i-ico-cnt01-l {
    background-image: url(../img/spr.png);
    background-position: -273px -55px;
    width: 35px;
    height: 35px;
}

.i-ico-cnt01 {
    background-image: url(../img/spr.png);
    background-position: -173px -337px;
    width: 30px;
    height: 30px;
}

.i-ico-cnt02-h {
    background-image: url(../img/spr.png);
    background-position: -272px -232px;
    width: 30px;
    height: 30px;
}

.i-ico-cnt02-hl {
    background-image: url(../img/spr.png);
    background-position: -273px -110px;
    width: 35px;
    height: 35px;
}

.i-ico-cnt02-l {
    background-image: url(../img/spr.png);
    background-position: -273px -165px;
    width: 35px;
    height: 35px;
}

.i-ico-cnt02 {
    background-image: url(../img/spr.png);
    background-position: -100px -287px;
    width: 30px;
    height: 30px;
}

.i-ico-cnt03-h {
    background-image: url(../img/spr.png);
    background-position: -150px -287px;
    width: 30px;
    height: 30px;
}

.i-ico-cnt03-hl {
    background-image: url(../img/spr.png);
    background-position: -165px -232px;
    width: 35px;
    height: 35px;
}

.i-ico-cnt03-l {
    background-image: url(../img/spr.png);
    background-position: -273px 0px;
    width: 35px;
    height: 35px;
}

.i-ico-cnt03 {
    background-image: url(../img/spr.png);
    background-position: -328px -203px;
    width: 30px;
    height: 30px;
}

.i-ico-cnt04-h {
    background-image: url(../img/spr.png);
    background-position: -300px -337px;
    width: 29px;
    height: 29px;
}

.i-ico-cnt04-hl {
    background-image: url(../img/spr.png);
    background-position: -55px -232px;
    width: 35px;
    height: 35px;
}

.i-ico-cnt04-l {
    background-image: url(../img/spr.png);
    background-position: -110px -232px;
    width: 35px;
    height: 35px;
}

.i-ico-cnt04 {
    background-image: url(../img/spr.png);
    background-position: -388px 0px;
    width: 29px;
    height: 29px;
}

.i-ico-eye-h {
    background-image: url(../img/spr.png);
    background-position: -104px -433px;
    width: 21px;
    height: 12px;
}

.i-ico-eye-hl {
    background-image: url(../img/spr.png);
    background-position: -60px -433px;
    width: 24px;
    height: 14px;
}

.i-ico-eye-l {
    background-image: url(../img/spr.png);
    background-position: -328px -253px;
    width: 24px;
    height: 14px;
}

.i-ico-eye {
    background-image: url(../img/spr.png);
    background-position: -145px -433px;
    width: 21px;
    height: 12px;
}

.i-ico-frm01-h {
    background-image: url(../img/spr.png);
    background-position: -228px -120px;
    width: 20px;
    height: 30px;
}

.i-ico-frm01-hl {
    background-image: url(../img/spr.png);
    background-position: -152px -172px;
    width: 26px;
    height: 40px;
}

.i-ico-frm01-l {
    background-image: url(../img/spr.png);
    background-position: -106px -172px;
    width: 26px;
    height: 40px;
}

.i-ico-frm01 {
    background-image: url(../img/spr.png);
    background-position: -292px -287px;
    width: 20px;
    height: 30px;
}

.i-ico-frm02-h {
    background-image: url(../img/spr.png);
    background-position: -332px -287px;
    width: 25px;
    height: 30px;
}

.i-ico-frm02-hl {
    background-image: url(../img/spr.png);
    background-position: -53px -172px;
    width: 33px;
    height: 40px;
}

.i-ico-frm02-l {
    background-image: url(../img/spr.png);
    background-position: 0px -172px;
    width: 33px;
    height: 40px;
}

.i-ico-frm02 {
    background-image: url(../img/spr.png);
    background-position: -83px -337px;
    width: 25px;
    height: 30px;
}

.i-ico-frm03-h {
    background-image: url(../img/spr.png);
    background-position: -328px -153px;
    width: 19px;
    height: 30px;
}

.i-ico-frm03-hl {
    background-image: url(../img/spr.png);
    background-position: -228px -60px;
    width: 25px;
    height: 40px;
}

.i-ico-frm03-l {
    background-image: url(../img/spr.png);
    background-position: -228px 0px;
    width: 25px;
    height: 40px;
}

.i-ico-frm03 {
    background-image: url(../img/spr.png);
    background-position: -261px -337px;
    width: 19px;
    height: 30px;
}

.i-ico-frm04-h {
    background-image: url(../img/spr.png);
    background-position: -128px -337px;
    width: 25px;
    height: 30px;
}

.i-ico-frm04-hl {
    background-image: url(../img/spr.png);
    background-position: -175px -60px;
    width: 33px;
    height: 40px;
}

.i-ico-frm04-l {
    background-image: url(../img/spr.png);
    background-position: -175px 0px;
    width: 33px;
    height: 40px;
}

.i-ico-frm04 {
    background-image: url(../img/spr.png);
    background-position: 0px -337px;
    width: 25px;
    height: 30px;
}

.i-ico-frm05-h {
    background-image: url(../img/spr.png);
    background-position: -246px -287px;
    width: 26px;
    height: 30px;
}

.i-ico-frm05-hl {
    background-image: url(../img/spr.png);
    background-position: -106px -94px;
    width: 34px;
    height: 40px;
}

.i-ico-frm05-l {
    background-image: url(../img/spr.png);
    background-position: -52px -94px;
    width: 34px;
    height: 40px;
}

.i-ico-frm05 {
    background-image: url(../img/spr.png);
    background-position: -200px -287px;
    width: 26px;
    height: 30px;
}

.i-ico-frm06-h {
    background-image: url(../img/spr.png);
    background-position: -388px -325px;
    width: 26px;
    height: 26px;
}

.i-ico-frm06-hl {
    background-image: url(../img/spr.png);
    background-position: -220px -232px;
    width: 32px;
    height: 32px;
}

.i-ico-frm06-l {
    background-image: url(../img/spr.png);
    background-position: -175px -120px;
    width: 32px;
    height: 32px;
}

.i-ico-frm06 {
    background-image: url(../img/spr.png);
    background-position: -388px -279px;
    width: 26px;
    height: 26px;
}

.i-ico-frm07-h {
    background-image: url(../img/spr.png);
    background-position: -134px -387px;
    width: 30px;
    height: 23px;
}

.i-ico-frm07-hl {
    background-image: url(../img/spr.png);
    background-position: -328px 0px;
    width: 40px;
    height: 31px;
}

.i-ico-frm07-l {
    background-image: url(../img/spr.png);
    background-position: -328px -102px;
    width: 40px;
    height: 31px;
}

.i-ico-frm07 {
    background-image: url(../img/spr.png);
    background-position: -184px -387px;
    width: 30px;
    height: 23px;
}

.i-ico-menu {
    background-image: url(../img/spr.png);
    background-position: 0px -433px;
    width: 40px;
    height: 17px;
}

.i-ico-search-l {
    background-image: url(../img/spr.png);
    background-position: -50px -287px;
    width: 30px;
    height: 30px;
}

.i-ico-search {
    background-image: url(../img/spr.png);
    background-position: -46px -387px;
    width: 24px;
    height: 24px;
}

.i-ico-select01 {
    background-image: url(../img/spr.png);
    background-position: -437px -178px;
    width: 19px;
    height: 10px;
}

.i-ico-select02 {
    background-image: url(../img/spr.png);
    background-position: -437px -148px;
    width: 19px;
    height: 10px;
}

.i-ico-select03 {
    background-image: url(../img/spr.png);
    background-position: -186px -433px;
    width: 23px;
    height: 12px;
}

.i-ico-select04 {
    background-image: url(../img/spr.png);
    background-position: -229px -433px;
    width: 23px;
    height: 12px;
}

.i-ico-soc01-h {
    background-image: url(../img/spr.png);
    background-position: -437px -40px;
    width: 20px;
    height: 20px;
}

.i-ico-soc01-hl {
    background-image: url(../img/spr.png);
    background-position: -388px -95px;
    width: 26px;
    height: 26px;
}

.i-ico-soc01-l {
    background-image: url(../img/spr.png);
    background-position: -388px -49px;
    width: 26px;
    height: 26px;
}

.i-ico-soc01 {
    background-image: url(../img/spr.png);
    background-position: -274px -387px;
    width: 20px;
    height: 20px;
}

.i-ico-soc02-h {
    background-image: url(../img/spr.png);
    background-position: -234px -387px;
    width: 20px;
    height: 20px;
}

.i-ico-soc02-hl {
    background-image: url(../img/spr.png);
    background-position: -388px -141px;
    width: 26px;
    height: 26px;
}

.i-ico-soc02-l {
    background-image: url(../img/spr.png);
    background-position: -388px -187px;
    width: 26px;
    height: 26px;
}

.i-ico-soc02 {
    background-image: url(../img/spr.png);
    background-position: -394px -387px;
    width: 20px;
    height: 20px;
}

.i-ico-soc03-h {
    background-image: url(../img/spr.png);
    background-position: -354px -387px;
    width: 20px;
    height: 20px;
}

.i-ico-soc03-hl {
    background-image: url(../img/spr.png);
    background-position: 0px -387px;
    width: 26px;
    height: 26px;
}

.i-ico-soc03-l {
    background-image: url(../img/spr.png);
    background-position: -388px -233px;
    width: 26px;
    height: 26px;
}

.i-ico-soc03 {
    background-image: url(../img/spr.png);
    background-position: -437px 0px;
    width: 20px;
    height: 20px;
}

.i-ico-zoom-l {
    background-image: url(../img/spr.png);
    background-position: 0px 0px;
    width: 75px;
    height: 74px;
}

.i-ico-zoom {
    background-image: url(../img/spr.png);
    background-position: -95px 0px;
    width: 60px;
    height: 60px;
}

/* ----------------------------------- *\
      forms elements styles
\* ----------------------------------- */
.btn,
button,
input[type="submit"] {
    height: 30px;
    line-height: 30px;
    border: none;
    background: #286036;
    border-radius: 5px;
    padding: 0 24px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    min-width: 220px;
}

.btn.fancybox-button,
button.fancybox-button,
input[type="submit"].fancybox-button {
    min-width: 0;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
    background: #F5CD46;
}

.btn.btn-large,
button.btn-large,
input[type="submit"].btn-large {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0 30px;
    min-width: 200px;
}

.btn.btn-medium,
button.btn-medium,
input[type="submit"].btn-medium {
    height: 35px;
    line-height: 35px;
    min-width: 220px;
}

.btn.clr-second,
button.clr-second,
input[type="submit"].clr-second {
    background: #F5CD46;
}

.btn.clr-second:hover,
button.clr-second:hover,
input[type="submit"].clr-second:hover {
    background: #286036;
}

.btn.clr-third,
button.clr-third,
input[type="submit"].clr-third {
    background: #F5CD46;
}

.btn.clr-third:hover,
button.clr-third:hover,
input[type="submit"].clr-third:hover {
    background: #F5CD46;
}

.btn.btn-second,
button.btn-second,
input[type="submit"].btn-second {
    font-size: 15px;
    border-radius: 0;
}

.btn.btn-arrow:after,
button.btn-arrow:after,
input[type="submit"].btn-arrow:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -272px -433px;
    width: 41px;
    height: 7px;
    margin-left: 13px;
    margin-top: -2px;
}

.btn.btn-main,
button.btn-main,
input[type="submit"].btn-main {
    padding: 0 10px;
    display: block;
    width: 100%;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="time"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="url"] {
    height: 30px;
    border-radius: 5px;
    border: 2px solid #F5CD46;
    padding: 0 15px;
    font-size: 17px;
    font-weight: 400;
    color: #F5CD46;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    background-color: rgba(0, 0, 0, 0);
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="time"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus {
    border-color: #286036;
    color: #286036;
}

select:focus[placeholder]::-webkit-input-placeholder,
textarea:focus[placeholder]::-webkit-input-placeholder,
input[type="text"]:focus[placeholder]::-webkit-input-placeholder,
input[type="password"]:focus[placeholder]::-webkit-input-placeholder,
input[type="time"]:focus[placeholder]::-webkit-input-placeholder,
input[type="date"]:focus[placeholder]::-webkit-input-placeholder,
input[type="email"]:focus[placeholder]::-webkit-input-placeholder,
input[type="number"]:focus[placeholder]::-webkit-input-placeholder,
input[type="range"]:focus[placeholder]::-webkit-input-placeholder,
input[type="search"]:focus[placeholder]::-webkit-input-placeholder,
input[type="tel"]:focus[placeholder]::-webkit-input-placeholder,
input[type="url"]:focus[placeholder]::-webkit-input-placeholder {
    color: #286036;
}

select:focus[placeholder]:-moz-placeholder,
textarea:focus[placeholder]:-moz-placeholder,
input[type="text"]:focus[placeholder]:-moz-placeholder,
input[type="password"]:focus[placeholder]:-moz-placeholder,
input[type="time"]:focus[placeholder]:-moz-placeholder,
input[type="date"]:focus[placeholder]:-moz-placeholder,
input[type="email"]:focus[placeholder]:-moz-placeholder,
input[type="number"]:focus[placeholder]:-moz-placeholder,
input[type="range"]:focus[placeholder]:-moz-placeholder,
input[type="search"]:focus[placeholder]:-moz-placeholder,
input[type="tel"]:focus[placeholder]:-moz-placeholder,
input[type="url"]:focus[placeholder]:-moz-placeholder {
    color: #286036;
}

select:focus[placeholder]::-moz-placeholder,
textarea:focus[placeholder]::-moz-placeholder,
input[type="text"]:focus[placeholder]::-moz-placeholder,
input[type="password"]:focus[placeholder]::-moz-placeholder,
input[type="time"]:focus[placeholder]::-moz-placeholder,
input[type="date"]:focus[placeholder]::-moz-placeholder,
input[type="email"]:focus[placeholder]::-moz-placeholder,
input[type="number"]:focus[placeholder]::-moz-placeholder,
input[type="range"]:focus[placeholder]::-moz-placeholder,
input[type="search"]:focus[placeholder]::-moz-placeholder,
input[type="tel"]:focus[placeholder]::-moz-placeholder,
input[type="url"]:focus[placeholder]::-moz-placeholder {
    color: #286036;
}

select:focus[placeholder]:-ms-input-placeholder,
textarea:focus[placeholder]:-ms-input-placeholder,
input[type="text"]:focus[placeholder]:-ms-input-placeholder,
input[type="password"]:focus[placeholder]:-ms-input-placeholder,
input[type="time"]:focus[placeholder]:-ms-input-placeholder,
input[type="date"]:focus[placeholder]:-ms-input-placeholder,
input[type="email"]:focus[placeholder]:-ms-input-placeholder,
input[type="number"]:focus[placeholder]:-ms-input-placeholder,
input[type="range"]:focus[placeholder]:-ms-input-placeholder,
input[type="search"]:focus[placeholder]:-ms-input-placeholder,
input[type="tel"]:focus[placeholder]:-ms-input-placeholder,
input[type="url"]:focus[placeholder]:-ms-input-placeholder {
    color: #286036;
}

textarea {
    height: 125px;
    padding-top: 5px;
    padding-bottom: 5px;
    resize: none;
    line-height: 20px;
}

select {
    display: block;
    width: 100%;
    padding-right: 0;
    background-color: #fff;
    background-image: url(../img/main/select.png);
    background-position: right center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none !important;
    line-height: 1em;
    text-indent: 0.01px;
    -o-text-overflow: '';
    text-overflow: '';
    outline: none;
}

select::-ms-expand {
    display: none;
}

[placeholder]::-webkit-input-placeholder {
    color: #53bcee;
}

[placeholder]:-moz-placeholder {
    color: #F5CD46;
}

[placeholder]::-moz-placeholder {
    color: #F5CD46;
}

[placeholder]:-ms-input-placeholder {
    color: #F5CD46;
}

.hover .btn-action-ico:after,
.hover .btn-action-ico img.hover,
.hover .btn-action-ico svg.hover {
    opacity: 0;
}

.hover:hover .btn-action-ico:before,
.hover:hover .btn-action-ico img,
.hover:hover .btn-action-ico svg {
    opacity: 0;
}

.hover:hover .btn-action-ico:after,
.hover:hover .btn-action-ico img.hover,
.hover:hover .btn-action-ico svg.hover {
    opacity: 1;
}

.slider-arrows-second .owl-prev,
.slider-arrows-second .owl-next {
    width: 40px;
    height: 40px;
}

.slider-arrows-second .owl-prev:before,
.slider-arrows-second .owl-next:before,
.slider-arrows-second .owl-prev:after,
.slider-arrows-second .owl-next:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -45px -337px;
    width: 18px;
    height: 30px;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.slider-arrows-second .owl-prev:after,
.slider-arrows-second .owl-next:after {
    background-image: url(../img/spr.png);
    background-position: -223px -337px;
    width: 18px;
    height: 30px;
    opacity: 0;
}

.slider-arrows-second .owl-prev:hover:before,
.slider-arrows-second .owl-next:hover:before {
    opacity: 0;
}

.slider-arrows-second .owl-prev:hover:after,
.slider-arrows-second .owl-next:hover:after {
    opacity: 1;
}

.slider-arrows-second .owl-prev:before,
.slider-arrows-second .owl-prev:after {
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slider-arrows-main .owl-prev,
.slider-arrows-main .owl-next {
    width: 30px;
    height: 60px;
    background: #286036;
    -webkit-transition: background ease 0.2s;
    -o-transition: background ease 0.2s;
    transition: background ease 0.2s;
}

.slider-arrows-main .owl-prev:hover,
.slider-arrows-main .owl-next:hover {
    background: #286036;
}

.slider-arrows-main .owl-prev:hover:before,
.slider-arrows-main .owl-next:hover:before {
    opacity: 0.75;
}

.slider-arrows-main .owl-prev:before,
.slider-arrows-main .owl-next:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -349px -337px;
    width: 14px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
}

.slider-arrows-main .owl-prev:before {
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-dot,
.owl-prev,
.owl-next {
    background: none;
    border: none;
    border-radius: 0;
    min-width: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0;
    display: block;
    position: relative;
    overflow: hidden;
    text-indent: -999px;
}

.owl-dot:hover,
.owl-prev:hover,
.owl-next:hover {
    background: none;
}

.btn-action-back {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 50px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    color: #F5CD46;
}

.btn-action-back:hover {
    text-decoration: underline;
}

.btn-action-back:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -477px -27px;
    width: 29px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.btn-action-more {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    color: #286036;
    text-decoration: underline;
    padding-right: 56px;
}

.btn-action-more:hover {
    text-decoration: none;
}

.btn-action-more:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -394px -433px;
    width: 41px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
}

.btn-action-toggle-menu {
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #F5CD46;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.btn-action-toggle-menu:before,
.btn-action-toggle-menu:after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #F5CD46;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -6px;
    -webkit-transition: -webkit-transform ease 0.2s;
    transition: -webkit-transform ease 0.2s;
    -o-transition: transform ease 0.2s;
    transition: transform ease 0.2s;
    transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}

.btn-action-toggle-menu:before {
    -webkit-transform: -webkit-rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btn-action-toggle-menu.active:before {
    -webkit-transform: -webkit-rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.btn-action-close {
    display: block;
    position: relative;
    overflow: hidden;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.btn-action-close:after,
.btn-action-close:before {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: -1px 0 0 -11px;
    -webkit-transform: -webkit-rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-action-close:before {
    -webkit-transform: -webkit-rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-action-header {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    text-transform: none;
    color: #fff;
    text-decoration: none;
    background: #F5CD46;
    -webkit-transition: background ease 0.2s;
    -o-transition: background ease 0.2s;
    transition: background ease 0.2s;
}

.btn-action-header:hover {
    background: #579867;
}

.btn-action-header .button-text {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 1;
}

.btn-action-menu {
    display: block;
    position: relative;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    padding: 0 55px 0 10px;
}

.btn-action-menu .btn-action-ico.menu {
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.btn-action-ico {
    background: none;
    border: none;
    border-radius: 0;
    min-width: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0;
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.btn-action-ico.search:before {
    background-image: url(../img/spr.png);
    background-position: -46px -387px;
    width: 24px;
    height: 24px;
}

.btn-action-ico.menu:before {
    background-image: url(../img/spr.png);
    background-position: 0px -433px;
    width: 40px;
    height: 17px;
}

.btn-action-ico.close:before {
    background-image: url(../img/spr.png);
    background-position: -314px -387px;
    width: 20px;
    height: 20px;
}

.btn-action-ico.eye:before,
.btn-action-ico.eye:after {
    background-image: url(../img/spr.png);
    background-position: -145px -433px;
    width: 21px;
    height: 12px;
}

.btn-action-ico.eye:after {
    background-image: url(../img/spr.png);
    background-position: -104px -433px;
    width: 21px;
    height: 12px;
}

.btn-action-ico.cnt01:before,
.btn-action-ico.cnt01:after {
    background-image: url(../img/spr.png);
    background-position: -173px -337px;
    width: 30px;
    height: 30px;
}

.btn-action-ico.cnt01:after {
    background-image: url(../img/spr.png);
    background-position: 0px -287px;
    width: 30px;
    height: 30px;
}

.btn-action-ico.cnt02:before,
.btn-action-ico.cnt02:after {
    background-image: url(../img/spr.png);
    background-position: -100px -287px;
    width: 30px;
    height: 30px;
}

.btn-action-ico.cnt02:after {
    background-image: url(../img/spr.png);
    background-position: -272px -232px;
    width: 30px;
    height: 30px;
}

.btn-action-ico.cnt03:before,
.btn-action-ico.cnt03:after {
    background-image: url(../img/spr.png);
    background-position: -328px -203px;
    width: 30px;
    height: 30px;
}

.btn-action-ico.cnt03:after {
    background-image: url(../img/spr.png);
    background-position: -150px -287px;
    width: 30px;
    height: 30px;
}

.btn-action-ico.cnt04:before,
.btn-action-ico.cnt04:after {
    background-image: url(../img/spr.png);
    background-position: -388px 0px;
    width: 29px;
    height: 29px;
}

.btn-action-ico.cnt04:after {
    background-image: url(../img/spr.png);
    background-position: -300px -337px;
    width: 29px;
    height: 29px;
}

.btn-action-ico.soc01:before,
.btn-action-ico.soc01:after {
    background-image: url(../img/spr.png);
    background-position: -274px -387px;
    width: 20px;
    height: 20px;
}

.btn-action-ico.soc01:after {
    background-image: url(../img/spr.png);
    background-position: -437px -40px;
    width: 20px;
    height: 20px;
}

.btn-action-ico.soc02:before,
.btn-action-ico.soc02:after {
    background-image: url(../img/spr.png);
    background-position: -394px -387px;
    width: 20px;
    height: 20px;
}

.btn-action-ico.soc02:after {
    background-image: url(../img/spr.png);
    background-position: -234px -387px;
    width: 20px;
    height: 20px;
}

.btn-action-ico.soc03:before,
.btn-action-ico.soc03:after {
    background-image: url(../img/spr.png);
    background-position: -437px 0px;
    width: 20px;
    height: 20px;
}

.btn-action-ico.soc03:after {
    background-image: url(../img/spr.png);
    background-position: -354px -387px;
    width: 20px;
    height: 20px;
}

.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico img,
.btn-action-ico svg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 40px;
    max-height: 40px;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
}

.btn-action-ico:before,
.btn-action-ico:after {
    content: "";
}

.btn-action-ico img,
.btn-action-ico svg {
    max-width: 30px;
    max-height: 30px;
}

.btn-action-ico.hover:after,
.btn-action-ico.hover img.hover,
.btn-action-ico.hover svg.hover {
    opacity: 0;
}

.btn-action-ico.hover:hover:before {
    opacity: 0;
}

.btn-action-ico.hover:hover:after {
    opacity: 1;
}

.btn-action-ico.hover:hover img.hover,
.btn-action-ico.hover:hover svg.hover {
    opacity: 1;
}

.btn-action-ico:hover {
    background: none;
}

.btn-action-text {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 18px;
    overflow: hidden;
    padding: 6px 40px 6px 20px;
    text-align: left;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    background: #F5CD46;
    -webkit-transition: background ease 0.2s;
    -o-transition: background ease 0.2s;
    transition: background ease 0.2s;
    min-width: 294px;
}

.btn-action-text:hover {
    background: #F5CD46;
    text-decoration: none;
}

.btn-action-text.active {
    background: #F5CD46;
    text-decoration: none;
}

.btn-action-text.active {
    background: #286036;
}

.btn-action-text.active .btn-action-toggle:before {
    -webkit-transform: -webkit-rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.btn-action-text .btn-action-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    margin-top: -10px;
}

.btn-action-toggle {
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
}

.btn-action-toggle:before,
.btn-action-toggle:after {
    content: "";
    display: block;
    width: 9px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 4px;
    -webkit-transition: -webkit-transform ease 0.2s;
    transition: -webkit-transform ease 0.2s;
    -o-transition: transform ease 0.2s;
    transition: transform ease 0.2s;
    transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}

.btn-action-toggle:before {
    -webkit-transform: -webkit-rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btn-action-toggle.active:before {
    -webkit-transform: -webkit-rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.form-wrap {
    display: block;
    position: relative;
}

.inner-form-wrap {
    position: relative;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
}

.inner-form-wrap:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.succefull-form-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-align: center;
    display: none;
    -webkit-animation: fadein ease 0.2s;
    animation: fadein ease 0.2s;
    z-index: 4;
    font-size: 17px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    padding: 72px 20px 20px 20px;
}

.succefull-form-wrap p {
    text-align: center;
    margin-bottom: 18px;
}

.succefull-form-wrap p:first-child {
    font-size: 20px;
    line-height: 24px;
}

.succefull-form-wrap .text-att01,
.succefull-form-wrap .text-att02 {
    text-transform: uppercase;
}

.frm-select {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    text-align: left;
}

.frm-select a {
    color: #F5CD46;
}

.frm-select input {
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0;
}

.frm-select input:checked ~ label:after {
    opacity: 1;
}

.frm-select label {
    display: block;
    position: relative;
    min-height: 20px;
    padding-left: 33px;
    padding-top: 2px;
}

.frm-select label:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid #F5CD46;
}

.frm-select label:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #F5CD46;
    position: absolute;
    top: 5px;
    left: 3px;
    opacity: 0;
    border-radius: 3px;
}

.frm-popup-title {
    text-align: center;
    padding: 24px 20px 24px 20px;
    min-height: 112px;
    border-radius: 5px 5px 0 0;
    position: relative;
    overflow: hidden;
    background: url(../img/main/title.jpg) center no-repeat;
    background-size: cover;
}

.frm-popup-title h1,
.frm-popup-title h2,
.frm-popup-title .second-title,
.frm-popup-title .main-title {
    margin: 0;
    text-align: center;
    font-weight: 600;
}

.frm-succefull .inner-form-wrap {
    opacity: 0;
}

.frm-succefull .inner-form-wrap:after {
    display: block;
}

.frm-succefull .succefull-form-wrap {
    display: block;
}

.frm-popup {
    padding: 20px 20px 80px 55px;
    color: #292929;
    font-size: 16px;
}

.frm-popup .frm-text {
    margin: 0 0 35px -35px;
    text-align: center;
    font-weight: 400;
}

.frm-popup .frm-text p {
    margin: 0;
    text-align: center;
}

.frm-popup .frm-row-submit {
    margin-left: -35px;
    margin-right: 0;
}

.frm-row {
    position: relative;
    line-height: 1;
}

.frm-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.frm-field {
    position: relative;
    line-height: 1;
    margin-bottom: 16px;
    float: left;
    width: 100%;
}

.frm-field.full {
    width: 100%;
}

.frm-field .frm-ico {
    position: absolute;
    top: 0;
    left: -40px;
}

.frm-field input:focus ~ .frm-ico img,
.frm-field select:focus ~ .frm-ico img,
.frm-field textarea:focus ~ .frm-ico img,
.frm-field input:focus ~ .frm-ico svg,
.frm-field select:focus ~ .frm-ico svg,
.frm-field textarea:focus ~ .frm-ico svg,
.frm-field input:focus ~ .frm-ico .i,
.frm-field select:focus ~ .frm-ico .i,
.frm-field textarea:focus ~ .frm-ico .i {
    opacity: 0;
}

.frm-field input:focus ~ .frm-ico img.active,
.frm-field select:focus ~ .frm-ico img.active,
.frm-field textarea:focus ~ .frm-ico img.active,
.frm-field input:focus ~ .frm-ico svg.active,
.frm-field select:focus ~ .frm-ico svg.active,
.frm-field textarea:focus ~ .frm-ico svg.active,
.frm-field input:focus ~ .frm-ico .i.active,
.frm-field select:focus ~ .frm-ico .i.active,
.frm-field textarea:focus ~ .frm-ico .i.active {
    opacity: 1;
}

.frm-row-submit {
    line-height: 1;
    position: relative;
    text-align: center;
    margin-top: 16px;
}

.frm-row-submit .btn,
.frm-row-submit button,
.frm-row-submit input[type="submit"] {
    min-width: 200px;
}

.frm-ico {
    display: block;
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 30px;
}

.frm-ico img,
.frm-ico svg,
.frm-ico .i {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 30px;
    max-height: 30px;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
    margin: auto;
}

.frm-ico img.active,
.frm-ico svg.active,
.frm-ico .i.active {
    opacity: 0;
}

.frm-main-search {
    position: relative;
    line-height: 1;
    overflow: hidden;
}

.frm-main-search input[type="text"],
.frm-main-search input[type="search"] {
    height: 33px;
    padding: 0 14px;
    border-width: 1px;
    border-color: #fff;
    color: #fff;
}

.frm-main-search input[type="text"]:focus,
.frm-main-search input[type="search"]:focus {
    color: #fff;
    border-color: #fff;
}

.frm-main-search input[type="text"]:focus[placeholder]::-webkit-input-placeholder,
.frm-main-search input[type="search"]:focus[placeholder]::-webkit-input-placeholder {
    color: #fff;
}

.frm-main-search input[type="text"]:focus[placeholder]:-moz-placeholder,
.frm-main-search input[type="search"]:focus[placeholder]:-moz-placeholder {
    color: #fff;
}

.frm-main-search input[type="text"]:focus[placeholder]::-moz-placeholder,
.frm-main-search input[type="search"]:focus[placeholder]::-moz-placeholder {
    color: #fff;
}

.frm-main-search input[type="text"]:focus[placeholder]:-ms-input-placeholder,
.frm-main-search input[type="search"]:focus[placeholder]:-ms-input-placeholder {
    color: #fff;
}

.frm-main-search [placeholder]::-webkit-input-placeholder {
    color: #fff;
}

.frm-main-search [placeholder]:-moz-placeholder {
    color: #fff;
}

.frm-main-search [placeholder]::-moz-placeholder {
    color: #fff;
}

.frm-main-search [placeholder]:-ms-input-placeholder {
    color: #fff;
}

.frm-main-search .btn,
.frm-main-search button,
.frm-main-search input[type="submit"] {
    opacity: 0;
    width: 0;
    height: 0;
    min-width: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.ui-dialog {
    width: 300px !important;
    left: 50% !important;
    margin-left: -150px;
    z-index: 999 !important;
}

.ui-selectmenu-menu {
    z-index: 1000 !important;
}

body .jspVerticalBar {
    width: 9px;
    background: none;
}

body .jspVerticalBar .jspTrack {
    width: 9px;
    background: none;
}

body .jspVerticalBar:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    width: 2px;
    background: #9b8ad8;
}

body .jspVerticalBar .jspDrag {
    background: none;
}

body .jspVerticalBar .jspDrag:before {
    content: "";
    display: block;
    width: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #286036;
}

body .ui-selectmenu-button {
    width: 100% !important;
    padding: 0;
    outline: none;
}

body .ui-selectmenu-button span.ui-selectmenu-text {
    outline: none;
    margin: 0;
    height: 30px;
    line-height: 26px;
    padding: 0 38px 0 15px;
    border: 2px solid #F5CD46;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 400;
    color: #F5CD46;
}

body .ui-selectmenu-button span.ui-icon {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -437px -178px;
    width: 19px;
    height: 10px;
}

body .ui-selectmenu-button.ui-corner-top span.ui-selectmenu-text {
    border-color: #286036;
    color: #286036;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
}

body .ui-selectmenu-button.ui-corner-top span.ui-selectmenu-text:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #e1e1e1;
}

body .ui-selectmenu-button.ui-corner-top span.ui-icon {
    background-image: url(../img/spr.png);
    background-position: -437px -148px;
    width: 19px;
    height: 10px;
}

body ul.ui-menu {
    padding: 0;
    margin: 0;
    border: 2px solid #286036;
    border-radius: 0 0 5px 5px;
    border-top: none;
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #F5CD46;
    max-height: 153px;
}

body ul.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
}

body ul.ui-menu .ui-menu-item:before {
    display: none;
}

body ul.ui-menu .ui-menu-item:hover,
body ul.ui-menu .ui-menu-item.ui-state-focus {
    margin: 0;
    padding: 0;
}

body ul.ui-menu .ui-menu-item:hover div,
body ul.ui-menu .ui-menu-item.ui-state-focus div {
    padding: 5px 10px 5px 15px;
    max-width: 100%;
    background: #f4f4f4;
    color: #286036;
    margin: 0;
}

body ul.ui-menu .ui-menu-item div {
    padding: 5px 10px 5px 15px;
    max-width: 100%;
    margin: 0;
}

body ul.ui-menu .ui-menu-item div.ui-state-active {
    background: #f4f4f4;
    color: #286036;
}

body .ui-widget-overlay {
    background: rgba(113, 113, 113, 0.9);
}

body .ui-dialog {
    padding: 0 0 0 0;
    background: none;
}

body .ui-dialog:before {
    content: "";
    display: block;
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(73, 73, 73, 0.15);
    box-shadow: 0 0 20px rgba(73, 73, 73, 0.15);
}

body .ui-dialog .ui-dialog-titlebar {
    padding: 0;
    margin: 0;
    height: 46px;
    font-size: 0;
    line-height: 0;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    display: none;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    position: absolute;
    z-index: 99;
    min-width: 0;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -11px;
    -webkit-transform: -webkit-rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
    -webkit-transform: -webkit-rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body .ui-dialog .ui-dialog-content {
    padding: 0;
}

@media (min-width: 640px) {
    .btn-action-text {
        padding-right: 135px;
        display: inline-block;
    }

    .ui-dialog {
        width: 600px !important;
        margin-left: -300px;
    }

    .frm-popup .frm-text {
        padding-left: 65px;
        padding-right: 65px;
    }

    .frm-popup textarea {
        height: 100px;
    }

    .frm-field {
        width: 225px;
        float: left;
    }

    .frm-field + .frm-field {
        float: right;
    }

    .succefull-form-wrap br {
        display: none;
    }
}

@media (min-width: 1000px) {
    body .ui-dialog:before {
        top: 40px;
    }

    body .ui-dialog .ui-dialog-titlebar {
        height: 40px;
    }

    body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
        right: -40px;
    }

    .ui-dialog {
        width: 800px !important;
        margin-left: -400px;
    }

    .frm-popup {
        max-width: 595px;
        margin: 0 auto;
    }
}

@media (min-width: 1400px) {
    .btn,
    button,
    input[type="submit"] {
        height: 40px;
        line-height: 40px;
        min-width: 250px;
        padding: 0 30px;
        font-size: 18px;
    }

    .btn.btn-large,
    button.btn-large,
    input[type="submit"].btn-large {
        height: 60px;
        line-height: 60px;
        min-width: 300px;
        padding: 0 40px;
        font-size: 24px;
    }

    .btn.btn-medium,
    button.btn-medium,
    input[type="submit"].btn-medium {
        height: 40px;
        line-height: 40px;
        min-width: 250px;
        padding: 0 30px;
    }

    .btn.btn-second,
    button.btn-second,
    input[type="submit"].btn-second {
        font-size: 18px;
    }

    .btn.btn-arrow:after,
    button.btn-arrow:after,
    input[type="submit"].btn-arrow:after {
        background-image: url(../img/spr.png);
        background-position: -333px -433px;
        width: 41px;
        height: 7px;
        margin-left: 23px;
    }

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="time"],
    input[type="date"],
    input[type="email"],
    input[type="number"],
    input[type="range"],
    input[type="search"],
    input[type="tel"],
    input[type="url"] {
        height: 40px;
        font-size: 20px;
        padding: 0 18px;
    }

    textarea {
        height: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    select {
        background-image: url(../img/main/select-l.png);
    }

    .slider-arrows-main .owl-prev,
    .slider-arrows-main .owl-next {
        width: 40px;
        height: 80px;
    }

    .slider-arrows-main .owl-prev:before,
    .slider-arrows-main .owl-next:before {
        background-image: url(../img/spr.png);
        background-position: -229px -172px;
        width: 18px;
        height: 30px;
    }

    .btn-action-back {
        font-size: 20px;
        padding-right: 70px;
    }

    .btn-action-back:before {
        background-image: url(../img/spr.png);
        background-position: -477px 0px;
        width: 41px;
        height: 7px;
    }

    .btn-action-more {
        font-size: 20px;
    }

    .btn-action-header {
        height: 60px;
        line-height: 56px;
        font-size: 20px;
    }

    .btn-action-ico.search:before {
        background-image: url(../img/spr.png);
        background-position: -50px -287px;
        width: 30px;
        height: 30px;
    }

    .btn-action-ico.close:before {
        background-image: url(../img/spr.png);
        background-position: -90px -387px;
        width: 24px;
        height: 24px;
    }

    .btn-action-ico.eye:before {
        background-image: url(../img/spr.png);
        background-position: -328px -253px;
        width: 24px;
        height: 14px;
    }

    .btn-action-ico.eye:after {
        background-image: url(../img/spr.png);
        background-position: -60px -433px;
        width: 24px;
        height: 14px;
    }

    .btn-action-ico.cnt01:before {
        background-image: url(../img/spr.png);
        background-position: -273px -55px;
        width: 35px;
        height: 35px;
    }

    .btn-action-ico.cnt01:after {
        background-image: url(../img/spr.png);
        background-position: 0px -232px;
        width: 35px;
        height: 35px;
    }

    .btn-action-ico.cnt02:before {
        background-image: url(../img/spr.png);
        background-position: -273px -165px;
        width: 35px;
        height: 35px;
    }

    .btn-action-ico.cnt02:after {
        background-image: url(../img/spr.png);
        background-position: -273px -110px;
        width: 35px;
        height: 35px;
    }

    .btn-action-ico.cnt03:before {
        background-image: url(../img/spr.png);
        background-position: -273px 0px;
        width: 35px;
        height: 35px;
    }

    .btn-action-ico.cnt03:after {
        background-image: url(../img/spr.png);
        background-position: -165px -232px;
        width: 35px;
        height: 35px;
    }

    .btn-action-ico.cnt04:before {
        background-image: url(../img/spr.png);
        background-position: -110px -232px;
        width: 35px;
        height: 35px;
    }

    .btn-action-ico.cnt04:after {
        background-image: url(../img/spr.png);
        background-position: -55px -232px;
        width: 35px;
        height: 35px;
    }

    .btn-action-ico.soc01:before {
        background-image: url(../img/spr.png);
        background-position: -388px -49px;
        width: 26px;
        height: 26px;
    }

    .btn-action-ico.soc01:after {
        background-image: url(../img/spr.png);
        background-position: -388px -95px;
        width: 26px;
        height: 26px;
    }

    .btn-action-ico.soc02:before {
        background-image: url(../img/spr.png);
        background-position: -388px -187px;
        width: 26px;
        height: 26px;
    }

    .btn-action-ico.soc02:after {
        background-image: url(../img/spr.png);
        background-position: -388px -141px;
        width: 26px;
        height: 26px;
    }

    .btn-action-ico.soc03:before {
        background-image: url(../img/spr.png);
        background-position: -388px -233px;
        width: 26px;
        height: 26px;
    }

    .btn-action-ico.soc03:after {
        background-image: url(../img/spr.png);
        background-position: 0px -387px;
        width: 26px;
        height: 26px;
    }

    .btn-action-ico img,
    .btn-action-ico svg {
        max-width: 35px;
        max-height: 35px;
    }

    .btn-action-text {
        font-size: 20px;
        line-height: 24px;
        padding: 8px 143px 8px 30px;
    }

    .btn-action-text .btn-action-toggle {
        top: 20px;
        right: 20px;
        margin-top: -13px;
    }

    .btn-action-toggle {
        width: 25px;
        height: 25px;
        border-width: 2px;
    }

    .btn-action-toggle:before,
    .btn-action-toggle:after {
        width: 11px;
        top: 10px;
        left: 5px;
    }

    .frm-main-search input[type="text"],
    .frm-main-search input[type="search"] {
        height: 43px;
        padding: 0 26px;
        font-size: 20px;
    }

    .frm-ico {
        width: 40px;
        height: 40px;
    }

    .frm-ico img,
    .frm-ico svg,
    .frm-ico .i {
        max-width: 40px;
        max-height: 40px;
    }

    .frm-ico .i-ico-frm01 {
        background-image: url(../img/spr.png);
        background-position: -106px -172px;
        width: 26px;
        height: 40px;
    }

    .frm-ico .i-ico-frm02 {
        background-image: url(../img/spr.png);
        background-position: 0px -172px;
        width: 33px;
        height: 40px;
    }

    .frm-ico .i-ico-frm03 {
        background-image: url(../img/spr.png);
        background-position: -228px 0px;
        width: 25px;
        height: 40px;
    }

    .frm-ico .i-ico-frm04 {
        background-image: url(../img/spr.png);
        background-position: -175px 0px;
        width: 33px;
        height: 40px;
    }

    .frm-ico .i-ico-frm05 {
        background-image: url(../img/spr.png);
        background-position: -52px -94px;
        width: 34px;
        height: 40px;
    }

    .frm-ico .i-ico-frm06 {
        background-image: url(../img/spr.png);
        background-position: -175px -120px;
        width: 32px;
        height: 32px;
    }

    .frm-ico .i-ico-frm07 {
        background-image: url(../img/spr.png);
        background-position: -328px -102px;
        width: 40px;
        height: 31px;
    }

    .frm-ico .i-ico-frm01-h {
        background-image: url(../img/spr.png);
        background-position: -152px -172px;
        width: 26px;
        height: 40px;
    }

    .frm-ico .i-ico-frm02-h {
        background-image: url(../img/spr.png);
        background-position: -53px -172px;
        width: 33px;
        height: 40px;
    }

    .frm-ico .i-ico-frm03-h {
        background-image: url(../img/spr.png);
        background-position: -228px -60px;
        width: 25px;
        height: 40px;
    }

    .frm-ico .i-ico-frm04-h {
        background-image: url(../img/spr.png);
        background-position: -175px -60px;
        width: 33px;
        height: 40px;
    }

    .frm-ico .i-ico-frm05-h {
        background-image: url(../img/spr.png);
        background-position: -106px -94px;
        width: 34px;
        height: 40px;
    }

    .frm-ico .i-ico-frm06-h {
        background-image: url(../img/spr.png);
        background-position: -220px -232px;
        width: 32px;
        height: 32px;
    }

    .frm-ico .i-ico-frm07-h {
        background-image: url(../img/spr.png);
        background-position: -328px 0px;
        width: 40px;
        height: 31px;
    }

    .frm-popup-title {
        min-height: 150px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .frm-popup {
        max-width: 100%;
        padding: 30px 40px 100px 80px;
    }

    .frm-popup .frm-text {
        font-size: 18px;
        margin: 0 0 56px -40px;
        padding: 0 125px;
    }

    .frm-popup textarea {
        height: 100px;
    }

    .frm-field {
        margin-bottom: 30px;
        width: 300px;
    }

    .frm-field .frm-ico {
        left: -47px;
    }

    .frm-row-submit {
        padding-top: 15px;
    }

    .frm-row-submit .btn,
    .frm-row-submit button,
    .frm-row-submit input[type="submit"] {
        min-width: 250px;
    }

    .frm-select {
        font-size: 18px;
        line-height: 20px;
    }

    .frm-select label {
        padding-left: 36px;
        padding-top: 0;
    }

    .frm-select label:before {
        width: 20px;
        height: 20px;
        top: 0;
    }

    .frm-select label:after {
        width: 14px;
        height: 14px;
        top: 3px;
        left: 3px;
    }

    .succefull-form-wrap {
        padding: 92px 30px 30px 30px;
        font-size: 20px;
        line-height: 24px;
    }

    .succefull-form-wrap p {
        margin-bottom: 32px;
    }

    .succefull-form-wrap p:first-child {
        font-size: 24px;
    }

    body .ui-dialog:before {
        top: 54px;
    }

    body .ui-dialog .ui-dialog-titlebar {
        height: 54px;
    }

    body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
        width: 46px;
        height: 46px;
        right: -54px;
        border-width: 4px;
    }

    body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
    body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
        height: 4px;
        width: 28px;
        margin: -2px 0 0 -14px;
        border-radius: 2px;
    }

    body .ui-selectmenu-button span.ui-selectmenu-text {
        height: 40px;
        line-height: 36px;
        padding: 0 40px 0 18px;
        font-size: 20px;
    }

    body .ui-selectmenu-button span.ui-icon {
        background-image: url(../img/spr.png);
        background-position: -186px -433px;
        width: 23px;
        height: 12px;
    }

    body .ui-selectmenu-button.ui-corner-top span.ui-icon {
        background-image: url(../img/spr.png);
        background-position: -229px -433px;
        width: 23px;
        height: 12px;
    }

    body ul.ui-menu {
        font-size: 18px;
        line-height: 24px;
    }

    body ul.ui-menu .ui-menu-item:hover div,
    body ul.ui-menu .ui-menu-item.ui-state-focus div {
        padding: 3px 8px 3px 18px;
    }

    body ul.ui-menu .ui-menu-item div {
        padding: 3px 8px 3px 18px;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.js-btn-toggle.active + .js-popup-block {
    display: block !important;
}

.js-popup-block {
    -webkit-animation: fadein ease 0.3s;
    animation: fadein ease 0.3s;
}

.ico-block {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 2px;
    text-decoration: none;
}

.ico-block img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.items-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.center-image {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1;
    font-size: 0;
}

.center-image img,
.center-image svg,
.center-image .i,
.center-image:before {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.owl-item {
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.owl-stage-outer,
.owl-stage {
    overflow: hidden;
}

.owl-carousel {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

/* ----------------------------------- *\
      animation
\* ----------------------------------- */
.item-animation {
    transition-property: -webkit-transform, opacity;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 0;
}

.item-animation.item-active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.item-aleft {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.item-aright {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

.item-abottom {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.item-atop {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.animate-height-value {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
}

/* ----------------------------------- *\
      items styles
\* ----------------------------------- */
.elm-sh-row {
    overflow: hidden;
    position: relative;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}

.elm-sh-row .sh-title {
    float: left;
    width: 50%;
}

.elm-sh-row .sh-val {
    float: right;
    min-width: 86px;
    color: #F5CD46;
}

.elm-sh-row p {
    text-align: left;
    margin: 0;
}

.item-ico {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: justify;
    font-size: 16px;
}

.item-ico p {
    margin: 0;
}

.item-ico .ico {
    display: block;
    margin: 0 auto 20px auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    border: 2px solid #286036;
    -webkit-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
}

.item-ico .ico img,
.item-ico .ico svg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 44px;
    max-height: 44px;
    margin: auto;
}

.item-ico .ico img.hover,
.item-ico .ico svg.hover {
    opacity: 0;
}

.item-ico:hover {
    border-color: #F5CD46;
}

.item-ico:hover img,
.item-ico:hover svg {
    opacity: 0;
}

.item-ico:hover img.hover,
.item-ico:hover svg.hover {
    opacity: 1;
}

.elm-date {
    font-size: 16px;
    font-weight: 600;
    color: #286036;
}

.item-gallery {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding-top: 66.6%;
}

.item-gallery img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.item-gallery:hover:after,
.item-gallery:hover:before {
    opacity: 1;
}

.item-gallery:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(244, 244, 244, 0.65);
    opacity: 0;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
}

.item-gallery:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -95px 0px;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
}

.item-category {
    position: relative;
    line-height: 1;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: #292929;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    text-transform: none;
}

.item-category:before {
    content: "";
    display: block;
    padding-top: 66%;
}

.item-category img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-category .cat-title {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 11px 15px;
    background: rgba(255, 255, 255, 0.75);
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    color: #292929;
    text-decoration: none;
}

.item-category:hover .cat-title {
    background: rgba(255, 255, 255, 0.85);
    color: #286036;
}

.item-review {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 19px;
    color: #414141;
}

.item-review:hover .review-text {
    border-color: #c8cae2;
}

.item-review .review-text {
    background: #fff;
    display: block;
    position: relative;
    text-align: center;
    padding: 15px 20px 50px 20px;
    border: 1px solid #fff;
    -webkit-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
}

.item-review .elm-author {
    display: block;
    position: relative;
    z-index: 2;
    margin-top: -35px;
    margin-left: 30px;
}

.item-review p {
    margin: 0;
    text-align: center;
}

.elm-author {
    display: block;
    position: relative;
    height: 70px;
    line-height: 64px;
    overflow: hidden;
    padding-left: 100px;
    font-size: 18px;
    font-weight: 600;
    color: #414141;
    text-decoration: none;
    text-align: left;
}

.elm-author .ath-photo {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
}

.elm-author .ath-photo img {
    display: block;
    width: 100%;
}

.elm-author .ath-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 22px;
}

.elm-author .ath-pos {
    color: #F5CD46;
}

.item-new {
    display: block;
    position: relative;
    font-size: 16px;
    color: #292929;
    text-decoration: none;
    text-align: justify;
}

.item-new:hover .new-date {
    background: #F5CD46;
    color: #fff;
}

.item-new .new-photo {
    margin-bottom: 20px;
}

.item-new .new-photo:before {
    padding-top: 66%;
}

.item-new .new-date {
    position: absolute;
    top: 10px;
    left: -5px;
    white-space: nowrap;
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #286036;
    z-index: 2;
    border-radius: 5px;
    background: #f4f4f4;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.item-new .new-title {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-transform: none;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 13px;
}

.item-new .new-title:before {
    left: 12px;
    margin-left: 0;
}

.item-new .new-text {
    padding: 0 12px;
    display: block;
    margin-bottom: 24px;
    text-align: justify;
}

.item-new p {
    margin: 0;
}

.item-new .btn-action-more {
    margin-left: 12px;
}

.item-photo {
    display: block;
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 213px;
    margin: 0 auto;
    text-decoration: none;
    line-height: 1;
}

.item-photo.item-sertificat {
    width: 197px;
    height: 280px;
}

.item-photo:hover:after,
.item-photo:hover:before {
    opacity: 1;
}

.item-photo:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(244, 244, 244, 0.65);
    opacity: 0;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
}

.item-photo:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -95px 0px;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
}

.item-photo img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-doctor {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #414141;
    text-decoration: none;
}

.item-doctor:hover {
    text-decoration: none;
}

.item-doctor:hover .btn {
    opacity: 1;
}

.item-doctor:hover .doc-photo {
    border-color: #eeeeee;
}

.item-doctor .doc-photo {
    border: 7px solid #f4f4f4;
    -webkit-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
}

.item-doctor .doc-photo:before {
    padding-top: 0;
    height: 299px;
}

.item-doctor .doc-title-wrap {
    color: #414141;
    text-decoration: none;
    display: block;
    height: 63px;
    line-height: 63px;
    margin: 0 -5px;
}

.item-doctor .doc-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 19px;
}

.item-doctor .doc-title {
    display: block;
    max-height: 38px;
    overflow: hidden;
}

.item-doctor .doc-pos {
    height: 19px;
    font-size: 17px;
    color: #F5CD46;
}

.item-doctor a {
    text-decoration: none;
}

.item-doctor .btn {
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    opacity: 0;
}

.item-service {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #292929;
    text-decoration: none;
}

.item-service.inner:hover .srv-title {
    color: #286036;
}

.item-service.inner .srv-photo {
    height: auto;
    margin-bottom: 10px;
}

.item-service.inner .srv-photo:before {
    display: block;
    padding-top: 70%;
}

.item-service.inner .srv-title {
    margin: 0;
    padding: 8px 0 0 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: color ease 0.2s;
    -o-transition: color ease 0.2s;
    transition: color ease 0.2s;
}

.item-service.inner .srv-title:before {
    top: 0;
    bottom: auto;
}

.item-service:hover .srv-ico {
    background: #F5CD46;
}

.item-service .srv-photo-wrap {
    display: block;
    position: relative;
    line-height: 1;
    margin-bottom: 54px;
}

.item-service .srv-photo {
    display: block;
    height: 209px;
}

.item-service .srv-photo:before {
    display: none;
}

.item-service .srv-ico {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: #286036;
    border-radius: 50%;
    margin: -30px 0 0 -30px;
    z-index: 2;
    -webkit-transition: background ease 0.2s;
    -o-transition: background ease 0.2s;
    transition: background ease 0.2s;
}

.item-service .srv-ico img,
.item-service .srv-ico svg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 50px;
    max-height: 30px;
}

.item-service .srv-title {
    margin-bottom: 15px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.item-service .srv-text {
    display: block;
    padding: 0 15px;
}

.item-service p {
    text-align: center;
    margin: 0;
}

.elm-cnt {
    position: relative;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    padding-left: 45px;
    min-height: 45px;
    line-height: 45px;
}

.elm-cnt .button-text {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 1.2143;
}

.elm-cnt .phone {
    font-size: 20px;
    white-space: nowrap;
}

.elm-cnt .shedule {
    font-size: 18px;
    line-height: 20px;
}

.elm-cnt .email {
    font-size: 18px;
    max-width: 200px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
}

.elm-cnt .btn-action-ico {
    width: 45px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.elm-cnt .btn-action-ico:after,
.elm-cnt .btn-action-ico:before {
    right: auto;
}

.elm-cnt a {
    color: #000000;
    text-decoration: none;
}

.elm-cnt a:hover {
    text-decoration: none;
}

.item-text-toggle {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.item-text-toggle.price .btn-action-text {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 13px 50px 13px 48px;
}

.item-text-toggle.price .btn-action-toggle {
    right: 10px;
    top: 50%;
    width: 26px;
    height: 26px;
    border-width: 2px;
    margin-top: -13px;
}

.item-text-toggle.price .btn-action-toggle:after,
.item-text-toggle.price .btn-action-toggle:before {
    width: 12px;
    height: 2px;
    margin: -1px 0 0 -6px;
    top: 50%;
    left: 50%;
}

.item-text-toggle.price .text-block {
    padding: 20px 15px 35px 15px;
}

.item-text-toggle.price table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.item-text-toggle.price table th,
.item-text-toggle.price table td {
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    color: #292929;
    line-height: 23px;
    padding: 6px 0 6px 36px;
    background: #ececec;
    vertical-align: top;
    border: none;
    border-bottom: 2px solid #fff;
}

.item-text-toggle.price table th:last-child,
.item-text-toggle.price table td:last-child {
    padding-right: 30px;
    text-align: right;
    color: #F5CD46;
    font-weight: 400;
    white-space: nowrap;
}

.item-text-toggle.price table tr:last-child th,
.item-text-toggle.price table tr:last-child td {
    border-bottom: none;
}

.item-text-toggle.price table tr:nth-child(2n) th,
.item-text-toggle.price table tr:nth-child(2n) td {
    background: #f7f7f7;
}

.item-text-toggle .text-ico {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin: -20px 0 0 -20px;
}

.item-text-toggle .text-ico img,
.item-text-toggle .text-ico svg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 25px;
    max-height: 25px;
}

.item-text-toggle + .item-text-toggle {
    margin-top: -28px;
}

.item-text-toggle .text-block {
    padding: 12px 0 18px 0;
    display: none;
}

.elm-photo {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1;
}

.elm-photo:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.elm-photo img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 639px) {
    .item-text-toggle.price table thead {
        display: none;
    }

    .item-text-toggle.price table tbody,
    .item-text-toggle.price table tr,
    .item-text-toggle.price table th,
    .item-text-toggle.price table td {
        display: block;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        width: 100% \9;
        float: left \9;
        position: relative;
        overflow: hidden;
    }

    .item-text-toggle.price table th,
    .item-text-toggle.price table td {
        text-align: center;
        padding: 13px 30px 12px 30px;
        border: none;
        line-height: 1;
    }

    .item-text-toggle.price table th:last-child,
    .item-text-toggle.price table td:last-child {
        padding: 0 30px 16px 30px;
        text-align: center;
    }
}

@media (min-width: 640px) {
    .item-ico {
        padding: 0 0 0 90px;
        min-height: 70px;
    }

    .item-ico .ico {
        position: absolute;
        top: 50%;
        left: 0;
        margin: -35px 0 0 0;
    }

    .item-review .review-text {
        padding-top: 24px;
        padding-bottom: 62px;
    }
}

@media (min-width: 1000px) {
    .item-text-toggle .text-block {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 1400px) {
    .elm-sh-row {
        font-size: 18px;
        line-height: 25px;
    }

    .elm-sh-row .sh-title {
        width: 163px;
    }

    .elm-sh-row .sh-val {
        float: left;
        width: 100px;
    }

    .item-ico {
        padding-left: 106px;
        min-height: 80px;
        font-size: 18px;
    }

    .item-ico .ico {
        width: 80px;
        height: 80px;
        margin-top: -40px;
    }

    .item-ico .ico img,
    .item-ico .ico svg {
        max-width: 50px;
        max-height: 50px;
    }

    .elm-date {
        font-size: 18px;
    }

    .item-gallery:after {
        background-image: url(../img/spr.png);
        background-position: 0px 0px;
        width: 75px;
        height: 74px;
    }

    .item-category {
        font-size: 20px;
    }

    .item-category .cat-title {
        padding: 10px 40px;
    }

    .item-review {
        font-size: 18px;
        line-height: 22px;
    }

    .item-review .review-text {
        padding: 30px 35px 80px 35px;
    }

    .item-review .elm-author {
        margin: -50px 0 0 40px;
    }

    .elm-author {
        height: 100px;
        line-height: 94px;
        padding-left: 140px;
        font-size: 20px;
    }

    .elm-author .ath-photo {
        width: 100px;
        height: 100px;
    }

    .elm-author .ath-wrap {
        line-height: 30px;
    }

    .item-new {
        font-size: 18px;
    }

    .item-new .new-photo {
        margin-bottom: 32px;
    }

    .item-new .new-date {
        font-size: 18px;
        font-weight: 600;
        height: 30px;
        line-height: 30px;
        padding: 0 26px;
        left: -15px;
    }

    .item-new .new-title {
        padding: 0 25px;
        font-size: 22px;
        margin-bottom: 15px;
        padding-bottom: 22px;
    }

    .item-new .new-title:before {
        left: 25px;
    }

    .item-new .new-text {
        padding: 0 25px;
    }

    .item-new .btn-action-more {
        margin-left: 25px;
    }

    .item-photo {
        width: 283px;
        height: 400px;
    }

    .item-photo.item-sertificat {
        width: 223px;
        height: 316px;
    }

    .item-photo:after {
        background-image: url(../img/spr.png);
        background-position: 0px 0px;
        width: 75px;
        height: 74px;
    }

    .item-doctor {
        font-size: 20px;
    }

    .item-doctor .doc-photo {
        border-width: 10px;
    }

    .item-doctor .doc-photo:before {
        height: 400px;
    }

    .item-doctor .doc-title-wrap {
        height: 106px;
        line-height: 106px;
    }

    .item-doctor .doc-wrap {
        line-height: 26px;
    }

    .item-doctor .doc-title {
        max-height: 52px;
    }

    .item-doctor .doc-pos {
        height: 26px;
        font-size: 20px;
    }

    .item-service {
        font-size: 18px;
        line-height: 22px;
    }

    .item-service.inner .srv-photo {
        margin-bottom: 20px;
    }

    .item-service.inner .srv-photo:before {
        padding-top: 67%;
    }

    .item-service.inner .srv-title {
        padding-top: 20px;
        font-size: 22px;
        line-height: 1;
    }

    .item-service .srv-photo {
        height: 267px;
    }

    .item-service .srv-ico {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
    }

    .item-service .srv-ico img,
    .item-service .srv-ico svg {
        max-width: 60px;
        max-height: 40px;
    }

    .item-service .srv-photo-wrap {
        margin-bottom: 65px;
    }

    .elm-cnt {
        padding-left: 50px;
        font-size: 16px;
        min-height: 60px;
        line-height: 60px;
    }

    .elm-cnt .button-text {
        line-height: 1.1875;
    }

    .elm-cnt .phone {
        font-size: 22px;
    }

    .elm-cnt .email {
        font-size: 20px;
    }

    .item-text-toggle {
        margin-bottom: 40px;
    }

    .item-text-toggle + .item-text-toggle {
        margin-top: -37px;
    }

    .item-text-toggle .text-block {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .item-text-toggle.price .btn-action-text {
        font-size: 22px;
        line-height: 24px;
        padding: 13px 90px 13px 75px;
    }

    .item-text-toggle.price .btn-action-toggle {
        right: 30px;
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    .item-text-toggle.price .btn-action-toggle:before,
    .item-text-toggle.price .btn-action-toggle:after {
        width: 14px;
        margin-left: -7px;
    }

    .item-text-toggle.price .text-ico {
        left: 30px;
    }

    .item-text-toggle.price .text-ico img,
    .item-text-toggle.price .text-ico svg {
        max-width: 30px;
        max-height: 30px;
    }

    .item-text-toggle.price .text-block {
        padding: 20px 0 40px 40px;
    }

    .item-text-toggle.price table th,
    .item-text-toggle.price table td {
        font-size: 20px;
        line-height: 22px;
        padding: 9px 0 9px 36px;
    }

    .item-text-toggle.price table th:last-child,
    .item-text-toggle.price table td:last-child {
        padding-right: 56px;
    }
}

@media (min-width: 1600px) {
    .item-service .srv-photo {
        height: 311px;
    }

    .item-service .srv-text {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ----------------------------------- *\
      content styles
\* ----------------------------------- */
.doctor-box {
    margin-bottom: 30px;
}

.doctor-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.doctor-box .doc-photo {
    display: block;
    position: relative;
    margin: 0 auto 25px auto;
    width: 285px;
    border: 10px solid #eeeeee;
    line-height: 1;
    overflow: hidden;
}

.doctor-box .doc-photo img {
    display: block;
    width: 100%;
}

.doctor-box .shedule-wrap {
    margin: 0 auto 24px auto;
    max-width: 234px;
}

.doctor-box .button-wrap {
    max-width: 285px;
    margin: 0 auto;
}

.doctor-box .info-wrap {
    margin-bottom: 50px;
}

.doctor-box .btn,
.doctor-box button,
.doctor-box input[type="submit"] {
    text-align: left;
    padding-left: 32px;
}

.doctor-box .doc-title {
    margin-bottom: 25px;
}

.doctor-box .doc-title h1,
.doctor-box .doc-title h2,
.doctor-box .doc-title h3,
.doctor-box .doc-title .second-title,
.doctor-box .doc-title .main-title {
    margin-bottom: 0;
}

.doctor-box h1,
.doctor-box h2,
.doctor-box h3 {
    font-weight: 400;
}

.doctor-box .sertificats-box {
    margin-bottom: 0;
}

.sertificats-box {
    margin-bottom: 30px;
}

.sertificats-box .items-wrap {
    margin: 0 auto;
    max-width: 197px;
}

.sertificats-box .item-wrap {
    display: block;
    float: left;
    margin-bottom: 3px;
    width: 100%;
}

.contacts-box {
    margin-bottom: 60px;
}

.contacts-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.contacts-box .contacts-wrap {
    max-width: 260px;
    margin: 0 auto 40px auto;
}

.contacts-box .cnt-wrap {
    margin-bottom: 18px;
}

.contacts-box .elm-cnt .btn-action-ico {
    height: 40px;
    bottom: auto;
    top: 2px;
}

.contacts-box .elm-cnt .phone {
    line-height: 26px;
}

.contacts-box .map-wrap {
    height: 400px;
    position: relative;
    line-height: 1;
}

.icons-box .items-wrap {
    max-width: 314px;
    margin: 0 auto;
}

.icons-box .item-wrap {
    margin-bottom: 44px;
}

.new-box {
    overflow: hidden;
    margin-bottom: 30px;
}

.new-box .title-wrap {
    position: relative;
    overflow: hidden;
}

.new-box .elm-date {
    text-align: center;
    margin-bottom: 10px;
}

.new-box .decor-title {
    text-transform: none;
    margin-bottom: 30px;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 15px;
}

.news-box .items-wrap {
    max-width: 314px;
    margin: 0 auto;
    font-size: 0;
}

.news-box .item-wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 50px;
}

.gallery-box {
    margin-bottom: 15px;
}

.gallery-box .items-wrap {
    max-width: 314px;
    margin: 0 auto;
}

.gallery-box .item-wrap {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.doctors-box .items-wrap {
    max-width: 214px;
    margin: 0 auto;
    font-size: 0;
}

.doctors-box .item-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 36px;
}

.pagenav-box {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
    color: #7d7d7d;
}

.pagenav-box a {
    text-decoration: none;
    color: #7d7d7d;
    padding: 0 3px;
    -webkit-transition: color ease 0.2s;
    -o-transition: color ease 0.2s;
    transition: color ease 0.2s;
}

.pagenav-box a:hover {
    color: #F5CD46;
}

.pagenav-box a.active {
    color: #286036;
    font-size: 24px;
    font-weight: bold;
}

.services-box .items-wrap {
    font-size: 0;
    margin: 0 auto;
    max-width: 314px;
}

.services-box .item-wrap {
    margin-bottom: 55px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.categories-box .items-wrap {
    margin: 0 auto;
    max-width: 314px;
}

.categories-box .item-wrap {
    margin-bottom: 30px;
}

.main-title-box {
    position: relative;
    overflow: hidden;
    background: #000 url(../img/main/inner.jpg) center no-repeat;
    background-size: cover;
}

.main-title-box .inner-wrap {
    padding-top: 31px;
    padding-bottom: 22px;
}

.main-title-box .inner-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.main-title-box .title-wrap {
    line-height: 1;
    text-align: center;
}

.main-title-box .breadcrumbs-wrap {
    margin: 20px 0 0 0;
}

.breadcrumbs-box {
    margin: 20px -10px 20px -10px;
    font-size: 0;
    text-align: center;
}

.breadcrumbs-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.breadcrumbs-box:first-child {
    margin-top: 0;
}

.breadcrumbs-box:last-child {
    margin-bottom: 0;
}

.breadcrumbs-box a,
.breadcrumbs-box span {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 10px;
    position: relative;
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    font-weight: 400;
    color: #292929;
    text-decoration: none;
    -webkit-transition: background ease 0.2s;
    -o-transition: background ease 0.2s;
    transition: background ease 0.2s;
}

.breadcrumbs-box a:hover,
.breadcrumbs-box span:hover {
    background: #fff;
}

.breadcrumbs-box a:before,
.breadcrumbs-box span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -437px -208px;
    width: 6px;
    height: 10px;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -5px;
    margin-left: 7px;
}

.breadcrumbs-box a:last-child:before,
.breadcrumbs-box span:last-child:before {
    display: none;
}

.main-more-box {
    background: #286036;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
}

.main-more-box .inner-wrap {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 20px;
}

.main-more-box .more-title {
    display: block;
    margin-bottom: 12px;
}

.main-more-box .more-button {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

.main-more-box p {
    text-align: center;
    margin: 0;
}

.main-more-box a {
    color: #fff;
    text-decoration: underline;
}

.main-more-box a:hover {
    text-decoration: none;
}

.main-partners-box .sl-item {
    display: block;
    height: 124px;
    position: relative;
    overflow: hidden;
}

.main-partners-box .sl-item img,
.main-partners-box .sl-item svg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
}

.main-partners-box .sl-item img:hover,
.main-partners-box .sl-item svg:hover {
    opacity: 0.75;
}

.main-partners-box .slider-wrap {
    width: 180px;
    margin: 0 auto;
}

.main-partners-box .owl-dots,
.main-partners-box .owl-nav {
    display: none;
}

.main-reviews-box h1,
.main-reviews-box .main-title {
    margin-bottom: 55px;
    font-weight: 600;
}

.main-reviews-box .slider-wrap {
    margin: 0 auto;
    max-width: 445px;
}

.main-reviews-box .sl-item {
    padding-bottom: 40px;
}

.main-reviews-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 72px;
    left: 0;
    right: 0;
    background: url(../img/main/reviews.jpg) center no-repeat;
    background-size: cover;
}

.main-reviews-box .inner-wrap {
    z-index: 2;
    padding-top: 30px;
    padding-bottom: 40px;
}

.main-reviews-box .owl-dots {
    font-size: 0;
    line-height: 1;
    text-align: center;
}

.main-reviews-box .owl-dot {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #7d7d7d;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.main-reviews-box .owl-dot:hover {
    background: #686868;
}

.main-reviews-box .owl-dot.active {
    border-color: #F5CD46;
    background: #F5CD46;
}

.main-reviews-box .owl-nav {
    display: none;
}

.main-news-box {
    margin-bottom: 70px;
}

.main-news-box h1,
.main-news-box .main-title {
    margin-bottom: 35px;
    font-weight: 600;
}

.main-news-box .items-wrap {
    margin: 0 auto;
    max-width: 294px;
}

.main-news-box .item-wrap {
    display: none;
}

.main-news-box .item-wrap:first-child {
    display: block;
}

.main-about-box {
    margin-bottom: 80px;
}

.main-about-box h1,
.main-about-box .main-title {
    text-align: left;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 26px;
    font-weight: 600;
}

.main-about-box .inner-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.main-about-box .button-wrap {
    line-height: 1;
    text-align: center;
    position: relative;
}

.main-about-box .slider-wrap {
    width: 300px;
    margin-bottom: 62px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    position: relative;
}

.main-about-box .owl-prev,
.main-about-box .owl-next {
    position: absolute;
    top: 50%;
    left: -11px;
    margin-top: -20px;
}

.main-about-box .owl-next {
    left: auto;
    right: -11px;
}

.main-about-box .text-wrap {
    margin-bottom: 55px;
}

.main-about-box .text-wrap .button-wrap {
    display: none;
}

.main-about-box .owl-dots {
    display: none;
}

.main-about-box .btn,
.main-about-box button,
.main-about-box input[type="submit"] {
    max-width: 220px;
    margin: 0 auto;
}

.main-doctors-box {
    padding: 30px 0 36px 0;
    margin-bottom: 40px;
}

.main-doctors-box h1,
.main-doctors-box .main-title {
    font-weight: 600;
    margin-bottom: 56px;
}

.main-doctors-box .slider-wrap {
    padding: 0 28px;
    margin: 0 auto;
    max-width: 300px;
    position: relative;
}

.main-doctors-box .sl-item {
    padding: 0 15px;
    position: relative;
    overflow: hidden;
}

.main-doctors-box .inner-wrap {
    z-index: 2;
}

.main-doctors-box:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    background: #e1e1e1;
    height: 1px;
}

.main-doctors-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 170px;
    left: 0;
    right: 0;
    background: url(../img/main/doc.jpg) center no-repeat;
    background-size: cover;
}

.main-doctors-box .owl-prev,
.main-doctors-box .owl-next {
    position: absolute;
    top: 107px;
    left: 0;
}

.main-doctors-box .owl-next {
    left: auto;
    right: 0;
}

.main-doctors-box .owl-dots {
    display: none;
}

.main-text-box {
    text-align: center;
    margin-bottom: 80px;
}

.main-text-box p {
    text-align: center;
}

.main-text-box .button-wrap {
    line-height: 1;
    padding-top: 10px;
}

.main-text-box h1,
.main-text-box .main-title {
    line-height: 1.2143;
}

.main-services-box {
    margin-top: -40px;
    margin-bottom: 25px;
}

.main-services-box .items-wrap {
    font-size: 0;
    margin: 0 auto;
    max-width: 313px;
}

.main-services-box .item-wrap {
    margin-bottom: 40px;
}

.main-baner-box {
    background: #000 url(../img/main/baner.jpg) center no-repeat;
    background-size: cover;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 70px;
}

.main-baner-box .inner-wrap {
    padding-top: 95px;
    padding-bottom: 90px;
    min-height: 358px;
}

.main-baner-box .baner-title-wrap {
    padding: 0 15px;
    margin-bottom: 10px;
}

.main-baner-box .baner-title-wrap + .baner-title-wrap {
    margin-left: 15px;
    margin-right: -15px;
}

.main-baner-box .baner-title,
.main-baner-box .baner-subtitle {
    display: inline;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: #292929;
    text-decoration: none;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    -webkit-box-shadow: 20px 0 0 #ffffff, -20px 0 0 #ffffff, 0 -5px 0 #ffffff, 0 5px 0 #ffffff, -20px -5px 0 #ffffff, -20px 5px 0 #ffffff, 20px -5px 0 #ffffff, 20px 5px 0 #ffffff;
    box-shadow: 20px 0 0 #ffffff, -20px 0 0 #ffffff, 0 -5px 0 #ffffff, 0 5px 0 #ffffff, -20px -5px 0 #ffffff, -20px 5px 0 #ffffff, 20px -5px 0 #ffffff, 20px 5px 0 #ffffff;
    background: #fff;
}

.main-baner-box .baner-title:hover,
.main-baner-box .baner-subtitle:hover {
    background: #f4f4f4;
    -webkit-box-shadow: 20px 0 0 #f4f4f4, -20px 0 0 #f4f4f4, 0 -5px 0 #f4f4f4, 0 5px 0 #f4f4f4, -20px -5px 0 #f4f4f4, -20px 5px 0 #f4f4f4, 20px -5px 0 #f4f4f4, 20px 5px 0 #f4f4f4;
    box-shadow: 20px 0 0 #f4f4f4, -20px 0 0 #f4f4f4, 0 -5px 0 #f4f4f4, 0 5px 0 #f4f4f4, -20px -5px 0 #f4f4f4, -20px 5px 0 #f4f4f4, 20px -5px 0 #f4f4f4, 20px 5px 0 #f4f4f4;
}

.main-baner-box .baner-title span,
.main-baner-box .baner-subtitle span {
    color: #F5CD46;
    font-weight: 600;
}

.main-baner-box .baner-subtitle {
    font-size: 22px;
}

.main-baner-box .baner-button {
    margin-top: 55px;
}

.main-slider-box {
    position: relative;
    overflow: hidden;
    line-height: 1;
}

.main-slider-box .sl-left,
.main-slider-box .sl-right {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    z-index: 2;
}

.main-slider-box .sl-right {
    left: auto;
    right: 0;
}

.main-slider-box .inner-wrap {
    height: 452px;
    padding-top: 50px;
}

.main-slider-box .sl-item {
    position: relative;
    overflow: hidden;
}

.main-slider-box .sl-photo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-slider-box .sl-title-wrap {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.main-slider-box .sl-title,
.main-slider-box .sl-subtitle {
    display: inline;
    font-size: 20px;
    font-weight: 300;
    color: #292929;
    line-height: 36px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    -webkit-box-shadow: 20px 0 0 #ffffff, -20px 0 0 #ffffff, 0 -5px 0 #ffffff, 0 5px 0 #ffffff, -20px -5px 0 #ffffff, -20px 5px 0 #ffffff, 20px -5px 0 #ffffff, 20px 5px 0 #ffffff;
    box-shadow: 20px 0 0 #ffffff, -20px 0 0 #ffffff, 0 -5px 0 #ffffff, 0 5px 0 #ffffff, -20px -5px 0 #ffffff, -20px 5px 0 #ffffff, 20px -5px 0 #ffffff, 20px 5px 0 #ffffff;
    background: #fff;
}

.main-slider-box .sl-title:hover,
.main-slider-box .sl-subtitle:hover {
    background: #f4f4f4;
    -webkit-box-shadow: 20px 0 0 #f4f4f4, -20px 0 0 #f4f4f4, 0 -5px 0 #f4f4f4, 0 5px 0 #f4f4f4, -20px -5px 0 #f4f4f4, -20px 5px 0 #f4f4f4, 20px -5px 0 #f4f4f4, 20px 5px 0 #f4f4f4;
    box-shadow: 20px 0 0 #f4f4f4, -20px 0 0 #f4f4f4, 0 -5px 0 #f4f4f4, 0 5px 0 #f4f4f4, -20px -5px 0 #f4f4f4, -20px 5px 0 #f4f4f4, 20px -5px 0 #f4f4f4, 20px 5px 0 #f4f4f4;
}

.main-slider-box .sl-title span,
.main-slider-box .sl-subtitle span {
    font-weight: 600;
    color: #286036;
    text-transform: uppercase;
}

.main-slider-box .sl-subtitle {
    font-size: 16px;
    font-weight: 400;
    limin-height: 28px;
}

.main-slider-box .sl-button {
    margin-top: 45px;
    margin-left: -5px;
    position: relative;
}

.main-slider-box .sl-button:hover {
    background: #F5CD46;
}

.main-slider-box .owl-nav {
    display: none !important;
}

.main-slider-box .owl-dots {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: auto;
    height: 168px;
    width: 15px;
}

.main-slider-box .owl-dot {
    display: block;
    position: relative;
    margin: 0 0 5px 0;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
}

.main-slider-box .owl-dot:before {
    content: "";
    display: block;
    opacity: 0;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
    width: 11px;
    height: 11px;
    background: #fff;
    position: absolute;
    top: 1px;
    left: 1px;
}

.main-slider-box .owl-dot:hover:before,
.main-slider-box .owl-dot.active:before {
    opacity: 1;
}

.main-slider-box .owl-nav {
    display: none;
}

@media (min-width: 480px) {
    .main-partners-box .slider-wrap {
        width: 360px;
    }
}

@media (min-width: 640px) {
    .sertificats-box .items-wrap {
        max-width: 406px;
    }

    .sertificats-box .item-wrap {
        width: 50%;
        padding: 0 2px;
    }

    .icons-box .items-wrap {
        max-width: 390px;
    }

    .icons-box .item-wrap {
        margin-bottom: 40px;
    }

    .main-title-box .inner-wrap {
        padding-top: 32px;
        padding-bottom: 22px;
    }

    .main-title-box .title-wrap {
        float: left;
        width: 50%;
        margin-bottom: 10px;
        text-align: left;
        line-height: 0;
    }

    .main-title-box .breadcrumbs-wrap {
        width: 50%;
        float: right;
        line-height: 50px;
        min-height: 50px;
        text-align: right;
        margin-right: -10px;
        margin-top: 10px;
    }

    .main-title-box .breadcrumbs-box {
        display: inline-block;
        vertical-align: bottom;
        line-height: 1;
        margin-bottom: 0;
        margin: 0;
    }

    .breadcrumbs-box {
        text-align: right;
    }

    .main-more-box {
        font-size: 22px;
    }

    .main-more-box .inner-wrap {
        padding-bottom: 15px;
    }

    .main-more-box .more-button {
        font-size: 22px;
    }

    .main-more-box .more-title {
        margin-bottom: 5px;
    }

    .main-partners-box .slider-wrap {
        width: 540px;
    }

    .main-reviews-box .sl-item {
        padding-bottom: 45px;
    }

    .main-doctors-box:before {
        left: 20px;
        right: 20px;
    }

    .main-doctors-box .slider-wrap {
        max-width: 600px;
        padding: 0 57px;
    }

    .main-baner-box .inner-wrap {
        padding-top: 92px;
        padding-bottom: 82px;
    }

    .main-baner-box .baner-title-wrap {
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 17px;
    }

    .main-baner-box .baner-title-wrap + .baner-title-wrap {
        margin-left: 50px;
    }

    .main-baner-box .baner-title,
    .main-baner-box .baner-subtitle {
        font-size: 28px;
        -webkit-box-shadow: 25px 0 0 #ffffff, -25px 0 0 #ffffff, 0 -6px 0 #ffffff, 0 6px 0 #ffffff, -25px -6px 0 #ffffff, -25px 6px 0 #ffffff, 25px -6px 0 #ffffff, 25px 6px 0 #ffffff;
        box-shadow: 25px 0 0 #ffffff, -25px 0 0 #ffffff, 0 -6px 0 #ffffff, 0 6px 0 #ffffff, -25px -6px 0 #ffffff, -25px 6px 0 #ffffff, 25px -6px 0 #ffffff, 25px 6px 0 #ffffff;
    }

    .main-baner-box .baner-title:hover,
    .main-baner-box .baner-subtitle:hover {
        -webkit-box-shadow: 26px 0 0 #f4f4f4, -26px 0 0 #f4f4f4, 0 -6px 0 #f4f4f4, 0 6px 0 #f4f4f4, -25px -6px 0 #f4f4f4, -25px 6px 0 #f4f4f4, 25px -6px 0 #f4f4f4, 25px 6px 0 #f4f4f4;
        box-shadow: 26px 0 0 #f4f4f4, -26px 0 0 #f4f4f4, 0 -6px 0 #f4f4f4, 0 6px 0 #f4f4f4, -25px -6px 0 #f4f4f4, -25px 6px 0 #f4f4f4, 25px -6px 0 #f4f4f4, 25px 6px 0 #f4f4f4;
    }

    .main-baner-box .baner-button {
        margin-top: 50px;
    }

    .main-slider-box .owl-dots {
        left: 20px;
        height: 138px;
    }

    .main-slider-box .inner-wrap {
        padding-top: 108px;
    }

    .main-slider-box .sl-title-wrap {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 2px;
    }

    .main-slider-box .sl-title {
        font-size: 28px;
        -webkit-box-shadow: 30px 0 0 #ffffff, -30px 0 0 #ffffff, 0 -5px 0 #ffffff, 0 5px 0 #ffffff, -30px -5px 0 #ffffff, -30px 5px 0 #ffffff, 30px -5px 0 #ffffff, 30px 5px 0 #ffffff;
        box-shadow: 30px 0 0 #ffffff, -30px 0 0 #ffffff, 0 -5px 0 #ffffff, 0 5px 0 #ffffff, -30px -5px 0 #ffffff, -30px 5px 0 #ffffff, 30px -5px 0 #ffffff, 30px 5px 0 #ffffff;
    }

    .main-slider-box .sl-title:hover {
        -webkit-box-shadow: 30px 0 0 #f4f4f4, -30px 0 0 #f4f4f4, 0 -5px 0 #f4f4f4, 0 5px 0 #f4f4f4, -30px -5px 0 #f4f4f4, -30px 5px 0 #f4f4f4, 30px -5px 0 #f4f4f4, 30px 5px 0 #f4f4f4;
        box-shadow: 30px 0 0 #f4f4f4, -30px 0 0 #f4f4f4, 0 -5px 0 #f4f4f4, 0 5px 0 #f4f4f4, -30px -5px 0 #f4f4f4, -30px 5px 0 #f4f4f4, 30px -5px 0 #f4f4f4, 30px 5px 0 #f4f4f4;
    }

    .main-slider-box .sl-subtitle {
        -webkit-box-shadow: 30px 0 0 #ffffff, -30px 0 0 #ffffff, 0 -5px 0 #ffffff, 0 5px 0 #ffffff, -30px -5px 0 #ffffff, -30px 5px 0 #ffffff, 30px -5px 0 #ffffff, 30px 5px 0 #ffffff;
        box-shadow: 30px 0 0 #ffffff, -30px 0 0 #ffffff, 0 -5px 0 #ffffff, 0 5px 0 #ffffff, -30px -5px 0 #ffffff, -30px 5px 0 #ffffff, 30px -5px 0 #ffffff, 30px 5px 0 #ffffff;
    }

    .main-slider-box .sl-subtitle:hover {
        -webkit-box-shadow: 30px 0 0 #f4f4f4, -30px 0 0 #f4f4f4, 0 -5px 0 #f4f4f4, 0 5px 0 #f4f4f4, -30px -5px 0 #f4f4f4, -30px 5px 0 #f4f4f4, 30px -5px 0 #f4f4f4, 30px 5px 0 #f4f4f4;
        box-shadow: 30px 0 0 #f4f4f4, -30px 0 0 #f4f4f4, 0 -5px 0 #f4f4f4, 0 5px 0 #f4f4f4, -30px -5px 0 #f4f4f4, -30px 5px 0 #f4f4f4, 30px -5px 0 #f4f4f4, 30px 5px 0 #f4f4f4;
    }

    .main-slider-box .sl-button {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .main-partners-box .slider-wrap {
        width: 700px;
    }
}

@media (min-width: 1000px) {
    .doctor-box {
        padding-left: 335px;
    }

    .doctor-box .info-wrap {
        width: 285px;
        float: left;
        padding-top: 5px;
        margin: 0 0 0 -335px;
    }

    .doctor-box .text-wrap {
        width: 100%;
        float: right;
    }

    .sertificats-box .items-wrap {
        max-width: 603px;
        margin: 0 auto;
    }

    .sertificats-box .item-wrap {
        width: 33.33%;
    }

    .contacts-box {
        margin-bottom: 55px;
        padding-left: 330px;
    }

    .contacts-box .contacts-wrap {
        max-width: 275px;
        width: 275px;
        float: left;
        padding-left: 15px;
        margin: 0 0 0 -330px;
    }

    .contacts-box .map-wrap {
        padding-top: 10px;
        height: 410px;
        width: 100%;
        float: right;
    }

    .icons-box .items-wrap {
        font-size: 0;
        max-width: 100%;
        text-align: center;
    }

    .icons-box .item-wrap {
        width: 470px;
        padding: 0 40px;
        display: inline-block;
        vertical-align: top;
    }

    .new-box .article-photo {
        margin: 0 60px 45px 0;
    }

    .news-box .items-wrap {
        max-width: inherit;
        margin: 0 -15px;
    }

    .news-box .item-wrap {
        width: 33.32%;
        padding: 0 15px;
    }

    .gallery-box .items-wrap {
        max-width: inherit;
        margin: 0 -10px;
    }

    .gallery-box .item-wrap {
        width: 25%;
        padding: 0 10px;
    }

    .doctors-box .items-wrap {
        max-width: inherit;
        margin: 0 -15px;
        font-size: 0;
    }

    .doctors-box .item-wrap {
        padding: 0 15px;
        width: 24.99%;
    }

    .services-box .items-wrap {
        text-align: center;
        max-width: 100%;
    }

    .services-box .item-wrap {
        width: 33.32%;
    }

    .categories-box .items-wrap {
        max-width: inherit;
        margin: 0 -20px;
    }

    .categories-box .item-wrap {
        width: 33.33%;
        float: left;
        padding: 0 20px;
    }

    .main-more-box {
        font-size: 24px;
        line-height: 30px;
    }

    .main-more-box .inner-wrap {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .main-more-box .more-title {
        font-size: 24px;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

    .main-more-box .more-button {
        font-size: 24px;
        display: inline-block;
        vertical-align: middle;
        padding-left: 98px;
    }

    .main-partners-box .slider-wrap {
        width: 920px;
    }

    .main-reviews-box .inner-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .main-reviews-box .slider-wrap {
        max-width: 990px;
    }

    .main-reviews-box .sl-item {
        padding-left: 25px;
        padding-right: 25px;
    }

    .main-news-box .inner-wrap {
        padding: 0;
    }

    .main-news-box .items-wrap {
        max-width: 972px;
    }

    .main-news-box .item-wrap {
        float: left;
        width: 33.33%;
        padding: 0 15px;
        display: block;
    }

    .main-about-box {
        margin-bottom: 80px;
    }

    .main-about-box .about-wrap {
        padding-right: 370px;
    }

    .main-about-box .about-wrap:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        font-size: 0;
    }

    .main-about-box .text-wrap {
        width: 100%;
        float: left;
        margin: 0;
    }

    .main-about-box .text-wrap .button-wrap {
        display: block;
        margin: 36px 0 0 0;
    }

    .main-about-box .slider-wrap {
        width: 300px;
        float: right;
        margin: 0 -370px 0 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .main-about-box .button-wrap {
        display: none;
    }

    .main-doctors-box:before {
        left: 30px;
        right: 30px;
    }

    .main-doctors-box .inner-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-doctors-box .slider-wrap {
        max-width: 970px;
        padding: 0;
    }

    .main-doctors-box .owl-prev {
        left: 15px;
    }

    .main-doctors-box .owl-next {
        right: 15px;
    }

    .main-services-box .items-wrap {
        max-width: 100%;
    }

    .main-services-box .item-wrap {
        width: 33.32%;
        display: inline-block;
        vertical-align: top;
    }

    .main-slider-box .owl-dots {
        left: 30px;
    }
}

@media (min-width: 1200px) {
    .main-partners-box .slider-wrap {
        width: 1140px;
    }
}

@media (min-width: 1400px) {
    .doctor-box {
        padding-left: 451px;
    }

    .doctor-box .info-wrap {
        width: 353px;
        padding-top: 8px;
        margin-left: -451px;
    }

    .doctor-box .doc-title {
        margin-bottom: 34px;
    }

    .doctor-box .doc-photo {
        width: 100%;
        margin-bottom: 35px;
    }

    .doctor-box .shedule-wrap {
        max-width: 100%;
        margin: 0 0 35px 0;
    }

    .doctor-box .button-wrap {
        max-width: 100%;
    }

    .doctor-box .btn,
    .doctor-box button,
    .doctor-box input[type="submit"] {
        padding-left: 54px;
    }

    .doctor-box p + h2,
    .doctor-box p + h3,
    .doctor-box p + h4 {
        padding-top: 10px;
    }

    .doctor-box .sertificats-box {
        padding-top: 15px;
    }

    .sertificats-box .item-wrap {
        padding: 0 10px;
        margin-bottom: 18px;
    }

    .sertificats-box .items-wrap {
        max-width: 727px;
    }

    .contacts-box {
        padding-left: 368px;
        margin-bottom: 68px;
    }

    .contacts-box .contacts-wrap {
        width: 300px;
        max-width: 300px;
        margin-left: -368px;
        padding-left: 0;
    }

    .contacts-box .map-wrap {
        height: 510px;
    }

    .contacts-box .cnt-wrap {
        margin-bottom: 20px;
    }

    .contacts-box .elm-cnt {
        font-size: 18px;
        line-height: 18px;
    }

    .contacts-box .elm-cnt .email {
        font-size: 20px;
        line-height: 24px;
    }

    .contacts-box .elm-cnt .phone {
        font-size: 22px;
        line-height: 28px;
    }

    .contacts-box .elm-cnt .shedule {
        font-size: 20px;
        line-height: 24px;
    }

    .icons-box .item-wrap {
        width: 496px;
        padding: 0 46px;
        margin-bottom: 55px;
    }

    .new-box .article-photo {
        margin: 0 100px 70px 0;
        width: 440px;
        max-width: 440px;
    }

    .new-box .decor-title {
        font-size: 24px;
        padding-bottom: 18px;
        margin-bottom: 32px;
    }

    .new-box .elm-date {
        margin-bottom: 20px;
    }

    .news-box .item-wrap {
        padding: 0 20px;
    }

    .news-box .items-wrap {
        margin: 0 -20px;
    }

    .gallery-box {
        margin-bottom: 0;
    }

    .gallery-box .items-wrap {
        margin: 0 -20px;
    }

    .gallery-box .item-wrap {
        padding: 0 20px;
        margin-bottom: 30px;
    }

    .doctors-box .item-wrap {
        padding: 0 25px;
        margin-bottom: 30px;
    }

    .doctors-box .items-wrap {
        margin: 0 -25px;
    }

    .pagenav-box a,
    .pagenav-box span {
        font-size: 22px;
    }

    .pagenav-box a.active,
    .pagenav-box span.active {
        font-size: 28px;
    }

    .categories-box .items-wrap {
        margin: 0 -26px;
    }

    .categories-box .item-wrap {
        margin-bottom: 50px;
        padding: 0 26px;
    }

    .main-title-box {
        top: -30px;
        margin-bottom: -30px;
    }

    .main-title-box .inner-wrap {
        padding-top: 90px;
        padding-bottom: 50px;
    }

    .main-title-box .breadcrumbs-wrap {
        margin-right: -14px;
    }

    .breadcrumbs-box {
        margin-left: -14px;
        margin-right: -14px;
    }

    .breadcrumbs-box a,
    .breadcrumbs-box span {
        margin-left: 14px;
        margin-right: 14px;
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
        font-size: 18px;
    }

    .breadcrumbs-box a:before,
    .breadcrumbs-box span:before {
        margin-top: -8px;
        margin-left: 9px;
        background-image: url(../img/spr.png);
        background-position: -437px -80px;
        width: 10px;
        height: 16px;
    }

    .main-more-box .more-title,
    .main-more-box .more-button {
        font-size: 28px;
    }

    .main-more-box .more-button {
        padding-left: 150px;
    }

    .main-partners-box .inner-wrap {
        padding: 0;
    }

    .main-partners-box .slider-wrap {
        width: 1242px;
    }

    .main-partners-box .sl-item {
        height: 162px;
    }

    .main-reviews-box h2,
    .main-reviews-box .main-title {
        font-size: 32px;
        margin-bottom: 75px;
    }

    .main-reviews-box:before {
        bottom: 80px;
    }

    .main-reviews-box .inner-wrap {
        padding-top: 40px;
        padding-bottom: 38px;
    }

    .main-reviews-box .sl-item {
        padding: 0 20px 60px 20px;
    }

    .main-reviews-box .owl-dot {
        width: 15px;
        height: 15px;
    }

    .main-reviews-box .slider-wrap {
        max-width: 1240px;
    }

    .main-news-box {
        margin-bottom: 88px;
    }

    .main-news-box h1,
    .main-news-box .main-title {
        margin-bottom: 40px;
    }

    .main-news-box .items-wrap {
        max-width: 1242px;
    }

    .main-news-box .item-wrap {
        padding: 0 22px;
    }

    .main-about-box {
        margin-bottom: 100px;
    }

    .main-about-box h1,
    .main-about-box .main-title {
        margin-bottom: 35px;
    }

    .main-about-box .about-wrap {
        padding-right: 517px;
    }

    .main-about-box .slider-wrap {
        width: 417px;
        padding: 15px 68px;
        margin-right: -517px;
    }

    .main-about-box .text-wrap .button-wrap {
        margin-top: 45px;
    }

    .main-doctors-box {
        padding: 42px 0 30px 0;
        margin-bottom: 50px;
    }

    .main-doctors-box:after {
        bottom: 236px;
    }

    .main-doctors-box:before {
        left: 100px;
        right: 100px;
    }

    .main-doctors-box .inner-wrap {
        padding: 0;
    }

    .main-doctors-box h1,
    .main-doctors-box .main-title {
        margin-bottom: 70px;
    }

    .main-doctors-box .slider-wrap {
        max-width: 1220px;
    }

    .main-doctors-box .sl-item {
        padding: 0 10px;
    }

    .main-doctors-box .owl-prev {
        left: -60px;
        top: 140px;
    }

    .main-doctors-box .owl-next {
        right: -60px;
        top: 140px;
    }

    .main-services-box {
        margin-top: -100px;
        margin-bottom: 40px;
    }

    .main-text-box {
        margin-bottom: 100px;
    }

    .main-text-box .button-wrap {
        padding-top: 20px;
    }

    .main-baner-box {
        margin-bottom: 85px;
    }

    .main-baner-box .inner-wrap {
        min-height: 500px;
        padding-top: 130px;
        padding-bottom: 118px;
    }

    .main-baner-box .baner-title-wrap {
        padding: 0 40px;
        margin-bottom: 22px;
    }

    .main-baner-box .baner-title-wrap + .baner-title-wrap {
        margin-left: 70px;
    }

    .main-baner-box .baner-button {
        margin-top: 65px;
    }

    .main-baner-box .baner-title,
    .main-baner-box .baner-subtitle {
        font-size: 32px;
        line-height: 40px;
        -webkit-box-shadow: 40px 0 0 #ffffff, -40px 0 0 #ffffff, 0 -11px 0 #ffffff, 0 11px 0 #ffffff, -40px -11px 0 #ffffff, -40px 11px 0 #ffffff, 40px -11px 0 #ffffff, 40px 11px 0 #ffffff;
        box-shadow: 40px 0 0 #ffffff, -40px 0 0 #ffffff, 0 -11px 0 #ffffff, 0 11px 0 #ffffff, -40px -11px 0 #ffffff, -40px 11px 0 #ffffff, 40px -11px 0 #ffffff, 40px 11px 0 #ffffff;
    }

    .main-baner-box .baner-title:hover,
    .main-baner-box .baner-subtitle:hover {
        -webkit-box-shadow: 40px 0 0 #f4f4f4, -40px 0 0 #f4f4f4, 0 -11px 0 #f4f4f4, 0 11px 0 #f4f4f4, -40px -11px 0 #f4f4f4, -40px 11px 0 #f4f4f4, 40px -11px 0 #f4f4f4, 40px 11px 0 #f4f4f4;
        box-shadow: 40px 0 0 #f4f4f4, -40px 0 0 #f4f4f4, 0 -11px 0 #f4f4f4, 0 11px 0 #f4f4f4, -40px -11px 0 #f4f4f4, -40px 11px 0 #f4f4f4, 40px -11px 0 #f4f4f4, 40px 11px 0 #f4f4f4;
    }

    .main-slider-box {
        margin-bottom: -30px;
        top: -30px;
    }

    .main-slider-box.arrow-left .owl-prev {
        opacity: 1;
    }

    .main-slider-box.arrow-right .owl-next {
        opacity: 1;
    }

    .main-slider-box .inner-wrap {
        height: 632px;
        padding-top: 170px;
    }

    .main-slider-box .owl-nav {
        display: block;
    }

    .main-slider-box .sl-title-wrap {
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 22px;
    }

    .main-slider-box .sl-title {
        font-size: 38px;
        line-height: 44px;
        -webkit-box-shadow: 40px 0 0 #ffffff, -40px 0 0 #ffffff, 0 -9px 0 #ffffff, 0 9px 0 #ffffff, -40px -9px 0 #ffffff, -40px 9px 0 #ffffff, 40px -9px 0 #ffffff, 40px 9px 0 #ffffff;
        box-shadow: 40px 0 0 #ffffff, -40px 0 0 #ffffff, 0 -9px 0 #ffffff, 0 9px 0 #ffffff, -40px -9px 0 #ffffff, -40px 9px 0 #ffffff, 40px -9px 0 #ffffff, 40px 9px 0 #ffffff;
    }

    .main-slider-box .sl-title:hover {
        -webkit-box-shadow: 40px 0 0 #f4f4f4, -40px 0 0 #f4f4f4, 0 -9px 0 #f4f4f4, 0 9px 0 #f4f4f4, -40px -9px 0 #f4f4f4, -40px 9px 0 #f4f4f4, 40px -9px 0 #f4f4f4, 40px 9px 0 #f4f4f4;
        box-shadow: 40px 0 0 #f4f4f4, -40px 0 0 #f4f4f4, 0 -9px 0 #f4f4f4, 0 9px 0 #f4f4f4, -40px -9px 0 #f4f4f4, -40px 9px 0 #f4f4f4, 40px -9px 0 #f4f4f4, 40px 9px 0 #f4f4f4;
    }

    .main-slider-box .sl-subtitle {
        font-size: 20px;
        line-height: 24px;
        -webkit-box-shadow: 40px 0 0 #ffffff, -40px 0 0 #ffffff, 0 -9px 0 #ffffff, 0 9px 0 #ffffff, -40px -9px 0 #ffffff, -40px 9px 0 #ffffff, 40px -9px 0 #ffffff, 40px 9px 0 #ffffff;
        box-shadow: 40px 0 0 #ffffff, -40px 0 0 #ffffff, 0 -9px 0 #ffffff, 0 9px 0 #ffffff, -40px -9px 0 #ffffff, -40px 9px 0 #ffffff, 40px -9px 0 #ffffff, 40px 9px 0 #ffffff;
    }

    .main-slider-box .sl-subtitle:hover {
        -webkit-box-shadow: 40px 0 0 #f4f4f4, -40px 0 0 #f4f4f4, 0 -9px 0 #f4f4f4, 0 9px 0 #f4f4f4, -40px -9px 0 #f4f4f4, -40px 9px 0 #f4f4f4, 40px -9px 0 #f4f4f4, 40px 9px 0 #f4f4f4;
        box-shadow: 40px 0 0 #f4f4f4, -40px 0 0 #f4f4f4, 0 -9px 0 #f4f4f4, 0 9px 0 #f4f4f4, -40px -9px 0 #f4f4f4, -40px 9px 0 #f4f4f4, 40px -9px 0 #f4f4f4, 40px 9px 0 #f4f4f4;
    }

    .main-slider-box .sl-button {
        margin-top: 65px;
    }

    .main-slider-box .owl-dots {
        height: 200px;
        left: 100px;
    }

    .main-slider-box .owl-nav {
        display: block;
        line-height: 1;
        position: static;
        font-size: 0;
    }

    .main-slider-box .owl-prev,
    .main-slider-box .owl-next {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background: rgba(98, 98, 98, 0.3);
        -webkit-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s;
        width: 100px;
        height: auto;
        opacity: 0;
    }

    .main-slider-box .owl-prev:before,
    .main-slider-box .owl-next:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        background-image: url(../img/spr.png);
        background-position: 0px -94px;
        width: 32px;
        height: 58px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .main-slider-box .owl-prev:hover,
    .main-slider-box .owl-next:hover {
        opacity: 1;
        background: rgba(98, 98, 98, 0.4);
    }

    .main-slider-box .owl-prev:before {
        -webkit-transform: -webkit-rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .main-slider-box .owl-next {
        left: auto;
        right: 0;
    }
}

@media (min-width: 1600px) {
    .sertificats-box .items-wrap {
        max-width: 969px;
    }

    .sertificats-box .item-wrap {
        width: 25%;
    }

    .icons-box .item-wrap {
        width: 33.32%;
        padding: 0 46px;
    }

    .icons-box .items-wrap {
        margin: 0 -46px;
        max-width: inherit;
    }

    .doctors-box .items-wrap {
        margin: 0 30px;
    }

    .main-partners-box .slider-wrap {
        width: 1440px;
    }

    .main-reviews-box .slider-wrap {
        max-width: 1460px;
    }

    .main-reviews-box .sl-item {
        padding-left: 30px;
        padding-right: 30px;
    }

    .main-news-box .items-wrap {
        max-width: 1440px;
    }

    .main-news-box .item-wrap {
        padding: 0 20px;
    }

    .main-doctors-box:before {
        width: 1400px;
        left: 50%;
        right: auto;
        margin-left: -700px;
    }

    .main-doctors-box .slider-wrap {
        max-width: 1340px;
    }

    .main-doctors-box .sl-item {
        padding: 0 25px;
    }

    .main-doctors-box .owl-prev {
        left: -75px;
    }

    .main-doctors-box .owl-next {
        right: -75px;
    }

    .main-services-box {
        margin-top: -80px;
    }

    .main-slider-box .inner-wrap {
        height: 750px;
        padding-top: 232px;
    }

    .main-slider-box .owl-dots {
        height: 180px;
        left: 50%;
        margin-left: -700px;
    }
}

@media (min-width: 1650px) {
    .main-slider-box .owl-prev,
    .main-slider-box .owl-next {
        width: 125px;
    }
}

.h-background-1 .nav .inner-wrap:before,
.h-background-2 .nav .inner-wrap:before,
.h-background-1 .header .logo-wrap:before,
.h-background-2 .header .logo-wrap:before,
.h-background-1 .header .logo-wrap:after,
.h-background-2 .header .logo-wrap:after,
.h-background-1 .footer .copy-wrap:before,
.h-background-2 .footer .copy-wrap:before,
.h-background-1 .footer .copy-wrap:after,
.h-background-2 .footer .copy-wrap:after {
    display: none;
}

@media (min-width: 1000px) {
    .main-services-box .item-wrap {
        float: left;
    }
}


/* ----------------------------------- *\
    calendar styles
\* ----------------------------------- */
/*div[id^="popup"] {
  display: none;
}*/
.ui-dialog.popup-order:before {
    border-radius: 5px;
}

.ui-dialog.popup-calendar-form-order:before {
    border-radius: 5px;
}

.popup-form-order-box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.popup-form-order-box .frm-popup-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    padding: 25px 10px 45px 10px;
}

.popup-form-order-box .frm-popup-title h2,
.popup-form-order-box .frm-popup-title .second-title {
    font-size: 28px;
    line-height: 34px;
}

.popup-form-order-box .frm-select-text {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 35px -35px;
    font-weight: 400;
}

.popup-form-order-box .frm-select-text p {
    text-align: center;
    margin-bottom: 24px;
}

.popup-form-order-box .frm-select-text p:last-child {
    margin-bottom: 0;
}

.popup-form-order-box .frm-select-text p:last-child {
    font-size: 18px;
}

.popup-form-order-box .back-wrap {
    line-height: 1;
    padding-top: 25px;
    text-align: center;
}

.popup-order-box {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.popup-order-box .frm-popup-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    padding: 25px 10px 45px 10px;
}

.popup-order-box .frm-popup-title h2,
.popup-order-box .frm-popup-title .second-title {
    font-size: 28px;
    line-height: 34px;
}

.popup-order-box .popup-order-text {
    font-size: 18px;
    line-height: 22px;
    padding: 18px;
    min-height: 80px;
    text-align: center;
}

.popup-order-box .popup-order-text p {
    margin: 0;
}

.popup-order-box .items-wrap {
    min-height: 290px;
    overflow: auto;
}

.popup-order-box .items-wrap .jspVerticalBar {
    width: 7px;
    background: none;
}

.popup-order-box .items-wrap .jspVerticalBar .jspTrack {
    width: 7px;
    background: none;
}

.popup-order-box .items-wrap .jspVerticalBar:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F5CD46;
    width: 100%;
}

.popup-order-box .items-wrap .jspVerticalBar .jspDrag {
    background: none;
}

.popup-order-box .items-wrap .jspVerticalBar .jspDrag:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F5CD46;
}

.popup-order-box .item-wrap {
    margin-bottom: 3px;
    position: relative;
    overflow: hidden;
}

.popup-order-box .item-wrap:last-child {
    margin-bottom: 0;
}

.popup-order-box .item-wrap:last-child .item-popup-order {
    padding-bottom: 87px;
}

.popup-order-box .item-wrap:nth-child(2n) .item-popup-order {
    background: #ececec;
}

.page-menu-box {
    font-size: 16px;
    font-weight: 600;
    color: #F5CD46;
    text-align: center;
    line-height: 1;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.page-menu-box ul {
    margin: 0 -2px;
    text-align: center;
}

.page-menu-box li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 6px 2px;
    padding: 0;
}

.page-menu-box li:before {
    display: none;
}

.page-menu-box a {
    display: block;
    height: 35px;
    padding: 0 20px;
    line-height: 31px;
    border: 2px solid #fff;
    text-decoration: none;
    color: #F5CD46;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.page-menu-box a span {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 19px;
    border-bottom: 1px solid #F5CD46;
    -webkit-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
}

.page-menu-box a:hover,
.page-menu-box a.active {
    text-decoration: none;
    color: #286036;
}

.page-menu-box a:hover span,
.page-menu-box a.active span {
    border-bottom-color: #fff;
}

.page-menu-box a.active {
    border-color: #286036;
}

.calendar-menu-box {
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

.calendar-menu-box ul {
    margin: 0;
}

.calendar-menu-box li {
    margin-bottom: 3px;
    padding: 0;
}

.calendar-menu-box li:first-child {
    padding-left: 68px;
}

.calendar-menu-box li:last-child {
    padding-right: 68px;
}

.calendar-menu-box li:before {
    display: none;
}

.main-calendar-wrap {
    padding-top: 60px;
}

.main-calendar-box {
    padding: 40px 0 37px 0;
    background: #fff url(../img/cal.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: 100px;
}

.calendar-box {
    margin: 0 -3px 0 0;
}

.calendar-box table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0 auto;
    max-width: 1313px;
}

.calendar-box table thead th,
.calendar-box table tbody th,
.calendar-box table thead td,
.calendar-box table tbody td {
    background: none;
    font-weight: 400;
    padding: 0 3px 3px 0;
    line-height: 1;
    text-align: center;
    min-width: 0;
    max-width: inherit;
    border: none;
    vertical-align: top;
}

.item-popup-order {
    padding: 20px 44px 37px 44px;
    background: #f5f5f5;
}

.item-popup-order .order-name {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #F5CD46;
    text-align: center;
    margin-bottom: 22px;
}

.item-popup-order .order-pos {
    display: block;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-weight: 600;
    color: #286036;
    margin-bottom: 22px;
}

.sale-personal-section-index-block {
    background-color: #286036;
    opacity: 1;
}

.item-popup-order .order-items {
    margin: 0 -3px 0 0;
    overflow: hidden;
}

.item-popup-order .order-item-wrap {
    float: left;
    padding: 0 3px 3px 0;
    width: 25%;
}

.item-popup-order .order-item-wrap.bg-dark .item-order {
    background: #F5CD46;
}

.item-popup-order .order-item-wrap.bg-dark .item-order .order-button {
    background: #F5CD46;
}

.item-popup-order .order-item-wrap.bg-dark .item-order:hover {
    background: #286036;
}

.item-popup-order .order-item-wrap.bg-dark .item-order:hover .order-button {
    background: #F5CD46;
}

.item-popup-order .order-item-wrap.bg-dark .item-order.order-disabled {
    background: #db5656;
}

.item-popup-order .order-item-wrap.bg-dark .item-order.order-disabled .order-button {
    background: #d63838;
}

.item-order {
    background: #F5CD46;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.item-order .order-time {
    display: block;
    height: 56px;
    position: relative;
    line-height: 56px;
    font-size: 18px;
}

.item-order .order-button {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #F5CD46;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.item-order:hover {
    background: #286036;
}

.item-order:hover .order-button {
    background: #F5CD46;
}

.item-order.order-disabled {
    background: #db5656;
    cursor: default;
}

.item-order.order-disabled .order-time {
    overflow: hidden;
    text-indent: -999px;
}

.item-order.order-disabled .order-time:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: 40px;
    height: 1px;
}

.item-order.order-disabled .order-button {
    background: #d63838;
    font-size: 14px;
}

.btn-action-calendar {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.btn-action-calendar:before {
    -webkit-transition: background ease 0.2s;
    -o-transition: background ease 0.2s;
    transition: background ease 0.2s;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #286036;
    -webkit-transform: -webkit-skew(-40deg);
    -webkit-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
}

.btn-action-calendar span {
    display: block;
    position: relative;
}

.btn-action-calendar.prev,
.btn-action-calendar.next {
    padding-left: 58px;
}

.btn-action-calendar.prev:hover:before,
.btn-action-calendar.next:hover:before {
    background: #F5CD46;
}

.btn-action-calendar.prev:before,
.btn-action-calendar.next:before {
    background: #F5CD46;
}

.btn-action-calendar.prev:after,
.btn-action-calendar.next:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -272px -433px;
    width: 41px;
    height: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 22px;
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: auto;
}

.btn-action-calendar.next {
    padding-left: 0;
    padding-right: 58px;
}

.btn-action-calendar.next:after {
    -webkit-transform: -webkit-rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    left: auto;
    right: 22px;
}

.tbl-cal-title {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #286036;
    text-align: center;
    overflow: hidden;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.tbl-cal-empty {
    display: block;
    height: 114px;
    position: relative;
    overflow: hidden;
    background: rgba(117, 117, 117, 0.45);
}

.tbl-cal-empty:before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
}

.tbl-cal-item {
    display: block;
    position: relative;
    height: 114px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    background: #F5CD46;
    -webkit-transition: background ease 0.2s;
    -o-transition: background ease 0.2s;
    transition: background ease 0.2s;
    cursor: pointer;
}

.tbl-cal-item:hover {
    background: #F5CD46;
}

.tbl-cal-item:hover .tbl-order {
    opacity: 1;
}

.tbl-cal-item:hover .tbl-order ~ .tbl-title,
.tbl-cal-item:hover .tbl-order ~ .tbl-total {
    opacity: 0;
}

.tbl-cal-item.tbl-disabled {
    background: rgba(205, 0, 0, 0.6);
    cursor: default;
}

.tbl-cal-item .tbl-date {
    display: block;
    height: 47px;
    line-height: 46px;
    border-bottom: 1px solid #fff;
    margin: 0 auto 10px auto;
    width: 40px;
    font-size: 22px;
    font-weight: bold;
}

.tbl-cal-item .tbl-total {
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
}

.tbl-cal-item .tbl-title,
.tbl-cal-item .tbl-total,
.tbl-cal-item .tbl-order {
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
}

.tbl-cal-item .tbl-order {
    display: block;
    height: 66px;
    line-height: 66px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
}

.tbl-weekend .tbl-cal-item {
    background: #F5CD46;
}

.tbl-weekend .tbl-cal-item:hover {
    background: #F5CD46;
}

.tbl-weekend .tbl-cal-item.tbl-disabled {
    background: rgba(205, 0, 0, 0.6);
    cursor: default;
}

.tbl-weekend .tbl-cal-title {
    background: #F5CD46;
}

@media (max-width: 999px) {
    .main-calendar-box {
        padding: 16px 0 47px 0;
    }

    .calendar-box {
        margin: 0 auto;
        width: 532px;
    }

    .calendar-box table {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-collapse: collapse;
    }

    .calendar-box table thead {
        display: none;
    }

    .calendar-box table tbody,
    .calendar-box table tr,
    .calendar-box table td,
    .calendar-box table th {
        display: block;
        width: 100%;
        min-width: 100%;
        position: relative;
        overflow: hidden;
        width: 100% \9;
        float: left \9;
        padding: 0;
    }

    .calendar-box table tr {
        display: inline;
    }

    .calendar-box table td,
    .calendar-box table th {
        float: left;
        padding: 0 3px 3px 0;
        width: 25%;
    }

    .calendar-box table td:before,
    .calendar-box table th:before {
        content: attr(data-title);
        display: block;
        position: relative;
        height: 40px;
        line-height: 40px;
        background: #286036;
        text-align: center;
        overflow: hidden;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 3px;
    }

    .calendar-box table td.tbl-empty,
    .calendar-box table th.tbl-empty {
        display: none;
    }

    .calendar-box table td.tbl-weekend:before,
    .calendar-box table th.tbl-weekend:before {
        background: #F5CD46;
    }
}

@media (max-width: 639px) {
    .calendar-box {
        width: 266px;
    }

    .calendar-box table th,
    .calendar-box table td {
        width: 50%;
        background: none !important;
        border: none !important;
    }

    .item-popup-order {
        padding-left: 20px;
        padding-right: 20px;
    }

    .item-popup-order .order-name {
        font-size: 20px;
        line-height: 24px;
    }

    .item-popup-order .order-item-wrap {
        width: 50%;
    }
}

@media (min-width: 640px) {
    .popup-form-order-box .frm-select-text {
        margin-left: 0;
    }
}

@media (min-width: 1000px) {
    .ui-dialog.popup-order,
    .ui-dialog.popup-calendar-form-order {
        width: 940px !important;
        margin-left: -470px;
    }

    .ui-dialog.popup-order:before,
    .ui-dialog.popup-calendar-form-order:before {
        top: 50px;
    }

    .ui-dialog.popup-order .ui-dialog-titlebar,
    .ui-dialog.popup-calendar-form-order .ui-dialog-titlebar {
        height: 50px;
    }

    .ui-dialog.popup-order .ui-dialog-titlebar .ui-dialog-titlebar-close,
    .ui-dialog.popup-calendar-form-order .ui-dialog-titlebar .ui-dialog-titlebar-close {
        right: 0;
    }

    .calendar-menu-box {
        text-align: center;
        font-size: 0;
    }

    .calendar-menu-box ul {
        text-align: center;
    }

    .calendar-menu-box li {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        margin: 0 2px 0 1px;
    }

    .calendar-menu-box li:first-child,
    .calendar-menu-box li:last-child {
        padding: 0;
    }

    .popup-order-box .popup-order-text {
        font-size: 18px;
        line-height: 22px;
    }

    .popup-form-order-box .frm-row-submit {
        position: relative;
    }

    .popup-form-order-box .frm-row-submit .back-wrap {
        width: 216px;
        text-align: right;
        line-height: 30px;
        padding: 0;
        position: absolute;
        top: 0;
        right: -40px;
    }

    .item-popup-order {
        padding-left: 20px;
        padding-right: 20px;
    }

    .item-popup-order .order-item-wrap {
        width: 14.2857%;
    }

    .item-popup-order .order-name {
        position: relative;
        overflow: hidden;
        padding: 0 100px;
    }

    .item-popup-order .order-name span {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 20px;
    }

    .item-popup-order .order-name span:before,
    .item-popup-order .order-name span:after {
        content: "";
        display: block;
        width: 100px;
        height: 1px;
        background: #F5CD46;
        position: absolute;
        top: 14px;
        left: 100%;
    }

    .item-popup-order .order-name span:before {
        left: auto;
        right: 100%;
    }
}

@media (min-width: 1400px) {
    .ui-dialog.popup-order,
    .ui-dialog.popup-calendar-form-order {
        width: 1200px !important;
        margin-left: -600px;
    }

    .ui-dialog.popup-order:before,
    .ui-dialog.popup-calendar-form-order:before {
        top: 54px;
    }

    .ui-dialog.popup-order .ui-dialog-titlebar,
    .ui-dialog.popup-calendar-form-order .ui-dialog-titlebar {
        height: 54px;
    }

    .ui-dialog.popup-order .ui-dialog-titlebar .ui-dialog-titlebar-close,
    .ui-dialog.popup-calendar-form-order .ui-dialog-titlebar .ui-dialog-titlebar-close {
        right: -54px;
    }

    .popup-form-order-box .frm-select-text {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 55px;
    }

    .popup-form-order-box .frm-select-text p:last-child {
        font-size: 20px;
    }

    .popup-form-order-box .frm-row-submit .back-wrap {
        width: 275px;
        right: -35px;
        line-height: 40px;
        top: 15px;
    }

    .popup-form-order-box .frm-popup {
        width: 800px;
        margin: 0 auto;
        max-width: 800px;
    }

    .popup-order-box .frm-popup-title {
        font-size: 28px;
        line-height: 38px;
        padding: 25px;
        min-height: 144px;
    }

    .popup-order-box .popup-order-text {
        font-size: 20px;
        line-height: 24px;
        padding: 30px;
        min-height: 110px;
    }

    .popup-order-box .item-wrap:last-child .item-popup-order {
        padding-bottom: 95px;
    }

    .popup-order-box .items-wrap .jspVerticalBar {
        width: 10px;
    }

    .popup-order-box .items-wrap .jspVerticalBar .jspTrack {
        width: 10px;
    }

    .popup-order-box .order-item-wrap {
        width: 16.666%;
    }

    .page-menu-box {
        margin-bottom: 60px;
        font-size: 18px;
    }

    .page-menu-box ul {
        margin: 0 -7px;
    }

    .page-menu-box li {
        margin: 0 7px 5px 7px;
    }

    .page-menu-box a {
        height: 40px;
        line-height: 36px;
        padding: 0 20px;
    }

    .calendar-menu-box {
        margin-bottom: 50px;
    }

    .btn-action-calendar {
        height: 40px;
        line-height: 40px;
        width: 274px;
        font-size: 20px;
    }

    .btn-action-calendar.prev,
    .btn-action-calendar.next {
        padding: 0 0 0 74px;
    }

    .btn-action-calendar.prev:after,
    .btn-action-calendar.next:after {
        left: 50px;
    }

    .btn-action-calendar.next {
        padding-left: 0;
        padding-right: 74px;
    }

    .btn-action-calendar.next:after {
        left: auto;
        right: 50px;
    }

    .main-calendar-box {
        margin: 0 0 150px 0;
        padding: 50px 0 47px 0;
    }

    .item-order .order-time {
        height: 56px;
        line-height: 56px;
        font-size: 22px;
    }

    .item-order .order-button {
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }

    .item-order.order-disabled .order-button {
        font-size: 18px;
    }

    .item-popup-order {
        padding: 20px 114px 47px 114px;
    }

    .item-popup-order .order-name {
        font-size: 26px;
        line-height: 38px;
    }

    .item-popup-order .order-pos {
        font-size: 20px;
        margin-bottom: 38px;
    }

    .tbl-cal-title {
        font-size: 22px;
    }

    .tbl-cal-item {
        padding: 0;
    }

    .tbl-cal-item .tbl-title {
        font-size: 16px;
        line-height: 20px;
    }

    .tbl-cal-item .tbl-date {
        height: 56px;
        padding-top: 4px;
        line-height: 52px;
        width: 40px;
        font-size: 26px;
    }

    .tbl-cal-item .tbl-total {
        font-size: 18px;
        line-height: 18px;
        height: 18px;
    }

    .tbl-cal-item .tbl-order {
        height: 58px;
        line-height: 58px;
        font-size: 18px;
    }
}

@media (min-width: 1600px) {
    .ui-dialog.popup-order,
    .ui-dialog.popup-calendar-form-order {
        width: 1400px !important;
        margin-left: -700px;
    }

    .item-popup-order {
        padding-left: 92px;
        padding-right: 92px;
    }
}


/* ----------------------------------- *\
    new calendar styles
\* ----------------------------------- */
.footer .btn-action-ico.soc {
    width: 30px;
    height: 40px;
}

.btn-action-ico.soc {
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    color: #684ec4 !important;
    font-weight: 400;
    padding: 0;
}

.btn-action-ico.soc:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #684ec4;
    border-radius: 50%;
    -webkit-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
}

.btn-action-ico.soc i {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    -webkit-transition: color ease 0.2s;
    -o-transition: color ease 0.2s;
    transition: color ease 0.2s;
}

.btn-action-ico.soc:hover {
    color: #F5CD46;
    text-decoration: none;
}

.btn-action-ico.soc:hover:before {
    border-color: #F5CD46;
}

.btn-action-ico.soc:hover i {
    color: #F5CD46;
}

.page-menu-box a {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.item-order.bez-zapisi {
    background: rgba(117, 117, 117, 0.65);
    cursor: default;
}

.item-order.bez-zapisi:hover {
    background: rgba(117, 117, 117, 0.65);
}

.item-order.bez-zapisi .order-button {
    background: #757575;
}

.tbl-cal-item.zapis-zakonchilas-cld {
    background: rgba(117, 117, 117, 0.65);
    cursor: default;
}

.tbl-cal-item.zapis-zakonchilas-cld:hover {
    background: rgba(117, 117, 117, 0.65);
}

.popup-form-order-box .frm-popup {
    display: none;
}

.popup-form-order-box .frm-popup.active {
    display: block;
}

/* ----------------------------------- *\
    new calendar styles
\* ----------------------------------- */
.footer .btn-action-ico.soc {
    width: 30px;
    height: 40px;
}

.btn-action-ico.soc {
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    color: #286036 !important;
    font-weight: 400;
    padding: 0;
}

.btn-action-ico.soc:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #286036;
    border-radius: 50%;
    -webkit-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
}

.btn-action-ico.soc i {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    -webkit-transition: color ease 0.2s;
    -o-transition: color ease 0.2s;
    transition: color ease 0.2s;
}

.btn-action-ico.soc:hover {
    color: #F5CD46;
    text-decoration: none;
}

.btn-action-ico.soc:hover:before {
    border-color: #F5CD46;
}

.btn-action-ico.soc:hover i {
    color: #F5CD46;
}

.page-menu-box a {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.item-order.order-disabled .order-time {
    text-indent: 0;
}

.item-order.order-disabled .order-time:before {
    display: none;
}

.item-order.bez-zapisi {
    background: #F5CD46;
    cursor: default;
}

.item-order.bez-zapisi.order-disabled .order-time {
    text-indent: 0;
}

.item-order.bez-zapisi.order-disabled .order-time:before {
    display: none;
}

.item-order.bez-zapisi:hover {
    background: #F5CD46;
}

.item-order.bez-zapisi .order-button {
    background: #F5CD46;
}

.tbl-cal-item.zapis-zakonchilas-cld {
    background: rgba(117, 117, 117, 0.65);
    cursor: default;
}

.tbl-cal-item.zapis-zakonchilas-cld:hover {
    background: rgba(117, 117, 117, 0.65);
}

.popup-form-order-box .frm-popup {
    display: none;
}

.popup-form-order-box .frm-popup.active {
    display: block;
}

.doctor-box h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1875;
    color: #F5CD46;
}

@media (min-width: 1400px) {
    .doctor-box h2 {
        font-size: 24px;
    }
}

.page li {
    overflow: hidden;
}

.item-popup-order .order-item-wrap.bg-dark .item-order.order-disabled.bez-zapisi {
    background: #F5CD46;
}

.item-popup-order .order-item-wrap.bg-dark .item-order.order-disabled.bez-zapisi .order-button {
    background: #F5CD46;
}

.h-background-1 blockquote, .h-background-1 .attention-text {
    color: #000;
}
.main-menu-wrap .menu > li > ul > li {
    text-transform: uppercase;
}
.footer .map {
    height: 170px !important;
}
.footer .map-wrap {
    width: 100%;
    float: right;
    margin: 0 0 20px 0;
    display: flex !important;
    flex-direction: column !important;
    gap: 40px;
}
.contacts-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}
.person-contac {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
.person-contac a{
    text-decoration: none;
    font-size: 22px;
    line-height: 28px;
}
