body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, .56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  background-color: #fff;
  color: #333;
}

.button.white:hover {
  background-color: hsla(0, 0%, 100%, .77);
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

.cta-section.centered-accented {
  background-color: #2196f3;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  display: inline-block;
  margin-top: 0px;
  margin-right: 13px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cbb-page-title {
  display: block;
  height: 40px;
  margin-bottom: 20px;
  background-color: #000;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.cbb-block-title {
  margin-top: 20px;
  background-color: #333;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.il-section {
  padding-top: 40px;
  padding-bottom: 40px;
  clear: both;
}

.il-section.il-no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.il-section.il-no-padding.il-utp3-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.il-section.second {
  background-color: #396678;
  color: #fff;
}

.il-section.il-utp2-section {
  height: 540px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, #333, #333 50%, #333);
  background-image: linear-gradient(180deg, #333, #333 50%, #333);
}

.il-section.ftr {
  padding-bottom: 15px;
  background-color: #396678;
}

.il-section.v-100 {
  height: 100vh;
}

.il-section.copy {
  padding-top: 10px;
  padding-bottom: 10px;
}

.il-section.il-hdr2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.il-section.il-hdr1 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.il-section.bg {
  height: 696px;
  background-image: url('../images/desc_bgg.jpg');
  background-position: 50% 50%;
  background-size: auto 696px;
  background-repeat: no-repeat;
}

.il-section.utp-header {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #030c13;
  background-image: -webkit-linear-gradient(270deg, rgba(51, 51, 51, .84), rgba(51, 51, 51, .84)), url('../images/288n.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, .84), rgba(51, 51, 51, .84)), url('../images/288n.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, contain;
  background-repeat: repeat, repeat-x;
  background-attachment: scroll, scroll;
}

.il-section.bgheader {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .53), rgba(0, 0, 0, .53)), url('../images/bg1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .53), rgba(0, 0, 0, .53)), url('../images/bg1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.il-container {
  width: 1200px;
  max-width: 100%;
  min-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
}

.il-container.il-utp-vmid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.il-container.il-cmn1-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -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;
}

.il-container.il-prm1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.il-container.il-utpm1-container {
  position: relative;
  display: block;
  min-height: 300px;
  padding-right: 310px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.il-container.il-hdr1-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.il-container.il-mn-icontainer {
  height: 50px;
}

.il-container.il-utp2-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/cbb-img-empty-black.svg');
  background-position: 0px 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.il-container.utp-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.il-container.utp-center.utp3 {
  position: relative;
}

.il-container.cps-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.il-container.il-hdr2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.il-container.utpm3 {
  position: relative;
  min-height: 310px;
  padding-right: 310px;
  padding-left: 310px;
}

.il-block-title {
  margin-bottom: 40px;
  font-size: 46px;
  line-height: 55px;
  text-align: center;
}

.il-block-title.il-prm1-title {
  margin-bottom: 50px;
}

.il-block-title.subtitle {
  font-size: 26px;
}

.il-block-title.gds3 {
  text-align: left;
}

.il-block-title.gds4 {
  font-size: 35px;
  text-align: left;
}

.il-block-title.second {
  margin-bottom: 40px;
  color: #fff;
}

.il-bl-bnf-items-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.il-bl-bnf-items-row.last {
  padding-bottom: 0px;
}

.il-bl-bnf-block {
  overflow: hidden;
  width: 500px;
  height: 130px;
}

.il-bl-bnf-item-cell-img {
  display: block;
  width: 130px;
  height: 130px;
  float: left;
}

.il-bl-bnf-item-cell-title {
  width: 340px;
  margin-bottom: 0px;
  margin-left: 30px;
  float: left;
  font-size: 20px;
  line-height: 30px;
}

.il-bl-bnf-item-cell-title.line2 {
  height: 60px;
}

.il-bl-bnf-item-cell-title.second {
  color: #fff;
}

.il-bl-bnf-item-cell-p {
  width: 340px;
  margin-bottom: 0px;
  margin-left: 30px;
  float: left;
}

.il-bl-bnf-item-cell-p.second {
  color: #fff;
}

.cbb-center-menu {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
}

.il-cts1-map {
  height: 400px;
}

.il-cts-wrapper {
  position: relative;
}

.il-cts1-top-contacts {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 50;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  margin-left: -500px;
  border-radius: 5px;
  background-color: #396678;
  box-shadow: 0 0 21px -4px #000;
}

.il-cts1-top-title {
  margin-top: 20px;
  padding-left: 20px;
  color: #fff;
}

.il-cts1-top-contact {
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #fff;
}

.il-gds1-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.il-gds1-item {
  width: 200px;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.il-gds1-item-img {
  display: inline-block;
  overflow: hidden;
  width: 227.5px;
  -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;
  background-color: #fff;
  background-image: none;
}

.il-gds1-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -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;
  font-size: 23px;
  line-height: 30px;
  text-align: center;
}

.il-gds1-item-title.white {
  color: #fff;
}

.il-gds1-item-p {
  text-align: center;
}

.il-gds2-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.il-gds2-item {
  position: relative;
  width: 200px;
  height: 400px;
}

.il-gds2-bg {
  width: 200px;
  height: 400px;
  border-radius: 5px;
}

.il-gds2-item-wrapper {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding-bottom: 20px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7));
  text-align: center;
}

.cbb-body {
  padding-bottom: 1500px;
  font-family: Roboto, sans-serif;
}

.il-gds2-item-title {
  margin-bottom: 10px;
  font-size: 25px;
  text-align: center;
}

.il-gds2-item-p {
  font-size: 15px;
  text-align: center;
}

.il-btn {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #396678;
  border-radius: 5px;
  background-color: #396678;
  color: #fff;
}

.il-btn.il-gds2-btn {
  display: inline-block;
}

.il-btn.il-gds2-btn.qq {
  margin-left: 20px;
}

.il-btn.il-hdr1-btn {
  width: 210px;
  background-color: #396678;
  text-align: center;
}

.il-btn.white {
  border-color: #c4e3ff;
  background-color: #fff;
  color: #396678;
}

.il-btn.white.ftr1 {
  margin-right: 30px;
}

.il-btn.white.ftr1.last {
  margin-right: 0px;
}

.il-btn.il-hdr2-btn {
  padding: 3px 7px;
}

.il-btn.il-frm1-form-submit {
  margin-top: 20px;
}

.il-btn.shedule {
  width: 200px;
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
}

.il-btn.h2 {
  margin-left: 20px;
}

.il-utp-h1 {
  text-align: center;
}

.il-utp-h1.white {
  color: #fff;
}

.il-utp-h1.h2 {
  font-size: 25px;
  font-weight: 400;
}

.il-utp-h2 {
  font-size: 28px;
}

.il-utp-h2.white {
  color: #fff;
}

.il-prm1-h2 {
  font-size: 36px;
  text-align: center;
}

.heading {
  text-align: center;
}

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

.il-pps {
  position: relative;
  z-index: 9999;
  display: none;
}

.il-pps.show {
  display: block;
}

.il-pps-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.il-pps-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  background-color: rgba(0, 0, 0, .5);
}

.il-pps-content {
  position: relative;
  z-index: 105;
  min-height: 100px;
  min-width: 100px;
  border-radius: 5px;
  background-color: #fff;
}

.il-pps-content.pps1 {
  padding: 30px;
  text-align: left;
}

.cbb-modal-open {
  display: block;
  width: 150px;
  height: 50px;
  margin: 30px auto;
  padding: 0px;
  line-height: 50px;
  text-align: center;
}

.il-pps1-title {
  text-align: center;
}

.il-pps1-subtitle {
  text-align: center;
}

.il-hdr1-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100%;
  padding-left: 10px;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.il-hdr1-phones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.il-hdr-1-phone {
  display: block;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.il-hdr1-logo-img {
  max-height: 100%;
}

.il-hdr1-phones-wrapper {
  width: 210px;
}

.il-mn-bg {
  height: 50px;
  background-color: #396678;
}

.il-mn-bg.hide {
  display: none;
}

.il-mn-bg.hide.il-mn-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
}

.il-mn-bg.il-mn-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
}

.il-mn-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.il-mn-item {
  display: block;
  height: 50px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 0px 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
}

.il-mn-item:hover {
  background-color: #fff;
  color: #396678;
}

.il-mn-item.first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.il-mn-item.last {
  margin-right: 0px;
}

.il-mn2-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  padding-left: 10px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.il-mn2-logo-img {
  height: 36px;
}

.il-mn2-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.il-mn2-menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 10px;
  float: right;
  -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;
}

.il-utp2-wrapper {
  padding-right: 10px;
}

.il-ftr1-btns {
  display: block;
  padding-bottom: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #fff;
}

.il-ftr1-contacts {
  padding-top: 20px;
  padding-left: 10px;
}

.il-ftr1-labels {
  display: inline-block;
  width: 100px;
}

.il-ftr1-labels.vaues {
  width: 200px;
}

.il-ftr1-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.il-ftr1-label.value {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.aviron-body {
  padding-top: 50px;
}

.il-utpm1-h1.white {
  color: #fff;
}

.il-utpm1-h1.utpm3 {
  text-align: center;
}

.il-utpm1-p {
  width: 80%;
}

.il-utpm1-p.white {
  color: #fff;
}

.il-utpm1-p.utpm3 {
  text-align: center;
}

.il-pp1-btns {
  text-align: center;
}

.il-pps-form {
  margin-bottom: 0px;
}

.il-pps-success {
  background-color: transparent;
}

.il-pps-error {
  text-align: center;
}

.il-utp3-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100%;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/IMG_5173.jpg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}

.il-utp3-photo:hover {
  background-size: auto 105%;
  -webkit-filter: none;
  filter: none;
}

.il-utp3-photo.first {
  margin-left: 0px;
}

.il-utp3-photo.last {
  margin-right: 0px;
}

.il-utp3-img {
  width: 100%;
  height: 100%;
}

.il-utp3-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 240px;
  margin-top: -120px;
  margin-left: -120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.il-utp3-logo-img {
  width: 240px;
  height: 240px;
  background-image: url('../images/logo.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.il-utp3-title {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #333;
  text-align: center;
}

.il-gds3-slider {
  width: 400px;
  float: left;
}

.il-gds3-slider.inverse {
  width: 400px;
  float: right;
}

.il-gds3-info {
  width: 800px;
  padding-left: 30px;
  float: left;
}

.il-gds3-info.inverse {
  float: right;
}

.il-gds3-params-title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}

.il-gds3-p {
  margin-bottom: 10px;
}

.il-gds3-list {
  padding-left: 20px;
}

.il-gds3-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: transparent;
}

.il-gds3-slider-wrapper {
  height: 400px;
  border-radius: 5px;
  background-color: transparent;
}

.icon {
  color: #333;
}

.il-gds3-arrow-right-box:hover {
  background-color: rgba(51, 51, 51, .2);
}

.il-gds3-arrow-right {
  color: #333;
}

.il-gds3-arrow-left-box:hover {
  background-color: rgba(51, 51, 51, .2);
}

.il-gds3-arrow-left {
  color: #333;
}

.il-gds4-item {
  width: 600px;
  float: left;
}

.il-gds4-slider {
  width: 250px;
  float: left;
  background-color: transparent;
}

.il-gds4-slider-wrapper {
  height: 400px;
  background-color: transparent;
}

.il-gds4-info {
  width: 350px;
  padding-left: 10px;
  float: left;
}

.link {
  color: #f3a721;
}

.il-bnf2-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  max-height: 100%;
}

.il-bnf2-item-img {
  width: 80px;
  height: 80px;
}

.il-bnf2-item-title {
  width: 210px;
  height: 40px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.il-bnf2-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.il-rws1-item {
  margin-bottom: 30px;
}

.il-rws1-img {
  width: 150px;
  height: 150px;
  float: left;
}

.il-rws1-item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1040px;
  height: 150px;
  padding-left: 10px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.il-rws1-item-body.white {
  color: #fff;
}

.il-rws1-item-body.second {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.il-rws1-item-title {
  margin-bottom: 10px;
}

.il-rws1-author {
  margin-bottom: 0px;
}

.paragraph {
  margin-bottom: 10px;
}

.il-gds6-img {
  width: 300px;
  height: 300px;
}

.il-gds6-p {
  margin-top: 30px;
}

.il-gds1-item-photo {
  max-height: 200px;
  max-width: 200px;
  border-radius: 10px;
}

.il-hdr1-adr {
  font-size: 18px;
}

.il-body {
  height: 100vh;
  font-family: Roboto, sans-serif;
}

.il-body.dev {
  padding-bottom: 500px;
}

.il-hdr1-adr-text {
  font-size: 18px;
}

.il-gds7-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.il-gds7-items.last {
  padding-bottom: 0px;
}

.il-gds7-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.il-gds7-image {
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
}

.il-gds7-title {
  width: 200px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.il-gds7-title.white {
  color: #fff;
}

.il-gds7-price {
  width: 200px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.il-gds7-price.white {
  color: #fff;
}

.il-rws1-link.white {
  color: #f3a721;
}

.paragraph-2 {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.il-spc1-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.il-spc1-item {
  width: 200px;
  margin-right: 20px;
  margin-left: 20px;
}

.il-spc1-item-phota {
  width: 200px;
  height: 200px;
}

.il-spc1-item-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  text-align: center;
}

.il-spc1-item-name.white {
  color: #fff;
}

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

.paragraph-3.white {
  color: #fff;
}

.il-bnf3-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.il-bnf3-item {
  width: 260px;
  margin-right: 20px;
  margin-left: 20px;
}

.il-bfn3-img {
  width: 260px;
  height: 260px;
}

.il-bfn3-img.circle {
  border-radius: 999px;
}

.il-bnf3-title {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}

.il-bnf3-title.second {
  color: #fff;
}

.il-prt1-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.il-prt1-item {
  width: 200px;
  height: 70px;
  margin: 10px;
  border-radius: 5px;
}

.image-2 {
  width: 100%;
}

.paragraph-4 {
  background-color: #e0ff00;
  color: red;
  text-align: center;
}

.div-block {
  padding-top: 52px;
  padding-bottom: 52px;
  text-align: center;
}

.il-bnf4-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.il-bnf4-boxes {
  display: block;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.il-bnf4-boxes.img {
  width: 850px;
}

.il-bnf4-boxes.items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.il-bnf4-item-title {
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 400;
}

.il-bnf4-item-title.second {
  color: #fff;
}

.il-bnf4-item-p {
  margin-bottom: 20px;
  font-weight: 300;
}

.il-bnf4-item-p.second {
  color: #fff;
}

.il-bnf4-img {
  width: 100%;
  max-height: 100%;
}

.il-gds8-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.il-gds8-items.last {
  padding-bottom: 0px;
}

.il-gds8-item {
  width: 380px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}

.il-gds8-item-title {
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
}

.il-gds8-item-subtitle {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.il-gds8-item-img {
  width: 100%;
  margin-bottom: 10px;
}

.paragraph-5 {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.il-img1-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.il-img1-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 220px;
  margin: 10px 9px;
  -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;
}

.il-img1-item-img {
  width: 95%;
  height: 95%;
  max-height: 100%;
}

.il-img1-separator {
  width: 1px;
  height: 220px;
  background-color: rgba(51, 51, 51, .4);
}

.div-block-2 {
  text-align: center;
}

.cbb-close-btn {
  position: absolute;
  left: 100%;
  bottom: 100%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.il-hdr2-adr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
}

.il-hdr2-contact {
  display: block;
  height: 26px;
  padding-left: 30px;
  color: #000;
  line-height: 26px;
  text-align: left;
}

.il-hdr2-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.il-rws2-items {
  margin-bottom: 30px;
}

.il-rws2-items.last {
  margin-bottom: 0px;
}

.il-rws2-item {
  width: 575px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
}

.il-rws2-item-body {
  width: 425px;
  padding-right: 0px;
  padding-left: 10px;
  float: left;
}

.il-rws2-item-img {
  display: block;
  width: 150px;
  height: 150px;
  float: left;
}

.il-ftr2-btns {
  text-align: center;
}

.il-ftr2-copy {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.il-hdr2-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.frm1-desc-top {
  text-align: center;
}

.il-frm1-form-label {
  width: 600px;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.il-frm1-form-imput {
  width: 600px;
  max-width: 95%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border: 1px solid #396678;
  border-radius: 5px;
}

.submit-button {
  display: inline-block;
  background-color: #396678;
}

.il-frm1-form-btns {
  text-align: center;
}

.il-cmn2-items {
  margin-bottom: 30px;
}

.il-cmn2-items.lvl {
  margin-bottom: 20px;
}

.il-cmn2-items.goods {
  margin-bottom: 20px;
}

.il-cmn2-items.last {
  margin-bottom: 0px;
}

.il-cmn2-item {
  width: 198px;
  min-height: 200px;
  margin-right: 20px;
  margin-left: 20px;
  float: left;
}

.il-cmn2-item.c4 {
  width: 227.5px;
  min-height: 230px;
  margin-right: 35px;
  margin-left: 35px;
}

.il-cmn2-item.c6 {
  width: 180px;
  min-height: 180px;
  margin-right: 10px;
  margin-left: 10px;
}

.il-cmn2-item.c3 {
  width: 356.66666667px;
  text-align: center;
}

.il-stg1-item-img {
  width: 100%;
}

.il-stg1-item-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.il-stg1-item-p {
  font-weight: 300;
  text-align: center;
}

.il-both {
  width: 100%;
  clear: both;
}

.il-img1-box {
  width: 100%;
}

.il-img1-img {
  width: 100%;
}

.il-gds1-item-btns {
  text-align: center;
}

.il-utpm2-img {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 300px;
  height: 300px;
}

.il-utpm2-img.utpm3 {
  left: 5px;
  top: 50%;
  right: auto;
  margin-top: -150px;
  box-shadow: 0 0 35px -1px #333;
}

.il-utpm2-img.utpm3.right {
  left: auto;
  top: 50%;
  right: 5px;
}

.il-img3-sl {
  width: 200px;
  height: 200px;
  background-color: transparent;
}

.il-img3-img-box {
  width: 100%;
  height: 100%;
}

.il-img3-img {
  width: 100%;
  height: 100%;
}

.il-logos {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.il-partners-logos {
  width: 200px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  float: left;
}

.il-partners-logo-img {
  width: 100%;
  border-radius: 5px;
}

.il-utpm3-btns {
  text-align: center;
}

.paragraph-6 {
  margin-bottom: 0px;
  text-align: center;
}

.text-block {
  margin-top: 20px;
  color: rgba(51, 51, 51, .62);
  font-size: 14px;
  text-align: center;
}

.div-block-3 {
  margin-top: 14px;
  text-align: center;
}

@media (max-width: 991px) {
  .il-section.bg {
    background-position: 50% 50%;
  }
  .il-container {
    width: 768px;
    min-width: 768px;
  }
  .il-container.il-utp-vmid {
    height: 300px;
  }
  .il-container.il-prm1-container {
    height: 300px;
  }
  .il-container.il-utpm1-container {
    height: 300px;
  }
  .il-bl-bnf-items-row {
    display: block;
    padding-bottom: 0px;
  }
  .il-bl-bnf-block {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .il-cts1-top-contacts {
    margin-left: -334px;
  }
  .il-btn.white {
    font-size: 15px;
  }
  .il-btn.white.il-mn2-call {
    padding-right: 5px;
    padding-left: 5px;
  }
  .il-utp-h1 {
    font-size: 30px;
  }
  .il-hdr1-phones {
    width: 210px;
  }
  .il-mn-item {
    margin-right: 0px;
  }
  .il-mn-item.first {
    margin-right: 0px;
    font-size: 15px;
  }
  .il-mn2-menu {
    padding-left: 0px;
  }
  .il-mn2-menu-items {
    padding-right: 10px;
  }
  .il-utpm1-h1 {
    max-width: 458px;
  }
  .il-utpm1-p {
    max-width: 458px;
  }
  .il-utp3-logo-img {
    position: relative;
    z-index: 5;
    border-radius: 5px;
    background-image: url('../images/logo.svg'), -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: url('../images/logo.svg'), linear-gradient(180deg, #fff, #fff);
    background-position: 50% 50%, 0px 0px;
    background-size: 100%, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, scroll;
  }
  .il-bnf4-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .il-bnf4-boxes.img {
    width: 100%;
  }
  .il-bnf4-boxes.items {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .il-bnf4-item-title {
    font-size: 20px;
    text-align: center;
  }
  .il-bnf4-item-p {
    text-align: center;
  }
  .il-cmn2-items.lvl {
    margin-bottom: 0px;
  }
  .il-cmn2-item {
    width: 242.66666667px;
    margin-right: 5px;
    margin-bottom: 41px;
    margin-left: 5px;
  }
  .il-cmn2-item.i4 {
    margin-left: 156px;
  }
  .il-cmn2-item.c4 {
    width: 369px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
  }
  .il-cmn2-item.c6 {
    margin-right: 38px;
    margin-left: 38px;
  }
  .il-cmn2-item.c3 {
    width: 242.66666667px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .il-utpm2-img {
    top: 50%;
    right: 20px;
    width: 250px;
    height: 250px;
    margin-top: -125px;
  }
  .il-partners-logos {
    width: 182px;
  }
}

@media (max-width: 767px) {
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .cta-heading {
    margin-bottom: 10px;
  }
  .il-section.il-utp2-section {
    height: 450px;
  }
  .il-container {
    width: 480px;
    min-width: 480px;
  }
  .il-container.il-utpm1-container {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    text-align: center;
  }
  .il-container.il-hdr1-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .il-container.il-mn-icontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .il-container.il-mn2-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .il-container.il-utp2-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% 100%;
    text-align: center;
  }
  .il-bl-bnf-block {
    width: 480px;
    height: 110px;
  }
  .il-bl-bnf-item-cell-img {
    width: 110px;
    height: 110px;
  }
  .il-bl-bnf-item-cell-title {
    font-size: 20px;
    line-height: 30px;
  }
  .il-bl-bnf-item-cell-p {
    font-size: 14px;
    line-height: 18px;
  }
  .il-cts1-top-contacts {
    position: static;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: none;
  }
  .il-utp-h1 {
    font-size: 30px;
  }
  .il-hdr1-phones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .il-hdr-1-phone {
    margin-bottom: 6px;
  }
  .il-hdr1-logo-img {
    margin-bottom: 10px;
  }
  .il-mn-bg {
    border-style: none;
  }
  .il-mn-menu {
    height: auto;
    box-shadow: 0 5px 21px -5px #000;
  }
  .il-mn-item {
    background-color: #fff;
    color: #396678;
  }
  .il-mn-item:hover {
    background-color: #396678;
    color: #fff;
  }
  .il-mn-opener {
    display: block;
    height: 50px;
    padding: 0px 50px 0px 0px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-image: url('../images/cbb-menu.svg');
    background-position: 97% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    color: #fff;
  }
  .il-mn-opener.w--open {
    border-style: none;
    background-color: #fff;
    background-image: url('../images/cbb-menu-blue.svg');
    background-position: 97% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    color: #396678;
  }
  .il-mn-opener-name {
    height: 50px;
    line-height: 50px;
  }
  .il-mn2-logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .il-utp2-wrapper {
    padding-right: 0px;
  }
  .il-ftr1-btns {
    text-align: center;
  }
  .il-ftr1-contacts {
    text-align: center;
  }
  .il-utpm1-p {
    width: 95%;
    text-align: center;
  }
  .il-bnf4-boxes.items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .il-bnf4-item-title {
    text-align: center;
  }
  .il-hdr2-contacts {
    width: 240px;
  }
  .il-hdr2-logo {
    width: 240px;
  }
  .il-cmn2-item {
    width: 225px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
  }
  .il-cmn2-item.i4 {
    margin-left: 5px;
  }
  .il-cmn2-item.i5 {
    margin-left: 140px;
  }
  .il-cmn2-item.c4 {
    width: 225px;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
  }
  .il-cmn2-item.c6 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .il-cmn2-item.c3 {
    width: 225px;
  }
  .il-cmn2-item.c3.i3 {
    margin-left: 127.5px;
  }
  .il-utpm2-img {
    position: static;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .il-logos {
    max-width: 100%;
  }
  .il-partners-logos {
    width: 110px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media (max-width: 479px) {
  .cbb-page-title {
    font-size: 20px;
  }
  .cbb-block-title {
    font-size: 20px;
    text-transform: uppercase;
  }
  .il-section.il-utp2-section {
    height: 300px;
  }
  .il-container {
    width: 300px;
    min-width: 300px;
  }
  .il-container.il-utpm1-container {
    height: auto;
  }
  .il-container.il-hdr1-logos {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .il-container.il-utp2-container {
    height: 100%;
  }
  .il-container.il-hdr2 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .il-block-title {
    font-size: 30px;
  }
  .il-bl-bnf-block {
    width: 300px;
    height: auto;
  }
  .il-bl-bnf-item-cell-img {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .il-bl-bnf-item-cell-title {
    width: 300px;
    margin-left: 0px;
  }
  .il-bl-bnf-item-cell-p {
    width: 300px;
    margin-left: 0px;
    text-align: center;
  }
  .il-btn.il-gds2-btn.qq {
    margin-top: 22px;
    margin-left: 0px;
  }
  .il-btn.white.ftr1 {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .il-btn.h2 {
    margin-top: 10px;
    margin-left: 0px;
  }
  .il-utp-h1 {
    font-size: 26px;
  }
  .il-utp-h1.h2 {
    font-size: 20px;
    font-weight: 200;
  }
  .il-pps-content.pps1 {
    max-width: 95%;
  }
  .il-pps1-title {
    font-size: 30px;
  }
  .il-hdr1-phones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .il-hdr-1-phone {
    margin-bottom: 10px;
  }
  .il-hdr1-logo-img {
    width: 280px;
  }
  .il-mn-bg {
    background-color: #396678;
  }
  .il-ftr1-btns {
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .il-ftr1-contacts {
    padding-left: 0px;
  }
  .il-utpm1-h2 {
    text-align: center;
  }
  .cbb-close-btn {
    margin-bottom: 5px;
    margin-left: -30px;
    cursor: pointer;
  }
  .il-hdr2-contacts {
    width: 100%;
  }
  .il-hdr2-logo {
    width: 100%;
    height: auto;
  }
  .il-cmn2-item {
    margin-bottom: 10px;
    margin-left: 32.5px;
  }
  .il-cmn2-item.i4 {
    margin-left: 32.5px;
  }
  .il-cmn2-item.i5 {
    margin-left: 32.5px;
  }
  .il-cmn2-item.c4 {
    margin-left: 30px;
  }
  .il-cmn2-item.c6 {
    margin-left: 60px;
  }
  .il-cmn2-item.c3 {
    width: 280px;
  }
  .il-cmn2-item.c3.i3 {
    margin-left: 5px;
  }
  .il-partners-logos {
    width: 140px;
  }
}

