body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.2;
	font-family: 'Arial', Helvetica, sans-serif;
	overflow-x: hidden;
	margin:0;
	background-color: #eff6f6;
}
#wrapper{
	overflow: hidden;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
img,
ol,
ul,
li,
footer,
header {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.main-wrap{
	position: relative;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}



#header {
    width: 100%;
    padding: 2.7% 1.8% 25px 3.8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgb(215, 232, 238);
    background: -moz-linear-gradient(top, rgba(215, 232, 238, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(215, 232, 238, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(215, 232, 238, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d7e8ee', endColorstr='#ffffff', GradientType=0);
}

#header:after {
    content: '';
    display: table;
    clear: both;
}

#header .logo{
    display: block;
    float: left;
    width: 172px;
}

#header .logo img#logo{
    display: block;
    width: 100%;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

#header_info {
    float: left;
    width: 80.8%;
    margin: 2.2% 0 0 3.7%;
}

.header_info_col {
    float: left;
    width: 47.1%;
    min-height: 1px;
}

.header_info_col:nth-child(2) {
    width: 51%;
}

.header_info_item:after {
    content: '';
    display: table;
    clear: both;
}

.header_info_item {
    float: left;
    width: 50%;
    font-size: 13px;
    line-height: 15px;
    color: #0d4f67;
    letter-spacing: -0.1px;
    min-height: 40px;
}

.header_info_item div {
    overflow: hidden;
}

.header_info_item img {
    display: block;
    float: left;
    margin-right: 10px;
}

.header_info_item b {
    display: block;
    font-size: 18px;
    line-height: 25px;
}

.header_info_item a {
    font-size: 27px;
    color: #e84038 !important;
    line-height: 27px;
    text-decoration: none !important;
    cursor: default !important;
}

.header_info_item_phone {
    width: 43%;
    margin-top: -4px;
}

.header_info_item_phone img {
    margin-top: 4px;
}

#wrapper a.entry_link {
    width: 100%;
    max-width: 220px;
    text-align: center;
    height: 39px;
    display: block;
    background: #e84038;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #fff !important;
    cursor: pointer !important;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

#wrapper a.entry_link:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

#wrapper a.entry_link:hover {
    background: #dd2f27;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.23);
}

#wrapper a.entry_link span {
    max-width: 96%;
    vertical-align: middle;
    display: inline-block;
}

.header_info_item_entry {
    float: right;
    width: 47.5%;
    margin-top: 14px;
    z-index: 11;
    position: relative;
}

#main_navigation {
    display: flex;
    width: 100%;
    padding-right: 4.1%;
    background: #7dc7cc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 98;
}

#main_navigation>ul {
    flex: 0 0 87%;
    max-width: 87%;
    float: left;
    list-style: none;
}

#main_navigation>ul>li {
    display: block;
    float: left;
    perspective: 1000px;
    margin-left: 8px;
    margin-right: 8px;
}

#main_navigation>ul>li:first-child{
    margin-left: 0px;
}

#main_navigation>ul>li>a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    padding-left: 12px;
    padding-right: 12px;
}

#main_navigation>ul>li:hover>a,
#main_navigation>ul>li.active>a,
#main_navigation>ul>li.alias-parent-active>a {
    background: #e84038;
}

#main_navigation>ul>li.item-108.active>a {
    background: transparent;
}

#main_navigation>ul>li.item-108:hover>a {
    background: #e84038;
}

#main_navigation>ul>li>a:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

#main_navigation>ul>li>a span {
    vertical-align: middle;
    display: inline-block;
    max-width: 96%;
    word-break: break-all;
}

#main_navigation>ul>li.parent>a:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 8px;
    margin: 0 -5px 0 3px;
    background: url(../img/arr1.png) 0 0 no-repeat;
}

#main_navigation>ul>li>ul {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 430px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    list-style: none;
    transform-origin: 50% 0%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

#main_navigation>ul>li>ul:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 54%;
    height: 100%;
    background: #dd2f27;
}

#main_navigation>ul>li>ul>li>a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
}

#main_navigation>ul>li>ul>li {
    margin-bottom: 8px;
    position: relative;
    z-index: 10;
}

#main_navigation>ul>li>ul>li>a:hover {
    text-decoration: underline;
}

#main_navigation>ul>li:hover ul {
    padding: 31px 20px 22px 20px;
    background: #e84038;
    opacity: 1;
    visibility: visible;
    animation-name: swingdown;
    animation-duration: 0.7s;
    animation-timing-function: ease;
}

@keyframes swingdown {
    0% {
        opacity: .99999;
        transform: rotateX(90deg);
    }
    30% {
        transform: rotateX(-5deg) rotateY(5deg);
        animation-timing-function: ease-in-out;
    }
    65% {
        transform: rotateX(5deg) rotateY(-3deg);
        animation-timing-function: ease-in-out;
    }
    100% {
        transform: rotateX(0);
        animation-timing-function: ease-in-out;
    }
}

.social_links {
    float: right;
    padding: 10px 0 0;
    width: 31.3%;
}

#main_navigation .social_links{
    flex: 0 0 13%;
    max-width: 13%;
}

.social_links ul {
    list-style: none;
    text-align: justify;
    line-height: 0;
    font-size: 0;
}

.social_links ul li:last-child {
    visibility: hidden;
    width: 100%;
    height: 0;
}

.social_links ul li {
    display: inline-block;
}

.social_links ul li img {
    display: block;
}

.social_links ul li img.hover {
    display: none;
}

.social_links ul li a {
    width: 29px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
}

.social_links ul li.social_vk a {
    background-image: url(../img/soc1.png);
}

.social_links ul li.social_yt a {
    background-image: url(../img/soc2.png);
}

.social_links ul li.social_fb a {
    background-image: url(../img/soc3.png);
}

.social_links ul li.social_vk a:hover {
    background-image: url(../img/soc1-a.png);
}

.social_links ul li.social_yt a:hover {
    background-image: url(../img/soc2-a.png);
}

.social_links ul li.social_fb a:hover {
    background-image: url(../img/soc3-a.png);
}

.social_links ul li.social_in a {
    background-image: url(../img/soc4.png);
}

.social_links ul li.social_in a:hover {
    background-image: url(../img/soc4-a.png);
}


.login_but {
    position: absolute;
    top: 10px;
    right: 37px;
    color: #cf0016;
    font-size: 12px;
    text-decoration: underline;
}




.reg-link{
    position: absolute;
    top: 10px;
    right: 78px;
    color: #cf332c;
    font-size: 12px;
    text-decoration: underline;
}
.reg-link:hover, .login_but:hover{
    text-decoration: none;
}
.reg-link:after{
    content: '';
    width: 19px;
    height: 17px;
    position: absolute;
    left: -30px;
    top: -3px;
    background:  url(../img/reg.png) 0 0 no-repeat;
}

#city_selector {
    position: absolute;
    top: 40px;
    right: 78px;
    z-index: 100;
}
#city_selector.active .city_selector_change_city{
	background-color: #fff;
}
#city_selector_change {
    font-size: 14px;
    line-height: 14px;
    position: relative;
    z-index: 10;
    color: #3f7b8c;
    letter-spacing: 0.6px;
    text-align: right;
}

#city_selector_change .city_selector_change_city {
    position: relative;
    display: inline-block;    
    cursor: pointer;
    padding: 6px 18px 6px 6px;
}

#city_selector_change .city_selector_change_city span{
    border-bottom: 1px dotted #0d4f67;
    color: #0d4f67;
}

#city_selector_change .city_selector_change_city:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #e84038 transparent transparent transparent;
}

#city_selector ul {
    display: none;
    position: absolute;
    top: 26px;
    left: auto;
    right: 0px;
    padding: 8px 6px 4px;
    background: #fff;
}

#city_selector.active .city_selector_change_city{
    background-color: #fff;
}

#city_selector.active ul {
    display: block;
}

#city_selector ul li {
    display: block;
    margin-bottom: 5px;
}

#city_selector ul li a {
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
    color: #0d4f67;
    letter-spacing: 0.6px;
}


#footer {
    width: 100%;
    background: #093e51;
    padding: 33px 0 0;
}

#footer_container {
    width: 100%;
    max-width: 1200px;
    padding: 0 45px 30px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#footer_container img#footer_logo {
    float: left;
    margin-right: 25px;
    width: 161px;
}

#footer_container p {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #7cc6cc;
    padding: 12px 0 0;
    max-width: 600px;
}

#footer_container p span {
    display: block;
    color: #729497;
}

#footer_container .social_links ul li a {
    width: 33px;
    height: 34px;
    background-size: 100% auto;
}

#footer_container .social_links ul li.social_vk a {
    background-image: url(../img/sc1.png);
}

#footer_container .social_links ul li.social_yt a {
    background-image: url(../img/sc2.png);
}

#footer_container .social_links ul li.social_fb a {
    background-image: url(../img/sc3.png);
}

#footer_container .social_links ul li.social_vk a:hover {
    background-image: url(../img/sc1-a.png);
}

#footer_container .social_links ul li.social_yt a:hover {
    background-image: url(../img/sc2-a.png);
}

#footer_container .social_links ul li.social_fb a:hover {
    background-image: url(../img/sc3-a.png);
}

#footer_container .social_links ul li.social_in a {
    background-image: url(../img/sc4.png);
}

#footer_container .social_links ul li.social_in a:hover {
    background-image: url(../img/sc4-a.png);
}

#footer_line {
    width: 100%;
    background: #7cc6cc;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 0;
}

#footer .social_links {
    width: 16.6%;
    float: none;
    padding: 20px 0 0;
}

.footer_cards {
    float: right;
    width: 13%;
}

#footer_container .footer_cards p {
    padding: 0 0 6px;
}
.main{
	min-height: 525px;
	padding: 25px;
	position: relative;
}
#breadcrumbs {
    font-size: 13px;
    line-height: 15px;
    color: #052c3a;
}

#breadcrumbs ul li {
    list-style: none;
    margin-right: 4px;
    position: relative;
    display: inline-block;
}

#breadcrumbs ul li a {
    color: #3bb5bd;
    text-decoration: underline;
}

#breadcrumbs ul li a:hover {
    text-decoration: none;
}

#breadcrumbs ul li:after {
    content: '';
    margin-left: 4px;
    width: 5px;
    height: 6px;
    display: inline-block;
    background: url(../img/breadcrumbs_arrow.png) 0 0 no-repeat;
}

#breadcrumbs ul li.active:after {
    display: none;
}
.main h1 {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #e84038;
    margin: 25px 0 22px;
}
.vacancy_go_back{
    position: absolute;
    top: 30px;
    right: 30px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    width: 93px;
    padding: 13px 0 12px;
    background: #7dc7cc;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.23);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.vacancy_go_back:hover {
    background: #dd2f27;
}
.exit-btn{
	padding-right: 20px;
	width: 120px;
	background: #7dc7cc url(../img/log.png) 85% 50% no-repeat;
}
.exit-btn:hover{
	background: #dd2f27 url(../img/log.png) 85% 50% no-repeat;
}

.default-form input[type='text']{
    width: 100%;
    height: 45px;
    border: 1px solid #9fbccb;
    outline: none !important;
    background: #f8f8f8;
    padding: 0 13px;
    font-size: 14px;
    line-height: 18px;
    color: #404040;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
   /* margin-bottom: 15px;*/
}

.default-form input[type='password']{
    width: 100%;
    height: 45px;
    border: 1px solid #9fbccb;
    outline: none !important;
    background: #f8f8f8;
    padding: 0 13px;
    font-size: 14px;
    line-height: 18px;
    color: #404040;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    /* margin-bottom: 15px;*/
}
.default-form textarea {
    width: 100%;
    height: 193px;
    border: 1px solid #9fbccb;
    outline: none !important;
    background: #f8f8f8;
    padding: 13px 13px;
    font-size: 14px;
    line-height: 18px;
    color: #404040;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.default-form input[type='text']::-moz-placeholder,
.default-form input[type='text']::-webkit-placeholder {
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.default-form input[type='text']:focus,
.default-form textarea:focus {
    outline: none !important;
    border-color: #7dc7cc;
    border-width: 2px;
}
.default-form input[type='text']:focus::-moz-placeholder {
    color: transparent;
}
.default-form input[type='text']:focus::-webkit-input-placeholder{
    color: transparent;
}
.default-form .wrap{
	max-width: 360px;
}
.default-form input[type='submit']{
    width: 200px;
    text-align: center;
    height: 39px;
    display: block;
    background: #7dc7cc;
    border-radius: 7px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    border: none;
    outline: none !important;
    color: #fff !important;
    cursor: pointer !important;
    margin: 15px 0 0;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    padding-right: 30px;
}
.default-form input[type='submit']:hover {
    opacity: 0.9;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.23);
}
.default-form input[type='submit'].next-btn{
	background: #7dc7cc url(../img/arr2.png) 90% 50% no-repeat;
}
.registr-box{
	background: url(../img/reg-bg.png) 100% 50% no-repeat;
	padding-bottom: 50px;
	position: relative;
}
.inp-hint{
	position: relative;
}
.inp-hint .qq{
	position: absolute;
	right: -35px;
	top: 12px;
}
.inp-hint .qq .open{cursor: pointer;}
.inp-hint  .frame{
	position: absolute;
	left:40px;
	top: 50%;
	transform: translate(0, -50%);
	border:1px solid #d8eef0;
	padding: 10px;
	background-color: #fff;
	color: #b9b9b9;
	font-size: 12px;
	width: 240px;
	display: none;
}
.inp-hint  .frame:after{
	content: '';
	height: 15px;
	width: 8px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: -8px;
	background: url(../img/arr3.png) 0 0 no-repeat;
}
.inp-hint .qq:hover .frame{display: block;}
.step-tt{
	font-size: 18px;
	color: #0d4f67;
	padding: 10px 20px;
	background-color: #f8f8f8;
	display: inline-block;
	margin-bottom: 20px;
}
.default-form input[type='submit'].reg-btn{
	background: #e84038;
	padding: 0;
}
.default-form input[type='submit'].enter-btn{
	background: #7dc7cc;
	padding: 0;
}
.acc-ready{
	position: absolute;
	left: 475px;
	top: 80px;
	color: #0d4f67;
	font-size: 18px;
}
.acc-ready img{
	position: relative;
	top: 10px;
	margin-left: 5px;
}
.btns-list{
	margin-bottom: 30px;
}
.btns-list li{
	margin-right: 20px;
	display: inline-block;
}
.btns-list .vacancy_go_back {
	position: static;
	width: auto;
	padding: 12px 20px 12px 50px;
	background-position: 16px 50%;
	background-repeat: no-repeat;
	display: inline-block;
}
.btns-list .vacancy_go_back.act{background-color: #e84038;}
.btns-list .vacancy_go_back.btn1{background-image: url(../img/btn-ico1.png);}
.btns-list .vacancy_go_back.btn2{background-image: url(../img/btn-ico2.png);}
.btns-list .vacancy_go_back.btn3{background-image: url(../img/btn-ico3.png);}
.btns-list .vacancy_go_back.btn4{background-image: url(../img/btn-ico4.png);}
.table .t{
	display: inline-block;
	vertical-align: middle;
}
.table{
	width: 100%;font-size: 12px;color: #757575;
	border-radius: 7px 7px 0 0;
	overflow: hidden;
}
.table tr:nth-child(odd){background-color: #f8f8f8;}
.table tr:first-child {
	background-color: #a6a6a6;
	color: #fff;
}
.table tr:hover{border: 1px solid #7dc7cc;}
.table tr:first-child:hover{border: 0;}
.table td{padding: 10px 15px;}
.table img{
	display: inline-block;
	vertical-align: middle;
}
.table .del{color: #e84038;}
.table-box{
	overflow: hidden;
}
.table-box .aside{
	float: left;
	width: 196px;
}
.table-box  .table-wrap{
	overflow: hidden;
}
.table-box .aside .list {
	margin-bottom: 15px;
}
.table-box .aside .list li{
	margin-bottom: 15px;
	padding-left:15px;
	background: url(../img/breadcrumbs_arrow.png) 0 50% no-repeat;
}
.table-box .aside .list a{
	color: #757575;
	text-decoration: underline;
	font-size: 14px;
}
.table-box .aside .list a:hover, .table-box .aside .list .act{
	text-decoration: none;
	color: #e84038;
}
.table-box .aside .list .act{
	display: inline-block;
	margin-left: 10px;
}
.result-table tr:hover{border: 0;}
.result-table{background-color: #f8f8f8;}
.load-link{
	color: #e84038;
	font-size: 12px;
	text-decoration: underline;
	display: inline-block;
	padding-left: 20px;
	line-height: 1.5;
}
.load-link:hover{
	text-decoration: none;
}
.load-link.link1{
	background: url(../img/link1.png) 0 50% no-repeat;
}
.load-link.link2{
	background: url(../img/link2.png) 0 50% no-repeat;
}
.load-link.link3{
	background: url(../img/link3.png) 0 50% no-repeat;
}
.step-line{
	margin-bottom: 20px;
	border-radius: 7px;
  background-color: #e5f4f5;
  padding: 15px 20px;
}
.step-line .st{
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.step-line .st .n{
	border-radius: 7px;
  background-color: #7dc7cc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  line-height: 39px;
  width: 49px;
  color: #fff;
  font-weight: bold;
}
.step-line .st.act .n{
	 background-color: rgb(232, 64, 56);
}
.step-line .st .t{
	display: inline-block;
	vertical-align: middle;
	color: #616161;
	font-size: 14px;
}
.priem-box .default-form input[type='submit'].next-btn{
	width: 122px;
	display: inline-block;
}
.default-form input[type='submit'].next-btn:hover{
	background-color: rgb(232, 64, 56);
}
.btn-c{text-align: center;}
.default-form select{
	border-style: solid;
  border-width: 1px;
  border-color: rgb(159, 188, 203);
  background-color: rgb(248, 248, 248);
  color: #757575;
  font-size: 16px;
  /*margin-bottom: 40px;*/
  height: 45px;
  width: 100%;
  max-width: 360px;
  padding: 0 10px;
}
.spec-box{
	margin-bottom: 50px;
}
.spec-box .item{
	position: relative;
	border-bottom: 1px solid #e5f4f5;
	padding: 20px 0;
}
.spec-box .item .gal{
	width: 29px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	border:1px solid #7dc7cc;
	border-radius: 7px;
	cursor: pointer;
}
.spec-box .item .gal.act{
	background: url(../img/gal2.png) 50% 50% no-repeat;
}
.spec-box .item .img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.spec-box .item .tt{
	display: inline-block;
	vertical-align: middle;
}
.spec-box .item .tt .t1{
	color: #616161;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.spec-box .item .tt .t2{
	color: #7c7c7c;
	font-size: 12px;
}
.spec-box .item .date{
	color: #58a8ad;
	font-size: 12px;
	padding: 10px 20px;
	background-color: #e5f4f5;
	border-radius: 5px;
	position: absolute;
	right: 0;
	top: 54px;
}
.date-box{
	padding: 35px;
	background-color: #e5f4f5;
	border:1px solid #7dc7cc;
}
.date-box .t1{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #616161;
}
.date-box .month{
	margin-bottom: 20px;
	text-align: center;
	margin-top: -40px;
}
.date-box .month>*{
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
}
.date-box .month .m{
	color: #757575;
	font-size: 16px;
}
.date-box .month .arr{cursor: pointer;}
.date-box .days li{
	margin-right: 6px;
	margin-bottom: 10px;
	display: inline-block;
	width: 49px;
	height: 39px;
	border:1px solid #7dc7cc;
	border-radius: 5px;
	text-align: center;
	line-height: 37px;
	font-weight: bold;
	color: #616161;
	font-weight: bold;
	cursor: pointer;
}
.date-box .days li.grey{
	background-color: #d7d7d7;
	border-color: #d7d7d7;
}
.date-box .days li.red, .date-box .days li:hover{
	border-color: #e84038;
	background-color: #e84038;
	color: #fff;
}
.bb-box{
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.bb-box .t{
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	color: #616161;
	font-size: 14px;
}
.bb-box .fr{
	margin-right: 6px;
	display: inline-block;
	vertical-align: middle;
	width: 49px;
	height: 39px;
	border:1px solid #7dc7cc;
	border-radius: 5px;
}
.bb-box .fr.grey{
	background-color: #d7d7d7;
	border-color: #d7d7d7;
}
.bb-box .fr.red{
	border-color: #e84038;
	background-color: #e84038;
	color: #fff;
}
.date-box .times li{
	width: 110px;
	font-weight: normal;
}
.default-form input[type='submit'].red-btn{
	width: 253px;
	height: 59px;
	background-color: #e84038;
	text-transform: none;
	padding: 0;
	font-size: 16px;
}
.step-line .bb-box .t{
	font-weight: normal;
	font-size: 16px;
}
.step-line .bb-box .fr{
	background: #e84038 url(../img/gal3.png) 50% 50% no-repeat;
}
.chosen-spec .tt{
	display: inline-block;
	vertical-align: middle;
}
.chosen-spec .sep{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}
.chosen-spec .tt .t1{
	color: #616161;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.chosen-spec .tt .t2{
	color: #616161;
	font-size: 14px;
}
.chosen-spec input[type='submit'].red-btn {
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
	width: 200px;
	margin-top: 0;
}
.new-pass-form  input[type='text']{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 0;
	width: 230px;
	height: 45px;
}
.new-pass-form input[type='submit']{
	width: 260px;
	text-transform: none;
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
	padding: 0;
	font-size: 16px;
	height: 45px;
}
.new-pass-form input[type='submit']:hover{
	background-color: #e84038;
}

.main .has-error input {
    border-color: red;
}

.main .has-error select {
    border-color: red;
}

.help-block-error{
    color: red;
    margin-bottom: 15px;
    margin-top: 5px;
}
.checkbox-panel {
    display: flex;
}
.checkbox-main__input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0; }
.checkbox-main__input:checked ~ .checkbox-main__display:before {
    background: url(../img/gal2.png) no-repeat;
    border-color: #7dc7cc; }
.checkbox-main__input:focus ~ .checkbox-main__display {
    outline: #7dc7cc auto 5px;
    outline-offset: -2px; }
.checkbox-main__display {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-right: 10px;
    min-height: 30px;
    cursor: pointer; }
.checkbox-panel__item {
    margin-right: 20px; }
.checkbox-panel__item:last-child {
    margin-right: 0; }
.checkbox-main__display a {
    font: 400 14px/1.2 Arial, Helvetica, sans-serif;
    color: #616161;
    text-decoration: none; }
.checkbox-main__display:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 1px solid #7dc7cc;
    border-radius: 7px;
    content: '';
    -webkit-transition: all .33s;
    transition: all .33s; }
.checkbox-main__display:hover a {
    color: #7dc7cc; }
.checkbox-main__display:hover:before {
    border-color: #7dc7cc; }
.button-pay__container {
    display: none;
    justify-content: center;
    margin-top: 30px;
    width: 100%; }
.button-pay {
    display: block;
    width: 200px;
    height: 39px;
    background: #e84038;
    border: none;
    border-radius: 7px;
    font: 700 14px/1 Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer; }











.new_login_message{
    padding: 8px 35px 8px 14px;
    margin: 20px auto;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
}

.new_login_message h4 {
    color: #c09853;
    font-size: 17.5px;
    margin: 10px 0;
    font-family: inherit;
    font-weight: 700;
    line-height: 20px;
    text-rendering: optimizelegibility;
}




