@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,700;0,900;1,400&display=swap");
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 {
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  padding: 0;
  margin: 0;
}

*:focus {
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:active, a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure, form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
  *overflow: visible;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input::-webkit-search-cancel-button, input::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*::-moz-selection {
  text-shadow: none;
}

*::selection {
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

button {
  color: inherit;
  border: none;
  background: transparent;
}

html {
  height: 100%;
}

body {
  height: 100%;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #1B2628;
  background: #fff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, button, input, select, textarea {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

a, button {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  outline: none;
  padding: 0;
}
a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  text-decoration: none;
  outline: none;
}

.container {
  width: 910px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 910px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .container {
    width: 100%;
  }
}

*::-moz-selection {
  color: #fff;
  background: #3693CA;
}

*::selection {
  color: #fff;
  background: #3693CA;
}

.hidden {
  display: none;
}

div.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}
div.wrapper .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
div.wrapper footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

a.gradient-button, button.gradient-button {
  border-bottom: 3px solid transparent;
  border-bottom-color: #D9471A;
  background: #f58823;
  background: -webkit-gradient(linear, left top, left bottom, from(#f58823), to(#F55423));
  background: linear-gradient(to bottom, #f58823 0%, #F55423 100%);
}
a.gradient-button:hover, button.gradient-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F55423), to(#F55423));
  background: linear-gradient(to bottom, #F55423 0%, #F55423 100%);
}
a.gradient-button:active, button.gradient-button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#D9471A), to(#D9471A));
  background: linear-gradient(to bottom, #D9471A 0%, #D9471A 100%);
}

div.bg-circle-position {
  position: absolute;
}

div.bg-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  z-index: 0;
}
div.bg-circle:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
div.bg-circle.style-1 {
  background: rgba(255, 255, 255, 0.1);
}
div.bg-circle.style-1:after {
  background: rgba(255, 255, 255, 0.05);
}
div.bg-circle.style-2 {
  background: rgba(54, 147, 202, 0.1);
}
div.bg-circle.style-2:after {
  background: rgba(54, 147, 202, 0.05);
}
div.bg-circle.style-3 {
  background: rgba(255, 255, 255, 0.3);
}
div.bg-circle.style-3:after {
  background: rgba(255, 255, 255, 0.3);
}
div.bg-circle.border-15:after {
  width: calc(100% + 30px);
  height: calc(100% + 30px);
}
div.bg-circle.border-20:after {
  width: calc(100% + 40px);
  height: calc(100% + 40px);
}
div.bg-circle.border-30:after {
  width: calc(100% + 60px);
  height: calc(100% + 60px);
}
div.bg-circle.diameter-165 {
  width: 165px;
  height: 165px;
}
div.bg-circle.diameter-245 {
  width: 245px;
  height: 245px;
}
div.bg-circle.diameter-260 {
  width: 260px;
  height: 260px;
}
div.bg-circle.diameter-285 {
  width: 285px;
  height: 285px;
}
div.bg-circle.diameter-310 {
  width: 310px;
  height: 310px;
}
div.bg-circle.diameter-370 {
  width: 370px;
  height: 370px;
}
div.bg-circle.diameter-410 {
  width: 410px;
  height: 410px;
}
div.bg-circle.diameter-455 {
  width: 455px;
  height: 455px;
}
div.bg-circle.diameter-605 {
  width: 605px;
  height: 605px;
}
div.bg-circle.circle-animation-1 {
  -webkit-animation: circle-animation-1 10s infinite;
          animation: circle-animation-1 10s infinite;
}
div.bg-circle.circle-animation-2 {
  -webkit-animation: circle-animation-2 7s infinite;
          animation: circle-animation-2 7s infinite;
}
div.bg-circle.circle-animation-3 {
  -webkit-animation: circle-animation-3 11s infinite;
          animation: circle-animation-3 11s infinite;
}

@-webkit-keyframes circle-animation-1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes circle-animation-1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes circle-animation-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes circle-animation-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes circle-animation-3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes circle-animation-3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
div.bg-blue {
  color: #fff;
  background: #3693CA;
}

header {
  background: #fff;
  position: relative;
  z-index: 4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  header {
    color: #fff;
    background: #3693CA;
  }
}
header .header-content {
  padding: 8px 0;
}
header .header-content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header a.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header a.header-logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  header a.header-logo img {
    max-width: 180px;
  }
}
@media (max-width: 480px) {
  header a.header-logo img {
    max-width: 155px;
  }
}
header a.header-logo img.logo-color {
  display: block;
}
@media (max-width: 767px) {
  header a.header-logo img.logo-color {
    display: none;
  }
}
header a.header-logo img.logo-white {
  display: none;
}
@media (max-width: 767px) {
  header a.header-logo img.logo-white {
    display: block;
  }
}
header .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  header .header-info {
    display: none;
  }
}
header .header-info i.header-info_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
header .header-info .header-info_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .header-info p, header .header-info a {
  font-size: 12px;
  line-height: 1;
}
header .header-info p.header-info_title, header .header-info a.header-info_title {
  margin-bottom: 5px;
}
header .header-info p.header-info_title:last-child, header .header-info a.header-info_title:last-child {
  margin-bottom: 0;
}
header .header-info p.header-info_data, header .header-info a.header-info_data {
  font-weight: bold;
  color: #3693CA;
  border-bottom: 1px solid #3693CA;
}
header .header-info a:hover {
  color: #F55423;
}
header .header-callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  header .header-callback {
    display: none;
  }
}
header .header-callback a.header-phone, header .header-callback button.header-phone {
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
}
header .header-callback a.header-callback_modal, header .header-callback button.header-callback_modal {
  font-weight: bold;
  font-size: 12px;
  color: #3693CA;
  text-decoration: underline;
}
header .header-callback a.header-callback_modal:hover, header .header-callback button.header-callback_modal:hover {
  color: #F55423;
}
header .header-nav__wrap {
  color: #fff;
  background: #3693CA;
}
@media (max-width: 767px) {
  header .header-nav__wrap {
    display: none;
  }
}
header nav.header-nav {
  padding: 8px 0;
}
header nav.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
header nav.header-nav ul li a {
  font-weight: bold;
  font-size: 14px;
}
header nav.header-nav ul li a:hover {
  text-decoration: underline;
}
header nav.header-nav ul li.active {
  opacity: 0.5;
}
header nav.header-nav ul li.active a:hover {
  text-decoration: none;
}
header button.header-mobile_button {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  position: relative;
}
@media (max-width: 767px) {
  header button.header-mobile_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header button.header-mobile_button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header button.header-mobile_button svg.bars {
  opacity: 1;
}
header button.header-mobile_button svg.close {
  opacity: 0;
}
header .header-mobile_mnu {
  display: none;
  width: 100%;
  color: #1B2628;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
}
header .header-mobile_mnu .mobile_mnu-nav_wrap {
  color: #fff;
  background: #3693CA;
  padding: 25px 15px;
  position: relative;
}
header .header-mobile_mnu .mobile_mnu-nav_wrap ul li {
  margin-bottom: 10px;
}
header .header-mobile_mnu .mobile_mnu-nav_wrap ul li:last-child {
  margin-bottom: 0;
}
header .header-mobile_mnu .mobile_mnu-nav_wrap ul li a {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 480px) {
  header .header-mobile_mnu .mobile_mnu-nav_wrap ul li a {
    font-size: 15px;
  }
}
header .header-mobile_mnu .mobile_mnu-nav_wrap ul li a:hover {
  text-decoration: underline;
}
header .header-mobile_mnu .mobile_mnu-nav_wrap ul li.active {
  opacity: 0.5;
}
header .header-mobile_mnu .mobile_mnu-nav_wrap ul li.active a:hover {
  text-decoration: none;
}
header .header-mobile_mnu .mobile_mnu-content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #1B2628;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 15px 40px 15px;
}
header .header-mobile_mnu .mobile_mnu-content_wrap .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
header .header-mobile_mnu .mobile_mnu-content_wrap .header-info:last-child {
  margin-bottom: 0;
}
header .header-mobile_mnu .mobile_mnu-content_wrap .header-callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.open_mobile_mnu {
  color: #1B2628;
  background: #fff;
}
header.open_mobile_mnu a.header-logo img.logo-color {
  display: block;
}
header.open_mobile_mnu a.header-logo img.logo-white {
  display: none;
}
header.open_mobile_mnu button.header-mobile_button svg.bars {
  opacity: 0;
}
header.open_mobile_mnu button.header-mobile_button svg.close {
  opacity: 1;
}

footer {
  color: #fff;
  background: #43506B;
  padding: 50px 0;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 30px 0;
  }
}
footer a.footer-logo {
  display: table;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  footer a.footer-logo {
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
footer a.footer-logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
footer .footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  footer .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .footer-info {
  max-width: 225px;
}
@media (max-width: 767px) {
  footer .footer-info {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
footer .footer-info p {
  font-size: 12px;
  line-height: 110%;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  footer .footer-info p {
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer .footer-info p {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  footer .footer-info p {
    font-size: 11px;
  }
}
footer .footer-info p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer .footer-nav {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  footer .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .footer-nav ul li {
  margin-bottom: 12px;
}
footer .footer-nav ul li:last-child {
  margin-bottom: 0;
}
footer .footer-nav ul li a {
  font-size: 12px;
}
@media (max-width: 767px) {
  footer .footer-nav ul li a {
    text-align: center;
  }
}
footer .footer-nav ul li a:hover {
  text-decoration: underline;
}
footer .footer-callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  footer .footer-callback {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}
footer .footer-callback a.footer-phone, footer .footer-callback button.footer-phone {
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
}
footer .footer-callback a.footer-callback_modal, footer .footer-callback button.footer-callback_modal {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}
footer .footer-callback a.footer-callback_modal:hover, footer .footer-callback button.footer-callback_modal:hover {
  color: #58BEFA;
}
footer .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  footer .footer-socials {
    margin-bottom: 25px;
  }
}
footer .footer-socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  margin-right: 10px;
}
footer .footer-socials a:last-child {
  margin-right: 0;
}
footer .footer-socials a svg path {
  fill: #43506B;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer .footer-socials a:hover {
  background: #3693CA;
}
footer .footer-socials a:hover svg path {
  fill: #fff;
}

footer .footer-text {
	margin-top: 30px;
}
@media (max-width: 767px) {
	footer .footer-text { 
		text-align:center;
	}
}
footer .footer-text p {
	font-size: 12px;
    line-height: 110%;
    margin-bottom: 13px;
}
@media (max-width: 480px) {
	footer .footer-text p {
		font-size: 12px;
	}
}
@media (max-width: 375px) {
	footer .footer-text p {
		font-size: 11px;
	}
}
footer .footer-text p:last-child {
	margin-bottom:0;
}

div.box-submit_application {
  display: block;
  width: 100%;
  max-width: 1170px;
  color: #fff;
  border-radius: 5px;
  background: #3693CA;
  -webkit-box-shadow: 0px 3px 0px #2D7BAA;
          box-shadow: 0px 3px 0px #2D7BAA;
  padding: 30px 0;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1170px) {
  div.box-submit_application {
    border-radius: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  div.box-submit_application {
    padding: 25px 0;
  }
}
@media (max-width: 480px) {
  div.box-submit_application {
    padding: 20px 0 30px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
div.box-submit_application:last-child {
  margin-bottom: 0;
}
div.box-submit_application.mb70 {
  margin-bottom: 70px;
}
@media (max-width: 910px) {
  div.box-submit_application.mb70 {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  div.box-submit_application.mb70 {
    margin-bottom: 20px;
  }
}
div.box-submit_application.mb70:last-child {
  margin-bottom: 0;
}
@media (max-width: 910px) {
  div.box-submit_application div.bg-circle-position {
    display: none;
  }
}
div.box-submit_application div.bg-circle-position.position-1 {
  top: -110px;
  left: -130px;
}
div.box-submit_application div.bg-circle-position.position-2 {
  bottom: -170px;
  right: 60px;
}
div.box-submit_application .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 1;
}
div.box-submit_application .box-title {
  margin-bottom: 25px;
}
@media (max-width: 910px) {
  div.box-submit_application .box-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  div.box-submit_application .box-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  div.box-submit_application .box-title {
    margin-bottom: 10px;
  }
}
div.box-submit_application .box-title p {
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 910px) {
  div.box-submit_application .box-title p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  div.box-submit_application .box-title p {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  div.box-submit_application .box-title p {
    font-size: 20px;
  }
}
div.box-submit_application .box-description {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  div.box-submit_application .box-description {
    margin-bottom: 15px;
  }
}
div.box-submit_application .box-description.mb30 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  div.box-submit_application .box-description.mb30 {
    margin-bottom: 20px;
  }
}
div.box-submit_application .box-description p {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 910px) {
  div.box-submit_application .box-description p {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  div.box-submit_application .box-description p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  div.box-submit_application .box-description p {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media (max-width: 375px) {
  div.box-submit_application .box-description p {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  div.box-submit_application .box-description p br {
    display: none;
  }
}

form.form-styles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
form.form-styles .fields_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: -5px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  form.form-styles .fields_wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}
form.form-styles .fields_wrap:last-child {
  margin-bottom: 0;
}
form.form-styles .fields_wrap.mtb10 {
  margin: -10px;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap.mtb10 {
    margin: 0;
  }
}
form.form-styles .fields_wrap.mtb10:last-child {
  margin-bottom: 0;
}
form.form-styles .fields_wrap.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form.form-styles .fields_wrap.items-2 input {
  width: calc(50% - 10px);
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap.items-2 input {
    width: 100%;
  }
}
form.form-styles .fields_wrap.items-2 .form-checkbox {
  width: calc(50% - 10px);
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap.items-2 .form-checkbox {
    width: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
form.form-styles .fields_wrap.items-2 button.form-submit {
  width: calc(50% - 10px);
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap.items-2 button.form-submit {
    width: 100%;
  }
}
form.form-styles .fields_wrap.items-3 input {
  width: calc(33.33% - 10px);
}
@media (max-width: 767px) {
  form.form-styles .fields_wrap.items-3 input {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap.items-3 input {
    width: 100%;
  }
}
form.form-styles .fields_wrap.items-3 .form-checkbox {
  width: calc(33.33% - 10px);
}
@media (max-width: 767px) {
  form.form-styles .fields_wrap.items-3 .form-checkbox {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap.items-3 .form-checkbox {
    width: auto;
  }
}
form.form-styles .fields_wrap.items-3 button.form-submit {
  width: calc(33.33% - 10px);
}
@media (max-width: 767px) {
  form.form-styles .fields_wrap.items-3 button.form-submit {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap.items-3 button.form-submit {
    width: 100%;
  }
}
form.form-styles .fields_wrap.items-3 .field_wrap {
  width: calc(33.33% - 10px);
}
@media (max-width: 767px) {
  form.form-styles .fields_wrap.items-3 .field_wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap.items-3 .field_wrap {
    width: 100%;
  }
}
form.form-styles .fields_wrap.items-4 input {
  width: calc(25% - 10px);
}
@media (max-width: 767px) {
  form.form-styles .fields_wrap.items-4 input {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap.items-4 input {
    width: 100%;
  }
}
form.form-styles .fields_wrap.items-4 .form-checkbox {
  width: calc(25% - 10px);
}
@media (max-width: 767px) {
  form.form-styles .fields_wrap.items-4 .form-checkbox {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap.items-4 .form-checkbox {
    width: 100%;
  }
}
form.form-styles .fields_wrap.items-4 button.form-submit {
  width: calc(25% - 10px);
}
@media (max-width: 767px) {
  form.form-styles .fields_wrap.items-4 button.form-submit {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap.items-4 button.form-submit {
    width: 100%;
  }
}
form.form-styles .fields_wrap.items-5 input {
  width: calc(20% - 10px);
}
@media (max-width: 767px) {
  form.form-styles .fields_wrap.items-5 input {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap.items-5 input {
    width: 100%;
  }
}
form.form-styles .fields_wrap.items-5 .form-checkbox {
  width: calc(20% - 10px);
}
@media (max-width: 767px) {
  form.form-styles .fields_wrap.items-5 .form-checkbox {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap.items-5 .form-checkbox {
    width: auto;
  }
}
form.form-styles .fields_wrap.items-5 button.form-submit {
  width: calc(20% - 10px);
}
@media (max-width: 767px) {
  form.form-styles .fields_wrap.items-5 button.form-submit {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap.items-5 button.form-submit {
    width: 100%;
  }
}
form.form-styles .fields_wrap .field_wrap {
  margin: 10px 5px;
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap .field_wrap {
    margin: 0;
    margin-bottom: 20px;
  }
  form.form-styles .fields_wrap .field_wrap:last-child {
    margin-bottom: 0;
  }
}
form.form-styles .fields_wrap .field_wrap input {
  width: 100%;
  margin: 0;
}
form.form-styles .fields_wrap .field_wrap button.form-submit {
  width: 100%;
  margin: 0;
}
form.form-styles .fields_wrap .field_wrap .field-title {
  min-height: 12px;
  padding: 0 10px;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap .field_wrap .field-title {
    min-height: 0;
  }
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap .field_wrap .field-title.hidden-mobile {
    display: none;
  }
}
form.form-styles .fields_wrap .field_wrap .field-title p {
  font-size: 12px;
  line-height: 1;
}
form.form-styles .fields_wrap .field_wrap .field-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 12px;
  padding: 0 10px;
  margin-top: 8px;
}
form.form-styles .fields_wrap .field_wrap .field-description p {
  font-size: 12px;
  line-height: 1;
}
form.form-styles .fields_wrap .field_wrap .ui-slider {
  width: 100%;
  height: 4px;
  border: none;
  border-radius: 0;
  background: #58BEFA;
  margin-top: -4px;
  position: relative;
  z-index: 1;
}
form.form-styles .fields_wrap .field_wrap .ui-slider .ui-slider-range {
  background: #FFC83B;
}
form.form-styles .fields_wrap .field_wrap .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: transparent;
  top: -8px;
  margin-left: -10px;
}
form.form-styles .fields_wrap .field_wrap .ui-slider .ui-slider-handle:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FFC83B;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
form.form-styles .fields_wrap .field_wrap .ui-slider .ui-slider-handle:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
form.form-styles .fields_wrap input {
  width: 100%;
  height: 43px;
  font-size: 14px;
  line-height: 1;
  color: #1B2628;
  border: 1px solid #EDEEF0;
  border-radius: 5px;
  background: #fff;
  padding: 0 15px;
  margin: 5px;
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap input {
    margin: 0;
    margin-bottom: 15px;
  }
  form.form-styles .fields_wrap input:last-child {
    margin-bottom: 0;
  }
}
form.form-styles .fields_wrap input::-webkit-input-placeholder {
  color: #B1B2B4;
}
form.form-styles .fields_wrap input:-ms-input-placeholder {
  color: #B1B2B4;
}
form.form-styles .fields_wrap input::-ms-input-placeholder {
  color: #B1B2B4;
}
form.form-styles .fields_wrap input::placeholder {
  color: #B1B2B4;
}
form.form-styles .fields_wrap input.style-1 {
  font-weight: bold;
  color: #fff;
  border-color: #58BEFA;
  background: #58BEFA;
}
form.form-styles .fields_wrap input.fz16 {
  font-size: 16px;
}
form.form-styles .fields_wrap input.p20 {
  padding: 0 20px;
}
form.form-styles .fields_wrap .form-checkbox {
  width: 100%;
  margin: 5px;
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap .form-checkbox {
    margin: 0;
    margin-bottom: 15px;
  }
  form.form-styles .fields_wrap .form-checkbox:last-child {
    margin-bottom: 0;
  }
}
form.form-styles .fields_wrap .form-checkbox input {
  margin: 0;
}
form.form-styles .fields_wrap button.form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 43px;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  padding-top: 5px;
  margin: 5px;
}
@media (max-width: 480px) {
  form.form-styles .fields_wrap button.form-submit {
    margin: 0;
    margin-bottom: 15px;
  }
  form.form-styles .fields_wrap button.form-submit:last-child {
    margin-bottom: 0;
  }
}
form.form-styles .form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 15px;
  position: relative;
}
form.form-styles .form-checkbox.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
form.form-styles .form-checkbox input.checkbox-field {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
form.form-styles .form-checkbox input.checkbox-field:checked + i.checkbox-icon svg {
  opacity: 1;
}
form.form-styles .form-checkbox i.checkbox-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #EDEEF0;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: 1px;
  left: 0;
}
form.form-styles .form-checkbox i.checkbox-icon svg {
  fill: #3693CA;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
form.form-styles .form-checkbox p.checkbox-text {
  font-size: 12px;
  line-height: 1;
  margin-right: 3px;
}
@media (max-width: 375px) {
  form.form-styles .form-checkbox p.checkbox-text {
    font-size: 11px;
  }
}
form.form-styles .form-checkbox p.checkbox-text:last-child {
  margin-right: 0;
}
form.form-styles .form-checkbox a.privacy_policy {
  font-size: 12px;
  line-height: 1;
  text-decoration: underline;
  position: relative;
  z-index: 2;
}
@media (max-width: 375px) {
  form.form-styles .form-checkbox a.privacy_policy {
    font-size: 11px;
  }
}
form.form-styles .form-checkbox a.privacy_policy:hover {
  text-decoration: none;
}
form.form-styles .form-checkbox.style-2 {
  padding-left: 0;
  margin-bottom: 14px;
}
form.form-styles .form-checkbox.style-2:last-child {
  margin-bottom: 0;
}
form.form-styles .form-checkbox.style-2 input.checkbox-field:checked + i.checkbox-icon:after {
  opacity: 1;
}
form.form-styles .form-checkbox.style-2 i.checkbox-icon {
  width: 14px;
  height: 14px;
  border: 1px solid #EDEEF0;
  border-radius: 50%;
  background: #fff;
  margin-right: 5px;
  position: relative;
  top: auto;
}
form.form-styles .form-checkbox.style-2 i.checkbox-icon:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F55423;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
form.form-styles .form-checkbox.style-2 p.checkbox-text {
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 910px) {
  form.form-styles .form-checkbox.style-2 p.checkbox-text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  form.form-styles .form-checkbox.style-2 p.checkbox-text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  form.form-styles .form-checkbox.style-2 p.checkbox-text {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  form.form-styles .form-checkbox.style-2 p.checkbox-text {
    font-size: 11px;
  }
}
form.form-styles .form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: -10px -15px;
  margin-bottom: 13px;
}
@media (max-width: 480px) {
  form.form-styles .form-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
form.form-styles .form-radio:last-child {
  margin-bottom: 0;
}
form.form-styles .form-radio .radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin: 10px 15px;
}
form.form-styles .form-radio .radio-item input.radio-field {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
form.form-styles .form-radio .radio-item input.radio-field:checked + i.radio-icon:after {
  opacity: 1;
}
form.form-styles .form-radio .radio-item i.radio-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: 16px;
  border: 1px solid #EDEEF0;
  border-radius: 50%;
  background: #fff;
  margin-right: 7px;
  position: relative;
}
form.form-styles .form-radio .radio-item i.radio-icon:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F55423;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
form.form-styles .form-radio .radio-item p.radio-text {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
}

div.box-contacts {
  display: block;
  width: 100%;
  max-width: 1170px;
  border: 1px solid #E3E4E6;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 38px 0;
  margin: 0 auto;
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1170px) {
  div.box-contacts {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  div.box-contacts {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  div.box-contacts {
    padding: 20px 0;
  }
}
div.box-contacts .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  div.box-contacts .box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
div.box-contacts .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  div.box-contacts .block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  div.box-contacts .block:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  div.box-contacts .block p {
    text-align: center;
  }
}
div.box-contacts .block p.box-title {
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
}
@media (max-width: 910px) {
  div.box-contacts .block p.box-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  div.box-contacts .block p.box-title {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  div.box-contacts .block p.box-title {
    font-size: 20px;
  }
}
div.box-contacts .block p.block-title {
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 767px) {
  div.box-contacts .block p.block-title {
    margin-right: 5px;
  }
}
div.box-contacts .block p.block-data {
  font-size: 14px;
}
div.box-contacts .block p.block-data.schedule {
  width: 100%;
}
@media (max-width: 767px) {
  div.box-contacts .block a {
    text-align: center;
  }
}
div.box-contacts .block a.block-phone {
  text-decoration: underline;
}
div.box-contacts .block a.block-phone:hover {
  color: #3693CA;
}
div.box-contacts .block a.block-email:hover {
  color: #3693CA;
}

div.box-map {
  height: 400px;
  background: #EDEEF0;
  position: relative;
}
div.box-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

div.box-main_title {
  background: #F7F8FA;
  overflow: hidden;
}
div.box-main_title:last-child {
  margin-bottom: 0;
}
div.box-main_title .box-wrap {
  padding: 40px 0;
  padding-bottom: 214px;
  position: relative;
}
@media (max-width: 910px) {
  div.box-main_title .box-wrap {
    padding: 30px 0 60px 0;
  }
}
@media (max-width: 767px) {
  div.box-main_title .box-wrap {
    padding-bottom: 170px;
  }
}
@media (max-width: 480px) {
  div.box-main_title .box-wrap {
    padding: 25px 0 170px 0;
  }
}
@media (max-width: 375px) {
  div.box-main_title .box-wrap {
    padding: 22px 0 170px 0;
  }
}
div.box-main_title .bg-circle-position {
  z-index: 0;
}
div.box-main_title .bg-circle-position.position-1 {
  top: -180px;
  left: -320px;
}
@media (max-width: 910px) {
  div.box-main_title .bg-circle-position.position-1 {
    display: none;
  }
}
div.box-main_title .bg-circle-position.position-2 {
  bottom: -140px;
  right: -260px;
}
@media (max-width: 910px) {
  div.box-main_title .bg-circle-position.position-2 {
    bottom: -200px;
    right: -120px;
  }
}
@media (max-width: 767px) {
  div.box-main_title .bg-circle-position.position-2 {
    bottom: -85px;
    right: -45px;
  }
}
@media (max-width: 480px) {
  div.box-main_title .bg-circle-position.position-2 {
    bottom: -50px;
    right: -60px;
  }
}
@media (max-width: 375px) {
  div.box-main_title .bg-circle-position.position-2 {
    right: -110px;
  }
}
@media (max-width: 910px) {
  div.box-main_title .bg-circle-position.position-2 .bg-circle.diameter-605 {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 767px) {
  div.box-main_title .bg-circle-position.position-2 .bg-circle.diameter-605 {
    width: 315px;
    height: 315px;
  }
}
@media (max-width: 480px) {
  div.box-main_title .bg-circle-position.position-2 .bg-circle.diameter-605 {
    width: 215px;
    height: 215px;
  }
}
div.box-main_title .bg-circle-position.position-3 {
  bottom: -230px;
  left: -720px;
}
@media (max-width: 910px) {
  div.box-main_title .bg-circle-position.position-3 {
    display: none;
  }
}
div.box-main_title .bg-car {
  position: absolute;
  bottom: 130px;
  right: -305px;
  z-index: 1;
}
@media (max-width: 910px) {
  div.box-main_title .bg-car {
    bottom: -30px;
    right: -100px;
  }
}
@media (max-width: 767px) {
  div.box-main_title .bg-car {
    bottom: -20px;
  }
}
@media (max-width: 480px) {
  div.box-main_title .bg-car {
    bottom: 0;
    right: -35px;
  }
}
@media (max-width: 375px) {
  div.box-main_title .bg-car {
    right: -70px;
  }
}
div.box-main_title .bg-car.blur {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
@media (max-width: 910px) {
  div.box-main_title .bg-car img {
    width: 600px;
    height: auto;
  }
}
@media (max-width: 767px) {
  div.box-main_title .bg-car img {
    width: 550px;
  }
}
@media (max-width: 480px) {
  div.box-main_title .bg-car img {
    width: 400px;
  }
}
div.box-main_title .bg-item-1 {
  position: absolute;
  bottom: 144px;
  right: -5px;
  z-index: 2;
}
@media (max-width: 910px) {
  div.box-main_title .bg-item-1 {
    bottom: 0;
    right: 65px;
  }
}
@media (max-width: 767px) {
  div.box-main_title .bg-item-1 {
    right: 20px;
  }
}
@media (max-width: 480px) {
  div.box-main_title .bg-item-1 {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (max-width: 910px) {
  div.box-main_title .bg-item-1 img {
    width: 260px;
  }
}
@media (max-width: 767px) {
  div.box-main_title .bg-item-1 img {
    width: 240px;
  }
}
@media (max-width: 480px) {
  div.box-main_title .bg-item-1 img {
    width: 185px;
  }
}
@media (max-width: 375px) {
  div.box-main_title .bg-item-1 img {
    width: 172px;
  }
}
div.box-main_title .bg-item-2 {
  position: absolute;
  bottom: 194px;
  right: 10px;
  z-index: 2;
}
@media (max-width: 910px) {
  div.box-main_title .bg-item-2 {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  div.box-main_title .bg-item-2 {
    right: 50px;
  }
}
@media (max-width: 480px) {
  div.box-main_title .bg-item-2 {
    bottom: 20px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (max-width: 910px) {
  div.box-main_title .bg-item-2 img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  div.box-main_title .bg-item-2 img {
    width: 160px;
  }
}
@media (max-width: 480px) {
  div.box-main_title .bg-item-2 img {
    width: 124px;
  }
}
div.box-main_title .bg-item-3 {
  position: absolute;
  bottom: 214px;
  right: 20px;
  z-index: 2;
}
@media (max-width: 910px) {
  div.box-main_title .bg-item-3 {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  div.box-main_title .bg-item-3 {
    right: 50px;
  }
}
@media (max-width: 480px) {
  div.box-main_title .bg-item-3 {
    bottom: 20px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (max-width: 910px) {
  div.box-main_title .bg-item-3 img {
    width: 180px;
  }
}
@media (max-width: 767px) {
  div.box-main_title .bg-item-3 img {
    width: 166px;
  }
}
div.box-main_title .box-title {
  max-width: 540px;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
}
@media (max-width: 480px) {
  div.box-main_title .box-title {
    margin-bottom: 12px;
  }
}
div.box-main_title .box-title p {
  font-weight: 900;
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 910px) {
  div.box-main_title .box-title p {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  div.box-main_title .box-title p {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  div.box-main_title .box-title p {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  div.box-main_title .box-title p {
    font-size: 25px;
  }
}
div.box-main_title .box-description {
  max-width: 440px;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
@media (max-width: 480px) {
  div.box-main_title .box-description {
    margin-bottom: 25px;
  }
}
div.box-main_title .box-description p {
  font-size: 16px;
}
@media (max-width: 910px) {
  div.box-main_title .box-description p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  div.box-main_title .box-description p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  div.box-main_title .box-description p {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (max-width: 375px) {
  div.box-main_title .box-description p {
    font-size: 11px;
  }
}
div.box-main_title .blocks_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 35px;
  position: relative;
  z-index: 3;
}
@media (max-width: 480px) {
  div.box-main_title .blocks_wrap {
    margin-bottom: 20px;
  }
}
div.box-main_title .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 30px;
}
@media (max-width: 910px) {
  div.box-main_title .block {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  div.box-main_title .block {
    margin-right: 5px;
  }
}
div.box-main_title .block:last-child {
  margin-right: 0;
}
div.box-main_title .block i.block-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
@media (max-width: 480px) {
  div.box-main_title .block i.block-icon svg.icon-1 {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 375px) {
  div.box-main_title .block i.block-icon svg.icon-1 {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  div.box-main_title .block i.block-icon svg.icon-2 {
    width: 33px;
    height: 30px;
  }
}
@media (max-width: 375px) {
  div.box-main_title .block i.block-icon svg.icon-2 {
    width: 22px;
    height: 20px;
  }
}
div.box-main_title .block p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 910px) {
  div.box-main_title .block p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  div.box-main_title .block p {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  div.box-main_title .block p {
    font-size: 11px;
  }
}
div.box-main_title .block p.max-width-120 {
  max-width: 120px;
}
@media (max-width: 910px) {
  div.box-main_title .block p.max-width-120 {
    max-width: 110px;
  }
}
@media (max-width: 480px) {
  div.box-main_title .block p.max-width-120 {
    max-width: 100px;
  }
}
div.box-main_title .block p.max-width-190 {
  max-width: 190px;
}
@media (max-width: 910px) {
  div.box-main_title .block p.max-width-190 {
    max-width: 160px;
  }
}
@media (max-width: 480px) {
  div.box-main_title .block p.max-width-190 {
    max-width: 140px;
  }
}
div.box-main_title .box-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 3;
}
div.box-main_title .box-link a, div.box-main_title .box-link button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 43px;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0 35px;
  padding-top: 3px;
}
@media (max-width: 480px) {
  div.box-main_title .box-link a, div.box-main_title .box-link button {
    padding: 0 30px;
  }
}

div.box-advantages {
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 910px) {
  div.box-advantages {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  div.box-advantages {
    margin-bottom: 20px;
  }
}
div.box-advantages.mb0 {
  margin-bottom: 0;
}
div.box-advantages.mb55 {
  margin-bottom: 55px;
}
@media (max-width: 910px) {
  div.box-advantages.mb55 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  div.box-advantages.mb55 {
    margin-bottom: 20px;
  }
}
div.box-advantages .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 910px) {
  div.box-advantages .box-wrap {
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  div.box-advantages .box-wrap {
    padding-bottom: 15px;
  }
}
div.box-advantages .box-wrap.pb0 {
  padding-bottom: 0;
}
div.box-advantages .bg-circle-position {
  bottom: -170px;
  left: -85px;
}
@media (max-width: 910px) {
  div.box-advantages .bg-circle-position {
    left: 10px;
  }
}
@media (max-width: 767px) {
  div.box-advantages .bg-circle-position {
    display: none;
  }
}
div.box-advantages .box-title {
  margin-bottom: 25px;
}
@media (max-width: 910px) {
  div.box-advantages .box-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  div.box-advantages .box-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  div.box-advantages .box-title {
    margin-bottom: 10px;
  }
}
div.box-advantages .box-title p {
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 910px) {
  div.box-advantages .box-title p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  div.box-advantages .box-title p {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  div.box-advantages .box-title p {
    font-size: 20px;
  }
}
div.box-advantages .box-description {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  div.box-advantages .box-description {
    margin-bottom: 20px;
  }
}
div.box-advantages .box-description p {
  text-align: center;
}
@media (max-width: 910px) {
  div.box-advantages .box-description p {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  div.box-advantages .box-description p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  div.box-advantages .box-description p {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  div.box-advantages .box-description p {
    font-size: 11px;
  }
}
div.box-advantages .blocks_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding-bottom: 15px;
  margin: -10px;
}
@media (max-width: 480px) {
  div.box-advantages .blocks_wrap {
    margin: 0;
  }
}
div.box-advantages .blocks_wrap.items-2 .block {
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  div.box-advantages .blocks_wrap.items-2 .block {
    width: calc(100% - 20px);
  }
}
@media (max-width: 480px) {
  div.box-advantages .blocks_wrap.items-2 .block {
    width: 100%;
  }
}
div.box-advantages .blocks_wrap.items-3 .block {
  width: calc(33.33% - 20px);
}
@media (max-width: 910px) {
  div.box-advantages .blocks_wrap.items-3 .block {
    width: calc(100% - 20px);
  }
}
@media (max-width: 480px) {
  div.box-advantages .blocks_wrap.items-3 .block {
    width: 100%;
  }
}
div.box-advantages .block {
  width: calc(100% - 20px);
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin: 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  div.box-advantages .block {
    margin: 0;
    margin-bottom: 20px;
  }
  div.box-advantages .block:last-child {
    margin-bottom: 0;
  }
}
div.box-advantages .block.car {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  div.box-advantages .block.car {
    display: none;
  }
}
div.box-advantages .block.car img {
  position: absolute;
  bottom: -61px;
  right: -18px;
}
@media (max-width: 910px) {
  div.box-advantages .block.car img {
    width: 400px;
    bottom: -50px;
  }
}
div.box-advantages .block .block-title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
div.box-advantages .block .block-title_wrap:last-child {
  margin-bottom: 0;
}
div.box-advantages .block i.block-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(54, 147, 202, 0.1);
  margin-right: 25px;
  position: relative;
}
div.box-advantages .block i.block-icon:after {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50%;
  background: rgba(54, 147, 202, 0.05);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
div.box-advantages .block i.block-icon svg {
  fill: #3693CA;
}
div.box-advantages .block .block-title {
  max-width: 200px;
}
div.box-advantages .block .block-title p {
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 480px) {
  div.box-advantages .block .block-title p {
    font-size: 20px;
  }
}
div.box-advantages .block .block-description p {
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 13px;
}
@media (max-width: 375px) {
  div.box-advantages .block .block-description p {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
div.box-advantages .block .block-description p:last-child {
  margin-bottom: 0;
}
div.box-advantages .block .block-list ul li {
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 13px;
}
@media (max-width: 375px) {
  div.box-advantages .block .block-list ul li {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
div.box-advantages .block .block-list ul li:last-child {
  margin-bottom: 0;
}
div.box-advantages .block .block-list ul li:before {
  content: "• ";
}

div.box-assessment {
  margin-bottom: 70px;
}
@media (max-width: 910px) {
  div.box-assessment {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  div.box-assessment {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  div.box-assessment {
    margin-bottom: 30px;
  }
}
div.box-assessment .box-title {
  margin-bottom: 35px;
}
@media (max-width: 910px) {
  div.box-assessment .box-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  div.box-assessment .box-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  div.box-assessment .box-title {
    margin-bottom: 15px;
  }
}
div.box-assessment .box-title p {
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 910px) {
  div.box-assessment .box-title p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  div.box-assessment .box-title p {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  div.box-assessment .box-title p {
    font-size: 20px;
  }
}
div.box-assessment .blocks_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  div.box-assessment .blocks_wrap {
    margin: 0;
    margin-bottom: 25px;
  }
}
div.box-assessment .blocks_wrap:last-child {
  margin: -10px;
}
@media (max-width: 767px) {
  div.box-assessment .blocks_wrap:last-child {
    margin: 0;
  }
}
div.box-assessment .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(50% - 20px);
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  div.box-assessment .block {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  div.box-assessment .block:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  div.box-assessment .block {
    padding: 20px 10px;
  }
}
div.box-assessment .block .block-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
}
@media (max-width: 910px) {
  div.box-assessment .block .block-img {
    width: 130px;
  }
}
@media (max-width: 767px) {
  div.box-assessment .block .block-img {
    width: 200px;
  }
}
@media (max-width: 480px) {
  div.box-assessment .block .block-img {
    width: 120px;
    margin-right: 10px;
  }
}
@media (max-width: 375px) {
  div.box-assessment .block .block-img {
    width: 100px;
  }
}
div.box-assessment .block .block-img img {
  width: 100%;
  height: auto;
}
div.box-assessment .block .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 16px 20px 20px 20px;
}
@media (max-width: 480px) {
  div.box-assessment .block .block-content {
    padding: 0;
  }
}
div.box-assessment .block .block-name {
  margin-bottom: 10px;
}
div.box-assessment .block .block-name p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #3693CA;
}
@media (max-width: 375px) {
  div.box-assessment .block .block-name p {
    font-size: 14px;
  }
}
div.box-assessment .block ul.block-info {
  margin-bottom: 12px;
}
div.box-assessment .block ul.block-info li {
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 375px) {
  div.box-assessment .block ul.block-info li {
    font-size: 11px;
  }
}
div.box-assessment .block ul.block-price {
  width: 100%;
}
div.box-assessment .block ul.block-price li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 30px;
  background: #F3F4F5;
  border-radius: 5px;
  padding: 0 10px;
  margin-bottom: 10px;
}
div.box-assessment .block ul.block-price li:last-child {
  margin-bottom: 0;
}
div.box-assessment .block ul.block-price li span {
  font-size: 12px;
  line-height: 1.2;
}
@media (max-width: 375px) {
  div.box-assessment .block ul.block-price li span {
    font-size: 11px;
  }
}
div.box-assessment .block ul.block-price li.color {
  background: #F55423;
}
div.box-assessment .block ul.block-price li.color span {
  color: #fff;
}
div.box-assessment .more_blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.box-assessment .more_blocks a, div.box-assessment .more_blocks button {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.1;
  color: #F55423;
  text-align: center;
  text-decoration: underline;
}
div.box-assessment .more_blocks a:hover, div.box-assessment .more_blocks button:hover {
  color: #3693CA;
}

div.box-reviews {
  margin-bottom: 50px;
}
@media (max-width: 910px) {
  div.box-reviews {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  div.box-reviews {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  div.box-reviews {
    margin-bottom: 20px;
  }
}
div.box-reviews:last-child {
  margin-bottom: 0;
}
div.box-reviews .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
div.box-reviews .box-title {
  margin-bottom: 25px;
}
@media (max-width: 910px) {
  div.box-reviews .box-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  div.box-reviews .box-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  div.box-reviews .box-title {
    margin-bottom: 10px;
  }
}
div.box-reviews .box-title.mb35 {
  margin-bottom: 35px;
}
@media (max-width: 910px) {
  div.box-reviews .box-title.mb35 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  div.box-reviews .box-title.mb35 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  div.box-reviews .box-title.mb35 {
    margin-bottom: 15px;
  }
}
div.box-reviews .box-title p {
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 910px) {
  div.box-reviews .box-title p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  div.box-reviews .box-title p {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  div.box-reviews .box-title p {
    font-size: 20px;
  }
}
div.box-reviews .box-description {
  margin-bottom: 30px;
}
@media (max-width: 910px) {
  div.box-reviews .box-description {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  div.box-reviews .box-description {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  div.box-reviews .box-description {
    margin-bottom: 15px;
  }
}
div.box-reviews .box-description p {
  text-align: center;
}
@media (max-width: 910px) {
  div.box-reviews .box-description p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  div.box-reviews .box-description p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  div.box-reviews .box-description p {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  div.box-reviews .box-description p {
    font-size: 11px;
  }
}
div.box-reviews .blocks_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
  margin-bottom: 25px;
}
@media (max-width: 910px) {
  div.box-reviews .blocks_wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  div.box-reviews .blocks_wrap {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  div.box-reviews .blocks_wrap {
    margin-bottom: 5px;
  }
}
div.box-reviews .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(50% - 20px);
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-right: 30px;
  margin: 10px;
  position: relative;
}
@media (max-width: 767px) {
  div.box-reviews .block {
    width: calc(100% - 20px);
  }
}
div.box-reviews .block i.icon-quotes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
div.box-reviews .block .block-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(54, 147, 202, 0.1);
  padding: 5px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
div.box-reviews .block .block-img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
div.box-reviews .block .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 1;
}
div.box-reviews .block .block-name {
  margin-bottom: 10px;
}
div.box-reviews .block .block-name p {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.1;
  color: #3693CA;
}
div.box-reviews .block .block-price {
  margin-bottom: 10px;
}
div.box-reviews .block .block-price p {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.1;
  color: #1B2628;
}
div.box-reviews .block .block-description p {
  font-size: 12px;
  line-height: 1.1;
  /* font-style: italic; */
}
div.box-reviews .more_blocks a, div.box-reviews .more_blocks button {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.1;
  color: #F55423;
  text-align: center;
  text-decoration: underline;
}
div.box-reviews .more_blocks a:hover, div.box-reviews .more_blocks button:hover {
  color: #3693CA;
}

div.box-steps {
  background: #F3F4F5;
  overflow: hidden;
}
div.box-steps.mb50 {
  margin-bottom: 50px;
}
@media (max-width: 910px) {
  div.box-steps.mb50 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  div.box-steps.mb50 {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  div.box-steps.mb50 {
    margin-bottom: 20px;
  }
}
div.box-steps .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px 0;
  position: relative;
}
@media (max-width: 767px) {
  div.box-steps .box-wrap {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  div.box-steps .box-wrap {
    padding: 20px 0;
  }
}
div.box-steps .bg-circle-position {
  z-index: 0;
}
@media (max-width: 910px) {
  div.box-steps .bg-circle-position {
    display: none;
  }
}
div.box-steps .bg-circle-position.position-1 {
  top: 282px;
  left: -190px;
}
div.box-steps .bg-circle-position.position-2 {
  bottom: -243px;
  right: -670px;
}
div.box-steps .blocks_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 910px) {
  div.box-steps .blocks_wrap {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  div.box-steps .blocks_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  div.box-steps .blocks_wrap {
    margin-bottom: 20px;
  }
}
div.box-steps .blocks_wrap.mb15 {
  margin-bottom: 15px;
}
@media (max-width: 910px) {
  div.box-steps .blocks_wrap.mb15 {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  div.box-steps .blocks_wrap.mb15 {
    margin-bottom: 10px;
  }
}
div.box-steps .blocks_wrap:last-child {
  margin-bottom: 0;
}
div.box-steps .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 300px;
  height: 230px;
  background: url(images/steps-bg.svg) center center no-repeat;
  background-size: contain;
  padding-top: 35px;
  position: relative;
}
@media (max-width: 910px) {
  div.box-steps .block {
    margin-right: -50px;
  }
}
@media (max-width: 767px) {
  div.box-steps .block {
    margin-right: 0;
    margin-bottom: -15px;
  }
}
div.box-steps .block:after {
  content: "";
  display: block;
  width: 23px;
  height: 200px;
  background: url(images/steps-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
div.box-steps .block .block-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  background: #F55423;
  margin-bottom: 12px;
}
div.box-steps .block .block-number p {
  font-weight: 900;
  font-size: 16px;
  line-height: 0.8;
  text-align: center;
}
div.box-steps .block .block-title {
  margin-bottom: 12px;
}
div.box-steps .block .block-title p {
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}
div.box-steps .block .block-description {
  max-width: 202px;
}
div.box-steps .block .block-description p {
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
}
div.box-steps .box-title {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 910px) {
  div.box-steps .box-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  div.box-steps .box-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  div.box-steps .box-title {
    margin-bottom: 5px;
  }
}
div.box-steps .box-title.mb25 {
  margin-bottom: 25px;
}
@media (max-width: 910px) {
  div.box-steps .box-title.mb25 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  div.box-steps .box-title.mb25 {
    margin-bottom: 10px;
  }
}
div.box-steps .box-title p {
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 910px) {
  div.box-steps .box-title p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  div.box-steps .box-title p {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  div.box-steps .box-title p {
    font-size: 20px;
  }
}
div.box-steps .box-description {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
div.box-steps .box-description:last-child {
  margin-bottom: 0;
}
div.box-steps .box-description p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 910px) {
  div.box-steps .box-description p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  div.box-steps .box-description p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  div.box-steps .box-description p {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  div.box-steps .box-description p {
    font-size: 11px;
  }
}
div.box-steps .box-description p:last-child {
  margin-bottom: 0;
}
div.box-steps .box-note {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
div.box-steps .box-note:last-child {
  margin-bottom: 0;
}
div.box-steps .box-note p {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

div.box-faq {
  margin-bottom: 50px;
}
@media (max-width: 910px) {
  div.box-faq {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  div.box-faq {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  div.box-faq {
    margin-bottom: 20px;
  }
}
div.box-faq:last-child {
  margin-bottom: 0;
}
div.box-faq .box-wrap .box-title {
  margin-bottom: 25px;
}
@media (max-width: 910px) {
  div.box-faq .box-wrap .box-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  div.box-faq .box-wrap .box-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  div.box-faq .box-wrap .box-title {
    margin-bottom: 10px;
  }
}
div.box-faq .box-wrap .box-title.mb35 {
  margin-bottom: 35px;
}
@media (max-width: 910px) {
  div.box-faq .box-wrap .box-title.mb35 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  div.box-faq .box-wrap .box-title.mb35 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  div.box-faq .box-wrap .box-title.mb35 {
    margin-bottom: 15px;
  }
}
div.box-faq .box-wrap .box-title p {
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 910px) {
  div.box-faq .box-wrap .box-title p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  div.box-faq .box-wrap .box-title p {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  div.box-faq .box-wrap .box-title p {
    font-size: 20px;
  }
}
div.box-faq .box-wrap .box-description {
  margin-bottom: 30px;
}
@media (max-width: 910px) {
  div.box-faq .box-wrap .box-description {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  div.box-faq .box-wrap .box-description {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  div.box-faq .box-wrap .box-description {
    margin-bottom: 15px;
  }
}
div.box-faq .box-wrap .box-description p {
  text-align: center;
}
@media (max-width: 910px) {
  div.box-faq .box-wrap .box-description p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  div.box-faq .box-wrap .box-description p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  div.box-faq .box-wrap .box-description p {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (max-width: 375px) {
  div.box-faq .box-wrap .box-description p {
    font-size: 11px;
  }
}
div.box-faq .box-wrap .block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
div.box-faq .box-wrap .block {
  border: 1px solid #E3E4E6;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 10px;
}
div.box-faq .box-wrap .block:last-child {
  margin-bottom: 0;
}
div.box-faq .box-wrap .block.active .block-head:after {
  -webkit-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
}
div.box-faq .box-wrap .block .block-head {
  padding: 20px 60px 20px 30px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 910px) {
  div.box-faq .box-wrap .block .block-head {
    padding: 15px 55px 15px 20px;
  }
}
div.box-faq .box-wrap .block .block-head p {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  div.box-faq .box-wrap .block .block-head p {
    font-size: 13px;
    line-height: 1.2;
  }
}
div.box-faq .box-wrap .block .block-head:after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background: url(images/icons/faq-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
div.box-faq .box-wrap .block .block-content {
  display: none;
  padding: 0 30px 20px 30px;
  margin-top: -10px;
}
@media (max-width: 910px) {
  div.box-faq .box-wrap .block .block-content {
    padding: 0 20px 15px 20px;
    margin-top: -5px;
  }
}
div.box-faq .box-wrap .block .block-content p {
  font-size: 14px;
}
@media (max-width: 480px) {
  div.box-faq .box-wrap .block .block-content p {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (max-width: 375px) {
  div.box-faq .box-wrap .block .block-content p {
    font-size: 11px;
  }
}

div.page-breadcrumbs {
  border-bottom: 1px solid #E3E4E6;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  div.page-breadcrumbs {
    margin-bottom: 20px;
  }
}
@media (max-width: 375px) {
  div.page-breadcrumbs {
    display: none;
  }
}
div.page-breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
}
div.page-breadcrumbs ul li {
  font-size: 12px;
  line-height: 1.2;
}
div.page-breadcrumbs ul li:after {
  content: ">";
  color: #F55423;
  margin: 0 5px;
}
div.page-breadcrumbs ul li:last-child:after {
  display: none;
}
div.page-breadcrumbs ul li a {
  color: #B1B2B4;
}
div.page-breadcrumbs ul li a:hover {
  color: #F55423;
}

main {
  padding: 40px 0;
}
main.page-home {
  padding: 0;
}
main.page-home .form-1 {
  margin-top: -144px;
  margin-bottom: 60px;
}
@media (max-width: 910px) {
  main.page-home .form-1 {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main.page-home .form-1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  main.page-home .form-1 {
    margin-bottom: 20px;
  }
}
main.page-home .box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 65px;
}
@media (max-width: 910px) {
  main.page-home .box-1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main.page-home .box-1 {
	display:none;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-1 {
    margin-bottom: 20px;
  }
}
main.page-home .box-1 .box-title {
  max-width: 700px;
  padding: 0 15px;
  margin-bottom: 35px;
}
@media (max-width: 910px) {
  main.page-home .box-1 .box-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main.page-home .box-1 .box-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-1 .box-title {
    margin-bottom: 20px;
  }
}
main.page-home .box-1 .box-title p {
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 910px) {
  main.page-home .box-1 .box-title p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  main.page-home .box-1 .box-title p {
    font-size: 25px;
  }
}
main.page-home .box-1 .box-nav {
  width: 100%;
}
main.page-home .box-1 .box-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: counter;
}
main.page-home .box-1 .box-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
  height: 100px;
  background: #F7F8FA;
  padding-left: 60px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  counter-increment: counter;
}
@media (max-width: 1200px) {
  main.page-home .box-1 .box-nav ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  main.page-home .box-1 .box-nav ul li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 80px;
  }
}
main.page-home .box-1 .box-nav ul li:nth-child(2n) {
  background: #F2F3F5;
}
@media (max-width: 1200px) {
  main.page-home .box-1 .box-nav ul li:nth-child(2n) {
    background: #F7F8FA;
  }
}
@media (max-width: 480px) {
  main.page-home .box-1 .box-nav ul li:nth-child(2n) {
    background: #F2F3F5;
  }
}
@media (max-width: 1200px) {
  main.page-home .box-1 .box-nav ul li:nth-child(1) {
    background: #F2F3F5;
  }
}
@media (max-width: 480px) {
  main.page-home .box-1 .box-nav ul li:nth-child(1) {
    background: #F7F8FA;
  }
}
@media (max-width: 1200px) {
  main.page-home .box-1 .box-nav ul li:nth-child(4) {
    background: #F2F3F5;
  }
}
@media (max-width: 1200px) {
  main.page-home .box-1 .box-nav ul li:nth-child(5) {
    background: #F2F3F5;
  }
}
@media (max-width: 480px) {
  main.page-home .box-1 .box-nav ul li:nth-child(5) {
    background: #F7F8FA;
  }
}
main.page-home .box-1 .box-nav ul li:after {
  content: counter(counter,decimal-leading-zero);
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  color: #B1B2B4;
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 0;
}
@media (max-width: 1400px) {
  main.page-home .box-1 .box-nav ul li:after {
    left: 30px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-1 .box-nav ul li:after {
    font-size: 25px;
    left: 15px;
  }
}
main.page-home .box-1 .box-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
main.page-home .box-1 .box-nav ul li p {
  max-width: 180px;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
  z-index: 1;
  text-align: center;
}
@media (max-width: 1400px) {
  main.page-home .box-1 .box-nav ul li p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-1 .box-nav ul li p {
    max-width: 100%;
    font-size: 16px;
    margin-right: 15px;
  }
}
@media (max-width: 375px) {
  main.page-home .box-1 .box-nav ul li p {
    font-size: 14px;
  }
}
main.page-home .box-1 .box-nav ul li img {
  display: block;
  position: absolute;
  left: 30px;
  bottom: -23px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 480px) {
  main.page-home .box-1 .box-nav ul li img {
    left: 15px;
  }
}
main.page-home .box-1 .box-nav ul li:hover {
  background: #F55423;
  color: #fff;
  z-index: 1;
}
main.page-home .box-1 .box-nav ul li:hover:after {
  opacity: 0;
}
main.page-home .box-1 .box-nav ul li:hover img {
  bottom: -13px;
  opacity: 1;
}
main.page-home .box-2 {
  color: #fff;
  background: #43506B;
  margin-bottom: 65px;
  overflow: hidden;
}
@media (max-width: 910px) {
  main.page-home .box-2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main.page-home .box-2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-2 {
    margin-bottom: 20px;
  }
}
main.page-home .box-2:last-child {
  margin-bottom: 0;
}
main.page-home .box-2 .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  position: relative;
}
@media (max-width: 910px) {
  main.page-home .box-2 .box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  main.page-home .box-2 .box-wrap {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  main.page-home .box-2 .box-wrap {
    padding: 20px 0;
    padding-bottom: 0;
  }
}
@media (max-width: 910px) {
  main.page-home .box-2 .box-wrap > .bg-circle-position {
    display: none;
  }
}
main.page-home .box-2 .box-wrap > .bg-circle-position.position-1 {
  left: -410px;
  bottom: -170px;
}
main.page-home .box-2 .box-wrap > .bg-circle-position.position-2 {
  top: -260px;
  right: -650px;
}
main.page-home .box-2 .box-content {
  width: 100%;
}
@media (max-width: 910px) {
  main.page-home .box-2 .box-content {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-2 .box-content {
    margin-bottom: 20px;
  }
}
main.page-home .box-2 .box-content .box-title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  main.page-home .box-2 .box-content .box-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-2 .box-content .box-title {
    margin-bottom: 10px;
  }
}
main.page-home .box-2 .box-content .box-title:last-child {
  margin-bottom: 0;
}
main.page-home .box-2 .box-content .box-title p {
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
}
@media (max-width: 910px) {
  main.page-home .box-2 .box-content .box-title p {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  main.page-home .box-2 .box-content .box-title p {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-2 .box-content .box-title p {
    font-size: 20px;
  }
}
main.page-home .box-2 .box-content .box-description p {
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 910px) {
  main.page-home .box-2 .box-content .box-description p {
    font-size: 15px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  main.page-home .box-2 .box-content .box-description p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-2 .box-content .box-description p {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  main.page-home .box-2 .box-content .box-description p {
    font-size: 11px;
  }
}
main.page-home .box-2 form.box-form {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 500px;
  border-radius: 5px;
  background: #3693CA;
  -webkit-box-shadow: 0px 3px 0px #2D7BAA;
          box-shadow: 0px 3px 0px #2D7BAA;
  padding: 30px;
  margin-left: 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 910px) {
  main.page-home .box-2 form.box-form {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  main.page-home .box-2 form.box-form {
    width: calc(100% + 30px);
    border-radius: 0;
    padding: 20px 15px 30px 15px;
  }
}
@media (max-width: 767px) {
  main.page-home .box-2 form.box-form .bg-circle-position {
    display: none;
  }
}
main.page-home .box-2 form.box-form .bg-circle-position.position-1 {
  top: -23px;
  left: -73px;
}
main.page-home .box-2 form.box-form .bg-circle-position.position-2 {
  right: -60px;
  bottom: -145px;
}
main.page-home .box-2 form.box-form .form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  main.page-home .box-2 form.box-form .form-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-2 form.box-form .form-title {
    margin-bottom: 15px;
  }
}
main.page-home .box-2 form.box-form .form-title p {
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 910px) {
  main.page-home .box-2 form.box-form .form-title p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  main.page-home .box-2 form.box-form .form-title p {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-2 form.box-form .form-title p {
    font-size: 20px;
  }
}
main.page-home .box-2 form.box-form .fields_wrap {
  position: relative;
  z-index: 1;
}
main.page-home .box-3 {
  padding: 30px 0;
  margin-bottom: 65px;
}
@media (max-width: 910px) {
  main.page-home .box-3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main.page-home .box-3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-3 {
    padding: 20px 0 30px 0;
    margin-bottom: 20px;
  }
}
main.page-home .box-3 .box-title {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  main.page-home .box-3 .box-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-3 .box-title {
    margin-bottom: 10px;
  }
}
main.page-home .box-3 .box-title p {
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 910px) {
  main.page-home .box-3 .box-title p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  main.page-home .box-3 .box-title p {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-3 .box-title p {
    font-size: 20px;
  }
}
main.page-home .box-3 .box-description {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  main.page-home .box-3 .box-description {
    margin-bottom: 15px;
  }
}
main.page-home .box-3 .box-description p {
  text-align: center;
}
@media (max-width: 910px) {
  main.page-home .box-3 .box-description p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  main.page-home .box-3 .box-description p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-3 .box-description p {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (max-width: 375px) {
  main.page-home .box-3 .box-description p {
    font-size: 11px;
  }
}
main.page-home .box-4 {
  margin-bottom: 65px;
}
@media (max-width: 910px) {
  main.page-home .box-4 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main.page-home .box-4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-4 {
    margin-bottom: 20px;
  }
}
main.page-home .box-4 .box-wrap {
  position: relative;
}
@media (max-width: 910px) {
  main.page-home .box-4 .bg-circle-position {
    display: none;
  }
}
main.page-home .box-4 .bg-circle-position.position-1 {
  bottom: -10px;
  left: -150px;
}
main.page-home .box-4 .bg-circle-position.position-2 {
  right: -115px;
  top: 110px;
}
main.page-home .box-4 .box-title {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 910px) {
  main.page-home .box-4 .box-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main.page-home .box-4 .box-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-4 .box-title {
    margin-bottom: 10px;
  }
}
main.page-home .box-4 .box-title p {
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 910px) {
  main.page-home .box-4 .box-title p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  main.page-home .box-4 .box-title p {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-4 .box-title p {
    font-size: 20px;
  }
}
main.page-home .box-4 .box-description {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 910px) {
  main.page-home .box-4 .box-description {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  main.page-home .box-4 .box-description {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-4 .box-description {
    margin-bottom: 15px;
  }
}
main.page-home .box-4 .box-description p {
  text-align: center;
}
@media (max-width: 910px) {
  main.page-home .box-4 .box-description p {
    font-size: 15px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  main.page-home .box-4 .box-description p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  main.page-home .box-4 .box-description p {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (max-width: 375px) {
  main.page-home .box-4 .box-description p {
    font-size: 11px;
  }
}
main.page-home .box-4 .blocks_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
  position: relative;
  z-index: 1;
}
main.page-home .box-4 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(33.33% - 20px);
  color: #fff;
  border-radius: 5px;
  background: #3693CA;
  padding: 20px 30px;
  margin: 10px;
}
@media (max-width: 910px) {
  main.page-home .box-4 .block {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  main.page-home .box-4 .block {
    width: calc(100% - 20px);
  }
}
main.page-home .box-4 .block .block-content {
  margin-bottom: 15px;
}
main.page-home .box-4 .block .block-title {
  margin-bottom: 12px;
}
main.page-home .box-4 .block .block-title p {
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 910px) {
  main.page-home .box-4 .block .block-title p {
    font-size: 20px;
  }
}
main.page-home .box-4 .block .block-description {
  margin-bottom: 12px;
}
main.page-home .box-4 .block .block-description:last-child {
  margin-bottom: 0;
}
main.page-home .box-4 .block .block-description p {
  font-size: 12px;
  line-height: 1.1;
}
main.page-home .box-4 .block .block-link {
  width: 100%;
}
@media (max-width: 767px) {
  main.page-home .box-4 .block .block-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
main.page-home .box-4 .block .block-link a, main.page-home .box-4 .block .block-link button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 43px;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0 50px;
  padding-top: 3px;
}
@media (max-width: 767px) {
  main.page-home .box-4 .block .block-link a, main.page-home .box-4 .block .block-link button {
    width: auto;
  }
}
main.page-1, main.page-2, main.page-3 {
  padding: 0;
}
main.page-1 .form-1, main.page-2 .form-1, main.page-3 .form-1 {
  margin-top: -144px;
  margin-bottom: 60px;
}
@media (max-width: 910px) {
  main.page-1 .form-1, main.page-2 .form-1, main.page-3 .form-1 {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  main.page-1 .form-1, main.page-2 .form-1, main.page-3 .form-1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  main.page-1 .form-1, main.page-2 .form-1, main.page-3 .form-1 {
    margin-bottom: 20px;
  }
}
main.page-news {
  padding: 30px 0 60px 0;
}
@media (max-width: 767px) {
  main.page-news {
    padding: 30px 0 40px 0;
  }
}
@media (max-width: 480px) {
  main.page-news {
    padding: 25px 0 30px 0;
  }
}
main.page-news .main-title {
  border-bottom: 1px solid #E3E4E6;
  padding-bottom: 35px;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  main.page-news .main-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
main.page-news .main-title:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
main.page-news .main-title p {
  font-weight: 900;
  font-size: 35px;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 910px) {
  main.page-news .main-title p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  main.page-news .main-title p {
    font-size: 25px;
  }
}
main.page-news .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
main.page-news .box .box-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  main.page-news .box .box-sorting {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
main.page-news .box .box-sorting:last-child {
  margin-bottom: 0;
}
main.page-news .box .box-sorting ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.page-news .box .box-sorting ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main.page-news .box .box-sorting ul li a {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 375px) {
  main.page-news .box .box-sorting ul li a {
    font-size: 12px;
  }
}
main.page-news .box .box-sorting ul li.active a {
  color: #B1B2B4;
}
@media (max-width: 767px) {
  main.page-news .box .box-sorting ul.style-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
main.page-news .box .box-sorting ul.style-1 li {
  margin-right: 30px;
}
main.page-news .box .box-sorting ul.style-1 li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  main.page-news .box .box-sorting ul.style-1 li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  main.page-news .box .box-sorting ul.style-1 li:last-child {
    margin-bottom: 0;
  }
}
main.page-news .box .box-sorting ul.style-1 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main.page-news .box .box-sorting ul.style-1 li a span {
  margin-right: 5px;
}
main.page-news .box .box-sorting ul.style-1 li a span:last-child {
  margin-right: 0;
}
main.page-news .box .box-sorting ul.style-1 li a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  main.page-news .box .box-sorting ul.style-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
main.page-news .box .box-sorting ul.style-2 li {
  border-right: 1px solid #1B2628;
  padding-right: 10px;
  margin-right: 10px;
}
@media (max-width: 480px) {
  main.page-news .box .box-sorting ul.style-2 li {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  main.page-news .box .box-sorting ul.style-2 li:last-child {
    margin-bottom: 0;
  }
}
main.page-news .box .box-sorting ul.style-2 li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
main.page-news .box .blocks_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  main.page-news .box .blocks_wrap {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  main.page-news .box .blocks_wrap {
    margin-bottom: 20px;
  }
}
main.page-news .box .blocks_wrap:last-child {
  margin-bottom: 0;
}
main.page-news .box .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  border: 1px solid #E3E4E6;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  padding-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  main.page-news .box .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  main.page-news .box .block {
    padding: 20px 10px;
    margin-bottom: 10px;
  }
}
main.page-news .box .block:last-child {
  margin-bottom: 0;
}
main.page-news .box .block a.block-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
main.page-news .box .block .block-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  main.page-news .box .block .block-img {
    margin-right: 0;
    margin-bottom: 17px;
  }
}
main.page-news .box .block .block-img img {
  width: 100%;
  height: auto;
}
main.page-news .box .block .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-left: 10px;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  main.page-news .box .block .block-content {
    padding-left: 0;
    padding-bottom: 0;
  }
}
main.page-news .box .block .block-date {
  margin-bottom: 5px;
}
main.page-news .box .block .block-date p {
  font-size: 14px;
  line-height: 1.2;
  color: #B1B2B4;
}
main.page-news .box .block .block-title {
  margin-bottom: 10px;
}
main.page-news .box .block .block-title p {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  main.page-news .box .block .block-title p {
    font-size: 20px;
  }
}
main.page-news .box .block .block-description p {
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  main.page-news .box .block .block-description p {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  main.page-news .box .block .block-description p {
    font-size: 11px;
  }
}
main.page-news .box .more_blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.page-news .box .more_blocks a, main.page-news .box .more_blocks button {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.1;
  color: #F55423;
  text-align: center;
  text-decoration: underline;
}
main.page-news .box .more_blocks a:hover, main.page-news .box .more_blocks button:hover {
  color: #3693CA;
}
main.page-stocks .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
@media (max-width: 767px) {
  main.page-stocks .box {
    margin: 0;
  }
}
main.page-stocks .box .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(50% - 20px);
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  margin: 10px;
}
@media (max-width: 767px) {
  main.page-stocks .box .block {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  main.page-stocks .box .block:last-child {
    margin-bottom: 0;
  }
}
main.page-stocks .box .block .block-content {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  main.page-stocks .box .block .block-content {
    margin-bottom: 20px;
  }
}
main.page-stocks .box .block .block-content:last-child {
  margin-bottom: 0;
}
main.page-stocks .box .block .block-title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}
main.page-stocks .box .block .block-title_wrap:last-child {
  margin-bottom: 0;
}
main.page-stocks .box .block i.block-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(54, 147, 202, 0.15);
  border: 5px solid rgba(54, 147, 202, 0.1);
  margin-right: 20px;
}
main.page-stocks .box .block .block-title p {
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 480px) {
  main.page-stocks .box .block .block-title p {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  main.page-stocks .box .block .block-title p {
    font-size: 18px;
  }
}
main.page-stocks .box .block ul.block-description {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  main.page-stocks .box .block ul.block-description {
    margin-bottom: 20px;
  }
}
main.page-stocks .box .block ul.block-description:last-child {
  margin-bottom: 0;
}
main.page-stocks .box .block ul.block-description li {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (max-width: 375px) {
  main.page-stocks .box .block ul.block-description li {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
main.page-stocks .box .block ul.block-description li:last-child {
  margin-bottom: 0;
}
main.page-stocks .box .block ul.block-description li b {
  font-weight: bold;
}
main.page-stocks .box .block .block-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main.page-stocks .box .block .block-link a, main.page-stocks .box .block .block-link button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 220px;
  height: 43px;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 0 30px;
  padding-top: 3px;
}
main.page-template {
  padding: 0 0 60px 0;
}
@media (max-width: 767px) {
  main.page-template {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  main.page-template {
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  main.page-template {
    padding-top: 25px;
  }
}
main.page-template .link_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  main.page-template .link_back {
    margin-bottom: 20px;
  }
}
main.page-template .link_back:last-child {
  margin-bottom: 0;
}
main.page-template .link_back a {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.1;
  color: #F55423;
}
main.page-template .link_back a:hover {
  color: #3693CA;
}
main.page-template .link_back a:before {
  content: "< ";
}
main.page-template .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 910px) {
  main.page-template .page-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main.page-template .page-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  main.page-template .page-title {
    margin-bottom: 20px;
  }
}
main.page-template .page-title:last-child {
  margin-bottom: 0;
}
main.page-template .page-title p {
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 910px) {
  main.page-template .page-title p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  main.page-template .page-title p {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  main.page-template .page-title p {
    font-size: 20px;
  }
}
main.page-template .box-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main.page-template .box-template .box-title {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  main.page-template .box-template .box-title {
    margin-bottom: 15px;
  }
}
main.page-template .box-template .box-title:last-child {
  margin-bottom: 0;
}
main.page-template .box-template .box-title p {
  font-weight: 900;
  font-size: 25px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  main.page-template .box-template .box-title p {
    line-height: 1;
  }
}
@media (max-width: 480px) {
  main.page-template .box-template .box-title p {
    font-size: 20px;
  }
}
main.page-template .box-template .box-img {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  main.page-template .box-template .box-img {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  main.page-template .box-template .box-img {
    margin-bottom: 15px;
  }
}
main.page-template .box-template .box-img:last-child {
  margin-bottom: 0;
}
main.page-template .box-template .box-img img {
  width: 100%;
  height: auto;
}
main.page-template .box-template .box-description {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  main.page-template .box-template .box-description {
    margin-bottom: 15px;
  }
}
main.page-template .box-template .box-description:last-child {
  margin-bottom: 0;
}
main.page-template .box-template .box-description .ql-align-center {
  text-align: center;
}
main.page-template .box-template .box-description .ql-align-left {
  text-align: left;
}
main.page-template .box-template .box-description .ql-align-right {
  text-align: right;
}
main.page-template .box-template .box-description .ql-align-justify {
  text-align: justify;
}
main.page-template .box-template .box-description strong {
  font-weight: bold;
}
main.page-template .box-template .box-description u {
  text-decoration: underline;
}
main.page-template .box-template .box-description em {
  font-style: italic;
}
main.page-template .box-template .box-description h1 {
  font-weight: 900;
  font-size: 25px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  main.page-template .box-template .box-description h1 {
    font-size: 16px;
    line-height: 1;
  }
}
main.page-template .box-template .box-description h2 {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  main.page-template .box-template .box-description h2 {
    font-size: 16px;
    line-height: 1;
  }
}
main.page-template .box-template .box-description h3 {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  main.page-template .box-template .box-description h3 {
    font-size: 16px;
    line-height: 1;
  }
}
main.page-template .box-template .box-description h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  main.page-template .box-template .box-description h4 {
    font-size: 16px;
    line-height: 1;
  }
}
main.page-template .box-template .box-description h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  main.page-template .box-template .box-description h5 {
    line-height: 1;
  }
}
main.page-template .box-template .box-description p, main.page-template .box-template .box-description li {
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  main.page-template .box-template .box-description p, main.page-template .box-template .box-description li {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  main.page-template .box-template .box-description p, main.page-template .box-template .box-description li {
    font-size: 11px;
  }
}
main.page-template .box-template .box-description ol {
  counter-reset: counter;
}
main.page-template .box-template .box-description ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  counter-increment: counter;
  margin-bottom: 10px;
}
main.page-template .box-template .box-description ol li:last-child {
  margin-bottom: 0;
}
main.page-template .box-template .box-description ol li:before {
  content: counter(counter) ".";
  margin-right: 5px;
}
main.page-template .box-template .box-description ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
main.page-template .box-template .box-description ul li:last-child {
  margin-bottom: 0;
}
main.page-template .box-template .box-description ul li:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3693CA;
  margin-top: 5px;
  margin-right: 8px;
}
main.page-template .box-template .box-description blockquote {
  font-size: 14px;
  line-height: 1.2;
  border-left: 4px solid #3693CA;
  background: #F7F8FA;
  padding: 15px;
  padding-left: 20px;
}
@media (max-width: 480px) {
  main.page-template .box-template .box-description blockquote {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  main.page-template .box-template .box-description blockquote {
    font-size: 11px;
  }
}
main.page-template .box-template .box-description h1, main.page-template .box-template .box-description h2, main.page-template .box-template .box-description h3, main.page-template .box-template .box-description h4, main.page-template .box-template .box-description h5, main.page-template .box-template .box-description h6, main.page-template .box-template .box-description p, main.page-template .box-template .box-description ol, main.page-template .box-template .box-description ul, main.page-template .box-template .box-description blockquote, main.page-template .box-template .box-description img {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  main.page-template .box-template .box-description h1, main.page-template .box-template .box-description h2, main.page-template .box-template .box-description h3, main.page-template .box-template .box-description h4, main.page-template .box-template .box-description h5, main.page-template .box-template .box-description h6, main.page-template .box-template .box-description p, main.page-template .box-template .box-description ol, main.page-template .box-template .box-description ul, main.page-template .box-template .box-description blockquote, main.page-template .box-template .box-description img {
    margin-bottom: 15px;
  }
}
main.page-template .box-template .box-description h1:last-child, main.page-template .box-template .box-description h2:last-child, main.page-template .box-template .box-description h3:last-child, main.page-template .box-template .box-description h4:last-child, main.page-template .box-template .box-description h5:last-child, main.page-template .box-template .box-description h6:last-child, main.page-template .box-template .box-description p:last-child, main.page-template .box-template .box-description ol:last-child, main.page-template .box-template .box-description ul:last-child, main.page-template .box-template .box-description blockquote:last-child, main.page-template .box-template .box-description img:last-child {
  margin-bottom: 0;
}
main.page-template .box-template .box-date p {
  font-size: 14px;
  line-height: 1.2;
  color: #B1B2B4;
}
@media (max-width: 480px) {
  main.page-template .box-template .box-date p {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  main.page-template .box-template .box-date p {
    font-size: 11px;
  }
}
main.page-template .box-template .box-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2px;
}
main.page-template .box-template .box-link a, main.page-template .box-template .box-link button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 43px;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 0 40px;
  padding-top: 3px;
  margin: 2px;
}

.fancybox-slide--html {
  padding: 15px;
}

div.modal_template {
  display: none;
}
div.modal_template button.fancybox-button.fancybox-close-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 4px;
}
div.modal_template.style-1 button.fancybox-button.fancybox-close-small svg path {
  fill: #fff;
}
div.modal_template.style-2 button.fancybox-button.fancybox-close-small svg path {
  fill: #B1B2B4;
}
div.modal_template.modal_callback {
  width: 100%;
  max-width: 320px;
  color: #fff;
  border-radius: 5px;
  background: #3693CA;
  -webkit-box-shadow: 0px 3px 0px #2D7BAA;
          box-shadow: 0px 3px 0px #2D7BAA;
  padding: 20px 15px;
}
div.modal_template.modal_callback .modal-title {
  width: 100%;
  margin-bottom: 25px;
}
div.modal_template.modal_callback .modal-title p {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}
div.modal_template.modal_callback .box-form .fields_wrap {
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
}
div.modal_template.modal_callback .box-form .fields_wrap input {
  margin: 0;
  margin-bottom: 15px;
}
div.modal_template.modal_callback .box-form .fields_wrap input:last-child {
  margin-bottom: 0;
}
div.modal_template.modal_callback .box-form .fields_wrap button.form-submit {
  margin: 0;
  margin-bottom: 15px;
}
div.modal_template.modal_callback .box-form .fields_wrap button.form-submit:last-child {
  margin-bottom: 0;
}
div.modal_template.modal_thanks {
  width: 100%;
  max-width: 320px;
  color: #1B2628;
  border-radius: 5px;
  background: #fff;
  padding: 30px 55px 40px 55px;
}
div.modal_template.modal_thanks .modal-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
div.modal_template.modal_thanks .modal-title p {
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #F55423;
}
div.modal_template.modal_thanks .modal-description {
  margin-bottom: 15px;
}
div.modal_template.modal_thanks .modal-description:last-child {
  margin-bottom: 0;
}
div.modal_template.modal_thanks .modal-description p {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #3693CA;
}
/* modal_langue */
div.modal_langue {
	width: 320px;
    background: #3693CA;
    box-shadow: 0px 3px 0px #2D7BAA;
    border-radius: 5px;
    padding: 43px 20px;
    padding-bottom: 10px;
}
div.modal_langue span.current_langue {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    font-weight: 900;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 10px 20px;
}
div.modal_langue form {
    margin-top: 19px;
    padding-left: 45px;
}
div.modal_langue form span.input {
	display:block;
    width: 100%;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin-bottom: 16px;
}
div.modal_langue form span.input input {
    opacity: 0;
    z-index: -1;
    width: 0;
    height: 0;
}
div.modal_langue form span.input label {
	position:relative;
	cursor:pointer;
}
div.modal_langue form span.input label:before {
    content: "";
    background: #FFFFFF;
    border: 1px solid #EDEEF0;
    border-radius: 100px;
    position: absolute;
    left: -25px;
    top: 2px;
    width: 14px;
    height: 14px;
}
div.modal_langue form span.input input:checked + label:after {
    content: "";
    background: #F55423;
    border-radius: 100px;
    position: absolute;
    left: -21px;
    top: 6px;
    width: 8px;
    height: 8px;
}
div.modal_langue button.fancybox-button.fancybox-close-small svg path {
    fill: #fff;
}


.telegram_icon_desktop {
  width:24px;
  height: 24px;
}

.header_telegram_mobile {
  display: none;
}

.header_telegram_mobile_flex {
  display: none;
}

@media (max-width: 768px) {
  .header_telegram {
    display: none;
  }
  .header_telegram_mobile {
    display: block;
    margin-right:20px;
  }
  .header_telegram_mobile_flex {
    display: block;
    flex: 1;
  }
  .telegram_icon_mobile {
    width: 24px;
    height:24px;
  }
}