html, body {
    height: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background: #fff fixed url(body-bg-2.jpg) 0 0 no-repeat; 
    color: #36424a;
    font-size: 14px;
    min-width: 300px;
    position: relative;
}

a {
    color: #3911A6;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #1b232a;
    text-decoration: underline;
}

:focus, a:focus, .btn:focus, .btn:active:focus {
    outline: 0;
}
a.btn {
    text-decoration: none;
}

a.dotted, .dotted, a.dotted:hover {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.tel, a.tel:hover, a.tel:focus {
	text-decoration: none;
}

h1, h2, h3, h4 {
    font-family: "Roboto Condensed",sans-serif;
    color: #474747;
    line-height: 1.2em;
    text-transform: uppercase;
}
h1 {
    font-size: 30px;
    margin: 0 0 15px 0;
    color: #3911a6;
}
h2 {
    font-size: 22px;
    margin: 20px 0 15px 0;
}
h3 {
    font-size: 18px;
    margin: 20px 0 10px 0;
}
h4 {
    font-size: 16px;
    margin: 20px 0 10px 0;
}

h1+h2, h1+h3, h1+h4, h2+h3, h2+h4, h3+h4 {
    margin-top: 0;
}

.title {
    font-size: 22px;
    margin: 20px 0 15px 0;
    color: #3911a6;
}

ul {
    padding-left: 20px;
}
ul li {
    line-height: 1.3;
    margin-top: 3px;
}
dt, dd {
    line-height: 1.3;
}

.clear {
    clear: both;
}
.extra-wrap {
    position: relative;
    overflow: hidden;
}

img.f-left {
    float: left;
    margin: 0 20px 10px 0;
}
img.f-right {
    float: right;
    margin: 5px 0 5px 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    font-size: 13px;
}

.no-transform {
    text-transform: none;
}

.wrapper {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.main {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2), 0px -5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2), 0px -5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2), 0px -5px 5px rgba(0, 0, 0, 0.2);
}

.container {
    padding: 0;
}

.main::after {
    display: block;
    position: absolute;
    content: "";
    background: url(body-bg-right.jpg) no-repeat;
    top: 0;
    right: -250px;
    height: 100%;
    z-index: -1;
    width: 650px;
}

footer {
    height: 574px;
    position: relative;
    margin-top: -574px;
}
.empty {
    clear: both;
    width: 100%;
    height: 574px;
}

.container-inner {
    padding-left: 30px;
    padding-right: 30px;
}

.btn-theme {
    background-color: #410CA6;
    border-color: #410CA6;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-theme:hover, .btn-theme:focus {
    background-color: #D68BA0;
    border-color: #D68BA0;
    color: #fff;
}

/*------ header ------*/
header {
    position: relative;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.taddress {
    text-align: center;
    padding-top: 15px;
}
.tphone {
    text-align: center;
    font-size: 22px;
    margin-top: 5px;
}

.messengers {
	display: -ms-flexbox;
    display: flex;
	-ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
}
.messengers a {
	display: -ms-flexbox;
    display: flex;
	-ms-flex-pack: center;
    justify-content: center;
	-ms-flex-align: center;
    align-items: center;
    width: 38px;
    height: 38px;
	background: #410CA6;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.messengers a:last-child {
	margin-right: 0;
}
.messengers a:hover {
	background: #d68ca1;
}
.messengers svg {
	width: 24px;
    height: 24px;
	fill: currentColor;
}

.tcall {
    text-align: right;
    position: relative;
}
.tcall .btn {
    margin-top: 10px;
}

.language {
	position: relative;
	margin-top: -10px;
}

nav {
    background: #ECECEC;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav li {
    padding: 0;
    margin: 0;
}

nav ul.sf-menu {
    position: relative;
    display: table;
    width: 100%;
}
nav ul.sf-menu > li {
    padding: 0;
    display: table-cell;
    float: none;
    width: 20%;
}
nav ul.sf-menu > li > .sfHolder {
    display: block;
    position: relative;
}
nav ul.sf-menu > li > .sfHolder > a.active,
nav ul.sf-menu > li.sfHover > .sfHolder > a,
nav ul.sf-menu > li.current > .sfHolder > a,
nav ul.sf-menu > li.active > .sfHolder > span.separator,
nav ul.sf-menu > li.sfHover > .sfHolder > span.separator,
nav ul.sf-menu > li.current > .sfHolder > span.separator {
    background: #410CA6;
    color: #fff;
    text-decoration: none;
}
nav ul.sf-menu > li + li {
    padding-left: 22px;
}
nav ul.sf-menu > li + li > .sfHolder > a,
nav ul.sf-menu > li + li > .sfHolder > span.separator {
    position: relative;
}

nav ul.sf-menu > li + li > .sfHolder > a:before,
nav ul.sf-menu > li + li > .sfHolder > span.separator:before {
    width: 1px;
    height: 9px;
    background: #343434;
    content: '';
    position: absolute;
    left: -13px;
    top: 50%;
    margin-top: -5px;
}
nav ul.sf-menu > li > .sfHolder > a,
nav ul.sf-menu > li > .sfHolder > span.separator {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 43px;
    color: #1b1b1b;
    height: 43px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}
nav ul.sf-menu > li > .sfHolder > a:hover,
nav ul.sf-menu > li > .sfHolder > span.separator:hover {
    background: #410CA6;
    color: #fff;
    text-decoration: none;
}
nav ul.sf-menu li:hover > .sfHolder > ul,
nav ul.sf-menu li.sfHover > .sfHolder > ul {
    top: 44px;
}

nav ul.sf-menu ul li {
    height: auto;
    display: block;
}

nav ul.sf-menu ul li:first-child {
    padding-top: 12px;
}

nav ul.sf-menu ul li:last-child {
    padding-bottom: 12px;
}

nav ul.sf-menu li li:hover > .sfHolder ul,
nav ul.sf-menu li li.sfHover > .sfHolder ul {
    top: -12px;
    left: 100%;
    margin-left: 1px;
}
nav ul.sf-menu li li li:hover > .sfHolder ul,
nav ul.sf-menu li li li.sfHover > .sfHolder ul {
    top: -12px;
    left: 100%;
    margin-left: 1px;
}
nav ul.sf-menu ul {
    background: #410CA6;
    min-width: 100%;
    width: auto;
    height: auto;
}
nav ul.sf-menu ul li {
    height: auto;
    display: block;
}
nav ul.sf-menu ul li a,
nav ul.sf-menu ul li span.separator {
    font-size: 14px;
    line-height: 1.2em;
    height: auto;
    padding: 5px 10px;
    color: #ffffff;
    background: none;
    display: block;
    text-align: left;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
nav ul.sf-menu ul li a:hover,
nav ul.sf-menu ul li span.separator:hover {
    background: #D68CA1;
    color: #fff;
}
nav ul.sf-menu ul li a.active {
    background: #D68CA1;
    color: #fff;
    text-decoration: none;
}


/* главная */
.block {
    padding: 15px 30px 25px;
}

/* преимущества */
.advantages {
    text-align: center;
}
.advantage-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 25px;
    padding: 0;
    text-align: left;
}
.advantage-list li {
    margin: 0 0 30px 0;
}

.advantage-list .icon {
    display: inline-block;
    float: left;
    margin-right: 15px;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid transparent;
    background: #410CA6;
    line-height: 59px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: default;
}
.advantage-list li:hover .icon {
    color: #d68ca1;
    border-color: #d68ca1;
    background: transparent;
}
.advantage-list .icon span {
	display: block;
	width: 60px;
	height: 60px;
    background: url(icon.png) no-repeat;
    position: relative;
    left: -1px;
    top: -1px;
    z-index: 2;
}
.advantage-list li:hover .icon span {
    background: url(icon.png) 0 -60px no-repeat;
}
.advantage-list h3 {
    text-transform: none;
    margin-top: 0;
    color: #3911A6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.advantage-list li:hover h3 {
    color: #d68ca1;
}

/* услуги */
.services {
    text-align: center;
    padding: 15px 15px 0;
}
.service-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    display: table;
    width: 100%;
    margin: 0;
}
.service-list > li {
    margin: 0 0 30px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: normal;
    float: none;
    position: relative;
}

.service-list a, .service-list a:hover, .service-list a:focus {
    color: #36424a;
}

.service-list h2 {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 25px;
    right: 25px;
    margin: 0;
    font-size: 18px;
    color: #36424a;
    background: #ECECEC;
    padding: 5px;
}

.service-list .service-img {
    display: block;
    height: 222px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
.service-list .service-img img {
    display: block;
    height: auto;
    max-width: 100%;
}

.service-img a.service-img-link::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.service-img:hover a.service-img-link::before {
    opacity: 1;
}

.service-img:hover .btn-view {
    top: 50%;
}
.btn-view {
    position: absolute;
    width: 100px;
    height: 36px;
    overflow: hidden;
    left: 50%;
    margin-left: -50px;
    right: 0;
    top: -36px;
    margin-top: -18px;
    z-index: 20;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.service-list p {
    margin: 0;
}

.consultation-box {
    background: #ececec;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*------ content ------*/
.breadcrumb {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 5px;
    font-size: 13px;
}
.breadcrumb span {
    margin: 0 5px;
}

.content-menu {
    padding-top: 40px;
}
.content-menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.content-menu ul li {
    margin-bottom: 10px;
}
.content-menu ul li a {
    font-size: 14px;
    color: #363636;
}
.content-menu ul li a:hover, .content-menu ul li a:focus {
    text-decoration: none;
}
.content-menu ul li a.active {
    text-decoration: none;
}

.content-menu ul ul {
    margin: 7px 0 0 20px;
}
.content-menu li li {
    margin-bottom: 5px;
    line-height: 1.1;
}
.content-menu li li a {
    font-weight: normal;
    font-size: 13px;
}

.content-menu ul ul ul {
	margin-bottom: 10px;
}
.content-menu li li li a {
    font-size: 12px;
}

.content-menu li.separator {
    border-top: 1px solid #dcdcdc;
    list-style: outside none none;
    margin: 15px 0 15px;
    padding: 0;
}

.textbox {
    margin-bottom: 20px;
}
.textbox h2 {
    margin-top: 0;
}

.textbox > h3:first-child {
    margin-top: 0;
}


.gallery {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.gallery-img {
    position: relative;
    margin-bottom: 30px;
}
.gallery img {
    width: 100%;
    height: auto;
    border: 1px solid #dfe4e7;
}
.gallery p {
    margin: 5px 0 0;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

ul.gallery-list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: table;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}
ul.gallery-list li {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    line-height: normal;
    letter-spacing: normal;
    padding: 0 20px 20px 0;
    margin: 0;
}
ul.gallery-list li img {
    border: 1px solid #d9d9d9;
}
ul.gallery-list li div {
    margin-top: 5px;
}

.article {
    margin-bottom: 20px;
    font-size: 13px;
}
.article p {
    margin: 0;
}
.mr {
    margin-left: 2em;
}
.article h3 {
    text-transform: none;
    font-weight: 400;
    margin: 0 0 3px;
    font-family: arial, sans-serif;
    font-size: 16px;
}
.article .article-img {
    display: block;
    float: left;
    margin-right: 20px;
    width: 120px;
}

time {
    color: #808285;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

.reviews-box .article h3 {
    margin-bottom: 10px;
}
.reviews-box .article img {
    border: 1px solid #ececec;
}


.alf img, .alf a {
    display: inline-block;
    margin-right: 10px;
}
.alf img {
    vertical-align: text-top;
    position: relative;
    top: 2px;
}

.glossary-list h4 {
    font-weight: normal;
}
.glossary-list dt {
    margin-top: 10px;
    line-height: 1em;
}
.glossary-list dd {
    margin-left: 25px;
    margin-bottom: 2px;
}

.messagebox {
    margin-bottom: 20px;
    border: 1px solid #F3F1F9;
}
.messagebox .message {
    background: #F3F1F9;
    color: #231f20;
    font-style: italic;
    padding: 5px 10px;
}
.messagebox .message .data {
    color: #808285;
}
.messagebox .response {
    margin: 10px 10px 10px 30px;
}

.paginationbox {
    padding: 20px 0;
}
.paginationbox b {
    display: block;
    float: left;
    margin: 10px 20px 0 0;
    width: 120px;
    text-align: right;
}
.paginationbox .pagination {
    margin: 0;
}
.pagination > li > a, .pagination > li > span {
    color: #3911A6;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #3911A6;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #410ca6;
    border-color: #410ca6;
}

/*------ footer ------- */
.footer-order {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 20px;
    background-color: #3911a6;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#3911a6), color-stop(50%,#9999CC), color-stop(100%,#3911a6));
    background-image: -webkit-linear-gradient(left, #3911a6 0%,#9999CC 50%,#3911a6 100%);
    background-image: -o-linear-gradient(left, #3911a6 0%,#9999CC 50%,#3911a6 100%);
    background-image: linear-gradient(to right, #410CA6 0%, #9999CC 50%, #410CA6 100%);
}
.footer-order p {
    margin-bottom: 5px;
}
.footer-order .btn {
    margin-top: 10px;
}

footer {
    font-size: 13px;
    color: #F0F2F2;
    background: #343537;
}
footer a {
    color: #F0F2F2;
}
footer a:hover, footer a:focus {
    color: #D8D8D8;
}

.footer-info {
    background: #595C61;
    width: 100%;
}
.footer-info h4 {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    font-size: 15px;
    font-weight: 500;
    margin: 25px 0 15px;
    text-transform: uppercase;
}
.footer-info .footer-list {
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
}
.footer-info .footer-list li {
    margin-bottom: 5px;
}
.footer-info .footer-list a.active {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.fphone {
    font-size: 22px;
}

.social {
    margin-top: 20px;
}
.social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #7a8491;
    background: #7a8491;
    line-height: 37px;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff;
    font-size: 20px;
}
.social a:hover {
    color: #d68ca1;
    border-color: #d68ca1;
    background: transparent;
}

.footer {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #343537;
    line-height: 1.2;
}

.copy-softart img {
    float: left;
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.site {
    margin-top: 10px;
}

.footer-legal {
    margin: 10px 0 5px;
    line-height: 1.5;
}
.footer-legal a {
	display: inline-block;
}
.footer-legal a:first-child {
	margin-right: 20px;
}

/* win */
.popover {
    font-size: 14px;
    line-height: 1.3;
}
.win-close {
    background: #f6f7f8;
    padding: 5px 10px 10px;
    text-align: right;
    border-radius: 0 0 6px 6px;
}
.popover .cont {
    padding: 15px 15px 10px;
}

.popover .checkbox label {
	font-size: 13px;
}

/* окно обратный звонок верхний */
.win-tcall {
    left: auto;
    right: 0;
    top: 100%;
    width: 250px;
    padding: 0;
    text-transform: none;
}
.win-tcall.popover.bottom > .arrow {
    left: 65%;
}
.win-tcall .btn {
  margin-top: 0;
}

/* окно нижнее */
.win-fcall-bg {
    display: none;
    background-color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.win-fcall {
    width: 500px;
    max-width: none;
    left: 50%;
    margin-left: -250px;
}
.win-fcall .close {
    margin-right: 15px;
    margin-top: 10px;
    color: #3911A6;
    opacity: 1;
}
.win-fcall .close:hover, .win-fcall .close:focus {
    opacity: 0.5;
}
.win-fcall h3 {
    margin-left: 15px;
    color: #3911A6;
    font-weight: 500;
    font-size: 20px;
}


/*------ mix ------- */
.red {
    color: red;
}
.bold {
    font-weight: bold;
}

table.tbl_photo {
    width: 100%;
    margin: 1.5em 0 1em;
    line-height: 1.2;
}
table.tbl_photo td {
    padding: 0 10px 10px 0;
    vertical-align: top;
}
.photo_name {
    font-size: 0.92em;
    font-weight: bold;
    width: 150px;
    margin-top: 3px;
}

ul.list {
    list-style: none;
    font-size: 1.08em;
    padding: 0;
}
ul.list li {
    margin-bottom: 5px;
}

.sitemap {
    margin-bottom: 0.65em;
    font-size: 1.08em;
}
.sitemap ul {
    list-style: none;
    font-size: 0.92em;
    padding: 0;
    margin: 5px 0 0 10px;
}
.sitemap ul li {
    padding: 0 0 2px 0;
}
.sitemap table td {
    vertical-align: middle;
}
.sitemap ul ul {
    margin: 3px 0 0 20px;
}

.picture-box {
    margin: 20px 0;
}
.picture-box .pic {
    display: block;
    width: 110px;
    float: left;
    margin: 0 30px 25px 0;
    text-align: center;
}
.picture-box .pic .pic-inner {
    display: block;
    height: 140px;
}
.picture-box .pic img {
    width: 110px;
    height: auto;
    max-height: 140px;
}
.picture-box p {
    margin: 5px 0 0;
}

.textbox table {
	border-collapse: collapse; 
	border: 1px solid #ECECEC; 
	margin: 20px 0;
	width: 100%;
}
.textbox table th {
	padding: 7px 10px; 
	font-size: 1em; 
	border: 1px solid #ECECEC; 
	text-align: center; 
	background: #ECECEC; 
	font-weight: 600;
}
.textbox table td {
	padding: 7px 10px; 
	font-size: 0.92em; 
	border: 1px solid #ECECEC; 
}
.textbox table td p {
	margin-bottom: 0;
}

@media (max-width:1199px) {
    .service-list h2 {
        left: 15px;
        right: 15px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .copy-softart {
        position: relative;
        margin-left: -30px;
    }
    .service-list .service-img {
        height: 212px;
    }
}

@media (max-width:991px) {
    .container-inner, .block {
        padding-left: 15px;
        padding-right: 15px;
    }
    .services {
        padding: 15px 0 0;
    }
    h1 {
        font-size: 25px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .logo img {
        width: 150px;
        height: auto;
    }
    .taddress {
        padding-top: 5px;
    }
    .tphone {
        font-size: 18px;
        padding-top: 12px;
    }
    .tcall .btn {
        margin-top: 10px;
    }
    .service-list .service-img {
        height: 165px;
    }
    .service-list h2 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    html, body {
        height: auto;
    }
    .wrapper {
        overflow: visible;
        height: auto;
    }

    .main {
        min-height: auto;
        height: auto;
    }
    .main::before, .main::after, .empty {
        display: none;
    }

    footer {
        height: auto;
        margin: 0;
    }

    header {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        float: left;
        width: 60%;
    }
    header .row {
        margin-left: 0;
        margin-right: 0;
    }
    header .row div {
        padding-left: 0;
        padding-right: 0;
    }
    nav {
        float: right;
        width: 40%;
    }

    .taddress {
        padding-top: 10px;
    }
    .taddress p {
        margin: 0;
    }
    .tphone {
        padding-top: 5px;
    }
    .tcall {
        text-align: center;
    }
    .tcall .btn {
        margin-top: 5px;
    }

    .win-tcall {
        right: auto;
        left: 50%;
        margin-left: -125px;
    }
    .win-tcall.popover.bottom > .arrow {
        left: 50%;
    }

    nav ul.sf-menu,  nav ul.sf-menu > li a {
        display: block;
    }
    nav ul.sf-menu > li {
        display: block;
        width: 100%;
    }
    nav ul.sf-menu ul {
        display: none;
    }
    nav ul.sf-menu > li + li {
        padding-left: 0;
    }
    nav ul.sf-menu > li + li > .sfHolder > a:before {
        display: none;
    }

    .slider_wrapper {
        display: none !important;
    }

    .footer-info {
        padding-bottom: 20px;
    }
    .footer .row > div {
        padding-top: 10px;
    }
    .copy-softart {
        float: none;
    }
    .copy-softart img {
        display: none;
    }
    .copy-softart .ctext {
        margin-left: 0;
    }

    .gallery-img {
        text-align: center;
    }
    .gallery img {
        width: auto;
        max-width: 100%;
    }

    ul.gallery-list li {
        width: 100%;
    }

    .win-fcall {
        margin-left: -125px;
        width: 250px;
    }

    .article .article-img {
        display: none;
    }
    .article-detail img {
        float: none;
        margin-right: 0;
    }
    table.tbl_photo td {
        width: 100%;
    }

    .service-list {
        display: block;
    }
    .service-list > li {
        display: block;
        text-align: center;
    }
    .service-list .service-img {
        display: inline-block;
        height: auto;
    }
    .language {
    	margin: 0;
    }
}

@media (max-width: 430px) {
    h1 {
        font-size: 24px;
    }
    .logo img {
        width: 150px;
    }
    .tphone {
        font-size: 16px;
    }
    nav ul.sf-menu > li > .sfHolder > a, nav ul.sf-menu > li > .sfHolder > span.separator {
        height: 36px;
        line-height: 36px;
    }
    nav ul.sf-menu li:hover > .sfHolder > ul,
    nav ul.sf-menu li.sfHover > .sfHolder > ul {
        top: 37px;
    }
    .taddress {
        font-size: 13px;
    }
}

@media print {
    a[href]:after {
        display: none;
    }
    abbr[title]:after {
        display: none;
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        display: none;
    }

    body {
        background-color: white;
    }

    html, body {
        height: auto;
    }
    .wrapper {
        overflow: visible;
        height: auto;
    }

    .main {
        min-height: auto;
        height: auto;
    }
    .main::before, .main::after, .empty {
        display: none;
    }

    .tcall, nav, footer, .advantage-list .icon, .advantage-list .icon1, .breadcrumb, .slider_wrapper {
        display: none;
    }

    .advantage-list li {
        margin-bottom: 20px;
    }

    .service-list h2 {
        background: #fff !important;
    }
}

@media print and (max-width: 767px) {
    header {
        float: none;
        width: 100%;
        text-align: left;
    }
    header .logo {
        float: left;
        margin-right: 30px;
    }
    header .taddress {
        float: left;
    }
    header .tphone {
        float: right;
        padding-top: 10px;
    }
}

.policy-error {
   display: none;
}
