


    html {
        scroll-behavior: smooth;
    }
	.js-step__block .form-inside {padding:15px 0;}
    .js-step__item {
        display: none;
    }
    .js-step__item.active {
        display: block;
    }
    .js-step__progress {
        border:1px solid darkgrey;
        width: 100%;
        height: 10px;
        position: relative;
        border-radius: 4px;
        overflow: hidden;
        background-color: #f5f7f9;
        background-image: linear-gradient(
                -45deg
                ,#dbdee1 25%,transparent 0,transparent 50%,#dbdee1 0,#dbdee1 75%,transparent 0,transparent);
        background-size: 1rem 1rem;
    }

    .js-empty__progress,
    .js-complete__progress {
        position: absolute;
    }
    .js-empty__progress {
        transition: width .3s ease-out;
        background-color: #f5f7f9;
        background-image: linear-gradient(
                -45deg
                ,#dbdee1 25%,transparent 0,transparent 50%,#dbdee1 0,#dbdee1 75%,transparent 0,transparent);
        background-size: 1rem 1rem;
        height: inherit;
    }
    .js-complete__progress {
        border-radius: 4px;
        transition: width .3s ease-out;
        background-color: #66c05d;
        height: inherit;
    }
    .new-form {
        padding: 50px 50px;
    margin: 30px auto 30px auto;
    max-width: 600px;
    border-radius: 32px;
    background: #fff;
    }
    .new-form .step-info {
        margin-bottom: 8px;
        color: rgba(11,31,53,.6);
    }
    .new-form .headline{
        font-size: 1.3rem;
    font-weight: 500;
    line-height: .98;
    margin-bottom: 2rem;
    }
    .new-form .btn-actions {
        display: flex;
        justify-content: space-between;
    }
    .new-form .btn-actions button{
        transition: box-shadow .2s;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    align-items: center;
    border: 1px solid rgba(11,31,53,.1);
    min-height: 56px;
    padding: 0 27px;
    }
    .new-form .btn-actions button:hover {
        opacity: .8;
    }
    .new-form .btn-actions .js-next {
        display: block;
        margin-left: auto;
        background: #005ff9;
        color: #ffffff;
    }
    .select-custom {
        margin-bottom: 20px;
    }
    .select-custom .selectric {
        border: none;
        border-bottom:1px solid rgba(11,31,53,.15);
        background: rgba(11,31,53,.05);
        border-radius: 4px 4px 0 0;
    }
    .select-custom .selectric-items {
        background: #ffffff;
        border: none;
        border-radius:0 0 4px 4px;
        box-shadow: 0 1px 5px 0 rgb(11 31 53 / 25%);
        color: rgba(11,31,53,.95);
    }
    .select-custom .selectric-items li{
        font-size: 16px;
        color: rgba(11,31,53,.95);
        padding-left: 20px;
    }
    .select-custom .selectric-open .selectric {
        border-bottom-color: #0b1f35;
        box-shadow: inset 0 -1px 0 #0b1f35;
    }
    .select-custom .selectric-items li:hover {
        background: rgba(11, 31,53, .08);
    }
    .select-custom .selectric .label {
        font-size: 16px;
        line-height: 56px;
        height: 56px;
    }
    .select-custom .selectric .button {
        background: transparent;
        line-height: 56px;
        height: 56px;
    }
	
	
	
	.consultation-form__radio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;margin-bottom: 40px;
}

.consultation-form__radio-list *{
box-sizing: border-box;
}

.consultation-form__radio-wrapper {
  width: 150px;
  border-radius: 16px
}

.consultation-form__radio:checked+.consultation-form__radio-label {
  background-color: #f7f7f7
}

.consultation-form__radio:checked+.consultation-form__radio-label .consultation-form__radio-circle {
  position: absolute;
  content: "";
  bottom: 16px;
  right: 16px;
  height: 18px;
  width: 18px;
  background-color: #005ff9;
  border-radius: 50%
}

.consultation-form__radio:checked+.consultation-form__radio-label .consultation-form__radio-circle:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 6px;
  height: 6px
}

.consultation-form__radio-label {
  padding: 16px 16px 35px;
  border: 1px solid #000;
  position: relative;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block
}

.consultation-form__radio-label:hover {
  background-color: #f7f7f7
}

.consultation-form__radio-text {
  font-size: 13px;
  line-height: 16px;
  color: var(--main-text);
  height: 55px;
  font-weight: bold
}

.consultation-form__radio-big-number {
  line-height: 22px;
  font-size: 12px;
  color: var(--main-text)
}

.consultation-form__radio-small-number {
  color: var(--link-text-green);
  line-height: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #005ff9;
}

.consultation-form__radio-circle {
  position: absolute;
  content: "";
  bottom: 16px;
  right: 16px;
  height: 18px;
  width: 18px;
  background-color: #0d0d0d1a;
  border-radius: 50%;
  border-color: #0009;
  border: 1px solid #d5d6dc
}




.form label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
}

.form input[type="text"] {
	margin-bottom: 20px;
	border: 1px solid #d2d2d2;
	font-size: 13px;
	color: #000;
	padding: 5px;
}

input[type="submit"] {
	font-family: Tahoma, Arial, ​sans-serif;
	overflow: visible;
	cursor: pointer;
}

.form input[type="submit"].bttn-green {
	margin-right: 15px;
	vertical-align: middle;
}

.form a {
	vertical-align: middle;
}

.start-reg-link {
	padding: 12px 15px;
	margin: 20px -15px -15px;
	clear: both;
	background-color: #77d332;
	border-top: 1px solid #fff;
}

.start-reg-link a,
.start-reg-link a:hover {
	color: #fff;
}

.bttn-green,
.bttn-green:hover {
	background: rgb(138,223,83);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhhZGY1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MWNjMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(138,223,83,1) 0%, rgba(113,204,29,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,223,83,1)), color-stop(100%,rgba(113,204,29,1)));
	background: -webkit-linear-gradient(top,  rgba(138,223,83,1) 0%,rgba(113,204,29,1) 100%);
	background: -o-linear-gradient(top,  rgba(138,223,83,1) 0%,rgba(113,204,29,1) 100%);
	background: -ms-linear-gradient(top,  rgba(138,223,83,1) 0%,rgba(113,204,29,1) 100%);
	background: linear-gradient(to bottom,  rgba(138,223,83,1) 0%,rgba(113,204,29,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8adf53', endColorstr='#71cc1d',GradientType=0 );
	color: #fff;
	text-shadow: 1px 1px 0 #68b132;
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	padding: 8px 35px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	_overflow:hidden;
	vertical-align: top;
	font-size: 14px !important;
	text-decoration: none;
}

.add-datas-fields {
	width: 100%;
	margin-bottom: 30px;
}

.add-datas-fields .form_row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 16px;
}

.add-datas-fields .form_row:last-child {
	margin-bottom: 0;
}

.add-datas-fields .form_row label {
	font-weight: bold;
	float: left;
	width: 112px;
	line-height: 28px;
}

.add-datas-fields .field-text,
.add-datas-fields .add-file {
	margin-left: 112px;
	padding: 5px;
	color: #888;
	overflow: hidden;
	font-size: 12px;
}

.add-datas-fields .field-text {
	border: 1px solid #d2d2d2;
}

.add-datas-fields .field-text input[type="text"],
.add-datas-fields .field-text input[type="text"]:focus {
	width: 100%;
	border: none;
	padding: 0;
	background: transparent;
	font-size: 13px;
	color: #000;	
}

.add-datas-fields .add-file .hint-text {
	margin-left: 100px;
	padding-top: 5px;
}

.c-upload-file {
	width: 100%;
}

.s-upload-file {
	background: #e5e5e5;
	border: 1px solid #bbb;
	display: none;
	margin-bottom: 30px;
}

.s-upload-file .head {
	border-bottom: 1px solid #bbb;
	width: 100%;
	font-size: 14px;
	height: 29px;
}

.s-upload-file .head span {
	padding: 8px 18px;
	border-right: 1px solid #bbb;
	background: #f5f5f5;
}

.s-upload-file .head a,
.s-upload-file .head a:hover {
	color: #000;
	margin: 8px 18px 0 0;
}

.s-upload-file .body {
	background: #f5f5f5;
	padding: 16px;
}

.s-upload-file .body .upload {
	margin-bottom: 22px;
	overflow: hidden;
	padding: 8px;
}

.s-upload-file .body .upload .input {
	background: #fff;
	padding: 4px;
	margin-right: 6px;
	border: 1px solid #bbb;
}

.s-upload-file .bttn-green {
	margin-right: 6px;
}

.about-upload-photo {
	width: 100%;
	overflow: hidden;
	margin-bottom: 22px;
}

.about-upload-photo .thumb {
	background: #fff;
	border: 1px solid #bbb;
	width: 106px;
	height: 106px;
}

.about-upload-photo .data-uploaded-photo {
	margin-left: 120px;
}

.about-upload-photo .data-uploaded-photo .fa {
	margin: 0 3px;
	font-size: 16px;
	color: #549ACC;
}

.about-upload-photo textarea {
	margin-bottom: 14px;
	background: #fff;
	height: 60px;
	border: none;
	padding: 0;
	font-size: 13px;
	color: #000;	
	border: 1px solid #bbb;
	padding: 5px;	
	width: 80%;
}

.text-for-uploadphoto {
	width: 100%;
	margin-bottom: 30px;	
}

.text-for-uploadphoto .textarea {
	border: 1px solid #bbb;
	padding: 5px;	
	background: #fff;
}

.text-for-uploadphoto .textarea textarea,
.text-for-uploadphoto .textarea textarea:focus {
	width: 100%;
	height: 250px;	
	border: none;
	background: transparent;
}

.s-rubtic {
	margin-bottom: 30px;
	background: #f5f5f5;
	border: 1px solid #bbb;
	padding: 15px;
}

.s-rubtic .form_row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 18px;
}

.s-rubtic .form_row:last-child {
	margin-bottom: 0;
}

.s-rubtic .form_row label {
	text-align: right;
	float: left;
    font-weight: bold;
    line-height: 28px;
    width: 90px;
}

.s-rubtic .form_row p {
	margin: 0 0 0 105px;
	line-height: 28px;
}

.s-rubtic .field-box {
	margin-left: 105px;
}

.s-rubtic .field-box .text-input {
	border: 1px solid #bbb;
	padding: 5px;	
	background: #fff;
	margin-bottom: 4px;
}

.s-rubtic .field-box input[type="text"],
.s-rubtic .field-box input[type="text"]:focus {
	width: 100%;
	border: none;
	padding: 0;
	background: transparent;
	font-size: 13px;
	color: #000;	
}

.s-rubtic .field-box p {
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 1.3em;
}

.s-rubtic .field-box p a,
.s-rubtic .field-box p a:hover {
	color: #000;
	font-size: 12px;
	line-height: 1.3em;	
}

.s-rubtic select {
	border: 1px solid #bbb;
	padding: 5px;
	width: 50%;
	margin-right: 8px;
}

.publish-bttn {
	margin-bottom: 30px;
}

.title-italic {
	font-style: italic;
	font-family: 'Times new roman', serif;
	margin-bottom: 32px;
	font-size: 20px;
}

.title-italic.sm-bd {
	margin-bottom: 12px;
}

.title-with-line {
	font-weight: bold;
	border-bottom: 2px solid #4f6173;
	color: #4f6173;
	margin-bottom: 20px;
	padding-bottom: 18px;
	font-size: 20px;
}

.questions-nav {
	margin-bottom: 10px;
	border-bottom: 1px solid #e2dede;
}

.questions-nav ul {
	list-style: none;
	width: 100%;
	overflow: hidden;
}

.questions-nav ul li {
	float: left;
	margin-left: 22px;
}

.questions-nav ul li:first-child {
	margin-left: 0;
}

.questions-nav ul li a {
	display: block;
	padding: 0 0 13px;
	border-bottom: 3px solid #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #b0b8bd;
}

.questions-nav ul li a:hover,
.questions-nav ul li a.current {
	color: #4f6173;
	border-bottom-color: #e7897c;
}

.question-with-reit {
	background-color: transparent;
}

.question-with-reit:hover {
	background: #F6F5F3;
}

.question-with-reit .block-border-inside {
	border-color: #fff;
	border-bottom-color: #e2dede;
	padding: 30px 25px;
}

.question-with-reit:hover .block-border-inside {
	border-color: #DCDBD9;
} 

.question-with-reit .counter-quest {
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #b3bbcb;
	color: #b3bbcb;
	font-size: 16px;
	font-weight: bold;
}

.question-with-reit .body {
	margin-left: 62px;
}

.question-with-reit .head {
	color: #4f6173;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 12px;
}

.question-with-reit p {
	margin-bottom: 14px;
}

.question-with-reit .foot {
	overflow: hidden;
}

.question-with-reit .foot .icn-bttn {
	background-color: #e5e5e5;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #525252;
	text-shadow: 1px 1px 0 #fff;
}

.question-with-reit .foot .nickname {
	line-height: 30px;
	color: #000;
}

.question-with-reit .foot .nickname:hover {
	color: #000;
	text-decoration: none;
}

.question-with-reit .foot .icn-bttn:hover {
	color: #000;
	text-decoration: none;
}

.question-with-reit .foot .icn-bttn.left {
	margin-right: 8px;
}

.question-with-reit .foot .icn-bttn.right {
	margin-left: 8px;
}

.question-with-reit .arr-moreinfo-block {
	display: none;
}

.question-with-reit:hover .arr-moreinfo-block {
	display: block;
} 

.arr-moreinfo-block {
	background: url("../images/arr-moreinfo-block.png") no-repeat;
	width: 26px;
	height: 47px;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	right: -19px;
}

.pagination-pages {
	width: 100%;
	padding-top: 20px;
}

.pagination-pages ul {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	_ovterflow:hidden;
	vertical-align: top;
	list-style: none;
}

.pagination-pages ul li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	_ovterflow:hidden;
	vertical-align: top;	
	margin-right: 2px;
}

.pagination-pages ul li a {
	display: block;
	text-decoration: none;
	color: #b7c0c6;
	font-weight: bold;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	min-width: 15px;
	text-align: center;
}

.pagination-pages ul li a:hover,
.pagination-pages ul li a.current {
	color: #fff;
	text-decoration: none;
	background: #4abfb4;
}

.pagination-pages ul li.prev a .fa {
	margin-right: 5px;
}

.pagination-pages ul li.next a .fa {
	margin-left: 5px;
}

.st-bttns {
	background: #fff9e9;
	border: 1px solid #bbb;
	padding: 10px;
	margin-bottom: 8px;
	overflow: hidden;
}

.correct-fonts {
	float: left;
	margin-right: 14px;
}

.smiles {
	margin-bottom: 8px;
}

.text-upload-photo {
	margin-top: 6px;
}

.text-upload-photo .fa {
	margin-left: 6px;
	margin-right: 4px;
}

.text-upload-photo a,
.text-upload-photo a:hover {
	color: #000;
}

.show-all-blocks {
	border-top: 2px solid #4f6173;
	padding-top: 8px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: right;
}

.show-all-blocks a {
	text-decoration: none;
	color: #3f48cc;
	padding: 6px 30px 6px 0;
	background: url("../images/show-all-blocks.png") no-repeat 100% 50%;
	font-size: 15px;
}

.show-all-blocks a:hover {
	text-decoration: underline;
	color: #3f48cc;	
}

.block-with-shortinfo {
	padding: 4px 35px 4px 4px;
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 12px;
}

.block-with-shortinfo:hover {
	background-color: #f0f6fc;
}

.block-with-shortinfo .thumb {
	width: 180px;
}

.block-with-shortinfo .body {
	margin-left: 190px;
	line-height: 1.1em;
}

.block-with-shortinfo .head {
	margin-bottom: 13px;
	font-weight: bold;
}

.block-with-shortinfo p {
	margin-bottom: 14px;
}

.block-with-shortinfo .learn-more {
	display: none;
}

.block-with-shortinfo:hover .learn-more {
	display: block;
}

.learn-more {
	right: 0; top: 0;
	bottom: 0;
	position: absolute;
	width: 22px;
	background: url("../images/learn-more.png") no-repeat 50% 50% #e7eef4;
	border: 1px solid #dbe3eb;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.uppercase {
	text-transform: uppercase !important;
}

.write-answer {
	margin-bottom: 30px;
}

.write-answer .title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}

.write-answer .foot {
	margin-bottom: 70px;
}

.write-answer .foot span {
	margin: 0 4px;
}

.write-answer .foot .fa {
	margin-right: 3px;
}

.write-answer .edit-note .fa {
	font-size: 16px;
	color: #333;
	line-height: 16px;
}

.write-answer .remove-note .fa {
	font-size: 16px;
	color: #fd4a4a;
}

.write-answer .user-data {
	color: #000;
}

.write-answer .user-data em {
	font-size: 13px;
	color: #000;
}

.write-answer .user-data span {
	font-size: 13px;
	padding: 4px 0;
	margin-bottom: 5px;
}

.write-answer .user-data span a,
.write-answer .user-data span a:hover {
	color: #000;
}

.reitstatus span {
	color: #009911;
	font-size: 15px;
	font-weight: bold;
	margin-right: 5px;
}

.reitstatus .fa {
	font-size: 16px;
}

.reitstatus .fa-arrow-circle-down {
	color: #b5120a;
}

.reitstatus .fa-arrow-circle-up {
	color: #5db20a;
}

.without-comments {
	margin-bottom: 30px;
}

.without-comments .fa {
	font-size: 15px;
	margin: 0 4px;
	color: #1580df;
}


.sorts {
	color: #4f6173;
}

.sorts ul {
	list-style: none;
	margin-left: 5px;
	font-size: 0;
}

.sorts ul li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	_overflow:hidden;
	vertical-align: top;
	font-size: 15px;
}

.sorts ul li:first-child {
	margin-left: 0;
}

.sorts ul li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #b3bbcb;
	text-decoration: none;
	border: 1px solid #b3bbcb;
}

.sorts ul li:first-child a {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.sorts ul li a:hover,
.sorts ul li a.current {
	background: #4abfb4;
	color: #fff;
	border-color: #b3bbcb;
	text-decoration: none;
}

.sorts ul li:last-child a {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.answ-unit {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #f0f0f0;
}

.answ-unit .thumb {
	float: left;
	width: 50px;
	overflow: hidden;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.answ-unit .thumb img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: block;	
}

.answ-unit .body {
	margin-left: 66px;
}

.answ-unit .body p {
	margin-bottom: 0;
	line-height: 1.2em;
}

.answ-unit .head {
	overflow: hidden;
	width: 100%;
	margin-bottom: 6px;
	padding: 0;
}

.answ-unit .head span {
	font-size: 15px;
    font-weight: bold;
}

.answ-unit .head .nickname {
    margin-right: 5px;
	font-size: 15px;
    font-weight: bold;
    color: #464646;
    text-decoration: none;   
    text-transform: uppercase; 
}

.answ-unit .head .nickname:hover {
	text-decoration: underline;
	color: #464646;
}

.answ-unit .head .icn-hash,
.answ-unit .head .icn-hash:hover {
    background: url("../images/icn-hash.png") no-repeat 50% 50%;
    width: 30px;
    text-decoration: none;
    line-height: 32px;
}

.answ-unit .foot {
	width: 100%;
	overflow: hidden;
}

.answ-unit .foot a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}

.answ-unit .foot a:hover {
	text-decoration: underline;
	color: #000;
}

.answ-unit .foot .timeage {
	color: #b2b9bf;
}

.counter-likes {
	font-weight: bold;
	color: #b2b9bf;
}

.counter-likes a,
.counter-likes a:hover {
	color: #b2b9bf;
	text-decoration: none;	
}

.counter-likes .fa {
	margin-right: 4px;
}

.form-write-answer {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.form-write-answer .head {
	margin-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 16px;
	text-transform: uppercase;
	font-size: 15px;
    font-weight: bold;
}

.form-write-answer form {
	padding: 7px;
	background: #dee9f1;
	border: 1px solid #dae1e8;
	overflow: hidden;
}

.form-write-answer .textarea {
	background: #fff;
	padding: 5px;
	border: 1px solid #c0cad5;
	margin-bottom: 10px;
	color: #8c8e91;
	font-size: 12px;
}

.form-write-answer .textarea textarea,
.form-write-answer .textarea textarea:focus {
	background: transparent;
	border: none;
	padding: 0;
	width: 100%;
	height: 65px;
}

.form-write-answer input[type="submit"] {
	border: none;
	height: auto;
	line-height: 1.2em;
	padding: 6px 15px;
}

.form-write-answer.without-reg {
	border-bottom: 2px solid #4F6173;
	border-top: 2px solid #4F6173;
	padding: 18px 0;
}

.you-must-reg {
	padding: 0 0 30px;
}

.you-must-reg span {
	display: block;
	font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;	
}

.you-must-reg .fa {
	color: #d7dbe1;
	margin-bottom: 8px;
	font-size: 70px;
}

.you-must-reg .bttn-accent {
	padding-left: 40px;
	padding-right: 40px;
}

.lg-mb {
	margin-bottom: 28px;
}

.rubrics-edits {
	margin-bottom: 45px;
}

.rubrics-edits .row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.rubrics-edits .row label {
	float: left;
    font-weight: bold;
    line-height: 28px;
    width: 112px;
}

.rubrics-edits .row input[type="text"] {
	width: 50%;
	padding: 5px;
	border: 1px solid #D2D2D2;
}

.lists-rubrics {
	width: 100%;
	overflow: hidden;
	margin-bottom: 45px;
}

.lists-rubrics .row {
	margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
}

.lists-rubrics .row:last-child {
	margin-bottom: 0;
}

.lists-rubrics .row span {
	font-size: 13px;
	margin-bottom: 4px;
}

.lists-rubrics .row p {
	margin: 0;
}

.lists-rubrics .row p span {
	margin: 0 4px;
}

.lists-rubrics .row .fa {
	margin-right: 3px;
	font-size: 16px;
	color: #333;
}

.lists-rubrics .row .fa-times {
	color: #FD4A4A;
}


/* end styles 29.03.2014 */


/* styles 06.02.2014 */

.consults-form .title {
	color: #549ACC;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
}

.consults-form .subtitle {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
}

.choose-section-cols {
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}

.choose-section-cols .col {
	width: 362px;
}

.choose-section-cols label {
	cursor: pointer;
}

.choose-section-cols input[type="checkbox"] {
	vertical-align: middle;
	margin-right: 6px;
}

.default-form {
	width: 100%;
}

.default-form .form_row {
	width: 100%;
	margin-bottom: 20px;
}

.default-form .hr {
	margin-bottom: 20px;
	clear: both;
	width: 100%;
	height: 1px;
	background-color: #f0f0f0;
}

.default-form .form_label {
	float: left;
	width: 176px;
	font-weight: bold;
    line-height: 28px;
font-size: 13px;
}
.default-form input[type="text"],
.default-form input[type="email"],
.default-form textarea {
	border: 1px solid #abbcd5;
	padding: 5px 10px;
	font-size: 13px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 2px;
}

.default-form .hint {
	padding-top: 10px;
	font-size: 13px;
    line-height: 1.29;
}

.hint span::before {content: '';display: inline-block;width: 20px;height: 19px;background: url(/images/svg/notice_mail.svg);background-size: 20px;vertical-align: middle;margin-right: 10px;}

.default-form .hint ul li{
	list-style: square outside;
	margin: 10px 0 0 30px;
}

.default-form ol {
	list-style: decimal inside none;
	margin-left: 20px;
}

.default-form ol li {
	margin-bottom: 2px;
}

.default-form ol li:last-child {
	margin-bottom: 0;
}

.ctr-cupcha .text-cupcha {
	margin: 0 20px 0 40px;
	display: inline-block;
	vertical-align: top;
}

.default-form .ctr-cupcha input[type="text"] {
	width: 35%;
}

.new-add-file {
	margin-bottom: 10px;
}

.choose-section-cols .radio_list{margin: 0;list-style: none;}

.choose-section-cols .radio_list li{
	float: left; width: 50%;
	margin: 0 0 12px 0;
	padding-right: 8px;
	display: block;
	box-sizing: border-box;
    font-size: 13px;
}
.choose-section-cols .radio_list li:last-child{
	font-weight: bold;
}

.default-form .validate-error input{
	border-color: red;
}

.radio_list label{
	display: inline;
}


.default-form input[type="text"],
.default-form input[type="email"]{
	height: 31px;
}

.default-form textarea{
	height: 200px;
}
/* end styles 06.02.2014 */



.consults-form .payed-amount{
	position: absolute;
	top: 0px;
	right: 0px;
	background: #6bbd6b none repeat scroll 0% 0%;
	color: white;
	padding: 4px;
	border-radius: 0px 0px 0px 7px;
}




  /********* RADIO**********/
.radio_list {
  padding-top: 5px;
}
.radio_list input {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.radio_list input + label {
  cursor: pointer;
}
.radio_list input:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio_list input:not(checked) + label {
  position: relative;
  padding: 0 0 0 30px;
  display: block;
  line-height: 23px;font-size:14px;
}
.radio_list input:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  width: 14px;
  height: 14px;
  border: 3px solid #e2dee6;
  border-radius: 50%;
  background: #FFF;
}


.radio_list input:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3a8fea;
  opacity: 0;
  transition: all .2s;
}
.radio_list input:checked + label:after {
  opacity: 1;
}
.radio_list input:checked + label:before,
.radio_list input:focus + label:before {
  border: 4px solid #3a8fea;
  top: 0;
  left: 0;
}
.choose-section-cols .radio_list li {
  margin-bottom: 6px;
}
/********* / RADIO**********/



/********* CHECKBOX *********/
[type=checkbox] {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}

[type=checkbox] + label {
  cursor: pointer;
}

[type=checkbox]:not(checked) {
  position: absolute;
  opacity: 0;
}
[type=checkbox]:not(checked) + label {
  position: relative; 
  padding: 0 0 0 40px;
  display: block;
  line-height: 24px;
}

[type=checkbox]:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #fff;
  border: 2px solid #378fea;
}

[type=checkbox]:not(checked) + label:after {
content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  transition: all .2s;
  width: 40px;
  height: 35px;
  background: url(/images/svg/checkmark.svg) no-repeat;
  opacity: 0;
  background-size: cover;
}

[type=checkbox]:checked + label:before {
  background: #378fea;
}

[type=checkbox]:checked + label:after {
  opacity: 1;
}


ul.checkbox-list {
  list-style-type: none;
  margin: 0;
  padding: 0 10px 10px 10px;
}

.checkbox-list::after {content:"";display:block;clear:both;}

.checkbox-list li {
  padding: 5px 0;
  margin-bottom: 10px;
  width: 50%;
  float: left;
}

@media(max-width: 500px) {
  .checkbox-list li {
    width: auto;
    float: none;
  }
}
/******** / CHECKBOX ********/



/********* HINTS **********/
.field-hint {
  width: 17px;
  height: 17px;
  background: url(../images/question.svg) no-repeat;
  background-size: cover;
  color: #8c9ca9;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}

.field-w-hint {
  position: relative;
}
.field-w-hint::after {content:"";display:block;clear:both;}
/********* / HINTS **********/



/********* Form fields restyle **********/
.default-form input[type="text"], .default-form input[type="email"], .default-form textarea{
background: #f3f4f5;
    border-radius: 4px 4px 0 0;
    height: 56px;
    padding: 4px 10px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid rgba(11,31,53,.3);
}

.default-form textarea {padding: 5px 10px;
    font-size: 13px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;}

.default-form .form_label {
  width: auto;
  float: none;
  margin-bottom: 5px;
}

.default-form .value {
  margin-left: 0;
}
.default-form .value ul {
  margin-left: 0;
}
.default-form input[type="text"], .default-form input[type="email"] {
background: #f3f4f5;
    border-radius: 4px 4px 0 0;
    height: 56px;
    padding: 4px 10px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid rgba(11,31,53,.3);
}

.default-form .hint ul li {
  margin-left: 20px;
}

.field-buttom {    padding: 15px;
    margin-top: -5px;
    border: 1px solid #f5f5f5;
    border-top: 0;
    border-radius: 0 0 2px 3px;
}

.default-form .form_label, .block-border-inside .subtitle {font-size:17px;}
.half-form {
  max-width: 460px;
}

.field-col-50 {
  width: 50%;
  float: left;
  padding-right: 15px;
  box-sizing: border-box;
}

.field-col-50 select {
  width: 100%;
  
}
.field-col-50.last {
  padding-right: 0;
}


@media (max-width: 400px) {
  .field-col-50 {
    width: auto;
    float: none;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
/********* / Form fields restyle **********/



/********* Select2 restyle **********/
.select2-container {
  vertical-align: top;
}
.select2-container .select2-selection--single {
  border: 1px solid #dfe0e2;
  border-radius: 2px;
  height: 50px;
}  

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  background: #f7f7ff;
  width: 40px;
  border-left: 1px solid #dfe0e2;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border: none;
  width: 12px;
  height: 19px;
  background: url(../images/arrow.svg) no-repeat;
  background-size: cover;
  margin-top: -6px;
  margin-left: -8px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f7f8fd;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #378fea;
}

.select2-dropdown {
  border: 1px solid #dfe0e2;
}
/********* / Select2 restyle **********/



/********* Age field **********/
#age_field{
  margin-right: -5px;
}

.form_age_field .select2-selection--single {
  background: #f7f7ff;
}

.form_age_field .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 20px;
  border: none;
}

.selectAge-wrap {
    display: flex;
}
/********* / Age fields **********/



/********* Tooltip **********/
#tooltip {
  position: absolute;
  z-index: 100;
  background: #fff;
  border: 1px solid #dfe0e2;
  padding: 15px;
}

  
#tooltip:after 
{
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #dfe0e2;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
  margin-left: -10px;
  transform: rotate(45deg);
  z-index: 101;
}

#tooltip:before {
  content: '';
  display: block;
  width: 24px;
  height: 10px;
  position: absolute;
  z-index: 102;
  bottom: 0px;
  left: 50%;
  margin-left: -12px;
  background: #fff;
}
  
#tooltip.top:after
{
    top: -20px;
    bottom: auto;
}

#tooltip.top:before {
  bottom: auto;
  top: 0;
}

#tooltip.left:after
{
    left: 10px;
    margin: 0;
}

#tooltip.left:before {
  left: 0;
}

#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}

#tooltip.right:before {
  right: 0;
  left: auto;
}
/********* / Tooltip **********/


/********* Multiple select **********/
.multiple-select {
  position: relative;
  margin-bottom: 20px;
}

.add-multiple-select {
  background: none;
  font-weight: bold;
  border: none;
  color: #57b4f1;
  font-size: 25px;
  line-height: 36px;
  margin-left: 20px;
  cursor: pointer;
}

.multiple-select .styled-select2{
  width: 335px;
}

@media(max-width: 450px) {
  .multiple-select .styled-select2{
  width: 205px;
}
}
/********* / Multiple select **********/



/********* File input **********/
.file-upload input[type="file"]{
  display: none;
}

.file-upload {
  position: relative;
  overflow: hidden;
  width: 210px;
  height: 50px;
  background: #f7f6fb;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  border: 1px solid #dfe0e2;
  color: #9d9db9;
  display: inline-block;
  vertical-align: middle;
}

.file-upload:hover {
  background: #f7f7ff;
}

.file-upload label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}


.file-upload label:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 20px;
  height: 17px;
  background: url(../images/upload.svg) no-repeat;
  background-size: cover;
  margin-right: 5px;
  margin-top: -2px;
}


.file-upload span {
  line-height: 50px;
  font-weight:bold;
}
/*#photo_add_link {
  display: inline-block;
  vertical-align: middle;
}*/
/*#photo_add_link a{
    background: none;
    font-weight: bold;
    border: none;
    color: #57b4f1 !important;
    font-size: 25px;
    line-height: 36px;
    margin-left: 20px;
    cursor: pointer;
}*/

.new-add-file {
  /*margin-bottom: 0;*/
}

.file-input {
  margin-bottom: 20px;
}
/********* / File input **********/



#age_field{
    width: 100px;
}
.form_age_field .selectAge{
    line-height: 30px;
    height: 30px;
}
.selectAge-select{
    display: inline-block;
    vertical-align: top;
}

.address_field_validate{
  display: none;
}


.default-form .validate-error input[type="text"], .default-form .validate-error textarea{
  border-color: red;
}

.form-new-title{
  display: flex;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
}

.new-headline{
    font-size: 1.3rem;
    font-weight: 500;
    line-height: .98;
    margin-bottom: 2rem;
}

