html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
main {
  display: block
} 
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
samp {
  font-size: 1em
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #014888;
}
a:active,
a:focus,
a:hover {
  color: #50555a;
}
table,
table tbody,
table tfoot,
table tfoot tr tf,
table thead,
table tr,
table tr th,
tr td {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}
ul {
  list-style-type: none
}
body {
  background: #f8f8f8;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.wrapper {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px
}
.wrapper_width{
  max-width: 1030px;
}
.page_width{
  max-width: 720px;
}
.header {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  background: #fff
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.header__button {
  width: 150px;
  height: 50px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  transition: all .3s ease;
  background: #3375b7;
  font-weight: 600;
  border-radius: 5px;
}
.header__button:hover {
  color: #2b276f;
  background: #f6fafd;
}
.cta__button {
  width: 130px;
  height: 50px;
  background: #26235c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  left: 50%;
}
.cta__button:hover {
  color: #fff;
  background: #002b5f
}
.header__logo {
  color: #454545;
  font-size: 26px;
  font-weight: 600;
}
h1 {
  font-size: 38px;
  color: #014888;
  text-align: center;
  font-weight: 600;
}
h2 {
  font-size: 22px;
  color: #50555a;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
h3 {
  font-size: 22px;
  color: #50555a;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.main {
  padding-top: 90px;
  padding-bottom: 90px
}
.main__inner {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.main__filter {
  max-width: 232px;
  width: 100%;
  margin-right: 30px
}
.main__filter input {
  display: none
}
.main__filter label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #50555a;
  margin: 10px 0
}
.main__filter label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #767676;
  background: #fff;
  margin-right: 5px;
  display: block;
  border-radius: 3px
}
.main__filter input:checked + label:before {
  content: "\f00c";
  background: #014888;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #014888;
  font-weight: 100;
  font-size: 12px
}
.main__filter .filter__inner_show {
  display: block!important
}
.main__filter .filter__top {
  margin-bottom: 20px;
}
.main__filter .filter__top i,
.main__filter .filter__top span {
  color: grey
}
.main__filter .filter__top span {
  font-size: 17px;
  margin-left: 5px
}
.main__filter .filter__inputs {
  margin-bottom: 40px
}
.main__filter .filter__inputs_select {
  display: none
}
.main__filter .filter__inputs_show {
  display: block
}
.main__filter .filter__block_active i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.main__filter .filter__title {
  border-top: 1px solid #dfe0e2;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #50555a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.main__filter .filter__title i {
  font-size: 28px;
  color: #50555a;
  font-weight: 900
}
.main__page img {
  width: 800px;
}
.main__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3,1fr);
  grid-gap: 10px;
  width: 100%
}
.main__block .item {
  padding: 15px 20px 20px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px;
}
.main__block .item__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 11px 0
}
.main__block .item_hide {
  display: none
}
.main__block .item_show {
  display: block
}
.main__block .item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
}
.main__block .blog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-bottom: 10px;
  display: block;
}
.main__block .item__top img {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  margin-right: 15px;
}
.main__block .item__name {
  font-weight: 700;
  font-size: 20px;
  color: #024885;
  margin-bottom: 5px;
}
.main__block .item__location {
  color: #ababab;
  font-size: 13px
}
.main__block .item__bottom {
  margin: -15px 0;
  margin-top: 5px;
  margin-bottom: 1px;
}
.main__block .item__bottom .ico {
  width: 20px;
  text-align: center
}
.main__block .item__bottom i {
  color: #979ea6;
  text-align: center;
  width: 20px;
  font-size: 18px
}
.main__block .item__bottom a {
  font-size: 15px;
  color: #7f8389;
}
.main__block .item__bottom a:hover {
  text-decoration: underline
}
.main__block .item__bottom span {
  margin-left: 10px;
  font-size: 15px;
  color: #626669;
}
footer {
  background: #fff;
  margin-top: auto;
  padding: 30px 0
}
footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
footer p {
  font-size: 14px;
  color: #6a7076;
}
footer a {
  color: #6a7076;
}
footer i.fa {
  color: #50555a;
  font-size: 20px
}
.premium {
  background-color: #fafafa;
  color: #888;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  border-radius: 2px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 10px;
}

/*PAGE.html*/
/*.wrapper_width{
  max-width: 1030px;
}*/
.address {
   padding-top: 25px;
}
.header__button:hover{
  background: #014888;
  color: #FFF;
  border: 2px solid #014888;
}
.header .header__logo{
  display: flex;
  align-items: center;
  position: relative;
}
.header .header__logo img{
  width: 100%;
  max-width: 60px;
  margin-right: 10px;
}
.header .header__logo .p_logo{
  font-weight: 500;
  color: #6a7076;
  font-size: 14px;
  position: absolute;
  top: 32px;
  left: 70px;
}
.header .header__logo .p_logotitle{
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
}
.compare__button{
  display: block;
  background: #f8f8f8;
  padding: 10px 0;
  width: 180px;
  text-align: center;
  margin: 0 auto;
  color: #3375b7;
  transition: all 0.3s ease;
  border: 2px solid #3375b7;
}               
.compare__button:hover{
  background: #FFF;
  color: #5273a1;
  border: 2px solid #6786b2;
}  
.main-page .main__inner{
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #ededed;
  width: 100%;
  border-radius: 4px;
}
.main-page .main__inner .main__sidebar{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 30%;
  padding-right: 10px;
} 
.main-page .main__inner .sidebar__item{
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
}
.main-page .main__inner .sidebar__item h2{
  font-weight: 700;
  font-size: 20px;
  color: #024885;
  margin-bottom: 5px;
  margin-top: 20px;
  padding: 0;
  text-align: left;
}
.main-page .main__inner .sidebar__item p{
  font-weight: 400;
  color: #6a7076;
  font-size: 15px;
}

.main-page .main__inner .main__unit iframe{
  width: 100%;
}
.main-page .main__inner .main__unit{
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  width: 100%;
  max-width: 70%;
  border-left: 1px solid #ededed;
}
.main-page .main__inner .main__unit h1{
  font-weight: 700;
  font-size: 35px;
  color: #3375b7;
  text-align: left;
  padding: 0;
  margin: 40px 0 15px 0;
}
.main-page .main__inner .main__unit p{
  font-weight: 400;
  color: #6a7076;
  line-height: 1.4;
  font-size: 17px;
  margin-bottom: 20px;
}
.main-page .main__inner .main__unit .unit__items{
  margin-top: 20px;
}
.main-page .main__inner .main__unit .unit__items h2{
  font-weight: 700;
  font-size: 25px;
  color: #014888;
  text-align: left;
  padding: 0;
  margin: 0;
}
.main-page .main__inner .main__unit .unit__items h3{
  font-weight: 700;
  font-size: 21px;
  color: #014888;
  text-align: left;
  padding: 0;
  margin: 0;
}
.main-page .main__inner .main__unit img{
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid #ededed;
}
.main__unit .items__check .check__social{
  align-items: center;
  margin: 11px 0;
  display: flex;
}
.main__unit .items__check{
  margin-right: 70px;
  padding-bottom: 20px;
}

.main__unit .items__check:last-child{
  margin-right: 0;
}
.main__unit .items__check .check__social i{
  color: #979ea6;
  text-align: center;
  width: 20px;
  font-size: 18px;
}
.main__unit .items__check .check__social span{
  margin-left: 10px;
  font-size: 17px;
  color: #626669;
  transition: all 0.3s ease;
}
.main__unit .check__social_line:hover{
  text-decoration: underline;
}
.main__unit .unit__items .items__row{
  display: flex;
}
footer .social__buttons a{
  margin: 0 10px;
  transition: all 0.3s ease;
}
footer .social__buttons i:hover{
  transform: scale(1.2);
}
.main-page .main__inner .page__unit{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main-page .main__inner .page__unit p{
  font-weight: 400;
  color: #6a7076;
  line-height: 1.4;
  font-size: 17px;
  margin-bottom: 20px;
}
.main-page .main__inner .page__unit h2{
  font-weight: 700;
  font-size: 28px;
  color: #014888;
  text-align: left;
  padding: 0;
  margin: 12px 0;
}
.main-page .main__inner .main__unit .page__items h3{
  font-weight: 700;
  font-size: 21px;
  color: #014888;
  text-align: left;
  padding: 0;
  margin: 0;
}

/*************************  sidebar style  **********************/

.main .main__sidebar {
  margin-left: -10px;
}

.sidebar__inner {
  padding-left: 10px;
  padding-right: 10px;
}

.main .main__sidebar .sidebar__item {
  padding: 15px 20px 25px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
}

.main .main__sidebar .sidebar__item img {
    width: 100%;
    border-radius: 2px;
    -o-object-fit: cover;
    object-fit: cover;
}

.main .main__sidebar .sidebar__item .sidebar__name {
    margin-top: 20px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}

.main .main__sidebar .sidebar__item .sidebar__name h2 {
    font-weight: 700;
    font-size: 20px;
    color: #024885;
    margin-bottom: 5px;
    text-align: left;
    padding: 0;
}

.main .main__sidebar .sidebar__item .sidebar__name h2:hover {
  color: #50555a
}

.main .main__sidebar .sidebar__item .sidebar__name h2 a {
    color: inherit;
}

.main .main__sidebar .sidebar__item .sidebar__name p {
    color: #6a7076;
    font-size: 15px;
}


@media screen and (max-width:576px) {
  .main .main__sidebar {
    margin: 0 auto 8px auto;
  }

  .sidebar__inner {
    padding-left: 0;
    padding-right: 0;
  }

}

@media screen and (max-width:992px) {
  .main__block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr)
  }
  .header .header__logo img{
    max-width: 40px
  }
  .header__button{
    font-size: 12px;
    padding: 5px
  }
  .header .header__logo .p_logo{
    left: 50px;
    top: 25px;
    font-size: 11px;
  }
  .header .header__logo .p_logotitle{
    font-size: 20px;
  }
  .main-page .main__inner .main__unit,
  .main-page .main__inner .main__sidebar{
    max-width: 100%
  }
  .main-page .main__inner{
    display: flex;
    flex-direction: column;
  }
  .main-page .main__inner .main__unit{
    padding: 0;
    border-left: none;
  }
  .main-page .main__inner .sidebar__item{
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .main-page .main__inner .main__sidebar{
    padding-right: 0;
  }
  .main-page .main__inner .sidebar__item{
    width: 100%;
    max-width: 375px;
  }
}
@media screen and (max-width:768px) {
  .main__block {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1,1fr)
  }
  .main__filter .filter__top {
    text-align: right;
  }  
  .main {
    padding-top: 20px;
    padding-bottom: 40px
  }
  .header {
    padding: 15px 0
  }
  h1 {
    font-size: 35px
  }
  .main__inner {
    margin-top: 30px
  }
  footer {
    padding: 15px 0
  }
  footer p {
    font-size: 12px
  }
  .header__logo {
    font-size: 20px
  }
  .main__unit .items__check{
    margin-right: 0;
  }
  .items__row{
    justify-content: space-between;
  }
  .header .header__logo .p_logo{
    width: 100%;
  }
}
@media screen and (max-width:576px) {
  h1 {
    font-size: 35px
  }
  .main__filter .filter__top {
    text-align: center;
  }
  .main__block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    grid-gap: 5px
  }
  .main__inner {
    display: block;
    margin-top: 15px
  }
  .cta__button {
    width: 110px;
    height: 40px;
    font-size: 14px
  }
  .main__filter {
    max-width: 100%
  }
  .filter__inner {
    display: none;
    position: absolute;
    background: rgba(246,250,253,.95);
    width: 100%
  }
  .main__block .item {
    padding: 18px
  }
  .main__block .item__top {
    padding-bottom: 10px;
    margin-bottom: 10px
  }
  .main__block .item__top img {
    width: 60px;
  }
  .main__block .item__name {
    font-size: 18px
  }
  .main__block .item__location {
    font-size: 14px
  }
  .main__block .item__bottom span {
    margin-left: 5px
  }
  .main__block .item__bottom a {
    font-size: 13px
  }
  .items__row{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .compare__button{
    margin-bottom: 30px
  }
  .items__check_margin{
    margin-left: -25px;
  }
  h1{
    font-size: 35px;
  }
  .main__inner .sidebar__item h2{
    margin-top: 10px;
  }
}
@media screen and (max-width:480px) {
  .main__block {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1,1fr);
    grid-gap: 5px
  }
  h1{
    font-size: 36px;
    margin-top: 20px;
  }
  .title_h2{
    font-size: 18px;
  }
 .main__block .item__bottom {
  margin-top: 20px;
}
  .main__unit .unit__items .items__row{
    align-items: start;
  }
  .items__check_margin{
    margin-left: 0
  }
  .main__inner .main__unit p{
    font-size: 13px;
    line-height: 20px;
  }
  .compare__button{
    margin-top: 0;
    margin-bottom: 0;
  }
  .main__inner .main__unit img{
    height: 150px;
  }
  .main__inner .main__unit h2{
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 25px;
  }
  .header__button{
    width: 125px;
  }
}

/* Add page */
.add_page .row {
  min-height: 100px;
}
.add_page .border {
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #d9e0e9;
  border-radius: 4px;
  width: 100%;
  height: 40px;
}

.add_page .height{
  height:130px;
}

.add_page h3 {
  border-bottom: unset;
}

.add_page .title {
  margin-bottom: 10px;
  color: #50555a;
}

.add_page .btn {
  background-color: #034889;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.775rem 0.95rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  margin-bottom: 50px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.h3_height{
  margin-top:15px;  
}

.header__link {
  color: #6a7076;
  margin-right: 2rem;
  text-align: center;
  display: block;
}

@media screen and (min-width:768px) {
  .add_page .col-lg-6-left,.add_page .col-lg-6 {
    float:left;
    width: 48%;
  }
  .add_page .col-lg-6-left{   
    margin-right:4%;
  }
}

@media screen and (min-width:1000px) {
  .wrapper.page_width.add_page {
    min-width: 1000px;
  }
}

/* Add page mobile version */
@media screen and (max-width:768px) {
  .add_page .col-md-12{
    float:left;
    width: 100%;
    margin-top: 20px;
  }
  .add_page .btn {
    margin-top:10px;
  }

  .header__link {
    display: none;
  }
}

.flex {
  display: flex;
  align-items: center;
}
