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

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

a:hover {
    cursor: pointer
}
body {
	margin: 0px;
	padding: 0px;
}

input, select, textarea, button {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: 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;
}

/* Общие стили футера */
.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;
}
.copyright {
    display: block;
 padding: 20px 0;   
}

/* Блоки */
.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;
}

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

a {
	color: #16588e;
	text-decoration: none;
}
.header {
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.05);
	position: relative;
	z-index: 5;
}
.logo img {
    display: inline-block;
    float: left;
    width: 100px;
    margin-top: -7px;
    margin-right: 0;
    vertical-align: middle;
}
.logo {
	min-width: 250px;
	font-size: 18px;
	margin-bottom: -15px;
}
.logo span {
	display: block;
	font-size: 11px;
	font-weight: 600;
	color: #000;
}
.topmenu > .block-free:nth-child(1), .topmenu > .block-free:nth-child(3) {
 	 width: 20%;  
}
.topmenu > .block-free:nth-child(2) {
    width: 60%;
    text-align: center;
}
.topmenu a {
	display: inline-block;
	color: #222;
	text-decoration: none;
}
.menu a {
	padding: 7px 15px;
	font-size: 16px;
	transition: 0.33s;
}
.menu a:hover::before {
	content: ' ';
	display: inline-block;
	height: 3px;
	width: 30px;
	transform: skew(-25deg);
	background: #ff0000;
	position: absolute;
	margin-top: 28px;
}
.phone span.descr {
	display: block;
	font-size: 10px;
	opacity: 0.5;
}
.phone i {
    color: #e7212f;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}
.slider div {
	display: block;
	height: calc(100vh - 70px);
	background-size: cover!important;
}
.homebottom {
	margin-top: -20px;
    display: block;
}
.homebottom span {
    position: relative;
    z-index: 2;
    font-size: 28px;
    color: #e7212f;
}
.homebottom:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    padding: 10px 25px;
    background: #fff;
    transform: skew(-25deg);
    color: #222;
    width: 150px;
    height: 40px;
    margin-top: -15px;
    margin-left: -115px;
    box-shadow: 0 0 15px rgb(0,0,0);
}
.head-title {
	text-align: center;
	padding: 1vh 0;
	margin-bottom: -5vh;
	color: #fff;
	font-size: 20px;
	text-shadow: 0 0 15px rgba(0,0,0,0.8);
}
.head-title h1 {
	color: #fff;
	font-size: 45px;
	text-shadow: 0 0 15px rgba(0,0,0,0.8);
	padding: 0 0 10px;
	display: inline-block;
	border-bottom: #ff0000 5px solid;
	margin-bottom: -10px;
}
.head-title .btn-area {
	margin: 50vh 0 0!important;
}
.page-title {
	text-align: center;
	font-weight: 400;
	font-size: 30px;
	margin: 0 0 50px;
}
.section {
	padding: 100px 0;
}
.section:nth-child(2n+1) {
	background: #f7f7f7;
}
img {
	max-width: 100%;
}
ul {
	padding-inline-start: 0;
}
li {
	display: block;
	padding: 5px 0;
	padding-inline-start: 15px;
}
li i {
	display: inline-block;
	margin-right: 5px;
}
.list-prev {
	font-size: 18px;
}
.list-prev i {
	color: #e6212e;
}
.service {
	display: block;
    padding: 25px;
    background: #fff;
    text-align: center;
}
#service .block-for {
	vertical-align: top;
}
.block-for:nth-child(4n+1) .service {
	margin-right: 20px;
}
.block-for:nth-child(4n+2) .service {
	margin-right: 20px;
}
.block-for:nth-child(4n+3) .service {
	margin-right: 10px;
}
.block-for:nth-child(4n+4) .service {
	margin-left: 10px;
}
.service i {
	font-size: 60px;
	margin: 25px 0;
}
.service h3 {
	font-weight: 400;
	font-size: 18px;
}
#service a:hover span.service {
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.05);
	color: #e6212e;
}
#about img {
	width: 50%;
    margin: 0 auto;
    display: block;
}
#map {
	height: 575px;
	background: #f1f1f1;
	padding: 0;
}
.copy {
opacity:0.9;
color:#222;
transition:0.33s;
}
.copy svg {
    float: right;
    font-size: 36px;
    width:36px;
    margin-left: 5px;
    margin-top: 1px;
}
.copy span {
    display: inline-block;
    line-height: 14px;
    text-align: right;
}
.copy:hover {
opacity:1;
transition:0.33s;
}
.copy:hover a, .layout-footer-astdesign a:hover {
transition:0.33s;
}
/* Кнопки */
.btn {
	display: inline-block;
	padding: 15px 40px;
	font-size: 16px;
	background: #ff0000;
	color: #fff;
	text-decoration: none;
	border: #ff0000 2px solid;
}
.btn-tt {
	background: rgba(0,0,0,0.85);
	border:#ff0000 2px solid;
}
.section .btn-tt {
	background: none;
	color: #222;
}
.btn-area {
	margin: 50px 0;
}
.btn i {
	display: inline-block;
	margin-right: 7px;
}

/* 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: #fff;
    color: #222;
    padding: 30px;
    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: 40px;
    color: #ff0000;
    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;
    height: none!important;
    border: none!important;
}
.popup div.input .input-form input[type="text"], .popup div.input .input-form input[type="tel"], .popup div.input .input-form textarea {
 	border: none!important;
    background: #f1f1f1;
}
.popup-help {
	font-size: 11px;
    background: #f1f1f1;
    padding: 7px;
}
.popup .btn {
	border: transparent;
    color: #fff;
    background: #15588e;
}
.popup .btn:hover {
	box-shadow: inset 0 0 55px rgba(0,0,0,0.2);
}
input[type="text"], textarea {
	display: block;
    padding: 10px;
    width: calc(100% - 20px);
    border: none;
    background: #f1f1f1;
    margin: 15px 0;   
}
div.input {
	background: #f1f1f1;
	margin: 0 0 25px;
}
div.input:hover .input-name {
	color: #222;
	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: 40px 20px 20px;
	border: #dbdbdb 1px solid;
	width: calc(100% - 40px);
	transition: 0.33s;
	border-radius: 3px;
	margin: 0;
}
div.input .input-form input:hover {
	border: #f80 1px solid;
	transition: 0.33s;
}

.maincomments .comment {
    display: block;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 0 15px;
}
.maincomments .slick-next, .maincomments .slick-prev {
    top: -30px;
}
.maincomments .slick-prev:before, .maincomments .slick-next:before {
 	color: #222;   
    font-size: 15px;
}
.maincomments .slick-next {
    right: 85px;
}
.maincomments .slick-prev {
    left: unset;
    right: 110px;
}
.maincomments .item {
 	padding: 20px 0;   
}
.arrow-up {
    width: 0px;
    height: 0px;
    margin-top: 39px;
    margin-left: -5px;
    position: absolute;
    z-index: 5;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #f7f7f7;
}
/* comments */
.comment {
	display: block;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 20px;
    margin: 10px;
    border-bottom: #f1f1f1 1px solid;
    margin-bottom: 20px;
}
.comment img {
	width: 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: 10%;
    display: inline-block;
    vertical-align: top;
}
.comment-avatar img {
	border-radius: 50px;
	width: 100%;
}
.comment-text {
	width: 88%;
    margin-left: 2%;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
}
.comment-poster {
	display: block;
    font-size: 12px;
    padding-bottom: 10px;
}
.comment-poster h3 {
    color: #222;
}
.comment-buttons {
	display: block;
    padding: 20px 0 0;
    line-height: 16px;
}
.comments-tree-list {
	list-style-type: none;
}
#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;
}

table {
    width: 100%;
 	border-radius: 10px;
    overflow: hidden;
}
table tr {
 	background: #fbfbfb;   
    border-bottom: #f1f1f1 1px solid;
}
table tr:nth-child(2n) {
 	background: #f7f7f7;   
}
table tr td {
 	padding: 15px 20px;   
}

.static {
	background: #fff;
    padding: 25px;
    border-radius: 10px;   
}

.bg {
    background-size: cover!important;
	height: 600px;
    margin: -120px 0;   
}
.menu a.mobileclosemenu {
 display:none;   
}
.topmenu .topmenulink {
    display:none;
}
.brendlogo a {
		background: transparent;
		padding: unset;
		text-align: center;
		color: #333;
	}
.brendlogo a > span {
	display: inline-block;
    vertical-align: top;
    margin-top: -1px;
    font-size: 10px;
    max-width: 80px;
    text-align: right;
    line-height: 14px;
    margin-right: 10px;   
    opacity: 0.3;
	transition: 0.33s;
}
.brendlogo i, .brendlogo svg {
	font-size: 39px;
	opacity: 0.3;
	transition: 0.33s;
}
.brendlogo i:hover, .brendlogo a:hover svg, .brendlogo a:hover > span {
	opacity: 1;
	transition: 0.33s;
}

@media screen and (max-width: 1099px) {
    .container {
     	width: auto;
        padding: 0 15px;
    }
    .menu {
        display: none;
     	position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        padding: 15px;
        width: 60%;
        text-align: left;
        z-index: 12;
        box-shadow: 0 0 200px 200px rgba(0,0,0,0.5);
    }
    .menu a {
     	display: block;
        border-bottom: #f1f1f1 1px solid;
        padding: 20px;
        text-align: left;
    }
    .mobileclosemenu {
        position: fixed;
        z-index: 15;
        display: block;
        left: 15px;
        top: 0;
        color: #ff0000!important;
        padding: 10px 0!important;
        font-size: 30px!important;
        text-decoration: none!important;
        border-bottom: 0!important;
    }
    .menu a.mobileclosemenu:hover::before {
     	display:none;   
    }
    .topmenu .phone span {
     	display: none;   
    }
    .topmenulink i {
        color: #222!important;
        margin-left: 15px;
    }
    .head-title .btn-area {
        margin: 50px 0 0!important;
    }
    .btn {
		margin: 0 0 15px;
    	display: block;   
    }
    .homebottom {
        margin-top: -120px;
        display: block;
    }
    .section > div > .block-two,  .section > div > div > .block-two {
     	display: block;
        width: auto;
        margin: 0 0 25px;
    }
    .section .block-for {
     	width: 50%;  
    }
    .block-for .service {
     	margin: 0!important;   
        border: #f1f1f1 1px solid;
    }
    .service h3 {
     	font-size: 14px;   
    }
    .topmenu .topmenulink {
        display:inline-block;
    }
    .topmenu > .block-free:nth-child(1) {
        width: 40%;
    }
    .topmenu > .block-free:nth-child(2) {
        position: absolute;
    }
    .topmenu > .block-free:nth-child(3) {
        width: 60%;
    }
    .menu a.mobileclosemenu {
     	display: block;   
    }
    .tablecontacts tr td {
     	display: block;   
        border-bottom: #f1f1f1 1px solid;
    	width: auto!important;
    }
    .logo img {
     	margin-left: -35px;   
    }
}