/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

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, menu, 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, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.container-fluid {
  overflow-x: hidden;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
 
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:after, *:before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #606c76;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

.container {
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  width: 100%;
}

.row.row-no-padding {
  padding: 0;
}

.row.row-no-padding>.column {
  padding: 0;
}

.row.row-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.row-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.row-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row.row-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.row-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.row-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.row .column {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

.row .column.column-offset-10 {
  margin-left: 10%;
}

.row .column.column-offset-20 {
  margin-left: 20%;
}

.row .column.column-offset-25 {
  margin-left: 25%;
}

.row .column.column-offset-33, .row .column.column-offset-34 {
  margin-left: 33.3333%;
}

.row .column.column-offset-50 {
  margin-left: 50%;
}

.row .column.column-offset-66, .row .column.column-offset-67 {
  margin-left: 66.6666%;
}

.row .column.column-offset-75 {
  margin-left: 75%;
}

.row .column.column-offset-80 {
  margin-left: 80%;
}

.row .column.column-offset-90 {
  margin-left: 90%;
}

.row .column.column-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.row .column.column-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row .column.column-25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row .column.column-33, .row .column.column-34 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.row .column.column-40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.row .column.column-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row .column.column-60 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.row .column.column-66, .row .column.column-67 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.row .column.column-75 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.row .column.column-80 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.row .column.column-90 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}

.row .column .column-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.row .column .column-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.row .column .column-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media (min-width: 40rem) {
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -1rem;
    width: calc(100% + 2.0rem);
  }
  .row .column {
    margin-bottom: inherit;
    padding: 0 1rem;
  }
}

@font-face {
  font-family: "Robotoslabmedium";
  src: local("Robotoslabmedium"), local("Robotoslabmedium"), url(/fonts/Robotoslabmedium.woff2?aba706011eb5ddbd259f53c7cc11d72e) format("woff2"), url(/fonts/Robotoslabmedium.woff?1b42b9d6deb52a4caae81d92c76fa5c6) format("woff"), url(/fonts/Robotoslabmedium.ttf?36a1e1b84d738f41620df62aff245eb5) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Robotoslabbold";
  src: local("Robotoslabbold"), local("Robotoslabbold"), url(/fonts/Robotoslabbold.woff2?315eab9cd822d56cb34fe82401bab1a4) format("woff2"), url(/fonts/Robotoslabbold.woff?447f14270a034bf1f66cc54e58b7ca57) format("woff"), url(/fonts/Robotoslabbold.ttf?294ab4e6b49d5d7d53968ed5f1cfba6f) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Robotoslabregular";
  src: local("Robotoslabregular"), local("Robotoslabregular"), url(/fonts/Robotoslabregular.woff2?9c95d981c05264687ddd9678e47ba16b) format("woff2"), url(/fonts/Robotoslabregular.woff?5b85861ee04f8433e7b6f81d8b5d692b) format("woff"), url(/fonts/Robotoslabregular.ttf?e5f2a64118e3ad1ac42a22f1e5c928e6) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans"), local("NotoSans"), url(/fonts/notosans.woff2?0962fa669a3424cb430c1ee3326bb9d4) format("woff2"), url(/fonts/notosans.woff?d012d8a7fb5a569ef9230ba48718e487) format("woff"), url(/fonts/notosans.ttf?ea6a1cea3b198e70dcf49e6686ad43b8) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans Bold";
  src: local("Noto Sans Bold"), local("NotoSansBold"), url(/fonts/notosansbold.woff2?eb7b85ef1d50c70b9397db5f79082460) format("woff2"), url(/fonts/notosansbold.woff?a119eb44ace5fba97249264df97a9918) format("woff"), url(/fonts/notosansbold.ttf?e58326ad7be7af9573d976283dce8747) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto"), url(/fonts/Roboto.woff2?69eee0b43d46be3ad91ef75a76ea3959) format("woff2"), url(/fonts/Roboto.woff?58bf8e0bd1dd213bf745e9d748caf175) format("woff"), url(/fonts/Roboto.ttf?c613ca81d36649b260700f3335d8f579) format("truetype");
  font-weight: 100;
  font-style: normal;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-center {
  text-align: center;
}

.text-decoration-none {
  text-decoration: none;
}

.text-white {
  color: #fff;
}

.border-bottom {
  border: 0;
  border-bottom: 1px solid black;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bg-white {
  background-color: #fff;
}

.white-line {
  border: 1px solid #FFFFFF;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-blue-bg {
  background: #3BB2FB;
}

.responsive-img {
  max-width: 100%;
  width: auto;
}

.border {
  border: 0.1rem solid #aaa;
}

.border-left-0 {
  border-left: 0;
}

.border-bottom-0 {
  border-bottom: 0;
}

.border-top-0 {
  border-top: 0;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center{
  justify-content: center;
}
.display-hidden {
  display: none;
}

.site-btn {
  background-color: #3BB2FB;
  color: #fff;
  cursor: pointer;
}

.site-btn:hover {
  background-color: #fff;
  color: #3BB2FB;
  border: 1px solid #3BB2FB;
}

.toggle-menu.display-hidden {
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 25px;
  height: 2px;
  background-color: #333;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.padding-top {
  padding-top: 80px;
}

.header {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 0;
}

.header .row {
  padding: 1.6rem 0;
}

.header .row .site-info .logo {
  width: 80px;
  height: 47px;
}

.header .row .site-info .site-name {
  padding-left: 10px;
}

.header .row .site-info .site-name h2 {
  font-family: Robotoslabmedium;
  font-size: 2.5rem;
  color: #3AB2FB;
  margin-bottom: 0;
  line-height: 2.5rem;
}

.header .row .site-info .site-name .country {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 8px;
}

.header .row .site-info .site-name p {
  font-size: 1.4rem;
  color: #383838;
}

.header .row ul.site-nav {
  list-style: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .row ul.site-nav li {
  padding: 1rem 0 0 3rem;
}

.header .row ul.site-nav a {
  font-family: "Roboto";
  font-size: 1.9rem;
  color: #000000;
}

.header .row ul.site-nav a:hover {
  color: #3BB2FB !important;
}

.header .row ul.site-nav a.phone-link {
  border: 1px solid #3AB2FB;
  padding: 7px 12px;
  color: #fff;
  border-radius: 19.5px;
}

.banner {
  background-size: 100% calc(100-80px);
  position: relative;
  z-index: 1;
  min-height: 60rem;
  padding-top: 80px;
  background-position-y: 80px;
  background-repeat: no-repeat;
  background-position-x: right;
}

.banner .row {
  min-height: 60rem;
  padding-top: 50px;
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 35%, #FFFFFF 65%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 35%, #FFFFFF 65%);
  color: #333333;
}

.banner .row h5 {
  font-family: Robotoslabregular;
  font-weight: 500;
  font-size: 2.5rem;
  color: #FFFFFF;
  background: #3BB2FB;
  display: inline-block;
  border-radius: 0px 23.5px 0px 0px;
  padding: 0px 30px 0 20px;
  margin-bottom: 40px;
}

.banner .row h3 {
  font-family: "Noto Sans Bold";
  font-size: 3.5rem;
  margin-bottom: 50px;
}

.banner .row .rus-box {
  border: 2px dashed #333333;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 35px;
  padding: 10px 30px;
}

.banner .row .rus-box p, .banner .row .rus-box h2 {
  font-family: "Noto Sans Bold";
  font-size: 20px;
  margin-bottom: 0;
}

.banner .row .rus-box h2 {
  font-weight: normal;
  font-size: 34px;
  margin-bottom: 0;
  line-height: 1.3;
}

.banner-contacts>a {
  -webkit-animation: pulse 1.5s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

.banner-contacts {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 2;
}

.banner-contacts svg {
  margin: 0 1.5rem;
}

.banner-gradient a, .middle-banner a.order-link, .right-blue-white a, .safe-block a {
  font-family: "Roboto";
  border-radius: 23.5px;
  padding: 10px 30px;
}

h2.block-title, h3.block-title {
  font-family: Robotoslabmedium;
  font-weight: 500;
  font-size: 46px;
  color: #3AB2FB;
  margin-top: 60px;
  margin-bottom: 20px;
}

h3.block-title {
  font-weight: 500;
  font-size: 35px;
  line-height: 46px;
  color: #333333;
  max-width: 782px;
  margin: 50px auto;
}

.site_counts {
  color: #333333;
}

.site_counts span {
  font-family: "Robotoslabbold";
  font-size: 60px;
}

.site_counts img {
  margin-top: 25px;
  margin-right: 10px;
  height: 90px;
}

.site_counts p {
  font-family: "Noto Sans";
  font-weight: normal;
  font-size: 14px;
  max-width: 15.5rem;
  padding: 0;
}

.middle-banner {
  /*background-image: url(/images/midBanner.png?15cfe749629b7862c72840490c3804e3);*/
  background-repeat: no-repeat;
  font-family: "Noto Sans";
  padding-top: 2rem;
  background-position-x: 100px;
  font-style: normal;
}

.middle-banner img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.middle-banner h5 {
  font-family: "Noto Sans Bold";
  font-size: 20px;
  color: #333333;
}

.middle-banner p {
  font-weight: normal;
  font-size: 1.6rem;
  color: #828282;
  padding-top: 0.5rem;
  max-width: 29rem;
  margin-bottom: 3rem;
  min-width: 29rem;
}

.middle-banner .mid-img {
  min-width: 9rem;
  padding-top: 1rem;
}

.last-middle-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.middle-banner a.order-link {
  margin-top: 0 0 0 10rem;
}

.blue-block {
  /*background: url(/images/blue-banner.png?c2ff6eaf8b018f13a2479c0dd60bf1dc);*/
  min-height: 5.4rem;
  padding: 3rem;
  background-color: #3BB2FB;
}

.blue-block hr.white-line {
  margin: 25px 0;
  max-width: 700px;
}

.blue-block a.home-order-links {
  padding: 1rem 1.5rem;
  border: 0.1rem dashed #FFFFFF;
  box-sizing: border-box;
  border-radius: 1.1rem;
  font-family: "Noto Sans Bold";
  font-size: 2rem;
  min-width: 35rem;
  display: inline-block;
  margin: 0 1rem 0 0;
}

.blue-block a.home-order-links svg {
  padding: 0.5rem 0 0 0;
}

.blue-block a.home-order-links:hover, .blue-block a.home-order-links.active {
  background-color: #fff;
  color: #3BB2FB;
}

.blue-block a.home-order-links:hover svg path, .blue-block a.home-order-links.active svg path {
  fill: #3BB2FB;
}

.blue-small {
  margin: 2.5rem 2.5rem 0rem 0rem;
  padding: 1.5rem 1.5rem 1rem 1rem;
  border: 1px dashed #FFFFFF;
  box-sizing: border-box;
  border-radius: 1.1rem;
  width: 16rem;
}

.blue-small:hover, .blue-small.active {
  background-color: #fff;
  cursor: pointer;
  color: #3BB2FB;
}

.blue-small:hover svg path, .blue-small.active svg path {
  fill: #3BB2FB;
}

.blue-small .blue-small-img {
  max-width: 6rem;
  min-height: 6rem;
  margin: 0 auto;
}

.blue-small h3 {
  font-family: "Noto Sans Bold";
  font-size: 2rem;
  line-height: 1.3;
}

.blue-small p {
  font-family: "Noto Sans";
  font-size: 1.4rem;
  line-height: 1.3;
}

.right-blue-white.bg-white {
  padding: 3.5rem;
  border-radius: 3rem;
  max-width: 37rem;
  color: #333333;
}

.right-blue-white.bg-white h5 {
  margin-top: 2rem;
  font-family: "Noto Sans Bold";
  font-size: 16px;
  /* display: none; */
}

.right-blue-white.bg-white h3 {
  font-family: "Robotoslabmedium";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
}

.right-blue-white.bg-white p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

.right-blue-white.bg-white p.from-number {
  font-family: "Robotoslabbold";
  font-size: 30px;
  margin-bottom: 1rem;
}

.right-blue-white.bg-white p.from-number span {
  font-size: 6rem;
}

.safe-block {
  color: #333333;
  padding-top: 10rem;
}

.safe-block h3 {
  font-family: "Robotoslabmedium";
  font-style: normal;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 3rem;
  margin-top: 1rem;
}

.safe-block p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}

.safe-block svg {
  min-width: 3rem;
  margin-right: 1rem;
  margin-top: 0.2rem;
}

.pictures h3, .pictures a, .pictures h4 {
  font-family: "Noto Sans Bold";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #FFFFFF;
  text-transform: uppercase;
}

.pictures a {
  width: 100%;
  padding: 1.75rem 0rem 1.75rem 1rem;
  border-right: 1px solid #fff;
}

.pictures a:hover {
  text-decoration: underline;
}

.pictures .first {
  background-image: -webkit-linear-gradient(78.05deg, #000000 0.36%, rgba(0, 0, 0, 0) 100.11%);
  background-image: linear-gradient(11.95deg, #000000 0.36%, rgba(0, 0, 0, 0) 100.11%);
  min-height: 47rem;
  width: 100%;
  max-width: initial;
  position: relative;
  z-index: 0;
  font-size: 23px;
  line-height: 31px;
}

.pictures .first h3 {
  bottom: 105px;
  left: 30px;
}

.pictures .first a {
  padding: 27px 0 27px 2rem;
  background-color: #3BB2FB;
}

.pictures .second {
  background-image: -webkit-linear-gradient(78.05deg, #000000 0.36%, rgba(0, 0, 0, 0) 100.11%);
  background-image: linear-gradient(11.95deg, #000000 0.36%, rgba(0, 0, 0, 0) 100.11%);
  position: relative;
  z-index: 0;
  min-height: 23rem;
  width: 100%;
  max-width: initial;
}

.pictures .fourth {
  background-image: -webkit-linear-gradient(78.05deg, #000000 0.36%, rgba(0, 0, 0, 0) 100.11%);
  background-image: linear-gradient(11.95deg, #000000 0.36%, rgba(0, 0, 0, 0) 100.11%);
  position: relative;
  z-index: 0;
  min-height: 24rem;
  width: 30rem;
  width: 100%;
  max-width: initial;
}

.pictures .third {
  background-image: -webkit-linear-gradient(78.05deg, #000000 0.36%, rgba(0, 0, 0, 0) 100.11%);
  background-image: linear-gradient(11.95deg, #000000 0.36%, rgba(0, 0, 0, 0) 100.11%);
  position: relative;
  z-index: 0;
  min-height: 24rem;
  width: 30rem;
  width: 100%;
  max-width: initial;
}

.partners h3 {
  margin-bottom: 3rem;
}

.partners .column {
  border-color: #E8E8E8;
  border-left: 0;
  border-bottom: 0;
}

.partners .column:nth-of-type(1), .partners .column:nth-of-type(2), .partners .column:nth-of-type(3) {
  border-top: 0;
}

.partners .column:nth-of-type(3), .partners .column:nth-of-type(6) {
  border-right: 0;
}

/* .partners .column:nth-child(3) {
  border-right: 0;
} */

.partners .column .logos a {
  cursor: default;
}

.partners .column .logos {
  margin: 10px 0;
  min-height: 10rem;
  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;
}

.feedbacks .feedback {
  padding: 2.5rem 1.5rem;
  border-radius: 1.6rem;
  font-family: "Noto Sans";
  font-size: 1.4rem;
  line-height: 1.9rem;
  border: 1px solid #CCCCCC;
  color: #333333;
  margin-bottom: 2rem;
  cursor: default !important;
  background: #F9F9F9 right bottom url("data:image/svg+xml;utf8,<svg width='75' height='65' viewBox='0 0 75 65' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.0168435 46.9161C0.0168435 46.9242 0.0159546 46.9324 0.0159546 46.9405C0.0159538 56.8008 8.00911 64.7939 17.8694 64.7939C27.7297 64.7939 35.7227 56.8009 35.7227 46.9405C35.7228 37.08 27.7289 29.087 17.8693 29.087C15.8428 29.087 13.903 29.4403 12.088 30.0627C16.1047 7.01988 34.0738 -7.84035 17.4167 4.38994C-1.05373 17.9519 -0.00382453 46.3957 0.0168435 46.9161Z' fill='rgb(232,232,232)'/><path d='M57.1465 29.0867C55.1201 29.0867 53.1803 29.4399 51.3644 30.0623C55.3821 7.01953 73.3512 -7.84069 56.6939 4.38959C38.2235 17.9515 39.2733 46.3952 39.2941 46.9156C39.2941 46.9237 39.2932 46.9319 39.2932 46.94C39.2932 56.8003 47.2862 64.7935 57.1465 64.7935C67.007 64.7935 75 56.8005 75 46.94C75 37.0795 67.0061 29.0867 57.1465 29.0867Z' fill='rgb(232,232,232)'/></svg>") no-repeat;
}

.feedbacks .feedback img {
  max-width: 5rem;
  border-radius: 2.5rem;
}

.feedbacks .feedback h3 {
  font-family: "Noto Sans Bold";
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.feedbacks .feedback h4 {
  color: #828282;
}

.feedbacks .feedback .text {
  padding-left: 1rem;
}

.feedbacks .feedback:hover {
  background-color: #3BB2FB;
  color: white;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg width='75' height='65' viewBox='0 0 75 65' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.0168435 46.9161C0.0168435 46.9242 0.0159546 46.9324 0.0159546 46.9405C0.0159538 56.8008 8.00911 64.7939 17.8694 64.7939C27.7297 64.7939 35.7227 56.8009 35.7227 46.9405C35.7228 37.08 27.7289 29.087 17.8693 29.087C15.8428 29.087 13.903 29.4403 12.088 30.0627C16.1047 7.01988 34.0738 -7.84035 17.4167 4.38994C-1.05373 17.9519 -0.00382453 46.3957 0.0168435 46.9161Z' fill='rgba(255, 255, 255, 0.5)'/><path d='M57.1465 29.0867C55.1201 29.0867 53.1803 29.4399 51.3644 30.0623C55.3821 7.01953 73.3512 -7.84069 56.6939 4.38959C38.2235 17.9515 39.2733 46.3952 39.2941 46.9156C39.2941 46.9237 39.2932 46.9319 39.2932 46.94C39.2932 56.8003 47.2862 64.7935 57.1465 64.7935C67.007 64.7935 75 56.8005 75 46.94C75 37.0795 67.0061 29.0867 57.1465 29.0867Z' fill='rgba(255, 255, 255, 0.5)'/></svg>");
}

.feedbacks .feedback:hover h4 {
  color: #fff;
}

.feedbacks a {
  border: 1px solid #3AB2FB;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 16px;
  color: #3AB2FB;
  cursor: pointer;
  padding: 1rem 3rem;
}

.feedbacks a:hover {
  background-color: #3AB2FB;
  color: #fff;
}

.feedbacks .owl-dots {
  text-align: center;
}

.feedbacks .owl-dots button.owl-dot {
  border: 1px solid #3AB2FB;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  outline: 0;
  margin: 0 0.5rem;
}

.feedbacks .owl-dots button.owl-dot:hover, .feedbacks .owl-dots button.owl-dot.active {
  background-color: #3AB2FB;
}

.last-blue {
  /*background: url(/images/last-banner.jpg?4e733c1e63c9dab68514ef848aea4642);*/
  min-height: 63.7rem;
  background-position: center;
}

.last-blue h2 {
  font-family: "Robotoslabmedium";
  font-style: normal;
  font-weight: 500;
  font-size: 61px;
  line-height: 80px;
  padding-top: 4rem;
}

.last-blue h3 {
  font-family: "Noto Sans Bold";
  font-size: 33px;
  line-height: 144.43%;
}

.last-blue .bg-white {
  max-width: 32rem;
  border-radius: 1.9rem;
  padding: 2.5rem 2rem;
  margin-top: 3rem;
  color: #333333;
}

.last-blue .bg-white p {
  font-family: "Noto Sans Bold";
}

.last-blue input {
  background-color: #EEEEEE;
  border: 1px solid #3AB2FB;
  border-radius: 5px;
  font-family: "Noto Sans";
  font-size: 16px;
  line-height: 165%;
  text-align: center;
  margin-bottom: 1rem;
  min-width: 18rem;
  outline: 0;
}

.last-blue input[type=button] {
  background-color: #3AB2FB;
  color: #fff;
}

.last-blue input[type=button]:hover {
  background-color: #fff;
  color: #3AB2FB;
}

.contacts span {
  font-family: "Noto Sans Bold";
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #333333;
  padding-left: 2rem;
  padding-top: 1rem;
}

.cities .flex {
  margin-bottom: 2rem;
  cursor: default;
}

.cities .flex svg {
  margin-top: 0.4rem;
}

.cities .flex span {
  padding-left: 0.5rem;
}

.cities .flex:hover {
  text-decoration: underline;
}

.prefooter{
  padding: 3rem 0 4rem 0;
  background-color: #333333;
  color: #fff;
}
.prefooter .bottom-menu{
  max-width: 38rem;
}
.prefooter svg{
  margin-right: 1rem;
}
.prefooter h2{
  font-family: 'Robotoslabmedium';
  font-size: 29px;
  line-height: 38px;
}
.prefooter h3{
  font-family: 'Noto Sans Bold';
  font-size: 23px;
  line-height: 31px;
}
.prefooter h4{
  font-family: 'Noto Sans';
  font-size: 14px;
  line-height: 19px;
}
.prefooter p{
  margin-top: 2rem;
  font-family: 'Noto Sans';
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 2rem;
}
.prefooter a{
  color: #fff;
}
.footer {
  background-color: #212121;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  font-family: 'Noto Sans';
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}
.footer-links a{
  display: inline-block;
  margin-right: 1rem;
}
.services .tabs__caption {
  max-width: 650px;
  margin: 0 auto;
}

.services .tabs__caption li {
  cursor: pointer;
  border: 1px solid #3AB2FB;
  font-family: "Roboto";
  font-size: 20px;
  line-height: 23px;
  border-radius: 4px;
  margin: 0 10px;
  color: #3AB2FB;
  padding: 1rem 3rem;
}

.services .tabs__caption li:hover, .services .tabs__caption li.active {
  background-color: #3AB2FB;
  color: #fff;
}

.services .tabs__content {
  font-family: Roboto;
  font-size: 20px;
  line-height: 23px;
  display: none;
}

.services .tabs__content a {
  color: #333333;
  font-size: 16px;
}
.services .tabs__content a p span:first {
  font-weight: 900;
}
.services .tabs__content a:hover {
  color: #3BB2FB;
}

.services .tabs__content .column {
  padding: 20px;
  min-width: 375px;
}
.services .tabs__content .column img{
  height: 180px;
  border: 1px solid #aaa;
  border-radius: 8px;
  width: 400px;
}

.services .tabs__content.active {
  display: block;
}

/* Tooltip container */

.tooltip {
  position: relative;
}

.tooltip .tooltiptext, .tooltip .tooltiptext1 {
  top: -45px;
  visibility: hidden;
  width: 100%;
  max-width: 710px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

.tooltip .tooltiptext.visible, .tooltip .tooltiptext1.visible {
  visibility: visible;
}

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 600px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* The Close Button */

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.blog .responsive-img {
  box-shadow: 10px 10px 2px -1px #3AB2FB;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.blog {
  padding-bottom: 50px;
}

.blog .services {
  color: #333333;
  padding-bottom: 50px;
}

.blog .services h3 {
  max-width: 100%;
  font-weight: 500;
  font-size: 25px;
  line-height: 33px;
}

.blog .services p {
  font-family: "Noto Sans";
  font-size: 16px;
  line-height: 180%;
}

.blog-home {
  padding-bottom: 50px;
}

.blog-home .services a {
  color: #333333;
  font-family: Roboto;
  font-size: 20px;
  line-height: 23px;
}

.swal-wide {
  width: 850px !important;
}



@media (max-width: 1200px) {
  .blue-block a.home-order-links {
    min-width: unset;
  }
  .row .column.column-md-100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row .column.column-md-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg-hidden {
    display: none !important;
  }
  .blue-block .row.row-responsive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column.column-md-50 {
    margin: 0 auto;
  }
  .column.column-md-50 .right-blue-white.bg-white {
    max-width: 100%;
  }
  .blue-block a.home-order-links {
    margin-bottom: 2rem;
  }
  .middle-banner .flex-row {
    text-shadow: 3px 3px 4px white, 0 0 2em white;
  }
  .middle-banner .flex-row p {
    color: black;
  }
  .header .row ul.site-nav a {
    font-size: 1.6rem;
  }
}

@media (max-width: 1100px) {
  .banner .row h5 {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .header .row .site-info .site-name h2 {
    font-size: 2.3rem;
  }
  .header .row .site-info .site-name p {
    width: 150%;
  }
  .header .row ul.site-nav li {
    padding: 1rem 0rem 0rem 2rem;
  }
  .header .row ul.site-nav li:last-child {
    padding: 1rem 0rem 0rem 2rem;
  }
}

@media (max-width: 1050px) {
  .header .row ul.site-nav li {
    padding: 1rem 0rem 0rem 1rem;
  }
  .header .row ul.site-nav li:last-child {
    padding: 1rem 0rem 0rem 1rem;
  }
  .banner .row {
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 20%, #FFFFFF 64%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 20%, #FFFFFF 64%);
    margin-left: -2rem;
    width: calc(100% + 4.0rem);
  }
  .middle-banner {
    background-image: none !important;
  }
  .middle-banner .column>.row>.flex {
    width: 50%;
  }
  .banner .row h3 {
    font-size: 3rem;
    line-height: 5rem;
  }
  .banner .row h5 {
    font-size: 2.1rem;
  }
  h2.block-title, h3.block-title {
    font-size: 37px;
  }
  .site_counts span {
    font-size: 45px;
  }
  .row .column {
    padding: 0 2rem;
  }
  .header .row {
    margin-left: 0rem;
    width: calc(100%);
  }
  .middle-banner p {
    max-width: 36rem;
  }
  .blue-small {
    width: 20rem;
    margin: 2.5rem 1.25rem 0rem 1.25rem;
  }
  .blue-block .row.text-center.flex-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blue-block hr.white-line {
    max-width: 100%;
  }
  .blue-block .row.flex-row.tooltip {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row.pictures .text-white.text-decoration-none {
    font-size: 18px;
  }
  .partners .row {
    margin-left: 0;
    width: calc(100% + 0rem);
  }
  .last-blue {
    padding-bottom: 40px;
    background-size: auto 100%;
    min-height: 70.7rem;
  }
}

@media (max-width: 1000px) {
  .header .row ul.site-nav li {
    padding: 0rem 0rem 0rem 1rem;
  }
  .header .row ul.site-nav li:last-child {
    padding: 1rem 0rem 0rem 1rem;
  }
  .header .row ul.site-nav li a.phone-link {
    padding: 4px 10px;
  }
}

@media (max-width: 850px) {
  .cities .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cities .row .column {
    max-width: 50%;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
  .banner .row h3 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
  h2.block-title, .last-blue h2 {
    font-size: 2.6rem;
  }
  .pictures .first, .last-blue h3 {
    font-size: 1.5rem;
  }
  .last-blue .bg-white {
    width: 80%;
    margin: 1rem auto;
    float: unset;
    max-width: unset;
  }
  .header .row .site-info .site-name h2 {
    font-size: 2rem;
  }
}

@media (max-width: 800px) {
  .row .column.column-xs-100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .safe-block .row, .contacts .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contacts .row .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site_counts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .middle-banner a.order-link {
    margin: 1rem auto;
  }
  .blue-small {
    margin: 2rem auto;
  }
  .contacts span {
    padding: 2rem;
  }
  .site_counts {
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
  .site_counts>div {
    width: 50%;
    padding: 0 2rem;
  }
  .site_counts>div>.flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .site_counts>div>.flex>div {
    width: 100%
  }
  .site_counts>div>.flex img {
    margin-top: 25px;
    margin-right: 10px;
    width: 73px;
    height: unset;
  }
  .site_counts p {
    max-width: 100%;
    text-align: center;
  }
  .blue-block .row.text-center.flex-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .blue-block {
    padding: 3rem 0;
  }
  .blue-small {
    width: 33rem;
    border: 1.5px dashed #FFFFFF;
  }
  .cities .row .column {
    max-width: 33%;
    -webkit-box-flex: 33%;
    -ms-flex: 33%;
    flex: 33%;
  }
  .last-blue {
    min-height: 52.7rem;
  }
  .last-blue .bg-white {
    margin: 5rem auto 0;
    width: 67%;
  }
  .last-blue .bg-white {
    margin: 15rem auto 0;
  }
  .last-blue h3 {
    font-size: 2.5rem;
  }
  .last-blue h2 {
    font-size: 3.6rem;
  }
  .row.pictures .text-white.text-decoration-none {
    font-size: 14px;
  }
  .pictures .first h3 {
    left: 23px;
  }
  .safe-block .responsive-img {
    margin: auto;
    display: block;
  }
  .we-help .row.row.space-between {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .we-help .row.row.space-between .flex.flex-column {
    width: 25%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .we-help .row.row.space-between .flex.flex-column svg {
    width: 100%;
  }
  .middle-banner p {
    max-width: unset;
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .site-nav {
    display: none;
  }
  .xs-hidden {
    display: none;
  }
  .xs-display {
    display: block;
  }
  .header {
    box-shadow: none;
  }
  .header .container {
    padding: 0.2rem 2rem 0.2rem 2rem;
    border-bottom: 1px solid #3BB2FB;
  }
  .header .container .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    width: calc(100%);
    padding: 0;
  }
  .banner .row {
    width: calc(100%);
  }
  .header .container .row p, .header .container .row h3 {
    padding-top: 2px;
    width: 100%;
    font-family: "Noto Sans";
    font-style: normal;
    font-size: 1.28rem;
    line-height: 144.43%;
    color: #333333;
  }
  .header .container .row h3 {
    font-family: "Noto Sans Bold";
  }
  .header .container .row .site-info .logo {
    width: auto;
  }
  .header .container .row .site-info .logo svg {
    max-width: 6rem;
  }
  .header .container .row .site-nav.openMenu {
    width: 65%;
  }
  .header .container .row .site-nav.openMenu li {
    padding: 0.6rem 0;
  }
  .header .container .row .phone-svg.display-hidden {
    display: inline-block;
    padding-right: 0rem;
    max-width: 39px;
    padding-top: 2px;
  }
  .header .container .row .toggle-menu.display-hidden {
    display: inline-block;
    padding: 0.5rem 0 0 0.5rem;
  }
  .header .container .row .toggle-menu.display-hidden.change .bar1, .header .container .row .toggle-menu.display-hidden.change .bar2, .header .container .row .toggle-menu.display-hidden.change .bar3 {
    margin: 9px 5px;
  }
  .banner {
    padding-top: 50px;
  }
  .banner .container {
    padding: 0;
  }
  .banner .container .row {
    background: none;
    margin: 0;
    padding: 0;
  }
  .banner .container .row h5 {
    margin-top: 0;
    border-radius: 0;
    font-family: "Robotoslabmedium";
    font-size: 24px;
    line-height: 33px;
    padding: 1.3rem 1rem;
    text-align: center;
    margin-left: -2rem;
    width: calc(100% + 4rem)
  }
  .banner .container .row h3 {
    font-size: 2rem;
    margin-top: 60rem;
  }
  .feedbacks  .row .column.column-33{
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .services .tabs__caption li{
    cursor: pointer;
    border: 1px solid #3AB2FB;
    font-family: "Roboto";
    font-size: 20px;
    line-height: 23px;
    border-radius: 4px;
    margin: 0 10px;
    color: #3AB2FB;
    padding: 1rem 1rem;
    margin: 0 1rem 1rem 1rem;
    display: block;
    width: 40%;
    text-align: center;
  }
  .tabs__caption{
    display: flex;
    flex-direction: row;
    justify-content: center; 
    flex-wrap: wrap;
  }
  .prefooter h2{
    font-size: 20px;
  }
  .prefooter h3{
    margin-top: 4rem;
  }
}

@media (max-width: 640px) {
  .cities .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .services .tabs__content.active .row{
    display: flex;
    flex-direction: row;
  }
}

@media (max-width: 550px) {
  .blue-block a.home-order-links {
    font-size: 1.5rem;
  }
  .pictures .first a {
    padding: 1.5rem 0 1.5rem 1rem;
  }
  .header .row ul.site-nav li {
    text-align: center;
  }
  .header .row ul.site-nav li:last-child {
    display: none;
  }
  .banner .row .rus-box {
    width: 100%;
    margin-bottom: 2rem;
  }
  .banner-contacts {
    bottom: -5rem;
  }
  .header .container .row .site-nav.openMenu {
    width: 50%;
  }
  .banner .row {
    width: calc(100% + 0rem);
  }
  .banner {
    background-image: url(/images/preview.png)!important;
    background-position-y: 142px;
    background-size: contain;
  }
  .banner .container .row h5 {
    font-size: 21px;
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
  .banner .container .row h3 {
    font-size: 17px;
    line-height: 144.43%;
    margin-top: 35rem;
    text-align: center;
  }
  .banner .column.column-67.column-xs-100 p {
    text-align: center;
  }
  .banner-contacts {
    bottom: 2rem;
    right: 0rem;
  }
  .banner-contacts ul svg {
    width: 30px;
    height: 30px;
    margin: 0 1rem;
  }
  .banner-contacts>a svg {
    width: 48px;
    height: 48px;
    margin: 0 2rem;
  }
  .site_counts>div {
    width: 100%;
  }
  .middle-banner .row {
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
  .middle-banner .row .column .row {
    margin-left: 0;
    width: calc(100% + 0rem);
  }
  .middle-banner .column>.row>.flex {
    width: 100%;
  }
  .middle-banner .row .column.column-md-100 {
    padding-bottom: 20px;
  }
  .blue-small {
    width: 28rem;
  }
  .blue-block .row.flex-row.tooltip {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column.column-md-50 .right-blue-white.bg-white {
    margin-top: 15px;
  }
  .right-blue-white.bg-white h3 {
    font-size: 24px;
  }
  .right-blue-white.bg-white p {
    font-size: 14px;
  }
  .right-blue-white.bg-white p.from-number {
    font-size: 24px;
  }
  .right-blue-white.bg-white p.from-number span {
    font-size: 4rem;
  }
  .right-blue-white.bg-white h5 {
    font-size: 14px;
  }
  .safe-block {
    padding-top: 3rem;
  }
  .safe-block h3 {
    font-size: 2rem;
  }
  .safe-block p {
    font-size: 1.4rem;
  }
  h2.block-title, .last-blue h2 {
    font-size: 2.5rem;
    line-height: 29px;
    margin-top: 50px;
  }
  .pictures .first {
    min-height: 30rem;
  }
  .row.pictures .second+.flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .partners .column.column-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .last-blue h3 {
    font-size: 1.8rem;
    margin-top: 17px;
  }
  .last-blue .bg-white {
    width: 100%;
    margin: 3rem auto 0;
  }
  .contacts span {
    font-size: 1.6rem;
  }
  .contacts svg {
    width: 40px;
    height: 40px;
  }
  .cities .row .column {
    max-width: 50%;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
  .footer .flex.flex-end {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }
  .footer .flex.flex-end svg {
    width: 25px;
    height: 25px;
  }
  .footer p {
    font-size: 1.5rem;
  }
  .we-help .row.row.space-between .flex.flex-column {
    width: 50%;
    margin-bottom: 20px;
  }
  .blog .column.column-66 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog .column.column-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: -1;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    margin-bottom: 15px;
  }
  .blog .row {
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
  .blog .services h3 {
    margin: 0px auto 20px;
  }
  .we-help .row.row.space-between {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  h2.block-title, h3.block-title {
    font-size: 24px;
    line-height: 150%;
  }
}

@media (max-width: 400px) {
  .banner .container .row h3 {
    margin-top: 32rem;
  }
}

@media (max-width: 320px) {
  .banner .container .row h3 {
    margin-top: 25rem;
  }
}

.swal2-popup {
  font-size: 1.6rem !important;
}

.swal2-input {
  height: 2em!important;
  padding: 0 .75em;
  margin: 1em auto 0 auto!important;
  width: 90%!important;
}

.swal2-styled.swal2-confirm {
  border-radius: 2rem!important;
  background-color: #3AB2FB!important;
}

.swal2-styled.swal2-cancel {
  border-radius: 2rem!important;
  /* // background-color: #3AB2FB!important; */
}

.swal2-textarea {
  width: 90%!important;
  font-size: 1.5em!important;
}

.we-help .row .flex.flex-column p {
  max-width: 12rem;
  font-family: 'Noto Sans';
  font-size: 18px;
  line-height: 25px;
  color: #606c76;
}