@import url(https://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic);
@import url('scrollView.css');

body {
  background-color: #f7f7f7;
  padding: 0 !important;
}

body.modal-open {
  /*overflow: visible;*/
}

.inner {
  width: 1060px;
  margin: 0 auto;
}

.container.content-wrap {
  padding-top: 110px;
}

@media (min-width: 1281px) {
  .container,
  .nav-main .menu_level_1 {
    width: 1060px;
  }

  .container.content-wrap {
    padding-top: 110px;
    margin-bottom: 100px;
  }

  .container.content-wrap > .row > div {
    padding-left: 0;
    padding-right: 0;
  }

  .container.content-wrap > .row > div.col-sm-8 {
    width: 673px;
  }

  .container.content-wrap > .row > div.sidebar {
    width: 258px;
    float: right;
  }
  
}

.mobile-view {
  display: none !important;
}

.row.type-1 {
  background-color: #ffffff;
}

.row.type-2 {
  background-color: #efefef;
}

.clear {
  clear: both;
  height: 0;
}

@media (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 10px;
  }
}

@media (max-width: 320px) {
  body {
    font-size: 7px;
  }
}

/*-----------------------------------Typography----------------------------*/
h1 {
  /*font-size: 285%;*/
  font-size: 200%;
  color: #515151;
  font-family: GothamProLight;
  font-weight: bold;
  margin-top: 0;
  line-height: 54px;
  margin-bottom: 28px;
}

h2 {
  /*font-size: 228%;*/
  font-size: 100%;
  color: #515151;
  font-family: GothamProLight;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 23px;
}

h3 {
  font-size: 171%;
  color: #515151;
  font-family: GothamProLight;
  margin-top: 0;
  margin-bottom: 29px;
}

h4 {
  font-size: 142%;
  color: #000000;
  font-family: GothamProRegular;
  margin-top: 0;
  margin-bottom: 16px;
}

h6 {
  font-family: GothamProMedium;
  font-size: 100%;
  color: #65696d;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 11px;
}

p {
  font-family: GothamProRegular;
  font-size: 100%;
  color: #4b4f55;
  line-height: 2em;
  margin: 0 0 28px 0;
}

a {
  color: #007ef8;
}

a:hover {
  text-decoration: none !important;
}

.shadow {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(3, 3, 3, 0.1);
  -moz-box-shadow: 0px 3px 4px 0px rgba(3, 3, 3, 0.1);
  box-shadow: 0px 3px 4px 0px rgba(3, 3, 3, 0.1);
}

section h2 {
  font-size: 39px;
  text-align: center;
}

ul {
  list-style: none;
  margin: 0 0 37px 0;
  padding: 0;
}

ul li {
	font-family: GothamProRegular;
	font-size: 100%;
	color: #4b4f55;
	list-style: none;
	margin: 0 0 8px 0;
	padding: 0 0 0 32px;
	background: url("/static/web/img/css/bullet.png") no-repeat left 12px;
}

@media (max-width: 640px) {
  p {
    line-height: 1.2em;
  }

  h1 {
    font-size: 285%;
    line-height: 1.3;
    color: #000000;
  }

  h2 {
    font-size: 285%;
    line-height: 1.3;
  }

  h3 {
    font-size: 242%;
    line-height: 1.3;
  }

  h4 {
    font-size: 200%;
    line-height: 1.3;
  }

  a {
    /*color: #65696d;*/
  }
}

.full-width {
  width: 100%;
}

/*------------------------------------buttons---------------------------------*/
.btn {
  font-family: GothamProMedium;
  font-size: 114%;
  color: #ffffff;
  border-radius: 9px;
  padding: 11px 10px 12px 10px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.22);
  outline: 0;
}

.btn:hover {
  color: #ffffff;
  cursor: pointer;
  outline: 0;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: default;
}

.btn:active {
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.22);
  color: #ffffff;
  outline: 0;
}

.btn:focus {
  color: #ffffff;
  outline: 0 !important;
}

/*-------------------------------btn-sizes-----------------------*/
.btn-lg {
  font-size: 128%;
  padding: 8px 10px 10px 10px;
}

/*---------------------------------------------btn-green--------------------------------------*/
/*.btn-green {*/
/*/!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73ab31+0,548b12+100 *!/*/
/*background: #73ab31; /!* Old browsers *!/*/
/*background: -moz-linear-gradient(top,  #73ab31 0%, #548b12 100%); /!* FF3.6-15 *!/*/
/*background: -webkit-linear-gradient(top,  #73ab31 0%,#548b12 100%); /!* Chrome10-25,Safari5.1-6 *!/*/
/*background: linear-gradient(to bottom,  #73ab31 0%,#548b12 100%); /!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!/*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73ab31', endColorstr='#548b12',GradientType=0 ); /!* IE6-9 *!/*/
/*}*/
/*.btn-green:hover {*/
/*/!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2170ad+0,01508d+100 *!/*/
/*background: #2170ad; /!* Old browsers *!/*/
/*background: -moz-linear-gradient(top,  #2170ad 0%, #01508d 100%); /!* FF3.6-15 *!/*/
/*background: -webkit-linear-gradient(top,  #2170ad 0%,#01508d 100%); /!* Chrome10-25,Safari5.1-6 *!/*/
/*background: linear-gradient(to bottom,  #2170ad 0%,#01508d 100%); /!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!/*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170ad', endColorstr='#01508d',GradientType=0 ); /!* IE6-9 *!/*/
/*}*/
/*.btn-green:active, .btn-green:focus {*/
/*/!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00508d+0,2170ad+100 *!/*/
/*background: #00508d; /!* Old browsers *!/*/
/*background: -moz-linear-gradient(top,  #00508d 0%, #2170ad 100%); /!* FF3.6-15 *!/*/
/*background: -webkit-linear-gradient(top,  #00508d 0%,#2170ad 100%); /!* Chrome10-25,Safari5.1-6 *!/*/
/*background: linear-gradient(to bottom,  #00508d 0%,#2170ad 100%); /!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!/*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00508d', endColorstr='#2170ad',GradientType=0 ); /!* IE6-9 *!/*/

/*}*/
/*--------------------------------------btn-green---------------------------------*/
.btn-green {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#21ad41+0,008d21+100 */
  background: #21ad41; /* Old browsers */
  background: -moz-linear-gradient(top, #21ad41 0%, #008d21 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #21ad41 0%, #008d21 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #21ad41 0%, #008d21 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21ad41', endColorstr='#008d21', GradientType=0); /* IE6-9 */
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.btn-green:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#25883c+0,05681b+100 */
  background: #25883c; /* Old browsers */
  background: -moz-linear-gradient(top, #25883c 0%, #05681b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #25883c 0%, #05681b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #25883c 0%, #05681b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25883c', endColorstr='#05681b', GradientType=0); /* IE6-9 */
}

.btn-green:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#05681c+1,25893c+100 */
  background: #05681c; /* Old browsers */
  background: -moz-linear-gradient(top, #05681c 1%, #25893c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #05681c 1%, #25893c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #05681c 1%, #25893c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05681c', endColorstr='#25893c', GradientType=0); /* IE6-9 */
}

/*--------------------------------------btn-red---------------------------------*/
.btn-red {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d24444+0,b32525+100 */
  background: #d24444; /* Old browsers */
  background: -moz-linear-gradient(top, #d24444 0%, #b32525 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d24444 0%, #b32525 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d24444 0%, #b32525 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d24444', endColorstr='#b32525', GradientType=0); /* IE6-9 */
}

.btn-red:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d24444+0,b32525+100 */
  background: #d24444; /* Old browsers */
  background: -moz-linear-gradient(top, #d24444 0%, #b32525 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d24444 0%, #b32525 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d24444 0%, #b32525 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d24444', endColorstr='#b32525', GradientType=0); /* IE6-9 */
}

.btn-red:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#05681c+1,25893c+100 */
  background: #d24444; /* Old browsers */
  background: -moz-linear-gradient(top, #d24444 0%, #b32525 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d24444 0%, #b32525 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d24444 0%, #b32525 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d24444', endColorstr='#b32525', GradientType=0); /* IE6-9 */
}

/*--------------------------------------------btn-blue----------------------------------*/
.btn-blue {
  background: #218ef9; /* Old browsers */
  background: -moz-linear-gradient(top, #218ef9 0%, #016fd9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #218ef9), color-stop(100%, #016fd9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #218ef9 0%, #016fd9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #218ef9 0%, #016fd9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #218ef9 0%, #016fd9 100%); /* IE10+ */
  background: linear-gradient(to bottom, #218ef9 0%, #016fd9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#218ef9', endColorstr='#016fd9', GradientType=0); /* IE6-9 */

  border-radius: 39px;
}

.btn-blue:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f70bd+0,10519e+100 */
  background: #2f70bd; /* Old browsers */
  background: -moz-linear-gradient(top, #2f70bd 0%, #10519e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2f70bd 0%, #10519e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2f70bd 0%, #10519e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f70bd', endColorstr='#10519e', GradientType=0); /* IE6-9 */
}

.btn-blue:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f509d+0,2f70bd+100 */
  background: #0f509d; /* Old browsers */
  background: -moz-linear-gradient(top, #0f509d 0%, #2f70bd 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0f509d 0%, #2f70bd 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0f509d 0%, #2f70bd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f509d', endColorstr='#2f70bd', GradientType=0); /* IE6-9 */
}

@media (max-width: 640px) {
  .btn {
    font-size: 200%;
    padding: 20px 10px 26px 10px;
  }
}

@media (max-width: 480px) {
  .btn {
    padding: 14px 10px 18px 10px;
  }
}

/*-------------------------------form-----------------------------*/
.checkbox {
  margin: 0 0 6px 0;
}

.checkbox label {
  font-family: GothamProMedium;
  font-size: 92%;
  line-height: 16px;
  color: #4d4f53;
  padding: 0;
}

.checkbox input {
  display: none;
}

input[type="checkbox"] + label::before {
  content: "";
  display: block;
  float: left;
  height: 31px;
  width: 31px;
  margin: 0 5px 0 0;
  background: url("/static/web/img/css/form.png") no-repeat left center;
}

input[type="checkbox"]:checked + label::before {
  background-position: -31px center;
}

input:hover {
  -webkit-box-shadow: 0px 0px 2px 2px rgba(77, 157, 255, 0.48);
  -moz-box-shadow: 0px 0px 2px 2px rgba(77, 157, 255, 0.48);
  box-shadow: 0px 0px 2px 2px rgba(77, 157, 255, 0.48);
}

@media (max-width: 640px) {
  .checkbox {
    margin-bottom: 14px;
  }

  .checkbox label {
    font-size: 171%;
    line-height: 1.2em;
  }

  input[type="checkbox"] + label::before {
    height: 45px;
    width: 45px;
    margin: 0 16px 0 0;
    background: url("/static/web/img/mobile/form-checkbox.png") no-repeat left center;
  }

  input[type="checkbox"]:checked + label::before {
    background-position: -45px center;
  }
}

/*----------------------------------------header------------------------------*/
.header {
  position: fixed;
  z-index: 100;
  width: 100%;
}

.header .col-xs-12 {
  padding: 0 0 0 15px;
  background: #171717;
  position: static;
}

.header .header-bg {
  background-color: #171717;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  height: 97px;
  display: none;
}

.nav-main {
  float: left;
  padding-right: 0;
  height: 50px;
}

.nav-main ul {
  margin: 0;
}

.nav-main ul li {
  display: inline-block;
  background: none;
  margin: 0;
  padding: 0;
}

.nav-main ul li a {
  font-family: GothamProRegular;
  font-size: 85%;
  color: #ffffff;
  line-height: 1.3em;
  text-transform: uppercase;
  display: block;
  outline: none;
  height: 50px;
  padding-right: 35px;
}

.nav-main ul li a span {
  display: block;
  padding: 18px 0 12px 0;
  line-height: 1.3em;
}

.nav-main ul li.logo {
  float: left;
  height: 50px;
  margin-right: 30px;
  padding-right: 0px;
  background: transparent url("/static/web/img/css/logo-border.png") no-repeat right top;
}

.nav-main ul li.logo a {
  font-family: GothamProRegular;
  font-size: 114%;
  color: #ffffff;
  line-height: 1.3em;
  text-transform: none;
}

.nav-main ul li.logo a span {
  /*padding: 38px 0 0 0;*/
  line-height: 1.3em;
}

.nav-main ul li.current a span {
  border-bottom: 4px solid #ffffff;
  padding-top: 19px;
}

.nav-main ul li.logo.current a span {
  padding: 15px 0 11px;
}

/* SUBMENU */
.nav-main .submenu_bg {
  content: ".";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  height: 60px;
  background: #fefefe;
  border-bottom: 1px solid #ccc;
  display: none;

}

.nav-main .menu_level_1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  height: 60px;
  background: #fefefe;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  display: none;
}

.nav-main .current .menu_level_1,
.nav-main .current .submenu_bg {
  display: block;
  text-align: center;
}

.nav-main .menu_level_1 a {
  color: #007ef8;
  font-family: GothamProMedium;
  font-size: 16px;
  text-transform: none;
  height: 80px;
}

.nav-main .menu_level_1 a span {
  padding-top: 18px !important;
  padding-bottom: 15px !important;
}

.nav-main .menu_level_1 .current a {
  color: #3e4143;
}

.nav-main .menu_level_1 .current a span {
  border-bottom: 2px solid #3e4143;
}

/**/
.header .profile {
  float: right;
  text-align: right;
}

.header .profile a {
  font-family: GothamProRegular;
  font-size: 100%;
  color: #ffffff;
  line-height: 20px;
  display: block;
  padding: 18px 2px 0 25px;
  outline: none;
  height: 50px;
  background: transparent url("/static/web/img/css/profile-active.png") no-repeat 0 55%;
}

.header .profile.active {
  border-top: 4px solid #ffffff;
  padding-top: 28px;
}

.header .mobile {
  display: none;
}

@media (max-width: 1020px) {
  .header {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }

  .container.content-wrap {
    padding-top: 0 !important;
  }

  .header .container,
  .nav-main .menu_level_1 {
    width: 100% !important;
  }

  .header .header-bg {
    background: #000000 none;
    height: 78px;
    opacity: 1;
  }

  .header .header-bg.on-top {
    background-color: transparent;
    display: none;
  }

  .header .mobile {
    display: block;
  }

  .header .nav-main {
    display: none !important;
  }

  .header .profile {
    display: none;
  }

  .header .mobile .logo {
    font-family: GothamProRegular;
    color: #ffffff;
    font-size: 228%;
    text-align: center;
    padding: 21px 0 28px 0;
    background-color: #000000;
  }

  .header .mobile .menu-link {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer;
    background: url("/static/web/img/mobile/menu.png") no-repeat left top;
  }

  .header .mobile .menu {
    position: absolute;
    display: none;
    top: 94px;
    left: 0;
    width: 100%;
    background-color: #000000;
    opacity: 0.95;
    box-shadow: 0 10px 15px 0 rgba(3, 3, 3, 0.30);
  }

  .header .mobile .menu ul {
    padding: 0;
    margin: 0;
  }

  .header .mobile .menu ul li {
    padding: 0;
    margin: 0;
    border-top: 1px solid #5c5c5c;
  }

  .header .mobile .menu ul li a {
    font-family: GothamProRegular;
    font-size: 214%;
    color: #40a0fd;
    text-transform: uppercase;
    display: block;
    padding: 40px 0 40px 28px;
  }
}

/*---------------Field white container---------*/
.fields-container,
#fos_user_resetting_form {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.fields-container .form-group,
#fos_user_resetting_form div {
  position: relative;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #d5d6d9;
  margin: 0;
  padding: 10px 10px 5px 10px;
}

.fields-container .form-group:last-of-type,
#fos_user_resetting_form div:last-of-type {
  border-bottom: none;
}

.fields-container .form-group label,
#fos_user_resetting_form label {
  font-family: "GothamProRegular";
  font-size: 85%;
  color: #6f7076;
  font-weight: normal;
  margin-bottom: 5px;
}

.fields-container .form-group input,
#fos_user_resetting_form div input {
  display: block;
  width: 100%;
  font-family: GothamProRegular;
  font-size: 185%;
  color: #000000;
  line-height: 26px;
  border: 0;
  outline: none;
  background-color: transparent;
  box-shadow: none !important;
  padding: 0 30px 0 0;
  height: 26px;
  text-transform: uppercase;
}

/*#fos_user_resetting_form div label:before{*/
/*position: absolute;*/
/*top: 36px;*/
/*display: block;*/
/*color: #000;*/
/*opacity: 0.5;*/
/*content: "\25CF\25CF\25CF\25CF\25CF\25CF";*/
/*}*/
/*#fos_user_resetting_form div label:focus:before{*/
/*display: none;*/
/*}*/

.form-group .form-control-feedback {
  width: 21px;
  height: 22px;
  background: url("/static/web/img/css/form-field-success.png") no-repeat left top;
  top: 23px;
  right: 20px;
  display: none;
}

.fields-container .checkbox label {
  font-family: "GothamProMedium";
  font-size: 92%;
  color: #6f7076;
  font-weight: normal;
}

.fields-container .form-group.has-error {
  background-color: #fdeded;
}

.fields-container .form-group.has-error label {
  color: #833737;
}

.fields-container .form-group.has-error input {
  color: #833737;
}

.form-group.has-success .form-control-feedback {
  display: block;
}

.form-group.has-error .form-control-feedback {
  background-image: url("/static/web/img/css/form-field-error.png");
  display: block;
  cursor: pointer;
}

@media (max-width: 640px) {
  .fields-container {
    margin-bottom: 34px;
  }

  .fields-container .form-group {
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fields-container .form-group label {
    font-size: 157%;
    margin-bottom: 2px;
  }

  .fields-container .form-group input {
    font-size: 242%;
    height: 36px;
  }
}

/*------------------------Modal----------------*/
.modal-backdrop {
  background-color: #000000;
  opacity: 0.7;
  z-index: 999;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 0 auto;
}

.modal .modal-dialog .modal-content {
  border-radius: 7px;
  margin: auto;
  max-width: 550px;
  width: auto;
  background-color: #e8e8e8;
  padding: 45px 30px 45px 30px;
  position: relative;
}

.modal .modal-dialog .modal-content h3 {
  color: #0d0f15;
  margin-bottom: 25px;
  margin-top: 0;
  font-family: GothamProRegular;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  width: 100%;
}

.modal .modal-dialog .modal-content .modal-footer {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -50px;
  border: none;
  padding: 0 0 20px 0;
}

.modal .modal-dialog .modal-content .modal-footer a {
  color: #ffffff;
  font-family: GothamProRegular;
  font-size: 100%;
  border-bottom: 1px dotted #ffffff;
}

.modal-container .fields-container {
  margin-bottom: 18px;
}

.modal-container .fields-container .form-group label {
  font-family: GothamProMedium;
  font-size: 85%;
  color: #4b4c51;
}

.modal-container .fields-container .form-group input {
  text-transform: none;
  font-size: 142%;
}

.modal-container .submit {
}

.modal-container .submit button {
  width: 100%;
}

/*----------------------------------modal-login-form-----------------------------*/
.modal-dialog.modal-login-form {
}

.modal-dialog.modal-login-form .login {
  margin-bottom: 45px;
  position: relative;
}

.modal-dialog.modal-remember-form .registration {
  margin-bottom: 45px;
  position: relative;
}

.modal-dialog .reset {
  margin-bottom: 45px;
  position: relative;
}

.modal-dialog .reset ~ form {
  margin-bottom: 0 !important;
}

.modal-dialog.modal-login-form .login .forget {
  font-family: GothamProMedium;
  font-size: 100%;
  color: #0f7ee7;
  text-decoration: underline;
  position: absolute;
  top: -45px;
  right: 5px;
}

.modal-dialog.modal-login-form .registration h3 {
  margin-bottom: 10px;
}

.modal-dialog.modal-login-form .login .incorrect-credentials {
  font-family: GothamProMedium;
  color: #833737;
  margin-top: -5px;
  margin-bottom: 10px;
  display: none;
}

.modal-dialog.modal-login-form .reset .incorrect-credentials {
  font-family: GothamProMedium;
  color: #833737;
  margin-top: -5px;
  margin-bottom: 10px;
  display: none;
}

.modal-dialog.modal-login-form .registration p {
  font-family: GothamProRegular;
  font-size: 100%;
  color: #707070;
  margin: 0 0 10px 0;
}

.incorrect-credentials {
  font-family: GothamProMedium !important;
  color: #833737 !important;
  margin-top: -5px !important;
  margin-bottom: 10px !important;
  display: none;
}

/*----------------------modal-add-fio---------------------------*/
.modal-dialog.modal-add-fio .modal-content .modal-body p {
  font-family: GothamProRegular;
  font-size: 12px;
  color: #65696d;
  margin: -23px 0 10px 0;
}

/*--------------------footer-------------------*/
.footer {
  font-family: GothamProRegular;
  color: #65696d;
}

.footer .col-xs-12 {
  padding: 0 0 0px 0;
}

.footer .border {
  height: 1px;
  width: 100%;
  margin-bottom: 20px;
  background: #c9453e; /* Old browsers */
  background: -moz-linear-gradient(left, #c9453e 0%, #1e51d3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c9453e), color-stop(100%, #1e51d3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #c9453e 0%, #1e51d3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #c9453e 0%, #1e51d3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #c9453e 0%, #1e51d3 100%); /* IE10+ */
  background: linear-gradient(to right, #c9453e 0%, #1e51d3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9453e', endColorstr='#1e51d3', GradientType=1); /* IE6-9 */
}

.footer .copyrights {
  font-size: 71%;
  float: left;
  margin-right: 60px;
}

.footer ul {
  float: left;
  margin: 0;
}

.footer ul li {
  float: left;
  margin: 0 19px 0 0;
  background: none;
  padding: 0;
  font-size: 71%;
}

.footer ul li a {
  font-family: GothamProRegular;
  color: #65696d;
}

.footer ul li a:hover {
  color: #1e7bd5;
}

.footer .politics a {
  font-family: GothamProRegular;
  font-size: 71%;
  color: #65696d;
}

.footer .politics a:hover {
  color: #1e7bd5;
}

.footer .pay-methods {
  float: right;
  height: 18px;
}

.footer .social {
  float: right;
  margin-left: 20px;
}

.footer .social a {
  width: 18px;
  height: 18px;
  display: block;
  float: right;
  background: url("/static/web/img/css/social.png") no-repeat left top;
  margin-left: 13px;
}

.footer .social a img {
  display: none;
}

.footer .social a.vk {
  background-position: left bottom;
}

.footer .social a:hover {
  background-position: right top;
}

.footer .social a.vk:hover {
  background-position: right bottom;
}

@media (max-width: 640px) {
  .footer {
    margin-top: 60px;
    position: relative;
  }

  .footer .col-xs-12 {
    width: 100% !important;
    padding: 0 30px 0 30px;
    margin-bottom: 100px;
  }

  .footer .border {
    margin-bottom: 40px;
    height: 2px;
  }

  .footer .copyrights {
    font-size: 171%;
    margin-bottom: 10px;
    float: none;
  }

  .footer ul li {
    font-size: 171%;
    float: none;
    display: block;
    margin: 0 0 3px 0;
  }

  .footer ul li a {
    font-size: 171%;
    text-decoration: underline;
  }

  .footer .social {
    position: absolute;
    right: 52px;
    bottom: 116px;
    width: auto;
    height: 64px;
  }

  .footer .social a {
    background: none;
    width: 64px;
    height: 64px;
    margin-left: 18px;
  }

  .footer .social a img {
    display: block;
    width: 100%;
  }

  .footer .pay-methods {
    position: absolute;
    right: 54px;
    bottom: 63px;
    height: 26px;
  }
}

@media (max-width: 480px) {
  .footer .social {
    bottom: 76px;
  }

  .footer .social a {
    width: 44px;
  }

  .footer .pay-methods {
    bottom: 54px;
    width: 150px;
  }
}

.recover {
  width: 100%;
  color: #007ef8;
  cursor: pointer;
  text-align: right;
  margin-top: -45px;
  margin-bottom: 25px;
}

.return {
  width: 100%;
  color: #007ef8;
  cursor: pointer;
  text-align: right;
  margin-top: -45px;
  margin-bottom: 25px;
}

.return img {
  padding: 0px 5px 2px 0px;
}

.email_send {
  font-weight: bold;
}

.container_email_send {
  color: #4b4f55;
  font-family: GothamProRegular;
  font-size: 125%;
  line-height: 2em;
  text-align: center;
}

b {
  font-family: 'GothamProMedium';
}

.flt_rub {
  font-family: 'PT Sans';
  font-weight: bold;
}

table.fines_val_tbl {
  border: none;
  border-collapse: collapse;
  text-align: left;
  line-height: 20px;
}

.fines_val_tbl_wrapper {
  border: 1px solid #cdd1d2;
  border-radius: 7px;
  padding: 120px 50px 50px 50px;
}

table.fines_val_tbl {
  border-radius: 7px;
  overflow: hidden;
  width: 100%;
}

table.fines_val_tbl thead tr {
  background: none;
  color: #fff;
}

table.fines_val_tbl thead tr {
}

table.fines_val_tbl thead {
  font-size: 13px;
}

table.fines_val_tbl tbody {
  font-size: 14px;
}

table.fines_val_tbl tbody tr {
  border-bottom: 1px solid #cdd1d2;
}

table.fines_val_tbl tbody tr td:first-child {
  white-space: nowrap;
  font-family: 'GothamProMedium';
}

table.fines_val_tbl td,
table.fines_val_tbl th {
  padding: 20px;
}

table.fines_val_tbl tbody tr:nth-child(odd) td {
  background: #fff;
}

table.fines_val_tbl tbody tr:nth-child(even) td {
  background: #f5f6fa;
}

table.fines_val_tbl thead {
  background: none;
}

table.fines_val_tbl thead th {
  background: #989da4;
}

table.fines_val_tbl thead tr > th:first-child {
  border-radius: 7px 0 0 0px;
}

table.fines_val_tbl thead tr > th:last-child {
  border-radius: 0 7px 0 0;
}

table.fines_val_tbl tbody tr:last-child {
  background: none;
}

table.fines_val_tbl tbody tr:last-child > td:first-child {
  border-radius: 0 0 0 7px;
}

table.fines_val_tbl tbody tr:last-child > td:last-child {
  border-radius: 0 0 7px 0;
}

/* HELP */
.page-help-category {
  padding-top: 200px !important;
}

.page-faq {
  padding-top: 55px !important;
}

.page-faq a {
  text-decoration: underline;
  color: #007ef8;
}

.page-faq a:hover {
  text-decoration: none;
  color: #007ef8;
}

.page-faq .row .back-to-list a.icon {
  display: inline-block;
  vertical-align: middle;
  padding-left: 28px;
  -moz-transform: rotate(90deg); /* Для Firefox */
  -ms-transform: rotate(90deg); /* Для IE */
  -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
  -o-transform: rotate(90deg); /* Для Opera */
  transform: rotate(90deg);
}

.page-faq .row .back-to-list a.text {
  display: inline-block;
  background: none;
  padding-left: 0;
}

.page-help-category .panel-group h4 {
  font-family: GothamProMedium;
  margin-top: 20px;
}

.page-help-category .panel-group h4 a {
  text-decoration: underline;
  color: #007ef8;
}

.page-help-category .panel-group h4 a:hover {
  text-decoration: none;
  color: #007ef8;
}

/**/
.pager {
  border: 1px solid #ccc;
  border-style: solid none;
  padding: 30px 0 20px 0px;
  margin-top: 100px;
}

.pager .prev {
  width: 50%;
  float: left;
}

.pager .next {
  width: 50%;
  float: right;
}

.pager h4 {
  font-size: 18px;
}

.pager .prev h4 {
  text-align: left;
}

.pager .next h4 {
  text-align: right;
}

.pager .back-to-list {
  margin-top: -2px;
  margin-bottom: 0;
  width: 10%;
  float: left;
}

.pager .next .back-to-list a {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.pager .link {
  width: 90%;
  float: left;
}

/* ARTICLE */
.page-article h1 {
  font-size: 36px;
  line-height: 1.5em;
}

/* Block Sharing */
.b-sharing {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}

.b-sharing:before {
  position: absolute;
  left: 183px;
  top: 30px;
  width: 44px;
  height: 44px;
  background: #f7f7f7;
  content: '';
  z-index: 2;
}

.b-sharing p {
  margin-bottom: 0;
}

.b-sharing ul {
  list-style: none;
}

.b-sharing ul li {
  background: none;
  padding: 0;
}
@media (max-width: 640px) {
  .footer .politics a {
    font-size: 12px;
  }
}