/*    =RESET
**************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0 none;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: baseline;
  outline: none;
}
ol,
ul {
  list-style-image: none;
  list-style: none;
}
/*  =COLORS
**************************************************/
/*  =FONTS
**************************************************/
/*  =LESS
**************************************************/
/*  =MAIN
**************************************************/
html,
body {
  height: 100%;
}
body {
  font-size: 16px;
  color: #595a5a;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}
.wrap {
  padding: 0 7.5%;
}
/*    =LAYOUT
**************************************************/
.container {
  height: 100%;
  height: auto;
  min-height: 100% !important;
  min-width: 320px;
}
.clear {
  clear: both;
}
.main_content {
  background: #e1f2ff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e1f2ff 0%, #fbfbf7 49%, #fbfbfa 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e1f2ff), color-stop(49%, #fbfbf7), color-stop(100%, #fbfbfa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e1f2ff 0%, #fbfbf7 49%, #fbfbfa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e1f2ff 0%, #fbfbf7 49%, #fbfbfa 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #e1f2ff 0%, #fbfbf7 49%, #fbfbfa 100%);
  /* IE10+ */
  background: linear-gradient(to right, #e1f2ff 0%, #fbfbf7 49%, #fbfbfa 100%);
  /* W3C */
}
.main_content-inner {
  padding: 40px 0 20px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
/*    =HEADERS
**************************************************/
h1,
h2,
h3,
h4,
h5 {
  color: #272523;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  display: inline-block;
  color: #272523;
  border-bottom: 1px solid #272523;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
h1 {
  color: #6c46a0;
  font: bold 1.875rem Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}
h1 span {
  display: inline-block;
}
h1 span.title_text {
  width: 80%;
  vertical-align: middle;
  line-height: 1em;
}
h2 {
  font: bold 1.5rem Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
}
h3 {
  color: #848687;
  font: bold 1.375rem Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
}
h4 {
  color: #272523;
  font: bold 1.375rem Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
}
.title_center {
  text-align: center;
}
/*    =LINKS
**************************************************/
a {
  color: #28a6f7;
  text-decoration: underline;
}
a:hover {
  color: #28a6f7;
  text-decoration: none;
  -moz-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
/*    =INPUTS
**************************************************/
input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
}
fieldset {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.form {
  position: relative;
}
.form__row {
  margin: 0 0 20px 0;
  overflow: hidden;
}
.form__row-border {
  border: 1px solid #c6c6e8;
}
.form__row-two {
  float: left;
  margin: 0;
  margin: 0 0 20px 5%;
  width: 45%;
}
.form__row-two:nth-child(2n+1) {
  margin-left: 0;
}
.form__row-center {
  text-align: center;
}
.form__row__title {
  font: bold 1.175rem Arial, Helvetica, sans-serif;
  text-align: center;
  margin-bottom: 8px;
}
.form__row__title-mb {
  margin-bottom: 25px;
}
.label {
  display: inline-block;
  vertical-align: middle;
  color: #595a5a;
  font: bold 1rem/1em Arial, Helvetica, sans-serif;
}
.label-width {
  width: 20%;
}
.label-m {
  margin: 0 2px;
}
.input_text {
  height: 45px;
  background: #ffffff;
  border: 1px solid #e3e4e1;
  padding: 0 10px;
  color: #272523;
  border-radius: 3px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.input_text::-webkit-input-placeholder {
  font: bold 1em Arial, Helvetica, sans-serif;
  color: #848687;
  text-align: right;
}
.input_text::-moz-placeholder {
  font: bold 1em Arial, Helvetica, sans-serif;
  color: #848687;
  text-align: right;
}
.input_text:-moz-placeholder {
  font: bold 1em Arial, Helvetica, sans-serif;
  color: #848687;
  text-align: right;
}
.input_text:-ms-input-placeholder {
  font: bold 1em Arial, Helvetica, sans-serif;
  color: #848687;
  text-align: right;
}
.input_text-width {
  box-sizing: border-box;
  width: 100%;
}
.input_text-width1 {
  box-sizing: border-box;
  width: 30%;
}
.input_text-width2 {
  box-sizing: border-box;
  width: 24%;
}
.input_text-search {
  position: relative;
  height: 45px;
  padding-left: 40px;
  padding-right: 20px;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff url(../img/icon-search.png) 9px 8px no-repeat;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.input_text-search::-webkit-input-placeholder {
  text-transform: uppercase;
  font: bold 0.875em Arial, Helvetica, sans-serif;
  color: #848687;
}
.input_text-search::-moz-placeholder {
  text-transform: uppercase;
  font: bold 0.875em Arial, Helvetica, sans-serif;
  color: #848687;
}
.input_text-search:-moz-placeholder {
  text-transform: uppercase;
  font: bold 0.875em Arial, Helvetica, sans-serif;
  color: #848687;
}
.input_text-search:-ms-input-placeholder {
  text-transform: uppercase;
  font: bold 0.875em Arial, Helvetica, sans-serif;
  color: #848687;
}
.input_text-border {
  border: 3px solid #ebdff7;
}
.input_text-border:focus {
  outline: none;
  border: 3px solid #c6c6e8;
}
.input_select {
  width: 100%;
  border-color: #cfcfe9;
  visibility: visible;
  position: static;
  padding: .25rem 0;
  font-size: 1rem;
  background-color: #fff;
}
/*    =ICONS
**************************************************/
.icon {
  display: inline-block;
}
.icon-mr {
  margin-right: 10px;
}
.icon-academic {
  background: url(../img/icon-academic.png) 0 center no-repeat;
  width: 40.5px;
  height: 37px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-card {
  background: url(../img/icon-card.png) 0 center no-repeat;
  width: 36.75px;
  height: 36px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-info {
  background: url(../img/icon-info.png) 0 center no-repeat;
  width: 34.5px;
  height: 47px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-key {
  background: url(../img/icon-key.png) 0 center no-repeat;
  width: 33px;
  height: 44px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-news {
  background: url(../img/icon-news.png) 0 center no-repeat;
  width: 33.75px;
  height: 43px;
  background-size: 100%;
  vertical-align: middle;
}
.icon-notebook {
  background: url(../img/icon-notebook.png) 0 center no-repeat;
  width: 27.75px;
  height: 47px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-phone {
  background: url(../img/icon-phone.png) 0 center no-repeat;
  width: 33px;
  height: 43px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-port {
  background: url(../img/icon-port.png) 0 center no-repeat;
  width: 36px;
  height: 37px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-scales {
  background: url(../img/icon-scales.png) 0 center no-repeat;
  width: 33px;
  height: 47px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-services {
  background: url(../img/icon-services.png) 0 center no-repeat;
  width: 36px;
  height: 46px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-sound {
  background: url(../img/icon-sound.png) 0 center no-repeat;
  width: 36px;
  height: 44px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-user {
  background: url(../img/icon-user.png) 0 center no-repeat;
  width: 36px;
  height: 46px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-camera {
  background: url(../img/icon-camera.png) 0 0 no-repeat;
  width: 27.3px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
  background-size: 100%;
}
.icon-out {
  background: url(../img/icon-out.png) 0 0 no-repeat;
  width: 17.33px;
  height: 17.33px;
  vertical-align: middle;
  margin-right: 5px;
  background-size: 100%;
}
.icon-calendar {
  background: url(../img/icon-calendar.png) 0 0 no-repeat;
  width: 12.66px;
  height: 12.66px;
  margin-right: 5px;
  background-size: 100%;
}
.icon-star {
  background: url(../img/icon-star.png) 0 0 no-repeat;
  width: 21px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-compass {
  background: url(../img/icon-compass.png) 0 0 no-repeat;
  width: 24.67px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-phone2 {
  background: url(../img/icon-phone2.png) 0 0 no-repeat;
  width: 20.67px;
  height: 20.67px;
  margin-right: 5px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-plane {
  background: url(../img/icon-plane.png) 0 0 no-repeat;
  width: 20.67px;
  height: 20.67px;
  margin-right: 5px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-site {
  background: url(../img/icon-site.png) 0 0 no-repeat;
  width: 20.67px;
  height: 20.67px;
  margin-right: 5px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-home {
  background: url(../img/icon-home.png) 0 0 no-repeat;
  width: 30px;
  height: 38px;
  margin-right: 5px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-fence {
  background: url(../img/icon-fence.png) 0 0 no-repeat;
  width: 29.333px;
  height: 36px;
  margin-right: 5px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-wall {
  background: url(../img/icon-wall.png) 0 0 no-repeat;
  width: 38.667px;
  height: 35.3333px;
  margin-right: 5px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-garage {
  background: url(../img/icon-garage.png) 0 0 no-repeat;
  width: 31.333px;
  height: 37.333px;
  margin-right: 5px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-palm {
  background: url(../img/icon-palm.png) 0 0 no-repeat;
  width: 28px;
  height: 42.667px;
  margin-right: 5px;
  vertical-align: middle;
  background-size: 100%;
}
.icon-close {
  background: url(../img/icon-close.png) 0 0 no-repeat;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  vertical-align: middle;
  background-size: 100%;
}
/*  =HEADER
**************************************************/
.header {
  position: relative;
  background: #7b2cbf url("../img/header__bg.png") center center no-repeat;
  /* Old browsers */
  height: 104px;
}
.logo {
  display: inline-block;
  vertical-align: top;
  background: url(../img/logo.png) 0 0 no-repeat;
  background-size: cover;
  width: 264px;
  height: 57px;
}
.logo__c {
  width: 100%;
  height: 100px;
  text-align: center;
  padding-top: 25px;
}
/*    =MAIN_MENU
**************************************************/
.main_menu {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.main_menu__item {
  display: block;
  width: 100%;
}
.main_menu__item__link {
  display: block;
  vertical-align: middle;
  height: 47px;
  line-height: 47px;
  padding: 8px 7.5%;
  text-decoration: none;
  color: #6c46a0;
  font: bold 1.5em Arial, Helvetica, sans-serif;
}
.main_menu__item__link:before {
  /* для IE8+ */
  content: "";
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle;
}
.main_menu__item__link:focus,
.main_menu__item__link:hover {
  background: #fcc90a;
  color: #ffffff;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
}
.main_menu__item__link:focus .icon-academic,
.main_menu__item__link:hover .icon-academic {
  background: url(../img/icon-academic_hover.png) 0 center no-repeat;
  background-size: 100%;
}
.main_menu__item__link:focus .icon-card,
.main_menu__item__link:hover .icon-card {
  background: url(../img/icon-card_hover.png) 0 center no-repeat;
  background-size: 100%;
}
.main_menu__item__link:focus .icon-info,
.main_menu__item__link:hover .icon-info {
  background: url(../img/icon-info_hover.png) 0 center no-repeat;
  background-size: 100%;
}
.main_menu__item__link:focus .icon-key,
.main_menu__item__link:hover .icon-key {
  background: url(../img/icon-key_hover.png) 0 center no-repeat;
  background-size: 100%;
}
.main_menu__item__link:focus .icon-news,
.main_menu__item__link:hover .icon-news {
  background: url(../img/icon-news_hover.png) 0 center no-repeat;
  background-size: 100%;
}
.main_menu__item__link:focus .icon-notebook,
.main_menu__item__link:hover .icon-notebook {
  background: url(../img/icon-notebook_hover.png) 0 center no-repeat;
  background-size: 100%;
}
.main_menu__item__link:focus .icon-phone,
.main_menu__item__link:hover .icon-phone {
  background: url(../img/icon-phone_hover.png) 0 center no-repeat;
  background-size: 100%;
}
.main_menu__item__link:focus .icon-port,
.main_menu__item__link:hover .icon-port {
  background: url(../img/icon-port_hover.png) 0 center no-repeat;
  background-size: 100%;
}
.main_menu__item__link:focus .icon-scales,
.main_menu__item__link:hover .icon-scales {
  background: url(../img/icon-scales_hover.png) 0 center no-repeat;
  background-size: 100%;
}
.main_menu__item__link:focus .icon-services,
.main_menu__item__link:hover .icon-services {
  background: url(../img/icon-services_hover.png) 0 center no-repeat;
  background-size: 100%;
}
.main_menu__item__link:focus .icon-sound,
.main_menu__item__link:hover .icon-sound {
  background: url(../img/icon-sound_hover.png) 0 center no-repeat;
  background-size: 100%;
}
.main_menu__item__link:focus .icon-user,
.main_menu__item__link:hover .icon-user {
  background: url(../img/icon-user_hover.png) 0 center no-repeat;
  background-size: 100%;
}
.main_menu__item__title {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  line-height: 1em;
}
.main_menu__item__icon {
  width: 57px;
  text-align: center;
  margin-right: 13px;
  display: inline-block;
  vertical-align: middle;
}
.main_menu__item__icon i {
  background-size: 100%;
}
/*  =BTN
**************************************************/
.btn {
  display: inline-block;
  color: #272523 !important;
  font: bold 1.125em/1em Arial, Helvetica, sans-serif;
  text-decoration: none;
  background: #fcc90a;
  padding: 9px 20px;
  border-radius: 4px;
}
.btn span {
  font: bold 2rem Arial, Helvetica, sans-serif;
}
.btn-width {
  display: block;
  box-sizing: border-box;
  width: 88%;
  text-align: center;
}
.btn-mb {
  margin-bottom: 50px;
}
.btn:focus,
.btn:hover {
  color: #272523;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
}
.btn-link {
  color: #6c46a0 !important;
  font: bold 1.125em/1em Arial, Helvetica, sans-serif;
  text-decoration: none;
  background: none;
  padding: 0 0;
  border-radius: 0;
}
.btn-link span {
  font: bold 1.25rem Arial, Helvetica, sans-serif;
  border-bottom: 3px dotted #6c46a0;
}
.btn-link:focus,
.btn-link:hover {
  color: #6c46a0;
  box-shadow: none;
}
.btn-link:focus span,
.btn-link:hover span {
  border-bottom: 3px dotted transparent;
}
.btn-violet {
  background: #c3d3dd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c3d3dd 0%, #dadcef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3d3dd), color-stop(100%, #dadcef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c3d3dd 0%, #dadcef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c3d3dd 0%, #dadcef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c3d3dd 0%, #dadcef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c3d3dd 0%, #dadcef 100%);
  /* W3C */
  color: #ffffff;
  padding: 5px;
  border-radius: 25px;
}
.btn-violet span {
  color: #ffffff;
  display: block;
  font: bold 1rem Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  padding: 0 60px;
  border-radius: 20px;
  background: #8d5ad3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8d5ad3 0%, #623f93 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8d5ad3), color-stop(100%, #623f93));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8d5ad3 0%, #623f93 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8d5ad3 0%, #623f93 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8d5ad3 0%, #623f93 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #8d5ad3 0%, #623f93 100%);
  /* W3C */
  position: relative;
}
.btn-violet span:after {
  content: '';
  background: url(../img/icon-btn.png) 0 0 no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.btn-violet:focus,
.btn-violet:hover {
  background: #dadcef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dadcef 0%, #c3d3dd 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadcef), color-stop(98%, #c3d3dd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dadcef 0%, #c3d3dd 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dadcef 0%, #c3d3dd 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dadcef 0%, #c3d3dd 98%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dadcef 0%, #c3d3dd 98%);
  /* W3C */
}
.btn-violet:focus span,
.btn-violet:hover span {
  background: #623f93;
  /* Old browsers */
  background: -moz-linear-gradient(top, #623f93 0%, #8d5ad3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #623f93), color-stop(100%, #8d5ad3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #623f93 0%, #8d5ad3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #623f93 0%, #8d5ad3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #623f93 0%, #8d5ad3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #623f93 0%, #8d5ad3 100%);
  /* W3C */
}
/*  =ICON_LIST
**************************************************/
.icon_list {
  position: relative;
}
.icon_list__item {
  color: #848687;
  font: 1.125em/1.2em Arial, Helvetica, sans-serif;
}
.icon_list__item span {
  vertical-align: middle;
}
.icon_list__item-inline {
  display: inline-block;
  vertical-align: top;
}
.icon_list__item-two {
  width: 45%;
  margin-left: 5%;
}
.icon_list__item-two:first-child {
  margin-left: 0;
}
.icon_list__item-m {
  margin-bottom: 10px;
}
/*  =TABS
**************************************************/
.tabs {
  position: relative;
}
.tabs-p {
  padding-top: 15px;
}
.tabs-inline {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  width: 78%;
}
.tabs__item {
  display: inline-block;
}
.tabs__item-radio_top {
  width: 45%;
  margin-left: 4%;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 10px 8px 8px;
  border-radius: 3px;
  font: bold 1rem Arial, Helvetica, sans-serif;
  color: #595a5a;
  text-decoration: none;
}
.tabs__item-radio_top:nth-child(2n+1) {
  margin-left: 0;
}
.tabs__item-radio_top span {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
.tabs__item-radio_top:hover {
  color: #595a5a;
}
.tabs__item-radio_top.tabs__item-active {
  background: #ece8f5;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
}
.tabs__item-checkbox {
  border: 1px solid #dae0e0;
  color: #272523;
  font: bold 0.9rem/1rem Arial, Helvetica, sans-serif;
  text-decoration: none;
  border-radius: 3px;
  padding: 3.6% 4.2%;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  /* W3C */
}
.tabs__item-checkbox:hover {
  color: #272523;
}
.tabs__item-checkbox.tabs__item-active {
  background: #fcc90a;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
}
.tabs__item-two {
  box-sizing: border-box;
  text-align: center;
  width: 45%;
  margin-left: 4%;
  padding: 12px 15px;
  vertical-align: top;
  margin-bottom: 25px;
}
.tabs__item-two:nth-child(2n+1) {
  margin-left: 0;
}
/*  =NEWS
**************************************************/
.news {
  position: relative;
}
.news__item {
  overflow: hidden;
  margin-bottom: 24px;
}
.news__item__date {
  font: 1rem Arial, Helvetica, sans-serif;
  margin-bottom: 8px;
}
.news__item__title {
  font-size: 1.125rem;
  display: block;
}
#asd_share_buttons {
  padding-top: 10px;
}
#asd_share_buttons img {
  display: inherit;
}
.news-detail > ul {
  position: relative;
}
.news-detail > ul li {
  font-size: 1.125rem;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background: url("../img/bullet.png") 0 6px no-repeat;
}
/*  =SEARCH_LIST
**************************************************/
.search_list {
  position: relative;
}
.search_list__item {
  position: relative;
  margin-top: 50px;
}
.search_list__item:first-child {
  margin-top: 0px;
}
.search_list__item p {
  font-size: 1.375em;
  margin-bottom: 20px;
}
.search_list__item p a {
  color: #595a5a;
}
.search_list__item p strong {
  color: #272523;
  display: inline-block;
  width: 80%;
  vertical-align: top;
}
.search_list__item__title {
  margin-bottom: 30px;
}
.search_list__item__title a {
  font: bold 1.625em/1.5em Arial, Helvetica, sans-serif;
  text-decoration: none;
  border-bottom: 2px dotted #28a6f7;
}
.search_list__item__title a:hover,
.search_list__item__title a:focus {
  border-bottom: 2px dotted transparent;
}
.search_list__item__desc {
  overflow: hidden;
  margin: 0 0 30px;
}
.search_list__item__img {
  display: block;
  float: left;
  width: 42%;
  border: 1px solid #cad7e0;
  border-radius: 3px;
}
.search_list__item__img-border img {
  display: block;
  border: 4px solid #ffffff;
  width: 100%;
  box-sizing: border-box;
}
.search_list__item__img img {
  display: block;
  width: 100%;
}
.search_list__item__text {
  margin-left: 45%;
  color: #595a5a;
}
.search_list__item__text span {
  color: #848687;
  font-size: 1.125rem;
  display: inline-block;
  margin-bottom: 5px;
}
.search_list__item__text a {
  color: #595a5a;
}
hr {
  width: 100%;
  border: none;
  margin: 25px 0;
  border-top: 1px solid #9da2a5;
}
.count_items {
  color: #ffffff;
  font: bold 1.625rem Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  background: #28a6f7;
  padding: 5px;
  border-radius: 3px;
  min-width: 85px;
  width: auto;
  text-align: center;
}
.search_table {
  border-collapse: collapse;
  width: 100%;
}
.search_table td {
  width: 50%;
  font-size: 1.250rem;
  padding: 10px 10px 10px 0;
}
.search_table td:first-child {
  color: #848687;
}
.search_table td:last-child {
  color: #272523;
}
/*  =MAIN_TEXT
**************************************************/
.main_text {
  font-size: 1.125em;
}
.main_text-center {
  text-align: center;
  margin-bottom: 25px;
}
.main_text-center a {
  color: #6c46a0;
}
.main_text p {
  margin-bottom: 15px;
  font-size: 1.125rem;
}
.main_text > ul {
  position: relative;
}
.main_text > ul li {
  font-size: 1.125rem;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
}
.main_text > ul li:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  border: 1px solid #fcc90a;
  position: absolute;
  left: 0px;
  top: 4px;
}
.main_text table td {
  padding: 5px;
  vertical-align: top;
}
/*  =OFFICES_LIST
**************************************************/
.office_list {
  position: relative;
}
.office_list__item {
  margin-bottom: 40px;
}
.office_list__item__title {
  margin-bottom: 10px;
}
.office_list__item__title a {
  color: #28a6f7;
  font: bold 1.3rem Arial, Helvetica, sans-serif;
}
.office_list__item__text p {
  margin-bottom: 5px;
  font-size: 1rem;
}
.office_list__item__text strong {
  color: #272523;
}
.office_list__item__links li {
  font-size: 1rem;
  margin-bottom: 5px;
}
.office_info {
  position: relative;
}
.office_info__item {
  margin-bottom: 20px;
}
.office_info__item h3 {
  color: #272523;
}
.contact_info {
  font: bold 1rem Arial, Helvetica, sans-serif;
}
.contact_info strong {
  color: #272523;
}
.contact_info p {
  font-size: 1rem;
  margin-bottom: 5px;
}
.contact_info ul {
  position: relative;
}
.contact_info ul li {
  font-size: 1.125rem;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
}
.contact_info ul li:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  border: 1px solid #fcc90a;
  position: absolute;
  left: 0px;
  top: 4px;
}
/*  =photos
**************************************************/
.photos {
  position: relative;
  overflow: hidden;
}
.photos__item {
  width: 20%;
  float: left;
}
/*  =object_photos
**************************************************/
.object_info {
  font: bold 1rem Arial, Helvetica, sans-serif;
}
.object_info__item {
  margin-bottom: 40px;
}
.object_info strong {
  color: #272523;
}
.object_info p {
  font-size: 1rem;
  margin-bottom: 10px;
}
.object_info ul {
  position: relative;
}
.object_info ul li {
  font-size: 1.125rem;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
}
.object_info ul li:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  border: 1px solid #fcc90a;
  position: absolute;
  left: 0px;
  top: 4px;
}
.object_info__text {
  font-size: 1rem;
}
.object_photos {
  position: relative;
}
.object_photos__item {
  height: 75px;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  margin-bottom: 10px;
}
.object_photos__item img {
  height: 100%;
}
/*  =JCAROUSEL
**************************************************/
#city_swipe {
  position: relative;
}
#city_carousel {
  position: relative;
  overflow: hidden;
  width: 75%;
  height: 50px;
  margin: 0 auto;
}
#city_carousel .city {
  width: 20000em;
  position: relative;
}
#city_carousel .city__item {
  display: block;
  float: left;
  margin-right: 10px;
  text-align: center;
}
#city_carousel .city__item a {
  text-decoration: none;
  font: bold 1.25em Arial, Helvetica, sans-serif;
  display: inline-block;
  border-bottom: 2px dotted #28a6f7;
}
#city_carousel .city__item a:hover,
#city_carousel .city__item a:focus {
  border-bottom: 2px dotted transparent;
}
#city_swipe .jcarousel-control-prev,
#city_swipe .jcarousel-control-next {
  position: absolute;
  top: 0px;
  width: 16px;
  height: 26px;
  opacity: .8;
}
#city_swipe .jcarousel-control-prev {
  left: 0px;
  background: url("../img/icon-city_arrow.png") 0 0 no-repeat;
}
#city_swipe .jcarousel-control-next {
  right: 0px;
  background: url("../img/icon-city_arrow.png") right 0 no-repeat;
}
#city_swipe .jcarousel-control-prev:hover,
#city_swipe .jcarousel-control-next:hover {
  opacity: 1;
}
#city_swipe .jcarousel-control-prev.inactive,
#city_swipe .jcarousel-control-next.inactive {
  opacity: .5;
  cursor: default;
}
#nav_swipe {
  position: relative;
  margin: 20px 0;
}
#nav_carousel {
  position: relative;
  overflow: hidden;
  width: 70%;
  height: 70px;
  margin: 0 auto;
}
#nav_carousel .nav {
  width: 20000em;
  position: relative;
  padding-top: 5px;
}
#nav_carousel .nav__item {
  display: block;
  float: left;
  padding: 0 10px;
  text-align: center;
}
#nav_carousel .nav__item a {
  color: #848687;
  text-decoration: none;
  font: bold 1.25em Arial, Helvetica, sans-serif;
  display: inline-block;
}
#nav_carousel .nav__item a:hover,
#nav_carousel .nav__item a:focus {
  color: #272523;
}
#nav_swipe .jcarousel-control-prev,
#nav_swipe .jcarousel-control-next {
  position: absolute;
  top: 0px;
  width: 34px;
  height: 34px;
  opacity: .8;
}
#nav_swipe .jcarousel-control-prev {
  left: 0px;
  background: url("../img/icon-nav_arrow.png") 0 0 no-repeat;
  background-size: auto 100%;
}
#nav_swipe .jcarousel-control-next {
  right: 0px;
  background: url("../img/icon-nav_arrow.png") right 0 no-repeat;
  background-size: auto 100%;
}
#nav_swipe .jcarousel-control-prev:hover,
#nav_swipe .jcarousel-control-next:hover {
  opacity: 1;
}
#nav_swipe .jcarousel-control-prev.inactive,
#nav_swipe .jcarousel-control-next.inactive {
  opacity: .5;
  cursor: default;
}
.pagination {
  position: relative;
}
.pagination a {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  color: #848687;
  text-decoration: none;
  font: bold 1.25em Arial, Helvetica, sans-serif;
}
.pagination a:hover,
.pagination a:focus {
  color: #272523;
}
.pagination a.active {
  color: #272523;
}
.pagination a.prev {
  padding: 0;
  background: url("../img/icon-nav_arrow.png") 0 0 no-repeat;
  background-size: auto 100%;
  width: 34px;
  height: 34px;
}
.pagination a.next {
  padding: 0;
  background: url("../img/icon-nav_arrow.png") right 0 no-repeat;
  background-size: auto 100%;
  width: 34px;
  height: 34px;
}
.wait_preloader {
  display: none;
  background: url(../img/loader_blue.gif) 0 0 no-repeat;
  width: 43px;
  height: 11px;
  margin: 0 auto;
}
/*    =FOOTER
**************************************************/
.footer {
  position: relative;
  background: #6e4aa8 url(../img/itnord.png) right center no-repeat;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 0 7.5%;
  height: 127px;
}
.footer__text {
  position: absolute;
  top: 40px;
  left: 7.5%;
}
.footer__cr {
  font: bold 0.875em Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.it-nord {
  font: 1em Arial, Helvetica, sans-serif;
  color: #dcd2f0;
}
.it-nord a {
  color: #dcd2f0;
}
/*  =MEDIA QUERIES
**************************************************/
@media all and (max-width: 450px) {
  /*  =HEADERS
    **************************************************/
  h1 {
    display: inline-block;
    color: #6c46a0;
    font: bold 1.475rem Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
  }
  h3 {
    font: bold 1.175rem Arial, Helvetica, sans-serif;
  }
  .count_items {
    font: bold 1.425rem Arial, Helvetica, sans-serif;
    margin-left: 5px;
    padding: 5px;
    border-radius: 3px;
    min-width: 75px;
  }
  /*  =HEADER
    **************************************************/
  .header {
    min-height: 100px;
  }
  /*  =MAIN_MENU
    **************************************************/
  .main_menu__item__link {
    font: bold 1.2em Arial, Helvetica, sans-serif;
  }
  /*  =NEWS
   **************************************************/
  .news__item__date {
    font: 0.8rem Arial, Helvetica, sans-serif;
  }
  .news__item__title {
    font-size: 1.025rem;
    display: block;
  }
  /*  =SEARCH
       **************************************************/
  .search_list {
    position: relative;
  }
  .search_list__item p {
    font-size: .95em;
    margin-bottom: 20px;
  }
  .search_list__item__title {
    margin-bottom: 20px;
  }
  .search_list__item__title a {
    font: bold 1.225em/1.5em Arial, Helvetica, sans-serif;
  }
  .search_list__item__text {
    margin-left: 45%;
  }
  .search_list__item__text span {
    font-size: .85rem;
  }
  .search_list__item__text a {
    color: #595a5a;
  }
  .search_table {
    width: 100%;
  }
  .search_table td {
    width: 50%;
    font-size: .950rem;
    padding: 6px 10px 6px 0;
  }
  /*  =ICON_LIST
          **************************************************/
  .icon_list__item {
    font: 0.95em/1.2em Arial, Helvetica, sans-serif;
  }
  .icon_list__item-inline {
    display: inline-block;
    vertical-align: top;
  }
  /*  =TABS
          **************************************************/
  .tabs {
    position: relative;
  }
  .tabs__item {
    display: inline-block;
  }
  .tabs__item-radio_top {
    margin-bottom: 15px;
    width: 100%;
    margin-left: 0;
    padding: 10px 8px 8px;
    border-radius: 3px;
    font: bold 1rem Arial, Helvetica, sans-serif;
  }
  /*  =FORM
      **************************************************/
  .label {
    font: bold 0.8rem/1em Arial, Helvetica, sans-serif;
  }
  .label-m {
    font: bold 0.7rem/1em Arial, Helvetica, sans-serif;
  }
  /*  =MAIN_TEXT
     **************************************************/
  .main_text {
    font-size: 1.025em;
    line-height: 1.4em;
  }
  .main_text p {
    margin-bottom: 15px;
  }
  /*  =CAROUSEL
      **************************************************/
  #city_carousel {
    position: relative;
    overflow: hidden;
    height: 50px;
    margin: 0 auto;
  }
  #city_carousel .city__item a {
    font: bold 1em Arial, Helvetica, sans-serif;
  }
  /*  =pagination
      **************************************************/
  .pagination a {
    padding: 0 5px;
    color: #848687;
    text-decoration: none;
    font: bold 1.25em Arial, Helvetica, sans-serif;
  }
  .pagination a:hover,
  .pagination a:focus {
    color: #272523;
  }
  .pagination a.active {
    color: #272523;
  }
  .pagination a.prev {
    width: 25px;
    height: 25px;
  }
  .pagination a.next {
    width: 25px;
    height: 25px;
  }
}
