/* --------------- reset --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;                               /* обнуляем отступы и убираем бордюры */
	vertical-align: baseline;          /* приводим все к одной базовой линии */
	background: transparent;      /* чтобы не проскакивали левые фоны, установленные по умолчанию */
	font-size: 100%;                     /* размер шрифта всем одинаковый */
}
a {                                      	     /* ссылка не в общем списке чтобы не сбрасывать outline по умолчанию */
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	outline:none;
}
table {						/* устраняем отступы между ячейками таблицы */
	border-collapse: collapse;
	border-spacing: 0;
}
td, td img {
	vertical-align: top;			/* возвращаем привычное вертикальное выравнивание */
}
input, select, button, textarea {
	margin: 0; 				/* убираем отступы по умолчанию для элементов форм (в частности для checkbox и radio) */
	font-size: 100%; 			/* делаем размер шрифтов везде одинаковым */
	outline: none;
}
input[type="text"], input[type="password"], textarea {
	padding: 0; 				/* убираем внутренние отступы для текстовых полей */
}
input[type="checkbox"] { 		/* вертикальное выравнивание чекбоксов и радиобатонов относительно меток */
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}

html, body {
	font-size: 100%;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-family: inherit;
	line-height: normal;
    background: #fff;
}

blockquote {
/*	background-color: #f6f6ee; */
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    padding-left: 30px;
    padding-bottom: 0px;
    border: 1px solid #bababa;
}

.bquote {
    margin: 0px;
    margin-bottom: 10px;
    padding: 10px;
    padding-left: 10px;
    border: 1px solid #bababa;
    border-radius: 5px;
}

@font-face {
    font-family: OpenSansBold; /* Гарнитура шрифта */
    src: url('/open-sans-bold.ttf'); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: CenturyGothicRegular; /* Гарнитура шрифта */
    src: url('/century-gothic-regular.ttf'); /* Путь к файлу со шрифтом */
}

body {font-family: Verdana,Arial,Tahoma,Verdana,Arial,Geneva CY,Sans-Serif; font-size:13px; color:#000; font-size-adjust:none; font-style:normal; font-variant:normal; font-weight:normal; text-align: left; color: #000; background-color: #93979D;}

.pb1 {
	font-size: 24px;
	padding-top: 10px;
	padding-bottom:10px;
}

.hs1 {
    font-size: 18px;
    padding-top: 10px;
    font-weight: bold;
}

.ready-form {
	min-width: 290px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.ready-form-border {
	border: 1px solid #4785b0;
    box-shadow: 0 0 5px rgba(71,133,176,.5);
    padding: 15px;
}

.blue-tip {
	background: #e6f3fb;
    padding: 30px 40px;
    margin: 20px 0 35px;
    font-size: 17px;
    color: #2d6a95;
    line-height: 24px;
}

.order-block {
	margin-bottom: 40px!important;
}

.order-block textarea {
	box-sizing: border-box;
	width:100%;
	height:100px;
	overflow:auto;
	font-family:arial;
	resize: none;
	vertical-align:top;
	padding: 10px 15px;
	border: 2px solid #e5e5e5;
}
.order-block ul {
	list-style: none;
}

.order-block li {
	display: table;
    width: 100%;
    padding-top: 1px;
    line-height: 24px;
}

.order-block li .cell-1 {
    min-width: 230px;
}

.order-block li .cell-1 {
    display: table-cell;
    vertical-align: top;
    background: #ecf6fd;
    padding: 10px 20px;
    width: 230px;
    box-sizing: border-box;
}

.order-block li:first-child .cell-2 {
    border-top: 1px solid #ecf6fd;
}

.order-block li .cell-2 {
    display: table-cell;
    vertical-align: top;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #ecf6fd;
    word-break: break-all;
}

.wrapper {
	max-width:100%;
	margin: 0 auto;
	overflow: hidden;
}

.top-block {
	background-color: #fff;
	z-index: 1000;
	width: 100%;
}

.top-block-sticky {
	position: fixed;
    top:0;
    left: 0;
}

.main_header {
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	border-bottom: rgb(115, 177, 247) solid 1px;
}

.main_header a {
	text-decoration: none;
	color: #FFFFFF;
}

.logo {
	float: left;
}

.logo img {
	float: left;
	margin-top: 15px;
  margin-right: 10px;
  margin-left: 5px;
}

.city {
	font-family: "CenturyGothicRegular", sans-serif;
	float: left;
	padding: 25px 0px 25px 25px;
	color: #666666;
}

.city-name {
	font-family: "CenturyGothicRegular", sans-serif;
	color: #00b8e3;
	border-bottom: 1px dotted;
	font-weight: 600;
}

.city-name:hover {
	cursor: pointer;
}

.city-list {
    font-size: 12px;
    line-height: 20px;
    padding: 5px;
    position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    -moz-box-shadow: 0 0 3px #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 300px;
    z-index: 77;
    list-style: none;
    left: -9999px;
    letter-spacing: 0;
    border-radius: 5px;
    font-family: "CenturyGothicRegular", sans-serif;
}


.city-list ul li a {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	color: #000;
}
.city-list ul {
	list-style-type: none;
	width: 145px;
	float: left;
	padding: 0;
	margin: 0;
}
.city-list ul li {
	display: block;
	background: 0 0;
	padding: 0 0 5px;
	margin: 0;
	text-align: left;
	width: 145px;
	float: left;
}

.phone {
	height: 70px;
	float: left;
    border-left: rgb(115, 177, 247) solid 1px;
    background-image: url('/img/phone.png');
	background-position: 14px 50%;
	background-repeat: no-repeat;
}

.numbers {
	font-family: "CenturyGothicRegular", sans-serif;
	color: #666666;
	font-size: 24px;
	padding-left: 62px;
	padding-top: 7px;
}

.time {
	font-family: "CenturyGothicRegular", sans-serif;
	color: #666666;
	font-size: 14px;
	padding-left: 80px;
}

.callme {
	width: 180px;
	height: 70px;
	float: right;
	color: #FFFFFF;
	display: block;
	background-color: #75C4C8;
	background-image: url('/img/mphone.png');
	background-position: 13px 50%;
	background-repeat: no-repeat;
}

.callme span {
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 70px;
	padding-top: 18px;
	display: block;
}

.cabinet {
    width: 160px;
    height: 50px;
    float: right;
    color: #22a9d3;
    display: block;
    /* background-color: #36355E; */
    background-image: url(/img/lk.png);
    background-position: 21px 50%;
    background-repeat: no-repeat;
    /* border: #fff; */
    border-radius: 40px;
    border: rgb(34, 169, 211) solid 2px;
    margin: 7px;
}

.make-button {
    width: 170px;
    height: 50px;
    float: right;
    color: #fff;
    display: block;
    background-color: #22a9d3;
    border-radius: 40px;
    border: rgb(34, 169, 211) solid 2px;
    margin: 7px;
}

.cabinet span {
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 70px;
	padding-top: 8px;
	display: block;
	color: #22a9d3;
}

.make-button span {
	text-decoration: none;
    text-transform: uppercase;
    padding-left: 10px;
    padding-top: 15px;
    display: block;
    color: #fff;
    font-weight: 600;
}

.content-wrapper {
	background: #fff;
	width: 100%;
	overflow: hidden;
}

.punkt {
	/*background-color: rgb(115, 177, 247); */
    border-radius: 8px;
    border: rgb(115, 177, 247) solid 1px;
    color: rgb(115, 177, 247);
    display: inline-block;
    margin-bottom: 5px;
    /* margin-top: 15px; */
    font-weight: 600;
    padding: 4px;
}

.tabs_ref { width: 100%; padding: 0px; margin: 0 auto; }
.tabs_ref>input { display: none; }
.tabs_ref>div {
    display: none;
    padding: 12px;
    border: 1px solid #C0C0C0;
    background: #FFFFFF;
}
.tabs_ref>label {
    /*border-radius: 8px;
    border: rgb(115, 177, 247) solid 1px;*/
    color: rgb(115, 177, 247);
    display: inline-block;
    margin-bottom: 5px;
    /* margin-top: 15px; */
    font-weight: 600;
    padding: 4px;;
    cursor: pointer;
}

.tabs_ref>label:hover {
	text-decoration: underline;
}


.tabs_ref>input:checked + label {
     border-radius: 8px;
    border: rgb(115, 177, 247) solid 1px;
    color: rgb(115, 177, 247);
    display: inline-block;
    margin-bottom: 5px;
    /* margin-top: 15px; */
    font-weight: 600;
    padding: 4px;
}
#tab_ref_1:checked ~ #txt_1,
#tab_ref_2:checked ~ #txt_2,
#tab_ref_3:checked ~ #txt_3,
#tab_ref_4:checked ~ #txt_4,
#tab_ref_5:checked ~ #txt_5,
#tab_ref_6:checked ~ #txt_6,
#tab_ref_7:checked ~ #txt_7 { display: block; }

.up-menu {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: rgb(115, 177, 247) solid 1px;
}

.up-menu-wrapper {
	display: table;
	margin: 0 auto;
}

.up-menu a{
	color: #22a9d3;
	font-weight: 600;
	text-decoration: none;
}

.up-menu a:hover {
    text-decoration: underline;
	color: #22a9d3;
}

.up-menu ul {
	list-style: none;
}

.up-menu ul li {
	margin-right: 10px;
	display: inline;
	text-transform: uppercase;
}

.menu-wrapper {
    display: block;
    float: left;
    padding-right: 50px;
}

.white-footer {
	background: #fff;
	padding: 20px 50px;
	color: #000;
	overflow: hidden;
}

.tech-support {
   font-size: 11px;
   float: left;
   padding-right: 50px;
}

.tech-phone {
   font-size: 30px;
}

.we-take-money {
   float: left;
}

.we-take-money-phrase {
	float: left;
	padding-top: 25px;
}

.we-take-money-icon {
	float: left;
	padding-left: 30px;
}

.money-icon {
	padding-right: 15px;
}

.nav ul {
	overflow: hidden;
	padding: 10px;
	list-style: none;
    z-index: 100000;
	/*background: #3B0098;*/
}

.nav ul li {
	margin-right: 10px;
	display: block;
	padding: 3px 5px 3px 5px;
}

.nav a {
	text-decoration: none;
	color: #22a9d3;
}

.nav .current {
	display:-moz-inline-box;
    display: inline-block;
	color: #22a9d3;
	text-decoration: underline;
}

.nav li:hover {
	text-decoration: underline;
}

.page-wrapper {
	width: 100%;
	oveflow: hidden;
	}

.form-picture-wrapper {
	position: relative;
    background: url(/img/mpf5.jpg) repeat;
    /* background-size: cover; */
    box-sizing: border-box;
    text-align: center;
    color: #FFFFFF;
}

.form-picture-wrapper-order {
    position: relative;
    background: url(/img/mpf5.jpg) repeat;
    /* background-size: cover; */
    box-sizing: border-box;
    text-align: center;
    color: #FFFFFF;
}

.form-picture-wrapper-search {
    position: relative;
    background: url(/img/mpf5.jpg) repeat;
    /* background-size: cover; */
    box-sizing: border-box;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 25px;
}

.form-picture-wrapper-order-promo {
	position: relative;
    background: url(/img/mpf5.jpg) repeat;
    /* background-size: cover; */
    box-sizing: border-box;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 20px;
    border-bottom: rgb(115, 177, 247) solid 1px;
}

.empty-line {
	overflow: hidden;
    display: block;
    margin: 0 auto;
    width: 686px;
    padding-top: 15px;
}

.bottom-link1 {
	position: absolute;
    bottom: 0px;
    left: 0px;
}

.bottom-link2 {
	position: absolute;
    bottom: 0px;
    left: 0px;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.bottom-link2:before {
	z-index: 20;
    content: 'или';
    display: block;
    position: absolute;
    left: -15px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.23);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.23);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.23);
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    border-radius: 25%;
    text-align: center;
    color: #000;
    font-size: 12px;
    text-shadow: none;
}

.greenbuy {
	padding-top: 5px;
}

.orderbuy {
	padding-top: 10px;
	padding-bottom: 10px;
}

.work-info {
    float: left;
    height: 250px;
    position: relative;
    width: 342px;
    text-align: center;
}

.work-info:before {
	position: absolute;
    content: '';
    display: block;
    left: 0px;
    bottom: 100px;
    width: 1px;
    height: 90px;
    /* margin-left: -60px; */
    background-color: #d7d7d7;
}

.buy-info {
    float: left;
    height: 250px;
    position: relative;
    text-align: center;
    width: 344px;
}

.buy-info:before {
	position: absolute;
    content: '';
    display: block;
    left: 0px;
    bottom: 100px;
    width: 1px;
    height: 90px;
    /* margin-left: -60px; */
    background-color: #d7d7d7;
}

.buy-info:after {
	position: absolute;
    content: '';
    display: block;
    right: 0px;
    bottom: 100px;
    width: 1px;
    height: 90px;
    /* margin-left: -60px; */
    background-color: #d7d7d7;
}


.h1-help {
	font-size: 2em;
	oveflow: hidden;
	padding: 50px 0 0 0;
	color: #000;
}

.h2-help {
	font-size: 1.8em;
	color: #000;
}

.h2-help-zakaz {
	font-size: 1.8em;
	padding: 20px;
	color: #000;
}

.h2-help-zakaz-promo {
	font-size: 1.8em;
	padding-bottom: 20px;
	color: #000;
}

.main-page-form {
	display: inline-block;
	margin: 60px auto;
	overflow: hidden;
}

.land-page-form {
	display: inline-block;
	margin: 0px auto;
	overflow: hidden;
}

.zakaz-page-form {
	display: inline-block;
	margin: 10px auto;
	overflow: hidden;
	width: 100%;
	text-align: left;
}

.zakaz-page-form-order {
	display: inline-block;
	margin: 0px auto;
	overflow: hidden;
	width: 100%;
	text-align: left;
}

.zakaz-page-form h2 {
	padding-bottom: 15px;
	color: #707070;
	font-size: 20px;
	font-weight: bold;

}

.how-to-order-wrapper-up {
    padding-bottom: 10px;
    overflow: hidden;
    text-align: center;
}

.how-to-order-line-up {
	font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    color: #757575;
}

.h2-land {
    padding-bottom: 25px;
    color: #000000;
    font-size: 20px;
    font-weight: inherit;
    text-align: center;
}

.h2-land-skidka {
    color: #000000;
    font-size: 20px;
    font-weight: inherit;
    text-align: center;
}

.skidka {
	padding-bottom: 25px;
    color: #757575;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding-top: 14px;
}

.skidka-oval {
    background-color: #F7C66A;
    border-radius: 10px;
    border: #F7C66A solid 5px;
    color: #fff;
}

.h2-land-dot {
	color: #22a9d3;
    font-size: 16px;
    font-weight: inherit;
    text-align: center;
    transition: color .3s;
}

.h2-land-dot:hover {
	color: #8abccc;
}

.aside-form {
background: #fff;
    border-radius: 0px;
    margin-bottom: 30px;
    border: rgb(115, 177, 247) solid 1px;
    /* box-shadow: 0 1px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding: 10px;
    margin-right: 2px;
}

.h2-div	{
    border-bottom: 1px dotted;
    display: inline-block;
    border-color: #22a9d3;
    margin-bottom: 17px;
}

.h4-land {
	padding-bottom: 17px;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding-top: 0px;
}

.content {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.dop-div {
}

.h2-div:hover {
	cursor: pointer;
}


.zakaz-page-form-order label {
	color: #000000;
}

.zakaz-page-form label {
	padding-left: 3px;
}

.big-select select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 60px;
    font-size: 18px;
    padding: 0 20px;
	border-radius: 5px;
	border: #73b1f7 1px solid;
	background: white url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2230%22%20viewBox%3D%220%200%2010%2030%22%3E%3Cstyle%3E.st0%7Bfill%3A%239a9999%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22XMLID_2_%22%20class%3D%22st0%22%20d%3D%22M9.6%2022L5%2030%20.4%2022z%22%2F%3E%3Cpath%20id%3D%22XMLID_3_%22%20class%3D%22st0%22%20d%3D%22M9.6%208L5%200%20.4%208z%22%2F%3E%3C%2Fsvg%3E) no-repeat right 20px center;
}

.avt-orders {
    max-width: 100%;
    background-color: #fafafa;
    border: #d0d0d0 1px solid;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.your-avt {
    background-color: #fafafa;
    border: #d0d0d0 1px solid;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    display: inline-block;
    padding-right: 10px;
}

.avt-avatar {
	float: left;
	padding-right: 5px;
	padding-top: 4px;
}

.avt-info {
	float: left;
}

.avt-comment {
	clear: both;
	padding-top: 10px;
}

.avt-choose {
	clear: both;
}

.profile-info {
	border: rgb(115, 177, 247) solid 1px;
    padding-left: 7px;
    padding-bottom: 5px;
    margin-right: 5px;
}

.lenta-info {
	border: rgb(115, 177, 247) solid 1px;
    padding-left: 7px;
    padding-bottom: 5px;
    margin-top: 15px;
    margin-right: 5px;
}

.lenta-info a{
	color: #22a9d3;
	font-weight: 600;
	text-decoration: none;
}

.lenta-info a:hover {
    text-decoration: underline;
	color: #22a9d3;
}

.big-input {
  width:290px;
  float: left;
  padding-left: 10px;
}

.big-input-comment {
  width: 99%;
  padding-top: 5px;
}

input.bg-input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	height: 60px;
	font-size: 18px;
	padding:0 20px;
	border-radius: 5px;
	box-sizing: border-box;
	border: #73b1f7 1px solid;
	}

.big-input-ref {
  padding: 10px;
}

input.bg-input-ref {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	height: 60px;
	font-size: 18px;
	padding:0 20px;
	border-radius: 5px;
	box-sizing: border-box;
	border: #f7c605 1px solid;
	}

.big-input-zakaz-half-left {
    width: 48%;
    padding-bottom: 10px;
    float: left;
}

.big-input-zakaz-half-right {
    width: 48%;
    padding-bottom: 10px;
    float: right;
}

.big-input-zakaz-half-left-promo {
    width: 48%;
    padding-bottom: 0px;
    float: left;
}

.big-input-zakaz-half-right-promo {
    width: 48%;
    padding-bottom: 20px;
    float: right;
}

.big-input-zakaz {
    width: 100%;
    padding-bottom: 10px;
}

.big-input-checkbox {
    width: 100%;
    padding-bottom: 0px;
    clear : both;
    color: #505050;
}

.big-input-zakaz-upload {
    width: 100%;
    padding-bottom: 10px;
    height: 35px;
	font-size: 14px;
	border-radius: 2px;
	box-sizing: border-box;
	border: #73b1f7 1px solid;
	font-family: "CenturyGothicRegular", sans-serif;
	background: url('/img/files.png') right no-repeat #fff;
	cursor: pointer;
	padding-top: 5px;
	padding-left: 20px;
	background-color: #fdfdfd;
	margin-bottom: 10px;
}

.big-input-zakaz-upload:hover {
    border: #00aa00 1px solid;
}

.big-input-zakaz-upload-order {
    width: 300px;
    padding-bottom: 10px;
    height: 35px;
	font-size: 14px;
	border-radius: 2px;
	box-sizing: border-box;
	border: #D0D0D0 1px solid;
	font-family: "CenturyGothicRegular", sans-serif;
	background: url('/img/files.png') right no-repeat #fff;
	cursor: pointer;
	padding-top: 5px;
	padding-left: 20px;
}

.big-select-zakaz {
    padding: 0px 0px 0px 0px;
}


.big-select-zakaz select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: "CenturyGothicRegular", sans-serif;
	width: 100%;
	height: 35px;
    font-size: 14px;
    padding: 0 20px;
	border-radius: 2px;
	border: #73b1f7 1px solid;
	background: white url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2230%22%20viewBox%3D%220%200%2010%2030%22%3E%3Cstyle%3E.st0%7Bfill%3A%239a9999%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22XMLID_2_%22%20class%3D%22st0%22%20d%3D%22M9.6%2022L5%2030%20.4%2022z%22%2F%3E%3Cpath%20id%3D%22XMLID_3_%22%20class%3D%22st0%22%20d%3D%22M9.6%208L5%200%20.4%208z%22%2F%3E%3C%2Fsvg%3E) no-repeat right 20px center;
    background-color: #fdfdfd;
}

.big-select-zakaz select:hover {
	border: #00aa00 1px solid;
	}

input.bg-input-zakaz {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 35px;
	font-size: 14px;
	padding:0 20px;
	border-radius: 2px;
	box-sizing: border-box;
	border: #73b1f7 1px solid;
	font-family: "CenturyGothicRegular", sans-serif;
	background-color: #fdfdfd;
	}

input.bg-input-zakaz:hover {
	border: #00aa00 1px solid;
}

input[type="file"].bg-input-zakaz {
      display: none;
	}

textarea.bg-input-zakaz {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 100px;
	font-size: 14px;
	padding:0 20px;
	border-radius: 2px;
	box-sizing: border-box;
	border: #73b1f7 1px solid;
	font-family: "CenturyGothicRegular", sans-serif;
	background-color: #fdfdfd;
	}

textarea.bg-input-zakaz:hover {
    border: #00aa00 1px solid;
}

.red-button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	height: 60px;
	padding:0 20px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #eb4855;
	border: 0;
	color: #FFFFFF;
	font-size: 18px;
}

.red-button:hover {
	cursor: pointer;
}

.green-button-main-page {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	height: 60px;
	padding:0 20px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #299d30;
	border: 0;
	color: #FFFFFF;
	font-size: 18px;
}

.green-button-main-page:hover {
	cursor: pointer;
}

.green-button-ref {
	border: 0px;
	display: inline-block;
	width: 100%;
	height: 60px;
	padding:0 20px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #299d30;
	color: #FFFFFF;
	font-size: 18px;
}

.green-button-ref:hover {
	cursor: pointer;
}


.g-message {
	padding: 30px 0;
	font-size: 1.8em;
	color: #000;
}

.g-message-order {
	padding: 10px 0;
	font-size: 1.8em;
}

.t-message {
	padding: 30px 0;
	font-size: 1.8em;
}

.b-message {
	padding: 30px 0;
	font-size: 1.8em;
	text-align: center;
}

.low-banners {
    width: 100%;
    background-color: rgba(19,19,19,.6);
    background-position: 50% 50%;
}



.banners-wrapper {
	display: inline-block;
	margin: 0px auto;
	overflow: hidden;
}

.low-banner1 {
	width: 250px;
	height: 100px;
	padding-left: 30px;
	padding-right: 20px;
	margin: 20px auto;
	float: left;
	border-right: 1px dashed #FFFFFF;
	text-align: left;
}

.low-banner2 {
	width: 250px;
	height: 100px;
	padding-left: 30px;
	padding-right: 20px;
	margin: 20px auto;
	float: left;
	border-right: 1px dashed #FFFFFF;
	text-align: left;
}

.low-banner3 {
	width: 250px;
	height: 100px;
	padding-left: 30px;
	margin: 20px auto;
	float: left;
	text-align: left;
}

.phone-banner {
	display: none;
	width: 250px;
	margin: 20px auto;
	float: left;
	text-align: center;
}

.big-slogan {
	text-align: center;
	background: linear-gradient(to right, #362a2e 0%, #664f47 25%, #805c76 50%, #464772 75%, #2e3d65) repeat-y 50% 50%;
	padding: 40px;
	oveflow: hidden;
}

.light-slogan {
	text-align: center;
	background: #E7E7E7;
	padding: 40px;
	oveflow: hidden;
}


.bg-slogan {
	font-size: 1.8em;
    color: #FFFFFF;
}

.small-slogan {
	font-size: 1.4em;
    color: #FFFFFF;
}

.bg-slogan-dark {
	font-size: 1.8em;
    color: #000000;
}

.bg-slogan-dark-promo {
	font-size: 1.8em;
    color: #000000;
    padding-top: 20px;
}

.work-banners-wrapper {
	display: block;
}

.work-banners {
    display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	background-color: #f8f8f8;
}

.work-banners-aside {
    display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	/* background-color: #fff; */
}

.work-banner {
	flex-basis: 25%;
	box-sizing: border-box;
	background-color: #f8f8f8;
	outline: 1px solid #dedede;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	transition: 0.4s;
}

.work-banner-aside {
	flex-basis: 100%;
	box-sizing: border-box;
	background-color: #f8f8f8;
	outline: rgb(115, 177, 247) solid 1px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	transition: 0.4s;
	margin-bottom: 20px;
	margin-right: 10px;

}

.work-banner:hover {
	transform: scale(1.05, 1.05);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.work-banner-aside:hover {
	transform: scale(1.05, 1.05);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.work-banner-top {
	margin: 11px 10px;
	width: 100%;
}

.ban-img {
	width:70px;
	height:70px;
	float: left;
	margin-right: 20px;
}

.work-banner-desc {
	float: left;
}

.work-banner-info1 {
	font-size: 1.1em;
	color: #00b8e3;
}

.work-banner-info2 {
	font-size: 1em;
	font-weight: bold;
}

.work-banner-info3 {
	font-size: 11px;
	color: #999999;
}

.mini-info {
	font-size: 11px;
	color: #000;
}

.mini-info-grey {
	font-size: 11px;
	color: #757575;
	padding-bottom: 20px;
}

.new-author {
	font-size: 11px;
    color: #fff;
    border: 1px solid #a2c679;
    background-color: #a2c679;
    border-radius: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 2px;
}

.other-avt {
	clear :both;
	padding-top: 1px;
}

.mini-info-grey {
	font-size: 11px;
	color: #757575;
	padding-bottom: 20px;
}

.work-banner-bottom {
    display: block;
    margin: 0 auto;
}

.a-button {
    text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}

.ban-button {
	display: block;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 10px 10px;
    margin-bottom: 20px;
		width: 280px;
}

.blue-button {
		background-color: #84DAFE;
}

.light-red-button {
		background-color: #FD8469;
}

.yellow-button {
		background-color: #FED05C;
}

.green-button {
		background-color: #90DEAA;
}

.darkgreen-button {
		background-color: #49B38F;
}

.darkred-button {
		background-color: #D45F45;
}

.brown-button {
		background-color: #F6B467;
}

.darkblue-button {
		background-color: #5D8FD1;
}


.leave-order {
	display: block;
	margin: 0 auto;
}

.how-to-order-wrapper {
	width: 100%;
	padding-top: 30px;
	overflow: hidden
}

.how-to-order-iconset {
	display: inline-block;
	margin: 0px auto;
	overflow: hidden;
}

.how-to-order-icon {
   float: left;
   margin-right: 35px;
}

.how-to-order-line {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
}

.how-to-order-line-promo {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 7px;
    color: #4768b1;
    border: #4768b1 2px solid;
    border-radius: 15px;
    padding-bottom: 7px;
    padding-left: 4px;
    padding-right: 4px;
    background: #fff;
}

.how-to-order-img-promo {
   width: 40px;
   height: 40px;
}

.how-to-order-link {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #4566B0;
	border: #4566B0 3px solid;
	padding: 10px;
	border-radius: 3px;
}

.leave-order {
	padding-top: 20px;
}

.quotes {
	float: left;
    background-image: url(/img/qb1.png);
    width: 55px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

.testimonials-wrapper {
	width: 100%;
	background: #CED9E2;
	text-align: center;
	overflow: hidden;
}

.flex-testimonials {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.testimonial {
	flex-basis: 25%;
	padding: 20px 20px;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #dedede;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	background: url("/img/sqr.png");
}

.big-title {
	color: #3a5ca2;
	font-size: 18px;
	display: block;
	line-height: 50px;
	text-align: left;
}

.stars {
 	background: url("/img/star.png");
 	width: 125px;
 	height:25px;
 	display: block;
}

.testimonial-text {
	text-align: left;
	padding-bottom: 7px;
}

.back-wrapper {
	background: #3B5998;
	width: 100%;
}

.we-best-wrapper {
	overflow: hidden;
	width: 1140px;
	margin: 0 auto;
}

.flex-we-best {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.we-best-1 {
	width: 380px;
	height: 300px;
	background-color: #43AE91;
	background-image: url('/img/guarantee.png');
	background-repeat: no-repeat;
    background-position: right center;
	flex-basis: 33.333%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.we-best-common-1 {
	color: #fff;
}

.we-best-1 h2 {
	position: relative;
	padding-left: 15px;
	padding-top: 55px;
	font-size: 22px;
	font-family: "OpenSansBold", sans-serif;
}

.we-best-1 p {
	padding-top: 20px;
	padding-left: 15px;
	font-size: 14px;
}

.we-best-2 {
	width: 380px;
	height: 300px;
	background-color: #FFFFFF;
	background-image: url('/img/price.png');
	background-repeat: no-repeat;
    background-position: right center;
    background-image: cover;
	flex-basis: 33.333%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.we-best-common-2 {
	color: #000;
}

.we-best-2 h2 {
	position: relative;
	padding-left: 15px;
	padding-top: 55px;
	font-size: 22px;
	font-family: "OpenSansBold", sans-serif;
}

.we-best-2 p {
	padding-top: 20px;
	padding-left: 15px;
	font-size: 14px;
}

.we-best-3 {
	width: 380px;
	height: 300px;
	background-color: #43AE91;
	background-image: url('/img/student.png');
	background-repeat: no-repeat;
    background-position: right center;
	flex-basis: 33.333%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.we-best-common-3 {
	color: #FFF;
}

.we-best-3 h2 {
	position: relative;
	padding-left: 15px;
	padding-top: 55px;
	font-size: 22px;
	font-family: "OpenSansBold", sans-serif;
}

.we-best-3 p {
	padding-top: 20px;
	padding-left: 15px;
	font-size: 14px;
}


.we-best-4 {
	width: 380px;
	height: 300px;
	background-color: #FFFFFF;
	background-image: url('/img/time.png');
	background-repeat: no-repeat;
    background-position: right center;
	flex-basis: 33.333%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.we-best-common-4 {
	color: #000;
}

.we-best-4 h2 {
	position: relative;
	padding-left: 15px;
	padding-top: 55px;
	font-size: 22px;
	font-family: "OpenSansBold", sans-serif;
}

.we-best-4 p {
	padding-top: 20px;
	padding-left: 15px;
	font-size: 14px;
}

.we-best-5 {
	width: 380px;
	height: 300px;
	background-color: #43AE91;
	background-image: url('/img/teacher.png');
	background-repeat: no-repeat;
    background-position: right center;
	flex-basis: 33.333%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.we-best-common-5 {
	color: #FFF;
}

.we-best-5 h2 {
	position: relative;
	padding-left: 15px;
	padding-top: 55px;
	font-size: 22px;
	font-family: "OpenSansBold", sans-serif;
}

.we-best-5 p {
	padding-top: 20px;
	padding-left: 15px;
	font-size: 14px;
}

.we-best-6 {
	width: 380px;
	height: 300px;
	background-color: #FFFFFF;
	background-image: url('/img/rocket.png');
	background-repeat: no-repeat;
    background-position: right center;
	flex-basis: 33.333%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.we-best-common-6 {
	color: #000;
}

.we-best-6 h2 {
	position: relative;
	padding-left: 15px;
	padding-top: 55px;
	font-size: 22px;
	font-family: "OpenSansBold", sans-serif;
}

.we-best-6 p {
	padding-top: 20px;
	padding-left: 15px;
	font-size: 14px;
}

footer {
	background: #505050;
	padding: 20px 50px;
	color: #fff;
}

.dc {
	/*background: #FFF; */
	text-align: center;
	padding: 20px;
}

.dc-big {
    font-size: 24px;
    color: #505050;
    font-family: "CenturyGothicRegular", sans-serif;
}

.dc-mid {
    font-size: 14px;
    color: #505050;
    font-family: "CenturyGothicRegular", sans-serif;
}

.paginator {
    display: table;
    padding: 20px;
    margin: 0 auto;
}

.white-wrapper {
/*	background: #FFF; */
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
}

.filenames {
	color: #888;
    padding-bottom: 10px;
    display: none;
}

.chat-wrapper {
	background: #f7f7f7;
	padding: 10px;
	margin: 10px;
	border: rgb(225, 225, 225) solid 1px;
}

.chat-scroll {

}

.chat-messages {
	width: 100%;
    /* height: 100%; */
    /* padding: 0 25px 0 0; */
    overflow: auto;
    max-height: 200px;
}

.chat-author-message {
	background: #fff;
	padding: 5px;
	margin: 5px;
	border: rgb(225, 225, 225) solid 1px;
}

.chat-client-message {
	background: #fff;
	padding: 5px;
	margin: 5px;
	border: rgb(225, 225, 225) solid 1px;
	max-width: 90%;
	width: content;
	float: left;
	border-radius: 8px;
	clear: both;
}

.chat-client-message-opp {
	background: #c7edfc;
	padding: 5px;
	margin: 5px;
	border: #c7edfc solid 1px;
	max-width: 90%;
	width: content;
	float: right;
	border-radius: 8px;
	clear: both;
}

.chat-input {
        /* width: 100%; */
    padding-bottom: 0px;
    padding-top: 25px;
    margin-left: 5px;
    /* padding-right: 10px; */
    margin-right: 5px;
}

textarea.chat-text {
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 60px;
    /* font-size: 14px; */
    /* padding: 0px; */
    box-sizing: border-box;
    border: #D0D0D0 1px solid;
    font-family: "CenturyGothicRegular", sans-serif;
    padding-left: 5px;
    padding-top: 3px;
	}

.chat-button {
	display: block;
    height: 30px;
    width: 140px;
    padding: 0px 20px;
    border-radius: 2px;
    background: rgba(41, 87, 157, 0.88);
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    border: 0px;
    /* margin-top: 0px; */
    /* margin-top: 5px; */
    margin-left: 5px;
}

.mini-select select {
	width: 83%;
    margin: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(115, 177, 247);
    padding: 5px !important;
    border-radius: 5px;
    font-family: "CenturyGothicRegular", sans-serif;
}

.mini-input {	width: 80%;
    margin: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(115, 177, 247);
    padding: 5px !important;
    border-radius: 5px;
    font-family: "CenturyGothicRegular", sans-serif;
}

.big-input-chat-upload-order {
    width: 50%;
    padding-bottom: 10px;
    height: 35px;
    font-size: 11px;
    border-radius: 2px;
    box-sizing: border-box;
    border: #D0D0D0 1px solid;
    font-family: "CenturyGothicRegular", sans-serif;
    background: url(/img/files.png) right no-repeat #fff;
    cursor: pointer;
    padding-top: 3px;
    padding-left: 5px;
    margin-bottom: 15px;
    margin-left: 5px;
}

.is-online {
    background-color: #F7C66A;
    border-radius: 3px;
    border: #F7C66A solid 2px;
    color: #fff;
    font-size: 10px;
}




.inner-chat-div {
	padding-right: 30px;
}

.chat-label {
	margin: 5px;
}

.message-writer {
	text-align:left;
	font-size:10px;
	margin-top:3px;
	padding-left:2px;
	color: #777;
}
.referat-container {
	width: 100%;
	float: left;
	overflow: hidden;
}

.referat-wrapper {
	font-family: "CenturyGothicRegular", sans-serif;
    background: #FFF;
    border: rgb(115, 177, 247) solid 1px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
}

.cabinet-wrapper {
	font-family: "CenturyGothicRegular", sans-serif;
    background: #FFF;
    border: rgb(115, 177, 247) solid 1px;
    margin-left: 10px;
    margin-right: 370px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
}

.cabinet-wrapper a {
	color: rgb(71, 134, 200);
	text-transform: uppercase;
	text-decoration: none;
}

.cabinet-wrapper a:hover {
	color: rgb(71, 134, 200);
	text-transform: uppercase;
	text-decoration: underline;
}

.cabinet-wrapper h1 {
	font-size: 24px;
	padding-top: 10px;
	padding-bottom:20px;
}

a.mail_link {
	color: #007000;
	text-decoration: none;
	text-transform: none;
}

a:hover.mail_link {
	color: #007000;
	text-decoration: none;
	text-transform: none;
	text-decoration: underline;
}

.search-wrapper {
	font-family: "CenturyGothicRegular", sans-serif;
    background: #FFF;
    border: rgb(115, 177, 247) solid 1px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
}

.lostpass-wrapper {
	font-family: "CenturyGothicRegular", sans-serif;
    background: #FFF;
    max-width: 500px;
    border: rgb(200, 200, 200) solid 1px;
    margin: 0 auto;
    padding: 10px;
}

.contacts-wrapper {
	font-family: "CenturyGothicRegular", sans-serif;
    background: #FFF;
    /* margin-right: 60px; */
    float: left;
    border: rgb(115, 177, 247) solid 1px;
    margin: 20px 10px;
    padding: 10px;
    width: 250px;
    height: 410px;
    text-align: center;
}

.contacts-wrapper:hover {
    background-color: #f8f8f8;
}

.contacts-wrapper h1 {
	font-size: 24px;
	padding-top: 10px;
	padding-bottom:20px;
}

.contacts-layer {
	margin: 0 auto;
	width: fit-content;
	width: -moz-fit-content;
}


.c-icon1 {
	width: 70px;
	height: 70px;
	background: url(/img/cphone.png) no-repeat;
	margin: 0 auto;
}

.c-icon2 {
	width: 70px;
	height: 70px;
	background: url(/img/cmail.png) no-repeat;
	margin: 0 auto;
}

.c-icon3 {
	width: 70px;
	height: 70px;
	background: url(/img/cask.png) no-repeat;
	margin: 0 auto;
}

.vk-icon {
	width: 70px;
	height: 70px;
	background: url(/img/vk.png) no-repeat;
	margin: 0 auto;
}

.lostpass-link {
	padding-top: 0px;
    text-align: center;
    padding-bottom: 10px;
}

.referat-wrapper a {
	color: rgb(71, 134, 200);
	text-transform: uppercase;
	text-decoration: none;
}

.referat-wrapper a:hover {
	color: rgb(71, 134, 200);
	text-transform: uppercase;
	text-decoration: underline;
}

.referat-wrapper h1 {
	font-size: 24px;
	padding-top: 10px;
	padding-bottom:10px;
}

.referat-wrapper a.button7 {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: rgb(64,199,129);
  transition: 0.2s;
}

.referat-wrapper a.button7:hover { background: rgb(53, 167, 110); }

.referat-wrapper a.button7:active {
  background: rgb(33,147,90);
  box-shadow: 0 3px rgb(33,147,90) inset;
}

.faq-wrapper {
    font-family: "CenturyGothicRegular", sans-serif;
    background: #FFF;
    border: rgb(115, 177, 247) solid 1px;
    margin: 0 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}

.faq-wrapper h1 {
	font-size: 24px;
	padding-top: 10px;
	padding-bottom:20px;
}

.faq-wrapper h2 {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom:0px;
}

.faq-wrapper h3 {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom:5px;
}

.form-wrapper {
    font-family: "CenturyGothicRegular", sans-serif;
    background: #FFF;
    border: rgb(200, 200, 200) solid 1px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

.form-common-wrapper {
	background: #EBEBEB;
	max-width: 1000px;
	padding: 20px;
	margin: 0 auto;
}

.form-common-wrapper-zakaz {
	max-width: 800px;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    border: rgb(115, 177, 247) solid 1px;
    box-shadow: 0 1px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.form-common-wrapper-zakaz-nopay {
	max-width: 800px;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    border: rgb(115, 177, 247) solid 1px;
    box-shadow: 0 1px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
   /* background-image: url(/img/no_pay.png); */
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.form-search {
	max-width: 800px;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    border: rgb(115, 177, 247) solid 1px;
    box-shadow: 0 1px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
   /* background-image: url(/img/no_pay.png); */
    background-position: 0px 0px;
    background-repeat: no-repeat;
}


.addform-common-wrapper {
	background: #EBEBEB;
	padding: 20px;
	margin: 0 auto;
}

.form-wrapper h1 {
	font-size: 24px;
	padding-top: 10px;
	padding-bottom:20px;
}

.side-bar {
	float: left;
	width: 350px;
	margin-left: -350px;
	position: relative;
}

.alike {
  	font-family: "CenturyGothicRegular", sans-serif;
  	font-size: 16px;
  	display: inline-block;
  	padding-bottom: 10px;
  	border-bottom: rgb(200, 200, 200) solid 1px;
}

.plike {
  	font-family: "CenturyGothicRegular", sans-serif;
  	font-size: 16px;
  	display: inline-block;
  	border-bottom: rgb(200, 200, 200) solid 1px;
  	margin-bottom: 5px;
}

.alike-list {
	margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    font-family: "CenturyGothicRegular", sans-serif;
}

.alike-item {
	display: block;
    padding: 7px 0 12px;
}

.alike-topic a {
	text-transform: uppercase;
	text-decoration: none;
	color: rgb(71, 134, 200);
}

.alike-topic a:hover {
	text-decoration: underline;
}

.description {
	background: #fff;
	font-family: "CenturyGothicRegular", sans-serif;
	font-size: 16px;
	padding-left: 0px;
	padding-bottom: 40px;
	color: #000;
	clear: both;
}

.grey-span {
	color: rgb(135, 135, 135);
}

.grey-span a {
	text-transform: unset;
	color: rgb(135, 135, 135);
	text-decoration: none;
}

.grey-span a:hover {
	text-transform: unset;
	color: rgb(135, 135, 135);
	text-decoration: none;
}

.greenbuy {
	padding-top: 5px;
}

.red-span {
	color: rgb(135, 0, 0);
	font-size: 30px;
}

.form-text {
	max-width: 1024px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.form-text p {
	text-indent: 20px;
	margin-bottom: 5px;
}

.form-text ul {
	padding: 0;
    margin: 0 0 20px 0;
    list-style-type: none;
}

.form-text ul li {
	  display: list-item;
}

.form-text ul li {
	  display: list-item;
}

.form-text ul li::before {
    content: '•';
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 24px;
    color: #4587ca;
}

.promo-wrapper {
   	margin: 20px auto;
}

.form-text-border {
	max-width: 800px;
	margin: 20px auto;
	padding-bottom: 20px;
	border: rgb(115, 177, 247) solid 1px;
	padding: 10px;
	border-radius: 3px;
	/*box-shadow: 0 3px 8px 0 rgba(134,145,152,.58);*/
}

.form-text-border p {
	text-indent: 20px;
	margin-bottom: 5px;
}

.form-text-border ul {
	padding: 0;
    margin: 0 0 20px 0;
    list-style-type: none;
}

.form-text-border ul li {
	  display: list-item;
}

.form-text ul li {
	  display: list-item;
}

.form-text-border ul li::before {
    content: '•';
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 24px;
    color: #4587ca;
}

.h1-form {
	font-size: 1.8em;
	padding: 15px;
	text-align: center;
    font-weight: inherit;
    color: #000;
}

.h3-form {
	font-size: 1.6em;
    padding: 20px;
    text-align: center;
    font-weight: inherit;
}

.h4-form {
	font-size: 1.4em;
    font-weight: inherit;
    padding-bottom: 15px;
    padding-left: 15px;
}

.dark-side-of-the-force  {
  		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(255,255,255,0.6);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: none;
}

.dark-side-of-the-force > div {
  margin: 20% auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #c0c0c0, 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.5), -1.8em -1.8em 0 0em rgba(192,192,192, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.7), 1.8em -1.8em 0 0em #c0c0c0, 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.5), 1.8em -1.8em 0 0em rgba(192,192,192, 0.7), 2.5em 0em 0 0em #c0c0c0, 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.5), 2.5em 0em 0 0em rgba(192,192,192, 0.7), 1.75em 1.75em 0 0em #c0c0c0, 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.5), 1.75em 1.75em 0 0em rgba(192,192,192, 0.7), 0em 2.5em 0 0em #c0c0c0, -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.5), 0em 2.5em 0 0em rgba(192,192,192, 0.7), -1.8em 1.8em 0 0em #c0c0c0, -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.5), -1.8em 1.8em 0 0em rgba(192,192,192, 0.7), -2.6em 0em 0 0em #c0c0c0, -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.5), -2.6em 0em 0 0em rgba(192,192,192, 0.7), -1.8em -1.8em 0 0em #c0c0c0;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #c0c0c0, 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.5), -1.8em -1.8em 0 0em rgba(192,192,192, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.7), 1.8em -1.8em 0 0em #c0c0c0, 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.5), 1.8em -1.8em 0 0em rgba(192,192,192, 0.7), 2.5em 0em 0 0em #c0c0c0, 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.5), 2.5em 0em 0 0em rgba(192,192,192, 0.7), 1.75em 1.75em 0 0em #c0c0c0, 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.5), 1.75em 1.75em 0 0em rgba(192,192,192, 0.7), 0em 2.5em 0 0em #c0c0c0, -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.5), 0em 2.5em 0 0em rgba(192,192,192, 0.7), -1.8em 1.8em 0 0em #c0c0c0, -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.5), -1.8em 1.8em 0 0em rgba(192,192,192, 0.7), -2.6em 0em 0 0em #c0c0c0, -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.5), -2.6em 0em 0 0em rgba(192,192,192, 0.7), -1.8em -1.8em 0 0em #c0c0c0;
  }
}

a.knopka-red {
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: rgb(212,75,56); /* фон кнопки */
  padding: .5em 1.5em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
  border-radius: 3px;
}

a.knopka-red:hover
{
	background: rgb(232,95,76);
	color: #fff; /* цвет текста */
    text-decoration: none; /* убирать подчёркивание у ссылок */
  	user-select: none;
  	border-radius: 3px;
} /* при наведении курсора мышки */

a.knopka-red :active {
	background: rgb(152,15,0);
	color: #fff; /* цвет текста */
	text-decoration: none; /* убирать подчёркивание у ссылок */
  	user-select: none;
  	border-radius: 3px;
}

a.knopka-darkblue {
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: rgba(41, 87, 157, 0.88);; /* фон кнопки */
  padding: .5em 1.5em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
  border-radius: 3px;
}

a.knopka-darkblue:hover
{
	background: rgba(60, 123, 220, 0.88);
	color: #fff; /* цвет текста */
    text-decoration: none; /* убирать подчёркивание у ссылок */
  	user-select: none;
  	border-radius: 3px;
} /* при наведении курсора мышки */

a.knopka-darkblue :active {
	background: rgb(26,55,99, 0.88);
	color: #fff; /* цвет текста */
	text-decoration: none; /* убирать подчёркивание у ссылок */
  	user-select: none;
  	border-radius: 3px;
}

a.knopka-lightgreen {
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: #a2c679; /* фон кнопки */
  padding: .5em 1.5em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
  border-radius: 3px;
}

a.knopka-lightgreen:hover
{
	background: #b3da87;
	color: #fff; /* цвет текста */
    text-decoration: none; /* убирать подчёркивание у ссылок */
  	user-select: none;
  	border-radius: 3px;
} /* при наведении курсора мышки */

a.knopka-lightgreen :active {
	background: #85a065;
	color: #fff; /* цвет текста */
	text-decoration: none; /* убирать подчёркивание у ссылок */
  	user-select: none;
  	border-radius: 3px;
}

 /* при нажатии */

.finishDialog {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(50,50,50,0.6);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: none;
	}

.finishDialog:target {
		display: block;
		pointer-events: auto;
	}

.finishDialog > div {
		width: 400px;
		position: relative;
		margin: 10% auto;
		border-radius: 5px;
		background: #f7f7f7;
		border: rgb(115, 177, 247) solid 1px;
		padding: 10px;
}

.correctDialog {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(50,50,50,0.6);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: none;
	}

.correctDialog:target {
		display: block;
		pointer-events: auto;
	}

.correctDialog > div {
		width: 400px;
		position: relative;
		margin: 10% auto;
		border-radius: 5px;
		background: #f7f7f7;
		border: rgb(115, 177, 247) solid 1px;
		padding: 10px;
}

.cabinetDialog {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(50,50,50,0.6);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: none;
	}

.cabinetDialog:target {
		display: block;
		pointer-events: auto;
	}

.cabinetDialog > div {
		width: 400px;
		position: relative;
		margin: 10% auto;
		border-radius: 5px;
		background: #f7f7f7;
		border: #d8d8d8 1px solid;
}

.zakazDialog {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(50,50,50,0.6);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: none;
	}

.zakazDialog:target {
		display: block;
		pointer-events: auto;
	}

.zakazDialog > div {
		width: 400px;
		position: relative;
		margin: 10% auto;
		border-radius: 5px;
		background: #f7f7f7;
		border: #d8d8d8 1px solid;
	}

.errDialog {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(50,50,50,0.6);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: block;
	}

.errDialog > div {
		width: 400px;
		position: relative;
		margin: 10% auto;
		border-radius: 5px;
		background: #f7f7f7;
		border: #d8d8d8 1px solid;
		padding: 25px;
		text-align: center;
	}

.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

.close:hover {
		color: #606061;
		background: #FFFFFF; }

.close_err {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

.close_err:hover { background: #ddd9ff; }

        .tabs {
            min-width: 320px;
            max-width: 100%;
            padding: 0px;
            margin: 0 auto;
        }
        /* Стили секций с содержанием */

        .tabs > section {
            display: none;
            padding: 15px;
            background: #fff;
            padding-left: 0px;

        }

        .tabs > section > p {
            margin: 0 0 5px;
            line-height: 1.5;
            color: #383838;
            /* прикрутим анимацию */
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
        }
        /* Описываем анимацию свойства opacity */

        @-webkit-keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        /* Прячем чекбоксы */

        .tabs > input {
            display: none;
            position: absolute;
        }
        /* Стили переключателей вкладок (табов) */

        .tabs > label {
            display: inline-block;
            margin: 0 0 -1px;
            padding: 15px 25px;
            font-weight: 600;
            text-align: center;
            color: #aaa;
            border: 0px solid #ddd;
            border-width: 1px 1px 1px 1px;
            background: #f1f1f1;
            border-radius: 3px 3px 0 0;
        }
        /* Шрифт-иконки от Font Awesome в формате Unicode */


        /* Изменения стиля переключателей вкладок при наведении */

        .tabs > label:hover {
            color: #888;
            cursor: pointer;
        }
        /* Стили для активной вкладки */

        .tabs > input:checked + label {
            color: #555;
            border-top: 1px solid #009933;
            border-bottom: 1px solid #009933;
            background: #fff;
        }
        /* Активация секций с помощью псевдокласса :checked */

        #tab1:checked ~ #content-tab1,
        #tab2:checked ~ #content-tab2,
        #tab3:checked ~ #content-tab3,
        #tab4:checked ~ #content-tab4,
        #tab5:checked ~ #content-tab5,
        #tab6:checked ~ #content-tab6,
        #tab7:checked ~ #content-tab7,
        #tab8:checked ~ #content-tab8,
        #tab9:checked ~ #content-tab9
         {
            display: block;
        }

.oplata_h1 {	text-align: center;
}

.orders {
	max-width: 100%;
	background-color: #EBF9FF;
	border: #D3EDF9 1px solid;
	padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    overflow: hidden;
}

.green-orders {
	max-width: 100%;
	background-color: #EEFDEF;
	border: #A5CA8C 1px solid;
	padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.red-orders {
	max-width: 100%;
	background-color: #F6CFC9;
	border: #FC745F 1px solid;
	padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.red-orders-fit {
    /* max-width: 100%; */
    background-color: #F6CFC9;
    border: #FC745F 1px solid;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* margin-bottom: 10px; */
    display: inline-block;
    padding-right: 10px;
}

.blue-orders-fit {
    /*max-width: 100%; */
    background-color: #dbe8f7;
    border: rgb(115, 177, 247) 1px solid;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 10px;
}

.orders-big {
		font-size: 16px;
		font-weight: 600;
		color: #000;
	}

.orders-medium {
		font-size: 14px;
		font-weight: 600;
		color: #000;
	}

.orders-red {
		color: #AA0000;
	}

.orders-green {
		color: #00AA00;
	}

.orders-blue {
		color: #0000AA;
	}

.orders-button-link {	margin-top: 15px;
}

.orders-button-link a {
	display: inline-block;
	text-decoration: none;
    padding: 10px 20px;
    border-radius: 4px;
    background: #22a9d3;
    color: #FFFFFF;
    font-size: 14px;
    border: 0px;
	text-transform: none;
}

.orders-button-link a:hover {
	display: inline-block;
	text-decoration: none;
    padding: 10px 20px;
    border-radius: 4px;
    background: #22a9d3;
    color: #FFFFFF;
    font-size: 14px;
    border: 0px;
	text-transform: none;

}


.orders-button {
	display: block;
    height: 30px;
    padding: 0px 20px;
    border-radius: 4px;
    background: #22a9d3;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    border: 0px;
    margin-top: 15px;
}

.search-button {
	display: block;
    height: 30px;
    padding: 0px 20px;
    border-radius: 4px;
    background: #22a9d3;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    border: 0px;
}

.orders-button-font12 {
	display: block;
    height: 30px;
    padding: 0px 20px;
    border-radius: 4px;
    background: #22a9d3;
    color: #FFFFFF;
    font-size: 12px;
    cursor: pointer;
    border: 0px;
    margin-top: 15px;
}

.orders-button-red {
	display: block;
    height: 30px;
    padding: 0px 20px;
    border-radius: 4px;
    background: #e95653;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    border: 0px;
    margin-top: 15px;
}

.orders-button-green {
	display: block;
    height: 30px;
    padding: 0px 20px;
    border-radius: 4px;
    background: #299d30;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    border: 0px;
    margin-top: 15px;
}

.orders-button-lightgreen {
	display: block;
    height: 30px;
    padding: 0px 20px;
    border-radius: 4px;
    background: #a2c679;
    color: #FFFFFF;
    font-size: 12px;
    cursor: pointer;
    border: 0px;
    margin-top: 15px;
}

.pay-wrapper {
    font-family: "CenturyGothicRegular", sans-serif;
    background: #FFF;
    border: rgb(115, 177, 247) solid 1px;
    margin: 0 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.pay-wrapper h1 {
	font-size: 24px;
	padding-top: 10px;
}

.paywidget-wrapper-out {	display: flex;
}

.paywidget-wrapper {	margin: auto;
    border: rgb(115, 177, 247) solid 1px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0 4px 8px rgb(115 177 247 / 50%);
}

.user-profile {
	max-width: 100%;
	background-color: #EBF9FF;
	border: #D3EDF9 1px solid;
	padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.rating {
	padding-top: 10px;
}

.rate-thanks {
	padding-left: 15px;
}

.user-data {
	display: block;
	float: left;
	padding-left: 10px;
}

.user-foto  {
	display: block;

}

.user-foto-layer {
	float: left;
}

.profile-input {
    	padding: 5px;
}

table.cabinet-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}

table.cabinet-table td
{
	border:1px solid #c4c4c4;
	padding:6px 5px;
}

table.profile-table
{
	border:0px;
}

table.profile-table td
{
	padding:3px;
}

table.cabinet-table thead td, table.cabinet-table th
{
	/*text-align:left;*/
	background-color:#f2f2ea;
	font-weight:bold;
	font-size:12px;
	background-image:none;
	border:1px solid #C4C4C3;
	border-bottom:none;
	padding:8px;
}

.attach__head {
  border-bottom: #000 solid 1px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 5px 0px;
  margin: 0 0 5px 0;
}

.attach__item {
  border-bottom: #ccc solid 1px;
  padding: 0 0 5px 0px;
  margin: 0 0 5px 0;
}

.attach__item:last-of-type {
  margin-bottom: 0px;
  border-bottom: none;
}

.attach__up {
  cursor: pointer;
  color: #22a9d3;
  margin-bottom: 10px;
}

.attach__edit,
.attach__delete {
  display: none;
  margin-right: 10px;
  cursor: pointer;
}

.attach__edit {
  color: #2f7dfe;
}

.attach__delete {
  color: #f00;
  font-size: 10px;
}

.attach__delete_from_order {
  color: #ff0000 !important;
  font-size: 10px;
  text-transform: none !important;
}

.attach__name {
  color: #000;
}

.attach__item--attached .attach__up {
  display: none;
}

.attach__item--attached .attach__edit,
.attach__item--attached .attach__delete {
  display: inline-block;
}

.attach__input {
  display: none;
}

@media only screen and (max-width: 1200px) {
	.work-banner {
	   flex-basis: 50%;
	}

	.testimonial {
	   flex-basis: 50%;
	}

}


@media only screen and (max-width: 1024px) {

	.how-to-order-icon {
   		float: left;
	   	margin-right: 10px;
	   	width: 100px;
	}

	.we-best-wrapper {
		width: 760px;
	}

	.we-best-1 {
		flex-basis: 50%;
	}

	.we-best-2 {
		flex-basis: 50%;
	}

	.we-best-common-3 {
		color: #000;
	}

	.we-best-3 {
		flex-basis: 50%;
		background-color: #FFFFFF;
	}

	.we-best-common-4 {
		color: #FFF;
	}

	.we-best-4 {
		flex-basis: 50%;
		background-color: #43AE91;
	}

	.we-best-common-5 {
		color: #FFF;
	}

	.we-best-5 {
		flex-basis: 50%;
		background-color: #43AE91;
	}

	.we-best-common-6 {
		color: #000;
	}

	.we-best-6 {
		flex-basis: 50%;
		background-color: #FFFFFF;
	}

}

@media only screen and (max-width: 1152px) {

	.how-to-order-icon {
   		float: left;
	   	margin-right: 10px;
	   	width: 100px;
	}
}

@media only screen and (max-width: 1280px) {

	.how-to-order-icon {
   		float: left;
	   	margin-right: 20px;
	}
}

@media only screen and (max-width: 1000px) {

	.pay-wrapper h1 {
		font-size: 18px;
		padding-top: 10px;
	}

	.order-block li .cell-1, .order-block li .cell-2 {
	    padding-left: 15px;
    	padding-right: 15px;
    	display: block;
	}

	.order-block li .cell-1 {
	    width: auto;
    	font-size: 15px;
	}

	.make-button {
		display: none;
	}

	.tech-support {
		display: none;
	}

	.we-take-money {
		display: none;
	}

	.user-data {
		float: none;
		padding-left: 0px;
	}

	.up-menu {
		display: none;
		padding-top: 3px;
	}

	.zakazDialog > div {
		width: 280px;
	}

    .cabinetDialog > div {
		width: 280px;
	}

	.white-wrapper {
		background: #FFF;
		overflow: hidden;
		display: unset;
		justify-content: unset;
		align-items: unset;
	}

	.referat-container {
		float: unset;
	}

	.side-bar {
		min-width: unset;
		background: #fff;
		padding-left: 10px;
		float: unset;
		width: 98%;
		margin-left: 0px;
		position: relative;
	}

	.tabs > label {
                display: block;
                margin-right: 15px;
                margin-bottom: 3px;
            }
    .description {
    	padding-bottom: 10px;
    	padding-top: 10px;
    }

 	.referat-wrapper {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		min-width: unset;
	}

	.referat-wrapper h1 {
		font-size: 14px;
		padding-top: 10px;
		padding-bottom:20px;
	}

	.cabinet-wrapper {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		min-width: unset;
	}

	.how-to-order-icon {
   		float: none;
        width: 100%;
        padding-bottom: 15px;
	}

	.how-to-order-iconset {
		width: 100%;
		overflow: hidden;
	}

	.work-banner {
	   flex-basis: 100%;
	}

	.testimonial {
	   flex-basis: 100%;
	}

	.we-best-wrapper {
		width: 380px;
	}

	.we-best-1 {
		flex-basis: 100%;
	}

	.we-best-2 {
		flex-basis: 100%;
	}

	.we-best-3 {
		flex-basis: 100%;
		background-color: #43AE91;
	}

	.we-best-common-3 {
		color: #FFF;
	}

	.we-best-4 {
		flex-basis: 100%;
		background-color: #FFFFFF;
	}

	.we-best-common-4 {
		color: #000;
	}

	.we-best-5 {
		flex-basis: 100%;
		background-color: #43AE91;
	}

	.we-best-common-5 {
		color: #FFF;
	}

	.we-best-6 {
		flex-basis: 100%;
		background-color: #FFFFFF;
	}

	.we-best-common-6 {
		color: #000;
	}


   .phone {
   		display: none;
   	}
   .callme {
   		display: none;
   	}
   .city {
   		display: none;
   	}

	.h1-help {
		font-size: 1.2em;
		padding: 10px 0 0 0;
	}

	.h2-help {
		font-size: 1.1em;
	}

	.big-input {
	  width:290px;
	  float: none;
	  padding-top: 20px;
	}

	.low-banner1 {
		display: none;
	}

	.low-banner2 {
		display: none;
	}

	.low-banner3 {
		display: none;
	}

	.phone-banner {
		display: inline-block;
	}

	.main-page-form {
		margin: 20px auto;
	}

	.land-page-form {
		margin: 20px auto;
	}

   .big-slogan {
		padding: 10px;
	}
	.bg-slogan {
		font-size: 1.2em;
    	color: #FFFFFF;
	}

	.g-message {
		display: none;
	}

	.g-message-order {
		display: none;
	}

	.aside-form {
        margin-top :10px;
		margin-right: 10px;
	}

	.form-common-wrapper-zakaz-nopay {
		background-image:unset;
	}

	.errDialog > div {
	 	width: 50%;
	}

	.empty-line {
		width: min-content;
	}

	.bottom-link2:before {
		display: none;
	}

	.buy-info {
		padding-top: 20px;
	}

	.work-info:after {
		position: absolute;
    	content: '';
    	display: block;
   	 	right: 0px;
    	bottom: 100px;
    	width: 1px;
    	height: 90px;
    /* margin-left: -60px; */
    	background-color: #d7d7d7;
	}

}

@media only screen and (max-width: 720px) {

}

@media only screen and (max-width: 320px) {
   .logo {   	  width: 135px;
   	}

   	.logo img {   	   width: 100%;
       height: 100%;
       object-fit: contain;
   	}

   	.contacts-wrapper {   		width: 200px;
   	}

   	.work-info {   		width: 300px;
   	}

   	.buy-info {
   		width: 300px;
   	}
}
