@charset "UTF-8";
/*
* HELPERS
*/
/*Mixins*/
/*
* BASE
*/
/** {*/
/*    outline: none;*/
/*    box-sizing: border-box;*/
/*    -webkit-box-sizing: border-box; }*/

@font-face {
    font-family: 'Uni Neue';
    src: url("../fonts/subset-UniNeueBold.eot");
    src: url("../fonts/subset-UniNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-UniNeueBold.woff2") format("woff2"), url("../fonts/subset-UniNeueBold.woff") format("woff"), url("../fonts/subset-UniNeueBold.ttf") format("truetype"), url("../fonts/subset-UniNeueBold.svg#UniNeueBold") format("svg");
    font-weight: 700;
    font-style: normal; }
@font-face {
    font-family: 'Uni Neue';
    src: url("../fonts/subset-UniNeueRegular.eot");
    src: url("../fonts/subset-UniNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-UniNeueRegular.woff2") format("woff2"), url("../fonts/subset-UniNeueRegular.woff") format("woff"), url("../fonts/subset-UniNeueRegular.ttf") format("truetype"), url("../fonts/subset-UniNeueRegular.svg#UniNeueRegular") format("svg");
    font-weight: 400;
    font-style: normal; }
@font-face {
    font-family: 'Uni Neue';
    src: url("../fonts/subset-UniNeueHeavy.eot");
    src: url("../fonts/subset-UniNeueHeavy.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-UniNeueHeavy.woff2") format("woff2"), url("../fonts/subset-UniNeueHeavy.woff") format("woff"), url("../fonts/subset-UniNeueHeavy.ttf") format("truetype"), url("../fonts/subset-UniNeueHeavy.svg#UniNeueHeavy") format("svg");
    font-weight: 800;
    font-style: normal; }
@font-face {
    font-family: 'Uni Neue';
    src: url("../fonts/subset-UniNeueBook.eot");
    src: url("../fonts/subset-UniNeueBook.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-UniNeueBook.woff2") format("woff2"), url("../fonts/subset-UniNeueBook.woff") format("woff"), url("../fonts/subset-UniNeueBook.ttf") format("truetype"), url("../fonts/subset-UniNeueBook.svg#UniNeueBook") format("svg");
    font-weight: 300;
    font-style: normal; }
::-webkit-input-placeholder {
    color: #FFFFFF; }

::-moz-placeholder {
    color: #FFFFFF; }

:-moz-placeholder {
    color: #FFFFFF; }

:-ms-input-placeholder {
    color: #FFFFFF; }
p{
    font-family: 'Montserrat', sans-serif !important;
}
html, body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 16px;
    color: #4A4A4A;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%; }


.h1_post{
    font-size:26px;
    font-weight:bold;
    margin-bottom: 16px;
}
.p_post{
    font-size: 14.5pt;
}
input, textarea, button {
    -webkit-appearance: none;
    color: #0a2f80;
    box-shadow: none !important; }

label {
    cursor: pointer; }

.clear {
    clear: both; }

ul {
    margin: 0;
    padding: 0;
    list-style: none; }

strong {
    font-weight: 700; }

.centrize {
    display: table !important;
    table-layout: fixed !important;
    height: 100% !important;
    position: relative !important; }
.centrize.full-width {
    width: 100% !important; }



.vertical-center {
    display: table-cell !important;
    vertical-align: middle !important; }

.mobile-show {
    display: none; }

.mobile-hide {
    display: block; }

input[type="number"] {
    -moz-appearance: textfield; }

/*Buttons*/
/*a.btn, .btn {*/
/*    position: relative;*/
/*    padding: 0 40px;*/
/*    display: inline-block;*/
/*    vertical-align: top;*/
/*    height: 55px;*/
/*    line-height: 51px;*/
/*    color: #52BF34;*/
/*    font-size: 18px;*/
/*    font-weight: 700;*/
/*    border: 2px solid #52BF34;*/
/*    text-decoration: none;*/
/*    transition: all 0.3s ease 0s;*/
/*    -moz-transition: all 0.3s ease 0s;*/
/*    -webkit-transition: all 0.3s ease 0s;*/
/*    -o-transition: all 0.3s ease 0s;*/
/*    border-radius: 55px;*/
/*    -moz-border-radius: 55px;*/
/*    -webkit-border-radius: 55px;*/
/*    -khtml-border-radius: 55px; }*/
/*a.btn:hover, .btn:hover {*/
/*    color: #fff;*/
/*    background: #52BF34; }*/

/*Wrapper*/
.bg {
    position: relative;
    overflow: hidden; }

.wrapper {
    position: relative;
    z-index: 1; }

.fw {
    position: relative;
    width: 1550px;
    margin: 0 auto; }
.fw:after {
    content: '';
    clear: both;
    display: block; }

/*Breadcrumbs*/
.breadbrumbs-box {
    padding: 17px 0;
    background: #F2F2F2; }

.breadcrumbs {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #9B9B9B; }
.breadcrumbs .sep {
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 20px;
    background: url(../images/sep.png) no-repeat center center; }
.breadcrumbs a {
    display: inline-block;
    vertical-align: middle;
    color: #52BF34;
    font-weight: 700;
    text-decoration: none; }
.breadcrumbs a.home {
    width: 20px;
    height: 20px;
    background: url(../images/home.png) no-repeat; }
.breadcrumbs span {
    display: inline-block;
    vertical-align: middle; }

.disabled {
    display: none; }

/*Text*/
.text-box .table {
    overflow: auto; }
.text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
    margin: 0 0 25px 0;
    font-size: 40px;
    line-height: 54px;
    font-family: "Uni Neue";
    font-weight: 800;
    color: #4A4A4A; }
.text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
    margin-top: 60px;
    font-size: 30px;
    line-height: 40px; }
.text-box h5, .text-box h6 {
    margin-top: 40px;
    font-size: 25px;
    line-height: 35px; }
.text-box p {
    margin: 25px 0;
    font-size: 19px;
    line-height: 33px;
    color: #4A4A4A;
    font-weight: 400; }
.text-box p strong {
    font-weight: 700; }
.text-box p img {
    max-width: 100%; height:auto;}
.text-box p a {
    text-decoration: underline; }
.text-box p a:hover {
    text-decoration: none; }
.text-box ul {
    margin: 25px 0;
    padding: 0; }
.text-box ul li {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 0 30px;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 24px;
    font-weight: 400; }
.text-box ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #52BF34;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px; }
.text-box ol {
    margin: 25px 0;
    padding: 0;
    list-style: none;
    counter-reset: myCounter; }
.text-box ol li {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 0 30px;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 24px;
    font-weight: 400; }
.text-box ol li:before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #52BF34; }
.text-box table {
    margin: 0;
    padding: 0;
    max-width: 780px;
    min-width: 720px;
    border-spacing: 0; }
.text-box table th {
    padding: 10px 20px;
    font-family: "Uni Neue";
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #4A4A4A;
    text-align: left;
    background: none; }
.text-box table td {
    padding: 15px 20px;
    width: 50%;
    color: #4A4A4A;
    font-family: "Uni Neue";
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
    background: #EEEEEE; }
.text-box table td:first-child {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px; }
.text-box table td:last-child {
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -khtml-border-radius: 0 4px 4px 0; }
.text-box table td a {
    color: #80D12A;
    text-decoration: underline; }
.text-box table td a:hover {
    text-decoration: none; }
.text-box table tr:nth-child(odd) td {
    background: #fff; }

.gallery-carousel {
    margin: 60px 0;
    font-size: 0; }
.gallery-carousel .owl-carousel .owl-stage-outer {
    padding-bottom: 50px; }
.gallery-carousel .item .slide {
    position: relative;
    width: 360px;
    height: 360px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; }
.gallery-carousel .item .slide:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #4a4a4a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #4a4a4a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #4a4a4a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4a4a4a',GradientType=0 );
    /* IE6-9 */
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
.gallery-carousel .item .desc {
    padding: 35px 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
.gallery-carousel .item .desc .name {
    margin: 0 0 10px 0;
    display: block;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    color: #fff; }
.gallery-carousel .item .desc .text {
    font-size: 20px;
    line-height: 23px;
    font-weight: 300;
    display: block;
    color: #fff; }
.gallery-carousel .item:hover .slide {
    box-shadow: 0 13px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 13px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 13px 15px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 13px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; }
.gallery-carousel .item:hover .slide:before {
    opacity: 1; }
.gallery-carousel .item:hover .desc {
    opacity: 1;
    visibility: visible; }
.gallery-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18px;
    text-align: center; }
.gallery-carousel .owl-dots .owl-dot {
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    background: #E3B5C2;
    border: 4px solid #fff;
    cursor: pointer;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px; }
.gallery-carousel .owl-dots .owl-dot.active {
    border: 4px solid #E3B5C2; }

/*Preloader*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    z-index: 1000; }
.preloader .spinner {
    width: 64px;
    height: 64px;
    display: inline-block;
    position: relative;
    background: url(../images/preloader.gif) no-repeat;
    background-size: 100% 100%; }

/*Forms*/
.c-form .groups .group {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    width: 270px; }
.c-form .groups .group.full {
    display: block;
    width: 100%; }
.c-form .group {
    position: relative;
    margin: 0 0 20px 0; }
.c-form .group.small {
    width: auto; }
.c-form .group .input {
    width: 175px;
    font-size: 0;
    background: #9CD95A;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; }
.c-form .group .input .field {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
.c-form .group .input .field:nth-child(1):before {
    content: '';
    position: absolute;
    top: 13px;
    right: 2px;
    width: 1px;
    height: 30px;
    background: #fff; }
.c-form .group .input .field input[type="text"], .c-form .group .input .field input[type="date"], .c-form .group .input .field input[type="tel"], .c-form .group .input .field input[type="password"], .c-form .group .input .field input[type="email"], .c-form .group .input .field input[type="number"], .c-form .group .input .field textarea {
    padding: 0 0 0 14px; }
.c-form .field {
    position: relative; }
.c-form .group .input .field input[type="date"], .c-form .field input[type="text"], .c-form .field input[type="tel"], .c-form .field input[type="password"], .c-form .field input[type="email"], .c-form .field input[type="number"], .c-form .field textarea {
    padding: 0 25px;
    width: 100%;
    height: 55px;
    font-size: 17px;
    color: #00658f;
    font-family: "Uni Neue";
    font-weight: 700;
    text-align: left;
    background: white;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; }
.c-form .field input[type="text"].error, .c-form .field input[type="tel"].error, .c-form .field input[type="password"].error, .c-form .field input[type="email"].error, .c-form .field input[type="number"].error, .c-form .field textarea.error {
    background: red; }
.filter .sort .sort-sel {
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: top;
    width: 105px; }
.c-form .field.sel{
    margin: 0 20px 0 0;
    width: 263px; }
.c-form .field .jq-selectbox .jq-selectbox__select {
    height: 55px;
    line-height: 53px;
    text-align: center;
    background: #9CD95A;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    color: #fff;
}
.c-form .field  .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
    border: none; }
.c-form .field .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
    right: 15px; }
.c-form .field textarea {
    padding: 15px 25px;
    height: 235px;
    resize: none; }
.c-form .field textarea.error {
    background: red; }
.c-form label.error {
    position: absolute;
    left: 0;
    bottom: -15px;
    font-size: 11px;
    letter-spacing: -0.05em;
    color: red;
    display: none !important; }
.c-form .submit-btn {
    width: 185px;
    height: 55px;
    display: block;
    background: #fff;
    text-decoration: none;
    font-size: 18px;
    color: #00658f;
    font-weight: 700;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 55px;
    -moz-border-radius: 55px;
    -webkit-border-radius: 55px;
    -khtml-border-radius: 55px; }
.c-form ::-webkit-input-placeholder {
    color: #fff; }
.c-form ::-moz-placeholder {
    color: #fff; }
.c-form :-moz-placeholder {
    color: #fff; }
.c-form :-ms-input-placeholder {
    color: #fff; }

/*popups*/
.overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 101; }

.nonebox {
    position: absolute;
    left: 50%;
    top: -2000px;
    width: 366px;
    margin: 0 0 0 -183px;
    padding: 35px;
    z-index: 1002;
    text-align: left;
    background: #52BF34;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; }
.nonebox .title {
    margin: 0 0 10px 0;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 700; }
.nonebox .subtitle {
    margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 26px;
    color: #fff; }
.nonebox .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    background: url(../images/close.png) no-repeat;
    background-size: contain;
    cursor: pointer; }
.nonebox .c-form .groups .group {
    margin-right: 0;
    display: block;
    width: 100%; }
.nonebox .c-form .groups .group.small {
    margin-right: 0;
    display: block;
    width: 100%; }
.nonebox .c-form .groups .group .input {
    width: 100%; }
.nonebox .c-form .check {
    padding: 0 0 0 30px; }
.nonebox .c-form .check .jq-checkbox {
    position: absolute !important;
    left: 0;
    top: 7px; }

.check {
    padding: 0;
    position: relative;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    text-align: left; }
.check a {
    color: #fff;
    text-decoration: none; }
.check a:hover {
    text-decoration: none; }

/*
* PLUGINS
*/
body.fancybox-active {
    overflow: hidden; }

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0; }

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden; }

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion; }

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0; }

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
    overflow: visible; }

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block; }

.fancybox-slide--image {
    overflow: visible; }

.fancybox-slide--image::before {
    display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #E5E3DF; }

.fancybox-slide--next {
    z-index: 99995; }

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
    display: none; }

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.fancybox-spaceball {
    z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff; }

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff; }

.fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default; }

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px; }

/* Buttons */
.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff; }

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: 0.6; }

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision; }

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3; }

.fancybox-button--share svg path {
    stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
    display: none; }

.fancybox-button--pause svg path:nth-child(1) {
    display: none; }

.fancybox-button--zoom svg path {
    fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
    display: none; }

.fancybox-show-nav .fancybox-navigation {
    display: block; }

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px; }

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer; }

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2; }

.fancybox-close-small:focus {
    outline: none; }

.fancybox-close-small:focus:after {
    outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none; }

/* Caption */
.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0 2vw;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none; }

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative;
    /* Fix IE11 */ }

.fancybox-caption a {
    color: #fff;
    text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg); } }
@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center; }

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px 0;
    font-size: 35px;
    font-weight: 700; }

.fancybox-share p {
    margin: 0;
    padding: 0; }

p.fancybox-share__links {
    margin-right: -10px; }

.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    transition: all .2s; }

.fancybox-share__button:hover {
    text-decoration: none; }

.fancybox-share__button--fb {
    background: #3b5998; }

.fancybox-share__button--fb:hover {
    background: #344e86; }

.fancybox-share__button--pt {
    background: #bd081d; }

.fancybox-share__button--pt:hover {
    background: #aa0719; }

.fancybox-share__button--tw {
    background: #1da1f2; }

.fancybox-share__button--tw:hover {
    background: #0d95e8; }

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle; }

.fancybox-share__button svg path {
    fill: #fff; }

.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 15px;
    background: transparent;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
    display: block; }

.fancybox-show-thumbs .fancybox-inner {
    right: 212px; }

.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap; }

.fancybox-thumbs-x > ul {
    overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px; }

.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px; }
    .breadcrumbs .sep{margin:0 5px;}
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px; }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px); } }
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }
@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
    padding-bottom: 12px; }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.owl-carousel.owl-loaded {
    display: block; }

.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }

.owl-carousel.owl-hidden {
    opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
    display: none; }

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left; }

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto; }

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }

.owl-carousel.owl-rtl {
    direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
    display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both; }

.animated.infinite {
    animation-iteration-count: infinite; }

.animated.hinge {
    animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s; }

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0); }
    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0); }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0); }
    90% {
        transform: translate3d(0, -4px, 0); } }
.bounce {
    animation-name: bounce;
    transform-origin: center bottom; }

@keyframes flash {
    from, 50%, to {
        opacity: 1; }
    25%, 75% {
        opacity: 0; } }
.flash {
    animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1); }
    50% {
        transform: scale3d(1.05, 1.05, 1.05); }
    to {
        transform: scale3d(1, 1, 1); } }
.pulse {
    animation-name: pulse; }

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1); }
    30% {
        transform: scale3d(1.25, 0.75, 1); }
    40% {
        transform: scale3d(0.75, 1.25, 1); }
    50% {
        transform: scale3d(1.15, 0.85, 1); }
    65% {
        transform: scale3d(0.95, 1.05, 1); }
    75% {
        transform: scale3d(1.05, 0.95, 1); }
    to {
        transform: scale3d(1, 1, 1); } }
.rubberBand {
    animation-name: rubberBand; }

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0); }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0); }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0); } }
.shake {
    animation-name: shake; }

@keyframes headShake {
    0% {
        transform: translateX(0); }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg); }
    18.5% {
        transform: translateX(5px) rotateY(7deg); }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg); }
    43.5% {
        transform: translateX(2px) rotateY(3deg); }
    50% {
        transform: translateX(0); } }
.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake; }

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg); }
    40% {
        transform: rotate3d(0, 0, 1, -10deg); }
    60% {
        transform: rotate3d(0, 0, 1, 5deg); }
    80% {
        transform: rotate3d(0, 0, 1, -5deg); }
    to {
        transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
    transform-origin: top center;
    animation-name: swing; }

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1); }
    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
    to {
        transform: scale3d(1, 1, 1); } }
.tada {
    animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
    from {
        transform: none; }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
    to {
        transform: none; } }
.wobble {
    animation-name: wobble; }

@keyframes jello {
    from, 11.1%, to {
        transform: none; }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg); }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg); }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg); }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg); }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg); }
    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg); }
    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
    animation-name: jello;
    transform-origin: center; }

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3); }
    20% {
        transform: scale3d(1.1, 1.1, 1.1); }
    40% {
        transform: scale3d(0.9, 0.9, 0.9); }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03); }
    80% {
        transform: scale3d(0.97, 0.97, 0.97); }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1); } }
.bounceIn {
    animation-name: bounceIn; }

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0); }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0); }
    75% {
        transform: translate3d(0, -10px, 0); }
    90% {
        transform: translate3d(0, 5px, 0); }
    to {
        transform: none; } }
.bounceInDown {
    animation-name: bounceInDown; }

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0); }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0); }
    75% {
        transform: translate3d(-10px, 0, 0); }
    90% {
        transform: translate3d(5px, 0, 0); }
    to {
        transform: none; } }
.bounceInLeft {
    animation-name: bounceInLeft; }

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0); }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0); }
    75% {
        transform: translate3d(10px, 0, 0); }
    90% {
        transform: translate3d(-5px, 0, 0); }
    to {
        transform: none; } }
.bounceInRight {
    animation-name: bounceInRight; }

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0); }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0); }
    75% {
        transform: translate3d(0, 10px, 0); }
    90% {
        transform: translate3d(0, -5px, 0); }
    to {
        transform: translate3d(0, 0, 0); } }
.bounceInUp {
    animation-name: bounceInUp; }

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9); }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1); }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
    animation-name: bounceOut; }

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0); }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0); }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
    animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0); }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
    animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0); }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
    animation-name: bounceOutRight; }

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0); }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0); }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
    animation-name: bounceOutUp; }

@keyframes fadeIn {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }
.fadeIn {
    animation-name: fadeIn; }

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0); }
    to {
        opacity: 1;
        transform: none; } }
.fadeInDown {
    animation-name: fadeInDown; }

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0); }
    to {
        opacity: 1;
        transform: none; } }
.fadeInDownBig {
    animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0); }
    to {
        opacity: 1;
        transform: none; } }
.fadeInLeft {
    animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0); }
    to {
        opacity: 1;
        transform: none; } }
.fadeInLeftBig {
    animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0); }
    to {
        opacity: 1;
        transform: none; } }
.fadeInRight {
    animation-name: fadeInRight; }

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0); }
    to {
        opacity: 1;
        transform: none; } }
.fadeInRightBig {
    animation-name: fadeInRightBig; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0); }
    to {
        opacity: 1;
        transform: none; } }
.fadeInUp {
    animation-name: fadeInUp; }

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0); }
    to {
        opacity: 1;
        transform: none; } }
.fadeInUpBig {
    animation-name: fadeInUpBig; }

@keyframes fadeOut {
    from {
        opacity: 1; }
    to {
        opacity: 0; } }
.fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOutDown {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
    animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
    animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
    animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
    animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
    animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
    animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
    animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
    animation-name: fadeOutUpBig; }

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out; }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out; }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in; }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in; }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in; } }
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip; }

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0; }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in; }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1; }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
    to {
        transform: perspective(400px); } }
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX; }

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0; }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in; }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1; }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
    to {
        transform: perspective(400px); } }
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY; }

@keyframes flipOutX {
    from {
        transform: perspective(400px); }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1; }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0; } }
.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important; }

@keyframes flipOutY {
    from {
        transform: perspective(400px); }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1; }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0; } }
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY; }

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0; }
    60% {
        transform: skewX(20deg);
        opacity: 1; }
    80% {
        transform: skewX(-5deg);
        opacity: 1; }
    to {
        transform: none;
        opacity: 1; } }
.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
    from {
        opacity: 1; }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0; } }
.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in; }

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0; }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1; } }
.rotateIn {
    animation-name: rotateIn; }

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0; }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1; } }
.rotateInDownLeft {
    animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0; }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1; } }
.rotateInDownRight {
    animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0; }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1; } }
.rotateInUpLeft {
    animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0; }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1; } }
.rotateInUpRight {
    animation-name: rotateInUpRight; }

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1; }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0; } }
.rotateOut {
    animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1; }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0; } }
.rotateOutDownLeft {
    animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1; }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0; } }
.rotateOutDownRight {
    animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1; }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0; } }
.rotateOutUpLeft {
    animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1; }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0; } }
.rotateOutUpRight {
    animation-name: rotateOutUpRight; }

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out; }
    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out; }
    40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1; }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0; } }
.hinge {
    animation-name: hinge; }

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom; }
    50% {
        transform: rotate(-10deg); }
    70% {
        transform: rotate(3deg); }
    to {
        opacity: 1;
        transform: scale(1); } }
.jackInTheBox {
    animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
    to {
        opacity: 1;
        transform: none; } }
.rollIn {
    animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
    animation-name: rollOut; }

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3); }
    50% {
        opacity: 1; } }
.zoomIn {
    animation-name: zoomIn; }

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
    animation-name: zoomInDown; }

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
    animation-name: zoomInLeft; }

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
    animation-name: zoomInRight; }

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
    animation-name: zoomInUp; }

@keyframes zoomOut {
    from {
        opacity: 1; }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3); }
    to {
        opacity: 0; } }
.zoomOut {
    animation-name: zoomOut; }

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
    animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center; } }
.zoomOutLeft {
    animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center; } }
.zoomOutRight {
    animation-name: zoomOutRight; }

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
    animation-name: zoomOutUp; }

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible; }
    to {
        transform: translate3d(0, 0, 0); } }
.slideInDown {
    animation-name: slideInDown; }

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible; }
    to {
        transform: translate3d(0, 0, 0); } }
.slideInLeft {
    animation-name: slideInLeft; }

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible; }
    to {
        transform: translate3d(0, 0, 0); } }
.slideInRight {
    animation-name: slideInRight; }

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible; }
    to {
        transform: translate3d(0, 0, 0); } }
.slideInUp {
    animation-name: slideInUp; }

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0); }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0); } }
.slideOutDown {
    animation-name: slideOutDown; }

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0); }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
    animation-name: slideOutLeft; }

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0); }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0); } }
.slideOutRight {
    animation-name: slideOutRight; }

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0); }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0); } }
.slideOutUp {
    animation-name: slideOutUp; }

.jq-checkbox {
    top: 0;
    vertical-align: middle;
    cursor: pointer;
    overflow: visible !important;
    margin: 0 15px 0 0;
    width: 21px;
    height: 21px;
    background: url(../images/check_1.svg) no-repeat;
    background-size: contain; }
.jq-checkbox .jq-checkbox__div {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/check_2.svg) no-repeat;
    background-size: contain;
    display: none; }

.jq-checkbox.checked .jq-checkbox__div {
    display: block; }

.jq-checkbox input {
    visibility: hidden; }

.jq-checkbox.disabled {
    opacity: .55; }

.jq-radio {
    top: 6px;
    vertical-align: middle;
    cursor: pointer;
    overflow: visible !important;
    margin: 0 15px 0 0;
    width: 14px;
    height: 14px;
    background: url(../images/radio1.svg) no-repeat;
    background-size: contain;
    cursor: pointer; }
.jq-radio .jq-radio__div {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/radio2.svg) no-repeat;
    background-size: contain;
    display: none; }

.jq-radio.checked .jq-radio__div {
    display: block; }

.jq-radio.disabled {
    opacity: .55; }

.jq-file {
    width: 100%; }

.jq-file input {
    height: auto;
    line-height: 1em;
    cursor: pointer; }

.jq-file__name {
    display: none; }

.jq-file__browse {
    padding: 0 0 0 50px;
    display: block;
    height: 40px;
    background: none;
    font-family: 'Lato';
    font-size: 13px;
    color: #00aed1;
    line-height: 40px;
    text-align: left; }
.jq-file__browse:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 100%;
    background: url(../images/file.png) no-repeat center center; }

.jq-number {
    position: relative;
    display: block;
    padding: 0; }

.jq-number__field {
    position: relative;
    width: 100%;
    height: 31px;
    background: none; }
.jq-number__field:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.jq-number__field input {
    margin: 0 auto;
    height: 31px;
    width: 100%;
    background: none;
    border: none;
    text-align: center;
    font-family: Arial;
    font-size: 19px;
    font-weight: 700;
    display: block;
    color: #4A4A4A; }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    /* в каких-то браузерах присутствует отступ */
    -webkit-appearance: none; }

.jq-number__spin {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 31px;
    border: none;
    cursor: pointer;
    z-index: 3; }

.jq-number__spin.minus {
    left: 0;
    right: auto;
    background: url(../images/minus.svg) no-repeat; }

.jq-number__spin.plus {
    left: auto;
    right: 0;
    background: url(../images/plus.svg) no-repeat; }

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
    opacity: 0.8; }

.jq-selectbox {
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    width: 100%; }

.jq-selectbox__select {
    padding: 0 25px 0 0;
    height: 28px;
    font-family: "Uni Neue";
    font-size: 16px;
    font-weight: 400;
    color: #4A4A4A;
    border: none;
    line-height: 28px; }

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888; }

.jq-selectbox__select-text {
    display: inline-block;
    overflow: hidden;
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dotted #D8D8D8; }

.jq-selectbox .placeholder {
    color: #4A4A4A; }

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    background: transparent; }

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 8px;
    background: url(../images/sel-arr.png) no-repeat center center;
    margin: -4px 0 0 0; }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #AAA; }

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100% !important;
    margin: 0;
    left: 0;
    padding: 0;
    border: 1px solid #D7D7D7;
    border-top: none;
    outline: none;
    background: #fff;
    box-shadow: 6px 13px 19px rgba(187, 187, 187, 0.2);
    -webkit-box-shadow: 6px 13px 19px rgba(187, 187, 187, 0.2);
    color: #4A4A4A;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px; }

.jq-selectbox__search {
    margin: 5px; }

.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #dbbb04;
    border-radius: 3px;
    outline: none;
    background: #ffd900;
    color: #202028;
    -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none; }

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px; }

.jq-selectbox ul {
    margin: 0;
    padding: 0; }

.jq-selectbox li {
    padding: 10px 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: normal;
    color: #4A4A4A;
    font-size: 16px;
    line-height: 22px; }

.jq-selectbox li.selected {
    background-color: #F1F1F1;
    color: #4A4A4A; }

.jq-selectbox li:hover {
    background-color: #F1F1F1; }

.jq-selectbox li.disabled {
    color: #4A4A4A; }

.jq-selectbox li.disabled:hover {
    background: none; }

.jq-selectbox li.optgroup {
    font-weight: bold; }

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default; }

.jq-selectbox li.option {
    padding-left: 25px; }

.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default; }

.jq-select-multiple.focused {
    border: 1px solid #5794BF; }

.jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888; }

.jq-select-multiple ul {
    margin: 0;
    padding: 0; }

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap; }

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
    background: #08C;
    color: #FFF; }

.jq-select-multiple li.disabled {
    color: #AAA; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF; }

.jq-select-multiple li.optgroup {
    font-weight: bold; }

.jq-select-multiple li.option {
    padding-left: 25px; }

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='date'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
    padding: 8px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333; }

input[type='search'].styler {
    -webkit-appearance: none; }

textarea.styler {
    overflow: auto; }

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
    border-color: #B3B3B3; }

input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
    border-color: #CCC;
    border-top-color: #B3B3B3;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    outline: none;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
    cursor: pointer; }

button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
    padding: 0;
    border: 0; }

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
    background: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    background: linear-gradient(#F6F6F6, #E6E6E6); }

button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD; }

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888; }

/*
* LAYOUT
*/
/*Header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
.header.green {
    background: #52BF34; }
.header.green .logo a {
    display: block;
    position: relative;
    width: 171px;
    height: 46px;
    background: url("../images/logo9r2.png") no-repeat; }
.header.green .logo a img {
    display: none; }
.header.green .top-menu .menu ul li a {
    color: #fff;
    border-bottom: 1px solid transparent; }
.header.green .top-menu .menu ul li:hover a, .header.green .top-menu .menu ul li.active a {
    color: #fff;
    border-bottom-color: transparent; }
.header.green .contacts {
    border-left: 1px solid #fff; }
.header.green .contacts a {


}
.header.green .contacts .call-btn {
    color: #fff; }
.header.green .contacts .call-btn:hover {
    color: #fff;
    border-bottom: 1px solid #fff; }
.header.green .new-menu-btn {
    color: #fff; }
.header.green .new-menu-btn:before {
    background: url(../images/menu3.svg) no-repeat center center;
    background-size: contain; }
.header.opened {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    height: 100%;
    background: #52BF34; }
.header.opened .top-menu .menu ul li:hover a, .header.opened .top-menu .menu ul li.active a {
    color: #fff;
    border-bottom-color: transparent; }
.header.opened .top-menu .sub-menu {
    display: block; }
.header .logo {
    margin-top: 25px;
    float: left;
    width: 171px;
    font-size: 0; }
.header .logo img {
    width: 100%; }


.header .menu-btn {
    margin: 28px 0 0 76px;
    padding: 30px 0 0 0;
    position: relative;
    float: left;
    display: block;
    width: 46px;
    font-size: 16px;
    color: #80D12A;
    font-weight: 700;
    text-decoration: none;
    text-align: center; }
.header .menu-btn:before {
    margin: 0 0 0 -14px;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 28px;
    height: 21px;
    background: url(../images/menu.svg) no-repeat;
    background-size: contain; }
.header .search {
    margin: 32px 38px 0 0;
    position: relative;
    float: right;
    width: 38px;
    height: 28px; }
.header .search .inp_search {
    margin-top: -15px;
    padding: 0;
    position: absolute;
    overflow: hidden;
    top: 50%;
    right: 38px;
    width: 0;
    height: 30px;
    font-family: "Uni Neue";
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 400;
    text-align: left;
    border: none;
    border-bottom: 2px solid #ccc;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
.header .search .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    background: url(../images/search.svg) no-repeat;
    background-size: contain;
    font-size: 0;
    cursor: pointer;
    border: none;
    outline: none; }
.header .search:hover .inp_search {
    width: 110px; }

@media (min-width:1200px){
    .soc{
        display: none;
    }
}
@media (max-width:1200px){
    .footer .soc a{
        margin: 0 5px !important;
    }
    .f-center .soc{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .f-right .soc{
        display: none;
    }
}
@media (max-width:730px){
    .f-right .soc{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .footer .contacts{
        display: flex;
        justify-content: center;
    }
}
/*Footer */
.footer {
    padding: 60px 0 20px 0;
    background: #15A9B5; }
.footer .social-float {
    position: fixed;
    z-index: 1;
    text-align: center;
    height: 130px;
    width: 90px;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: -110px;
    right: 0;
    top: 50%;
}
.footer .social-float--inst{
    margin-top: 18px;
}
.footer .social-float a {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 5px auto;
    display: block;
    background: url('/assets/images/vk-icon.png');
    -webkit-background-size: 100%;
    background-size: 100%;

}
.footer .social-float--inst a{
    background: url('/assets/images/instagram.png');
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-size: contain !important;
}
.footer .social-float.social-float--inst a:hover{
    box-shadow: none;

}
.footer .social-float.social-float--inst a:hover img{
    box-shadow: 0 0 12px #000;
}
.footer .social-float--inst a img{
    border-radius: 10px;
}

.footer .social-float a:hover {
    box-shadow: 0 0 8px #000;
}
.footer .f-left {
    float: left;
    width: 284px; }
.footer .f-right {
    padding: 45px 0 0 0;
    float: right;
    width: 300px; }
.footer .f-center {
    float: right;
    /*width: 570px;*/
    width: 530px;
    font-size: 0; }
.footer .f-col {
    display: inline-block;
    vertical-align: top;
    width: 34%; }
.footer .f-col:first-child {
    width: 24%; }
.footer .f-title {
    margin: 0 0 25px 0;
    font-size: 20px;
    line-height: 26px;
    color: #9B9B9B; }
.footer .f-menu ul li {
    margin: 0 0 15px 0; }
.footer .f-menu ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none; }
.footer .f-menu ul li.active a, .footer .f-menu ul li:hover a {
    text-decoration: underline; }
.footer .logo {
    margin: 0 0 20px 0;
    font-size: 0; }
.footer .logo img {
    max-width: 171px; }
.footer .copy {
    font-size: 14px;
    line-height: 24px;
    color: #fff; }
.footer .contacts {
    font-size: 16px;
    line-height: 35px;
    color: #fff; }
.footer .contacts .tel {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    line-height: 35px;
    font-weight: 800; }
.footer .soc {
    margin: 20px 0 0 0;
    font-size: 0; }
.footer .soc a {
    position: relative;
    margin-right: 25px;
    display: inline-block;
    vertical-align: top;
    width: 41px;
    height: 41px;
    text-decoration: none; }
.footer .soc a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
.footer .soc a:last-child {
    margin-right: 0; }
.footer .soc a.vk {
    background: url(../images/vk.png) no-repeat;
    background-size: contain; }
.footer .soc a.vk:before {
    background: url(../images/vk2.png) no-repeat;
    background-size: contain; }
.footer .soc a.drb {
    background: url(../images/drb.png) no-repeat;
    background-size: contain; }
.footer .soc a.drb:before {
    background: url(../images/drb2.png) no-repeat;
    background-size: contain; }
.footer .soc a.ok {
    background: url(../images/ok.png) no-repeat;
    background-size: contain; }
.footer .soc a.ok:before {
    background: url(../images/ok2.png) no-repeat;
    background-size: contain; }
.footer .soc a:hover:before {
    opacity: 1; }
.footer .f-bottom {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #827D7D; }
.footer .f-bottom .create {
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #fff; }
.footer .f-bottom .create a {
    color: #fff; }
.footer .f-bottom .create a span {
    color: #D0021B; }
.footer .f-bottom .year {
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #fff; }

/*
* PAGES
*/
/* Home */
.section {
    position: relative; }

/* Section Started */
.section.main-started {
    position: relative;
    height: 350px;
    background: #3CA420; }
.section.main-started .owl-carousel .owl-stage-outer {
    padding-bottom: 0; }
.section.main-started .fw {
    height: 350px; }
.section.main-started .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
.section.main-started .desc {
    padding: 60px 0 0 0;
    position: relative;
    width: 520px;
    height: 100%; }
.section.main-started .desc .title {
    margin: 0 0 5px 0;
    font-size: 35px;
    line-height: 50px;
    color: #fff;
    font-weight: 800; }
.section.main-started .desc .text {
    margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400; }
.section.main-started .desc .white-btn {
    padding: 6px;
    display: inline-block;
    vertical-align: top;
    width: 185px;
    height: 54px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 18px;
    color: #52BF34;
    font-weight: 700;
    text-decoration: none;
    border-radius: 54px;
    -moz-border-radius: 54px;
    -webkit-border-radius: 54px;
    -khtml-border-radius: 54px; }
.section.main-started .desc .white-btn span {
    display: block;
    height: 42px;
    background: #fff;
    border-radius: 54px;
    -moz-border-radius: 54px;
    -webkit-border-radius: 54px;
    -khtml-border-radius: 54px; }
.section.main-started .desc .image {
    position: absolute;
    right: -530px;
    bottom: -5px;
    width: 647px;
    height: 328px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain; }
.section.main-started .owl-nav {
    margin-left: -562px;
    position: absolute;
    left: 50%;
    bottom: 60px;
    width: 1125px;
    height: 1px; }
.section.main-started .owl-nav .owl-prev, .section.main-started .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 23px;
    background: url(../images/arrow.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
    font-size: 0;
    opacity: 0.5;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
.section.main-started .owl-nav .owl-prev:hover, .section.main-started .owl-nav .owl-next:hover {
    opacity: 1; }
.section.main-started .owl-nav .owl-next {
    left: 200px;
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -o-transform: scale(-1); }
.section.main-started .owl-dots {
    padding: 0 912px 0 0;
    margin-left: -562px;
    position: absolute;
    left: 50%;
    bottom: 56px;
    width: 1125px;
    height: 1px;
    text-align: center; }
.section.main-started .owl-dots .owl-dot {
    margin: 0 7px;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    background: none;
    border: 2px solid #DEF0CC;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px; }
.section.main-started .owl-dots .owl-dot.active {
    background: #fff;
    border-color: #fff; }

/* Section Services */
.section.services {
    padding: 60px 0 70px 0;
    background: #E9FAD9; }

.section.services .title {
    margin: 0 0 25px 0;
    font-size: 35px;
    line-height: 51px;
    color: #52BF34;
    font-weight: 700; }
.section.services .serv-tabs .tab-menu {
    float: left;
    width: 195px;
    text-align: center; }
.section.services .serv-tabs .tab-menu ul li {
    margin: 0 0 15px 0;
    display: table;
    width: 195px;
}
.section.services .serv-tabs .tab-menu ul li a {
    display: table-cell;
    height: 51px;
    vertical-align: middle;
    font-size: 18px;
    color: #52BF34;
    font-weight: 700;
    border: 1px solid #52BF34;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 51px;
    -moz-border-radius: 51px;
    -webkit-border-radius: 51px;
    -khtml-border-radius: 51px;
    line-height: 16px;
}
.section.services .serv-tabs .tab-menu ul li.active a {
    background: #52BF34;color:#fff; }
.section.services .serv-tabs .tab-items .tab-item {
    position: relative;
    padding: 45px 55px;
    min-height: 550px;
    background: #fff;
    border: 1px solid #15A9B5;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    -khtml-border-radius: 27px;
}
.section.services .serv-tabs .tab-items .tab-item:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 212px;
    height: 200px;
    background: url(../images/check.svg) no-repeat;
    background-size: contain; }
.section.services .serv-tabs .tab-items .tab-item .serv-list ul{
    width:47%;
    float:left;
}
.section.services .serv-tabs .tab-items .tab-item .serv-list ul li {
    margin: 0 0 20px 0;
    /*display: inline-block;
        width: 50%;*/
    vertical-align: top; }
.section.services .serv-tabs .tab-items .tab-item .serv-list ul li a {
    position: relative;
    display: inline;
    vertical-align: top;
    color: #15A9B5;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    border-bottom: 1px solid #89dde8;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
.section.services .serv-tabs .tab-items .tab-item .serv-list ul li a:before {
    content: '';
    position: absolute;
    left: -19px;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #15A9B5;
    border: 2px solid #32c5d9;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px; }
.section.services .serv-tabs .tab-items .tab-item .serv-list ul li span {
    position: relative;
    top: 7px;
    margin: 0 0 0 13px;
    padding: 0 7px;
    display: inline-block;
    vertical-align: top;
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    background: #EAC017;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px; }
.section.services .serv-tabs .tab-items .tab-item .serv-list ul li span.akch{
    background:#f44e40;
}
.section.services .serv-tabs .tab-items .tab-item .serv-list ul li:hover a, .section.services .serv-tabs .tab-items .tab-item .serv-list ul li.active a {
    color: #6fdae3;
    text-decoration: none; }
.section.services .serv-tabs .tab-items .tab-item .serv-list ul li:hover a:before, .section.services .serv-tabs .tab-items .tab-item .serv-list ul li.active a:before {
    opacity: 1; }

/* Section White Content */
.section.white-content {
    padding: 70px 0; }
.section.white-content .left-col {
    float: left;
    width: 735px; }
.section.white-content .right-col {
    float: right;
    width: 365px; }
.section.white-content .title {
    margin: 0 0 30px 0;
    font-size: 35px;
    line-height: 47px;
    font-weight: 700;
    color: #80D12A; }
.section.white-content .subtitle {
    margin: 0 0 25px 0;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #80D12A; }
.section.white-content .text p {
    margin: 25px 0;
    font-size: 16px;
    line-height: 28px;
    color: #4A4A4A; }
.section.white-content .text ul li {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 0 28px;
    font-size: 16px;
    line-height: 22px;
    color: #4A4A4A; }
.section.white-content .text ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 9px;
    height: 9px;
    background: url(../images/point.svg) no-repeat; }
.section.white-content .cols {
    margin: 0 -10px;
    font-size: 0; }
.section.white-content .cols .col {
    padding: 15px 10px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px; }

.online-order {
    position: relative;
    margin: 57px 0 0 0;
    padding: 25px 10px 25px 175px;
    background: #52BF34;
    min-height: 175px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; }
.online-order:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 213px;
    height: 175px;
    background: url(../images/online_bg.png) no-repeat; }
.online-order .label {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 28px;
    color: #fff; }
.online-order .tel {
    float: right;
    width: 320px;
    font-size: 14px;
    line-height: 26px;
    color: #fff; }
.online-order .tel a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #fff; }
.online-order .online-btn {
    float: left;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    width: 188px;
    height: 50px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 14px;
    color: #52BF34;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px; }
.online-order .online-btn span {
    display: block;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px; }

.news-box {
    position: relative;
    margin: 0 0 15px 0;
    padding: 40px 35px;
    border: 1px solid #80D12A;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; }
.news-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 117px;
    height: 108px;
    background: url(../images/news_bg.png) no-repeat; }
.news-box .title {
    margin: 0 0 25px 0;
    font-size: 30px;
    line-height: 40px;
    color: #80D12A;
    font-weight: 700; }
.news-box .news-items .news-item {
    margin: 0 0 25px 0;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #CDF2B2; }
.news-box .news-items .news-item .name {
    margin: 0 0 3px 0;
    font-size: 16px;
    line-height: 24px;
    color: #797979;
    font-weight: 700;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
.news-box .news-items .news-item .name:hover {
    color: #80D12A; }
.news-box .news-items .news-item .date {
    font-size: 14px;
    font-style: italic;
    color: #9B9B9B; }
.news-box .more-btn {
    display: block;
    height: 45px;
    line-height: 43px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #80D12A;
    font-weight: 700;
    border: 1px solid #80D12A;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    -khtml-border-radius: 45px; }
.news-box .more-btn:hover {
    background: #80D12A;
    color: #fff; }

.client-b img {
    width: 100%;
    height: auto; }

/* Section Enroll */
.section.enroll {
    padding: 40px 0;
    background: #15A9B5 url(../images/enroll_bg.jpg) no-repeat top center;
    background-size: auto 100%; }
.section.enroll .title {
    margin: 0 0 10px 0;
    font-size: 35px;
    line-height: 47px;
    color: #fff;
    font-weight: 700; }
.section.enroll .subtitle {
    margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 26px;
    color: #fff; }

/* Section Maps */
.section.maps {
    position: relative;
    overflow: hidden; }
.section.maps .fw {
    height: 100%; }
.section.maps .desc {
    position: relative;
    padding: 40px 0 110px 0;
    width: 380px;
    z-index: 2; }
.section.maps .desc:before {
    content: '';
    position: absolute;
    right: -160px;
    top: 0;
    width: 948px;
    height: 100%;
    background: url(../upload/img/maps_bg.png) no-repeat top right;
    background-size: auto 100%; }
.section.maps .desc .title {
    position: relative;
    margin: 0 0 10px 0;
    color: #00658f;
    font-size: 40px;
    line-height: 54px;
    font-weight: 700; }
.section.maps .desc .c-info {
    position: relative;
    margin-bottom: 30px; }
.section.maps .desc .c-info ul li {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #00658f; }
.section.maps .desc .c-info ul li a {
    display: block;
    text-decoration: none;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #00658f; }
.section.maps .desc .c-info ul li a.mail {
    display: inline-block; }
.section.maps .desc .c-tabs {
    position: relative;
    max-width: 365px; }
.section.maps .desc .c-tabs .c-tab {
    margin: 0 0 10px 0;
    background: #15A9B5;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px; }
.section.maps .desc .c-tabs .c-tab.active .c-name:after {
    transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1); }
.section.maps .desc .c-tabs .c-tab .c-name {
    padding: 0 0 0 23px;
    height: 67px;
    line-height: 66px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    display: block;
    text-decoration: none; }
.section.maps .desc .c-tabs .c-tab .c-name:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    width: 14px;
    height: 8px;
    background: url(../upload/img/arr.svg) no-repeat;
    background-size: contain; }
.section.maps .desc .c-tabs .c-tab .c-text {
    padding: 0 40px 25px 40px;
    display: none; }
.section.maps .desc .c-tabs .c-tab .c-text ul li {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 22px;
    text-align:left;
    color: #fff; }
.section.maps .map {
    padding: 0 0 0 30%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

/* Inner */
.h-title {
    margin: 0 0 20px 0;
    font-size: 40px;
    line-height: 54px;
    font-weight: 700;
    color: #4A4A4A; }
.h-title span {
    color: white; }

/* Section News */
.section.news {
    padding-top: 35px 0 0 0; }
.section.news .news-items {
    font-size: 0; }
.section.news .news-items .news-col {
    padding: 0 15px 30px 15px;
    float: left;
    width: 25%; }
.section.news .news-items .news-col.large {
    width: 50%; }
.section.news .news-items .news-col.large .news-item {
    padding: 30px 40px;
    height: 555px; }
.section.news .news-items .news-col.large .news-item .date {
    color: #fff; }
.section.news .news-items .news-col.large .news-item .desc {
    padding: 30px 40px 60px 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 420px; }
.section.news .news-items .news-col.large .news-item .desc .name {
    color: #fff;
    font-size: 30px;
    line-height: 40px; }
.section.news .news-items .news-col.large .news-item .desc .name span {
    border: none; }
.section.news .news-items .news-col.large .news-item .desc .text {
    margin: 15px 0 30px 0;
    color: #fff;
    font-size: 18px;
    line-height: 28px; }
.section.news .news-items .news-col.large .news-item .desc .more {
    padding: 0 50px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    height: 47px;
    line-height: 43px;
    border: 2px solid #fff;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 47px;
    -moz-border-radius: 47px;
    -webkit-border-radius: 47px;
    -khtml-border-radius: 47px; }
.section.news .news-items .news-col.large .news-item .desc .more:hover {
    background: #fff;
    color: #4A4A4A; }
/*.section.news .news-items .news-col.large .news-item:hover {*/
/*    background: none; }*/
.section.news .news-items .news-col.large .news-item:hover .date {
    color: #fff; }
.section.news .news-items .news-item {
    position: relative;
    padding: 30px 25px;
    text-align:left;
    height: 263px;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px; }
.section.news .news-items .opasitey:after {
    content: '';
    position: absolute;
    left: 0;
    top: 39px;
    width: 100%;
    height: 70%;
    background-color: rgba(0,85,129,.5);
}

.section.news .news-items .news-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../upload/img/Card_All.jpg) no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
.section.news .news-items .news-item .image {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px; }
.section.news .news-items .news-item .date {
    position: relative;
    margin: 0 0 20px 0;
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #D1D1D1;
    font-weight: 800;
    z-index: 2; }
.section.news .news-items .news-item .desc {
    position: relative;
    z-index: 2; }
.section.news .news-items .news-item .desc .name {
    color: #4A4A4A;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    text-decoration: none; }
.section.news .news-items .news-item .desc .name span {
    border-bottom: 1px solid #D8D8D8; }
.section.news .news-items .news-item .desc .text {
    margin: 15px 0 0 0;
    font-size: 16px;
    line-height: 23px;
    color: #4A4A4A;
    font-weight: 400; }
.section.news .news-items .news-item:hover:before {
    opacity: 1; }
.section.news .news-items .news-item:hover .date {
    color: rgba(255, 255, 255, 0.6); }
.section.news .news-items .news-item:hover .desc .name {
    color: #fff; }
.section.news .news-items .news-item:hover .desc .text {
    color: #fff; }
.section.news .news-items .news-item:hover::after {
    display: none;
}
.section.news .bts {
    padding: 30px 0 0 0;
    text-align: center; }
.section.news .more-btn {
    padding: 0 60px 0 40px; }
.section.news .more-btn:before {
    margin-top: -4px;
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    width: 14px;
    height: 8px;
    background: url(../images/sel-arr.png) no-repeat;
    background-size: contain; }
.section.news .more-btn:hover {
    color: #52BF34;
    background: #FFF; }

.filter {
    margin: 0 0 40px 0; }
.filter .category {
    float: left;
    font-size: 0; }
.filter .category a {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    height: 45px;
    line-height: 43px;
    font-size: 20px;
    color: #4A4A4A;
    font-weight: 700;
    text-decoration: none;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px; }
.filter .category a.active {
    color: #fff;
    background: #8ae164;
    background: -moz-linear-gradient(top, #8ae164 0%, #81db5c 15%, #52bf34 100%);
    background: -webkit-linear-gradient(top, #8ae164 0%, #81db5c 15%, #52bf34 100%);
    background: linear-gradient(to bottom, #8ae164 0%, #81db5c 15%, #52bf34 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ae164', endColorstr='#52bf34',GradientType=0 ); }
.filter .sort {
    padding: 8px 0 0 0;
    float: right; }
.filter .sort.left {
    float: left; }
.filter .sort .sort-sel {
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: top;
    width: 105px; }
.filter .sort .sort-sel.large {
    width: 135px; }
.filter .sort .sort-sel.gray {
    margin: 0 20px 0 0;
    width: 263px; }
.filter .sort .sort-sel.gray .jq-selectbox .jq-selectbox__select {
    height: 50px;
    line-height: 48px;
    text-align: center;
    background: #FAFAFA;
    border: 1px solid #DEDEDE;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px; }
.filter .sort .sort-sel.gray .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
    border: none; }
.filter .sort .sort-sel.gray .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
    right: 15px; }

/* Section Team */
.section.team {
    padding: 35px 0 105px 0; }

.team-items {
    margin: 0 -15px;
    font-size: 0; }
.team-items .team-col {
    padding: 0 15px 30px 15px;
    float: left;
    width: 33.333%; }
.team-items .team-item {
    position: relative;
    padding: 0;
    height: 400px;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px; }
.team-items .team-item .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 182px;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0; }
.team-items .team-item .image img {
    max-width: 100%; }
.team-items .team-item .desc {
    padding: 25px 20px;
    position: relative;
    z-index: 2; }
.team-items .team-item .desc .name {
    color: #15A9B5;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none; }
.team-items .team-item .desc .text {
    margin: 10px 0 0 0; }
.team-items .team-item .desc .text ul {
    min-height: 52px; }
.team-items .team-item .desc .text ul li {
    margin: 0 0 3px 0;
    position: relative;
    font-size: 16px;
    line-height: 23px;
    color: #747474;
    font-weight: 400; }
.team-items .team-item .desc .text ul li.ch {
    padding: 0 25px 0 0;
    display: inline-block; }
.team-items .team-item .desc .text ul li.ch:before {
    margin-top: -8px;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 16px;
    background: url(../images/t-check.png) no-repeat; }
.team-items .team-item .desc .bts {
    margin-top: 20px; }
.team-items .team-item .desc .bts a {
    padding: 0 35px;
    display: inline-block;
    vertical-align: middle;
    height: 42px;
    line-height: 37px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background: #15A9B5;
    border: 2px solid #15A9B5;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 42px;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    -khtml-border-radius: 42px; }
.team-items .team-item .desc .bts a.more {
    margin-left: 33px;
    padding-top: 8px;
    padding-right: 0;
    padding-left: 0;
    background: none;
    color: #15A9B5;
    line-height: normal;
    border: none; }
.team-items .team-item .desc .bts a.more span {
    border-bottom: 2px solid rgba(21, 169, 181, 0.4);
    transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s; }
.team-items .team-item .desc .bts a:hover {
    background: transparent;
    color: #15A9B5; }
.team-items .team-item .desc .bts a:hover.more span {
    border-bottom-color: transparent; }

/* Section Pricing */
.section.pricing {
    padding: 50px 0 100px 0; }

.pricing-top {
    position: relative;
    margin: 0 0 40px 0;
    padding: 40px 40px 40px 40px;
    background: #15A9B5 url(../images/pr-top.png) no-repeat top right;
    background-size: auto 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px; }
.pricing-top:before {
    content: '';
    position: absolute;
    left: 40px;
    top: 100%;
    border: 18px solid transparent;
    border-top: 18px solid #15A9B5; }
.pricing-top h1.h-title, .pricing-top .h-title {
    margin: 0 0 15px 0; }
.pricing-top p {
    margin: 0;
    font-size: 18px;
    color: white;
    line-height: 28px; }
.pricing-top p a {
    color: white;
    text-decoration: underline; }
.pricing-top p a strong {
    font-weight: 800; }
.pricing-top p a:hover {
    text-decoration: none; }

/*.pricing-items {*/
/*    margin: 0 0 50px 0; }*/
.pricing-items .pricing-item {
    margin: 0 0 20px 0;
    border-bottom: 2px solid #52BF34; }
.pricing-items .pricing-item .name {
    position: relative;
    padding: 10px 40px;
    font-size: 20px;
    line-height: 28px;
    color: #4A4A4A;
    font-weight: 700;
    text-align:left;
    cursor: pointer; }
.pricing-items .pricing-item .name:before, .pricing-items .pricing-item .name:after {
    margin-top: -15px;
    content: '+';
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    font-size: 30px;
    line-height: 30px;
    color: #15A9B5;
    font-weight: 700;
    text-align: center; }
.pricing-items .pricing-item .name:after {
    content: '-';
    opacity: 0; }
.pricing-items .pricing-item .name .new {
    position: relative;
    left: 5px;
    top: -10px;
    display: inline-block;
    vertical-align: top;
    width: 78px;
    height: 28px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: url(../upload/img/new_2.png) no-repeat;
     }
.pricing-items .pricing-item .name .aks {
    position: relative;
    left: 5px;
    top: -10px;
    display: inline-block;
    vertical-align: top;
    width: 78px;
    height: 28px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: url(../upload/img/akc.png) no-repeat; }
.pricing-items .pricing-item .name .inf {
    margin-left: 15px;
    position: relative;
    top: 3px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 28px;
    color: #9B9B9B;
    font-weight: 400; }
.pricing-items .pricing-item .name .inf span {
    color: #15A9B5; }
.pricing-items .pricing-item .text {
    display: none; }
.pricing-items .pricing-item .text table {
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse; }
.pricing-items .pricing-item .text table td {
    padding: 25px 35px 20px 35px;
    background: rgba(228, 228, 228, 0.5); }
.pricing-items .pricing-item .text table td:first-child {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px; }
.pricing-items .pricing-item .text table td:last-child {
    text-align: right;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0; }
.pricing-items .pricing-item .text table td .price {
    width: 230px;
    font-size: 14px;
    line-height: 26px;
    color: #4A4A4A; }
.pricing-items .pricing-item .text table td .price span {
    font-size: 20px;
    line-height: 26px;
    color: #15A9B5;
    font-weight: 700; }
.pricing-items .pricing-item .text table tr:nth-child(even) td {
    background: transparent; }
.pricing-items .pricing-item.active {
    border-bottom-color: transparent; }
.pricing-items .pricing-item.active .name:before {
    opacity: 0; }
.pricing-items .pricing-item.active .name:after {
    opacity: 1; }

.file-btn {
    position: relative;
    padding: 0 0 0 100px;
    display: block;
    max-width: 500px;
    font-size: 30px;
    line-height: 40px;
    color: #15A9B5;
    text-decoration: none; }
.file-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 81px;
    height: 81px;
    background: url(../upload/img/file-icon.png) no-repeat;
    background-size: contain; }
.file-btn span {
    border-bottom: 2px solid #DEF0CC; }
.file-btn:hover {
    text-decoration: none; }
.file-btn:hover span {
    border-bottom-color: transparent; }

/* Section Faq */
.section.faq {
    padding: 40px 0 110px 0; }

.faq-lt {
    float: left;
    width: 730px; }

.faq-rt {
    float: right;
    width: 360px; }

.faq-items {
    margin: 0; }
.faq-items .faq-item {
    margin: 0 0 20px 0;
    border: 2px solid #15A9B5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; }
.faq-items .faq-item .name {
    position: relative;
    padding: 20px 80px 20px 40px;
    font-size: 20px;
    line-height: 28px;
    color: #4A4A4A;
    font-weight: 400;
    text-align:left;
    cursor: pointer; }
.faq-items .faq-item .name:before, .faq-items .faq-item .name:after {
    margin-top: -22px;
    content: '+';
    position: absolute;
    right: 40px;
    top: 50%;
    width: 44px;
    height: 44px;
    font-size: 35px;
    line-height: 41px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    background: #15A9B5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #15A9B5 0%, #15A9B5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #15A9B5 0%, #15A9B5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #15A9B5 0%, #15A9B5 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ae164', endColorstr='#52bf34',GradientType=0 );
    /* IE6-9 */
    border-radius: 44px;
    -moz-border-radius: 44px;
    -webkit-border-radius: 44px;
    -khtml-border-radius: 44px; }
.faq-items .faq-item .name:after {
    content: '-';
    color: #52BF34;
    opacity: 0;
    background: #fff;
    box-shadow: 0px 6px 13px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 6px 13px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 6px 13px rgba(255, 255, 255, 0.3);
    -khtml-box-shadow: 0px 6px 13px rgba(255, 255, 255, 0.3); }
.faq-items .faq-item .text {
    padding: 25px 0;
    margin: 0 40px;
    display: none;
    border-top: 2px solid #8de9f2; }
.faq-items .faq-item .text p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: #fff; }
.faq-items .faq-item.active {
    background: #15A9B5; }
.faq-items .faq-item.active .name {
    color: #fff; }
.faq-items .faq-item.active .name:before {
    opacity: 0; }
.faq-items .faq-item.active .name:after {
    opacity: 1; }
.faq-items .faq-item.active .text {
    text-align: left;
    color: #fff; }

.faq-form {
    position: relative;
    padding: 30px 35px 15px 35px;
    background: #F2F2F2;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; }
.faq-form:before {
    content: '';
    position: absolute;
    top: -11px;
    right: -15px;
    width: 62px;
    height: 103px;
    background: url(../images/quest.png) no-repeat; }
.faq-form .title {
    margin: 0 0 10px 0;
    font-size: 30px;
    line-height: 32px;
    color: #4A4A4A;
    font-weight: 700; }
.faq-form .subtitle {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 23px;
    color: #4A4A4A; }
.faq-form .group {
    position: relative;
    margin: 0 0 20px 0; }
.faq-form .field {
    position: relative; }
.faq-form .field input[type="text"], .faq-form .field input[type="tel"], .faq-form .field input[type="password"], .faq-form .field input[type="email"], .faq-form .field input[type="number"], .faq-form .field textarea {
    padding: 0 15px;
    width: 100%;
    height: 34px;
    font-size: 16px;
    color: #9B9B9B;
    font-family: "Uni Neue";
    font-weight: 400;
    text-align: left;
    background: transparent;
    border: none;
    border-bottom: 2px solid #D8D8D8;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0; }
.faq-form .field input[type="text"].error, .faq-form .field input[type="tel"].error, .faq-form .field input[type="password"].error, .faq-form .field input[type="email"].error, .faq-form .field input[type="number"].error, .faq-form .field textarea.error {
    background: transparent;
    border-bottom-color: red; }
.faq-form .field textarea {
    padding: 15px;
    height: 96px;
    resize: none; }
.faq-form .field textarea.error {
    background: transparent;
    border-bottom-color: red; }
.faq-form label.error {
    position: absolute;
    left: 0;
    bottom: -15px;
    font-size: 11px;
    letter-spacing: -0.05em;
    color: red;
    display: none !important; }
.faq-form .check {
    margin-top: 15px;
    position: relative;
    color: #9B9B9B;
    padding: 0 0 0 30px; }
.faq-form .check a {
    color: #15A9B5;
    text-decoration: underline; }
.faq-form .check a:hover {
    text-decoration: none; }
.faq-form .check .jq-checkbox {
    position: absolute !important;
    left: 0;
    top: 7px;
    background: url(../images/check_1_g.svg) no-repeat;
    background-size: contain; }
.faq-form .check .jq-checkbox .jq-checkbox__div {
    background: url(../images/check_2_g.svg) no-repeat;
    background-size: contain; }
.faq-form .submit-btn {
    width: 100%;
    height: 44px;
    display: block;
    background: #15A9B5;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 44px;
    -moz-border-radius: 44px;
    -webkit-border-radius: 44px;
    -khtml-border-radius: 44px; }
.faq-form ::-webkit-input-placeholder {
    color: #9B9B9B; }
.faq-form ::-moz-placeholder {
    color: #9B9B9B; }
.faq-form :-moz-placeholder {
    color: #9B9B9B; }
.faq-form :-ms-input-placeholder {
    color: #9B9B9B; }

/* Section Contacts */
.section.contacts {
    padding: 2px 0 110px 0;
}

.contact-list {
    margin: 30px 0 30px 0;
    border-bottom: 3px solid #15A9B5;
    padding-bottom: 30px; }
.contact-list ul li {
    margin: 0 10px 0 0;
    padding: 0 0 0 25px;
    display: inline-block;
    vertical-align: top;
    border-left: 2px solid #D0D0D0;
    font-size: 14px;
    line-height: 28px;
    color: #4A4A4A; }
.contact-list ul li:first-child {
    padding: 0;
    border-left: none; }
.contact-list ul li a.tel {
    position: relative;
    display: block;
    padding: 0 0 0 66px;
    color: #4A4A4A;
    text-decoration: none; }
.contact-list ul li a.tel:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 50px;
    height: 50px;
    background: url(../upload/iblock/c_tel.png) no-repeat;
    background-size: contain; }
.contact-list ul li a.tel strong {
    display: block;
    font-size: 25px;
    line-height: 28px;
    color: #15A9B5;
    font-weight: 700; }
.contact-list ul li a.email {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #4A4A4A;
    font-weight: 700;
    text-decoration: underline; }
.contact-list ul li a.email:hover {
    text-decoration: none; }

#nash_vrach:hover{
    color: #15A9B5!important;
}

.contact-items {
    margin: 0 -15px;
    font-size: 0; }
.contact-items .contact-col {
    padding: 0 15px 30px 15px;
    display: inline-block;
    vertical-align: top;
    width: 33.333%; }
.contact-items .contact-item {
    height: 740px;
    text-align: left;
    background: #F8F8F8;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; }
.contact-items .contact-item .image {
    height: 229px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0; }
.contact-items .contact-item .desc {
    position: relative;
    padding: 45px 30px 0 65px; }
.contact-items .contact-item .desc:before {
    content: '';
    position: absolute;
    left: 24px;
    top: 46px;
    width: 25px;
    height: 25px;

    background: url(../upload/iblock/loc.png) no-repeat; }
.contact-items .contact-item .desc .adr {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 27px;
    color:  #15A9B5;
    font-weight: 700; }
.contact-items .contact-item .desc p {
    padding-bottom: 15px; }
.contact-items .contact-item .desc  a {
    margin: 0 0 8px 0;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #4A4A4A;
    text-decoration: none; }
.contact-items .contact-item .desc  a:hover {
    color: #15A9B5;
    text-decoration: underline; }
.contact-items .contact-item .desc ul li {
    margin: 0 40px 20px 0;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 19px;
    color: #4A4A4A; }
.contact-items .contact-item .desc ul li strong {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #9B9B9B;
    display: block; }
.contact-items .contact-item:hover {
    background: #fff;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); }

.cont-box {
    margin: 100px 0;
    position: relative;
    width: 360px;
    background: #fff;
    z-index: 2; }

.cont-tabs .cont-tab {
    position: relative;
    padding: 0;
    background: #fff;
    border-top: 1px solid #D0D0D0; }
.cont-tabs .cont-tab.active {
    background: #F7F7F7; }
.cont-tabs .cont-tab:first-child {
    border-top: none; }
.cont-tabs .cont-tab:before {
    content: '';
    position: absolute;
    left: 24px;
    top: 26px;
    width: 25px;
    height: 25px;
    background: url(../images/loc.png) no-repeat; }
.cont-tabs .cont-tab .adr {
    margin: 0;
    padding: 25px 25px 25px 70px;
    font-size: 20px;
    line-height: 27px;
    color: #4A4A4A;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer; }
.cont-tabs .cont-tab .info {
    padding: 0 25px 25px 70px;
    display: none; }
.cont-tabs .cont-tab .info p {
    padding-bottom: 15px; }
.cont-tabs .cont-tab .info p a {
    margin: 0 0 8px 0;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #4A4A4A;
    text-decoration: none; }
.cont-tabs .cont-tab .info p a:hover {
    color: #52BF34;
    text-decoration: underline; }
.cont-tabs .cont-tab .info ul li {
    margin: 0 40px 20px 0;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 19px;
    color: #4A4A4A; }
.cont-tabs .cont-tab .info ul li strong {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #9B9B9B;
    display: block; }

/* Inner News */
.section.inner-news {
    padding: 0 40px 0 40px; }

.inner-lt {
    float: left;
    }
.inner-lt .news-date {
    font-size: 14px;
    line-height: 20px;
    color: #9B9B9B; }

.inner-rt {
    float: right;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
     }
.inner-rt .title {
    padding: 34px 0 40px 0;
    font-size: 25px;
    line-height: 34px;
    font-weight: 800;
    color: #4A4A4A; }
.inner-rt .btn {
    border: 1px solid #15A9B5;
    height: 45px;
    line-height: 42px;
    font-size: 18px;
    color: #15A9B5;
    font-weight: 700;
    display: block;
    text-align: center; }

.others-news-items .others-news-item {
    margin: 0 0 30px 0; }
.others-news-items .others-news-item:after {
    content: '';
    position: relative;
    display: block;
    clear: both; }
.others-news-items .others-news-item .image {
    float: left;
    width: 71px;
    height: 71px; }
.others-news-items .others-news-item .image img {
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; }
.others-news-items .others-news-item .desc {
    margin-left: 92px; }
.others-news-items .others-news-item .desc .date {
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 20px;
    color: #9B9B9B; }
.others-news-items .others-news-item .desc .name {
    font-size: 16px;
    line-height: 24px;
    color: #4A4A4A;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #EDEDED; }
.others-news-items .others-news-item:hover .desc .name {
    color: #15A9B5;
    border-bottom: 2px solid rgba(21, 169, 181, 0.3); }

/* Section Profile */
.section.profile {
    padding: 40px 0 100px 0; }

.profile-lt {
    float: left;
    width: 360px; }
.profile-lt .profile-image {
    margin: 0 0 20px 0;
    font-size: 0; }
.profile-lt .profile-image img {
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; }
.profile-lt .faq-form {
    padding: 35px;
    background: none;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; }
.profile-lt .faq-form:before {
    display: none; }
.profile-lt .faq-form .title {
    margin: 0 0 20px 0; }
.profile-lt .faq-form .title span {
    color: #9B9B9B; }
.profile-lt .faq-form .title em {
    font-style: normal;
    color: #52BF34; }

.profile-rt {
    float: right;
    width: 730px; }

.profile-titles {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #52BF34; }
.profile-titles .title {
    font-size: 40px;
    line-height: 54px;
    color: #52BF34;
    font-weight: 700; }
.profile-titles .subtitle {
    font-size: 30px;
    line-height: 40px;
    color: #9B9B9B;
    font-weight: 400; }

.profile-list {
    padding: 25px 0 0 0;
    max-width: 500px; }
.profile-list ul li {
    margin: 0 0 25px 0;
    font-size: 18px;
    line-height: 24px;
    color: #4A4A4A; }
.profile-list ul li strong {
    margin: 0 0 8px 0;
    display: block;
    color: #BBBBBB;
    font-weight: 700; }
.profile-list ul li .sert {
    position: relative;
    padding: 0 0 0 22px; }
.profile-list ul li .sert:before {
    margin-top: -3px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    background: #80D12A;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px; }

.profile-desc .text-box h2, .profile-desc .text-box h3, .profile-desc .text-box h4, .profile-desc .text-box h5, .profile-desc .text-box h6 {
    font-size: 35px;
    line-height: 47px;
    font-weight: 700; }
.profile-desc .text-box p {
    font-size: 18px; }

.profile-spec .title {
    margin: 60px 0 50px 0;
    font-size: 35px;
    line-height: 47px;
    font-weight: 700;
    color: #4A4A4A; }
.profile-spec .items {
    margin: 0 -10px;
    font-size: 0; }
.profile-spec .items .item {
    position: relative;
    padding: 0 10px 20px 10px;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 16px;
    line-height: 22px;
    color: #4A4A4A;
    font-weight: 700; }
.profile-spec .items .item .icon {
    margin: 0 0 20px 0;
    width: 80px;
    height: 70px;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat; }

.others-spec {
    padding: 50px 0 100px 0; }
.others-spec .title {
    margin: 0 0 30px 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #4A4A4A; }
.others-spec .spec-carousel {
    margin: 0; }
.others-spec .spec-carousel .owl-prev, .others-spec .spec-carousel .owl-next {
    position: absolute;
    right: 60px;
    top: -55px;
    width: 16px;
    height: 26px;
    font-size: 0;
    cursor: pointer;
    background: url(../images/nav.png) no-repeat;
    background-size: contain;
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -o-transform: scale(-1);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    opacity: 0.5; }
.others-spec .spec-carousel .owl-prev:hover, .others-spec .spec-carousel .owl-next:hover {
    opacity: 1; }
.others-spec .spec-carousel .owl-next {
    right: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }

/* Section Inner Service */
.section.inner-service {
    padding: 40px 0 100px 0; }
.section.inner-service .col-lt {
    position: relative;
    float: left;
    width: 263px;
    z-index: 2; }
.section.inner-service .col-rt {
    margin-left: 293px; }
.section.inner-service .white-box {
    margin: 0 0 20px 0;
    padding: 30px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; }
.section.inner-service .white-box .title {
    margin: 0 0 15px 0;
    font-size: 29px;
    line-height: 39px;
    color: #4A4A4A;
    font-weight: 700; }
.section.inner-service .white-box .menu ul li {
    margin: 0 0 20px 0; }
.section.inner-service .white-box .menu ul li a {
    font-size: 18px;
    line-height: 24px;
    color: #4A4A4A;
    text-decoration: none;
    border-bottom: 2px solid rgba(82, 191, 52, 0.25); }
.section.inner-service .white-box .menu ul li.active a, .section.inner-service .white-box .menu ul li:hover a {
    color: #52BF34; }
.section.inner-service .sale-box {
    padding: 55px 30px 0 30px;
    position: relative;
    height: 322px; }
.section.inner-service .sale-box .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; }
.section.inner-service .sale-box .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(74, 74, 74, 0.7);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; }
.section.inner-service .sale-box .title {
    position: relative;
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8); }
.section.inner-service .sale-box .title strong {
    display: block;
    color: #fff;
    font-size: 25px;
    line-height: 34px;
    font-weight: 700; }
.section.inner-service .sale-box .order-btn {
    position: relative;
    display: block;
    height: 42px;
    font-size: 18px;
    line-height: 40px;
    color: #4A4A4A;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px; }
.section.inner-service .gray-box {
    padding: 35px 45px;
    background: #F2F2F2;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; }
.section.inner-service .gray-box .title {
    margin: 0 0 20px 0;
    font-size: 40px;
    line-height: 54px;
    font-weight: 800;
    color: #4A4A4A; }
.section.inner-service .gray-box .text-box {
    /*max-width: 580px; */
}
.section.inner-service .gray-box .text-box p {
    font-size: 18px; }
.section.inner-service .serv-title {
    font-family: "Uni Neue";
    font-weight: 800;
    color: #4A4A4A;
    margin: 40px 0 30px 0;
    font-size: 25px;
    line-height: 35px; }

.service-carousel {
    position: relative;
    height: 465px; }
.service-carousel:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 2000%;
    height: 100%;
    background: #fff;
    z-index: 2; }
.service-carousel .owl-carousel .owl-stage-outer {
    padding-bottom: 0;
    overflow: visible; }
.service-carousel .image {
    height: 465px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
.service-carousel .owl-prev, .service-carousel .owl-next {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: #fff;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1); }
.service-carousel .owl-prev:before, .service-carousel .owl-next:before {
    margin: -12px 0 0 -7px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 24px;
    background: url(../images/nav.png) no-repeat;
    background-size: contain;
    opacity: 0.25;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
.service-carousel .owl-prev:after, .service-carousel .owl-next:after {
    content: '';
    margin: -25px 0 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 50px;
    background: #80D12A;
    opacity: 0.25; }
.service-carousel .owl-prev:hover:before, .service-carousel .owl-next:hover:before {
    opacity: 1; }
.service-carousel .owl-next {
    left: 80px;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1); }
.service-carousel .owl-next:after {
    display: none; }
/*newLicense*/
.newLicense-carousel {
    position: relative;
    height: 465px; }
.newLicense-carousel:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 2000%;
    height: 100%;
    background: #fff;
    z-index: 2; }
.newLicense-carousel .owl-carousel .owl-stage-outer {
    padding-bottom: 0;
    overflow: visible; }
.newLicense-carousel .image {
    height: 465px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
.newLicense-carousel .owl-nav{
    position:absolute;
    top:55%;
    width: 100%;
}
.newLicense-carousel .owl-prev, .newLicense-carousel .owl-next {
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: #fff;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1); }
.newLicense-carousel .owl-prev{
    left: 0;}
.newLicense-carousel .owl-prev:before, .newLicense-carousel .owl-next:before {
    margin: -12px 0 0 -7px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 24px;
    background: url(../images/nav.png) no-repeat;
    background-size: contain;
    opacity: 0.25;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
.newLicense-carousel .owl-prev:after, .newLicense-carousel .owl-next:after {
    content: '';
    margin: -25px 0 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 50px;
    background: #80D12A;
    opacity: 0.25; }
.newLicense-carousel .owl-prev:hover:before, .newLicense-carousel .owl-next:hover:before {
    opacity: 1; }
.newLicense-carousel .owl-next {
    right: 0;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1); }
.newLicense-carousel .owl-next:after {
    display: none; }

/*galleryNews*/
.galleryNews-carousel {
    position: relative;
    height: 465px;
    overflow:hidden;}
.galleryNews-carousel:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 2000%;
    height: 100%;
    background: #fff;
    z-index: 2; }
.galleryNews-carousel .owl-carousel .owl-stage-outer {
    padding-bottom: 0;
    overflow: visible; }
.galleryNews-carousel .image {
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
.galleryNews-carousel .owl-nav{
    position:absolute;
    top:55%;
    width: 100%;
}
.galleryNews-carousel .owl-prev, .galleryNews-carousel .owl-next {
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: #fff;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1); }
.galleryNews-carousel .owl-prev{
    left: 0;}
.galleryNews-carousel .owl-prev:before, .galleryNews-carousel .owl-next:before {
    margin: -12px 0 0 -7px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 24px;
    background: url(../images/nav.png) no-repeat;
    background-size: contain;
    opacity: 0.25;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
.galleryNews-carousel .owl-prev:after, .galleryNews-carousel .owl-next:after {
    content: '';
    margin: -25px 0 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 50px;
    background: #80D12A;
    opacity: 0.25; }
.galleryNews-carousel .owl-prev:hover:before, .galleryNews-carousel .owl-next:hover:before {
    opacity: 1; }
.galleryNews-carousel .owl-next {
    right: 0;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1); }
.galleryNews-carousel .owl-next:after {
    display: none; }

/* Section Pricing Service */
.section.pricing-service {
    padding: 70px 0 90px 0;
    background: #F2F2F2 url(../upload/img/st_bg.jpg) no-repeat top center; }
.section.pricing-service .title {
    margin: 0 0 10px 0;
    font-size: 40px;
    line-height: 54px;
    color: #4A4A4A;
    font-weight: 700; }
.section.pricing-service table {
    margin: 0 0 45px 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse; }
.section.pricing-service table td {
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #D8D8D8;
    font-size: 18px;
    line-height: 24px;
    color: #4A4A4A; }
.section.pricing-service table td .price {
    text-align: right; width:230px;}
.section.pricing-service table td .price strong {
    font-size: 25px;
    font-weight: 800;
    color: #15A9B5; }
.section.pricing-service .order-btn,
a.b_go_to_service_block{
    padding: 0 30px;
    height: 47px;
    line-height: 46px;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #15A9B5;
    text-decoration: none;
    background: -moz-linear-gradient(45deg, #15A9B5 0%, #15A9B5 100%);
    background: -webkit-linear-gradient(45deg, #15A9B5 0%, #15A9B5 100%);
    background: linear-gradient(45deg, #15A9B5 0%,#15A9B5 100%);
    border-radius: 47px;
    -moz-border-radius: 47px;
    -webkit-border-radius: 47px;
    -khtml-border-radius: 47px; }
.btns_go_to_service_block{text-align:center;padding:20px 0 0;}
.b_go_to_service_block + .b_go_to_service_block{margin-left:20px;}
.spec-tabs .menu {
    padding: 0 0 20px 0; }
.spec-tabs .menu ul li {
    display: inline-block;
    vertical-align: top; }
.spec-tabs .menu ul li a {
    padding: 0 22px;
    display: block;
    height: 44px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 400;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 44px;
    -moz-border-radius: 44px;
    -webkit-border-radius: 44px;
    -khtml-border-radius: 44px; }
.spec-tabs .menu ul li.active a {
    color: #52BF34;
    border: 2px solid #52BF34;
    font-weight: 700; }

.serv-menu {
    margin: 0 0 20px 0;
    padding: 20px 25px;
    background: #52BF34;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; }
.serv-menu .title {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 29px;
    color: #fff; }
.serv-menu .title strong {
    display: block;
    font-size: 40px;
    font-weight: 800; }
.serv-menu .menu > ul > li {
    margin: 0 0 5px 0;
    margin: 0 -15px; }
.serv-menu .menu > ul > li > a {
    position: relative;
    padding: 0 15px;
    display: block;
    /*height: 36px;*/
    line-height: 18px;
    margin-bottom:30px;
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    background: transparent;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px; }
.serv-menu .menu > ul > li > a:before {
    margin-top: -6px;
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    border: 6px solid transparent;
    border-left: 8px solid rgba(255, 255, 255, 0.5); }
.serv-menu .menu > ul > li.active > a, .serv-menu .menu > ul > li:hover > a {
    background: rgba(255, 255, 255, 0.2); }
.serv-menu .menu > ul > li.active > a:before, .serv-menu .menu > ul > li:hover > a:before {
    border-left: none;
    border-right: 8px solid rgba(255, 255, 255, 0.5); }
.serv-menu .menu > ul > li.active .submenu {
    display: block; }
.serv-menu .menu > ul > li .submenu {
    padding: 35px 30px;
    position: absolute;
    left: 100%;
    top: 0;
    width: 877px;
    background: #80D12A;
    font-size: 0;
    display: none;
    box-shadow: 7px 5px 29px rgba(46, 78, 11, 0.1);
    -moz-box-shadow: 7px 5px 29px rgba(46, 78, 11, 0.1);
    -webkit-box-shadow: 7px 5px 29px rgba(46, 78, 11, 0.1);
    -khtml-box-shadow: 7px 5px 29px rgba(46, 78, 11, 0.1); }
.serv-menu .menu > ul > li .submenu .col {
    width:100%;
}
.serv-menu .menu > ul > li .submenu .col li{
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin: 0 0 15px 0;}
.serv-menu .menu > ul > li .submenu .col li:last-child {
    margin-right: 0; }
.serv-menu .menu > ul > li .submenu .col .subtitle {
    display: block;
    font-size: 20px;
    line-height: 40px;
    min-height: 45px;
    font-weight: 800;
    opacity: 0.5;
    color: #fff;
    text-decoration: none; }
.serv-menu .menu > ul > li .submenu .col ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-decoration: underline; }
.serv-menu .menu > ul > li .submenu .col ul li a:hover {
    text-decoration: none; }

/* Section About Top */
.section.about-top {
    padding: 50px 0 70px 0;
    min-height: 420px;
    background: url(../images/about-top.jpg) no-repeat top center;
    background-size: cover; }
.section.about-top .desc {
    padding: 50px 0 0 0;
    max-width: 450px; }
.section.about-top .desc .title {
    margin: 0 0 25px 0;
    font-size: 40px;
    line-height: 54px;
    font-weight: 700;
    color: #4A4A4A; }
.section.about-top .desc .text {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 30px;
    color: #4A4A4A; }
.section.about-top .desc .lnks a {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    font-size: 18px;
    line-height: 30px;
    color: #52BF34;
    text-decoration: none;
    border-bottom: 1px dotted #52BF34; }

/* Section About Klinik */
.section.about-klinik {
    padding: 100px 0 130px 0; }
.section.about-klinik .klinik-desc {
    position: relative;
    float: left;
    width: 530px;
    z-index: 3; }
.section.about-klinik .klinik-desc .title {
    margin: 0 0 30px 0;
    font-size: 40px;
    line-height: 54px;
    color: #4A4A4A;
    font-weight: 700; }
.section.about-klinik .klinik-desc .text-box {
    margin-bottom: 40px; }
.section.about-klinik .klinik-desc .text-box p {
    font-size: 19px; }
.section.about-klinik .klinik-desc .order-btn {
    padding: 0 30px;
    height: 47px;
    line-height: 46px;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #52bf34;
    text-decoration: none;
    background: -moz-linear-gradient(45deg, #52bf34 0%, #8ae164 100%);
    background: -webkit-linear-gradient(45deg, #52bf34 0%, #8ae164 100%);
    background: linear-gradient(45deg, #52bf34 0%, #8ae164 100%);
    border-radius: 47px;
    -moz-border-radius: 47px;
    -webkit-border-radius: 47px;
    -khtml-border-radius: 47px; }
.section.about-klinik .klinik-tabs {
    position: relative;
    float: right;
    width: 555px; }
.section.about-klinik .service-carousel {
    height: 587px; }
.section.about-klinik .service-carousel .image {
    height: 587px; }

/* Section About Mission */
.section.about-mission {
    background: #F4F4F4; }
.section.about-mission .mission-box {
    padding: 50px 65px 50px 35px;
    position: relative;
    width: 555px;
    min-height: 457px;
    background: #52bf34;
    background: -moz-linear-gradient(90deg, #52bf34 0%, #8ae164 100%);
    background: -webkit-linear-gradient(90deg, #52bf34 0%, #8ae164 100%);
    background: linear-gradient(90deg, #52bf34 0%, #8ae164 100%); }
.section.about-mission .mission-box:before {
    content: '';
    position: absolute;
    top: 115px;
    right: -92px;
    width: 92px;
    height: 79px;
    background: url(../images/triangle.png) no-repeat;
    background-size: contain; }
.section.about-mission .mission-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 162px;
    height: 176px;
    background: url(../images/mis_bg.png) no-repeat;
    background-size: contain; }
.section.about-mission .mission-box .title {
    margin: 0 0 15px 0;
    padding: 0 0 0 30px;
    font-size: 40px;
    line-height: 54px;
    color: #fff;
    font-weight: 800; }
.section.about-mission .mission-box .image {
    position: absolute;
    bottom: 0;
    right: -520px;
    width: 471px;
    height: 454px;
    background: url(../images/gv.png) no-repeat;
    background-size: contain; }
.section.about-mission .mission-carousel .desc {
    position: relative;
    padding: 0 30px;
    height: 280px; }
.section.about-mission .mission-carousel .desc:before {
    content: '"';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    color: #fff; }
.section.about-mission .mission-carousel .desc .text-box p {
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 300; }
.section.about-mission .mission-carousel .desc .text-box p em {
    font-weight: 400; }
.section.about-mission .mission-carousel .owl-dots {
    position: absolute;
    left: 30px;
    bottom: 0;
    text-align: left; }
.section.about-mission .mission-carousel .owl-dots .owl-dot {
    margin-right: 18px;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px; }
.section.about-mission .mission-carousel .owl-dots .owl-dot.active {
    background: #fff;
    opacity: 1; }

/* Section About Benefits */
.section.about-benefits {
    padding: 110px 0 150px 0; }
.section.about-benefits .title {
    margin: 0 0 30px 0;
    text-align: center;
    color: #4A4A4A;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700; }
.section.about-benefits .desc {
    float: left;
    width: 555px; }

.ben-tabs .menu {
    float: left;
    width: 555px; }
.ben-tabs .menu ul {
    margin: 0 -15px;
    font-size: 0; }
.ben-tabs .menu ul li {
    padding: 0 15px 15px 15px;
    display: inline-block;
    vertical-align: top;
    width: 50%; }
.ben-tabs .menu ul li a {
    padding: 25px 15px 0 30px;
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    color: #4A4A4A;
    min-height: 167px;
    border-bottom: 1px solid #D8D8D8; }
.ben-tabs .menu ul li a strong {
    margin: 0 0 8px 0;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #235415;
    font-weight: 800; }
.ben-tabs .menu ul li.active a, .ben-tabs .menu ul li:hover a {
    padding: 25px 15px 0 30px;
    border-bottom-color: transparent;
    background: #52bf34;
    background: -moz-linear-gradient(45deg, #52bf34 0%, #8ae164 100%);
    background: -webkit-linear-gradient(45deg, #52bf34 0%, #8ae164 100%);
    background: linear-gradient(45deg, #52bf34 0%, #8ae164 100%);
    box-shadow: 0px 9px 22px rgba(23, 61, 13, 0.06);
    -moz-box-shadow: 0px 9px 22px rgba(23, 61, 13, 0.06);
    -webkit-box-shadow: 0px 9px 22px rgba(23, 61, 13, 0.06);
    -khtml-box-shadow: 0px 9px 22px rgba(23, 61, 13, 0.06);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    color: #fff; }
.ben-tabs .menu ul li.active a strong, .ben-tabs .menu ul li:hover a strong {
    color: #fff; }
.ben-tabs .tabs {
    float: right; }
.ben-tabs .tabs .tab .circle {
    padding: 140px 0 0 0;
    width: 550px;
    height: 552px;
    text-align: center; }
.ben-tabs .tabs .tab .circle.item-1 {
    background: url(../images/circle1.svg) no-repeat;
    background-size: contain; }
.ben-tabs .tabs .tab .circle.item-2 {
    background: url(../images/circle2.svg) no-repeat;
    background-size: contain; }
.ben-tabs .tabs .tab .circle.item-3 {
    background: url(../images/circle3.svg) no-repeat;
    background-size: contain; }
.ben-tabs .tabs .tab .circle.item-4 {
    background: url(../images/circle4.svg) no-repeat;
    background-size: contain; }
.ben-tabs .tabs .tab .circle.item-5 {
    background: url(../images/circle5.svg) no-repeat;
    background-size: contain; }
.ben-tabs .tabs .tab .circle.item-6 {
    background: url(../images/circle6.svg) no-repeat;
    background-size: contain; }
.ben-tabs .tabs .tab .circle .icon {
    margin: 0 auto;
    display: block;
    width: 161px;
    height: 161px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
.ben-tabs .tabs .tab .circle .name {
    margin: 30px auto 0 auto;
    width: 300px;
    font-size: 20px;
    line-height: 26px;
    color: #4A4A4A; }

/* Section About Activiti */
.section.about-activiti {
    padding: 110px 0 120px 0;
    background: #F4F4F4; }
.section.about-activiti .title {
    margin: 0 0 50px 0;
    color: #4A4A4A;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700; }
.section.about-activiti .activiti-items {
    font-size: 0; }
.section.about-activiti .activiti-items .activiti-col {
    padding: 0 15px 30px 15px;
    display: inline-block;
    vertical-align: top;
    width: 25%; }
.section.about-activiti .activiti-items .activiti-item {
    padding: 110px 35px 35px 35px;
    position: relative;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #9B9B9B;
    min-height: 262px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px; }
.section.about-activiti .activiti-items .activiti-item.item-1:before {
    background: url(../images/aktiv-ic1.png) no-repeat;
    background-size: contain; }
.section.about-activiti .activiti-items .activiti-item.item-2:before {
    background: url(../images/aktiv-ic2.png) no-repeat;
    background-size: contain; }
.section.about-activiti .activiti-items .activiti-item.item-3:before {
    background: url(../images/aktiv-ic3.png) no-repeat;
    background-size: contain; }
.section.about-activiti .activiti-items .activiti-item.item-4:before {
    background: url(../images/aktiv-ic4.png) no-repeat;
    background-size: contain; }
.section.about-activiti .activiti-items .activiti-item:before {
    content: '';
    position: absolute;
    left: 35px;
    top: 30px;
    width: 64px;
    height: 64px; }
.section.about-activiti .activiti-items .activiti-item strong {
    margin: 0 0 5px 0;
    display: block;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    color: #52BF34; }

/*
* RESPONSIVE
*/

/*tin*/
#ankor-bottom-appointment, .ankor {
    position:absolute;
    top:-101px;
}
.jot-mod{
    position:relative;
    z-index:9;
}
.jot-form-wrap, .jot-comment{
    position:relative;
}
.ajaxSearch_grpResultName{
    margin-bottom:20px;
}
.ajaxSearch_result{
    margin-bottom:20px;
}
.ajaxSearch_result a{
    font-size:22px;
}
.ajaxSearch_result p{
    margin:0;
}

.allservices-tab ul.type-tabs{
    margin-left:230px;
}
.allservices-tab ul.type-tabs li {
    margin: 0 20px 15px 0;
    display: inline-block;
    width: 270px;
}
.allservices-tab ul.type-tabs li a {
    display: block;
    height: 51px;
    text-align: center;
    font-size: 18px;
    color: #52BF34;
    font-weight: 700;
    border: 1px solid #52BF34;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 51px;
    -moz-border-radius: 51px;
    -webkit-border-radius: 51px;
    -khtml-border-radius: 51px;
    line-height: 47px;
    background: #fff;
}
.allservices-tab ul.type-tabs li.active a {
    background: #52BF34;
    color: #fff;
}
/*ENDtin*/

.headers-list {
    margin-top: 50px;
}
.headers-list p {
    font-size: 20px;
    margin: 10px;
}
.headers-list ol {
    padding-left: 10px;
    list-style: inside decimal;
}



.headers-list * {
    color: white !important;
}




@media screen and (max-width: 1180px) {
    .section.services .serv-tabs .tab-items .tab-item .serv-list ul{
        width:100%;
    }
    .fw {
        width: 720px; }

    .headers-list {
        background: #52BF34 !important;
        padding: 20px 10px !important;
        margin-top: 20px !important;
    }
    /*header*/
    .header .top-menu {
        display: none; }

    .header .search {
        display: none; }

    .header .menu-btn {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 34px;
        right: 240px;
        float: none;
        width: 46px;
        height: 36px;
        font-size: 0; }

    .header.opened .top-menu {
        display: block; }

    .header.opened .top-menu .sub-menu {
        display: none; }

    .header .top-menu .menu ul li {
        margin: 0 0 20px 0 !important;
        width: auto !important;
        display: block !important; }

    .header .top-menu .menu ul li a {
        font-size: 30px !important;
        line-height: 40px !important; }

    .header .top-menu .menu ul li:hover a, .header.opened .top-menu .menu ul li.active a {
        color: #3C9C21 !important; }

    /*started*/
    .section.main-started .desc {
        padding: 50px 0 0 0; }

    .section.main-started .desc .title {
        font-size: 30px; }

    .section.main-started .desc .image {
        right: -280px;
        bottom: -5px;
        width: 481px;
        height: 244px; }

    .section.main-started .owl-nav {
        margin-left: -360px;
        width: 720px; }

    .section.main-started .owl-dots {
        padding: 0 520px 0 0;
        margin-left: -360px;
        width: 720px; }

    /*service*/
    .section.services .serv-tabs .tab-menu {
        float: none;
        width: auto;
        text-align: left; }

    .section.services .serv-tabs .tab-menu ul li {
        margin: 0 0 25px 0;
        display: inline-block;
        vertical-align: top;
        width: 24%;
        text-align: center; }

    .section.services .serv-tabs .tab-menu ul li a {
        border: 1px solid transparent;
        width:300px;}

    .section.services .serv-tabs .tab-menu ul li.active a {
        border: 1px solid #52BF34; }

    .section.services .serv-tabs .tab-items {
        margin-left: 0; }

    .section.services .serv-tabs .tab-items .tab-item:after {
        width: 167px;
        height: 157px; }

    /*white content*/
    .section.white-content .left-col {
        float: none;
        width: auto;
        margin-bottom: 30px; }

    .section.white-content .right-col {
        float: none;
        width: auto; }

    .online-order {
        padding: 25px 10px 25px 180px; }

    .online-order .label {
        font-size: 18px; }

    .news-box {
        float: left;
        width: 48%; }

    .news-box .news-items .news-item:last-child {
        display: none; }

    .client-b {
        float: right;
        width: 48%; }

    /*enroll*/
    .section.enroll {
        overflow: hidden; }

    .section.enroll .c-form .groups .group {
        width: 245px; }

    .section.enroll .c-form .group.small {
        width: auto; }

    .section.enroll .c-form .group.small.sub-btn {
        position: absolute;
        left: 262px;
        bottom: -35px; }

    .section.enroll .c-form .groups .group.full {
        display: block;
        width: 100%;
        max-width: 260px;
        position: relative; }

    .check {
        padding: 0 0 0 30px; }

    .check .jq-checkbox {
        position: absolute !important;
        left: 0;
        top: 7px; }

    /*maps*/
    .section.maps .desc {
        padding: 40px 0 610px 0;
        width: auto; }

    .section.maps .desc:before {
        right: -200px;
        top: -200px;
        width: 1020px;
        height: 1200px;
        transform: rotate(90deg); }

    .section.maps .desc .c-tabs {
        max-width: 100%; }

    .section.maps .desc .c-tabs .c-tab .c-name {
        padding: 0 0 0 25px;
        font-size: 18px; }

    .section.maps .desc .c-tabs .c-tab .c-text {
        padding: 0 25px 25px 25px; }

    .section.maps .map {
        padding: 670px 0 0 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }

    /*footer*/
    .footer .f-center {
        float: right;
        width: 190px; }

    .footer .f-col {
        display: none; }

    .footer .f-col:last-child {
        display: block;
        width: 100%; }

    /*news*/
    .section.news .news-items .news-col.large {
        width: 100%; }

    .section.news .news-items .news-col {
        width: 50%; }

    /*team*/
    .team-items .team-col {
        width: 50%; }

    /*pricing*/
    .pricing-top {
        padding: 30px 260px 30px 30px; }

    .h-title {
        font-size: 35px;
        line-height: 40px; }

    .pricing-top p {
        font-size: 15px;
        line-height: 26px; }

    .pricing-items .pricing-item .name .inf {
        margin-left: 0;
        top: 0; }

    .pricing-items .pricing-item .text table td {
        padding: 15px 30px; }

    /*faq*/
    .faq-lt {
        float: none;
        width: auto;
        margin-top: 20px;
        margin-bottom: 50px; }

    .faq-rt {
        float: none;
        width: auto; }

    .faq-form {
        font-size: 0; }

    .faq-form .group {
        margin: 0 25px 20px 0;
        display: inline-block;
        vertical-align: top;
        width: 199px; }

    .faq-form .group.email {
        margin-right: 0; }

    .faq-form .group.mess {
        display: block;
        margin-right: 0;
        margin-bottom: 35px;
        width: 100%; }

    .faq-form .group.ch {
        width: 250px; }

    .faq-form .group.bts {
        margin-right: 0;
        float: right;
        width: 300px; }

    .faq-form .check {
        margin-top: 0;
        margin-bottom: 15px; }

    /*contacts*/
    .contact-list ul li {
        margin: 0 30px 0 0;
        line-height: 18px; }

    .contact-list ul li:last-child {
        max-width: 195px;
        margin-right: 0; }

    .contact-list ul li span {
        display: block;
        height: 36px; }

    .contact-list ul li a.email {
        font-size: 18px; }

    .contact-items .contact-col {
        width: 50%; }

    /*inner news*/
    .section.inner-news {
        padding: 40px 0 100px 0; }

    .inner-lt {
        float: none;
        width: auto; }

    .inner-rt {
        float: none;
        width: auto; }

    .inner-rt .title {
        padding: 60px 0 40px 0; }

    .inner-rt .btn {
        width: 240px;
        margin: 0 auto; }

    .others-news-items {
        font-size: 0; }

    .others-news-items .others-news-item {
        margin: 0 0 30px 0;
        width: 50%;
        display: inline-block;
        vertical-align: top; }

    .others-news-items .others-news-item .desc {
        padding-right: 48px; }

    /*profile*/
    .mobile-show {
        display: block; }

    .profile-titles {
        padding: 0 0 20px 0;
        border-bottom: none; }

    .profile-titles .subtitle {
        font-size: 25px; }

    .profile-lt {
        width: 283px; }

    .profile-lt .faq-form {
        padding: 30px 25px; }

    .profile-lt .faq-form .title {
        font-size: 23px;
        line-height: 32px; }

    .profile-lt .faq-form .group {
        margin: 0 0 20px 0;
        display: block;
        width: 100%; }

    .profile-lt .faq-form .group.ch {
        width: 100%; }

    .profile-lt .faq-form .group.bts {
        margin-right: 0;
        margin-bottom: 0;
        float: none;
        width: 100%; }

    .profile-rt {
        width: 405px; }

    .profile-rt .profile-titles {
        display: none; }

    .profile-list {
        padding: 0;
        max-width: 100%; }

    .profile-list ul li {
        font-size: 16px; }

    .profile-list ul li strong {
        font-size: 18px; }

    .profile-desc .text-box h2, .profile-desc .text-box h3, .profile-desc .text-box h4, .profile-desc .text-box h5, .profile-desc .text-box h6 {
        font-size: 30px;
        line-height: 40px; }

    .profile-desc .text-box p {
        font-size: 16px; }

    .profile-spec .title {
        margin: 50px 0;
        font-size: 28px;
        line-height: 38px; }

    .profile-spec .items .item {
        width: 33.333%;
        font-size: 14px;
        line-height: 22px; }

    /*service*/
    .section.pricing-service {
        background: #F2F2F2; }

    .section.inner-service .col-lt {
        float: none;
        width: auto; }

    .serv-menu {
        margin: 0 0 20px 0;
        padding: 0;
        background: none;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px; }

    .serv-menu .title {
        margin: 0 0 20px 40px;
        font-size: 22px;
        line-height: 29px;
        color: #52BF34;
        font-weight: 800; }

    .serv-menu .title strong {
        display: inline-block;
        font-size: 22px;
        font-weight: 800; }

    .serv-menu .menu {
        background: #52BF34;
        font-size: 0;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px; }

    .serv-menu .menu > ul > li {
        margin: 0;
        display: inline-block;
        vertical-align: top;
        width: 25%; }

    .serv-menu .menu > ul > li > a {
        padding: 0 15px;
        display: block;
        height: 64px;
        line-height: 64px;
        font-size: 18px;
        font-weight: 400;
        text-align: center; }

    .serv-menu .menu > ul > li:hover > a, .serv-menu .menu > ul > li.active > a {
        background: #3B9722; }

    .serv-menu .menu > ul > li > a:before {
        margin-top: -22px;
        top: 50%;
        right: 0;
        border: none;
        width: 1px;
        height: 44px;
        background: #fff;
        opacity: 0.5; }

    .serv-menu .menu > ul > li:last-child > a:before {
        display: none; }

    .serv-menu .menu > ul > li:hover .submenu, .serv-menu .menu > ul > li.active .submenu {
        display: none; }

    .serv-menu .menu > ul > li:hover > a:before, .serv-menu .menu > ul > li.active > a:before {
        display: none; }

    /*.section.inner-service .white-box {*/
    /*display: none; }*/

    .section.inner-service .sale-box {
        display: none; }

    .section.inner-service .col-rt {
        margin-left: 0; }

    /*about*/
    .section.about-klinik {
        padding: 80px 0; }

    .section.about-klinik .klinik-tabs {
        float: none;
        width: 555px; }

    .section.about-klinik .klinik-desc {
        margin-top: 40px;
        float: none;
        width: auto; }

    .section.about-mission .mission-box {
        width: 470px; }

    .section.about-mission .mission-box .image {
        right: -470px; }

    .section.about-benefits {
        padding: 80px 0; }

    .ben-tabs .menu {
        float: none;
        width: auto; }

    .ben-tabs .tabs {
        float: none;
        display: none; }

    .section.about-activiti {
        padding: 70px 0 60px 0; }

    .section.about-activiti .activiti-items .activiti-col {
        width: 50%; }

    .section.about-activiti .activiti-items .activiti-item {
        padding: 25px 25px 25px 110px;
        min-height: 162px; }

    .section.about-activiti .activiti-items .activiti-item:before {
        left: 25px;
        top: 30px;
        width: 64px;
        height: 64px; }
    /*tin*/
    .allservices-tab ul.type-tabs{
        margin-left:0;
        text-align:center;
    }
    /*ENDtin*/
}
@media screen and (max-width: 730px) {
    .fw {
        width: 300px; }

    .wrapper {
        padding: 71px 0 0 0; }

    /*header*/
    .header {
        height: 71px; }

    .header .logo {
        margin-top: 16px;
        width: 140px; }

    .header .menu-btn {
        top: 25px;
        right: 0; }

    .header .contacts {
        display: none;
        position: absolute;
        left: 0;
        bottom: -730px;
        border-left: none !important;
        text-align: left; }

    .header.opened .contacts {
        display: block; }

    .header.opened .logo a {
        width: 140px;
        background-size: contain; }

    .header.green .logo a {
        width: 140px;
        background-size: contain; }

    /*started*/
    .section.main-started {
        height: 551px; }

    .section.main-started .fw {
        height: 551px; }

    .section.main-started .desc {
        padding: 40px 0 0 0;
        width: auto; }

    .section.main-started .desc .title {
        margin-bottom: 15px;
        line-height: 38px; }

    .section.main-started .desc .image {
        right: -10px;
        bottom: -10px;
        width: 321px;
        height: 165px; }

    .section.main-started .desc .text br {
        display: none; }

    .section.main-started .owl-nav {
        margin-left: -150px;
        width: 300px;
        bottom: 215px; }

    .section.main-started .owl-dots {
        padding: 0 117px 0 0;
        margin-left: -150px;
        bottom: 210px;
        width: 300px; }

    .section.main-started .owl-dots .owl-dot {
        width: 12px;
        height: 12px; }

    .section.main-started .owl-nav .owl-next {
        left: 170px; }

    /*service*/
    .section.services {
        padding: 50px 0; }

    .section.services .title {
        margin: 0 0 40px 0;
        font-size: 30px;
        line-height: 40px; }

    .section.services .serv-tabs .tab-menu ul li {
        margin: 0 1% 10px 1%;
        width: 100%; }

    .section.services .serv-tabs .tab-menu ul li a {
        font-size: 16px;
        height: 41px;
        line-height: 39px;
        border-color: #52BF34; }

    .section.services .serv-tabs .tab-items .tab-item {
        padding: 40px 35px;
        display:flex;}

    .section.services .serv-tabs .tab-items .tab-item .serv-list ul li {
        display: block;
        width: auto; }

    .section.services .serv-tabs .tab-items .tab-item:after {
        display: none; }

    /*white content*/
    .section.white-content .cols .col {
        width: 100%; }

    .section.white-content .title {
        font-size: 30px;
        line-height: 40px; }

    .section.white-content .subtitle {
        margin: 0 0 20px 0;
        font-size: 22px; }

    .online-order {
        padding: 30px 20px 100px 20px; }

    .online-order .label {
        font-size: 17px; }

    .online-order .tel {
        margin-bottom: 20px;
        float: none;
        width: auto; }

    .online-order .online-btn {
        position: relative; }

    .online-order:before {
        left: auto;
        right: -1px;
        bottom: 0;
        width: 137px;
        height: 148px;
        background: url(../images/online_bg_t.png) no-repeat;
        background-size: contain; }

    .news-box {
        float: none;
        width: 100%;
        margin: 0 0 30px 0; }

    .client-b {
        float: none;
        width: 100%; }

    /*enroll*/
    .section.enroll {
        padding: 45px 0 115px 0; }

    .section.enroll .title {
        font-size: 30px;
        line-height: 40px; }

    .section.enroll .c-form .groups .group, .c-form .groups .group {
        width: auto;
        display: block;
        margin-right: 0;
        margin-bottom: 10px; }

    .section.enroll .c-form .group .input, .c-form .groups .group .input {
        width: auto; }

    .section.enroll .c-form .group .input input, .c-form .groups .group input {
        width: 100%;
        height: 50px; }

    .section.enroll .c-form .group.small.sub-btn {
        left: 0;
        bottom: -70px;
        margin: 0;
        width: 100%; }

    .check {
        margin-top: 35px; }

    .nonebox {
        width: 300px;
        margin: 0 0 0 -150px;
        padding: 40px 20px; }

    .nonebox .title {
        font-size: 25px;
        line-height: 35px; }

    /*maps*/
    .section.maps {
        background: #e9fad9; }

    .section.maps .desc {
        padding: 40px 0;
        margin: 0 auto;
        width: 300px;
        background: #e9fad9; }

    .section.maps .desc:before {
        display: none; }

    .section.maps .desc .title {
        font-size: 30px;
        line-height: 44px; }

    .section.maps .desc .c-info ul li {
        font-size: 16px; }

    .section.maps .desc .c-info ul li a {
        font-size: 22px;
        line-height: 30px; }

    .section.maps .desc .c-info ul li a.mail {
        font-size: 16px; }

    .section.maps .desc .c-tabs .c-tab .c-name {
        font-size: 17px; }

    .section.maps .map {
        padding: 0;
        position: relative;
        width: 100%;
        height: 400px; }

    /*footer*/
    .footer .f-left {
        float: none; }

    .footer .f-center {
        display: none; }

    .footer .f-right {
        padding: 20px 0 0 0;
        float: none;
        width: 300px; }

    .footer .f-bottom {
        margin-top: 40px; }

    .footer .f-bottom .create {
        float: none; }

    .footer .f-bottom .year {
        display: none; }

    /*news*/
    .h-title {
        font-size: 30px;
        line-height: 41px; }

    .section.news {
        padding: 30px 0 80px 0; }

    .filter {
        margin: 0 0 30px 0; }

    .filter .category {
        float: none; }

    .filter .category a {
        padding: 0 30px 0 0;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
        color: #9B9B9B; }

    .filter .category a.active {
        color: #52BF34;
        background: none; }

    .filter .category a:last-child {
        padding-right: 0; }

    .filter .sort {
        padding: 8px 0 0 0;
        float: none; }

    .filter .sort .sort-sel {
        margin: 0 20px 0 0;
        width: 65px; }

    .filter .sort .sort-sel.large {
        width: 115px; }

    .filter .sort .jq-selectbox__select {
        font-size: 16px; }

    .section.news .news-items {
        margin: 0; }

    .section.news .news-items .news-col {
        padding: 0 0 30px 0;
        float: none;
        width: 100%; }

    .section.news .news-items .news-item {
        padding: 25px;
        height: 220px; }

    .section.news .news-items .news-item .desc .name {
        font-size: 16px; }

    .section.news .news-items .news-item .desc .text {
        font-size: 14px;
        line-height: 23px; }

    .section.news .news-items .news-col.large {
        width: 100%; }

    .section.news .news-items .news-col.large .news-item {
        padding: 30px 25px;
        height: 541px; }

    .section.news .news-items .news-col.large .news-item .desc {
        padding: 30px 30px 90px 30px; }

    .section.news .news-items .news-col.large .news-item .desc .name {
        font-size: 21px;
        line-height: 25px; }

    .section.news .news-items .news-col.large .news-item .desc .text {
        font-size: 16px;
        line-height: 26px; }

    .section.news .news-items .news-col.large .news-item .desc .more {
        display: block;
        text-align: center; }

    .section.news .more-btn {
        display: block; }

    /*team*/
    .section.team {
        padding: 30px 0 80px 0; }

    .filter .sort.left {
        float: none; }

    .filter .sort .sort-sel.gray {
        margin: 0 0 15px 0;
        display: block;
        width: 100%; }

    .team-items {
        margin: 0; }

    .team-items .team-col {
        padding: 0 0 30px 0;
        float: none;
        width: 100%; }

    .team-items .team-item {
        height: 362px; }

    .team-items .team-item .image {
        height: 132px; }

    .team-items .team-item .desc .name {
        font-size: 16px; }

    .team-items .team-item .desc .text ul li {
        font-size: 14px; }

    .team-items .team-item .desc .bts a {
        padding: 0 25px;
        height: 38px;
        line-height: 34px;
        font-size: 16px; }

    .team-items .team-item .desc .bts a.more {
        margin-left: 25px;
        padding-top: 8px; }

    /*pricing*/
    .pricing-top {
        padding: 20px;
    }

    .h-title {
        font-size: 30px;
        line-height: 40px; }

    .pricing-top p {
        font-size: 15px;
        line-height: 26px; }

    .pricing-items .pricing-item .name {
        padding: 8px 0 8px 22px;
        font-size: 15px;
        line-height: 28px; }

    .pricing-items .pricing-item .name:before, .pricing-items .pricing-item .name:after {
        margin-top: 0;
        top: 7px; }

    .pricing-items .pricing-item .name .inf {
        margin-left: 0;
        top: 0;
        display: block;
        font-size: 12px;
        line-height: 18px; }

    .pricing-items .pricing-item .name .new {
        top: -5px;
        width: 64px;
        height: 28px;
        line-height: 20px;
        font-size: 11px;
        background-size: contain; }

    .pricing-items .pricing-item .text table {
        display: block; }

    .pricing-items .pricing-item .text table tr {
        display: block; }

    .pricing-items .pricing-item .text table td {
        padding: 15px 15px 15px 22px;
        display: block;
        font-size: 14px;
        border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -khtml-border-radius: 0 !important; }

    .pricing-items .pricing-item .text table td:last-child {
        text-align: left;
        padding-top: 0; }

    .file-btn {
        padding: 0 0 0 70px;
        font-size: 20px;
        line-height: 28px; }

    .file-btn:before {
        width: 59px;
        height: 59px; }

    /*faq*/
    .section.faq {
        padding: 35px 0 80px 0; }

    .faq-lt {
        margin-bottom: 50px; }

    .faq-items .faq-item {
        margin: 0 0 15px 0; }

    .faq-items .faq-item .name {
        padding: 15px 20px;
        font-size: 16px;
        line-height: 22px; }

    .faq-items .faq-item .name:before, .faq-items .faq-item .name:after {
        margin-top: 0;
        right: -13px;
        top: -13px;
        width: 24px;
        height: 24px;
        font-size: 25px;
        line-height: 22px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box; }

    .faq-items .faq-item .name:after {
        line-height: 18px;
        border: 2px solid #52BF34; }

    .faq-items .faq-item .text {
        padding: 15px 0;
        margin: 0 20px;
        font-size: 14px;
        line-height: 22px; }

    .faq-form {
        padding: 30px 20px 20px 20px; }

    .faq-form:before {
        width: 33px;
        height: 56px;
        background-size: contain; }

    .faq-form .title {
        font-size: 25px;
        line-height: 32px; }

    .faq-form .subtitle {
        font-size: 14px;
        line-height: 23px; }

    .faq-form .group {
        margin: 0 0 20px 0;
        display: block;
        width: 100%; }

    .faq-form .group.mess {
        margin-bottom: 35px; }

    .faq-form .group.ch {
        width: 100%; }

    .faq-form .group.bts {
        margin-right: 0;
        float: none;
        width: 100%; }

    .faq-form .check {
        margin-top: 0;
        margin-bottom: 0; }

    /*contacts*/
    .section.contacts {
        padding: 40px 0; }

    .contact-list {
        margin: 30px 0; }

    .contact-list ul li {
        margin: 0 0 25px 0;
        padding: 0;
        border: none;
        display: block; }

    .contact-list ul li a.tel {
        padding: 0 0 14px 56px;
        border-bottom: 1px solid #D0D0D0; }

    .contact-list ul li a.tel:before {
        top: 6px;
        width: 40px;
        height: 40px; }

    .contact-list ul li span {
        margin: 0 0 5px 0;
        display: block;
        height: auto; }

    .contact-list ul li a.tel strong {
        font-size: 22px;
        line-height: 28px; }

    .contact-list ul li a.email {
        font-size: 18px; }

    .contact-list ul li:last-child {
        max-width: 100%;
        margin-right: 0; }

    .contact-items .contact-col {
        width: 100%; }

    .contact-items .contact-item {
        height: auto; }

    .contact-items .contact-item .desc {
        padding: 33px; }

    .contact-items .contact-item .desc:before {
        display: none; }

    .contact-items .contact-item .desc .adr {
        margin: 0 0 10px 0;
        font-size: 18px;
        line-height: 24px; }

    .contact-items .contact-item .desc a {
        font-size: 16px;
        line-height: 22px; }

    .section.maps .fw {
        height: 100%;
        width: 100%; }

    .cont-box {
        margin: 0;
        width: 100%; }


    /*inner news*/
    .text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 35px; }

    .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
        margin-top: 30px;
        font-size: 22px;
        line-height: 30px; }

    .text-box p {
        margin: 20px 0;
        font-size: 16px;
        line-height: 28px; }

    .text-box ul li {
        font-size: 16px;
        line-height: 22px; }

    .text-box ol li {
        font-size: 16px;
        line-height: 22px; }

    .text-box ol li:before {
        font-size: 16px;
        line-height: 22px; }

    .others-news-items .others-news-item {
        margin: 0 0 30px 0;
        width: 100%;
        display: block; }

    .others-news-items .others-news-item .desc {
        padding-right: 0; }

    /*profile*/
    .section.profile {
        padding: 40px 0; }

    .profile-titles .title {
        font-size: 25px;
        line-height: 32px; }

    .profile-titles .subtitle {
        font-size: 18px; }

    .profile-lt {
        width: 100%;
        float: none; }

    .profile-lt .faq-form {
        display: none; }

    .profile-rt {
        width: 100%;
        float: none; }

    .profile-rt .profile-titles {
        display: none; }

    .profile-list {
        padding: 0;
        max-width: 100%; }

    .profile-list ul li {
        font-size: 14px; }

    .profile-list ul li strong {
        font-size: 16px; }

    .profile-spec .items .item {
        width: 50%; }

    .others-spec {
        padding: 50px 0; }

    .others-spec .title {
        margin: 0 90px 30px 0;
        font-size: 25px;
        line-height: 34px; }

    /*service*/
    .section.inner-service {
        padding: 30px 0 70px 0; }

    .serv-menu {
        margin: 0 0 20px 0;
        padding: 0; }

    .serv-menu .title {
        margin: 0 0 20px 20px;
        font-size: 18px;
        line-height: 29px;
        color: #52BF34; }

    .serv-menu .title strong {
        font-size: 18px; }

    .serv-menu .menu {
        display: none; }

    .serv-menu .menu-sel {
        padding: 6px 54px;
        background: #FAFAFA;
        border: 1px solid #DEDEDE;
        border-radius: 34px;
        display: block !important; }

    .section.inner-service .gray-box {
        padding: 20px; }

    .section.inner-service .gray-box .title {
        font-size: 30px;
        line-height: 40px; }

    .section.inner-service .gray-box .text-box p {
        font-size: 16px; }

    .section.inner-service .serv-title {
        margin: 40px 0 15px 0;
        font-size: 21px;
        line-height: 31px; }

    .service-carousel {
        height: 280px; }

    .service-carousel .image {
        height: 280px; }

    .service-carousel .owl-prev, .service-carousel .owl-next {
        width: 50px;
        height: 50px; }

    .service-carousel .owl-next {
        left: 50px; }

    .service-carousel .owl-prev:after, .service-carousel .owl-next:after {
        margin: -15px 0 0 0;
        width: 1px;
        height: 30px; }

    .service-carousel .owl-prev:before, .service-carousel .owl-next:before {
        margin: -8px 0 0 -7px;
        width: 14px;
        height: 16px; }

    .section.pricing-service {
        padding: 40px 0 50px 0; }

    .section.pricing-service .title {
        font-size: 30px;
        line-height: 40px; }

    .section.pricing-service table {
        margin: 0 0 30px 0; }

    .section.pricing-service table td {
        padding: 20px 0 10px 0;
        font-size: 14px;
        line-height: 24px;
        vertical-align: bottom; }

    .section.pricing-service table td .price {
        width: 85px; }

    .section.pricing-service table td .price strong {
        font-size: 18px; }

    .section.pricing-service .order-btn {
        display: block;
        text-align: center; }

    .spec-tabs .menu {
        display: none; }

    .spec-tabs .spec-sel {
        margin: 0 0 20px 0;
        width: 180px;
        display: block !important; }

    .spec-tabs .spec-sel .jq-selectbox__select {
        font-size: 16px; }

    .others-spec .spec-carousel .owl-prev, .others-spec .spec-carousel .owl-next {
        right: 42px;
        top: -42px;
        height: 18px; }

    .others-spec .spec-carousel .owl-next {
        right: 0; }

    /*about*/
    .section.about-top {
        padding: 20px 0 70px 0;
        min-height: 420px;
        background: #ebecee url(../images/about-top.jpg) no-repeat -320px bottom;
        background-size: auto 160px; }

    .section.about-top .desc {
        padding: 30px 0 0 0; }

    .section.about-top .desc .title {
        margin: 0 0 20px 0;
        font-size: 30px;
        line-height: 40px; }

    .section.about-top .desc .text {
        margin: 0 0 30px 0;
        font-size: 16px;
        line-height: 28px; }

    .section.about-top .desc .lnks {
        display: none; }

    .section.about-klinik {
        padding: 50px 0; }

    .section.about-klinik .klinik-tabs {
        width: auto; }

    .section.about-klinik .service-carousel {
        height: 290px; }

    .section.about-klinik .service-carousel .image {
        height: 290px; }

    .section.about-klinik .klinik-desc .title {
        margin: 0 0 20px 0;
        font-size: 30px;
        line-height: 40px; }

    .section.about-klinik .klinik-desc .text-box {
        padding-right: 40px;
        padding-left:40px;
        margin-bottom: 30px; }

    .section.about-klinik .klinik-desc .text-box p {
        font-size: 16px; }

    .section.about-mission {
        padding: 0 0 370px 0;
        overflow: hidden; }

    .section.about-mission .fw {
        width: auto; }

    .section.about-mission .mission-box {
        width: auto;
        padding: 35px;
        background: #83dd5e; }

    .section.about-mission .mission-box:before {
        top: auto;
        bottom: -72px;
        right: 68px;
        width: 92px;
        height: 52px;
        transform: rotate(90deg); }

    .section.about-mission .mission-box .title {
        margin: 0 0 15px 0;
        font-size: 30px;
        line-height: 40px; }

    .section.about-mission .mission-carousel .desc .text-box p {
        margin: 0 0 15px 0;
        font-size: 16px;
        line-height: 24px; }

    .section.about-mission .mission-carousel .owl-dots {
        left: 0; }

    .section.about-mission .mission-box .image {
        right: 20px;
        bottom: -490px;
        width: 360px; }

    .section.about-benefits {
        padding: 60px 0; }

    .section.about-benefits .title {
        font-size: 30px;
        line-height: 40px; }

    .ben-tabs .menu ul li {
        display: block;
        width: 100%; }

    .ben-tabs .menu ul li a {
        min-height: 80px;
        padding-bottom: 25px !important; }

    .section.about-activiti {
        padding: 70px 0 50px 0; }

    .section.about-activiti .title {
        margin: 0 0 30px 0;
        font-size: 30px;
        line-height: 40px; }

    .section.about-activiti .activiti-items .activiti-col {
        width: 100%;
        padding: 0 0 30px 0; }

    .section.about-activiti .activiti-items .activiti-item {
        padding: 115px 35px 35px 35px;
        min-height: 262px; }

    .section.about-activiti .activiti-items .activiti-item:before {
        left: 35px; }
    /*tin*/
    #ankor-bottom-appointment, .ankor  {
        top:-71px;
    }

    .allservices-tab ul.type-tabs li{
        margin-right:0;
    }

    /*ENDtin*/
}

/*social*/
.header_social a {
    display: block;
    width: 35px;
    height: 35px;
    position: relative;
    float: left;
    background-repeat: no-repeat;
    background: url(/assets/images/vk-icon.png);
    background-size: contain;
    margin-top: 24px;
    left: 4%;
}
@media screen and (min-width: 731px) and (max-width: 1024px) {
    .header_social a {
        margin-top: 30px !important;
    }
}
@media screen and (max-width: 1180px) {
    .header_social a {
        margin-top: 21px;
        width: 30px;
        height: 30px;
        left: 17%;
    }

}


.zap {
    display: none;
    position: relative;
    width: 100%;
    text-align: center;
}
a.zap_btn {
    font-family: "Uni Neue";
    font-size: 18px;
    color: #61c446;
    font-weight: 700;
    background: white;
    border: 1px solid #89d473;
    padding: 5px;
    display: block;
    cursor: pointer;
    border-radius: 25px;
}
.col-lt.mob_service {
    max-width: 300px;
    margin: auto;
    padding-top: 10px;
}
@media screen and (max-width: 730px){
    .header {
        /*height: 105px;*/
    }
    .zap {
        display: inline-block;
    }
    .breadbrumbs-box {
        padding-top: 45px;
    }
    .header .fw .zap {
        bottom: -10px;
    }

    .header .fw .zap .zap_btn {
        color: white;
        background: #52bf34;
    }
    .green .fw .zap .zap_btn {
        color: #61c446 ;
        background: white;
    }
    .opened .fw .zap .zap_btn {
        color: #61c446 ;
        background: white;
    }

}

.my_tab_new.active .c-name:after {
    transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
}

.my_tab_new .c-name:after {
    content: '';
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0px;
    width: 100%;
    height: 8px;
    left: -20px;
    top: 20px;
    background: url(../images/sel-arr.png) no-repeat;
    background-size: contain;
    background-position-x: right;
}
.my_tab_new .c-text {
    margin-top: 35px;
}
.my_tab_new a.c-name {
    border: solid 1px;
    padding: 13px;
    max-width: 300px;
    min-width: 300px;
    margin: auto;
    display: block;
    border-radius: 25px;
    background: white;
    text-align: left;
    padding-left: 50px;
    text-decoration: none;
    position: relative;
}
.c-tab.my_tab_new {
    text-align: center;
    width: 100%;
    margin: auto;
}
.desc_service {
    display: block;
}
.mob_service {
    display: none;
}
@media screen and (max-width: 1180px){
    .desc_service {
        /*display: none;*/
    }

    .btns_go_to_service_block, .text-box.desc_service, .footer .social-float,
    .section.pricing-service, .serv-menu,
    .fw.desc_service, .desc_service {
        display: none;
    }
    .mob_service {
        display: block;
    }
    .section.pricing-service {
        padding: 0px 0 10px 0;
    }

    .others-spec {
        padding: 0 0 10px 0;
    }
    .section.inner-service {
        padding: 20px 0 0px 0;
    }
    .section.pricing-service {
        background: white;
    }
    .c-tab.my_tab_new.active img {
        height: auto !important;
    }

    .header .logo {

        min-height: 40px;
        max-height: 40px;
    }
}
@media (min-width: 730px) and (max-width: 1024px){
    .col-lt.mob_service {
        max-width: 700px;
    }
    .new_serv .menu ul li a {
        margin: 0px;
        line-height: 17px;
        padding: 12px;
    }

}

.newfw {
    width: 100%;
    min-height: 80px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.newfw__top {
    background: #4BB63C;
    height: 80px;
}
.newfw__bottom {
    min-height: 70px;
}

.newfw__wrapper {
    max-width: 1145px;
    width: 100%;
    margin: 0 auto;
}

.newfw__top .newfw__wrapper {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}

.ur-contacts {
    display: flex;
    flex-direction: column;
    padding-top: 13px;
    padding-bottom: 15px;
    margin-right: 2%;
}

.ur-contacts a {
    display: block;
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    text-decoration: none;
    color: #FFFFFF;
}
.ur-contacts p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0;
}

.header .contacts {
    display: flex;
    flex-direction: column;
    padding-top: 13px;
    padding-bottom: 13px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 4%;
}
.header .contacts a {
    margin: 0;
    display: block;
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    text-decoration: none;
    color: #FFFFFF; }
.header .contacts .call-btn {
    margin: 0;
    margin-left: 25px;
    padding: 0 0 1px 0;
    position: relative;
    display: inline;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
.header .contacts .call-btn:hover {
    color: #80D12A;
    border-bottom: 1px solid #80D12A; }
.header .contacts .call-btn::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: -23px;
    top: 5px;
    background: url("../images/phone.svg");
}

.new-menu-btn {
    display: block;
    background: rgba(255, 255, 255, 0.2) url("../images/burger.svg") no-repeat center;
    width: 80px;
    height: 80px;
}

.header.opened .new-menu-btn {
    background: url("https://medkom62.ru/assets/templates/medcom/images/menu2.svg") no-repeat center;
}

.new-logo {
    padding-top: 17px;
    padding-bottom: 17px;
    margin-right: 3.5%;
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
}

.new-search-btn {
    display: block;
    background: url("../images/loup.svg") no-repeat center;
    border: none;
    width: 30px;
    height: 30px;
}

.new-search {
    margin-right: 5%;
}

.new-inp_search {
    font-style: normal;
    margin-left: 8%;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    width: 230px;
    padding-bottom: 5px;
}
.new-inp_search::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    color: rgba(255, 255, 255, 0.5);
}

.header-form {
    display: flex;
    min-height: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.top-menu {
    width: 100%;
}

.top-menu .menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-menu .menu li {
    padding-left: 31px;
    padding-right: 31px;
    border-right: 1px solid #DFF8CB;
    height: 50px;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
}
.top-menu .menu li:first-child {
    padding-left: 10px;
}
.top-menu .menu li:last-child {
    border-right: none;
    padding-right: 0;
}

.top-menu .menu li a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;

    color: #4BB63C;
    text-decoration: none;
    transition: 0.2s;
}


.top-menu .menu li a:hover {
    transition: 0.2s;
    opacity: 0.7;
}
.header .top-menu .sub-menu {

    display: none;
    padding: 0;
}
.header .top-menu .sub-menu > ul{display:flex;position:relative;}
.header .top-menu .sub-menu > ul::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 80px;
    background: rgba(255, 255, 255, 0.3);
}
.header .top-menu .sub-menu .level1 {width: 25%;}
.header .top-menu .sub-menu .level2 {padding-right: 40px;}
.header .top-menu .sub-menu ul a {
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    text-decoration: none; }
.header .top-menu .sub-menu .level1 > a{font-size: 18px;display: inline-block;position:relative;margin-top: 20px;}
.header .top-menu .sub-menu .level1.active > a:after{content:'';position:absolute;box-sizing:border-box;width:16px;height:16px;top:105%;right:50%;margin-right:-8px;border:8px solid transparent;border-top:8px solid rgba(255, 255, 255, 0.75);}
.header .top-menu .sub-menu .level1 > .sub-menu__block{display:none;width:400%;margin-top:70px;position:relative;z-index:50;}
.header .top-menu .sub-menu .level1 + .level1 > .sub-menu__block{left:-100%;}
.header .top-menu .sub-menu .level1 + .level1 + .level1 > .sub-menu__block{left:-200%;}
.header .top-menu .sub-menu .level1.active > .sub-menu__block{display: flex;}
.header .top-menu .sub-menu .level2 > .sub-menu__block {display: block;width: 100%;margin-top: 15px;}
.header .top-menu .sub-menu .level2 a:hover {text-decoration:underline;}
.header .top-menu .sub-menu .level2 li {
    margin: 0 0 8px; }
.header .top-menu .sub-menu .level3 a {
    font-size: 14px;
    font-weight: 400; }

.header.opened .top-menu .menu li a {
    color: #fff;
}

.city {
    font-family: "Uni Neue", sans-serif;
    color: white;
    text-align: center;
    padding-top: 25px;
    font-size: 17px;
}
.new-logo {
    margin-right: 0% !important;
}

/*ivanov*/
.new-logo .newtele{display:none;}
.new-logo img{width:100%;}
@media screen and (max-width: 783px){
    .city{
        display:none;
    }
    .newfw__top .newfw__wrapper{
        padding-right:0;
        padding-left:20px;
    }
    .new-logo .newtele{
        display:block;
        font-size: 14px;
        font-weight: bold;
        color: #fff !important;
        border-bottom: 1px solid #ffffff4d;
        text-decoration:none;
    }
    .new-logo .newtele:hover{
        text-decoration:none;
    }
    .new-logo img{
        width:110px;
        float:left;
    }
    .new-logo a{
        display:block;
    }
    .newsocial{
        width: 45px;
        height: 45px;
        border: 2px solid #fff;
        display: block;
        border-radius: 50px;
    }
    .newsocial.inst{
        background: url(../images/instsvg.svg) no-repeat;
        background-size: 60%;
        background-position: center center;
    }
    .newsocial.vk{
        background: url(../images/vksvg.svg) no-repeat;
        background-size: contain;
        float:left;
    }
    .newsocials{
        padding-top:20px;
    }
}


/*ivanov end*/



@media screen and (max-width: 1180px){
    .newfw__bottom {
        min-height: 0;
    }

    .top-menu .menu ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    .top-menu .menu li {
        text-align: left;
        border: none;
    }
    .top-menu .menu li:first-child {
        padding-left: 31px;
    }
    .header .top-menu .menu ul li:hover a, .header.opened .top-menu .menu ul li.active a {
        color: #fff !important;
    }

    .new-search {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .city {
        font-family: "Uni Neue", sans-serif;
        color: white;
        text-align: center;
        padding-top: 30px;
        font-size: 16px;
        min-width: 70px;
    }
    .header.opened .contacts {
        display: block;
        bottom: -500px;
        width: 100%;
    }
    .ur-contacts {
        display: none;
    }
    .header.opened .ur-contacts {
        display: block;
        bottom: -420px;
        width: 100%;
        position: absolute;
    }
    .header.opened {
        height: 100%;
        overflow: auto;
    }
}

@media screen and (max-width: 768px) {

     .pages div div{
            margin-left: 0;
            margin-right:0;

    }
}
@media screen and (max-width: 768px) {

    .pages div div {
        margin-left: 0;
        margin-right:0;
        padding-left:10px;
        padding-right:10px;
    }
}


