/* SCSS Compiled */
/***************************************************              GENERAL RESET STYLES             ***************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

*:focus {
  outline: none; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

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

img {
  border-style: none;
  max-width: 100%; }

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

input, textarea, select {
  vertical-align: middle;
  color: #000;
  padding: 0; }

input, select {
  vertical-align: middle; }

input::-webkit-input-placeholder {
  color: #000; }

input:focus::-webkit-input-placeholder {
  color: #000; }

/*
@media (min-width: 1921px){}
@media (width: 1920px){}
@media (min-width: 1440px) and (max-width: 1919px) {}
@media (min-width: 1360px) and (max-width: 1439px) {}
@media (min-width: 1280px) and (max-width: 1359px) {}
@media (min-width: 1024px) and (max-width: 1279px) {}
@media (min-width: 768px) and (max-width: 1023px) {}
@media (min-width: 375px) and (max-width: 767px) {}
@media (min-width: 320px) and (max-width: 374px) {}
*/
/*
@media (max-width: 1919px) {}
@media (max-width: 1439px) {}
@media (max-width: 1279px) {}
@media (max-width: 767px) {}
*/
#wrapper,
main,
#content,
#sidebar,
aside,
section {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto; }

.layout {
  max-width: 1226px;
  margin: 0 auto; }
  @media all and (max-width: 1250px) {
    .layout {
      padding: 0 15px; } }

body {
  color: #0B1142; }

.wrapper {
  max-width: 100%;
  overflow: hidden; }

.container {
  width: 1080px;
  margin: 0 auto; }
  @media (max-width: 1087px) {
    .container {
      max-width: 100%;
      padding: 0 15px; } }

h3 {
  text-align: center;
  font-family: 'Abhaya Libre';
  font-weight: 600;
  font-size: 45px;
  line-height: 62px; }
  @media (max-width: 650px) {
    h3 {
      font-weight: 700;
      font-size: 20px;
      line-height: 136.97%; } }

header {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  background-position: center;
  background-image: url(../images/NOUT.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  height: 100vh;
  min-height: 667px; }
  header .nav__menu {
    height: 105px;
    background-color: rgba(106, 186, 253, 0.5);
    padding-top: 25px; }
    @media (max-width: 965px) {
      header .nav__menu {
        height: 100px; } }
    @media all and (max-width: 770px) {
      header .nav__menu {
        background-color: rgba(106, 186, 253, 0); } }
    header .nav__menu .navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header .nav__menu .navigation .nav-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header .nav__menu .navigation .nav-left .logo {
          display: block;
          margin-right: 35px;
          height: 60px; }
          header .nav__menu .navigation .nav-left .logo img {
            position: relative; }
        header .nav__menu .navigation .nav-left ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          @media (max-width: 770px) {
            header .nav__menu .navigation .nav-left ul {
              display: none; } }
          header .nav__menu .navigation .nav-left ul li {
            padding-right: 2.3em; }
            @media all and (max-width: 965px) {
              header .nav__menu .navigation .nav-left ul li {
                padding-right: 30px; } }
            @media all and (max-width: 895px) {
              header .nav__menu .navigation .nav-left ul li {
                padding-right: 10px; } }
            header .nav__menu .navigation .nav-left ul li a {
              font-family: 'Abhaya Libre';
              font-weight: 600;
              font-size: 18px;
              line-height: 137%;
              color: #0B1142;
              -webkit-transition-duration: 0.2s;
              -o-transition-duration: 0.2s;
              transition-duration: 0.2s;
              white-space: nowrap; }
              header .nav__menu .navigation .nav-left ul li a:hover {
                -webkit-transition-duration: 0.2s;
                -o-transition-duration: 0.2s;
                transition-duration: 0.2s;
                color: #f0f2ff; }
                @media (max-width: 770px) {
                  header .nav__menu .navigation .nav-left ul li a:hover:hover {
                    display: none; } }
          header .nav__menu .navigation .nav-left ul .nav-none {
            display: none; }
          header .nav__menu .navigation .nav-left ul .nav-yes {
            display: block;
            margin-bottom: 5px; }
          @media (max-width: 770px) {
            header .nav__menu .navigation .nav-left ul .disappear {
              display: none; } }
        header .nav__menu .navigation .nav-left .active-menu {
          display: none; }
          @media (max-width: 770px) {
            header .nav__menu .navigation .nav-left .active-menu {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              position: absolute;
              top: 35px;
              right: 11px;
              background-color: #F0F2FF;
              padding: 20px;
              border-radius: 10px; } }
      header .nav__menu .navigation .burger-menu {
        display: none;
        position: relative;
        height: 35px;
        width: 25px;
        top: 0;
        right: 0;
        margin-right: 10px; }
        @media (max-width: 770px) {
          header .nav__menu .navigation .burger-menu {
            display: block;
            cursor: pointer;
            z-index: 3; } }
        header .nav__menu .navigation .burger-menu .burger {
          position: absolute;
          background-color: #0b1142;
          height: 2px;
          width: 25px;
          top: 11px;
          right: 0;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
          header .nav__menu .navigation .burger-menu .burger::before {
            content: '';
            position: absolute;
            top: 8px;
            left: 0;
            width: 25px;
            height: 2px;
            background-color: #0b1142; }
          header .nav__menu .navigation .burger-menu .burger::after {
            content: '';
            position: absolute;
            top: -8px;
            left: 0;
            width: 25px;
            height: 2px;
            background-color: #0b1142; }
        header .nav__menu .navigation .burger-menu .burger.cross {
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg); }
          header .nav__menu .navigation .burger-menu .burger.cross:after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: -7px;
            opacity: 0; }
          header .nav__menu .navigation .burger-menu .burger.cross:before {
            -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg);
            top: -0px; }
      header .nav__menu .navigation .connection {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header .nav__menu .navigation .connection .tel__contact {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center; }
          header .nav__menu .navigation .connection .tel__contact a {
            font-family: 'Roboto';
            font-size: 22px;
            color: #0B1142;
            font-weight: 500;
            line-height: 137%;
            white-space: nowrap; }
        header .nav__menu .navigation .connection .icon__tel {
          margin-left: 28px; }
        @media all and (max-width: 770px) {
          header .nav__menu .navigation .connection {
            display: none; } }
  header .principal__title {
    margin-top: 220px;
    padding: 0px;
    float: right;
    max-width: 600px;
    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; }
    @media all and (max-width: 965px) {
      header .principal__title {
        margin-top: 200px; } }
    @media all and (max-width: 770px) {
      header .principal__title {
        margin-top: 100px;
        float: none;
        text-align: center;
        max-width: none; } }
    header .principal__title .title_page {
      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; }
      @media all and (max-width: 770px) {
        header .principal__title .title_page {
          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; } }
      header .principal__title .title_page h2 {
        font-family: 'Open sans';
        font-weight: 400;
        font-size: 45px;
        line-height: 136.97%;
        text-align: center; }
        @media all and (max-width: 770px) {
          header .principal__title .title_page h2 {
            font-weight: 400;
            font-size: 30px;
            width: 310px; } }
        header .principal__title .title_page h2 span {
          font-weight: 600;
          font-size: 45px; }
          @media all and (max-width: 770px) {
            header .principal__title .title_page h2 span {
              font-weight: 600;
              font-size: 30px; } }
      header .principal__title .title_page .button__page {
        text-align: center;
        margin-top: 55px;
        width: 100%; }
        header .principal__title .title_page .button__page a {
          padding: 15px 70px;
          background-color: #6ABAFD;
          border-radius: 50px;
          font-family: 'Abhaya Libre';
          font-weight: 600;
          font-size: 25px;
          line-height: 34px;
          width: 370px;
          color: #F0F2FF;
          -webkit-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          transition-duration: 0.5s; }
          @media all and (max-width: 770px) {
            header .principal__title .title_page .button__page a {
              width: 173px;
              height: 33.92px;
              padding: 10px 20px;
              font-size: 14px; } }
          header .principal__title .title_page .button__page a:hover {
            background-color: #37a5ff;
            -webkit-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            transition-duration: 0.5s; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

footer {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  height: 200px;
  background-color: #123d7a;
  padding-top: 20px; }
  @media (max-width: 903px) {
    footer {
      padding-top: 6px; } }
  footer .footer__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: center;
    -ms-flex-align: center;
    align-items: center; }
    footer .footer__content .footer__logo {
      padding-bottom: 15px; }
    footer .footer__content .footer-name__title {
      color: #F0F2FF;
      font-family: 'Secular One';
      font-weight: 400;
      font-size: 23px;
      line-height: 32px; }
    footer .footer__content .link__messenger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      footer .footer__content .link__messenger li {
        padding-top: 10px;
        padding-right: 30px; }
      footer .footer__content .link__messenger :last-child {
        padding-right: 0; }
    footer .footer__content .license {
      padding-top: 25px;
      font-family: 'Open Sans';
      font-weight: 400;
      font-size: 14px;
      line-height: 19px;
      color: #F0F2FF; }

.why__we {
  margin-top: 67px; }
  @media (max-width: 650px) {
    .why__we {
      margin-top: 33px; } }
  .why__we ul {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 965px) {
      .why__we ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (max-width: 650px) {
      .why__we ul {
        margin-top: 18px; } }
    .why__we ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      margin-bottom: 100px; }
      @media (max-width: 967px) {
        .why__we ul li {
          width: 100%; } }
      @media (max-width: 650px) {
        .why__we ul li {
          margin-bottom: 50px; } }
      .why__we ul li .img__block {
        margin-right: 23px;
        background-color: #6ABAFD;
        border-radius: 50%;
        padding: 20px; }
        .why__we ul li .img__block img {
          min-width: 40px;
          min-height: 40px; }
    .why__we ul h4 {
      font-family: 'Abhaya Libre';
      font-weight: 700;
      font-size: 25px;
      line-height: 136.97%; }
      @media (max-width: 650px) {
        .why__we ul h4 {
          font-weight: 700;
          font-size: 15px;
          line-height: 136.97%; } }
    .why__we ul p {
      max-width: 330px;
      font-family: 'Abhaya Libre';
      font-weight: 500;
      font-size: 20px;
      line-height: 27px;
      margin-right: 0; }
      @media (max-width: 967px) {
        .why__we ul p {
          max-width: none; } }
      @media (max-width: 650px) {
        .why__we ul p {
          font-weight: 400;
          font-size: 13px;
          line-height: 136.97%; } }

.our__services {
  background-color: rgba(23, 142, 244, 0.62);
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 3; }
  @media (max-width: 768px) {
    .our__services {
      padding-top: 35px;
      padding-bottom: 40px; } }
  .our__services ul {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .our__services ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 18px; } }
    .our__services ul li {
      color: #F0F2FF;
      font-family: 'Open Sans';
      font-weight: 600;
      font-size: 20px;
      line-height: 27px;
      max-width: 22%; }
      @media (max-width: 768px) {
        .our__services ul li {
          max-width: none;
          width: 40%; } }
      @media (max-width: 650px) {
        .our__services ul li {
          font-size: 13px; } }
      .our__services ul li .services__item img {
        max-width: 100%; }
      .our__services ul li p {
        margin-top: 20px;
        margin: 12px 0 20px 0;
        max-width: 100%; }
  .our__services .our-services__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .our__services .our-services__btn .button__services {
      margin-top: 45px; }
      .our__services .our-services__btn .button__services a {
        text-align: center;
        border: solid 2px #F0F2FF;
        padding: 20px;
        border-radius: 999px;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s; }
        .our__services .our-services__btn .button__services a:hover {
          background-color: #0087fb;
          -webkit-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          transition-duration: 0.5s; }
        @media (max-width: 768px) {
          .our__services .our-services__btn .button__services a {
            padding: 10px; } }
    .our__services .our-services__btn .button__services a {
      font-family: 'Abhaya Libre';
      font-weight: 600;
      font-size: 25px;
      line-height: 34px;
      color: #F0F2FF; }
      @media (max-width: 768px) {
        .our__services .our-services__btn .button__services a {
          font-size: 10px; } }

.about__us {
  position: relative;
  padding-bottom: 120px; }
  @media (max-width: 955px) {
    .about__us {
      overflow: visible; } }
  @media (max-width: 795px) {
    .about__us {
      padding-bottom: 0px; } }
  .about__us::after {
    content: '';
    width: 508px;
    height: 508px;
    background-color: rgba(111, 185, 248, 0.3);
    border-radius: 50%;
    position: absolute;
    bottom: 13px;
    left: -171px;
    z-index: 1; }
    @media (max-width: 768px) {
      .about__us::after {
        width: 169px;
        height: 169px;
        bottom: 134px;
        left: auto;
        right: 20px; } }
  .about__us::before {
    content: '';
    width: 508px;
    height: 508px;
    background-color: rgba(111, 185, 248, 0.3);
    border-radius: 50%;
    position: absolute;
    top: -73px;
    right: -186px;
    z-index: 1; }
    @media (max-width: 768px) {
      .about__us::before {
        width: 172px;
        height: 172px;
        top: -68px;
        left: -17px; } }
  .about__us .about-us__title {
    margin-top: 70px;
    padding-bottom: 90px; }
    @media (max-width: 768px) {
      .about__us .about-us__title {
        margin-top: 35px;
        padding-bottom: 18px; } }
  .about__us ul {
    margin-bottom: 70px; }
    .about__us ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      z-index: 2; }
      @media (max-width: 768px) {
        .about__us ul li {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .about__us ul li:nth-child(2) {
        margin-top: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        z-index: 2; }
        @media (max-width: 768px) {
          .about__us ul li:nth-child(2) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
      .about__us ul li p {
        font-family: 'Open Sans';
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        max-width: 640px;
        padding-right: 110px; }
        @media (max-width: 995px) {
          .about__us ul li p {
            padding-right: 32px; } }
        @media (max-width: 768px) {
          .about__us ul li p {
            padding-right: 0; } }
        @media (max-width: 650px) {
          .about__us ul li p {
            font-size: 13px; } }
      .about__us ul li .text {
        padding-right: 0;
        padding-left: 105px; }
        @media (max-width: 995px) {
          .about__us ul li .text {
            padding-right: 0;
            padding-left: 32px; } }
        @media (max-width: 768px) {
          .about__us ul li .text {
            padding-left: 0; } }
      .about__us ul li .img__item {
        display: block; }
        @media (max-width: 768px) {
          .about__us ul li .img__item {
            margin-bottom: 35px; } }
        .about__us ul li .img__item img {
          min-width: 511px;
          height: 396px; }
          @media (max-width: 889px) {
            .about__us ul li .img__item img {
              min-width: 410px; } }
          @media (max-width: 801px) {
            .about__us ul li .img__item img {
              min-width: 350px;
              height: 300px; } }
          @media (max-width: 768px) {
            .about__us ul li .img__item img {
              height: 396px;
              min-width: 511px; } }
          @media (max-width: 551px) {
            .about__us ul li .img__item img {
              min-width: auto;
              height: auto; } }

.review {
  padding-bottom: 60px;
  position: relative;
  z-index: 0; }
  @media (max-width: 650px) {
    .review {
      padding-bottom: 30px; } }
  .review .review__content {
    max-width: 815px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 1250px) {
      .review .review__content {
        max-width: 75%; } }
    .review .review__content .slider {
      position: relative; }
      .review .review__content .slider::after {
        content: '';
        position: absolute;
        top: 90px;
        right: -70px;
        width: 318px;
        height: 318px;
        border: solid 15px rgba(111, 185, 248, 0.01);
        border-radius: 50%;
        z-index: -20; }
      .review .review__content .slider .block__reccal {
        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;
        margin: 60px 0px;
        padding: 50px;
        -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4); }
        @media (max-width: 650px) {
          .review .review__content .slider .block__reccal {
            margin-top: 10px;
            padding: 20px; } }
        @media (max-width: 650px) {
          .review .review__content .slider .block__reccal img {
            width: 35px;
            height: 35px; } }
      .review .review__content .slider .name__commentator {
        padding-top: 20px;
        font-family: 'Open Sans';
        font-weight: 400;
        font-size: 20px;
        line-height: 27px; }
        @media (max-width: 650px) {
          .review .review__content .slider .name__commentator {
            padding-top: 14px;
            line-height: 20px;
            font-size: 10px; } }
      .review .review__content .slider .comment {
        padding-top: 20px;
        font-family: 'Open Sans';
        font-weight: 400;
        font-size: 24px;
        line-height: 33px;
        max-width: 650px; }
        @media (max-width: 650px) {
          .review .review__content .slider .comment {
            padding-top: 13px;
            font-size: 9px;
            line-height: 25px; } }

.slick-arrow {
  font-size: 0;
  width: 39px;
  height: 36px;
  cursor: pointer;
  z-index: 20;
  border: none;
  background-color: #fff; }

.slick-prev {
  position: absolute;
  top: 50%;
  left: -80px;
  background-image: url(../images/icon/arrowLeft1.png);
  background-repeat: no-repeat; }

.slick-next {
  position: absolute;
  top: 50%;
  right: -80px;
  background-image: url(../images/icon/arrowRight1.png);
  background-repeat: no-repeat; }

.contacts {
  background-color: #6ABAFD;
  padding-top: 150px;
  overflow: hidden;
  padding-bottom: 70px; }
  @media (max-width: 830px) {
    .contacts {
      padding-top: 70px;
      padding-bottom: 20px; } }
  @media (max-width: 650px) {
    .contacts {
      padding-top: 40px; } }
  .contacts .contacts__title {
    position: relative;
    z-index: 10; }
    .contacts .contacts__title::before {
      content: '';
      width: 230px;
      height: 230px;
      border-radius: 50%;
      position: absolute;
      top: -238px;
      left: 50px;
      background-color: rgba(255, 255, 255, 0.3);
      background-position: 1px 2px;
      z-index: 0; }
      @media (max-width: 830px) {
        .contacts .contacts__title::before {
          width: 68px;
          height: 68px;
          top: -89px;
          left: 120px; } }
      @media (max-width: 650px) {
        .contacts .contacts__title::before {
          top: -60px;
          left: 140px; } }
      @media (max-width: 497px) {
        .contacts .contacts__title::before {
          top: -50px;
          left: 50px; } }
    .contacts .contacts__title::after {
      content: '';
      width: 360px;
      height: 360px;
      border-radius: 50%;
      position: absolute;
      top: 412px;
      right: -193px;
      background-color: rgba(255, 255, 255, 0.3);
      background-position: 1px 2px;
      z-index: 0; }
      @media (max-width: 830px) {
        .contacts .contacts__title::after {
          width: 68px;
          height: 68px;
          top: 850px;
          right: -30px; } }
      @media (max-width: 650px) {
        .contacts .contacts__title::after {
          top: 770px;
          right: -20px; } }
      @media (max-width: 525px) {
        .contacts .contacts__title::after {
          top: 740px; } }
      @media (max-width: 485px) {
        .contacts .contacts__title::after {
          top: 700px; } }
  .contacts .contacts__content {
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 830px) {
      .contacts .contacts__content {
        padding-top: 60px;
        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; } }
    @media (max-width: 650px) {
      .contacts .contacts__content {
        padding-top: 40px; } }
    @media (max-width: 830px) {
      .contacts .contacts__content .contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }
    .contacts .contacts__content .contact img {
      max-height: 40px;
      width: 40px; }
    .contacts .contacts__content .contact h4 {
      font-family: 'Open Sans';
      font-weight: 600;
      font-size: 24px;
      line-height: 33px; }
      @media (max-width: 650px) {
        .contacts .contacts__content .contact h4 {
          font-size: 13px; } }
    .contacts .contacts__content .contact a {
      color: #0B1142; }
    .contacts .contacts__content .contact .tel__content {
      padding-top: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 650px) {
        .contacts .contacts__content .contact .tel__content {
          padding-top: 10px; } }
      .contacts .contacts__content .contact .tel__content .tel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 25px;
        font-family: 'Open Sans';
        font-weight: 400;
        font-size: 20px;
        line-height: 27px; }
        @media (max-width: 650px) {
          .contacts .contacts__content .contact .tel__content .tel {
            font-size: 9px; } }
    .contacts .contacts__content .contact .mail {
      padding-top: 55px; }
      .contacts .contacts__content .contact .mail .address__mail {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px; }
        @media (max-width: 650px) {
          .contacts .contacts__content .contact .mail .address__mail {
            padding-top: 10px; } }
        .contacts .contacts__content .contact .mail .address__mail .address {
          padding-left: 25px;
          font-family: 'Open Sans';
          font-weight: 400;
          font-size: 20px;
          line-height: 26px; }
          @media (max-width: 650px) {
            .contacts .contacts__content .contact .mail .address__mail .address {
              font-size: 9px; } }
    .contacts .contacts__content .contact .schedule {
      padding-top: 50px; }
      .contacts .contacts__content .contact .schedule .schedule__day {
        padding-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 650px) {
          .contacts .contacts__content .contact .schedule .schedule__day {
            padding-top: 0px; } }
        .contacts .contacts__content .contact .schedule .schedule__day .day {
          padding-left: 25px;
          font-family: 'Open Sans';
          font-weight: 400;
          font-size: 20px;
          line-height: 27px; }
          @media (max-width: 650px) {
            .contacts .contacts__content .contact .schedule .schedule__day .day {
              font-size: 9px; } }
  .contacts .map {
    position: relative; }
    @media (max-width: 830px) {
      .contacts .map {
        padding-top: 50px; } }
    .contacts .map img {
      position: relative;
      z-index: 2; }

.popup .blocker {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: ' ';
  background: rgba(0, 0, 0, 0.5); }

.popup_catalog {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 0;
  display: block;
  z-index: -1; }
  .popup_catalog.open {
    opacity: 1;
    z-index: 9999; }
  .popup_catalog .flex {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .popup_catalog .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;
    overflow: hidden;
    width: 700px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgba(24, 24, 24, 0.63);
    box-shadow: 0px 4px 15px rgba(24, 24, 24, 0.63);
    border-radius: 3px;
    position: relative;
    padding: 60px 40px 60px 40px; }
    @media (max-width: 1550px) {
      .popup_catalog .box {
        width: 680px;
        padding: 60px 30px 60px 30px; } }
    @media (max-width: 767px) {
      .popup_catalog .box {
        width: 330px;
        height: 450px;
        padding: 30px 10px 30px 10px; } }
    .popup_catalog .box h3 {
      font-family: 'GT Eesti Pro Display';
      font-size: 2.5em;
      line-height: 125%;
      font-weight: 400;
      color: #141B41;
      display: block;
      width: 510px;
      margin: 0 auto 30px;
      text-align: center;
      margin-bottom: 70px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      font-weight: 500;
      font-size: 27px;
      line-height: 130%;
      color: #434343; }
      @media (max-width: 767px) {
        .popup_catalog .box h3 {
          width: 100%;
          padding: 10px 10px 10px 10px;
          font-size: 14px;
          margin: 0 auto 30px; } }
    .popup_catalog .box form {
      display: block;
      position: relative;
      overflow: hidden;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: auto;
      margin-top: 30px; }
      .popup_catalog .box form fieldset {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto; }
        .popup_catalog .box form fieldset button {
          font-family: 'GT Eesti Pro Display';
          font-size: 2.5em;
          line-height: 125%;
          font-weight: 400;
          color: #141B41;
          font-size: 25px;
          cursor: pointer;
          font-weight: 500;
          line-height: 56px;
          color: #FFFFFF;
          display: block;
          padding: 0 20px;
          height: 56px;
          border: none;
          background: #446DF6;
          border-radius: 5px;
          margin: 0 auto; }
          @media (max-width: 767px) {
            .popup_catalog .box form fieldset button {
              width: 230px;
              margin: 0 auto 15px;
              text-align: center;
              font-size: 14px;
              line-height: 48px;
              width: 230px;
              height: 48px; } }
          .popup_catalog .box form fieldset button:active {
            -webkit-box-shadow: none;
            box-shadow: none; }
