/* Fonts */
@font-face {
  font-family: 'OpenSans-Regular';
  src: url(../fonts/OpenSans-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url(../fonts/OpenSans-Bold.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url(../fonts/OpenSans-SemiBold.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Bold';
  src: url(../fonts/Raleway-Bold.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-ExtraBold';
  src: url(../fonts/Raleway-ExtraBold.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-ExtraBold';
  src: url(../fonts/proximanova_extrabold.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url(../fonts/Roboto-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}

/* Grid */
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.hidden {
  visibility: hidden;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  font-family: "Roboto-Regular", Arial, Helvetica, sans-serif;
}

input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto-Regular", Arial, Helvetica, sans-serif;
}

/* Main styles */
html {
  scroll-behavior: smooth;
}

.content {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1330px;
}

body {
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #252b41;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
}

h1 {
  font-family: "Raleway-ExtraBold", Arial, Helvetica, sans-serif;
}

h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Raleway-ExtraBold", Arial, Helvetica, sans-serif;
  display: inline-block;
  border-bottom: 1px solid #a5d1ef;
  padding-bottom: 3px;
}

b {
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
}

/* Header */
.header {
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-mobile {
  display: none;
}

.header-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  position: relative;
  left: -25px;
}

.logo-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-picture {
  margin-right: 15px;
}

.logo-name {
  display: block;
  color: #252b41;
  font-family: "Raleway-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.logo-text {
  font-size: 14px;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
  color: #3d98d8;
}

.adress {
  font-size: 15px;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
  color: #252b41;
}

.adress b {
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
}

.adress-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adress-item {
  margin-left: 60px;
}

.adress-item:first-child {
  margin-left: 0;
}

.adress-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adress-picture {
  margin-right: 10px;
}

.adress-icon {
  display: inline-block;
  min-width: 32px;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
}

.adress-icon-one {
  background-image: url(../img/adress-icon-one.png);
}

.adress-icon-thue {
  background-image: url(../img/adress-icon-thue.png);
}

.adress-text {
  display: block;
}

.adress-time {
  font-size: 13px;
  color: #6e95b0;
}

.adress-tel {
  font-size: 15px;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
}

.adress-tel-link {
  color: #252b41;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.adress-tel-link:hover, .adress-tel-link:focus {
  border-bottom: 1px solid #252b41;
}

.adress-mail {
  font-size: 13px;
}

.adress-mail-link {
  color: #6e95b0;
  text-decoration: none;
  border-bottom: 1px solid #6e95b0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.adress-mail-link:hover, .adress-mail-link:focus {
  border-bottom: 1px solid transparent;
}

.adress-btn {
  background-color: #f13f4b;
  color: #ffffff;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adress-btn:hover, .adress-btn:focus {
  background-color: #f85762;
}

.adress-btn-icon {
  display: inline-block;
  min-width: 17px;
  width: 17px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/adress-btn-icon.png);
  margin-right: 8px;
}

.nav {
  background-color: #6e95b0;
  margin: 20px 0;
}

.nav-list {
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-item:hover, .nav-item:focus, .nav-item.active {
  background-color: #1f8dd7;
}

.nav-link {
  display: inline-block;
  padding: 12px 15px;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}

/* Sections */
.promo {
  overflow: hidden;
}

.promo-title {
  font-size: 39px;
  font-family: "Raleway-ExtraBold", Arial, Helvetica, sans-serif;
  color: #252b41;
  margin-bottom: 0;
}

.promo-descr {
  color: #f13f4b;
  font-size: 16px;
  font-family: "OpenSans-SemiBold", Arial, Helvetica, sans-serif;
  margin-top: 0;
}

.promo-list {
  font-size: 16px;
  margin-top: 40px;
}

.promo-item {
  margin: 10px 0;
}

.promo-more {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promo-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f13f4b;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  font-family: "OpenSans-SemiBold", Arial, Helvetica, sans-serif;
  padding: 12px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

.promo-more-btn:hover, .promo-more-btn:focus {
  background-color: #f85762;
}

.promo-more-icon {
  display: inline-block;
  min-width: 23px;
  width: 23px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/promo-more-icon.png);
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.promo-blue {
  margin-left: 15px;
  background-color: #1f8dd7;
}

.promo-blue:hover, .promo-blue:focus {
  background-color: #46a8e9;
}

.promo-blue-icon {
  min-width: 17px;
  width: 17px;
  height: 23px;
  background-image: url(../img/promo-blue-icon.png);
}

.promo-picture {
  position: relative;
}

.promo-decor {
  font-family: "Roboto-Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.promo-decor-text {
  display: inline-block;
  max-width: 75px;
}

.promo-decor-one {
  position: absolute;
  top: 228px;
  left: -100px;
}

.promo-decor-one::after {
  position: absolute;
  top: -130px;
  left: 108px;
  content: '';
  display: inline-block;
  min-width: 222px;
  width: 222px;
  height: 161px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/promo-icon-one-after.png);
}

.promo-decor-thue {
  position: absolute;
  bottom: 188px;
  left: -225px;
}

.promo-decor-thue::after {
  position: absolute;
  top: -35px;
  left: 114px;
  content: '';
  display: inline-block;
  min-width: 377px;
  width: 377px;
  height: 81px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/promo-icon-thue-after.png);
}

.promo-icon {
  display: inline-block;
  min-width: 17px;
  width: 17px;
  height: 29px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.promo-icon-one {
  background-image: url(../img/promo-icon-one.png);
}

.promo-icon-thue {
  background-image: url(../img/promo-icon-thue.png);
  min-width: 25px;
  width: 25px;
  height: 20px;
}

.company {
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
  margin-bottom: 50px;
}

.company b {
  font-family: "OpenSans-SemiBold", Arial, Helvetica, sans-serif;
}

.company-image {
  width: 100%;
}

.company-end {
  padding: 10px 0;
  margin-top: 75px;
  background-image: linear-gradient(45deg, rgba(110, 149, 176, 0) 0%, rgba(110, 149, 176, 0.102) 100%);
}

.company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.company-item {
  margin: 20px 55px;
  width: calc(33.3333% - 110px);
}

.company-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-picture {
  margin-right: 25px;
  position: relative;
  top: 15px;
}

.company-icon {
  display: inline-block;
  min-width: 61px;
  width: 61px;
  height: 61px;
  background-position: center;
  background-repeat: no-repeat;
}

.company-icon-one {
  background-image: url(../img/company-icon-one.png);
}

.company-icon-thue {
  background-image: url(../img/company-icon-thue.png);
}

.company-icon-three {
  background-image: url(../img/company-icon-three.png);
}

.company-number {
  display: block;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 43px;
}

.company-text {
  max-width: 250px;
  display: inline-block;
}

.types {
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  margin-bottom: 50px;
}

.types b {
  font-family: .types b "OpenSans-Bold", Arial, Helvetica, sans-serif;
}

.types-row {
  margin-top: 30px;
  margin-bottom: 40px;
}

.types-row .col-6 {
  padding: 40px 40px 120px 40px;
  margin: 0 15px;
  background-color: #252b41;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.types-row .col-6:last-child {
  background-color: #191e2e;
}

.types-subtitle {
  font-size: 20px;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.types-icon {
  display: inline-block;
  min-width: 18px;
  width: 18px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
  position: relative;
  top: -2px;
}

.types-icon-one {
  background-image: url(../img/types-icon-one.png);
}

.types-icon-thue {
  min-width: 34px;
  width: 34px;
  height: 28px;
  background-image: url(../img/types-icon-thue.png);
}

.types-picture {
  margin-top: 40px;
}

.types-more {
  margin-top: 30px;
  position: absolute;
  bottom: 40px;
}

.types-more-link {
  display: inline-block;
  background-color: #f13f4b;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  padding: 15px 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.types-more-link:hover, .types-more-link:focus {
  background-color: #f85762;
}

.consult {
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
  background-color: #f13f4b;
  color: #ffffff;
  padding: 30px 15px;
  margin: 0;
  font-size: 16px;
}

.consult-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.consult-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.consult-title {
  font-size: 24px;
  font-weight: 100;
  font-family: "Raleway-ExtraBold", Arial, Helvetica, sans-serif;
  letter-spacing: 0.3px;
  margin: -3px 0 0 0;
  text-transform: uppercase;
}

.consult-icon {
  display: inline-block;
  min-width: 45px;
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/consult-icon.png);
  margin-right: 28px;
}

.consult-text {
  margin: 0px 0 0px 1px;
}

.consult-btn {
  background-color: #202537;
  color: #ffffff;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  padding: 12px 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.consult-btn:hover, .consult-btn:focus {
  background-color: #31374e;
}

.consult-btn-icon {
  display: inline-block;
  min-width: 17px;
  width: 17px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/consult-btn-icon.png);
  margin-right: 10px;
}

.scope {
  font-size: 14px;
  font-family: "OpenSans-SemiBold", Arial, Helvetica, sans-serif;
  color: #202537;
  margin-top: 80px;
  margin-bottom: 80px;
}

.scope-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0 0 0;
  text-align: center;
}

.scope-item {
  width: calc(16.6666% - 70px);
  padding: 20px 33px;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
}

.scope-item:hover, .scope-item:focus {
  border-width: 1px;
  border-color: #d9d9d9;
  border-style: solid;
  background-color: #252b41;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(4, 78, 116, 0.82);
          box-shadow: 0px 0px 24px 0px rgba(4, 78, 116, 0.82);
}

.scope-item:hover .scope-text,
.scope-item:focus .scope-text {
  color: #ffffff;
}

.scope-item:hover .scope-picture,
.scope-item:focus .scope-picture {
  background-color: transparent;
}

.scope-item:hover .scope-icon {
  background-color: #ffffff;
}

.scope-picture {
  border-width: 1px;
  border-color: #d9d9d9;
  border-style: solid;
  border-radius: 50%;
  background-color: #f9f9f9;
  width: 118px;
  height: 118px;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}

.scope-icon {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #1f8dd7;
  position: relative;
  top: 30px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.scope-icon-one {
  -webkit-mask-image: url(../img/scope-icon-one.png);
          mask-image: url(../img/scope-icon-one.png);
  min-width: 56px;
  width: 56px;
  height: 36px;
  top: 40px;
}

.scope-icon-thue {
  -webkit-mask-image: url(../img/scope-icon-thue.png);
          mask-image: url(../img/scope-icon-thue.png);
  min-width: 60px;
  width: 60px;
  height: 60px;
  top: 27px;
}

.scope-icon-three {
  -webkit-mask-image: url(../img/scope-icon-three.png);
          mask-image: url(../img/scope-icon-three.png);
  min-width: 56px;
  width: 56px;
  height: 54px;
}

.scope-icon-four {
  -webkit-mask-image: url(../img/scope-icon-four.png);
          mask-image: url(../img/scope-icon-four.png);
  min-width: 56px;
  width: 56px;
  height: 50px;
  top: 32px;
}

.scope-icon-five {
  -webkit-mask-image: url(../img/scope-icon-five.png);
          mask-image: url(../img/scope-icon-five.png);
  min-width: 56px;
  width: 56px;
  height: 56px;
}

.scope-icon-six {
  -webkit-mask-image: url(../img/scope-icon-six.png);
          mask-image: url(../img/scope-icon-six.png);
  min-width: 56px;
  width: 56px;
  height: 56px;
}

.scope-icon-seven {
  -webkit-mask-image: url(../img/scope-icon-seven.png);
          mask-image: url(../img/scope-icon-seven.png);
  min-width: 56px;
  width: 56px;
  height: 56px;
}

.scope-icon-eight {
  -webkit-mask-image: url(../img/scope-icon-eight.png);
          mask-image: url(../img/scope-icon-eight.png);
  min-width: 56px;
  width: 56px;
  height: 56px;
}

.scope-icon-nine {
  -webkit-mask-image: url(../img/scope-icon-nine.png);
          mask-image: url(../img/scope-icon-nine.png);
  min-width: 56px;
  width: 56px;
  height: 55px;
}

.scope-icon-ten {
  -webkit-mask-image: url(../img/scope-icon-ten.png);
          mask-image: url(../img/scope-icon-ten.png);
  min-width: 56px;
  width: 45px;
  height: 45px;
}

.scope-icon-eleven {
  -webkit-mask-image: url(../img/scope-icon-eleven.png);
          mask-image: url(../img/scope-icon-eleven.png);
  min-width: 56px;
  width: 56px;
  height: 56px;
}

.scope-icon-twelve {
  -webkit-mask-image: url(../img/scope-icon-twelve.png);
          mask-image: url(../img/scope-icon-twelve.png);
  min-width: 50px;
  width: 56px;
  height: 56px;
}

.scope-text {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.how {
  font-family: "Roboto-Regular", Arial, Helvetica, sans-serif;
  background-color: #f4f6fa;
  overflow: hidden;
}

.how-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.how-image {
  margin-bottom: -6px;
}

.how-subtitle {
  font-family: "Roboto-Medium", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #212834;
}

.how-more {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.how-more-link {
  display: inline-block;
  background-color: #f13f4b;
  color: #ffffff;
  font-size: 15px;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.how-more-link:hover, .how-more-link:focus {
  background-color: #f85762;
}

.how-blue {
  background-color: #1f8dd7;
  padding: 12px 25px;
  font-family: "OpenSans-SemiBold", Arial, Helvetica, sans-serif;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.how-blue:hover, .how-blue:focus {
  background-color: #46a8e9;
}

.how-blue-icon {
  display: inline-block;
  min-width: 17px;
  width: 17px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/how-blue-icon.png);
  margin-right: 15px;
  position: relative;
  top: -1px;
}

.use {
  margin: 100px 0;
}

.use-way {
  margin: 70px 0 40px 0;
  padding: 70px 0;
  background-color: #f4f6fa;
}

.use-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.use-item {
  margin: 17px;
  width: calc(33.3333% - 34px);
}

.use-picture {
  position: relative;
}

.use-image {
  width: 100%;
  height: 193px;
  -o-object-fit: cover;
     object-fit: cover;
}

.use-number {
  border-radius: 50%;
  background-color: #f13f4b;
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  position: absolute;
  top: -15px;
  left: -15px;
}

.use-number-value {
  position: relative;
  top: 2px;
}

.use-subtitle {
  color: #252b41;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: 10px 0;
}

.use-text {
  margin-top: 0;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
}

.better {
  background-image: linear-gradient(45deg, rgba(31, 141, 215, 0.102) 0%, #fbfbfb 100%);
}

.better-body {
  background-color: #f4f6fa;
  padding: 30px 35px 50px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.better-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -45px;
}

.better-item {
  width: calc(33.3333% - 90px);
  margin: 10px 45px;
}

.better-icon {
  display: inline-block;
  min-width: 70px;
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
}

.better-icon-one {
  background-image: url(../img/better-icon-one.png);
}

.better-icon-thue {
  background-image: url(../img/better-icon-thue.png);
}

.better-icon-three {
  background-image: url(../img/better-icon-three.png);
}

.better-subtitle {
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #202537;
}

.similar {
  margin: 100px 0;
}

.similar-list {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.similar-item {
  margin: 15px;
  width: calc(25% - 30px);
}

.similar-image {
  width: 100%;
  height: 154px;
  -o-object-fit: cover;
     object-fit: cover;
}

.similar-subtitle {
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.similar-link {
  color: #252b41;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.similar-link:hover, .similar-link:focus {
  border-bottom: 1px solid #252b41;
}

.similar-more-link {
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #f13f4b;
  border-bottom: 1px solid #f13f4b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

.similar-more-link:hover, .similar-more-link:focus {
  border-bottom: 1px solid transparent;
}

.info {
  margin-bottom: 75px;
}

.info-promo {
  font-family: "Roboto-Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  max-width: 600px;
}

.info-list {
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-top: 50px;
}

.info-item {
  margin: 10px 0;
}

.info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-picture {
  margin-right: 17px;
}

.info-icon {
  display: inline-block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.info-icon-one {
  background-image: url(../img/info-icon-one.png);
}

.info-icon-thue {
  background-image: url(../img/info-icon-thue.png);
}

.info-icon-three {
  background-image: url(../img/info-icon-three.png);
}

.info-icon-four {
  background-image: url(../img/info-icon-four.png);
}

.info-text {
  margin: 0;
}

.info-link {
  color: #252b41;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.info-link:hover, .info-link:focus {
  border-bottom: 1px solid #252b41;
}

.response {
  margin-top: 10px;
}

.response-right {
  position: relative;
  left: -50px;
}

.response-list {
  margin: 20px -7px;
}

.response-item {
  margin: 7px;
}

.response-lbl {
  font-family: "OpenSans-SemiBold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #212834;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.response-lbl input:checked ~ .response-custom:after {
  display: block;
}

.response-check {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.response-custom {
  display: block;
  min-width: 15px;
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  position: relative;
}

.response-custom:after {
  display: none;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 13px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/response-custom-after.png);
}

.response-subitem {
  margin: 10px 0;
}

.response-field {
  font-size: 14px;
  font-family: "Roboto-Regular", Arial, Helvetica, sans-serif;
  padding: 7px 14px;
  border: 1px solid #d9d9d9;
  min-width: 215px;
}

.response-field::-webkit-input-placeholder {
  color: #999999;
}

.response-field:-ms-input-placeholder {
  color: #999999;
}

.response-field::-ms-input-placeholder {
  color: #999999;
}

.response-field::placeholder {
  color: #999999;
}

.response-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.response-btn {
  background-color: #1f8dd7;
  color: #ffffff;
  font-size: 13px;
  padding: 10px 19px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.response-btn:hover, .response-btn:focus {
  background-color: #46a8e9;
}

.response .policy {
  width: 270px;
  color: #999999;
  margin-left: 25px;
  margin-top: 0;
  margin-bottom: 0;
}

.response .policy-icon {
  background-image: url(../img/feedback-policy-icon.png);
}

.response .policy-link {
  color: #999999;
}

.policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  color: #333333;
  margin-top: 20px;
  margin-left: 5px;
  margin-bottom: 20px;
  text-align: left;
}

.policy-icon {
  display: inline-block;
  width: 11px;
  height: 15px;
  min-width: 11px;
  background-image: url(../img/policy-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.policy-text {
  padding: 0;
  margin: 0;
}

.policy-link {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.policy-link:hover, .policy-link:focus {
  border-bottom: 1px solid transparent;
}

.footer {
  background-color: #252b41;
  color: #ffffff;
  padding: 40px 0 80px 0;
}

.footer-logo .logo-name {
  color: #ffffff;
}

.footer-descr {
  font-size: 13px;
  margin: 40px 0 20px 0;
  line-height: 1.8;
  max-width: 450px;
}

.footer-copy {
  font-size: 12px;
  color: #c9c9c9;
  line-height: 1.6;
  max-width: 400px;
}

.footer-title {
  display: inline-block;
  font-family: "OpenSans-SemiBold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 4px double #f13f4b;
  padding-bottom: 5px;
}

.footer-list {
  color: #fffefe;
  text-transform: uppercase;
  margin-top: 20px;
}

.footer-item {
  margin: 10px 0;
}

.footer-link {
  color: #fffefe;
  border-bottom: 1px solid #fffefe;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

.footer-link:hover, .footer-link:focus {
  border-bottom: 1px solid transparent;
}

.findus-list {
  line-height: 1.6;
}

.findus-item {
  margin: 20px 0;
}

.findus-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.findus-picture {
  margin-right: 20px;
}

.findus-icon {
  display: inline-block;
  min-width: 25px;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
}

.findus-icon-one {
  background-image: url(../img/findus-icon-one.png);
}

.findus-icon-thue {
  background-image: url(../img/findus-icon-thue.png);
}

.findus-text {
  margin: 0;
}

.findus-tel {
  line-height: 1.5;
}

.findus-tel-link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.findus-tel-link:hover, .findus-tel-link:focus {
  border-bottom: 1px solid #ffffff;
}

.findus-mail {
  line-height: 1.5;
}

.findus-mail-link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.findus-mail-link:hover, .findus-mail-link:focus {
  border-bottom: 1px solid #ffffff;
}

/* Way page */
.cat {
  margin: 20px 0 50px 0;
}

.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.cat-item {
  margin: 15px;
  width: calc(33.3333% - 36px);
  border: 1px solid #f2f2f2;
}

.cat-wrapper {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cat-picture {
  margin-right: 20px;
  position: relative;
  top: 2px;
}

.cat-subtitle {
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}

.cat-link {
  text-decoration: none;
  color: #252b41;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cat-link:hover, .cat-link:focus {
  border-bottom: 1px solid #252b41;
}

.cat-price {
  margin-bottom: 4px;
}

.cat-part {
  margin-bottom: 4px;
}

.cat b {
  font-family: "OpenSans-SemiBold", Arial, Helvetica, sans-serif;
}

.cat-more-link {
  color: #f13f4b;
  border-bottom: 1px solid #f13f4b;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
}

.cat-more-link:hover, .cat-more-link:focus {
  border-bottom: 1px solid transparent;
}

.indicator {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 70px 0 90px 0;
  border-top: 1px solid #f4f6fa;
  border-bottom: 1px solid #f4f6fa;
  background-image: linear-gradient(45deg, rgba(110, 149, 176, 0) 0%, rgba(110, 149, 176, 0.102) 100%);
  line-height: 1.8;
  font-family: "Roboto-Regular", Arial, Helvetica, sans-serif;
}

.indicator-image {
  width: 100%;
}

.indicator-title {
  margin-top: 0;
}

.indicator-more {
  margin-top: 40px;
}

.indicator-more-link {
  display: inline-block;
  background-color: #f13f4b;
  color: #ffffff;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 12px 25px;
  text-decoration: none;
}

.indicator-more-link:hover, .indicator-more-link:focus {
  background-color: #f85762;
}

.way-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 70px -15px;
}

.way-item {
  margin: 40px 15px;
  width: calc(33.3333% - 30px);
}

.way-icon {
  display: inline-block;
  min-width: 79px;
  width: 79px;
  height: 79px;
  background-position: center;
  background-repeat: no-repeat;
}

.way-icon-one {
  background-image: url(../img/way-icon-one.png);
}

.way-icon-thue {
  background-image: url(../img/way-icon-thue.png);
}

.way-icon-three {
  background-image: url(../img/way-icon-three.png);
}

.way-subtitle {
  color: #212834;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.way-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.way-sublist {
  width: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  overflow: hidden;
  height: 200px;
  position: relative;
}

.way-sublist.show::after {
  content: none;
}

.way-sublist1.show {
  height: auto;
}

.way-sublist2.show {
  height: auto;
}

.way-sublist3.show {
  height: auto;
}

.way-sublist:after {
  content: '';
  width: 100%;
  height: 125px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(110, 149, 176, 0)), to(white));
  background-image: linear-gradient(180deg, rgba(110, 149, 176, 0) 0%, white 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.way-more-link {
  padding: 0;
  display: inline-block;
  margin-top: 30px;
  font-size: 14px;
  font-family: "OpenSans-SemiBold", Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #f13f4b;
  color: #f13f4b;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.way-more-link:hover, .way-more-link:focus {
  border-bottom: 1px solid transparent;
}

.programs {
  margin-top: 50px;
}

/* Other pages */
.begin-title {
  color: #252b41;
  font-size: 22px;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.begin-descr {
  color: #212834;
  line-height: 1.6;
}

.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px 20px -5px;
  font-size: 14px;
  color: #999999;
}

.breadcrumbs-item {
  margin: 5px;
}

.breadcrumbs-item::before {
  content: '-';
  display: inline-block;
  position: relative;
  left: -2px;
}

.breadcrumbs-item:first-child::before {
  content: none;
}

.breadcrumbs-link {
  color: #999999;
  text-decoration: none;
  border-bottom: 1px solid #999999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.breadcrumbs-link:hover, .breadcrumbs-link:focus {
  border-bottom: 1px solid transparent;
}

.contacts {
  margin-top: 20px;
  margin-bottom: 77px;
  overflow: hidden;
}

.contacts-row {
  margin-top: 80px;
}

.contacts-title {
  font-size: 20px;
  color: #212834;
  margin-top: -7px;
  margin-bottom: 17px;
  text-transform: inherit;
}

.contacts-area {
  text-align: right;
}

.contacts-map {
  width: 100%;
  max-width: 500px;
  height: 500px;
}

.contacts-list {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-item {
  margin-right: 63px;
  margin-top: 16px;
  margin-bottom: 22px;
}

.contacts-item:last-child {
  margin-right: 0;
}

.contacts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-picture {
  margin-right: 10px;
}

.contacts-icon {
  display: inline-block;
  min-width: 26px;
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.contacts-icon-one {
  background-image: url(../img/contacts-icon-one.png);
}

.contacts-icon-thue {
  background-image: url(../img/contacts-icon-thue.png);
}

.contacts-text {
  margin: 0;
  line-height: 1.75;
}

.contacts-tel {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.3px;
}

.contacts-tel-link {
  color: #212834;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contacts-tel-link:hover, .contacts-tel-link:focus {
  border-bottom: 1px solid #212834;
}

.contacts-mail {
  margin: 5px 0 0 0;
}

.contacts-mail-link {
  color: #212834;
  text-decoration: none;
  border-bottom: 1px solid #212834;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contacts-mail-link:hover, .contacts-mail-link:focus {
  border-bottom: 1px solid transparent;
}

.feedback {
  margin-top: 54px;
}

.feedback-title {
  font-size: 20px;
  color: #212834;
  text-transform: inherit;
}

.feedback-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 24px -18px;
}

.feedback-item {
  width: calc(50% - 36px);
  margin: 10px 18px;
}

.feedback-item-full {
  width: 100%;
}

.feedback-field {
  border-width: 1px;
  border-color: #d7e2e9;
  border-style: solid;
  background-color: white;
  width: 100%;
  height: 37px;
  padding: 13px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.feedback-field-area {
  min-height: 85px;
}

.feedback-field::-webkit-input-placeholder {
  color: #a5a5a5;
}

.feedback-field:-ms-input-placeholder {
  color: #a5a5a5;
}

.feedback-field::-ms-input-placeholder {
  color: #a5a5a5;
}

.feedback-field::placeholder {
  color: #a5a5a5;
}

.feedback-btn {
  background-color: #212834;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 19px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feedback-btn:hover, .feedback-btn:focus {
  background-color: #3e485a;
}

.feedback-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -5px;
}

.feedback .policy {
  width: 270px;
  color: #999999;
  margin-left: 25px;
  margin-top: 0;
  margin-bottom: 0;
}

.feedback .policy-icon {
  background-image: url(../img/feedback-policy-icon.png);
}

.feedback .policy-link {
  color: #999999;
}

.preview {
  margin-top: 24px;
}

.preview-body {
  background-color: #f3f6f8;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.preview-image {
  width: 100%;
}

.preview-title {
  color: #212834;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.preview-descr {
  font-size: 14px;
  color: #212834;
  line-height: 1.6;
  margin-bottom: 0;
}

.single {
  margin: 50px 0 86px 0;
}

.single-list {
  margin-top: 23px;
}

.single-item {
  margin: 10px 0;
}

.single-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-picture {
  margin-right: 20px;
}

.single-image {
  width: 189px;
  height: 133px;
}

.single-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.single-name {
  color: #212834;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-name:hover, .single-name:focus {
  border-bottom: 1px solid #212834;
}

.single-text {
  line-height: 1.6;
  margin-top: 5px;
}

.news {
  margin-top: 20px;
  margin-bottom: 108px;
}

.news-item {
  margin: 45px 0;
}

.news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-picture {
  margin-right: 30px;
}

.news-image {
  width: 270px;
  height: 130px;
}

.news-title {
  margin-top: -2px;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.news-name {
  text-decoration: none;
  color: #15354f;
  border-bottom: 1px solid #f13f4b;
  padding-bottom: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-name:hover, .news-name:focus {
  border-bottom: 1px solid transparent;
}

.news-text {
  line-height: 1.6;
}

.news-more-link {
  font-family: "OpenSans-SemiBold", Arial, Helvetica, sans-serif;
  color: #252b41;
  border-bottom: 1px solid #252b41;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-more-link:hover, .news-more-link:focus {
  border-bottom: 1px solid transparent;
}

.pagination {
  margin: 80px 0 50px 0;
}

.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.pagination-link {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #212834;
  padding: 5px 4px;
  background-color: transparent;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.pagination-link:hover, .pagination-link:focus, .pagination-link.active {
  background-color: #212834;
  color: #ffffff;
}

.pagination-link.active {
  padding: 5px 10px;
}

.dopa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px -10px;
}

.dopa-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f13f4b;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  font-family: "OpenSans-SemiBold", Arial, Helvetica, sans-serif;
  padding: 12px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  margin: 10px;
}

.dopa-link:hover, .dopa-link:focus {
  background-color: #f85762;
}

.dopa-icon {
  display: inline-block;
  min-width: 17px;
  width: 17px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/dopa-icon.png);
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.dopa-blue {
  margin: 10px;
  background-color: #1f8dd7;
}

.dopa-blue:hover, .dopa-blue:focus {
  background-color: #46a8e9;
}

.dopa-blue-icon {
  min-width: 17px;
  width: 17px;
  height: 23px;
  background-image: url(../img/promo-blue-icon.png);
}
/*# sourceMappingURL=style.css.map */