@font-face {
  font-family: 'BadScript'; 	/* Гарнитура шрифта */
  font-style: normal; 
  font-weight: normal;
  src: url(BadScript); 			/* Для IE5-8 */
  src: url(../font/BadScript.ttf) format('truetype');
}
@font-face {
  font-family: 'MoscowSans'; 	/* Гарнитура шрифта */
  font-style: normal; 
  font-weight: normal;
  src: url(MoscowSans); 			/* Для IE5-8 */
  src: url(../font/MoscowSans.ttf) format('truetype');
}
@font-face {
  font-family: 'SFUIText'; 	/* Гарнитура шрифта */
  font-style: normal; 
  font-weight: normal;
  src: url(SFUIText-Light); 			/* Для IE5-8 */
  src: url(../font/SFUIText-Light.ttf) format('truetype');
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	color: #272727;
	font-family: MoscowSans;
}



.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}


.bottom-next-block {
    position: absolute;
    left: 50%;
    /*top: 70%;*/
    bottom: 10%;
}
.bottom-next-block img {
    width: 70px;
    height: 70px;
    transform: translateX(-50%);
}
.anim-vext-block {
    animation-name: twitch;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes twitch {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}


.unselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.hidden-anim {
	opacity: 0;
}
.visible-anim {
	opacity: 1;
}

.hidden {
	display: none;
}

.container img
{
	vertical-align: middle;
/*	width: 100%;*/
}

.decorative-strip {
	margin: 40px 16%;
	width: 68%;
	height: 4px;
	background-color: #ebad00;
}

.header {
	background-color: #3a3431;
}

.header .header-distributed {
	margin: 0 13%;
    width: 74%;
    padding: 10px 0;
    text-align: center;
}

.header .header-distributed a {
	text-decoration: none; 		/* Убираем подчёркивание */
	outline: none;	
}

.header .header-distributed img {
    width: 158px;
    height: 50px;
}

.content .content-distributed {
	text-align: center;
	margin: 0 13%;
    width: 74%;
    padding: 10px 0;
}

.content .content-distributed .box-text {
	font-family: Arial;
	text-align: left;
	margin: 0 8%;
}

.content-distributed .title {
    font-size: 25px;
	padding: 25px 0 5px 0;
}

.content-distributed .subtext {
    font-size: 20px;
	padding: 0 0 10px 0;
}

.block-max {
    height: 400px;
}

.content-distributed .vertical,
.content-distributed .horizontal {
	padding: 10px;
}

.content-distributed .brend-block {
	padding: 20px 0;
}

.brend-block .brend-block-distributed {
	font-family: Arial;
}

.brend-block-distributed .box-letter {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	padding: 10px;
}

.box-letter .left {
	float: left;
	font-size: 30px;
	color: #B22222;
	width: 5%;
}

.box-letter .right {
	text-align: left;
	float: right;
	width: 80%;
}

.box-letter .right .main-brend {
	font-size: 15px;
	color: #B22222;
	font-weight: bold;
}

.brend-block-distributed .simple-brend {
	font-size: 15px;
	color: #B22222;
	font-weight: bold;
	text-align: center;
}

.content-distributed .vertical img {
/*    width: 210px;
    height: 297px;*/
    height: auto;
	max-width: 25%;
	width: auto;
    margin: 10px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.content-distributed .horizontal img {
/*    width: 297px;
    height: 210px;*/
    height: auto;
	max-width: 25%;
	width: auto;
    margin: 10px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.header-block-container-main {
/*            background-image: linear-gradient(to right, #8db748, #ffbd00);*/
    background: #1d1d1de3;
/*            padding: 0 24px;*/
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.header-block-main {
/*            height: 60px; */
/*            width: 100%; */
    margin: 5px;
/*            display: flex;*/
/*            align-items: center;*/
    text-align: center;
    font-size: 15px;
    color: white;
}
.header-item
{
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle;
}
.header-item a {
    color: white;
    outline: none;
    text-decoration: none;
}

@media screen and (max-width: 1120px), screen and (max-device-width: 1120px) {
    .header-block-container-main {
        display: none;
    }
}

.cover-background {
    position: relative;
    width: 100%;
    height: 100vh;
} 
/*.cover-background0 {
    background-image: url(../img/photo/back0.jpg?ver=2000);
} 
.cover-background1 {
    background-image: url(../img/photo/back1.jpg?ver=2000);
} 
.cover-background2 {
    background-image: url(../img/photo/back2.jpg?ver=2000);
} 
.cover-background3 {
    background-image: url(../img/photo/back3.jpg?ver=2000);
} */

.cover-background-text
{
    position: absolute;
    width: 100%;
    background-color: #3a343161;
/*                padding: 10px 0 20px 0;*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.background-panel,
.background-div-mobile {
    position: absolute; 
    height: 100%; 
    width: 100%; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

/*.background-div-mobile {
    display: none;
}*/

@media screen and (max-width: 700px), screen and (max-device-width: 700px) {
    .cover-background {
        height: 700px;
    }
/*    .background-div-mobile {
        display: block;
        background-image: url(img/photo/back0.jpg?ver=690);
    }*/
/*    .background-panel {
        display: none;
    }*/
}

.portfolio-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    overflow:hidden;
}

.portfolio-item-admin {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow:hidden;
}

.portfolio-item .img,
.portfolio-item-admin .img-admin {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    position: relative;
 }

.portfolio-item .text,
.portfolio-item-admin .text  {
    text-align: center;
    color: white;
    font-size: 23px;
    font-weight: bold;
    /* padding: 140px 25px 0 25px; */
    opacity: 0.99;
    position: absolute;
    /* height: 100%; */
    top: 50%;
    /* left: 25%; */
    padding: 0 10%;
    width: 80%;
    transform: translateY(-50%);
    /* vertical-align: middle; */
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.portfolio-item .text .disc, 
.portfolio-item-admin .text .disc {
    font-size: 15px;
    opacity: 0.99;
    font-weight: normal;
}

.back-hide {
    background: black; 
    width: 100%; 
    height: 100%; 
    position: absolute;
    top: 0;
    opacity: 0.3;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.portfolio-item .img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
 }

.portfolio-item .img:hover .text {
    opacity: 0.99;
 }

 .portfolio-item .img:hover .back-hide {
    opacity: 0.5;
 }

.main-logo {
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
}

 @media screen and (max-width: 1050px), screen and (max-device-width: 1050px) {
    .portfolio-item {
        display: block;
        width: 100%;
    }
    .portfolio-item .img {
        height: 150px;
    }
    .portfolio-item .text {
        opacity: 0.99;
    }
    .portfolio-item .back-hide {
        opacity: 0.3;
    }
}

.news {
    font-size: 30px;
}
.news-distributed {
    text-align: center;
}
.news-block-text {
    padding: 50px 0 40px 0;
}
/*            .news-block-text .title {

}*/
.news-block-text .titleNews {
    margin: 0 13%;
    padding: 30px 0;
    font-size: 25px;
    color: #ebad00;
}
.news-block-text .descNews {
    line-height: 1.2em;
    font-size: 20px;
    font-family: MoscowSans;
    padding: 0 15%;
}
.news-block-text .img {
    height: 300px;
    width: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1050px), screen and (max-device-width: 1050px) {
    .news-block-text .img {
        width: 100%;
    }
    .news-block-text .descNews {
        padding: 0;
}
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~ ОБЛОЖКА ~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.cover {
	background-color: #2a2522;
	text-align: center;
    -webkit-transition: background 1.5s ease-in-out;
    -moz-transition: background 1.5s ease-in-out;
    -o-transition: background 1.5s ease-in-out;
    transition: background 1.5s ease-in-out;
}

.title-name {
	/*font-size: 50px;*/
	font-size: 3vw;
	color: #ffbc00;
    padding: 10px 0;
}

.title-tagline {
	/*font-size: 40px;*/
	font-size: 2.5vw;
	font-family: BadScript;
	color: #ffffff;
    margin: 10px 0;
}

.title-block-info {
	color: #ffffff;
	/*font-size: 20px;*/
	font-size: 1.2vw;
    padding: 10px 0 25px 0;
}

@media screen and (max-width: 700px), screen and (max-device-width: 700px) {
    .title-name {
        font-size: 20px;
        padding: 5px 0;
    }
    .title-tagline {
        font-size: 20px;
        margin: 0;
    }
    .title-block-info {
        font-size: 15px;
        padding: 5px 0;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~ МАРКИ ~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.brend {
	text-align: center;
	background-color: #3a3431;
	font-size: 25px;
}

.brend .brend-distributed {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}

.brend .brend-distributed img {
    width: 230px;
    height: 60px;
    margin: 10px 3% 10px 3%;
}

.brend-distributed .text-more {
	transition: all 0.3s ease;
	margin: 20px 0;
}

.brend-distributed .text-more:hover {
	transition: all 0.3s ease;
	color:#ebad00;
}

.brend-distributed a {
	color: white;				/* Убираем перекрашивание в другой цвет. Ссылка же. */
	text-decoration: none; 		/* Убираем подчёркивание */
	outline: none;	
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ ОБЪЯВЛЕНИЕ ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.adv {
	text-align: center;
	font-size: 30px;
	background-color: #f3f3f3;
}

.adv .adv-distributed {
	text-align: center;
    margin: 0 8%;
	width: 84%;
}

.adv-distributed .adv-block-text {
	display: inline-block;
	padding: 50px 0 40px 0;
	width: 40%;
}

.adv-block-text .tittle {
	padding: 50px 0 40px 0;
}

.adv-block-text .subtext {
	font-size: 25px;
}

.adv-block-text .description {
	margin: 0 10%;
	font-size: 20px;
}

.adv-block-text img {
/*	padding: 15px 30%;
    width: 40%;*/
    padding: 30px 0;
    margin: auto;
    width: 60%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ ПРЕИМУЩЕСТВА ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.clear {
	clear: both;
}

.advantages {
	font-size: 30px;
}

.advantages .advantages-distributed {
	text-align: center;
/*	margin: 0 8%;*/
/*	width: 84%;*/
}

.advantages-block-text {
	padding: 50px 0 40px 0;
}

.advantages-block-text .title {
    font-size: 30px;
/*	padding: 0 0 25px 0;*/
}

.advantages-left,
.advantages-center,
.advantages-right {
	display: inline-block;
}

.advantages-left {
	width: 30%;
	float: left;
}
.advantages-center {
	width: 30%;
}
.advantages-right {
	width: 30%;
	float: right;
}

.advantages-box {
	padding: 0 0 40px 0;
}

.advantages-box img {
	width: 95px;
    height: 95px;
}

.advantages-box .title {
	padding: 30px 0 0 0;
    font-size: 25px;
	color: #ebad00;
}

.advantages-box .description {
	line-height: 1.2em;
    font-size: 25px;    
	font-family: BadScript;
}

@media screen and (max-width: 700px), screen and (max-device-width: 700px) {
/*
    .advantages-block-text {
        padding: 30px 0 20px 0;
    }
*/
    .advantages-block-text .title {
        font-size: 20px;
    }
    .advantages-box .title {
        font-size: 20px;
        padding: 10px 0 0 0;
    }
    .advantages-box .description {
        font-size: 20px;    
    }
    .advantages-box img {
        width: 70px;
        height: 70px;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~ КАК МЫ РАБОТАЕМ ~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.work {
	/*background-color: #3a3431;*/
	background-image: url(../img/backgroundMiddle1.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	font-size: 25px;
}

.work .work-distributed {
	text-align: center;
	width: 100%;
	padding: 0 0 40px 0;
}

.work .work-distributed .title {
	font-size: 30px;
	color: #ebad00;
	padding: 40px 0;
}

.stage-box {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	width: 190px;
}

.stage-box img {
	padding: 0 0 20px 0;
	width: 90px;
    height: 90px;
}

.stage-box .stage-string {
	color: white;
	font-size: 20px;
}

@media screen and (max-width: 700px), screen and (max-device-width: 700px) {
    .work .work-distributed .title {
        font-size: 20px;
        padding: 50px 0 40px 0;
    }
    .stage-box {
		padding: 0 10px 20px 10px;
	}
    .stage-box img {
        width: 70px;
        height: 70px;
    }
    
/*
    .advantages-block-text {
        padding: 30px 0 20px 0;
    }
    .advantages-block-text .title {
        font-size: 20px;
    }
    .advantages-box .title {
        font-size: 20px;
        padding: 10px 0 0 0;
    }
    .advantages-box .description {
        font-size: 20px;    
    }
    .advantages-box img {
        width: 70px;
        height: 70px;
    }
*/
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~ МАСТЕРА ~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.masters {
	font-size: 30px;
}

.masters .masters-distributed {
	text-align: center;
	margin: 0 8%;
	width: 84%;
}

.masters-block-text {
    padding: 50px 0 40px 0;
}

.masters-block-text .title {
    font-size: 40px;
	padding: 0 0 25px 0;
}

.block-master {
	padding: 0 0 60px 0;
}

.block-master .masters-box {
	vertical-align: top;
	display: inline-block;
    margin: 0 30px 20px 30px;
}

.block-master .masters-box img {
	width: 130px;
    height: 190px;
}

.block-master .masters-box .master-name {
	font-size: 20px;
	color: #ebad00;
}

.masters-box .title {
	color: #ebad00;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ КАРТА ~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.map .map-distributed {
	text-align: center;
	margin: 0 13%;
    width: 74%;
/*    padding: 90px 0;*/
    padding: 0 0 40px 0;
}

.map-block-text {
    padding: 50px 0 40px 0;
}

.map .map-distributed .title {
	font-size: 30px;
}

.map-photo {
	padding: 10px 0;
}

.map-photo .map-photo-left,
.map-photo .map-photo-center,
.map-photo .map-photo-right {
	display: inline-block;
}

.map-photo .map-photo-left {
	width: 33%;
	float: left;
}

.map-photo .map-photo-center {
	width: 33%;
}

.map-photo .map-photo-right {
	width: 33%;
	float: right;
}

.map-photo .map-photo-left img,
.map-photo .map-photo-center img,
.map-photo .map-photo-right img{
	height: 200px;
}

@media screen and (max-width: 700px), screen and (max-device-width: 700px) {
    .map .map-distributed .title {
        font-size: 20px;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~ КНОПКИ ~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.more-info {
	font-size: 20px;
}

.more-info .more-info-distributed {
	text-align: center;
    margin: 0 11%;
    width: 78%;
	padding: 0 0 40px 0;

}
.more-info-distributed .more-info-string {
	padding: 0 0 30px 0;
	margin: 0 15%;
}

.more-info-distributed a {
	color: white;				/* Убираем перекрашивание в другой цвет. Ссылка же. */
	text-decoration: none; 		/* Убираем подчёркивание */
	outline: none;	
}

.more-info-button-container {
	margin-left: auto;
    margin-right: auto;
	width: 300px;
}
.more-info-button {
	border-radius: 5px;
	background-color: #ebad00;
	padding: 10px;
	transition: all 0.3s ease;
}

.more-info-button:hover {
	background-color: #3a3431;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~ НИЖНИЙ БЛОК ~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.footer {
	background-color: #3a3431;
	color: #ffffff;
	font-size: 20px;
	box-sizing: border-box;
}

.footer .footer-distributed{
	padding: 50px 0 25px 0;
	box-sizing: border-box;
	margin: 0 13%;
	width: 74%;
	text-align: left;
}

.footer-distributed .footer-left,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

.footer-distributed .footer-left{
	width: 60%;
}

.footer-name a {
	text-decoration: none; 		/* Убираем подчёркивание */
	outline: none;	
}

.footer-name .name {
	transition: all 0.3s ease;
	color:#ebad00;
}

.footer-name .name:hover {
	transition: all 0.3s ease;
	color:#ffffff;
}

.footer-distributed .footer-right{
	width: 35%;
	float: right;
}

.footer-left .footer-name {
	font-size: 20px;
}

.footer-block-information .block-info {
	height: 33%;
    font-size: 15px;
	padding: 6px 0;
}

.footer-block-information .block-info img {
	vertical-align: middle;
	padding: 0 10px 0 0;
    width: 30px;
    height: 30px;
}

.footer-block-information .block-info p {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.footer-right .footer-icons {
	float: right;
}

.footer-right .footer-icons img {
    display: inline-block;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

.footer-right .footer-icons img:hover {
	opacity:0.6 !important;
	filter:alpha(opacity=60) !important;
	transition: all 0.3s ease;
}


/* АДМИН ПАНЕЛЬ */

.button-uni, .button-const, .button-tab, .button-action, .button-const-menu {
  height: 40px; 
  box-sizing: border-box;
  font-size: 12px; 
  font-weight: bold; 
  background: #e8d639; 
  cursor: pointer; 
  border: none; 
  color: #292b2b; 
  text-transform: uppercase; 
  border-radius: 4px; 
  letter-spacing: 0.5px; 
  transition: all 150ms linear; 
  outline: none;
}

.button-const, .button-tab, .button-const-menu {
  width: 170px;
  border-radius: 0px; 
  border: solid;
  border-width: 1px;
  border-color: #b3a52e;
}

.button-const-menu {
	height: 70px; 
}

.button-tab {
  height: 20px;
}

.button-action {
  background: #ace839; 
}

.button-action:hover {
  background: #78a227;
}

.button-const:hover, .button-tab:hover, .button-const-menu:hover {
  background: #b3a52e;
}

.button-uni a 
{
  text-decoration: none;    /* Убираем подчёркивание */
  outline: none;  
  color: #141414;
}

.cabinet-left-panel {
  background: #efefef;
  min-height: 100vh;
  float: left;
}

.cabinet-right-area {
  height: 100vh;
/*  float: right;*/
}

.container-cabinet {
	overflow: hidden;
	padding: 0px 12px 6px 12px;
}

.form-sending {
  width:260px;
	padding: 4px;
	margin: 5px 10px 5px 10px;
  font-size: 15px; 
  box-sizing: border-box; 
  outline: none;
  border-color: #a9a9a9;
  border-style: solid;
  border-width: 2px;
  transition: all 150ms linear; 
}

.form-sending:focus {
  border-color: #a79816;
}
.form-sending.error {
  border-color: #c5391a;
}
.form-sending.success {
  border-color: #76bb21;
}

/* АДМИН ПАНЕЛЬ */

@media screen and (max-width: 600px), screen and (max-device-width: 600px) {
	.more-info-distributed .more-info-string {
		margin: 0;
	}
	.more-info-button-container {
		width: auto;
	}
}

@media screen and (max-width: 880px), screen and (max-device-width: 880px) {
	.adv-distributed .adv-block-text
	{
		display: block;
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
	}
	.footer-distributed .footer-left,
	.footer-distributed .footer-right {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.footer-right .footer-icons {
		float: none;
	}
	.footer .footer-distributed{
		padding: 50px 0 80px 0;
	}
	.map-photo .map-photo-left,
	.map-photo .map-photo-center,
	.map-photo .map-photo-right {
		display: block;
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
	}
	.work .work-distributed {
		padding: 0 0 40px 0;
	}
	.header .header-distributed {
		display: block;
		text-align: center;
	}
	.brend-block .brend-block-distributed {
		display: block;
		width: 100%;
		text-align: center;
	}

	.cover-title {
    	padding: 10vh 0 10vh 0;
	}
	.cover-title .title-name {
		font-size: 35px;
	}
	.cover-title .title-tagline {
		font-size: 25px;
	}

	.footer-right .block-info {
		float: none;
	}
}

@media screen and (max-width: 1200px), screen and (max-device-width: 1200px) {
	.advantages-left,
	.advantages-center,
	.advantages-right {
		display: block;
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
	}
	.advantages-box {
		padding: 0 0 10px 0;
	}
	.map .map-distributed {
		width: 100%;
		margin: auto;
	}
}

/*ЛИЧНЫЙ КАБИНЕТ*/
.shadow-panel {
    -webkit-box-shadow: 0px 3px 8px -2px rgba(0,0,0,0.64);
    -moz-box-shadow: 0px 3px 8px -2px rgba(0,0,0,0.64);
    box-shadow: 0px 3px 8px -2px rgba(0,0,0,0.64);
}
.header-block-container {
    background-image: linear-gradient(to right, #8db748, #ffbd00);
    padding: 0 24px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.header-block {
    height: 60px; 
    width: 100%; 
    display: flex;
    align-items: center;
    font-size: 25px;
    color: white;
}
.left-block-container {
    height: 100%;
    margin-top: 60px;
    transform: translateX(0px);
    width: 250px;
    min-height: 100%;
    background-color: #424242;
    position: fixed;
}
.button-list {
    padding: 8px 0;
    color: white;
    transition: .3s ease-in-out;
}
.button-container {
    height: 50px;
    align-items: center;
    display: flex;
    padding: 0 24px;
    cursor: pointer;
}
.button-container:hover {
    background-color: #5f5e5e;
    transition: .3s ease-in-out;
}
.deco-line {
    height: 1px; 
    background-image: linear-gradient(to right, #ffbd00, #8db748);
}
.deco-line2 {
    height: 2px; 
    background-image: linear-gradient(to right, #0b82cc, #00cac7);
}
.deco-line3 {
    height: 1px; 
    background-color: #cecece;
}
.right-block-container {
    padding: 60px 0 32px 250px;
}
.show-panel-container {
    padding: 24px;
}
.show-panel {
    min-height: 30px;
    margin-bottom: 5px;
    background-color: white;
    border: 1px solid #ddd;
}
.ibutton, .istatus, .adminButton {
    width: 140px;
    text-align: center;
    padding: 10px;
    margin: 0 5px;
    font-size: 12px; 
    font-weight: bold; 
    background: #deb812; 
    cursor: pointer; 
    border: none; 
    color: white; 
    text-transform: uppercase; 
    border-radius: 3px; 
    letter-spacing: 0.5px; 
    transition: all 150ms linear; 
    outline: none; 
}
.adminButton {
	width: auto;
}
.ibutton {
    display: inline-block;
}
.ibutton-content img {
    display: inline-block; 
    width: 20px; 
    vertical-align: middle; 
    padding: 0 5px 0  0;
}
.ibutton-text {
    display: inline-block; 
    vertical-align: middle;
}
.ibutton:hover {
    opacity: 0.8; 
}
.info-value-profile {
    padding: 0 15px 4px 15px; 
    font-size: 13px;
}
.info-value-profile .value {
    font-size: 19px; 
    font-weight: bold;
}
.form-sending-profile {
    vertical-align: middle;
    margin: 0 5px;
}
.istatus {
    border-radius: 20px;
    padding: 5px;
    width: 130px;
    transition: all 300ms linear; 
}
.istatus-green {
    background-color: #8eb747;
}
.istatus-blue {
    background-color: #476fb7;
}
.istatus-orange {
    background-color: #b77047;
}
.istatus-red {
    background-color: #d23535;
}
.istatus-window {
    background-color: #f1f1f1;
}
.istatus-variant {
    position: absolute;
    display: block;
    background: #dedede;
    border-radius: 13px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    margin-top: 5px;
    z-index: 1;
}
.istatus-margin{
    margin: 5px;
}
.istatus-right {
	float:right;
}
.istatus-change {
    padding: 5px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.show-index-panel {
    display: inline-block;
    cursor:auto;
    font-size:20px;
    vertical-align: middle;
    color:black;
    border: 1px solid #9e9e9e;
}

.unsave-progress {
	background-color: #fff7db;
}

@media screen and (max-width: 1350px), screen and (max-device-width: 1350px) {
	.istatus-right
	{
		float: none;
		clear: right;
	}
}
/*ЛИЧНЫЙ КАБИНЕТ*/

      .slider {
        position: relative;
        overflow: hidden;
      }

      .slider__item {
        flex: 0 0 100%;
        max-width: 100%;
      }

        .slider__wrapper {
        display: flex;
        transition: transform 0.6s ease;
      }

      .slider__control {
        position: absolute;
        top: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2vw;
        height: 4vw;
        color: #fff;
        text-align: center;
        opacity: 0.5;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, .5);
      }

      .slider__control:hover,
      .slider__control:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
      }

      .slider__control_left {
        left: 0;
      }

      .slider__control_right {
        right: 0;
      }

      .slider__control::before {
        content: '';
        display: inline-block;
        width: 1vw;
        height: 1vw;
        background: transparent no-repeat center center;
        background-size: 100% 100%;
      }

      .slider__control_left::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
      }

      .slider__control_right::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
      }