/*
Theme Name: Hagana-Bit Theme
Author: X-Cloud
Author URI: http://x-cloud.biz/
Version: 0.1
*/
/*-------------- 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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0 none;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
figure {
  margin: 0;
}
input,
textarea,
select,
button,
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 0 none;
}
a {
  background: transparent;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:active,
a:hover,
a:focus,
a:visited {
  outline: 0 none;
}
b,
strong {
  font-weight: bold;
}
textarea {
  resize: none;
  overflow-y: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px 0;
}
input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
input::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
input:-ms-input-placeholder {
  opacity: 1;
  color: #767676;
}
input:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
}
input:focus:-moz-placeholder {
  opacity: 0;
}
textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
textarea::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #767676;
}
textarea:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea:focus::-moz-placeholder {
  opacity: 0;
}
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
textarea:focus:-moz-placeholder {
  opacity: 0;
}
input[type="text"],
input[type="password"],
textarea {
  font-family: 'Open Sans', sans-serif;
}
button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}
.clearfix,
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.oh {
  overflow: hidden;
}
.w-half {
  width: 50%;
}
.a-center {
  text-align: center;
}
html {
  height: 100%;
}
html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 100%;
  min-height: 100%;
  background-color: #fefefe;
  font-weight: normal;
  position: relative;
  color: #3e434f;
  font-family: 'Open Sans', sans-serif;
}
.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow:hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  margin: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
input,
select,
button {
  outline: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header {
  position: relative;
}
header .header-inn {
  position: absolute;
  width: 1170px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .header-inn__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
}
header .header-inn__top .top-logo {
  display: block;
  text-indent: -9999px;
  width: 90px;
  height: 63px;
  background: transparent url("img/home-logo.png") no-repeat 0 0;
}
header .header-inn__top .help-link {
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 10px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
}
#menu-primary-menu li{
  display:inline-block;
  position:relative;
  margin: 0 15px;
}
#menu-primary-menu li::after{
  content:'';
  display:block;
  position:absolute;
  right:0;
  bottom:5px;
  width:0;
  height:1px;
  background-color:#fff;
  transition:width .4s ease-in-out;
}
#menu-primary-menu li:hover::after,
#menu-primary-menu li.current-menu-item::after{
  width:100%;
}
#menu-primary-menu li a {
  text-decoration: none;
  font-weight: 600;
  line-height: 40px;
  font-size: 16px;
  color: #fff; 
}
#menu-primary-menu li:first-of-type {
  margin-right: 0;
}
#menu-primary-menu li:last-of-type {
  margin-left: 0;
}
header .header-inn__bottom {
  position: absolute;
  right: 0;
  top: 27%;
  width: 500px;
}
header .header-inn__bottom .title {
  display: block;
  clear: both;
  color: #fff;
  font-weight: 700;
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 25px;
}
header .header-inn__bottom .text {
  display: block;
  clear: both;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 35px;
}
header .header-inn__bottom a {
  display:inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 45px;
  padding: 0 45px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,36,234,0.18);
          box-shadow: 0 0 10px 0 rgba(0,36,234,0.18);
  background-color: #0664e3;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
footer {
  background-image: -o-linear-gradient(354deg, #0073d3, #0481db);
  background-image: linear-gradient(96deg, #0073d3, #0481db);
  padding-bottom: 20px;
  padding-top: 50px;
}
footer .footer-inn {
  margin: 0 auto;
  width: 1170px;
}
footer .footer-inn__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-inn__top > div {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-bottom: 30px;
}
footer .footer-inn__top > div strong {
  display: block;
  clear: both;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
footer .footer-inn__top > div a {
  display: block;
  clear: both;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  padding-left: 0;
}
footer .footer-inn__top > div a:hover {
  text-decoration: underline;
}
footer .footer-inn__top > div:first-child {
  margin-left: 50px;
}
footer .footer-inn__top > div:first-child a {
  color: rgba(255,255,255,0.85);
  padding-left: 35px;
}
footer .footer-inn__top > div:first-child a.foo-logo {
  text-indent: -9999px;
  padding-left: 0;
  width: 90px;
  height: 63px;
  background: transparent url("img/home-logo.png") no-repeat 0 0;
}
footer .footer-inn__bottom {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.list-of-insurances-block {
  width: 1170px;
  margin: 0 auto;
  padding-top: 10px;
}
.list-of-insurances-block__title {
  display: block;
  clear: both;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #3e434f;
  line-height: 55px;
}
.list-of-insurances-block__text {
  display: block;
  clear: both;
  text-align: center;
  color: #676767;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding: 0 30%;
  margin-bottom: 150px;
}
.list-of-insurances-block .list-of-insurances {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction:ltr;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-of-insurances-block .list-of-insurances__item {
  width: 300px;
  height: 160px;
  background-color: #fff;
  position: relative;
  z-index:3;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.07);
          box-shadow: 0 10px 20px 0 rgba(0,0,0,0.07);
  border-radius: 15px;
  text-align: center;
  margin-bottom: 150px;
  display: block;
  text-decoration: none;
}
.list-of-insurances-block .list-of-insurances__item .name {
  display: block;
  clear: both;
  line-height: 24px;
  color: #3e434f;
  font-size: 18px;
  font-weight: 600;
  padding-top: 90px;
  padding-left: 60px;
  padding-right: 60px;
}
.list-of-insurances-block .list-of-insurances__item .icon {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -50%;
  border-radius: 100%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
          box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
  border: 16px solid #fff;
  width: 124px;
  height: 124px;
}
.list-of-insurances-block .list-of-insurances__item .icon::before {
  content: '';
  display: block;
  height: 92px;
  width: 92px;
  border-radius: 100%;
  background-color: #00eab5;
  opacity: 0.08;
  position: absolute;
  left: -50%;
  top: -50%;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.list-of-insurances-block .list-of-insurances__item .icon::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
}
.list-of-insurances-block .list-of-insurances__item .see-more{
  display:block;
  text-align:center;
  color:#fff;
  font-size: 14px;
  font-weight: 600;
  line-height:44px;
  width:206px;
  border-radius:0 0 10px 10px;
  box-shadow: 0 0 10px 0 rgba(0, 36, 234, 0.18);
  background-color: #0664e3;
  position:absolute;
  left:50%;
  top:160px;
  margin-left:-103px;
  max-height:0;
  overflow:hidden;
  text-transform:uppercase;
  transition:max-height .4s ease-in-out;
}
.list-of-insurances-block .list-of-insurances__item:hover .see-more{
  max-height:44px;
}
.item-1 .icon::after {
  width: 44px;
  height: 37px;
  margin-left: -22px;
  margin-top: -18.5px;
  background: transparent url("img/charity.svg") no-repeat 0 0;
}
.item-2 .icon::after {
  width: 47px;
  height: 28px;
  margin-left: -23.5px;
  margin-top: -14px;
  background: transparent url("img/hospitalization.svg") no-repeat 0 0;
}
.item-3 .icon::after {
  width: 19px;
  height: 50px;
  margin-left: -10.5px;
  margin-top: -25px;
  background: transparent url("img/broken-leg.svg") no-repeat 0 0;
}
.item-4 .icon::after {
  width: 33px;
  height: 39px;
  margin-left: -16.5px;
  margin-top: -19.5px;
  background: transparent url("img/invalid.svg") no-repeat 0 0;
}
.item-5 .icon::after {
  width: 39px;
  height: 39px;
  margin-left: -19.5px;
  margin-top: -19.5px;
  background: transparent url("img/money-bag.svg") no-repeat 0 0;
}
.item-6 .icon::after {
  width: 38px;
  height: 32px;
  margin-left: -19px;
  margin-top: -16px;
  background: transparent url("img/medicine-briefcase.svg") no-repeat 0 0;
}
.item-7 .icon::after {
  width: 38px;
  height: 32px;
  margin-left: -19px;
  margin-top: -16px;
  background: transparent url("img/old-man-walking-with-a-crutch.svg") no-repeat 0 0;
}
.item-8 .icon::after {
  width: 38px;
  height: 38px;
  margin-left: -19px;
  margin-top: -19px;
  background: transparent url("img/plain.svg") no-repeat 0 0;
}
.item-9 .icon::after {
  width: 33px;
  height: 40px;
  margin-left: -16.5px;
  margin-top: -20px;
  background: transparent url("img/man.svg") no-repeat 0 0;
}
.mortgage-block {
  text-align: center;
  height: 372px;
  width: 100%;
  background: transparent url("img/mortgage-bg.png") no-repeat 50% 0;
  padding-top: 110px;
  margin-bottom: 100px;
}
.mortgage-block .title {
  display: block;
  clear: both;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 43px;
  color: #fff;
}
.mortgage-block .text {
  display: block;
  clear: both;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}
.mortgage-block a {
  display: inline-block;
  text-decoration: none;
  line-height: 45px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,36,234,0.18);
          box-shadow: 0 0 10px 0 rgba(0,36,234,0.18);
  background-color: #0664e3;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 0 45px;
  text-transform: uppercase;
}
.smart-insurance-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 644px;
}
.smart-insurance-wrapper__content {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-top: 100px;
}
.smart-insurance-wrapper__content .inner {
  width: 510px;
  padding-right: 115px;
  float: right;
}
.smart-insurance-wrapper__content .inner .title {
  display: block;
  clear: both;
  color: #3e434f;
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 20px;
}
.smart-insurance-wrapper__content .inner .subtitle {
  display: block;
  clear: both;
  color: #676767;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
.smart-insurance-wrapper__content .inner .text {
  display: block;
  clear: both;
  color: #676767;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 40px;
}
.smart-insurance-wrapper__content .inner .btns-block a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 45px;
  padding: 0 45px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,36,234,0.18);
          box-shadow: 0 0 10px 0 rgba(0,36,234,0.18);
  background-color: #0664e3;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.smart-insurance-wrapper__content .inner .btns-block a:first-child {
  margin-left: 40px;
}
.smart-insurance-wrapper__bg {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  background: transparent url("img/smart-insurance-bg.png") no-repeat 0 0;
  height: 644px;
}
.sky-block {
  height: 1091px;
  background: transparent url("img/sky-bg.png") no-repeat 50% 0;
  margin-top: -75px;
  padding-top: 290px;
  position:relative;
}
.sky-block .inner {
  width: 615px;
  margin: 0 auto;
  text-align: center;
}
.sky-block .inner .title {
  text-align: center;
  display: block;
  clear: both;
  color: #fff;
  font-size: 50px;
  line-height: 68px;
  font-weight: 700;
  margin-bottom: 30px;
}
.sky-block .inner .text {
  text-align: center;
  display: block;
  clear: both;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 50px;
  margin-left: 40px;
  margin-right: 40px;
}
.sky-block .inner a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 45px;
  padding: 0 45px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,36,234,0.18);
          box-shadow: 0 0 10px 0 rgba(0,36,234,0.18);
  background-color: #0664e3;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.circles-block {
  text-align: center;
  background: transparent url("img/circles-bg.png") no-repeat 50% 100%;
  margin-top: -235px;
  padding-top: 150px;
  padding-bottom: 120px;
}
.circles-block .title {
  text-align: center;
  display: block;
  clear: both;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
.circles-block .circles-wrapper {
  width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 120px;
  padding-bottom: 120px;
}
.circles-block .circles-wrapper a {
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  border: 10px solid #b9dcff;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 110px;
  color: #3e434f;
  font-size: 12px;
  font-weight: 700;
}
.circles-block .btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 45px;
  padding: 0 45px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,36,234,0.18);
          box-shadow: 0 0 10px 0 rgba(0,36,234,0.18);
  background-color: #0664e3;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.best-helps-block-wrapper {
  padding-top: 120px;
  padding-bottom: 90px;
  text-align: center;
}
.best-helps-block-wrapper .title {
  display: block;
  clear: both;
  color: #3e434f;
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
}
.best-helps-block-wrapper .text {
  display: block;
  clear: both;
  color: #676767;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  width: 500px;
  margin: 0 auto 80px auto;
  text-align: center;
}
.best-helps-block-wrapper .best-helps-block {
  min-height: 602px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space between;
      -ms-flex-pack: space between;
          justify-content: space between;
}
.best-helps-block-wrapper .best-helps-block__bg {
  height: 602px;
  background: transparent url("img/best-helps-bg.png") no-repeat 100% 0;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.best-helps-block-wrapper .best-helps-block__content {
  padding-left: 80px;
  width: 50%;
  direction:ltr;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.best-helps-block-wrapper .best-helps-block__content .inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 570px;
  direction:ltr;
}
.best-helps-block-wrapper .best-helps-block__content a {
  display: block;
  position: relative;
  width: 122px;
  margin-bottom: 30px;
  margin-right: 90px;
  text-align: center;
  text-decoration: none;
}
.best-helps-block-wrapper .best-helps-block__content a .icon {
  display: block;
  width: 122px;
  height: 122px;
  border-radius: 100%;
  margin-bottom: 15px;
  position: relative;
  border-width: 14px;
  border-style: solid;
}
.best-helps-block-wrapper .best-helps-block__content a .icon span {
  display: block;
  border-radius: 100%;
  width: 94px;
  height: 94px;
  border-width: 17px;
  border-style: solid;
  position: relative;
}
.best-helps-block-wrapper .best-helps-block__content a .name {
  display: block;
  text-align: center;
  line-height: 19px;
  color: #3e434f;
  font-weight: 700;
  font-size: 14px;
  margin: 0 -15px;
}
.best-helps-block-wrapper .best-helps-block__content :nth-child(3n+3) {
  margin-right: 0;
}
.best-helps-block-wrapper .best-helps-block__content a.item-1 .icon {
  border-color: #fff6f4;
}
.best-helps-block-wrapper .best-helps-block__content a.item-2 .icon {
  border-color: #fdf7ff;
}
.best-helps-block-wrapper .best-helps-block__content a.item-3 .icon {
  border-color: #f3fdf8;
}
.best-helps-block-wrapper .best-helps-block__content a.item-4 .icon {
  border-color: #f3f6fd;
}
.best-helps-block-wrapper .best-helps-block__content a.item-5 .icon {
  border-color: #fff4f4;
}
.best-helps-block-wrapper .best-helps-block__content a.item-6 .icon {
  border-color: #fbf4ff;
}
.best-helps-block-wrapper .best-helps-block__content a.item-7 .icon {
  border-color: #fdf9f3;
}
.best-helps-block-wrapper .best-helps-block__content a.item-8 .icon {
  border-color: #f4feff;
}
.best-helps-block-wrapper .best-helps-block__content a.item-9 .icon {
  border-color: #f4fcff;
}
.best-helps-block-wrapper .best-helps-block__content a.item-1 .icon span {
  border-color: #ffe7e1;
  background-color: #ff8c70;
}
.best-helps-block-wrapper .best-helps-block__content a.item-2 .icon span {
  border-color: #f7e4fe;
  background-color: #d57ff3;
}
.best-helps-block-wrapper .best-helps-block__content a.item-3 .icon span {
  border-color: #d9f9e7;
  background-color: #26df8c;
}
.best-helps-block-wrapper .best-helps-block__content a.item-4 .icon span {
  border-color: #d9e8f9;
  background-color: #268adf;
}
.best-helps-block-wrapper .best-helps-block__content a.item-5 .icon span {
  border-color: #ffe1e1;
  background-color: #dd3a59;
}
.best-helps-block-wrapper .best-helps-block__content a.item-6 .icon span {
  border-color: #f0e1ff;
  background-color: #a170ff;
}
.best-helps-block-wrapper .best-helps-block__content a.item-7 .icon span {
  border-color: #f9efd9;
  background-color: #ffba00;
}
.best-helps-block-wrapper .best-helps-block__content a.item-8 .icon span {
  border-color: #e1fffe;
  background-color: #3addca;
}
.best-helps-block-wrapper .best-helps-block__content a.item-9 .icon span {
  border-color: #e1faff;
  background-color: #70ceff;
}
.best-helps-block-wrapper .best-helps-block__content a.item-1 .icon span::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 20px;
  margin-left: -12px;
  margin-top: -10px;
  background: transparent url("img/charity-white.png") no-repeat 0 0;
}
.best-helps-block-wrapper .best-helps-block__content a.item-2 .icon span::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 29px;
  height: 17px;
  margin-left: -14.5px;
  margin-top: -8.5px;
  background: transparent url("img/hospitalization-white.png") no-repeat 0 0;
}
.best-helps-block-wrapper .best-helps-block__content a.item-3 .icon span::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 26px;
  margin-left: -5px;
  margin-top: -13px;
  background: transparent url("img/broken-leg.png") no-repeat 0 0;
}
.best-helps-block-wrapper .best-helps-block__content a.item-4 .icon span::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 21px;
  margin-left: -9px;
  margin-top: -10.5px;
  background: transparent url("img/disabled.png") no-repeat 0 0;
}
.best-helps-block-wrapper .best-helps-block__content a.item-5 .icon span::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 21px;
  height: 21px;
  margin-left: -10.5px;
  margin-top: -10.5px;
  background: transparent url("img/money-bag.png") no-repeat 0 0;
}
.best-helps-block-wrapper .best-helps-block__content a.item-6 .icon span::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 23px;
  height: 19px;
  margin-left: -11.5px;
  margin-top: -9.5px;
  background: transparent url("img/medicine-briefcase.png") no-repeat 0 0;
}
.best-helps-block-wrapper .best-helps-block__content a.item-7 .icon span::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 23px;
  margin-left: -5px;
  margin-top: -11.5px;
  background: transparent url("img/old-man-walking-with-a-crutch.png") no-repeat 0 0;
}
.best-helps-block-wrapper .best-helps-block__content a.item-8 .icon span::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 21px;
  height: 21px;
  margin-left: -10.5px;
  margin-top: -10.5px;
  background: transparent url("img/plane.png") no-repeat 0 0;
}
.best-helps-block-wrapper .best-helps-block__content a.item-9 .icon span::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 23px;
  margin-left: -9px;
  margin-top: -11.5px;
  background: transparent url("img/man.png") no-repeat 0 0;
}
a.my-btn{
  transition:.4s ease-in-out;
}
a.my-btn:hover{
  box-shadow: 0 0 10px 0 rgba(0, 36, 234, 0.18)!important;
  background-color: #0453be!important;
}
.page-content{
  width:1170px;
  margin:0 auto;
  padding:100px 0;
  overflow:hidden;
  clear:both;
}
.page-content p{
  font-size:14px;
  line-height:20px;
  margin-bottom:1.5em;
}
.page-content h1{
  font-size:28px;
  line-height:1.2em;
  margin-bottom:20px;
}
.page-content h2{
  font-size:25px;
  line-height:1.2em;
  margin-bottom:20px;
}
.page-content h3{
  font-size:23px;
  line-height:1.2em;
  margin-bottom:20px;
}
.page-content h4{
  font-size:21px;
  line-height:1.2em;
  margin-bottom:20px;
}
.page-content h5{
  font-size:19px;
  line-height:1.2em;
  margin-bottom:20px;
}
.page-content h6{
  font-size:17px;
  line-height:1.2em;
  margin-bottom:20px;
}
.page-content ul{
  margin-right:20px;
  font-size:14px;
  line-height:20px;
  margin-bottom:20px;
}
.page-content ul li{
  list-style:disc;
}
.page-content img{
  border-radius:10px;
}
.page-content img.alignright{
  float:right;
  margin:20px 0 20px 20px;
}
.page-content img.alignleft{
  float:left;
  margin:20px 20px 20px 0px;
}
.inn-title{
  display: block;
  clear: both;
  color: #fff;
  font-weight: 700;
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 25px;
}
.page-template-default header .header-inn__bottom,
.error404 header .header-inn__bottom{
  top:42%;
  width:100%;
}
.tel{
  position:relative;
  padding-right:20px;
}
.tel::after{
  content:'';
  display:block;
  width:11px;
  height:11px;
  position:absolute;
  right:0;
  top:3px;
  background: transparent url("img/call-answer.svg") no-repeat 0 0;
  transition:.2s ease-in-out;
}
.tel:hover::after{
  transform:translateY(-2px);
}
.address{
  position:relative;
  padding-right:20px;
}
.address::after{
  content:'';
  display:block;
  width:9px;
  height:12px;
  position:absolute;
  right:0;
  top:3px;
  background: transparent url("img/maps-and-flags.svg") no-repeat 0 0;
  transition:.2s ease-in-out;
}
.address:hover::after{
  transform:translateY(-2px);
}
.mail{
  position:relative;
  padding-right:20px;
}
.mail::after{
  content:'';
  display:block;
  width:13px;
  height:10px;
  position:absolute;
  right:0;
  top:4px;
  background: transparent url("img/mail-black-envelope-symbol.svg") no-repeat 0 0;
  transition:.2s ease-in-out;
}
.mail:hover::after{
  transform:translateY(-2px);
}
.page-404{
  text-align:center;
}
.page-404 .title{
  font-weight:600;
  font-size:18px;
  margin-bottom:50px;
  display:block;
  clear:both;
}
.page-404 a{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 45px;
  padding: 0 45px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,36,234,0.18);
          box-shadow: 0 0 10px 0 rgba(0,36,234,0.18);
  background-color: #0664e3;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
 @media screen and (max-width: 1290px){
 	footer .footer-inn__top > div:first-child{
 		margin-left:0;
 	}
 	.best-helps-block-wrapper .best-helps-block__content a{
 		margin-right:40px;
 	}
 	.best-helps-block-wrapper .best-helps-block__content :nth-child(3n+3){
 		margin-right:0;
 	}
 	.best-helps-block-wrapper .best-helps-block__content{
 		padding-left:50px;
 	}
 	.smart-insurance-wrapper__content .inner{
 		padding-left:80px;
 	}
 	.best-helps-block-wrapper .best-helps-block__content .inner{
 		justify-content:space-around;
 	}
 	.smart-insurance-wrapper__content .inner .btns-block a:first-child{
 		margin-left:15px;
 	}
 	.smart-insurance-wrapper__content .inner .btns-block a{
 		padding:0 25px;
 	}
 }
@media screen and (max-width: 1200px){
 	header .header-inn,
 	footer .footer-inn,
 	.circles-block .circles-wrapper,
 	.list-of-insurances-block,
  .page-content{
 		padding-left:20px;
 		padding-right:20px;
 		width:100%;
 	}
 	header .header-inn__bottom{
 		right:145px;
 	}
 	.best-helps-block-wrapper .best-helps-block__content{
 		padding-left:30px;
 	}
 	.best-helps-block-wrapper .best-helps-block__content a{
 		margin-right:30px;
 	}
 	.best-helps-block-wrapper .best-helps-block__content :nth-child(3n+3){
 		margin-right:0;
 	}
 	.best-helps-block-wrapper .best-helps-block__content .inner{
 		width:100%;
 		padding-right:20px;
 	}
 	.smart-insurance-wrapper__content .inner{
 		width:100%;
 	}
 }
@media screen and (max-width: 960px){
 	.list-of-insurances-block .list-of-insurances__item{
 		width:250px;
 	}
 	.list-of-insurances-block .list-of-insurances__item .name{
 		padding-left:30px;
 		padding-right:30px;
 	}
 	header .header-inn__bottom .title{
 		font-size:40px;
 		line-height:50px;
 		margin-bottom:15px;
 	}
 	header .header-inn__bottom .text{
 		margin-bottom:20px;
 	}
 	.smart-insurance-wrapper__content .inner{
 		padding-left:30px;
 		padding-right:20px;
 	}
}
/*# sourceMappingURL=main.css.map */


