/* =====================
 Дизайн и разработка
 Guide-Group.
 http://guide-group.ru/
===================== */

html {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #444;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}


body {
	margin: 0px;
	padding: 0px;
	background: #f9f9f9 url('../images/bg6.png');
	background-size: 100%;
	--acolor: #0089ff;
	--bcolor: #ff8300;
}
body img {
	max-width: 100%;
}

input, select, textarea, button {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a {
	color: var(--acolor);
}
a:hover {
	text-decoration: none;
}

/* Основные общие стили */

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.container {
	width: 1100px;
	margin: 0 auto;
}

/* Общие стили колонки */
.block {
	display: block;
}
.leftside {
	display: inline-block;
	vertical-align: top;
	width: 260px;
}
.rightside {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 280px);
	margin-left: 20px;
}
.rightside:first-child {
	margin-left: 0;
	margin-right: 20px;
}

/* Общие стили футера */
.footblock {
	display: inline-block;
	width: 200px;
}
.copyrightdeveloper {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    text-align: right;
}
.copyrightdeveloper a {
    color: #f6f6f6;
    text-decoration: none;
}
.copyrightdeveloper a > img {
    vertical-align: middle;
    width: 16px;
    margin-top: -2px;
    margin-right: 5px;
}

/* Блоки */
.block-one {
	display: block;
	width: auto;
}
.block-two {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 2);
}
.block-free {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 3);
}
.block-for {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 4);
}
.block-five {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 5);
}
.block-six {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 6);
}

/* Мобильное меню */
.mobilemenu {
	display: inline-block;
}
.mobilemenulink {
	display: none;
}
@media screen and (max-width: 760px) {
	.mobilemenu {
		display: none;
	}
	.mobilemenulink {
		display: inline-block;
	}
}
/* Навигация */
.navigation {
	color:#666; 
	border:0px; 
}
.navigation p a:link,.navigation p a:visited,.navigation p a:hover,.navigation p a:active{
	text-decoration:none;
	color: #444;
	background:#ebebeb;
	padding:8px 12px;
	font-size:12px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-bottom: #dbdbdb 1px solid;
}
.navigation p a:hover{
	background:#00b378;
	color:#000;
}
.navigation p{
	margin: 9px;
}
.navigation p span{
	text-decoration:none;
	background:#939393;
	padding:8px 12px;
	color:#f7f7f7;
	font-size:12px;
	font-weight: bold;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-bottom: #639db5 1px solid;
}
.navigation h4{
	padding:0;
}

/* Стили изготовленного дизайна (уникальные) */

.alter {
	color: var(--bcolor);
	font-weight: normal;
	font-style: normal;
}
.header {
	background: #fff;
	padding: 30px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.05);
}
.header div > .block-free:nth-child(1) {
	width: 20%;
}
.header div > .block-free:nth-child(2) {
	width: 60%;
}
.header div > .block-free:nth-child(3) {
	width: 20%;
}
.header a {
	color: #222;
	text-decoration: none;
}
.logo i {
	font-size: 33px;
	margin-right: 15px;
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin-top: 4px;
}
.logo b {
	font-weight: 700;
}
.logo span {
	font-size: 24px;
	font-weight: 700;
}
.logo span span {
	display: block;
	font-size: 11.7px;
	font-weight: normal;
	color: #777;
	margin-top: -3px;
}
.phone a {
	color: #222;
	text-decoration: none;
	line-height: normal;
}
.phone i {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	background: var(--bcolor);
	padding: 10px;
	border-radius: 50px;
	color: #fff;
	margin-top: 1px;
	margin-right: 5px;
}
.phone span {
	display: inline-block;
	font-size: 18px;
}
.phone span > span {
	display: block;
	font-size: 11px;
}

.menu a {
	display: inline-block;
	padding: 7px 0;
	margin: 0 10px;
	border-bottom: transparent 3px solid;
	border-top: transparent 3px solid;
	transition: 0.33s;
}
.menu a:hover, .menu a.hovered {
	border-bottom: var(--bcolor) 3px solid;
	transition: 0.33s;
}

.wa {
	position: fixed;
	right: 60px;
	bottom: 60px;
	opacity: 0.8;
}
.wa a {
	display: inline-block;
	background: #25bb25;
	padding: 12px 14px;
	font-size: 24px;
	color: #fff;
	border-radius: 50px;
	transition: 0.33s;
	animation: pulse 2s infinite;
}
.wa:hover a {
	animation: unset;
}
.wa a span {
	display: inline-block;
    width: 0;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    margin-top: -5px;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.33s;
}
.wa:hover a span {
	width: 180px;
	margin-left: 10px;
	transition: 0.33s;
	color: #fff;
}
.wa:hover {
	color: #fff;
	transition: 0.33s;
}

.sb {
	padding: 30px 0 0;
	border-top: #f1f1f1 1px solid;
	margin: 0 0 25px;
}
.cb-block {
	background: #222 url('../images/bgcallme.png') center center no-repeat;
	background-size: cover;
	padding: 70px 0;
	margin: 70px 0 -30px;
	line-height: 26px;
}
.cb-block .rightside {
	font-size: 18px;
	color: #fff;
	position: relative;
	z-index: 2;
	font-weight: 300;
}
.cb-block .rightside span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: rgba(255,255,255,0.5);
}
.cb-block .leftside {
	position: relative;
	z-index: 2;
}
.cb-block .leftside .btn {
	display: block;
	text-align: center;
	padding: 10px 15px;
	color: #fff;
	border: #fff 1px solid;
}
.content .phone {
	margin: 0 0 20px;
}

.s-icon {
	display: inline-block;
    width: 50px;
    margin-right: 15px;
    font-size: 36px;
    vertical-align: middle;
    color: var(--bcolor);
    text-align: center;
}
.s-name {
	display: inline-block;
	width: calc(100% - 65px);
	vertical-align: middle;
}
.s-preview {
	display: block;
	padding: 25px;
	border: #dedede 2px solid;
	border-radius: 7px;
	margin: 7px 0;
	transition: 0.33s;
}
.s-preview:hover {
    border-color: #fe8401;
	transition: 0.33s;
}
.block-two:nth-child(2n+1) .s-preview {
	margin-right: 7px;
}
.block-two:nth-child(2n) .s-preview {
	margin-left: 7px;
}

.mainheader {
	line-height: 26px;
	font-size: 16px;
	padding: 150px 0;
	background: #f9f9f9 url('../images/hdr.png') center center no-repeat;
	background-size: cover;
}
.mainheader h1 {
	font-weight: 400;
}
.headerfix {
	height: 99px;
}
.head-form input, .head-form button, .head-form textarea {
	width: 100%;
	display: block;
}
input[type="text"], textarea, .head-form input, .head-form textarea, input[type="email"] {
	padding: 10px;
	width: calc(100% - 22px);
	font-size: 16px;
	border: #dedede 1px solid;
	border-radius: 7px;
	margin-bottom: 15px;
}
.head-form-name {
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin: 0 0 15px;
}
.mainheader .rightside {
	vertical-align: middle;
	width: 70%;
	margin-right: 20px;
}
.mainheader .leftside {
	vertical-align: middle;
	width: calc(30% - 20px);
}

.addcommdescr {
	opacity: 0.5;
	font-size:12px;
	margin-top:-15px;
}


hr {
	border-top: #f1f1f1 1px solid;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	margin-top: 30px;
	padding-bottom: 30px;
}
hr.max {
	margin-left: -25px;
	margin-right: -25px;
}
h1 {
	font-size: 23px;
	font-weight: 600;
}
h2 {
	font-size: 21px;
	font-weight: 400;
}
.app h1 {
	margin-top: 0;
	padding-bottom: 10px;
}
.app h2 {
	margin: 35px 0 40px;
}
.app {
	background: #fff;
	border-radius: 7px;
	padding: 25px;
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 20px;
}
.app:last-child {
	margin: 0;
}
.app-tt {
	background: none;
}
.app-white {
	background: #fff;
}
.certtitle {
 	margin-top: 0!important;   
}
.rightblockname {
	font-size: 18px;
	margin: 0 0 20px;
}
.rightblock {
	/*background: #222 url('../images/bg6w.png')  no-repeat;*/
	background: #222;
	background-size: 1300px;
	color: #fff;
	border-radius: 7px;
	padding: 25px;
	margin: 0 0 20px;
	line-height: 25px;
}
.links a {
	display: block;
	padding: 5px 0;
	color: var(--acolor);
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.links > div {
	color: #fff;
	display: block;
	padding: 5px 0;
	color: #fff;
	font-size: 14px;
}
.links a i, .links > div i {
	display: inline-block;
	margin-right: 5px;
	width: 20px;
	text-align: center;
}
.rightblock .links a {
	color: #fff;
	display: block;
}
.leftside hr {
	margin-top: 10px;
	padding-bottom: 0;
	margin-left: -25px;
	margin-right: -25px;
}
.lastlink a {
	display: block;
	margin-bottom: -15px;
	color: #222!important;
    font-size: 12px;
}
.lastlink a i {
	display: inline-block;
	width: 15px;
	text-align: center;
	margin-left: 5px;
}

.btn {
	background: var(--bcolor);
	border: var(--bcolor) 1px solid;
	font-size: 16px;
	padding: 15px 25px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	margin-right: 15px;
}
.btn i {
	margin-right: 10px;
}
.btn-tt {
	background: none;
	border: var(--bcolor) 1px solid;
	color: var(--bcolor);
}
.btn:last-child {
	margin: 0;
}
.btn-medium {
	padding: 10px 20px;
}
.btn-small {
	padding: 7px 15px;
}
.btn-area2 {
	margin: 100px 0 0;
}
.btn-area3 {
	margin: 20px 0 0;
}
.btn-area {
	padding: 25px 0;
}
.btn-area:last-child {
	padding: 25px 0 0;
}
.slider div {
	margin-right: 25px;
	margin-left: 5px;
}
.slider img {
	max-width: 100%;
	border-radius: 7px;
	padding: 10px;
	overflow: hidden;
	background: #fff;
}
.slider .slick-dots, .slider2 .slick-dots {
	bottom: -45px;
}
.slider .slick-prev:before, .slider .slick-next:before, .slider2 .slick-prev:before, .slider2 .slick-next:before {
	color: #222;
}
.slider2 article {
	margin: 0 15px;
}
.app-main {
	padding: 100px 0;
}

.fbb a {
	color: #888;
	text-decoration: none;
	margin-right: 15px;
}
.fbb a i {
	display: inline-block;
	margin-right: 5px;
}
.footer {
	margin: 30px 0 0;
	padding: 100px 0;
	background: #222;
	color: #ccc;
}
.footer .block-two {
	vertical-align: top;
}
.footer .phone a {
	text-decoration: none;
	color: #fff;
}
.footer .phone {
	margin: 0 0 15px;
}
.fbl a {
	display: block;
	color: #888;
	text-align: left;
	transition: 0.33s;
	padding: 0 0 10px;
}
.fbl a:hover {
	color: #fff;
	transition: 0.33s;
}
.footer .fi {
	font-size: 12px;
	color: #555;
	line-height: 16px;
	margin-top: 5px;
}
.copyright {
	margin-top: 25px;
	border-top: #282828 1px solid;
	padding: 25px 0 0;
	font-size: 12px;
	color: #777;
	line-height: 18px;
}
.copy {
	font-size: 10px;
	display: inline-block;
	color: #fff;
	opacity: 0.4;
	transition: 0.33s;
}
.copy:hover {
	opacity: 1;
	transition: 0.33s;
}
.copy i {
	float: right;
	font-size: 32px;
	margin-left: 10px;
	margin-top: -3px;
}
.copy span {
    display: inline-block;
    line-height: 14px;
    text-align: right;
}

.comment {
	display: block;
    padding: 20px;
    background: var(--color-bglite);
    margin: 0 0 10px;
    border-bottom: var(--color-bg) 1px solid;
	border-top: var(--color-bg) 1px solid;
    margin-bottom: 20px;
    color: var(--font-color);
}
.comment img {
	width: auto;
    height: auto;
	max-width: 100%;
}
.block-block .comment {
	border-top: 0;
}
textarea[name="comments"] {
	height: 80px;
    border-radius: 3px;
    transition: 0.33s;
}
textarea[name="comments"]:focus {
	height: 180px;
	transition: 0.33s;
	background: var(--color-bg);
	color: var(--font-color);
}
.comment:last-child {
	border-bottom: 0;
    margin-bottom: 0px;
}
.comment-avatar {
	width: 5%;
    display: inline-block;
    vertical-align: top;
}
.comment-avatar img {
	border-radius: 50px;
	width: 100%;
}
.comment-text {
	width: 93%;
    margin-left: 2%;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
}
.comment-fulltext {
 width: 100%;
    margin: 0;
}
.comment-fulltext p {
 	margin: 0;   
}
.comment-poster {
	display: block;
    font-size: 12px;
    padding-bottom: 10px;
}
.comment-buttons {
	display: block;
    padding: 20px 0 0;
    line-height: 16px;
}
.comments-tree-list {
	list-style-type: none;
}
div > ol.comments-tree-list > li {
 	margin: 0 0 20px;   
}
#dle-comments-list > ol.comments-tree-list {
	padding-inline-start: 0;
}
.comment-buttons a {
	display: inline-block;
}
.comment-buttons span.other {
	display: inline-block;
    padding: 3px 3px;
	margin-right: 15px;
	font-size: 12px;
}
.comment-buttons span.reply {
	display: inline-block;
    padding: 3px 7px;
    background: #324047;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 15px;
}
.comment-buttons span.commentrate {
	display: inline-block;
    padding: 3px 7px;
    background: #f1f1f1;
    color: #222;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 15px;
}
.comment-buttons span.commentrate > span {
	display: inline-block;
	margin-left:5px;
	padding-left:5px;
	border-left: #dbdbdb 1px solid;
}
.comm-leftblocklink {
	display: block;
	border-bottom: #f1f1f1 1px solid!important;
    margin-bottom: 0px;
}
.comm-leftblocklink:last-child {
	display: block;
	border-bottom: 0px!important;
    margin-bottom: 0px!important;
}
.comment-leftblock {
	padding: 0 0 20px;
	color: #222;
	font-size: 12px;
}
.comment-leftblock .comment-avatar img {
	border-radius: 50px;
    height: 30px;
    width: 30px;
}
.comment-leftblock:hover {
	color: inherit;
}
.comment-leftblock .comment-avatar {
	width: 15%;
}
.comment-leftblock .comment-text {
	width: 70%;
	margin-left: 5%;
	font-size: 12px;
	line-height: 18px;
}
.comment-authorinfo {
	display: block;
	font-size: 10px;
	margin-top: 10px;
}
.comment-userinline {
	margin-top: 5px;
	font-size: 8px;
	color: #999;
}
.mass_comments_action {
	text-align: right;
}
.wb-nc {
	display: block;
    background: #fff;
    padding: 15px;
    border-bottom: #f1f1f1 1px solid;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
}

.mce-tinymce {
    padding-top: 0!important;
	box-shadow: unset!important;
    border-radius: 7px!important;
    overflow: hidden!important;
}
.mce-stack-layout-item {
    display: block;
    box-shadow: unset;
    border-bottom: 0;
    background: #fff;
}
.mce-toolbar {
 	padding-bottom: unset!important;   
}
.mce-toolbar .mce-btn-group {
    margin: 0!important;
    padding: 5px 0 7px!important;
}
.mce-btn-group:not(:first-child) {
 	border-left: unset!important;   
}
#mceu_24, #mceu_23, #mceu_11, #mceu_16, #mceu_17 {
 	display:none!important;   
}
.blogfull #dle-comments-list > ol.comments-tree-list > li > div .comment {
 	padding: 20px 0;   
}

@media screen and (max-width: 659px) {
	.comment-avatar {
		width: 30px;
    	vertical-align: top;
    	margin: 4px 5px;
	}
	.comment-text {
        padding: 0;
        width: auto;
        vertical-align: top;
        word-break: break-all;
    }
	.comment-buttons a {
		display: inline-block;
    	margin: 5px 0;
	}
    .comment {
        padding: 10px 0;
    }
    ol.comments-tree-list ol.comments-tree-list .comment {
		margin: 0 0 10px 10px;
        padding: 15px;
    }
    ol.comments-tree-list > li > ol.comments-tree-list {
     	margin-left: 15px;   
    }
    ol.comments-tree-list > li > ol.comments-tree-list ol.comments-tree-list {
     	margin-left: 10px;   
    }
}

::marker {
	color: var(--bcolor);
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(139, 206, 74, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 30px rgba(139, 206, 74, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(139, 206, 74, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(139, 206, 74, 0.4);
    box-shadow: 0 0 0 0 rgba(139, 206, 74, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 30px rgba(139, 206, 74, 0);
      box-shadow: 0 0 0 30px rgba(139, 206, 74, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(139, 206, 74, 0);
      box-shadow: 0 0 0 0 rgba(139, 206, 74, 0);
  }
}

table {
	border-radius: 7px;
	overflow: hidden;
}
table tr td {
	padding: 5px 10px;
	line-height: normal;
	font-size: 14px;
}
.text table tr td {
 	padding: 15px 10px;   
}
table tr {
	border-bottom: #f1f1f1 1px solid;
}
table tr:nth-child(2n+1) {
 	background: #f7f7f7;
}

/* pu */
.pop {
	display: none;
}
.popupbg {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    height: 100%;
    background: rgba(0,0,0,0.85);
    overflow-y: auto!important;
    overflow-x: hidden;
}
.popup {
	width: 400px;
    background: #f1f1f1;
    padding: 30px;
    border-radius: 7px;
    margin: 18vh auto;
    position: relative;
    z-index: 22;
    box-shadow: 0px 0px 55px rgba(0,0,0,0.5);
}
.popup-close {
	position: absolute;
    margin-top: -90px;
    margin-left: 420px;
    font-size: 20px;
    background: var(--color-brend2);
    color: var(--color-font-brend2);
    padding: 20px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    text-align: center;
}
.popup-close i {
	display: inline-block;
    vertical-align: top;
}
.popup-close-area {
    display: block;
    position: absolute;
    z-index: 21;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
}
.popup-name {
	text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
}
.popup-descr {
	text-align: center;
    font-size: 12px;
    margin-top: -30px;
    margin-bottom: 30px;
}
.popup-form-name {
	font-weight: 600;
    margin-bottom: 5px;
}
.popup-form-input {
	margin-bottom: 20px;
}
.popup-form-input input, .popup-form-input textarea {
	width: 100%!important;
}
.popup-help {
	font-size: 11px;
    background: #dedede;
    border: #dbdbdb 1px solid;
    padding: 7px;
    border-radius: 3px;
}
.popup .btn {
	border: transparent;
}
.popup .btn:hover {
	box-shadow: inset 0 0 55px rgba(0,0,0,0.2);
}
div.input {
	background: #fff;
	margin: 0 0 25px;
}
div.input:hover .input-name {
	color: var(--color-brend2);
	transition: 0.33s;
}
div.input .input-name {
	font-size: 10px;
	color: #999;
	display: block;
	padding: 10px 20px;
	margin-top: 5px;
	position: absolute;
	transition: 0.33s;
}
div.input .input-form input[type="text"], div.input .input-form input[type="tel"], div.input .input-form textarea {
	display: block;
	padding: 30px 20px 15px;
	border: none!important;
	width: calc(100% - 40px);
	transition: 0.33s;
	border-radius: 3px;
	margin: 0;
}
div.input .input-form input:hover {
	border: var(--color-brend2) 1px solid;
	transition: 0.33s;
}

.p_preview {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: #f1f1f1 1px solid;
}
.p_preview img {
	max-width: 100%;
	border-radius: 7px;
}
.p_preview .leftside, .p_preview .rightside {
	vertical-align: top;
}
.p_preview h2 {
	margin-top: 0;
	padding-top: 0;
}
.pp-descr {
	margin-top: -25px;
}
.p_preview .btn-medium {
	padding: 7px 15px;
}
.p_preview:last-child, .slider2 .p_preview {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: unset;
}
.slider2 .p_preview .leftside, .slider2 .p_preview .rightside {
	vertical-align: middle;
}
.pf-img img {
	max-width: 100%;
	border-radius: 7px;
	margin: 0 0 15px;
}
.footer .phone .fa-whatsapp {
	background: #2c9c28;
}
.footer .phone .fa-telegram-plane {
	background: #33a8e3;
}
.onlymobile {
	display: none;
}

@media screen and (max-width: 970px) {
	.container {
		max-width: unset;
		width: auto;
		padding: 0 15px;
	}
	.menu {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		padding: 10px 0;
		width: 60%;
		background: #fff;
		box-shadow: 0 0 250px 250px rgba(0,0,0,0.35);
	}
	.menu a {
		display: block;
		border: unset!important;
		text-align: left;
		padding: 15px;
		border-radius: 5px;
	}
	.menu a:hover {
		color: #fff;
		background: var(--bcolor);
	}
	.menu p.copy {
		font-size: 10px;
	    opacity: 0.5;
	    color: #222;
	    text-align: left;
	    line-height: 16px;
	    padding: 5px 25px;
	    display: block;
	}
	.menu p.copy a {
		display: inline;
		margin: 0;
		padding: 0;
	}
    .header div > .block-free:nth-child(1) {
		width: 50%;
	}
	.header div > .block-free:nth-child(2) {
		width: 0;
	}
	.header div > .block-free:nth-child(3) {
		width: 50%;
	}
	.logo span {
		display: none;
	}
    .logo span.onlymobile {
     	display: inline-block;   
        padding: 5px 0;
    }
	.header .phone span {
		display: none;
	}
	.header .phone {
		display: inline-block;
	}
	.header .fa-phone {
		background: var(--acolor);
	}
    .header .phone a {
     	margin-right: 5px;   
    }
	.header {
		padding: 15px 0;
	}
	.headerfix {
		height: 67px;
	}
	.mclosemenu {
		position: absolute;
	    margin-left: -50px!important;
	    font-size: 25px;
	    color: red!important;
	}
	.app {
		padding: 15px;
	}
	.rightside, .leftside, .mainheader .rightside, .mainheader .leftside {
		display: block;
	    width: auto;
	    margin: 0 0 15px!important;
	}
	.block-two {
		display: block;
		width: auto;
	}
	.block-two .s-preview {
		margin: 0 0 15px!important;
	}
	.s-icon {
		width: 30px;
    	font-size: 28px;
	}
	.s-name {
		width: calc(100% - 45px);
	}
	.s-preview {
		overflow: hidden;
	}
	.s-full .btn {
		display: block;
		margin: 0 0 15px;
	}
	.lastlink a {
		margin-bottom: -8px;
	}
	.cb-block {
		margin: 20px 0 -30px;
		padding: 25px 0 15px;
		text-align: center;
	}
	.footer {
		padding: 25px 0;
	}
	.fbl {
		display: none;
	}
	.copyright .block-free {
		display: block;
		width: auto;
		margin: 0 0 15px;
	}
	.copyright .block-free:last-child {
		margin: 0;
		text-align: center!important;
		margin: 25px 0 0;
	}
	ul, ol {
		padding-inline-start: 20px;
	}
	.mcallme {
		background: #f5f5f5;
	}
	.mcallme i {
		background: none!important;
		color: var(--bcolor)!important;
		float: right;
		font-size: 12px;
		margin: 2px 0 0;
	}
	.mainheader > div {
		padding: 20px 0!important;
	}
	.mainheader .btn {
		display: inline-block;
	}
	.btn-area3 {
		padding: 0 0 40px!important;
	}
	.btn-area2 {
		padding: 0 0 100px!important;
	}
	.head-form {
		margin-top: 50px!important;
	}
	table tr td {
	    padding: 5px;
	    line-height: normal;
	    font-size: 12px;
	}
	#menu {
		display: none;
	}
	.closemenuarea {
		position: fixed;
		display: block;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.popup {
		width: 80%;
	}
    .mainheader .btn-area .btn {
     	display: block;
        text-align: center;
        margin: 0 0 15px;
    }
	.onlymobile {
		display: block;
	}
	.nomobile {
		display: none!important;
	}
    .certpadbottom {
        padding-bottom:50px!important;   
    }
    .consult {
     	width: 50%;
        display: block;
        text-align: center;
        margin: 0 auto;   
    }
    #dle-content article img {
     	display: block;
        width: auto!important;
        margin: 0 0 15px;
    }
}