img {
  max-width: 100%;
}

:focus {
  outline: 0 !important;
}

a, a:hover, a:focus {
  color: initial;
  text-decoration: none;
}

ul, p {
  margin-bottom: 0;
}

body.modal-open .modal-dialog {
  overflow: hidden;
}
header {
  height: 80px;
}
.logo {
    margin-top: 20px;
}
h2 {
    margin-bottom: 40px;
}
div .main {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.18em;
    float: right;
}
div a:hover{
    color: #5989b4;
    text-decoration: underline;
}
.second_screen {
  background: url(../images/bg.jpg) no-repeat;
  background-position-y: bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 100px;
  padding-top: 100px;
}
.second_screen h1 {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 26px;
}
.second_screen p {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.second_screen .btn_custom, .btn_custom:focus {
  background-color: #ffffff;
  border: 3px solid #ffffff;
  color: #5989b4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  border-radius: 5px;
  padding: 20px;
  margin-top: 40px;
  width: 100%;
}
.second_screen .btn_custom:hover {
  background-color: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  border-radius: 5px;
  padding: 20px;
}
.fourth_screen {
  padding-top: 50px;
  background-color: #ffffff;
}
.fourth_screen .btn_green {
    background-color: transparent;
    border: 3px solid #5989b4;
    color: #5989b4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border-radius: 5px;
    padding: 20px;
    margin-top: 40px;
    width: 100%;
}
.fourth_screen .btn_green:hover {
    background-color: #5989b4;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border-radius: 5px;
    padding: 20px;
    margin-top: 40px;
}
form{
	margin-top: 50px;
}
.form-group p{
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  line-height: 1.8em;
}
.form-group span{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.calculator-wrapper label{
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  line-height: 1.8em;
}
form .cust_inp{
  background-color: #ebebeb;
  font-size: 18px;
  padding: 20px 10px;
  height: 30px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  height: 50px;
}
form .cust_inp:focus{
  box-shadow: none;
}
form label{
  font-weight: normal;
}
.date-block div:nth-child(1){
  padding-left: 0;
}
.date-block div:nth-child(2){
  padding-right: 0;
}
.results{
  margin-top: 40px;
}
h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-top: 0px;
}
.results p{
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  line-height: 1.8em;
}
.results span{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  margin-top: 10px;
  color: #5989b4;
}
.fiftin_screen {
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #dbe2e7;
}
.fiftin_screen h2 {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-transform: none;
}
.fiftin_screen ul {
  padding-left: 0;
}
.fiftin_screen li {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #000000;
  list-style-type: none;
  margin-bottom: 10px;
}
span.namber {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #5989b4;
}
span.teg {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #5989b4;
  text-transform: none;
  position: relative;
  bottom: 10px;
  line-height: 1.18em;
  margin-top: 10px;
}
.sixth_screen {
  padding-top: 100px;
}
.sixth_screen h2 {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-transform: none;
}
.nav-tabs {
  border: 0;
}
.nav-tabs a {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus{
    border: 0;
    color: #5989b4;
    text-decoration: none;
  }
.nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus{
  border: 0;
  color: #5989b4;
  background-color: transparent;
  text-decoration: underline;
  margin-right: 60px;
  padding: 0;
}
.nav>li>a {
  padding: 0;
}

.nav-tabs>li>a {
  border-radius: 0;
  margin-bottom: 0;
  margin-right: 60px;
}

.nav-tabs>li {
  margin-bottom: 0;
  margin-top: 10px;
}

.seven_screen {
  padding-bottom: 50px;
  padding-top: 50px;
}

.tab-pane p {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}

.tab-pane span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: 1.18em;
}

.pdf_doc, .download_link {
  display: block;
  margin-bottom: 20px;
  min-height: 50px;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  padding: 27px 0 5px 100px;
  position: relative;
  transition: .3s;
  -webkit-transition: .3s;
  line-height: 1.2em;
}

.pdf_doc:before, .download_link:before {
  background: url(../images/pdf.png) no-repeat;
  content: "";
  height: 80px;
  left: 2px;
  position: absolute;
  width: 80px;
}

.pdf_doc:hover, .download_link:hover {
  text-decoration: underline;
}

.pdf_doc small, .download_link small {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.pdf_doc:before {
  background: url(../images/pdf.png) no-repeat;
}

.documents_list ul {
  columns: 2;
}

.ten_screen {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #ffffff;
}

.ten_screen h2 {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-transform: none;
}

.widget-news_item_img {
  margin-bottom: 20px;

}

.widget-news_item {
  margin-bottom: 20px;
  border-left: 3px solid #5989b4;
  padding-left: 0;
}

.ten_screen .widget-news_item_title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0px;
  line-height: 1.14em;
  margin-left: 10px;
}

.ten_screen .widget-news_item_preview {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 1.14em;
  margin-left: 10px;
}

.ten_screen .widget-news_btn {
  background-color: transparent;
  border: 3px solid #5989b4;
  color: #5989b4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  border-radius: 5px;
  padding: 20px;
  margin-top: 40px;
  width: 100%;
}

.ten_screen .widget-news_btn:hover {
  background-color: #5989b4;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  border-radius: 5px;
  padding: 20px;
  margin-top: 40px;
}

.thirteenth_screen {
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #5989b4;
}

.thirteenth_screen h2 {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-transform: none;
}

.txt {
  margin-bottom: 20px;
}

.txt p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.18em;
}

.txt p.title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.txt a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.txt a:hover {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-decoration: underline;
}

.txt a:focus {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  background-color: transparent;
}

.eleventh_screen {
  padding-bottom: 100px;
  padding-top: 50px;
  background-color: #ffffff;
}

.eleventh_screen h2 {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-transform: none;
}

.eleventh_screen p {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.eleventh_screen hr {
  border-top: 2px solid #5989b4;
  width: 20%;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}

.head {
  display: flex;
  margin-top: 40px;
}

.head div.number {
  color: #ffffff;
  background-color: #5989b4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  width: 80px;
  height: 80px;
  text-align: center;
  padding-top: 22px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.head div.title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.18em;
}

.head div.title span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: 1.18em;
}

.head p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  color: #000000;
}

.col1 ul {
  padding: 20px 0 60px 0;
}

.text li {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.18em;
  list-style: none;
}

.text li span {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.18em;
}

.txt2 p {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.18em;
}

.txt2 a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.txt2 a:hover {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-decoration: underline;
}

.txt2 a:focus {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  background-color: transparent;
}


.document-widget_item {
  height: 150px;
}


.modal-dialog {
  overflow: scroll;
}

.modal-dialog h2 {
  color: #ffffff;
}

.form-group-material {
  height: 28px;
  margin-bottom: 20px;
  margin-top: 40px;
  position: relative;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  ;
}

.form-group-material:after {
  height: 0;
  width: 100%;
}

.form-group-material:before {
  height: 0;
}

.material-label {
  cursor: text;
  display: block;
  font-family: Akrobat-Regular;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  top: -20px;
  transform: translateY(-50%);
  transform-origin: 0 0;
  transition: color ease .3s, -webkit-transform ease .3s;
  transition: transform ease .3s, color ease .3s, -webkit-transform ease .3s;
  transition: transform ease .3s, color ease .3s;
  -webkit-transform: translateY(-50%);
  -webkit-transform-origin: 0 0;
  -webkit-transition: color ease .3s, -webkit-transform ease .3s;
  width: 100%;
}

.error .material-label {
  color: #e6434a;
}

.focused .material-label {
  color: #03b5b1;
}

.focused:after, .focused:before {
  background: #03b5b1;
}

.error.focused .material-label {
  color: #03b5b1;
}

.error.focused:before {
  color: #03b5b1;
}

input.material-field, textarea.material-field {
  background: 0 0;
  border-width: 0;
  box-shadow: none;
  margin: 0;
  padding-left: 10px;
  padding-top: 5px;
  padding-right: 0;
  resize: none;
  width: 100%;

}

input.material-field:focus, textarea.material-field:focus {
  background: 0 0;
  box-shadow: none;
}

textarea.material-field {
  height: 140px;
}

.txtarea_wr .material-label {
  top: 9px;
}

.modal_custom .modal-content {
  border: none;
  box-shadow: none;
  display: table;
  height: 100%;
  margin: auto;
  max-width: 1200px;
  -webkit-box-shadow: none;
  width: 100%;
}

.modal_custom .modal-content .modal-body {
  display: table-cell;
  vertical-align: middle;
}

.modal_custom .modal-dialog {
  background: url(../images/bg5.png);
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  min-height: 600px;
  padding: 20px 0;
  right: 0;
  top: 0;
  transform: none;
  width: 100%;
}

.modal_custom .modal-body {
  margin: auto;
  max-width: 1200px;
}

.form-group .label {
  clear: both;
  color: #ffffff;
  display: block;
  font-family: Akrobat-Regular;
  font-size: 14px;
  line-height: 1.2em;
  margin-top: 10px;
  padding: 0;
  text-align: left;
}

@media screen and (max-width:768px) {
  .date-block div:nth-child(1) {
    padding-right: 0;
  }
  .date-block div:nth-child(2) {
    padding-left: 0;
  }
  
}
