

/* Start:/css/style.css?175252348226935*/
@charset "utf-8";

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

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

@font-face {
    font-family: 'Fregat-Italic';
    src: url('/css/../fonts/Fregat-Italic.eot?#iefix') format('embedded-opentype'), url('/css/../fonts/Fregat-Italic.otf') format('opentype'),
    url('/css/../fonts/Fregat-Italic.woff') format('woff'), url('/css/../fonts/Fregat-Italic.ttf') format('truetype'), url('/css/../fonts/Fregat-Italic.svg#Fregat-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fregat-BoldItalic';
    src: url('/css/../fonts/Fregat-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/css/../fonts/Fregat-BoldItalic.otf') format('opentype'),
    url('/css/../fonts/Fregat-BoldItalic.woff') format('woff'), url('/css/../fonts/Fregat-BoldItalic.ttf') format('truetype'), url('/css/../fonts/Fregat-BoldItalic.svg#Fregat-BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Eric Meyer's CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */

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

a:hover {
    text-decoration: none;
}

body {
    background: url(/css/../images/bg.jpg) no-repeat #ffc35b;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.main {
    min-height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    color: #5c5c5c;
    font-family: 'Fregat', sans-serif;
    font-weight: normal;
    line-height: 1.2;
}

.main > .container {
    background: url(/css/../images/container_bg.jpg) no-repeat #f8f8f8;
    border-radius: 8px;
}

/*------------------------header-----------------------*/

#header {
    width: 100%;
    margin-bottom: 12px;
}

#header.fixed {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
}

#header.fixed .container {
    background: url(/css/../images/container_bg.jpg) no-repeat #f8f8f8;
    border-radius: 0 0 8px 8px;
}

.top_text {
    font-size: 24px;
    font-family: "Fregat-Bold";
    color: rgb(248, 248, 248);
    line-height: 70px;
    text-align: center;
    text-shadow: 0px 2px 5px rgba(121, 93, 27, 0.39);
}

#header .logo {
    width: 128px;
    height: 96px;
    position: absolute;
    left: 29px;
    top: 40px;
    z-index: 15;
}

#header .logo img {
    width: 100%;
}

#header nav {
    position: relative;
    width: calc(100% - 215px);
    margin-left: 215px;
    z-index: 10;
    display: block;
}

#header nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 55px;
    padding-top: 35px;
}

#header nav li {
    position: relative;
    display: inline-block;
    padding: 13px 14px;
    text-align: center;
}

#header nav li a {
    font-size: 17px;
    font-family: "Fregat";
    color: #636363;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 16px;
}

#header nav li a:hover:after {
    content: '';
    display: block;
    background-color: rgb(248, 188, 43);
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
}

.top_banner {
    width: 100%;
    height: 470px;
    background: url(/css/../images/top_banner.jpg) no-repeat left top;
    margin-bottom: 50px;
    position: relative;
}

.top_banner .title {
    background-color: #6a56a9;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.32);
    position: absolute;
    left: -40px;
    top: -30px;
    width: 100%;
    height: 1em;
    line-height: 1em;
    font-size: 24px;
    padding: 20px 40px;
    font-family: "Fregat-Bold";
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: rotate(-1.6deg);
    transform: rotate(-1.6deg);
	text-align: center;
}

.btn.btn_large {
    background: url(/css/../images/button_large.png) no-repeat;
    font-size: 22px;
    font-family: "Fregat-Bold";
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0px 2px 4px rgba(172, 127, 16, 0.45);
    position: absolute;
    width: 376px;
    height: 105px;
    text-decoration: none;
    line-height: 105px;
    right: 50px;
    bottom: 70px;
}

section.table {
    width: 100%;
    margin-bottom: 60px;
}

section.table h1 {
    font-size: 28px;
    font-family: "Fregat";
    color: #5f5f5f;
    text-transform: uppercase;
    line-height: 1.143;
    text-align: center;
    margin-bottom: 40px;
}

section.table h1 span {
    color: #e3b341;
    font-family: "Fregat-Bold";
}

section.table .flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.table .col3 {
    width: 200px;
    margin: 62px 20px 0;
}

section.table .col3 aside {
    margin-bottom: 40px;
}

section.table .col3 aside img {
    max-width: 100%;
    height: auto;
}

section.table .col12 {
    width: calc(100% - 240px - 17px);
    margin-right: 17px;
}

section.table table {
    width: 100%;
    border-spacing: 0 10px;
    border-collapse: separate;
}

section.table table th {
    font-size: 18px;
    font-family: "Fregat-Bold";
    color: #717171;
    line-height: 1.2;
    text-align: center;
    padding: 0 3px 10px;
    vertical-align: bottom;
    padding-right: 50px;
}

section.table table.pricelist th {
    padding-right: 0;
}

section.table table.pricelist th:nth-child(2) {
    padding-right: 50px;
}

section.table table th:first-child {
    padding-right: 0;
    width: 112px;
}

section.table table tbody tr {
    height: 100px;
    border-radius: 50px;
}

section.table table td {
    background-image: -webkit-linear-gradient(104deg, rgb(224, 172, 47) 0%, rgb(232, 192, 97) 100%);
    background-image: -ms-linear-gradient(104deg, rgb(224, 172, 47) 0%, rgb(232, 192, 97) 100%);
    background: url(/css/../images/table_td_bg.png) repeat;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding-right: 50px;

    font-size: 20px;
    font-family: "Fregat-Bold";
    color: rgb(254, 252, 229);
    text-shadow: 0px 3px 4px rgba(156, 117, 23, 0.51);
}

section.table table td:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100px;
    background: url(/css/../images/table_td_after.png) no-repeat;
}

section.table table.pricelist td:not(:first-child) {
    padding-right: 0;
}

section.table table.pricelist td:not(:first-child):after {
    display: none;
}

section.table table td:first-child {
    border-radius: 50px 0 0 50px;
    padding-left: 112px;
    text-align: left;
}

section.table table td:nth-child(3):after {
    background: url(/css/../images/table_td_last_after.png) no-repeat;
}

section.table table td:last-child {
    background: url(/css/../images/table_td_last_bg.png);
    border-radius: 0 50px 50px 0;
    padding: 0;
}

section.table table.pricelist td:last-child {
    background: url(/css/../images/table_td_bg.png);
}

section.table table td:last-child:after {
    display: none;
}

section.table table tr td span.place {
    background-color: rgb(255, 255, 255);
    box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.07);
    width: 55px;
    height: 55px;
    font-size: 36px;
    font-family: "Fregat-Bold";
    color: rgb(242, 195, 82);
    line-height: 1.2;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    left: 26px;
    top: 22px;
    border-radius: 5px;
}

section.table table tr td span.place span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
}

section.table table tr td a {
    font-size: 18px;
    font-family: "Fregat-Bold";
    color: rgb(254, 252, 229);
    line-height: 1.2;
    text-align: center;
    text-shadow: 0px 3px 4px rgba(156, 117, 23, 0.51);
    position: relative;
    text-decoration: none;
}

section.table table tr td a:hover {
    text-decoration: underline;
}

section.table table tr td:first-child a {
    padding-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

section.table table tr td:first-child a span.img {
    height: 31px;
    width: 45px;
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    top: calc(50% - 15px);
    left: 0;
}

section.table table tr td:nth-child(3) {
    width: 100px;
}

section.table table tr td:nth-child(3) a {
    display: inline-block;
    margin: 0 10px 0 0;
}

section.table table tr td:nth-child(3) a:last-child {
    margin: 0 0 0 10px;
}

section.table table tr td a span.img img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    height: auto;
}

.btn.btn_small {
    background: #666699;
    width: 148px;
    border-radius: 21px;
    height: 42px;
    line-height: 42px;
    font-size: 17px;
    font-family: "Fregat-Bold";
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 0px 2px 4px rgba(172, 127, 16, 0.45);
    display: inline-block;
    text-decoration: none;
}

section.reviews {
    width: 100%;
    padding-bottom: 30px;
    background: url(/css/../images/reviews_bg.jpg) no-repeat center top #fce2a3;
    position: relative;
}

section.reviews.page_reviews {
    margin-top: -50px;
    background-position: center -20px;
}

section.reviews:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -23px;
    left: 0;
    width: 100%;
    height: 23px;
    background: url(/css/../images/reviews_bg_bottom.png) no-repeat;
}

section.reviews .title {
    font-size: 28px;
    font-family: "Fregat-Bold";
    color: rgb(105, 77, 12);
    text-transform: uppercase;
    line-height: 1.143;
    text-align: center;
    padding: 57px 0 29px 0;
}

section.reviews.page_reviews .title {
    padding-top: 29px;
}

.reviews .review {
    background: url("/css/../images/review_bg.png") repeat-x #fce2a3;
    /*opacity: 0.639;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=63)";*/
    background: rgba(255,255,255,0.8);
    width: 100%;
}

.reviews .review .top {
    width: calc(100% - 40px);
    font-family: 'Fregat-Bold';
    border-bottom: 1px solid #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 72px;
    padding: 0 20px 23px;
    line-height: 1.2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reviews .review .top .grade {
    position: relative;
    top: 10px;
}

.reviews .review .top .left .name {
    color: #694d0c;
    position: relative;
    top: -4px;
    font-size: 18px;
}

.reviews .review .top .left .date {
    font-size: 14px;
    font-family: "Fregat";
    color: rgb(105, 77, 12);
}

.reviews .review .top .company {
    font-size: 16px;
    color: rgb(106, 86, 169);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 4px;
}

.reviews .review .top .company a {
    text-decoration: none;
}

.reviews .review .top .company a.text {
    border-bottom: 1px dashed;
    margin-left: 12px;
    color: #6a56a9;
}

.reviews .review .top .company a.text:hover {
    border-bottom-color: transparent;
}

.reviews .review .top .comments {
    font-size: 16px;
    color: rgb(82, 63, 13);
    line-height: 1.625;
}

.reviews .review .top .comments a.all {
    color: rgb(106, 86, 169);
    text-decoration: none;
    border-bottom: 1px dashed;
}

.reviews .review .top .comments a.all:hover {
    border-bottom-color: transparent;
}

.btn.btn_mid {
    border: 1px solid rgba(255, 255, 255, 0.471);
    width: 188px;
    height: 54px;
    border-radius: 27px;
    background: transparent;
    line-height: 54px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 4px rgba(172, 127, 16, 0.45);
    position: relative;
    text-decoration: none;
    top: 3px;
}

.btn.btn_mid span {
	z-index: 1;
	position: relative;
}

.btn.btn_mid:before {
    content: '';
    display: block;
    position: absolute;
    left: 9px;
    top: 9px;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border-radius: 19px;
    background-image: -webkit-linear-gradient(-25deg, rgb(224, 166, 25) 0%, rgb(238, 191, 74) 100%);
    background-image: -ms-linear-gradient(-25deg, rgb(224, 166, 25) 0%, rgb(238, 191, 74) 100%);
    z-index: 0;
}

.reviews .review div.text {
    font-size: 18px;
    font-family: "Fregat";
    color: rgb(81, 61, 14);
    line-height: 1.333;
    text-align: justify;
    width: calc(100% - 44px);
    padding: 22px 22px 36px;
}

.btn.all_reviews {
    font-size: 18px;
    font-family: "Fregat-Bold";
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 4px rgba(172, 127, 16, 0.45);
    background-color: rgb(106, 86, 169);
    width: 260px;
    height: 61px;
    border-radius: 30px;
    line-height: 61px;
    display: block;
    margin: 20px auto 0;
    text-decoration: none;
}

.articles {
    padding-bottom: 15px;
    padding-top: 60px;
}

.articles .article {
    width: calc(100% - 58px - 58px);
    position: relative;
    padding: 0 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.articles .article .image {
    background-image: url("/css/../images/article_image_bg.png");
    width: 213px;
    height: 235px;
}

.articles .article .image img {
    max-width: calc(100% - 32px);
    max-height: calc(100% - 36px);
    margin: 18px 16px;
    border-radius: 3px;
    height: auto;
}

.articles .article .text {
    width: calc(100% - 281px);
    text-align: justify;
    padding: 0 20px 27px;
    font-size: 16px;
    font-family: "Fregat";
    color: rgb(73, 73, 73);
    line-height: 1.25;
}

.articles .article .text .title {
    font-size: 26px;
    font-family: "Fregat-Bold";
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom: 10px;
    text-align: left;
}

.articles .article .text .title a {
    font-family: "Fregat-Bold";
    text-transform: uppercase;
    color: rgb(106, 86, 169);
    text-decoration: none;
}

.articles .article .text .title a:hover {
    text-decoration: underline;
}

.main_text {
    background-color: #f8f8f8;
    width: calc(100% - 58px - 58px);
    font-size: 18px;
    color: rgb(92, 92, 92);
    line-height: 1.444;
    text-align: justify;
    padding: 20px 58px;
}

.main_text p {
    padding-bottom: 20px;
}

.main_text h1, h2, h3, h4, h5, h6 {
    font-family: 'Fregat-Bold';
    font-size: 24px;
    padding-bottom: 1em;
}

h4 {
    font-size: 22px;
}

h5, h6 {
    font-size: 20px;
}

#footer {
    position: relative;
}

#footer .logo {
    width: 128px;
    height: 96px;
    position: absolute;
    left: 29px;
    top: 10px;
    z-index: 15;
}

#footer .logo img {
    width: 100%;
}

#footer nav {
    position: relative;
    width: calc(100% - 215px);
    margin-left: 215px;
    z-index: 10;
    display: block;
}

#footer nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 55px;
    margin-top: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#footer nav li {
    position: relative;
    display: inline-block;
    padding: 13px 14px;
    text-align: center;
}

#footer nav li a {
    font-size: 17px;
    font-family: "Fregat";
    color: #636363;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 16px;
}

#footer nav li a:hover:after {
    content: '';
    display: block;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 4px;
}

#footer .copyright {
    font-size: 10px;
    font-family: "Fregat-BoldItalic";
    color: #92752e;
    text-transform: uppercase;
    line-height: 3.2;
    text-align: center;
}

.pagination {
    width: 100%;
    padding-bottom: 50px;
}

.pagination ul {
    display: block;
    width: 100%;
    text-align: center;
}

.pagination ul li {
    display: inline-block;
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 24px;
}

.pagination ul li.current {
    background: url(/css/../images/pagination_bg.png) no-repeat;
    color: #fff;
}

.pagination ul li a {
    text-decoration: none;
    color: #5e5e5e;
}

section.columns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.columns .column {
    padding: 0 5%;
    width: 40%;
}

section.columns .column .title {
    font-size: 24px;
    font-family: "Fregat-Bold";
    color: rgb(94, 94, 94);
    line-height: 1.2;
    margin-bottom: 35px;
}

input[type="text"], textarea {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.09);
    width: calc(100% - 56px);
    padding: 13px 28px 12px;
    font-size: 20px;
    font-family: "Fregat";
    color: rgb(95, 95, 95);
    line-height: 1.3;
    border: none;
    margin-bottom: 18px;
    max-width: 364px;
}

input[type="text"].error, textarea.error {
    box-shadow: 0 2px 13px 0 rgba(255, 0, 0, 0.29);
}

textarea {
    height: 180px;
}

.captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 420px;
}

.captcha a {
	display: block;
    width: 43%;
    min-width: 120px;
    height: auto;
}

.captcha a img {width: 100%;height:100%;}

.captcha input {
    max-width: 154px;
    min-width: 64px;
    width: calc(57% - 56px);
}

.column div.btn {
    text-align: right;
    margin-top: 20px;
    max-width: 420px;
}

.column .btn.btn_small {
    border: none;
    display: inline-block;
    margin-bottom: 50px;
    cursor: pointer;
}

.column a {
    font-size: 24px;
    font-family: "Fregat-Bold";
    color: rgb(160, 155, 231);
    line-height: 1.333;
    border-bottom: 2px dashed;
    text-decoration: none;
}

.column a:hover {
    border-bottom-color: transparent;
}

section.video {
    width: calc(100% - 70px);
    padding: 50px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.video .video {
    width: 46%;
    padding: 0;
    margin: 0 0 50px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.27);
    background-color: rgba(242, 195, 82, 0.949);
}

section.video .video .video_title {
    font-size: 20px;
    font-family: "Fregat-Bold";
    color: rgb(56, 56, 56);
    line-height: 1.2;
    width: calc(100% - 54px);
    padding: 10px 27px 15px;
}

section.video .video iframe {
}

section.company .title {
    font-size: 20px;
    font-family: "Fregat-Bold";
    color: rgb(90, 90, 90);
    text-transform: uppercase;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.company .title img.logo {
    vertical-align: middle;
    margin: 0 20px;
    max-height: 44px;
    width: auto;
}

section.company .title .name {
}

section.company .title a.site {
    font-size: 18px;
    color: rgb(160, 155, 231);
    text-decoration: none;
    text-transform: none;
    position: relative;
}

section.company .title a.site:hover {
    border-bottom: 1px dashed;
}

section.company .firm {
    padding: 30px 35px;
    width: calc(100% - 70px);
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section.company .firm .left {
    padding-left: 20px;
    width: calc(100% - 420px);
}

section.company .rating {
    font-size: 18px;
    color: rgb(95, 95, 95);
    text-align: right;
    width: 310px;
    padding-right: 20px;
    text-transform: none;
}

section.company .rating span.date {
    font-size: 14px;
    font-family: "Fregat";
    display: block;
    padding-top: 8px;
}

section.company .votes, .reviews .votes {
    width: 90px;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 100px;
}

section.company .votes .vote, .reviews .votes .vote {
    text-align: center;
    font-family: "Fregat-Bold";
    font-size: 18px;
}

section.company .votes .vote img, .reviews .votes .vote img {
    margin-bottom: 8px;
    display: block;
}

.reviews .votes {
    float: left;
    margin: -90px 20px 40px;
}

.reviews .comment-write {
    cursor: pointer;
}

section.company .firm .right .links {
    width: 100%;
}

section.company .firm .right .links div {
    padding-left: 70px;
    margin-bottom: 15px;
    min-height: 28px;
    font-size: 18px;
    line-height: 28px;
}

section.company .firm .left .btn.btn_small {
    width: 212px;
    height: 50px;
    line-height: 50px;
    float: right;
    border-radius: 50px;
}

section.company .firm .right .links div a {
    font-size: 18px;
    font-family: "Fregat-Bold";
    color: rgb(160, 155, 231);
    text-decoration: none;
    border-bottom: 1px dashed;
}

section.company .firm .right .links div a:hover {
    border-bottom: none;
}

section.company .firm .right {
    width: 300px;
    font-size: 18px;
    font-family: "Fregat-Bold";
    color: rgb(94, 94, 94);
    line-height: 1.2;
    text-align: right;
}

section.company .firm .left p {
    padding-bottom: 1em;
}

a.up {
	background: url(/images/up.png) no-repeat;
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    z-index: 6000;
    text-decoration: none;
  	display: block;
  	background-size:cover;
}

.map_company {
    height: 400px;
    margin-bottom: 40px;
}

.btn.orange {
    background-image: -webkit-linear-gradient(146deg, rgb(238, 190, 73) 0%, rgb(224, 166, 25) 100%);
    background-image: -ms-linear-gradient(146deg, rgb(238, 190, 73) 0%, rgb(224, 166, 25) 100%);
    width: 260px;
    height: 61px;
    font-size: 20px;
    font-family: "Fregat-Bold";
    color: rgb(255, 255, 255);
    line-height: 61px;
    text-align: center;
    text-shadow: 0px 2px 4px rgba(172, 127, 16, 0.45);
    display: block;
    margin: 20px auto;
    border-radius: 30px;
    text-decoration: none
}

.parent_popup {
    width: 280px;
    padding: 40px 20px;
    background: #fff;
}

.parent_popup .title {
    font-size: 20px;
    font-family: "Fregat-Bold";
    color: rgb(90, 90, 90);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}

.parent_popup .btn.btn_small {
    border: none;
    cursor: pointer;
    margin: 13px auto;
    display: block;
}

.parent_popup .like {
    width: 100%;
    padding-bottom: 20px;
}

.parent_popup .like a {
    float: left;
    width: 50%;
    text-decoration: none;
    color: rgb(95, 95, 95);
    font-family: 'Fregat';
    text-align: center;
    margin-bottom: 15px;
}

.parent_popup .like a.active {
    color: #000;
    font-family: 'Fregat-Bold';
}

.parent_popup .like a img {
    display: block;
    margin: auto;
}

a.close, #cboxClose {
    position: absolute;
    right: 10px;
    top: 19px;
    background: url(/css/../images/close.png) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    border: none;
    text-indent:-9999px;
    background-size: cover;
}

.main_text ul, .main_text ol {
	padding-left: 2em;
	list-style: disc;
	margin-bottom: 2em;
}

.main_text ol {
	list-style: decimal;
}

.main_text b, .main_text strong {
	font-family: 'Fregat-Bold';
}

.main_text i{
	font-family: 'Fregat-Italic'
}

.region_selection {
	position: absolute;
	top: 10px;
	right: 10px;
}
/* End */


/* Start:/css/media.css?15725243659552*/
@media (max-width: 1199px) {
    .container {
        max-width: 960px;
    }

    .column a.copy {
        margin-left: 0;
        margin-top: 10px;
    }

    .top_text {
        font-size: 18px;
    }

    .top_banner .title {
        font-size: 22px;
    }

    section.table table td, section.table table th {
        padding-right: 0;
    }

    section.table table td:after {
        display: none;
    }

    section.table table td:last-child {
        background: url(/css/../images/table_td_bg.png) repeat;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 720px;
    }

    .top_text {
        font-size: 16px;
    }

    .top_banner .title {
        padding: 10px 40px 30px;
        text-align: center;
    }

    #header nav li {
        padding: 13px 7px;
    }

    .reviews .review .white div.text {
        padding: 18px 40px 13px 40px;
        width: calc(100% - 80px);
        margin-top: 87px;
    }

    section.table table tr td.place span {
        left: 5px;
        width: 47px;
        height: 47px;
        line-height: 47px;
        top: 27px;
        font-size: 26px;
    }

    section.video {
        padding: 50px 0;
        width: 100%;
    }

    section.video .video {
        width: 49%;
    }

    section.table .col12 {
        overflow: scroll;
    }

    section.company .votes {
        padding-right: 0;
    }

    section.company .firm .left {
        width: calc(100% - 280px);
    }

    section.company .firm .right {
        width: 250px;
    }

    section.table table tr td span.place {
        width: 45px;
        height: 45px;
        font-size: 32px;
        left: 20px;
        top: 28px;
    }
    section.table table tr td span.place span {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    section.table table td:first-child {
        padding-left: 80px;
    }

    section.table table th {
        padding: 0 2px;
    }
}

@media (max-width: 767px) {
    #header .container {
        position: relative;
        height: 140px;
    }

    .container {
        max-width: 540px;
    }

    .top_text {
        line-height: 35px;
    }

    #header {
        height: 140px;
    }

    .menu_open {
        overflow: hidden;
    }

    .menu_open #header {
        overflow: visible;
    }

    #header .logo {
        width: 128px;
        height: 76px;
        position: absolute;
        left: 23px;
        top: 23px;
        z-index: 15000;
    }

    #header .logo img {
        max-height: 100%;
        width: auto;
    }

	#header .region_selection {
		display: none;
		bottom: -15px;
		z-index: 11000;
		left: 50%;
		top: auto;
		transform: translateX(-50%);
	}

    #header nav {
        display: none;
        position: absolute;
        right: 0;
        width: 100%;
        top: 100px;
        padding-top: 0;
        background: #f8f8f8;
        z-index: 10000;
        overflow: scroll;
    }

    #header nav ul {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #header nav ul li {
        width: 33%;
    }

    .top_banner {
        height: 300px;
        background-size: cover;
    }

    .top_banner .btn.btn_large {
        background: #8272a5;
        width: 260px;
        height: 60px;
        border-radius: 30px;
        left: calc(50% - 130px);
        bottom: 30px;
        line-height: 60px;
    }

    .menu_bg {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.3);
        z-index: 9999;
        left: 0;
        top: 0;
    }

    .wrapper-menu {
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        cursor: pointer;
        -webkit-transition: -webkit-transform 330ms ease-out;
        transition: -webkit-transform 330ms ease-out;
        transition: transform 330ms ease-out;
        transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
        margin: 0 20px;
        top: 20px;
        float: right;
        margin-top: 15px;
        z-index: 10000;
        position: relative;
    }

    .wrapper-menu.open {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .line-menu {
        background-color: #fbbc5b;
        border-radius: 5px;
        width: 100%;
        height: 6px;
    }

    .line-menu.half {
        width: 50%;
    }

    .line-menu.start {
        -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        -webkit-transform-origin: right;
        transform-origin: right;
    }

    .open .line-menu.start {
        -webkit-transform: rotate(-90deg) translateX(3px);
        transform: rotate(-90deg) translateX(3px);
    }

    .line-menu.end {
        -ms-flex-item-align: end;
        align-self: flex-end;
        -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        -webkit-transform-origin: left;
        transform-origin: left;
    }

    .open .line-menu.end {
        -webkit-transform: rotate(-90deg) translateX(-3px);
        transform: rotate(-90deg) translateX(-3px);
    }

    section.table .col3 {
        display: none;
    }

    section.table .col12 {
        width: 100%;
    }

    .top_banner .title {
        font-size: 20px;
    }

    .reviews .review {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .reviews .review .white {
        width: 100%;
        margin-bottom: 10px;
    }

    .reviews .review .link {
        width: 100%;
        margin-bottom: 20px;
    }

    .articles .title_color a.sub {
        left: 0;
    }

    .articles .article {
        padding: 0;
        width: 100%;
    }

    .articles .article .image {
        position: absolute;
        width: 83px;
        left: 60px;
        top: -30px;
        background: none;
    }

    .articles .article .text {
        width: 100%;
    }

    .articles .article .text .title {
        padding-bottom: 10px;
        padding-left: 152px;
        min-height: 50px;
    }

    .main_text {
        padding: 20px;
        width: calc(100% - 40px);
    }

    #footer nav {
        display: none;
    }

    #footer .logo {
        left: calc(50% - 79px);
        top: 20px;
    }

    #footer .copyright {
        height: 160px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .reviews .review .white div.text {
        padding: 18px 20px 13px;
        width: calc(100% - 40px);
    }

    .pagination ul li {
        margin-right: 0;
    }

    section.columns .column {
        padding: 0 5%;
        width: 90%;
    }

    section.columns .column:last-child {
        padding-bottom: 50px;
    }

    section.company .title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    section.company .firm {
        padding: 30px 0;
        width: 100%;
    }

    section.company .firm .left, section.company .firm .right {
        width: 100%;
    }

    section.video .video {
        width: 100%;
    }

    .reviews .review .top .grade {
        margin-bottom: 20px;
    }

    section.company .rating {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .container {
        width: calc(100% - 30px);
        overflow: hidden;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    #header .container {
        overflow: visible;
    }

	.region_selection {
		width: 100%;
	}

    .reviews .review .white div.text {
        padding: 18px 20px 13px;
        width: calc(100% - 40px);
    }

    .reviews .review .white .grade {
        left: 20px;
    }

    .reviews .review .white .left {
        left: 120px;
        width: calc(100% - 120px)
    }

    .top_banner .title {
        font-size: 16px;
    }

    .top_banner .text {
        padding-left: 27px;
    }

    .main_text {
        text-align: left;
    }

    #header nav {
    }

    .articles .article .image {
        left: 20px;
    }

    .articles .article .text .title {
        padding-left: 102px;
    }

    section.company .title .name {
        width: calc(100% - 80px);
    }

    .articles .article .text .title {
        padding-left: 82px;
    }

    .articles .article .text .title a {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .top_banner .title {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1060px;
    }
}
/* End */


/* Start:/css/jquery.formstyler.css?15086391542175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/css/jquery.formstyler.theme.css?151533358810732*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	margin-bottom: 18px;
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 18px;
	width: 100%;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 28px;
	border: 1px solid transparent;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.09);
	font-size: 20px;
	font-family: "MyriadPro-Regular";
	color: rgb(95, 95, 95);
}
.jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	position: relative;
	top: 5px;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.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 #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.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 {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.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,.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;
}
.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 li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].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,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	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:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(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: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.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:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler: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;
}
/* End */


/* Start:/css/colorbox.css?15030853981251*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;background: rgba(0,0,0,0.8);}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/



/* End */
/* /css/style.css?175252348226935 */
/* /css/media.css?15725243659552 */
/* /css/jquery.formstyler.css?15086391542175 */
/* /css/jquery.formstyler.theme.css?151533358810732 */
/* /css/colorbox.css?15030853981251 */
