@font-face {
	font-family: "Neo Sans Pro";
	src: url("../fonts/NeoSansProRegular/NeoSansProRegular.eot");
	src: url("../fonts/NeoSansProRegular/NeoSansProRegular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/NeoSansProRegular/NeoSansProRegular.woff") format("woff"),
	url("../fonts/NeoSansProRegular/NeoSansProRegular.ttf") format("truetype");
	font-style: 400;
	font-weight: normal;
}
@font-face {
	font-family: "NeoSansPro";
	src: url("../fonts/NeoSansProRegular/NeoSansProRegular.eot");
	src: url("../fonts/NeoSansProRegular/NeoSansProRegular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/NeoSansProRegular/NeoSansProRegular.woff") format("woff"),
	url("../fonts/NeoSansProRegular/NeoSansProRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "Neo Sans Pro";
	src: url("../fonts/NeoSansProMedium/NeoSansProMedium.eot");
	src: url("../fonts/NeoSansProMedium/NeoSansProMedium.eot?#iefix")format("embedded-opentype"),
	url("../fonts/NeoSansProMedium/NeoSansProMedium.otf") format("truetype");
	font-style: 500;
	font-weight: normal;
}

/**
 * @copyright	Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}

/**
 * @copyright	Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*//////////////////////////////////////*/

* {
	padding:0px;
	margin: 0px;
}
a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    color: #106eb3;
}
a:hover {
    opacity: 0.8;
}
body {
	color: #666666;
	font-family: "Neo Sans Pro";
	font-size: 14px;
	font-weight: 400;
}
.sec1 {
	background-color: #19193f;
	background-size: cover;
	width: 100%;
}
.logo {
	float: left;
	margin-top: 12px;
	display: block;
}
.mod-languages {
	float: left;
	width: 20px;
	padding-top: 8px;
	margin-left: 12px;
	margin-right: 4px;
}
.lang-inline {
	list-style: none;
	font-size: 13px;
	text-decoration: none;
}
.lang-inline li {
	height: 20px;
	box-sizing: content-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lang-inline li:first-child {
	border-bottom: 1px solid #464664;
}
.lang-inline li a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.lang-inline li.lang-active a {
	color: #4a5171;
}
.top-info {
	min-height: 65px;
}
.top-info .row .col-md-5 {
	padding-right: 5px;
}
.top-info {
	color: #ffffff;
}
.header-des {
	text-align: right;
}
.header-des p {
	margin-top: 16px;
	font-family: "Neo Sans Pro";
	font-size: 11px;
	line-height: 13px;
	font-weight: 400;
	display: inline-block;
	text-align: left;
}
.phone-area, .free, .link {
	display: block;
	float: left;
}
.phone-area a, .cont-p a {
	text-decoration: none;
	text-align: left;
	color: #fff;
	outline: 0px;
}
.phone-area a:hover, footer .cont-p a:hover p{
	color: #fc0;
}
.cont-p {
	display: table;
	margin-top: 10px;
	position: relative;
}
.cont-p:before {
    content: "";
    display: block;
    height: 50px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -2px;
    right: -15px;
}
.ph-i, .ph-d {
	display: table-cell;
	vertical-align: middle;
}
.cont-p img {
	margin-right: 10px;
}
.cont-p p{
	font-family: "Neo Sans Pro";
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}
.cont-p p span {
	font-size: 30px;
	font-weight: 500;
}
.free p{
	font-family: "Neo Sans Pro";
	font-size: 14px;
	font-weight: 400;

}
.free p span {
	font-size: 18px;
	font-weight: 500;
}
a.link {
    color: #ffffff;
    font-family: "Neo Sans Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding: 12px 25px;
    border-radius: 20px;
    background-color: #ffcc00;
    text-decoration: none;
    display: block;
    float: right;
    margin-top: 13px;
    outline: 0px;
}
a.link:hover {
	color: #000;
}
.top-info {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.free {
	margin-top: 15px;
	margin-left: 30px;
}
.menu {
	text-align: center;
    padding-bottom: 15px;
}
.menu ul {
	list-style: none;
	display: inline-block;
	padding-top: 20px;
}
.menu ul li {
	display: inline-block;
	position: relative;
}
.menu ul li a {
	color: #ffffff;
	font-family: "Neo Sans Pro";
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	text-decoration: none;
	margin: 0px 19px;
}
.menu ul li a:before {
    content: "";
    display: block;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: -15px;
    right: 0px;
    left: 0px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.menu ul li ul {
	display: none;
	position: absolute;
	position: absolute;
    width: 220px;
    background: #000;
    z-index: 10;
    padding: 10px;
    text-align: left;
}

.menu ul li ul li {
	padding: 5px 0px;
}
.menu ul li ul li a {
	margin:0px;
}
.menu ul li ul li a:before {
	display: none;
}
.menu ul li:hover ul {
	display: block;
}
.menu ul li a:hover {
	color: #ffcc00;
}
.menu ul li a:hover:before {
    background-color: #ffcc00;
}
.slider-item {
	text-align: left;
}
.page-header h1 {
	/*display: none;*/
}
.slider-item h6 {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #ffcc00;
	font-family: "Neo Sans Pro";
	font-size: 36px;
	font-weight: 500;
	max-width: 500px;
    display: inline-block;
    text-transform: uppercase;
}
.slider-item h5 {
	color: #ffffff;
	font-family: "Neo Sans Pro";
	font-size: 18px;
	line-height: 125%;
	font-weight: 500;
	margin-bottom: 30px;
	/*max-width: 500px;*/
    display: inline-block;
    text-transform: uppercase;
}
.slider-item p {
	color: #ffffff;
	font-family: "Neo Sans Pro";
	font-size: 14px;
	line-height: 135%;
	font-weight: 400;
	/*max-width: 400px;*/
	display: inline-block;
	margin-bottom: 40px;
}
.links a {
	color: #ffffff;
	font-family: "Neo Sans Pro";
	font-size: 13px;
	line-height: 13px;
	padding:15px;
	text-decoration: none;
	font-weight: 400;
    display: block;
    float: left;
}
.links a:hover {
	color: #ffcc00;
}
.links a:first-child {
	/*border-right: 1px solid #333366;*/
}
.links {
	border-radius: 5px;
	border: 1px solid #333366;
	background-color: #232156;
    display: inline-block;
    padding: 0px 10px;
}
.header-info{
	/*margin-top: -100px;*/
    background-color: rgba(25, 4, 62, 0.5);
    width: 100%;
    position: relative;
    z-index: 2;
}
.slider-item {
	padding: 0px 100px 35px;
}
.hi-qrea {
	display: table;
}
.hi-img, .hi-des {
	display: table-cell;
	vertical-align: middle;
}
.hi-img img {
	padding:10px 0px;
	margin-right: 10px;
}
.hi-des h6 {
	color: #ffcc00;
	text-transform: uppercase;
	font-family: "Neo Sans Pro";
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}
.header-info a {
	text-decoration: none;
}
.header-info a:hover .hi-des h6 {
	color: #9999cc;
}
.hi-des p {
	color: #ffffff;
	font-family: "Neo Sans Pro";
	font-size: 12px;
	font-weight: 400;
}
.uslugi {
	background-color: #f6f4f4;
	padding-bottom: 35px;
}
.uslugi a {
	text-decoration: none;
}
.us-area {
	display: table;
}
.us-img, .us-des {
	display: table-cell;
	vertical-align: middle;
}
.us-img img {
	padding: 10px;
}
.flc {
	text-align: center;
}
.title, .page-header h2, .page-header h1 {
	color: #333333;
	font-family: "Neo Sans Pro";
	font-size: 24px;
	line-height: 34px;
	margin:35px 140px 10px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
.title:before, .page-header h2:before, .page-header h1:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    left: -15px;
    width: 114px;
    height: 4px;
    background-color: #ffcc00;
}
.title:after, .page-header h2:after, .page-header h1:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(100%, -50%);
    right: -15px;
    width: 114px;
    height: 4px;
    background-color: #ffcc00;
}
.sub-title {
	color: #999999;
	font-family: "Neo Sans Pro";
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 50px;
	max-width: 620px;
    display: inline-block;
}
.wt .sub-title, .wt .title {
	color: #ffffff;
}
.us-des {
	padding-right: 40px;
}
.us-des h6 {
	color: #333333;
	font-family: "Neo Sans Pro";
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.us-des p{
	color: #333333;
	font-family: "Neo Sans Pro";
	font-size: 12px;
	font-weight: 400;
}
.uslugi a:hover h6{
	color: #ffcc00;
}

.tarif {
	background: url(../images/tarif.jpg) no-repeat top center;
	background-size: cover;
	padding-bottom: 40px;
}
.tht {
	color: #ffffff;
	font-family: "Neo Sans Pro";
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
}
.stht {
	color: #ffcc00;
	font-family: "Neo Sans Pro";
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 22px;
}
.head-tarif {
	padding-left: 20px;
}
.tarif-area {
	background-color: rgba(255, 255, 255, 0.1);
	padding:25px 20px;
	margin-top: 15px;
}
.tarif-area p {
	line-height: 30px;
	color: #ffffff;
	font-family: "Neo Sans Pro";
	font-size: 14px;
	font-weight: 400;
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tarif-area p span{
	display: block;
	float: right;
	color: #ffcc00;
	font-weight: 500;
}
.tarif-area a {
	text-decoration: none;
}
.tarif-area a:hover p, .tarif-area a:hover p span {
	color: #9999cc;
}
.tarif-minfo {
	color: #ffffff;
	font-family: "Neo Sans Pro";
	font-size: 12px;
	line-height: 14px;
	margin-top: 20px;
	text-align: center;
	font-weight: 400;
}
.button-t {
	text-align: center;
	text-transform: uppercase;
}
.button-t a.link {
    display: inline-block;
    float: none;
    margin-top: 20px;
    cursor: pointer;
    width: 200px;
}
/*.content {
	background-color: #f6f4f4;
}*/
.content-area {
	background-color: #fff;
	padding-bottom: 20px;
}
.conttit {
	width: 100%;
}
.page-header {
	width: 100%;
	text-align: center;
}
.content-area p {
	margin-bottom: 20px;
	font-family: "NeoSansPro";
	line-height: 19px;
}
.otzuvu {
	background: url(../images/otzuvu.jpg) no-repeat top center;
	background-size: cover;
	padding-bottom: 40px;
}
.otzuv-item {
	text-align: center;
	padding: 0px 10px 35px;
}
.ot-img img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: block;
	margin: 0px auto 10px;
    border: 10px solid rgba(255, 255, 255, 0.2);
}
.ot-tit p{
	color: #ffcc00;
	font-family: "Neo Sans Pro";
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	margin-bottom: 30px;
}
.ot-des p{
	color: #ffffff;
	font-family: "Neo Sans Pro";
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}
.ot-name p {
	font-family: "Neo Sans Pro";
	font-size: 12px;
	line-height: 14px;
	color: #9999cc;
	font-weight: 400;
}
.zacaz-zvonka {
	background-color: #ffcc00;
	width: 100%;
}
.zakaz-area {
	width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}
.manager, .zak-des, .zak-pho {
	display: block;
	float: left;
}
.zak-link {
	display: block;
	float: right;
	margin-top: 32px;
}
.manager img {
	display: block;
}
.zak-des p {
	color: #333333;
	font-family: "Neo Sans Pro";
	font-weight: 500;
	font-size: 14px;
	margin-top: 25px;
	margin-left: 40px;
	line-height: 22px;
}
.zak-des p span{
	font-size: 20px;
}
.zak-pho {
	margin-top: 10px;
	margin-left: 45px;
}
.zak-pho p {
	color: #333333;
}
.zak-pho .cont-p:before {
    height: 66px;
    background-color: #fff;
    top: -5px;
    right: -35px;
}
.zak-link a{
	color: #333333;
	font-family: "Neo Sans Pro";
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	line-height: 14px;
	border-radius: 20px;
	background-color: #ffffff;
	-webkit-transition: 0s;
    -o-transition: 0;
    -moz-transition: 0s;
    transition: 0s;
	background-image: linear-gradient(to top, #e3e4e4 0%, #ffffff 100%);
}
.zak-link a:hover {
	color: #fff;
	background-image: linear-gradient(to top, #333333 0%, #777777 100%);
}
footer {
	background-color: #1c133e;
	width: 100%;
}
.fot-bg {
	width: 100%;
    background-color: #232156;
    padding-bottom: 20px;
}
.lin-fot {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}
footer h5{
	color: #ffffff;
	font-family: "Neo Sans Pro";
	line-height: 35px;
	margin-top: 10px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}
footer .ozf{
	color: #ffffff;
	font-family: "Neo Sans Pro";
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
}
footer ul{
	list-style: none;
}
footer .cont-p p {
	color: #fff;
}
footer ul li a{
	color: #ffffff;
	font-family: "Neo Sans Pro";
	line-height: 24px;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
}
footer ul li a:hover{
	color: #ffcc00;
}
footer .cont-p:before {
   display: none;
}
footer .cont-p {
	padding-top: 10px;
	padding-bottom: 5px;
}
footer a.link {
    float: left;
}
.cop-ar {
	width: 100%;
    background-color: #232156;
}
.cop-ar p.copi {
	line-height: 48px;
	color: #ffffff;
	font-family: "Neo Sans Pro";
	font-size: 12px;
	font-weight: 400;
	float: left;
}
.visitnum {
	height: 48px;
    display: inline-block;
    float: right;
    padding-top: 15px;
}
.slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid #cacdd8;
    background: none;
    outline: 0px;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    font-family: inherit;
    color: #cacdd8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.slick-arrow:hover {
    border: 2px solid #ffcc00;
    color: #ffcc00;
}
.slick-next {
	right: -0px;
	padding-left: 3px;
}
.slick-prev {
	left: 0px;
	padding-right: 3px;
}
.otzuv-area {
	padding:0px 60px;
}
.toggle-mnu {
	width: 100px;
	margin: 15px auto 10px;
	color: #ffcc00;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	border: 2px solid #ffcc00;
	padding: 8px 0px;
	background: #000;
	cursor: pointer;
	border-radius: 4px;
	text-align: center;
	display: none;
}
.toggle-mnu:hover {
	color: #fff;
	border: 2px solid #fff;
}
.mystyle .custom ul {
	margin:0px;
	padding: 0px;
	list-style: none;
}
.mystyle .custom ul li a{
	text-decoration: none;
	padding: 5px;
	font-size: 13px;
	width: 100%;
	text-transform: uppercase;
	display: block;
	color: #0655A4;
	border-bottom: 1px dotted #bbb;
}
.mystyle .custom ul li a:hover {
    background-color: #eee;
    color: #333;
}
.mystyle .title {
	margin: 35px 60px 10px 0px;
}
.mystyle .title:before{
	display: none;
}
.mystyle .title:after{
	width: 60px;
}
/*Mobile*/
@media (max-width: 1200px) {
  	.us-des {
	    padding-right: 0px;
	}
	.slider-item {
		/*padding: 0px 60px 35px;*/
	}
	.header-info {
	    /*margin-top: -200px;*/
	}
	.header-des p {
    	margin-top: 5px;
	    display: block;
	}
	.logo {
	    margin-right: 10px;
	}
	.mod-languages {
		margin-left: 0;
		margin-right: 8px;
	}
	.us-area {
	    padding: 5px 0px;
	}
	.manager {
		display: none;
	}
	.zak-des p {
	    margin-top: 10px;
	    margin-left: 15px;
	}
	.zak-pho {
	    margin-top: 0px;
	    margin-left: 25px;
	}
	.zak-pho .cont-p:before {
	    top: -10px;
	}
	.zak-link {
	    margin-top: 16px;
	    margin-bottom: 16px;
	}
}
@media (max-width: 992px) {
	.toggle-mnu {
		display: block;
	}
	.menu ul li:hover ul {
		display: none;
	}
	.logo {
	    margin-right: 0px;
	    display: inline-block;
	    width: 100%;
	    margin-bottom: 10px;
	}

	.mod-languages {
		float: none;
		clear: both;
		width: auto;
		padding: 0;
		margin: 14px 0;
	}
	.lang-inline {
		display: flex;
		width: 100%;
		justify-content: center;
	}
	.lang-inline li {
		height: 24px;
		width: 36px;
	}
	.lang-inline li:first-child {
		border-right: 1px solid #464664;
		border-bottom: none;
	}
	.lang-inline li a {
		font-size: 13px;
	}
	.menu ul li a {
	    padding: 8px 0px;
	    display: block;
	    text-decoration: none;
	    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	    margin: 0px;
	}
	.menu ul li:last-child a {
	    border-bottom: 0px solid rgba(255, 255, 255, 0.2);
	}
	.menu ul {
	    width: 240px;
	    padding-top: 0px;
	    margin-top: 15px;
	    border-radius: 10px;
	    border: 2px solid rgba(255, 255, 255, 0.2);
	}
	.menu ul li a:before {
	    display: none;
	}
	.menu ul li {
	    width: 100%;
	}
	.menu {
		display: none;
		text-align: center;
	    padding-bottom: 0px;
	    margin-bottom: 10px;
	}
	.header-des p {
	    text-align: center;
	}
	.tht {
	    margin-top: 10px;
	}
	.zakaz-area {
	    padding-bottom: 5px;
	}
	.zak-link {
	    float: left;
	    margin-left: 70px;
	}
	.header-des {
	    text-align: center;
	    margin-bottom: 10px;
	}
	.top-info {
	    padding-bottom: 10px;
	}
	.zak-des {
	    margin-left: 10px;
	}
}
@media (max-width: 768px) {
	.slider-item {
		background: none !important;
		padding: 0px 65px 35px;
		text-align: center;
	}
}
@media (max-width: 640px) {
	.links {
	    padding: 0px;
	    width: 100%;
	    text-align: center;
	}
	.links a {
	    float: none;
	}
	.links a:first-child {
	    border-right: 0px;
	    border-bottom: 1px solid #333366;
	}
}
@media (max-width: 540px) {
	.zak-pho, .phone-area {
	    margin-left: 50%;
	    width: 200px;
	    transform: translateX(-50%);
	}
	.zak-pho .cont-p:before, .cont-p:before {
	    display: none;
	}
	.zak-link {
	    width: 100%;
	    text-align: center;
	    margin-left: 0px;
	}
	.zak-des {
	    margin-left: 0px;
	    text-align: center;
	}
	.zak-des p {
		margin-left:0px;
	}
	.free {
	    display: none;
	}
	.cop-ar p {
	    line-height: 22px;
	    width: 100%;
	    float: none;
	    text-align: center;
	}
	.cop-ar p.copi {
		line-height: 20px;
		float: none;
	}
	.visitnum {
	    height: auto;
	    display: inline-block;
	    float: none;
	    padding-top: 5px;
	    padding-bottom: 5px;
	}
	header a.link {
    	display: inline-block;
    	margin-left: 50%;
	    transform: translateX(-50%);
	    float: none;
	    width: 180px;
    	text-align: center;
	}
	br {
	    display: none;
	}
	.otzuv-area, .slider-area {
		padding:0px;
	}
	.cop-ar p {
	    line-height: 18px;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.title, .page-header h2, .page-header h1 {
	    color: #333333;
	    font-family: "Neo Sans Pro";
	    font-size: 18px;
	    line-height: 24px;
	    margin: 15px 0px 5px;
	    font-weight: 500;
	    position: relative;
	    display: inline-block;
	}
	.title:before, .title:after, .page-header h2:before, .page-header h2:after, .page-header h1:before, .page-header h1:after {
		display: none;
	}
	.slider-item {
		padding: 0px 35px 35px;
	}
	.slider-item h6 {
	    margin-top: 30px;
	    margin-bottom: 10px;
	    font-size: 18px;
	    line-height: 24px;
	}
	.slider-item h5 {
	    font-size: 13px;
	    margin-bottom: 15px;
	}
	.slider-item p {
	    font-size: 13px;
	    margin-bottom: 20px;
	}
}

.widget-bottom .container {
	background-color: #fff;
	text-align: center;
}
.widget-bottom .container .title {
	margin: 0px 140px 25px;
}

@media (max-width: 540px) {
	.widget-bottom .container .title {
		margin: 0px 20px 25px;
	}
}

.slider .col-xs-12 {
	padding: 0;
}
@media (min-width: 1024px) {
	.sliderwrap.is-widget {
		position: relative;
		min-height: 500px;
		padding-top: 50px;
	}
	.sliderwrap.is-widget .slider-item {
		padding-left: 520px;
	}
	.sliderwrap.is-widget .mod-widget {
		position: absolute;
		top: 10px;
		left: 75px;
		z-index: 3;
	}
}

.cdb-accordion .cdb-accordion-content.cdb-hide {
  display: none;
}
.cdb-accordion .cdb-accordion-btn {
  display: block;
  padding: 5px 0;
  color: #106eb3;
  cursor: pointer;
  font-family: "NeoSansPro";
}
.cdb-accordion .cdb-accordion-btn:hover {
  opacity: 0.6;
}
.cdb-accordion .cdb-accordion-btn.cdb-hide {
  display: none;
}
.cdb-accordion .cdb-accordion-btn.close {
  display: none;
}

/* FAQ */

.faqs {}

.faqs_title {}

.faq-items {
	padding-top: 5px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: "NeoSansPro";
	color: #666;
}

.faq-items i {
	font-size: 16px;
	/*vertical-align: text-bottom;*/
	font-style: normal;
	text-decoration: none;
	display: inline-block;
}

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

.faq-question {
	float: left;
	clear: both;
	/*border-bottom: 1px dashed #bdbdbd;*/
	text-decoration: underline;
	text-decoration-color: #ddd;
	font-size: 13px;
	line-height: 160%;
	margin: 6px 0;
	cursor: pointer;
	transition: 0.4s;
}

.faq-question:hover {
	opacity: 0.6;
}

.faq-answer {
	display: none;
	clear: both;
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 15px;
}

.faq-answer:last-child {
	margin-bottom: 5px;
}