/******************************************************************
  Project Name: My expert
  Version: 1.0
******************************************************************/
html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  margin-top: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  body {
    margin-top: 4.5rem;
  }
}

.container {
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.container-large {
  padding: 0 2rem;
}
@media only screen and (min-width: 768px) {
  .container-large {
    padding: 0 10rem;
  }
}

.container-left {
  padding-left: 2rem;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  .container-left {
    padding-left: 8rem;
  }
}

.container-right {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 768px) {
  .container-right {
    padding-left: 8rem;
    padding-right: 0;
  }
}

.container-largy {
  padding: 0 2rem;
}
@media only screen and (min-width: 768px) {
  .container-largy {
    padding: 0 22rem;
  }
}

.container-main {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 768px) {
  .container-main {
    padding-left: 26.5rem;
    padding-right: 0;
  }
}

.container-slider {
  overflow-x: hidden;
}

.container-fluid {
  max-width: 100%;
  padding-left: 0rem;
  padding-right: 0rem;
}

.container-closely-fluid {
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.sec-padding-top {
  padding-top: 4rem;
}
@media only screen and (min-width: 768px) {
  .sec-padding-top {
    padding-top: 8rem;
  }
}

.sec-bg {
  background-image: url("../img/map.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 4rem 0 0 0;
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 1vw;
  }
  .margin-minus-top {
    margin-top: -4.5rem;
  }
  .container {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media only screen and (min-width: 992px) {
  body,
html {
    font-size: 1vw;
  }
}
p {
  color: #919191;
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  font-style: normal;
}

h1 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3rem;
    margin-bottom: 0;
  }
}

h2 {
  font-size: 2.3rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.7rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-size: 1.1rem;
}

.title-text {
  font-size: 2.5rem;
  font-weight: 900;
}

.c-bb {
  border-bottom: 2px solid #845097;
}

.c-br {
  border-right: 2px solid #845097;
}

.c-bl {
  border-left: 2px solid #845097;
}

.c-bt {
  border-top: 2px solid #845097;
}

.blue-bg.c-bb {
  border-bottom: 1px solid #1fa4e1;
}
.blue-bg.c-br {
  border-right: 1px solid #1fa4e1;
}

.p-var-1 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.p-var-2 {
  padding: 2rem !important;
}

.p-var-md-1 {
  padding-right: 2rem !important;
}

.p-var-md-2 {
  padding-right: 2rem !important;
}

@media only screen and (min-width: 768px) {
  .p-var-1 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .p-var-2 {
    padding: 8rem !important;
  }
  .p-var-md-1 {
    padding-right: 2rem !important;
  }
  .p-var-md-2 {
    padding-right: 8rem !important;
  }
}
.sticky {
  position: sticky;
  top: 0;
}

/* Helper CSS */
[role=button]:focus {
  outline: none;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row > .col, .row > .col-1, .row > .col-10, .row > .col-11, .row > .col-12, .row > .col-2, .row > .col-3, .row > .col-4, .row > .col-5, .row > .col-6, .row > .col-7, .row > .col-8, .row > .col-9, .row > .col-auto, .row > .col-lg, .row > .col-lg-1, .row > .col-lg-10, .row > .col-lg-11, .row > .col-lg-12, .row > .col-lg-2, .row > .col-lg-3, .row > .col-lg-4, .row > .col-lg-5, .row > .col-lg-6, .row > .col-lg-7, .row > .col-lg-8, .row > .col-lg-9, .row > .col-lg-auto, .row > .col-md, .row > .col-md-1, .row > .col-md-10, .row > .col-md-11, .row > .col-md-12, .row > .col-md-2, .row > .col-md-3, .row > .col-md-4, .row > .col-md-5, .row > .col-md-6, .row > .col-md-7, .row > .col-md-8, .row > .col-md-9, .row > .col-md-auto, .row > .col-sm, .row > .col-sm-1, .row > .col-sm-10, .row > .col-sm-11, .row > .col-sm-12, .row > .col-sm-2, .row > .col-sm-3, .row > .col-sm-4, .row > .col-sm-5, .row > .col-sm-6, .row > .col-sm-7, .row > .col-sm-8, .row > .col-sm-9, .row > .col-sm-auto, .row > .col-xl, .row > .col-xl-1, .row > .col-xl-10, .row > .col-xl-11, .row > .col-xl-12, .row > .col-xl-2, .row > .col-xl-3, .row > .col-xl-4, .row > .col-xl-5, .row > .col-xl-6, .row > .col-xl-7, .row > .col-xl-8, .row > .col-xl-9, .row > .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.row.no-gutters {
  margin-right: 0rem;
  margin-left: 0rem;
}
.row.no-gutters > .col, .row.no-gutters > .col-1, .row.no-gutters > .col-10, .row.no-gutters > .col-11, .row.no-gutters > .col-12, .row.no-gutters > .col-2, .row.no-gutters > .col-3, .row.no-gutters > .col-4, .row.no-gutters > .col-5, .row.no-gutters > .col-6, .row.no-gutters > .col-7, .row.no-gutters > .col-8, .row.no-gutters > .col-9, .row.no-gutters > .col-auto, .row.no-gutters > .col-lg, .row.no-gutters > .col-lg-1, .row.no-gutters > .col-lg-10, .row.no-gutters > .col-lg-11, .row.no-gutters > .col-lg-12, .row.no-gutters > .col-lg-2, .row.no-gutters > .col-lg-3, .row.no-gutters > .col-lg-4, .row.no-gutters > .col-lg-5, .row.no-gutters > .col-lg-6, .row.no-gutters > .col-lg-7, .row.no-gutters > .col-lg-8, .row.no-gutters > .col-lg-9, .row.no-gutters > .col-lg-auto, .row.no-gutters > .col-md, .row.no-gutters > .col-md-1, .row.no-gutters > .col-md-10, .row.no-gutters > .col-md-11, .row.no-gutters > .col-md-12, .row.no-gutters > .col-md-2, .row.no-gutters > .col-md-3, .row.no-gutters > .col-md-4, .row.no-gutters > .col-md-5, .row.no-gutters > .col-md-6, .row.no-gutters > .col-md-7, .row.no-gutters > .col-md-8, .row.no-gutters > .col-md-9, .row.no-gutters > .col-md-auto, .row.no-gutters > .col-sm, .row.no-gutters > .col-sm-1, .row.no-gutters > .col-sm-10, .row.no-gutters > .col-sm-11, .row.no-gutters > .col-sm-12, .row.no-gutters > .col-sm-2, .row.no-gutters > .col-sm-3, .row.no-gutters > .col-sm-4, .row.no-gutters > .col-sm-5, .row.no-gutters > .col-sm-6, .row.no-gutters > .col-sm-7, .row.no-gutters > .col-sm-8, .row.no-gutters > .col-sm-9, .row.no-gutters > .col-sm-auto, .row.no-gutters > .col-xl, .row.no-gutters > .col-xl-1, .row.no-gutters > .col-xl-10, .row.no-gutters > .col-xl-11, .row.no-gutters > .col-xl-12, .row.no-gutters > .col-xl-2, .row.no-gutters > .col-xl-3, .row.no-gutters > .col-xl-4, .row.no-gutters > .col-xl-5, .row.no-gutters > .col-xl-6, .row.no-gutters > .col-xl-7, .row.no-gutters > .col-xl-8, .row.no-gutters > .col-xl-9, .row.no-gutters > .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0rem;
  padding-left: 0rem;
}

.row-closely {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.3rem;
  margin-left: -0.3rem;
}
.row-closely > .col, .row-closely > .col-1, .row-closely > .col-10, .row-closely > .col-11, .row-closely > .col-12, .row-closely > .col-2, .row-closely > .col-3, .row-closely > .col-4, .row-closely > .col-5, .row-closely > .col-6, .row-closely > .col-7, .row-closely > .col-8, .row-closely > .col-9, .row-closely > .col-auto, .row-closely > .col-lg, .row-closely > .col-lg-1, .row-closely > .col-lg-10, .row-closely > .col-lg-11, .row-closely > .col-lg-12, .row-closely > .col-lg-2, .row-closely > .col-lg-3, .row-closely > .col-lg-4, .row-closely > .col-lg-5, .row-closely > .col-lg-6, .row-closely > .col-lg-7, .row-closely > .col-lg-8, .row-closely > .col-lg-9, .row-closely > .col-lg-auto, .row-closely > .col-md, .row-closely > .col-md-1, .row-closely > .col-md-10, .row-closely > .col-md-11, .row-closely > .col-md-12, .row-closely > .col-md-2, .row-closely > .col-md-3, .row-closely > .col-md-4, .row-closely > .col-md-5, .row-closely > .col-md-6, .row-closely > .col-md-7, .row-closely > .col-md-8, .row-closely > .col-md-9, .row-closely > .col-md-auto, .row-closely > .col-sm, .row-closely > .col-sm-1, .row-closely > .col-sm-10, .row-closely > .col-sm-11, .row-closely > .col-sm-12, .row-closely > .col-sm-2, .row-closely > .col-sm-3, .row-closely > .col-sm-4, .row-closely > .col-sm-5, .row-closely > .col-sm-6, .row-closely > .col-sm-7, .row-closely > .col-sm-8, .row-closely > .col-sm-9, .row-closely > .col-sm-auto, .row-closely > .col-xl, .row-closely > .col-xl-1, .row-closely > .col-xl-10, .row-closely > .col-xl-11, .row-closely > .col-xl-12, .row-closely > .col-xl-2, .row-closely > .col-xl-3, .row-closely > .col-xl-4, .row-closely > .col-xl-5, .row-closely > .col-xl-6, .row-closely > .col-xl-7, .row-closely > .col-xl-8, .row-closely > .col-xl-9, .row-closely > .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}

.row-largy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
@media (min-width: 768px) {
  .row-largy {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
.row-largy > .col, .row-largy > .col-1, .row-largy > .col-10, .row-largy > .col-11, .row-largy > .col-12, .row-largy > .col-2, .row-largy > .col-3, .row-largy > .col-4, .row-largy > .col-5, .row-largy > .col-6, .row-largy > .col-7, .row-largy > .col-8, .row-largy > .col-9, .row-largy > .col-auto, .row-largy > .col-lg, .row-largy > .col-lg-1, .row-largy > .col-lg-10, .row-largy > .col-lg-11, .row-largy > .col-lg-12, .row-largy > .col-lg-2, .row-largy > .col-lg-3, .row-largy > .col-lg-4, .row-largy > .col-lg-5, .row-largy > .col-lg-6, .row-largy > .col-lg-7, .row-largy > .col-lg-8, .row-largy > .col-lg-9, .row-largy > .col-lg-auto, .row-largy > .col-md, .row-largy > .col-md-1, .row-largy > .col-md-10, .row-largy > .col-md-11, .row-largy > .col-md-12, .row-largy > .col-md-2, .row-largy > .col-md-3, .row-largy > .col-md-4, .row-largy > .col-md-5, .row-largy > .col-md-6, .row-largy > .col-md-7, .row-largy > .col-md-8, .row-largy > .col-md-9, .row-largy > .col-md-auto, .row-largy > .col-sm, .row-largy > .col-sm-1, .row-largy > .col-sm-10, .row-largy > .col-sm-11, .row-largy > .col-sm-12, .row-largy > .col-sm-2, .row-largy > .col-sm-3, .row-largy > .col-sm-4, .row-largy > .col-sm-5, .row-largy > .col-sm-6, .row-largy > .col-sm-7, .row-largy > .col-sm-8, .row-largy > .col-sm-9, .row-largy > .col-sm-auto, .row-largy > .col-xl, .row-largy > .col-xl-1, .row-largy > .col-xl-10, .row-largy > .col-xl-11, .row-largy > .col-xl-12, .row-largy > .col-xl-2, .row-largy > .col-xl-3, .row-largy > .col-xl-4, .row-largy > .col-xl-5, .row-largy > .col-xl-6, .row-largy > .col-xl-7, .row-largy > .col-xl-8, .row-largy > .col-xl-9, .row-largy > .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .row-largy > .col, .row-largy > .col-1, .row-largy > .col-10, .row-largy > .col-11, .row-largy > .col-12, .row-largy > .col-2, .row-largy > .col-3, .row-largy > .col-4, .row-largy > .col-5, .row-largy > .col-6, .row-largy > .col-7, .row-largy > .col-8, .row-largy > .col-9, .row-largy > .col-auto, .row-largy > .col-lg, .row-largy > .col-lg-1, .row-largy > .col-lg-10, .row-largy > .col-lg-11, .row-largy > .col-lg-12, .row-largy > .col-lg-2, .row-largy > .col-lg-3, .row-largy > .col-lg-4, .row-largy > .col-lg-5, .row-largy > .col-lg-6, .row-largy > .col-lg-7, .row-largy > .col-lg-8, .row-largy > .col-lg-9, .row-largy > .col-lg-auto, .row-largy > .col-md, .row-largy > .col-md-1, .row-largy > .col-md-10, .row-largy > .col-md-11, .row-largy > .col-md-12, .row-largy > .col-md-2, .row-largy > .col-md-3, .row-largy > .col-md-4, .row-largy > .col-md-5, .row-largy > .col-md-6, .row-largy > .col-md-7, .row-largy > .col-md-8, .row-largy > .col-md-9, .row-largy > .col-md-auto, .row-largy > .col-sm, .row-largy > .col-sm-1, .row-largy > .col-sm-10, .row-largy > .col-sm-11, .row-largy > .col-sm-12, .row-largy > .col-sm-2, .row-largy > .col-sm-3, .row-largy > .col-sm-4, .row-largy > .col-sm-5, .row-largy > .col-sm-6, .row-largy > .col-sm-7, .row-largy > .col-sm-8, .row-largy > .col-sm-9, .row-largy > .col-sm-auto, .row-largy > .col-xl, .row-largy > .col-xl-1, .row-largy > .col-xl-10, .row-largy > .col-xl-11, .row-largy > .col-xl-12, .row-largy > .col-xl-2, .row-largy > .col-xl-3, .row-largy > .col-xl-4, .row-largy > .col-xl-5, .row-largy > .col-xl-6, .row-largy > .col-xl-7, .row-largy > .col-xl-8, .row-largy > .col-xl-9, .row-largy > .col-xl-auto {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

::-moz-selection {
  color: #ffffff;
  background: #1fa4e1;
  text-shadow: none;
}

::selection {
  color: #ffffff;
  background: #1fa4e1;
  text-shadow: none;
}

img::-moz-selection {
  color: #000;
  background: transparent;
}

img::selection {
  color: #000;
  background: transparent;
}

img::-moz-selection {
  color: #000;
  background: transparent;
}

a.active.focus,
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
          box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}

.gray-bg {
  background-color: #e5ebf2;
}

.green-bg {
  background-color: #1fa4e1;
}

.blue-bg {
  background-color: #1fa4e1;
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #ffffff !important;
}

.text-black,
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6,
.text-black p,
.text-black span,
.text-black li,
.text-black a {
  color: #000 !important;
}

.text-blue,
.text-blue h1,
.text-blue h2,
.text-blue h3,
.text-blue h4,
.text-blue h5,
.text-blue h6,
.text-blue p,
.text-blue span,
.text-blue li,
.text-blue a {
  color: #1fa4e1 !important;
}

.text-lightblue,
.text-lightblue h1,
.text-lightblue h2,
.text-lightblue h3,
.text-lightblue h4,
.text-lightblue h5,
.text-lightblue h6,
.text-lightblue p,
.text-lightblue span,
.text-lightblue li,
.text-lightblue a {
  color: #018ed0 !important;
}

.text-red,
.text-red h1,
.text-red h2,
.text-red h3,
.text-red h4,
.text-red h5,
.text-red h6,
.text-red p,
.text-red span,
.text-red li,
.text-red a {
  color: #fe2923 !important;
}

.text-green,
.text-green h1,
.text-green h2,
.text-green h3,
.text-green h4,
.text-green h5,
.text-green h6,
.text-green p,
.text-green span,
.text-green li,
.text-green a {
  color: #007b76 !important;
}

.text-yellow,
.text-yellow h1,
.text-yellow h2,
.text-yellow h3,
.text-yellow h4,
.text-yellow h5,
.text-yellow h6,
.text-yellow p,
.text-yellow span,
.text-yellow li,
.text-yellow a {
  color: #fec953 !important;
}

.text-gray,
.text-gray h1,
.text-gray h2,
.text-gray h3,
.text-gray h4,
.text-gray h5,
.text-gray h6,
.text-gray p,
.text-gray span,
.text-gray li,
.text-gray a {
  color: #878793 !important;
}

.text-purple,
.text-purple h1,
.text-purple h2,
.text-purple h3,
.text-purple h4,
.text-purple h5,
.text-purple h6,
.text-purple p,
.text-purple span,
.text-purple li,
.text-purple a {
  color: #845097 !important;
}

.z-index-3 {
  z-index: 3;
}

.fw-400 {
  font-weight: normal !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.break-word {
  word-spacing: 999999999999999px;
}

.fs-30 {
  font-size: 30rem !important;
}

.fs-3 {
  font-size: 3rem !important;
}

.fs-25 {
  font-size: 2.5rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-11 {
  font-size: 1.1rem !important;
}

.fs-09 {
  font-size: 0.9rem !important;
}

.fs-08 {
  font-size: 0.8rem !important;
}

.fs-07 {
  font-size: 0.7rem !important;
}

.fs-06 {
  font-size: 0.6rem !important;
}

.fs-05 {
  font-size: 0.5rem !important;
}

.mb-30 {
  margin-bottom: 30px;
}

/* Based on https://github.com/kenwheeler/slick/issues/187#issuecomment-59123524 */
/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block; /* undo display:none          */
  height: 0; /* height:0 is also invisible */
  overflow: hidden; /* no-overflow                */
}

.tab-content > .active,
.pill-content > .active {
  height: auto; /* let the content decide it  */
}

/* bootstrap hack end */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  transition: none;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(3.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #878793;
  background-color: #cecece;
  background-clip: padding-box;
  border: 1px solid #cecece;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
          box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}

.bootstrap-select {
  font-family: "Montserrat", sans-serif;
}
.bootstrap-select .btn {
  font-family: "Montserrat", sans-serif;
  display: block;
  width: 100%;
  height: calc(3.25rem + 2px);
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #878793;
  background-color: #cecece;
  background-clip: padding-box;
  border: 1px solid #cecece;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.bootstrap-select .btn:hover {
  color: inherit;
  border-color: transparent;
}
.bootstrap-select .dropdown-toggle .filter-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1rem;
}
.bootstrap-select .dropdown-toggle:after {
  margin-top: -1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.6em solid #000;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
  color: #000 !important;
  background-color: #ffffff !important;
  border-color: #1fa4e1 !important;
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 159, 117, 0.3215686275) !important;
          box-shadow: 0 0 0 0.1rem rgba(0, 159, 117, 0.3215686275) !important;
}

@media (min-width: 768px) {
  .sticky-block {
    position: sticky;
    top: 12rem;
    min-height: 3rem;
    margin-bottom: 2.5rem;
  }
}
.datepicker {
  padding: 1rem;
}

.datepicker td, .datepicker th {
  padding: 0.4rem;
}

.file-input-wrapper.btn {
  display: table;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  width: auto;
}
.file-input-wrapper.btn:hover {
  border-color: #1fa4e1;
  color: #000;
}
.file-input-wrapper.btn:hover {
  border-color: #1fa4e1;
  color: #000;
}
.file-input-wrapper.btn.active {
  background-color: #1fa4e1;
  color: #ffffff;
  border: 1px solid #1fa4e1;
}
.file-input-wrapper.btn.active:hover {
  border-color: #1fa4e1;
  color: #ffffff;
}
.file-input-wrapper.btn.active:focus {
  border-color: #1fa4e1;
  color: #ffffff;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?o27cyt");
  src: url("fonts/icomoon.eot?o27cyt#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?o27cyt") format("truetype"), url("fonts/icomoon.woff?o27cyt") format("woff"), url("fonts/icomoon.svg?o27cyt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fb:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-odnoklassniki:before {
  content: "\e902";
}

.icon-vk:before {
  content: "\e903";
}

.icon-docs:before {
  content: "\e904";
}

.icon-play:before {
  content: "\e905";
}

.icon-sign-up:before {
  content: "\e906";
}

.icon-error:before {
  content: "\e907";
}

.icon-error_outline:before {
  content: "\e908";
}

.icon-warning:before {
  content: "\e909";
}

.icon-not_interested:before {
  content: "\e90a";
}

.icon-call:before {
  content: "\e90b";
}

.icon-location_on:before {
  content: "\e90c";
}

.icon-clear:before {
  content: "\e90d";
}

.icon-attachment:before {
  content: "\e90e";
}

.icon-file_download:before {
  content: "\e90f";
}

.icon-file_upload:before {
  content: "\e910";
}

.icon-keyboard_arrow_down:before {
  content: "\e911";
}

.icon-keyboard_arrow_left:before {
  content: "\e912";
}

.icon-keyboard_arrow_right:before {
  content: "\e913";
}

.icon-keyboard_arrow_up:before {
  content: "\e914";
}

.icon-keyboard_backspace:before {
  content: "\e915";
}

.icon-phone_iphone:before {
  content: "\e916";
}

.icon-arrow_back:before {
  content: "\e917";
}

.icon-arrow_forward:before {
  content: "\e918";
}

.icon-menu:before {
  content: "\e919";
}

.icon-keyboard_control:before {
  content: "\e91a";
}

.icon-more_vert:before {
  content: "\e91b";
}

.icon-arrow_upward:before {
  content: "\e91c";
}

.icon-arrow_downward:before {
  content: "\e91d";
}

.icon-arrow_back_ios:before {
  content: "\e91e";
}

.icon-arrow_forward_ios:before {
  content: "\e91f";
}

.icon-event_available:before {
  content: "\e920";
}

.icon-event_busy:before {
  content: "\e921";
}

.icon-event_note:before {
  content: "\e922";
}

.icon-person:before {
  content: "\e923";
}

.icon-person_add:before {
  content: "\e924";
}

.icon-done:before {
  content: "\e925";
}

.icon-highlight_remove:before {
  content: "\e926";
}

.icon-language:before {
  content: "\e927";
}

.icon-launch:before {
  content: "\e928";
}

.icon-receipt:before {
  content: "\e929";
}

.icon-search:before {
  content: "\e92a";
}

.icon-done_outline:before {
  content: "\e92b";
}

.icon-arrow_right_alt:before {
  content: "\e92c";
}

.icon-arrow_circle_down:before {
  content: "\e92d";
}

.icon-arrow_circle_up:before {
  content: "\e92e";
}

.icon-east:before {
  content: "\e92f";
}

.icon-ios_share:before {
  content: "\e930";
}

.icon-login:before {
  content: "\e931";
}

.icon-north:before {
  content: "\e932";
}

.icon-north_east:before {
  content: "\e933";
}

.icon-north_west:before {
  content: "\e934";
}

.icon-south:before {
  content: "\e935";
}

.icon-south_east:before {
  content: "\e936";
}

.icon-south_west:before {
  content: "\e937";
}

.icon-wysiwyg:before {
  content: "\e938";
}

.icon-book_online:before {
  content: "\e939";
}

.icon-facebook:before {
  content: "\e93a";
}

.icon-groups:before {
  content: "\e93b";
}

.icon-arrow-down:before {
  content: "\e93c";
}

.icon-arrow-left:before {
  content: "\e93d";
}

.icon-arrow-right:before {
  content: "\e93e";
}

.icon-arrow-up:before {
  content: "\e93f";
}

.icon-mobile_friendly:before {
  content: "\e940";
}

.icon-public:before {
  content: "\e941";
}

.icon-account_balance:before {
  content: "\e942";
}

.icon-credit_card:before {
  content: "\e943";
}

.icon-support_agent:before {
  content: "\e944";
}

.icon-closex:before {
  content: "\e945";
}

.icon-email:before {
  content: "\e946";
}

.icon-phone-old:before {
  content: "\e947";
}

.icon-telegram:before {
  content: "\e948";
}

.icon-whatsapp:before {
  content: "\e949";
}

.icon-cloud_queue:before {
  content: "\e94a";
}

.icon-computer:before {
  content: "\e94b";
}

.icon-headset_mic:before {
  content: "\e94c";
}

@keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(7px, 0px);
    transform: translate(7px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(7px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}
.w-60 {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .w-60 {
    width: 60% !important;
  }
}

.w-90 {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .w-90 {
    width: 90% !important;
  }
}

.w-70 {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .w-70 {
    width: 70% !important;
  }
}

.w-75 {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .w-75 {
    width: 75% !important;
  }
}

.w-40 {
  width: auto !important;
}
@media only screen and (min-width: 768px) {
  .w-40 {
    width: 30% !important;
  }
}

.w-30 {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .w-30 {
    width: 30% !important;
  }
}

.w-20 {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .w-20 {
    width: 20% !important;
  }
}

.section__border {
  background-color: #0c6c8c;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-radius: 50px;
  margin-top: 4rem;
  z-index: 999;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section__border {
    border-radius: 120px;
    margin-top: 6rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.section__border.mini {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .section__border.mini {
    padding-bottom: 8rem;
  }
}

.section__light {
  background-color: #e5ebf2;
  border-radius: 50px;
  padding: 4rem 0;
  margin-top: 4rem;
}
@media only screen and (min-width: 768px) {
  .section__light {
    margin-top: 6rem;
    padding: 10rem 0;
    border-radius: 120px;
  }
}

.section__title {
  font-size: 1.8rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  line-height: 1.2;
}
.section__title span {
  color: #fe2923;
}
@media only screen and (min-width: 768px) {
  .section__title {
    font-size: 3.2rem;
    line-height: 1;
  }
}
.section__title.main {
  color: #ffffff;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__title.main {
    width: 50%;
  }
}
.section__title.main.black {
  color: #000;
}
.section__title.main-news {
  color: #000;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__title.main-news {
    width: 90%;
  }
}
.section__title.white {
  color: #000;
}
.section__title.pluses {
  padding-bottom: 0;
  color: #018ed0;
  width: 100%;
  color: #fe2923;
}
.section__title.services {
  color: #000;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__title.services {
    width: 50%;
  }
}

.section__subtitle {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .section__subtitle {
    font-size: 1.4rem;
  }
}
.section__subtitle.main {
  color: #ffffff;
  width: 100%;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section__subtitle.main {
    width: 100%;
    font-size: 1.3rem;
  }
}
.section__subtitle.main.black {
  color: #000;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__subtitle.main.black {
    width: 30%;
  }
}
.section__subtitle.white {
  color: #000;
  font-weight: 500;
}
.section__subtitle.pluses {
  width: 100%;
  color: #797c8c;
  font-weight: 500;
  padding-bottom: 0;
}
.section__subtitle.main-ques {
  font-weight: 500;
  color: #000;
  width: 100%;
}
.section__subtitle.services {
  color: #000;
  width: 100%;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section__subtitle.services {
    width: 30%;
  }
}

.section__desc p {
  color: #878793;
  font-size: 1rem;
}
.section__desc.white p {
  font-style: 1rem;
}

header {
  height: 6.5rem;
  padding: 0 !important;
  background-color: #ffffff;
  border-bottom: 1px solid #e5ebf2;
  -webkit-transition: background-color 50ms linear;
  transition: background-color 50ms linear;
}
@media only screen and (min-width: 768px) {
  header {
    height: 6.5rem;
  }
}
header .navbar {
  padding: 1rem 0;
}
header .navbar .container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 768px) {
  header .navbar .container .container {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
header.navbar-shrink {
  background-color: #ffffff;
}
header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 999;
  color: #000;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  header .logo {
    font-size: 1.6rem;
  }
}
header .logo .header__logo {
  width: 3rem;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  header .logo .header__logo {
    width: 4rem;
  }
}
header .main-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  overflow: auto;
}
header .main-nav.active {
  opacity: 1;
  visibility: visible;
}
header .main-nav nav ul {
  margin: 5rem 0 0 0;
  padding: 1rem;
  list-style: none;
}
@media (min-width: 768px) {
  header .main-nav nav ul {
    margin: 4.5rem 0 0 0;
  }
}
header .main-nav nav ul li {
  padding: 0.5rem 1rem;
}
header .main-nav nav ul li.active {
  background-color: transparent;
}
header .main-nav nav ul li.active a {
  color: #007b76;
}
header .main-nav nav ul li.active a:hover {
  color: #007b76;
}
@media (orientation: landscape) {
  header .main-nav nav ul li {
    padding: 0.5rem;
  }
}
header .main-nav nav ul li a {
  display: table;
  color: #000;
  font-size: 1.3rem;
}
header .main-nav nav ul li a:hover {
  color: #007b76;
  text-decoration: none;
}
@media (min-width: 768px) {
  header .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background-color: transparent;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: auto;
  }
  header .main-nav nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header .main-nav nav ul li {
    padding: 0 0.5rem;
    height: 4.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  header .main-nav nav ul li.separator {
    margin-right: 2rem;
    border-right: 1px solid #000;
  }
  header .main-nav nav ul li a {
    display: table;
    color: #000;
    border-bottom: none;
    padding: 0 0.5rem;
    font-weight: 600;
    font-size: 1.05rem;
  }
  header .main-nav nav ul li a:hover {
    color: #fe2923;
  }
}
header .burger-link {
  margin-left: 0rem;
  z-index: 999;
}
header .burger-link .menu-toggle {
  color: #1fa4e1;
  font-size: 2.1rem;
}
header .burger-link .menu-toggle:hover {
  text-decoration: none;
}
header .control-panel {
  display: none;
}
@media (min-width: 768px) {
  header .control-panel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
  }
}

.header__circle {
  position: relative;
  width: 3.5rem;
  display: block;
  height: 3.5rem;
  border-radius: 50%;
  border: 1px solid #000;
  margin-right: 0.5rem;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.header__circle i {
  position: absolute;
  color: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.3rem;
}
.header__circle:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  color: #000;
}
.header__circle.rotade i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 28%;
  left: 33%;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fe2923 !important;
  color: #ffffff;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 150px;
  margin-right: 2rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.btn:hover {
  color: #ffffff;
  background-color: #bb1d22 !important;
}
.btn:active {
  background-color: #86090d !important;
}
@media only screen and (min-width: 768px) {
  .btn {
    font-size: 1rem;
    padding: 1rem 2rem;
  }
}
.btn.main {
  padding: 1rem 1.5rem;
  font-size: 0.8rem;
  margin-bottom: 0;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .btn.main {
    padding: 1.5rem 2.5rem;
    font-size: 1.3rem;
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
}
.btn.shop {
  padding: 1rem 2rem;
  font-size: 1rem;
  margin-bottom: 2rem;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .btn.shop {
    padding: 1.5rem 3.2rem;
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}
.btn.serv__mini {
  padding: 1rem 1.5rem;
  font-size: 0.7rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .btn.serv__mini {
    display: block;
    padding: 1.6rem 2rem;
    font-size: 1rem;
    margin-right: 2rem;
  }
}
.btn.serv__mini:hover {
  color: #ffffff;
  background-color: #bb1d22 !important;
}
.btn.services {
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  background-color: #1fa4e1 !important;
  margin-bottom: 0;
  margin-right: 0;
}
.btn.services:hover {
  color: #ffffff;
  background-color: #bb1d22 !important;
}
@media only screen and (min-width: 768px) {
  .btn.services {
    padding: 1.5rem 3rem;
    font-size: 1.2rem;
    margin-right: 2rem;
  }
}
.btn.form {
  padding: 1.3rem 2.3rem !important;
  font-size: 1.1rem;
  margin-left: 2rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .btn.form {
    margin-bottom: 2rem;
  }
}
.btn.head {
  padding: 1.3rem 2rem;
  background-color: #1fa4e1 !important;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.btn.head:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.btn.about {
  padding: 1rem 1.7rem;
  font-size: 1rem;
  background-color: #1fa4e1 !important;
}
@media only screen and (min-width: 768px) {
  .btn.about {
    padding: 1.3rem 1.9rem;
    font-size: 1.2rem;
  }
}

.header__main {
  margin-bottom: 3rem;
  margin-top: 5rem;
}
@media only screen and (min-width: 768px) {
  .header__main {
    margin-bottom: 5rem;
    margin-top: 7rem;
  }
}

.header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .header__flex {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.header__desc {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 500;
  width: 100%;
}
.header__desc span {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .header__desc {
    font-size: 1.5rem;
    width: auto;
  }
}

.header__img {
  width: 100%;
  margin-bottom: 0rem;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .header__img {
    margin-bottom: -15rem;
  }
}
.header__img img {
  width: 100%;
  border-radius: 50px;
}
@media only screen and (min-width: 768px) {
  .header__img img {
    border-radius: 100px 0 0 100px;
  }
}

.dir__item {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 3rem 2.5rem 3rem;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dir__item.second {
  border-radius: 50px;
}
@media only screen and (min-width: 768px) {
  .dir__item.second {
    border-radius: 0 75px;
  }
}
@media only screen and (min-width: 768px) {
  .dir__item {
    border-radius: 75px 0;
    padding: 5rem;
  }
}
.dir__item .dir__grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dir__item .dir__item-title {
  text-transform: uppercase;
  color: #018ed0;
  font-weight: 600;
  font-size: 1.3rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .dir__item .dir__item-title {
    font-size: 1.5rem;
    padding-bottom: 2rem;
  }
}
.dir__item .dir__desc {
  padding-bottom: 5rem;
}
.dir__item .dir__desc p {
  color: #000;
  font-size: 1rem;
}
.dir__item .dir__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.dir__item .dir__num span {
  font-size: 3rem;
  line-height: 1;
  color: #878793;
  font-weight: 300;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .dir__item .dir__num span {
    font-size: 4rem;
  }
}
.dir__item .dir__num .dir__more {
  padding-bottom: 0rem;
}
@media only screen and (min-width: 768px) {
  .dir__item .dir__num .dir__more {
    padding-bottom: 0.1rem;
  }
}
.dir__item .dir__num .dir__more .dir__more-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
}
.dir__item .dir__num .dir__more .dir__more-text span {
  margin-left: 0.7rem;
  color: #fe2923;
  font-size: 0.9rem;
}
@media only screen and (min-width: 768px) {
  .dir__item .dir__num .dir__more .dir__more-text span {
    margin-left: 1rem;
    font-size: 1rem;
  }
}

.pills {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .pills {
    margin-top: 5rem;
  }
}

.nav-pills {
  padding: 3.5rem 3rem 2.5rem;
  background-color: #e5ebf2;
  border-radius: 50px;
}
.nav-pills button {
  width: auto !important;
  padding: 1rem 1.5rem !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  background-color: #ffffff !important;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid transparent;
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #1fa4e1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-pills button:last-child {
  margin-bottom: 0 !important;
}
.nav-pills .serv__item {
  padding: 0.7rem 1.7rem !important;
  display: inline-block;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .nav-pills .serv__item {
    padding: 1rem 2rem !important;
  }
}
.nav-pills .serv__item span {
  color: #018ed0;
  padding: 1rem 2rem !important;
  border-radius: 100px;
  border: 1px solid #018ed0;
}
.nav-pills .serv__item.active {
  background-color: #1fa4e1 !important;
  color: #ffffff;
}

.dropdown-menu {
  border-radius: 20px;
  border-color: #1fa4e1;
}
.dropdown-menu .dropdown-item {
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  color: #1fa4e1;
  text-transform: uppercase;
  font-size: 1.1rem;
  background-color: transparent;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.dropdown-menu .dropdown-item:hover {
  color: #fe2923;
}

.tab-pane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.serv__btn-sec {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.serv__btn-sec.serv .serv__btn .serv__btn-circle {
  left: 35%;
}
@media only screen and (min-width: 768px) {
  .serv__btn-sec.serv .serv__btn .serv__btn-circle {
    left: 34%;
  }
}

.serv__btn {
  border-radius: 50%;
  border: 1px solid #878793;
  width: 9rem;
  height: 9rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #878793;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.serv__btn:hover {
  color: #000;
}
.serv__btn:hover .serv__btn-circle span {
  color: #fe2923;
}
.serv__btn .serv__btn-circle {
  position: absolute;
  top: 57%;
  left: 32%;
  -webkit-transform: translate(-21%, -60%);
          transform: translate(-21%, -60%);
}
@media only screen and (min-width: 768px) {
  .serv__btn .serv__btn-circle {
    left: 30%;
  }
}
.serv__btn .serv__btn-circle span {
  font-size: 1.5rem;
  color: #1fa4e1;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: block;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .serv__btn .serv__btn-circle span {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .serv__btn {
    width: 14rem;
    height: 14rem;
    font-size: 1.2rem;
  }
}

.serv__right {
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .serv__right {
    padding: 0 0 0 4rem !important;
  }
}
.serv__right .serv__item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #cecece;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 0;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .serv__right .serv__item-right {
    padding: 0.7rem 0;
  }
}
.serv__right .serv__item-right:hover {
  text-decoration: none;
}
.serv__right .serv__item-right:hover .serv__item-name {
  color: #fe2923;
}
.serv__right .serv__item-right:hover .serv__price .price__circle {
  border: 1px solid #1fa4e1;
}
.serv__right .serv__item-right .serv__item-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .serv__right .serv__item-right .serv__item-name {
    width: auto;
    font-size: 1.1rem;
  }
}
.serv__right .serv__item-right .serv__price {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .serv__right .serv__item-right .serv__price {
    width: auto;
  }
}
.serv__right .serv__item-right .serv__price .price {
  display: block;
  color: #fe2923;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .serv__right .serv__item-right .serv__price .price {
    margin-right: 2rem;
    font-size: 1.1rem;
  }
}
.serv__right .serv__item-right .serv__price .price span {
  text-transform: lowercase;
}
.serv__right .serv__item-right .serv__price .dotted {
  display: none;
  color: #000;
  font-size: 2rem;
  padding-bottom: 1.1rem;
  margin-right: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .serv__right .serv__item-right .serv__price .dotted {
    display: block;
  }
}
.serv__right .serv__item-right .serv__price .price__circle {
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .serv__right .serv__item-right .serv__price .price__circle {
    width: 3rem;
    height: 3rem;
  }
}
.serv__right .serv__item-right .serv__price .price__circle img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

hr {
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 768px) {
  hr {
    margin: 0 0 5rem 0;
  }
}

.instr {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .instr {
    margin-top: 5rem;
  }
}
.instr .instr__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.instr .instr__item .instr__num {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #cecece;
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .instr .instr__item .instr__num {
    width: 6rem;
    height: 6rem;
    margin-bottom: 0;
  }
}
.instr .instr__item .instr__num span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .instr .instr__item .instr__num span {
    font-size: 1.1rem;
  }
}
.instr .instr__item .instr__info {
  width: 100%;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .instr .instr__item .instr__info {
    width: 90%;
    padding-bottom: 5rem;
  }
}
.instr .instr__item .instr__info .instr__title {
  font-size: 1.12rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .instr .instr__item .instr__info .instr__title {
    width: 35%;
    font-size: 1.3rem;
  }
}
.instr .instr__item .instr__info .instr__desc {
  display: block;
  width: 100%;
}
.instr .instr__item .instr__info .instr__desc p {
  color: #7C8088;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .instr .instr__item .instr__info .instr__desc p {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .instr .instr__item .instr__info .instr__desc {
    width: 90%;
  }
}
.instr .instr__item .instr__info .instr__btn {
  font-size: 0.9rem;
  color: #fe2923;
  text-decoration: none;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .instr .instr__item .instr__info .instr__btn {
    font-size: 1rem;
  }
}
.instr .instr__item .instr__info .instr__btn:hover {
  text-decoration: none;
  color: #1fa4e1;
}
.instr .instr__item .instr__info .instr__btn span {
  font-size: 1rem;
  font-weight: 500;
  padding-left: 1rem;
}

.about__img img {
  width: 100%;
  border-radius: 50px;
}
@media only screen and (min-width: 768px) {
  .about__img img {
    border-radius: 80px 0 0 80px;
  }
}

.pluses {
  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-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .pluses {
    padding-bottom: 4rem;
  }
}
.pluses .pluses__right .advantages-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.8rem;
  cursor: pointer;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .pluses .pluses__right .advantages-arrows {
    font-size: 3.5rem;
  }
}
.pluses .pluses__right .advantages-arrows .slider-arrow:hover {
  color: #fe2923;
}

.advantages-slider {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .advantages-slider {
    width: 120%;
  }
}
.advantages-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.advantages-slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.advantages-slider .plus__item {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.advantages-slider .plus__item.block {
  width: 100%;
  height: 100%;
  display: block !important;
  padding: 1rem 2.5rem;
  border-left: 1px solid #cecece;
  text-decoration: none;
}
.advantages-slider .plus__item.block .plus__title {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  width: 100%;
  line-height: 1.2;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .advantages-slider .plus__item.block .plus__title {
    font-size: 1.6rem;
    width: 50%;
  }
}
.advantages-slider .plus__item.block .plus__text p {
  color: #797c8c;
  font-size: 1rem;
}

.news__right .col-md-6:nth-child(odd) {
  border-right: 0;
}
@media only screen and (min-width: 768px) {
  .news__right .col-md-6:nth-child(odd) {
    border-right: 1px solid #cecece;
  }
}

.news__item {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.news__item .news__img {
  padding-bottom: 1.5rem;
  text-align: center;
}
.news__item .news__img img {
  width: 100%;
  border-radius: 50px;
}
@media only screen and (min-width: 768px) {
  .news__item .news__img img {
    width: 100%;
    border-radius: 50px;
  }
}
.news__item .news__title-block {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .news__item .news__title-block {
    padding-bottom: 2rem;
  }
}
.news__item .news__title-block:hover .news__title {
  color: #fe2923;
}
.news__item .news__title-block .news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.1rem;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .news__item .news__title-block .news__title {
    font-size: 1.3rem;
    line-height: 1.25;
  }
}
.news__item .news__title-block .news__title span {
  color: #fe2923;
  font-size: 1rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .news__item .news__title-block .news__title span {
    font-size: 1rem;
  }
}
.news__item .news__title-block .news__title::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.news__item .news__text p {
  color: #797c8c;
  font-size: 1rem;
}

#accordion {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  #accordion {
    width: 100%;
  }
}
#accordion .card {
  margin: 0 auto;
  border: none !important;
  text-align: left;
  width: 100%;
  border-radius: 0;
}
#accordion .card:nth-child(odd) {
  border-bottom: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
#accordion .card:hover {
  border: none;
}
#accordion .card:hover:nth-child(odd) {
  border: none;
}
#accordion .card:last-child .card-header::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
#accordion .card:last-child .card-header.collapsed::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cecece;
}
#accordion .card:last-child .collapse::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cecece;
}
#accordion .card .card-header {
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
  position: relative;
}
#accordion .card .card-header.collapsed .head__accord .ques__btn .ques__minus {
  width: 1.2rem;
  height: 3px;
  content: "";
  display: block;
  background-color: #000;
  margin-left: 2rem;
}
@media only screen and (min-width: 768px) {
  #accordion .card .card-header.collapsed .head__accord .ques__btn .ques__minus {
    margin-left: 0;
  }
}
#accordion .card .card-header.collapsed .head__accord .ques__btn .ques__minus::after {
  width: 1.2rem;
  height: 3px;
  content: "";
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #000;
}
#accordion .card .card-header::before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cecece;
}
@media only screen and (min-width: 768px) {
  #accordion .card .card-header {
    padding: 2rem 0;
  }
}
#accordion .card .card-header:hover {
  background-color: #0c6c8c;
  border-radius: 100px;
}
#accordion .card .card-header:hover.collapsed .head__accord .ques__btn .ques__minus {
  background-color: #ffffff;
}
#accordion .card .card-header:hover.collapsed .head__accord .ques__btn .ques__minus::after {
  background-color: #ffffff;
}
#accordion .card .card-header:hover .head__accord .ques__btn {
  color: #ffffff !important;
}
#accordion .card .card-header:hover .head__accord .ques__btn .ques__minus {
  background-color: #ffffff;
}
#accordion .card .card-header .head__accord {
  width: 80% !important;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #accordion .card .card-header .head__accord {
    width: 65% !important;
  }
}
#accordion .card .card-header .head__accord .ques__btn {
  margin-left: 0 !important;
  color: #000 !important;
  background-color: transparent !important;
  border: none !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 1.5 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  width: 100% !important;
  padding-right: 0 !important;
  text-transform: none;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-bottom: 0 !important;
}
#accordion .card .card-header .head__accord .ques__btn:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  #accordion .card .card-header .head__accord .ques__btn {
    text-align: center;
    padding-right: 4rem;
    font-size: 1.3rem;
  }
}
#accordion .card .card-header .head__accord .ques__btn .ques__minus {
  width: 1.2rem;
  height: 3px;
  content: "";
  display: block;
  background-color: #fe2923;
  margin-left: 2rem;
}
@media only screen and (min-width: 768px) {
  #accordion .card .card-header .head__accord .ques__btn .ques__minus {
    margin-left: 0;
  }
}
#accordion .card-body {
  color: #ffffff;
  width: 80% !important;
  margin: 0 auto;
  padding: 0;
  padding: 1.5rem 0 2rem;
}
@media only screen and (min-width: 768px) {
  #accordion .card-body {
    width: 65% !important;
  }
}
#accordion .card-body p {
  font-size: 0.9rem;
}
@media only screen and (min-width: 768px) {
  #accordion .card-body p {
    font-size: 1rem;
  }
}
#accordion .card-body .card__link {
  color: #fec953;
  font-size: 0.8rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  #accordion .card-body .card__link {
    display: inline-block;
    font-size: 1rem;
  }
}
#accordion .card-body .card__link:hover {
  text-decoration: underline;
}

.w-40 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .w-40 {
    width: 40%;
  }
}

.reviews {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1rem;
}
.reviews .reviews__right .reviews-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  color: #ffffff;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .reviews .reviews__right .reviews-arrows {
    font-size: 3.5rem;
  }
}
.reviews .reviews__right .reviews-arrows .slider-arrow:hover {
  color: #fe2923;
}

.reviews-slider {
  width: 100%;
}
.reviews-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.reviews-slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.reviews-slider .reviews__item {
  width: 100%;
}
.reviews-slider .reviews__item.block {
  width: 100%;
  height: 100%;
  padding: 1rem;
  border-right: 0;
  text-decoration: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .reviews-slider .reviews__item.block {
    padding: 1rem 3rem;
    border-right: 1px solid #ffffff;
  }
}
.reviews-slider .reviews__item.block .reviews__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews-slider .reviews__item.block .reviews__flex .reviews__img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 768px) {
  .reviews-slider .reviews__item.block .reviews__flex .reviews__img {
    width: 9rem;
    height: 9rem;
  }
}
.reviews-slider .reviews__item.block .reviews__flex .reviews__img img {
  width: 100%;
  height: 100%;
}
.reviews-slider .reviews__item.block .reviews__flex .reviews__title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.2;
  width: 60%;
  padding-bottom: 0;
  padding-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .reviews-slider .reviews__item.block .reviews__flex .reviews__title {
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }
}
.reviews-slider .reviews__item.block .reviews__text {
  width: 100%;
}
.reviews-slider .reviews__item.block .reviews__text p {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .reviews-slider .reviews__item.block .reviews__text {
    width: 90%;
  }
}

form {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  form {
    margin-bottom: 0;
  }
}
form .form-control {
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #cecece;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  margin: 0 2rem;
}
@media only screen and (min-width: 768px) {
  form .form-control {
    width: 90%;
    margin: 0 0 0 2rem;
    font-size: 1.5rem;
  }
}
form .form-control::-webkit-input-placeholder {
  color: #000;
  font-weight: 500;
  font-size: 1.1rem;
}
form .form-control::-moz-placeholder {
  color: #000;
  font-weight: 500;
  font-size: 1.1rem;
}
form .form-control:-ms-input-placeholder {
  color: #000;
  font-weight: 500;
  font-size: 1.1rem;
}
form .form-control::-ms-input-placeholder {
  color: #000;
  font-weight: 500;
  font-size: 1.1rem;
}
form .form-control::placeholder {
  color: #000;
  font-weight: 500;
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  form .form-control::-webkit-input-placeholder {
    font-size: 1.5rem;
  }
  form .form-control::-moz-placeholder {
    font-size: 1.5rem;
  }
  form .form-control:-ms-input-placeholder {
    font-size: 1.5rem;
  }
  form .form-control::-ms-input-placeholder {
    font-size: 1.5rem;
  }
  form .form-control::placeholder {
    font-size: 1.5rem;
  }
}
form .form-control:focus {
  color: #000;
  border-bottom: 2px solid #cecece;
}

footer {
  background-color: #e5ebf2;
  border-radius: 50px 50px 0 0;
  padding: 3rem 0;
  margin-top: 4rem;
}
@media only screen and (min-width: 768px) {
  footer {
    border-radius: 100px 100px 0 0;
    margin-top: 8rem;
  }
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer .footer__left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  footer .footer .footer__left {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .footer .footer__left .footer__contacts {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  footer .footer .footer__left .footer__contacts {
    margin-bottom: 0rem;
  }
}
footer .footer .footer__left .footer__contacts .footer__phone {
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  footer .footer .footer__left .footer__contacts .footer__phone {
    font-size: 3.1rem;
  }
}
footer .footer .footer__left .footer__contacts .footer__phone:hover {
  text-decoration: none;
}
footer .footer .footer__left .footer__contacts .footer__email {
  font-size: 0.9rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  footer .footer .footer__left .footer__contacts .footer__email {
    font-size: 1.28rem;
  }
}
footer .footer .footer__left .footer__contacts .footer__email a {
  text-decoration: none;
  color: #000;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
footer .footer .footer__left .footer__contacts .footer__email a:hover {
  color: #fe2923;
}
footer .footer .footer__left .footer__media {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  footer .footer .footer__left .footer__media {
    width: 40%;
  }
}
footer .footer .footer__left .footer__media:hover {
  text-decoration: none;
}
footer .footer .footer__left .footer__media .footer__img {
  width: 10%;
}
@media only screen and (min-width: 768px) {
  footer .footer .footer__left .footer__media .footer__img {
    width: 15%;
  }
}
footer .footer .footer__left .footer__media .footer__img img {
  width: 100%;
}
footer .footer .footer__left .footer__media .footer__text {
  padding-left: 1rem;
  width: 75%;
  font-size: 0.6rem;
  font-weight: 500;
  color: #878793;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  footer .footer .footer__left .footer__media .footer__text {
    font-size: 0.9rem;
  }
}
footer .footer .footer__left .footer__media .footer__text:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  footer .footer .footer__left .footer__media {
    margin-bottom: 0rem;
  }
}
footer .footer .footer__left .footer__works {
  font-weight: 500;
  font-size: 0.9rem;
}
@media only screen and (min-width: 768px) {
  footer .footer .footer__left .footer__works {
    font-size: 1rem;
  }
}
footer .footer .footer__right {
  width: 40%;
  margin-top: 1rem;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  footer .footer .footer__right {
    width: 18%;
    margin-top: 0;
    padding-bottom: 0.45rem;
  }
}
footer .footer .footer__right img {
  width: 100%;
}

.expert__main {
  margin-top: 5rem;
}
@media only screen and (min-width: 768px) {
  .expert__main {
    margin-top: 10rem;
    padding-right: 8rem;
  }
}
.expert__main .expert__desc {
  width: 100%;
  color: #1fa4e1;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .expert__main .expert__desc {
    widows: 80%;
    margin-bottom: 3rem;
  }
}
.expert__main .expert__desc p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .expert__main .expert__desc p {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

.expert__img {
  width: 100%;
}
.expert__img img {
  width: 100%;
  border-radius: 50px;
}
@media only screen and (min-width: 768px) {
  .expert__img img {
    border-radius: 100px 0 0 100px;
  }
}

.expert__circles {
  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;
}
.expert__circles .circle__small {
  width: 6rem;
  height: 6rem;
  border: 3px dotted #cecece;
  border-radius: 50%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .expert__circles .circle__small {
    width: 18rem;
    height: 18rem;
  }
}
.expert__circles .circle__small span {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .expert__circles .circle__small span {
    font-size: 1.3rem;
  }
}
.expert__circles .circle__small.first {
  right: -0.5rem;
}
@media only screen and (min-width: 768px) {
  .expert__circles .circle__small.first {
    right: -2rem;
  }
}
.expert__circles .circle__small.second {
  left: -0.5rem;
}
@media only screen and (min-width: 768px) {
  .expert__circles .circle__small.second {
    left: -2rem;
  }
}
.expert__circles .circle__main {
  width: 7rem;
  height: 7rem;
  border: 2px solid #018ed0;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  -webkit-animation: scalemotion 4s infinite linear;
          animation: scalemotion 4s infinite linear;
}
@-webkit-keyframes scalemotion {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scalemotion {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.expert__circles .circle__main .circle__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  left: 42%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .expert__circles .circle__main .circle__logo {
    left: 50%;
  }
}
.expert__circles .circle__main .circle__logo span {
  margin-left: 0.2rem;
  display: block;
  font-weight: 700;
  font-size: 0.6rem;
  line-height: 1;
  width: 44%;
}
@media only screen and (min-width: 768px) {
  .expert__circles .circle__main .circle__logo span {
    font-size: 1.3rem;
    width: 60%;
    margin-left: 0.5rem;
  }
}
.expert__circles .circle__main .circle__logo .circle__img {
  width: 40%;
  padding-bottom: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .expert__circles .circle__main .circle__logo .circle__img {
    padding-bottom: 0;
  }
}
.expert__circles .circle__main .circle__logo .circle__img img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .expert__circles .circle__main {
    width: 21rem;
    height: 21rem;
  }
}

.doc__desc {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .doc__desc {
    width: 90%;
  }
}
.doc__desc p {
  color: #919191;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.doc__price {
  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-right: 0;
}
@media only screen and (min-width: 768px) {
  .doc__price {
    padding-right: 5rem;
  }
}
.doc__price .price {
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .doc__price .price {
    font-size: 3.5rem;
  }
}
.doc__price .price span {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .doc__price .price span {
    font-size: 2rem;
  }
}

.doc__img {
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}
.doc__img img {
  width: 100%;
}

.serv__hr {
  margin-top: 4rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .serv__hr {
    margin-top: 8rem;
  }
}

.news__hr {
  margin-top: 3rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .news__hr {
    margin-top: 5rem;
    margin-bottom: 1rem;
  }
}

.con__item {
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .con__item {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.con__item a {
  text-decoration: none;
  color: #000;
}
.con__item a:hover {
  text-decoration: none;
  color: #fe2923;
}

.serv__item-block {
  border: 2px solid #fe2923;
  border-radius: 50px;
  padding: 3rem;
  width: 100%;
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .serv__item-block {
    width: 90%;
    padding: 3rem 4rem;
  }
}
.serv__item-block p {
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .serv__item-block p {
    font-size: 1.5rem;
  }
}
.serv__item-block p a {
  color: #fe2923;
  text-decoration: underline;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.serv__item-block p a:hover {
  color: #1fa4e1;
}

.shop__items {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.shop__items .shop__item {
  padding: 2rem 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: relative;
}
.shop__items .shop__item:last-child::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cecece;
  display: block;
}
.shop__items .shop__item::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cecece;
  display: block;
}
.shop__items .shop__item:hover {
  background-color: #0c6c8c;
  border-radius: 50px;
}
.shop__items .shop__item:hover .shop__main .shop__left {
  color: #ffffff;
}
.shop__items .shop__item:hover .shop__main .shop__right .shop__price {
  color: #ffffff;
}
.shop__items .shop__item:hover .shop__main .shop__right span a {
  background-color: #ffffff;
}
.shop__items .shop__item:hover .shop__main .shop__right span a::after {
  background-color: #ffffff;
}
.shop__items .shop__item .shop__main {
  padding: 0 2rem;
  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;
}
@media only screen and (min-width: 768px) {
  .shop__items .shop__item .shop__main {
    padding: 0 8rem;
  }
}
.shop__items .shop__item .shop__main .shop__left {
  font-size: 1rem;
  font-weight: 500;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .shop__items .shop__item .shop__main .shop__left {
    font-size: 1.5rem;
    width: auto;
  }
}
.shop__items .shop__item .shop__main .shop__right {
  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;
}
.shop__items .shop__item .shop__main .shop__right .shop__price {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  padding-right: 2rem;
}
@media only screen and (min-width: 768px) {
  .shop__items .shop__item .shop__main .shop__right .shop__price {
    font-size: 2rem;
  }
}
.shop__items .shop__item .shop__main .shop__right .shop__price span {
  font-size: 0.7rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .shop__items .shop__item .shop__main .shop__right .shop__price span {
    font-size: 1rem;
  }
}
.shop__items .shop__item .shop__main .shop__right span a {
  display: block;
  content: "";
  width: 1.2rem;
  height: 3px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.shop__items .shop__item .shop__main .shop__right span a::after {
  display: block;
  content: "";
  width: 1.2rem;
  height: 3px;
  background-color: #000;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.shop__final {
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .shop__final {
    margin-bottom: 10rem;
  }
}
.shop__final .shop__fprice {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .shop__final .shop__fprice {
    margin-right: 2rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.shop__final .shop__fprice span {
  padding-bottom: 0;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .shop__final .shop__fprice span {
    padding-bottom: 0.3rem;
    font-size: 1.5rem;
  }
}
.shop__final .shop__fprice .price {
  font-weight: 600;
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .shop__final .shop__fprice .price {
    font-size: 3rem;
  }
}
.shop__final .shop__fprice .price span {
  margin-left: 1rem;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .shop__final .shop__fprice .price span {
    font-size: 1.5rem;
  }
}

.work__block {
  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;
  position: relative;
}
.work__block .work__logo {
  width: 3rem;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .work__block .work__logo {
    width: 9rem;
  }
}
.work__block .work__logo img {
  width: 100%;
}
.work__block .work__text {
  width: 90%;
  color: #1fa4e1;
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 1rem;
  z-index: 999;
}
.work__block .work__text span {
  color: #fe2923;
}
@media only screen and (min-width: 768px) {
  .work__block .work__text {
    font-size: 4rem;
    margin-top: 3rem;
  }
}
.work__block .map {
  position: absolute;
  top: -15%;
  z-index: 1;
}
.work__block .map img {
  width: 100%;
}

.doc__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.5rem;
}
.doc__flex .doc__media {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .doc__flex .doc__media {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
}
.doc__flex .doc__media:hover {
  text-decoration: none;
}
.doc__flex .doc__media .doc__img-tel {
  width: 2rem;
  display: none;
}
@media only screen and (min-width: 768px) {
  .doc__flex .doc__media .doc__img-tel {
    width: 3.7rem;
    display: block;
  }
}
.doc__flex .doc__media .doc__img-tel img {
  width: 100%;
}
.doc__flex .doc__media .doc__text {
  padding-left: 0;
  width: auto;
  font-size: 0.7rem;
  font-weight: 500;
  color: #878793;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .doc__flex .doc__media .doc__text {
    padding-left: 1.5rem;
    font-size: 0.75rem;
    width: 65%;
  }
}
.doc__flex .doc__media .doc__text:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .doc__flex .doc__media {
    margin-bottom: 0rem;
  }
}

.contacts__desc {
  border-right: 0;
  padding-right: 0rem;
}
@media only screen and (min-width: 768px) {
  .contacts__desc {
    border-right: 1px solid #cecece;
    padding-right: 1rem;
  }
}

.cotacts__link {
  display: block;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0rem;
  -webkit-transition: #fe2923 0.2s linear;
  transition: #fe2923 0.2s linear;
}
@media only screen and (min-width: 768px) {
  .cotacts__link {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cotacts__link:hover {
  text-decoration: none;
  color: #fe2923;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?lto4fq");
  src: url("fonts/icomoon.eot?lto4fq#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?lto4fq") format("truetype"), url("fonts/icomoon.woff?lto4fq") format("woff"), url("fonts/icomoon.svg?lto4fq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-paper-plane:before {
  content: "\e900";
}

.icon-vk:before {
  content: "\e901";
}

.icon-facebook1:before {
  content: "\e902";
}

.icon-arrow_slider_left:before {
  content: "\e903";
}

.icon-arrow_small:before {
  content: "\e904";
}

.icon-arrow_big:before {
  content: "\e905";
}

.icon-arrow_long:before {
  content: "\e906";
}

.icon-arrow_slider_right:before {
  content: "\e907";
}

.icon-mail4:before {
  content: "\ea86";
}

.icon-amazon:before {
  content: "\ea87";
}

.icon-google:before {
  content: "\ea88";
}

.icon-google2:before {
  content: "\ea89";
}

.icon-google3:before {
  content: "\ea8a";
}

.icon-google-plus:before {
  content: "\ea8b";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-spotify:before {
  content: "\ea94";
}

.icon-telegram:before {
  content: "\ea95";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-youtube2:before {
  content: "\ea9e";
}/*# sourceMappingURL=style.css.map */