/*fonts*/
@font-face {
  font-family: 'Geometria';
  src: url("../fonts/Geometria-Medium.woff2") format("woff2"), url("../fonts/Geometria-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geometria';
  src: url("../fonts/Geometria-Bold.woff2") format("woff2"), url("../fonts/Geometria-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*-fonts*/
/*options*/
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-weight: 500;
  font-family: 'Geometria', sans-serif;
  line-height: normal;
  background: #FFFFFF;
  margin: 0;
 overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: 7px;
}
.modal {
 display: none;
}
.police {
 display: none;
}
body::-webkit-scrollbar-thumb {
  background: #03D6A1;
}

body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.7);
}

p {
  width: 100%;
  color: #7D7D7D;
  font-size: 20px;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  margin-top: 0;
  margin-bottom: .5rem;
}

h2 {
  color: #363A47;
  font-size: 35px;
  line-height: 45px;
}

h3 {
  color: #363A47;
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
}

h4 {
  color: #363A47;
  font-size: 25px;
  line-height: 33px;
  font-weight: 500;
}

h5 {
  color: #363A47;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

img {
  max-width: 100%;
}

ul, ol {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
}

li {
  list-style-type: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

select:hover, select:focus {
  outline: none;
  text-decoration: none;
}

textarea {
  font-family: 'Geometria', sans-serif;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  resize: none;
  border-radius: 0;
}

textarea::-webkit-input-placeholder {
  color: #646464;
}

textarea::-moz-placeholder {
  color: #646464;
}

textarea:-ms-input-placeholder {
  color: #646464;
}

textarea:-moz-placeholder {
  color: #646464;
}

textarea:hover, textarea:focus {
  outline: none;
  text-decoration: none;
}

input {
  font-family: 'Geometria', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
}

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

input::-moz-placeholder {
  color: #646464;
}

input:-ms-input-placeholder {
  color: #646464;
}

input:-moz-placeholder {
  color: #646464;
}

input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

button {
  font-family: 'Geometria', sans-serif;
  cursor: pointer;
  border: none;
  background: none;
}

button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

html,
body {
  height: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.cd-upload-btn {
 color: #03D6A1;
}
.codedropz-upload-wrapper {
 margin-bottom: 20px;
}
.career-form_title {
 text-align: center;
 font-size: 18px;
 line-height: 26px;
 margin-bottom: 15px;
}
.page-top {
  position: relative;
  margin-top: 100px;
}

.page-top:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -149px;
  top: -20px;
  height: 182px;
  width: 149px;
  background: url(../img/icons/dots-right.svg) center no-repeat;
  background-size: contain;
}

.page-top:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -149px;
  top: -20px;
  height: 182px;
  width: 149px;
  background: url(../img/icons/dots-left.svg) center no-repeat;
  background-size: contain;
}

.page-top .breadcrumbs {
  margin-bottom: 20px;
  margin-left: 10px;
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}

.page-title h1 {
  position: relative;
  max-width: 900px;
  color: #212B36;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.page-title h1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 6px;
  width: 57px;
  background: #03D6A1;
}

.page-title p {
  max-width: 390px;
  color: #37474F;
  font-size: 17px;
  line-height: 21px;
  margin-top: 20px;
  margin-bottom: 0;
}

.section-title {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 45px;
}

.section-title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  max-width: 400px;
  color: #363A47;
  font-size: 25px;
  line-height: 110%;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}

.section-title h2 span {
  display: block;
  width: 100%;
  height: 3px;
  background: #F5F5F5;
  margin-top: 10px;
  margin-bottom: 20px;
}

.section-title p {
  max-width: 300px;
  color: #37474F;
  font-size: 17px;
  line-height: 110%;
  margin-bottom: 0;
}

.page-button {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  width: 190px;
  height: 50px;
  color: #FFFFFF;
  font-size: 17px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.page-button:before,
.page-button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 11px;
}

.page-button:before {
  z-index: -1;
  background: #03D6A1;
}

.page-button:after {
  z-index: -2;
  opacity: 0;
  background: #515666;
}

@-webkit-keyframes rotatecw {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotatecw {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateccw {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotateccw {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.bgr-line {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bgr-line span {
  position: absolute;
  top: 0;
  width: 101px;
  height: 100%;
}

.bgr-line span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50px;
  height: 100%;
  width: 1px;
  background: #515666;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.bgr-line span:nth-child(1) {
  left: -37px;
}

.bgr-line span:nth-child(2) {
  left: 13%;
}

.bgr-line span:nth-child(3) {
  left: 30%;
}

.bgr-line span:nth-child(4) {
  left: 46%;
}

.bgr-line span:nth-child(5) {
  right: 30%;
}

.bgr-line span:nth-child(6) {
  right: 13%;
}

.bgr-line span:nth-child(7) {
  right: -37px;
}

.page-links {
  position: fixed;
  z-index: 5;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.325493);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.325493);
  border-radius: 8px;
  padding: 15px 0px;
}

.page-links li {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65px;
}

.page-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37px;
  height: 37px;
  color: #363A47;
  font-size: 22px;
  line-height: 22px;
  border-radius: 50%;
}

.page-links span {
  position: absolute;
  left: 120%;
  top: -5px;
  display: none;
  color: #363A47;
  font-size: 18px;
  white-space: nowrap;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.22), 0px 24px 24px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.22), 0px 24px 24px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  padding: 11px 20px;
  overflow: hidden;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.page-links span:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-right: 7px solid #FFFFFF;
  border-bottom: 7px solid transparent;
}

.page-links b {
  position: relative;
  display: block;
  height: 0;
  width: 1px;
  background: #363A47;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.page-links b:after {
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #363A47;
  opacity: 0;
  -webkit-transition: 1.1s;
  -o-transition: 1.1s;
  transition: 1.1s;
}

.page-links b:before {
  content: '';
  position: absolute;
  left: -2px;
  bottom: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #363A47;
  opacity: 0;
  -webkit-transition: 1.1s;
  -o-transition: 1.1s;
  transition: 1.1s;
}

.page-links li.active a {
  color: #FFFFFF;
  background: #07B086;
}

.page-links li.active span {
  color: #FFFFFF;
  background: #07B086;
}

.page-links li.active span:before {
  border-right: 7px solid #07B086;
}

.page-links li.active b {
  height: 136px;
  margin-top: 10px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.page-links li.active b:after {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.page-links li.active b:before {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  font-weight: 500;
}

.breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.breadcrumbs li:after {
  content: '/';
  color: #03D6A1;
  margin: 0px 4px;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs a {
  color: #7D7D7D;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.breadcrumbs h1 {
  color: #7D7D7D;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.page-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}

.page-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

.page-pagination a, .page-pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  color: #7D7D7D;
  font-size: 22px;
  line-height: 22px;
  border-radius: 3px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.page-pagination li {
  margin: 0px 5px;
}

.page-pagination li.active a, .page-pagination li.active span {
  color: #FFFFFF;
  background: #03D6A1;
}

.page-pagination_arrow {
  margin: 0px 15px;
}

.page-pagination_arrow svg {
  width: 32px;
  height: 32px;
  fill: #DADADA;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

/*-options*/
/*home*/
.home-top {
  background: #363A47;
}

.home-top .container {
  z-index: 1;
  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-top: 100px;
  padding-bottom: 55px;
}

.home-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
}

.home-text h1 {
  color: #FFFFFF;
  font-size: 56px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 30px;
}

.home-text h1 b {
  color: #03D6A1;
}

.home-text p {
  color: #FFFFFF;
  margin-bottom: 0;
}

.home-text a {
  margin-top: 50px;
}

.home-img {
  width: 45%;
}

.home-img svg {
  width: 100%;
  height: auto;
}

.home-bottom {
  position: relative;
  z-index: 2;
  top: -90px;
}

.home-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 24%;
  padding: 0px 20px 35px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.0588235);
          box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.0588235);
  border-radius: 15px;
}

.home-box h4 {
  height: 60px;
  text-align: center;
}

.home-box p {
  color: #6F7A80;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.home-box a {
  position: relative;
  z-index: 2;
  display: block;
  color: #6F7A80;
  font-size: 16px;
  margin-bottom: 15px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  text-align: center;
}

.home-box a:last-child {
  margin-bottom: 0;
}

.home-box:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 3px solid #03D6A1;
  border-bottom: 3px solid #03D6A1;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: border-radius 1s, -webkit-transform 0.4s;
  transition: border-radius 1s, -webkit-transform 0.4s;
  -o-transition: border-radius 1s, transform 0.4s;
  transition: border-radius 1s, transform 0.4s;
  transition: border-radius 1s, transform 0.4s, -webkit-transform 0.4s;
}

.home-box:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-right: 3px solid #03D6A1;
  border-left: 3px solid #03D6A1;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: border-radius 1s, -webkit-transform 0.4s;
  transition: border-radius 1s, -webkit-transform 0.4s;
  -o-transition: border-radius 1s, transform 0.4s;
  transition: border-radius 1s, transform 0.4s;
  transition: border-radius 1s, transform 0.4s, -webkit-transform 0.4s;
}

.home-box_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100px;
  margin-bottom: 10px;
}

/*-home*/
/*services*/
.services .container:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -134px;
  bottom: -80px;
  height: 182px;
  width: 149px;
  background: url(../img/icons/dots-right.svg) center no-repeat;
  background-size: contain;
}

.services .container:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -134px;
  top: 0;
  height: 182px;
  width: 149px;
  background: url(../img/icons/dots-left.svg) center no-repeat;
  background-size: contain;
}

.services-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 35px;
  background: #FAFAFA;
  border-bottom: 1px solid #DCDCDC;
}

.services-info_img {
  width: 41%;
}

.services-info_text {
  width: 57%;
}

.services-info_text h3 {
  position: relative;
  margin-bottom: 30px;
}

.services-info_text h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 57px;
  height: 6px;
  background: #03D6A1;
}

.services-list {
  padding: 0px 35px 35px 35px;
  background: #FAFAFA;
}

.services-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  color: #363A47;
  font-size: 21px;
  line-height: 26px;
  padding-right: 30px;
  margin-top: 35px;
}

.services-list li:before {
  content: '';
  display: block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  margin-right: 10px;
  margin-top: 7px;
  border-radius: 50%;
  background: #03D6A1;
}

.services-bottom .services-info {
  padding: 23px 110px 10px 35px;
  background: -webkit-gradient(linear, right top, left top, from(#07A981), to(#03D6A1));
  background: -o-linear-gradient(right, #07A981 0%, #03D6A1 100%);
  background: linear-gradient(270deg, #07A981 0%, #03D6A1 100%);
}

.services-bottom .services-info_text h3 {
  color: #FFFFFF;
}

.services-bottom .services-info_text h3:after {
  background: #FFFFFF;
}

.services-bottom .services-info_text p {
  color: #FFFFFF;
}

.services-bottom .services-list {
  background: -webkit-gradient(linear, right top, left top, from(#07A981), to(#03D6A1));
  background: -o-linear-gradient(right, #07A981 0%, #03D6A1 100%);
  background: linear-gradient(270deg, #07A981 0%, #03D6A1 100%);
}

.services-bottom .services-list li {
  color: #FFFFFF;
}

.services-bottom .services-list li:before {
  background: #FFFFFF;
}

/*-services*/
/*features*/
.features {
  padding-top: 90px;
}

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

/*-features*/
/*plus*/
.plus {
  padding-top: 90px;
}

.plus .container:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -134px;
  top: -15px;
  height: 182px;
  width: 149px;
  background: url(../img/icons/dots-right.svg) center no-repeat;
  background-size: contain;
}

.plus .container:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -134px;
  top: -15px;
  height: 182px;
  width: 149px;
  background: url(../img/icons/dots-left.svg) center no-repeat;
  background-size: contain;
}

.plus-numbers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 90px 0px;
  margin-bottom: 30px;
}

.plus-numbers:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  height: 100%;
  width: 2700px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, right top, left top, from(#07A980), to(#03D5A0));
  background: -o-linear-gradient(right, #07A980 0%, #03D5A0 100%);
  background: linear-gradient(270deg, #07A980 0%, #03D5A0 100%);
}

.plus-numbers li {
  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;
}

.plus-numbers span {
  display: block;
  color: #FFFFFF;
  font-size: 19px;
}

.plus-numbers span:nth-child(1) {
  font-size: 50px;
  margin-bottom: 10px;
}

.plus-bottom {
  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;
  padding: 30px 70px 30px 50px;
  background: #FAFAFA;
}

.plus-bottom_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.plus-bottom_info img {
  margin-right: 50px;
}

.plus-bottom_info h3 {
  font-weight: 700;
  margin-bottom: 0;
}

.plus-bottom_info p {
  color: #37474F;
  margin-bottom: 0;
}

/*-plus*/
/*case*/
.works {
  padding-top: 53px;
}

.case {
  padding-top: 90px;
}

.case-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #F5F5F5;
}

.case-box:nth-child(1) {
  border-top: 2px solid #F5F5F5;
}

.case-box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
  overflow: hidden;
}

.case-box_img img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.case-box_text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding-left: 25px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.case-box_text h3 {
  position: relative;
  max-width: 510px;
  margin-bottom: 30px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.case-box_text h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 57px;
  height: 6px;
  background: #03D6A1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.case-box_text p {
  max-width: 510px;
  margin-bottom: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.case-box_text:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #4E6A65;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*-case*/
/*talk*/
.talk {
  padding-top: 90px;
}

.talk .container:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -134px;
  bottom: 30px;
  height: 182px;
  width: 149px;
  background: url(../img/icons/dots-right.svg) center no-repeat;
  background-size: contain;
}

.talk .container:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -134px;
  bottom: 30px;
  height: 182px;
  width: 149px;
  background: url(../img/icons/dots-left.svg) center no-repeat;
  background-size: contain;
}

.talk-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.talk-boxs .home-box {
  margin: 0px 10px;
}

.talk-map {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.talk-map img {
  width: 100%;
}

.talk-map img:nth-child(3) {
  display: none;
}

.talk-map img:nth-child(4) {
  display: none;
}

.talk-map span {
  position: absolute;
  z-index: 2;
  top: 42%;
  left: 56%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
}

/*-talk*/
/*request*/
.request {
  padding-top: 90px;
  margin-bottom: 90px;
}

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

.request-form {
  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;
  width: 40%;
}

.request-input {
  width: 100%;
  height: 45px;
  color: #363A47;
  font-size: 17px;
  background: transparent;
  border: 2px solid #363A47;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 0px 15px;
}

.request-input:focus {
  border: 2px solid #03D6A1;
}

.request-textarea {
  width: 100%;
  height: 155px;
  color: #363A47;
  font-size: 17px;
  background: transparent;
  border: 2px solid #363A47;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 15px;
}

.request-textarea:focus {
  border: 2px solid #03D6A1;
}

.request-btn {
  width: 145px;
  height: 50px;
  color: #FFFFFF;
  font-size: 17px;
  background: #03D6A1;
  border-radius: 11px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  border: 2px solid #03D6A1;
}

.request-img {
  width: 55%;
}

/*-request*/
/*single*/
.single-trumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-trumb img {
  width: 100%;
}

.single-info {
  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;
  margin-top: 40px;
}
.single-info p:last-child {
  margin-bottom: 0;
}
.single-info_text {
  width: 68%;
}

.single-info_text p:last-child {
  margin-bottom: 0;
}

.single-info_list {
  width: 30%;
  padding: 30px 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.0588235);
          box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.0588235);
  border-radius: 15px;
}

.single-info_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

.single-info_list li:last-child {
  margin-bottom: 0;
}

.single-info_list span:nth-child(1) {
  color: #7D7D7D;
  font-size: 19px;
}

.single-info_list span:nth-child(2) {
  color: #212B36;
  font-size: 19px;
  font-weight: 700;
}

.single-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.single-img:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -149px;
  bottom: 0;
  height: 182px;
  width: 149px;
  background: url(../img/icons/dots-right.svg) center no-repeat;
  background-size: contain;
}

.single-img:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -149px;
  top: 0;
  height: 182px;
  width: 149px;
  background: url(../img/icons/dots-left.svg) center no-repeat;
  background-size: contain;
}

.single-img img {
  width: 100%;
}
.single-info_descr p:last-child {
  margin-bottom: 0;
}

.single-info_descr {
  margin-top: 65px;
}

.single-info_descr h4 {
 position: relative;
 color: #212B36;
 font-weight: 700;
 text-align: center;
 margin-bottom: 20px;
 padding-bottom: 15px;
}

.single-info_descr h4:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 6px;
  width: 57px;
  background: #03D6A1;
 }

.single-info_points {
  list-style: none;
  counter-reset: num;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}

.single-info_points li {
 position: relative;
 padding-top: 60px;
 text-align: center;
}
.single-info_points li p {
 color: #363A47;
}
.single-info_points li:last-child p {
 margin-bottom: 0;
}
.single-info_points li:last-child a {
 margin-bottom: 0;
}
.single-info_points li:before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 25px;
  color: #03D6A1;
  top: -3px;
  height: 57px;
  border-right: 6px solid #03D6A1;
  padding-right: 7px;
}
.single-slider_block {
 position: relative;
}

.single-slider_block:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -149px;
  bottom: -50px;
  height: 182px;
  width: 149px;
  background: url(../img/icons/dots-right.svg) center no-repeat;
  background-size: contain;
}

.single-slider_block:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -149px;
  top: 50px;
  height: 182px;
  width: 149px;
  background: url(../img/icons/dots-left.svg) center no-repeat;
  background-size: contain;
}

.single-slider_block.two:before {
  bottom: -200px;
}

.single-slider_block.two:after {
  top: -150px;
}

.single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 100px;
  background: #FAFAFA;
  margin-top: 40px;
}

.single-wrap h4 {
  position: relative;
  color: #212B36;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.single-wrap h4:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 6px;
  width: 57px;
  background: #03D6A1;
}

.single-wrap ul {
  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;
}

.single-wrap li {
  position: relative;
  width: 42%;
  font-size: 22px;
  line-height: 28px;
  padding-left: 45px;
  margin-top: 30px;
}

.single-wrap li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 26px;
  background: url(../img/icons/ok.svg) center no-repeat;
  background-size: contain;
}

.single-slider_wrap {
  overflow: hidden;
}

.single-slider {
  margin-top: 15px;
  margin-bottom: 20px;
  overflow: visible;
}

.single-slider_bgr {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  height: 104%;
}

.single-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-slide img {
  opacity: 0.55;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  max-height: 600px;
}

.single-slide.swiper-slide-active img {
  opacity: 1;
}

.single-slider_pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.single-slider_pagination .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  background: #DCDEDE;
  border: 3px solid transparent;
  margin: 5px 10px 0px 10px;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.single-slider_pagination .swiper-pagination-bullet-active {
  background: #03D6A1;
  border: 3px solid #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.332003);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.332003);
  opacity: 1;
}

.single-slider_arrow {
  position: absolute;
  z-index: 3;
  top: 55%;
  width: 50px;
  cursor: pointer;
  fill: #03D6A1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  outline: none;
}

.single-slider_arrow.swiper-button-disabled {
  opacity: 0.5;
}

.single-slider_next {
  right: -60px;
}

.single-slider_prev {
  left: -60px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.single-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
 margin-top: 65px;
}

.single-app h4 {
  position: relative;
  color: #212B36;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.single-app h4:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 6px;
  width: 57px;
  background: #03D6A1;
}

.single-app ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-app li {
  margin: 0px 10px;
}

.single-app img {
  height: 50px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.single-info_three {
  margin-bottom: 65px;
}
.laptop-slider {
  overflow: visible;
  margin-top: 95px;
  margin-bottom: 90px;
}

.laptop-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 76%;
}

.laptop-slide img {
  margin: 0px auto;
  opacity: 0.55;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.laptop-slide.swiper-slide-active img {
  opacity: 1;
}

.laptop-slider_bgr {
  position: absolute;
  top: 53.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  height: 121%;
}

.single-app_link {
  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;
  padding: 12px 34px;
  border: 2px solid #212B36;
  border-radius: 11px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.single-app_link svg {
  width: 34px;
  height: 34px;
  fill: #212B36;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.single-app_link span {
  display: block;
  font-weight: 500;
  font-size: 19px;
  text-transform: uppercase;
  color: #363A47;
  margin-left: 13px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

/*-single*/
/*share*/
.share {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 4;
  left: 0;
  top: 270px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.325493);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.325493);
  border-radius: 8px;
  padding: 120px 13px 20px 13px;
}

.share span {
  position: absolute;
  top: 50px;
  left: -5px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #7D7D7D;
  font-size: 23px;
  text-transform: uppercase;
}

.share li {
  margin-bottom: 30px;
}

.share li:last-child {
  margin-bottom: 0;
}

.share img {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

/*-share*/
/*blog*/
.blog-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.blog-box:last-child {
  margin-bottom: 0;
}

.blog-box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45%;
}

.blog-box_img img {
  width: 100%;
}

.blog-box_text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55%;
  padding: 5px 20px;
  background: #F5F5F5;
}

.blog-box_text h4 {
  max-height: 66px;
  max-width: 510px;
  overflow: hidden;
}

.blog-box_text a {
  color: #212B36;
  font-weight: 700;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.blog-box_text p {
  max-height: 172px;
  overflow: hidden;
  max-width: 510px;
  margin-bottom: 10px;
}

.blog-box_text span {
  color: #919EAB;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  padding-right: 15px;
}

/*-blog*/
/*post*/
.post-content {
  border-bottom: 1px solid #979797;
  margin-bottom: 20px;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {
  font-weight: 700;
}

.post-content a {
  color: #03D6A1;
  text-decoration: underline;
}

.post-content li {
  position: relative;
  width: 100%;
  color: #7D7D7D;
  font-size: 20px;
  line-height: 35px;
  padding-left: 20px;
  margin-bottom: .3rem;
}

.post-content li:last-child {
  margin-bottom: 0;
}

.post-content ul {
  margin-bottom: 1rem;
}

.post-content ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #03D6A1;
}

.post-content ol {
  list-style: none;
  counter-reset: num;
  margin-bottom: 1rem;
}

.post-content ol li {
  position: relative;
}

.post-content ol li:before {
  content: counter(num) ". ";
  counter-increment: num;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  color: #03D6A1;
}

.post-content_img {
  float: left;
  width: 630px;
  margin-right: 15px;
}

.post-date span {
  color: #919EAB;
  font-size: 15px;
  font-weight: 700;
}

/*-post*/
/*error*/
.error {
  margin-top: 150px;
  margin-bottom: 80px;
}

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

.error-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-width: 300px;
  margin-right: 10px;
}

.error-text h1 {
  position: relative;
  font-size: 55px;
  line-height: 55px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.error-text h1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 57px;
  height: 6px;
  background: #03D6A1;
}

.error-text p {
  line-height: 25px;
  margin-bottom: 25px;
}

.error-text a {
  color: #FFFFFF;
  font-size: 17px;
  padding: 14px 25px;
  background: #03D6A1;
  border-radius: 11px;
  border: 2px solid transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/*-error*/
/*calculate*/
.calculate-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 90px;
}

.calculate-wrap p {
  color: #212B36;
  font-size: 30px;
  line-height: 38px;
}

.calculate-left {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.0588235);
          box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.0588235);
  border-radius: 15px;
  overflow: hidden;
  width: 270px;
  min-width: 270px;
  margin-right: 100px;
}

.calculate-list {
  margin: 25px 10px 0 25px;
}


.calculate-list::-webkit-scrollbar {
  width: 4px;
}

.calculate-list::-webkit-scrollbar-thumb {
  background: #03D6A1;
}

.calculate-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

.calculate-list li {
  position: relative;
  height: 45px;
  color: #363A47;
  font-size: 20px;
  padding-left: 35px;
}

.calculate-list li:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #F3F3F3;
}

.calculate-list li:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 6px;
  top: -85%;
  height: 100%;
  border: 1px solid #F3F3F3;
}

.calculate-list li:first-child:after {
  display: none;
}

.calculate-list li.active {
  color: #03D6A1;
  font-weight: 700;
}

.calculate-list li.active:before {
  background: #03D6A1;
}

.calculate-list li.active:after {
  border: 1px solid #03D6A1;
}

.calculate-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: fit-content;
  border-radius: 9px; 
  padding: 12px 20px;
  background: #03D6A1;
  margin-bottom: 25px;
  margin-left: auto;
}

.calculate-price img {
  margin-right: 15px;
}

.calculate-price span {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}

.calculate-price_bgr {
  display: none;
}
.calculate-right {
 position: sticky;
 top: 10px;
 width: 100%;
}
.calculate-box {
  display: none;
}
.calculate-box:nth-child(3) .calculate-buttons button  {
 opacity: 0;
}
.calculate-box p {
  width: 85%;
  margin-bottom: 20px;
}

.calculate-inputs {
  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;
  width: 100%;
}

.calculate-label {
  position: relative;
  display: block;
  width: 47%;
  margin-bottom: 35px;
  cursor: pointer;
}

.calculate-label input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
}

.calculate-label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #03D6A1;
  font-size: 17px;
  border: 2px solid #03D6A1;
  border-radius: 11px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  padding: 15px;
}

.calculate-label input:checked + span {
  color: #FFFFFF;
  background: #03D6A1;
}

.calculate-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calculate-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calculate-buttons button {
  width: 144px;
  height: 50px;
  font-size: 17px;
  border-radius: 11px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.calculate-button_prev {
  color: #363A47;
  border: 2px solid #363A47;
  margin-right: 17px;
}

.calculate-button_next {
  color: #363A47;
  border: 2px solid #363A47;
}

.calculate-button_next span:nth-child(2) {
  display: none;
}

.calculate-inputs.show + .calculate-buttons .calculate-button_next {
  color: #FFFFFF;
  background: #363A47;
}

.calculate-inputs.show + .calculate-buttons .calculate-button_next span:nth-child(1) {
  display: none;
}

.calculate-inputs.show + .calculate-buttons .calculate-button_next span:nth-child(2) {
  display: block;
}

.calculate-animation {
  display: none;
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.calculate-animation p {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.calculate-animation_line {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  border: 1px solid #212B36;
  border-radius: 3px;
}

.calculate-animation_line span {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#08AD84), to(#03D6A1));
  background: -o-linear-gradient(left, #08AD84 0%, #03D6A1 100%);
  background: linear-gradient(90deg, #08AD84 0%, #03D6A1 100%);
}

@-webkit-keyframes calculate-line {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes calculate-line {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.calculate-animation.open .calculate-animation_line span {
  -webkit-animation: calculate-line 2s linear;
          animation: calculate-line 2s linear;
}

.calculate-final {
  display: none;
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.calculate-final p {
  text-align: center;
  margin-bottom: 40px;
}

.calculate-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.calculate-info li {
  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;
  text-align: center;
  width: 270px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.0588235);
          box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.0588235);
  border-radius: 15px;
  padding: 40px 16px;
  margin: 0px 10px;
}

.calculate-info .calculate-info_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  margin-bottom: 17px;
}

.calculate-info b {
  display: block;
  width: 100%;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}

.calculate-info span {
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.calculate-info span:last-child {
  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;
}

.calculate-info span:last-child:before {
  content: '';
  display: block;
  width: 7px;
  height: 38px;
  background: url(../img/icons/line.svg) center no-repeat;
  background-size: contain;
  margin: 5px 0;
}

.calculate-text {
  text-align: center;
  margin-bottom: 50px;
}

.calculate-text h3 {
  color: #03D6A1;
  font-weight: 700;
}

.calculate-text p {
  color: #7D7D7D;
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 0;
}

.calculate-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.calculate-start_input {
  width: 100%;
  height: 50px;
  color: #363A47;
  font-size: 17px;
  border: 2px solid #363A47;
  border-radius: 8px;
  padding: 0px 17px;
}

.calculate-start_input:focus {
  border: 2px solid #03D6A1;
}

.calculate-start_btn {
  height: 50px;
  color: #FFFFFF;
  font-size: 17px;
  padding: 0 20px;
  border: 2px solid #03D6A1;
  border-radius: 11px;
  background: #03D6A1;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin-left: 20px;
  cursor: pointer;
}

/*-calculate*/
/*career*/
.career .page-title p {
  font-size: 22px;
  line-height: 32px;
  max-width: 900px;
}

.career-boxs {
  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;
  margin: 0px -15px;
}

.career-box {
  position: relative;
  width: calc(50% - 30px);
  padding: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.0588235);
          box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.0588235);
  border-radius: 15px;
  margin: 0px 15px 30px 15px;
}

.career-box:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 3px solid #03D6A1;
  border-bottom: 3px solid #03D6A1;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: border-radius 1s, -webkit-transform 0.4s;
  transition: border-radius 1s, -webkit-transform 0.4s;
  -o-transition: border-radius 1s, transform 0.4s;
  transition: border-radius 1s, transform 0.4s;
  transition: border-radius 1s, transform 0.4s, -webkit-transform 0.4s;
}

.career-box:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-right: 3px solid #03D6A1;
  border-left: 3px solid #03D6A1;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: border-radius 1s, -webkit-transform 0.4s;
  transition: border-radius 1s, -webkit-transform 0.4s;
  -o-transition: border-radius 1s, transform 0.4s;
  transition: border-radius 1s, transform 0.4s;
  transition: border-radius 1s, transform 0.4s, -webkit-transform 0.4s;
}

.career-box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.career-box_title img {
  min-width: 55px;
  margin-right: 20px;
}

.career-box_title h3 {
  font-size: 25px;
  line-height: 33px;
  min-height: 80px;
  margin-bottom: 0;
}

.career-box_player {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.career-box_player lottie-interactive {
  max-width: 300px;
}

.career-box_player lottie-interactive:nth-child(2) {
  display: none;
}

.career-box_buttons {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.career-box_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 17px;
  width: 144px;
  height: 50px;
  color: #363A47;
  border: 2px solid #363A47;
  border-radius: 12px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  padding: 0;
  margin: 0px 5px;
}

.career-box_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 17px;
  width: 144px;
  height: 50px;
  color: #FFFFFF;
  border: 2px solid #03D6A1;
  background: #03D6A1;
  border-radius: 12px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  padding: 0;
  margin: 0px 5px;
}

.career-modal {
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.career-modal_wrap {
  position: absolute;
  left: 50%;
  top: 30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 950px;
  height: calc(100% - 60px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.0588235);
          box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.0588235);
  border-radius: 10px;
  padding: 0px 130px 60px 130px;
  overflow: hidden;
}

.career-modal_wrap .career-box_link {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 40px;
}

.career-modal_wrap:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 123px;
  width: 100px;
  background: url(../img/icons/dots-left.svg) center no-repeat;
  background-size: contain;
}

.career-modal_wrap:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 123px;
  width: 100px;
  background: url(../img/icons/dots-right.svg) center no-repeat;
  background-size: contain;
}

.career-modal_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
}

.career-modal_title img {
  margin-right: 20px;
}

.career-modal_title h3 {
  width: auto;
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 0;
}

.career-modal_text {
  overflow: auto;
  height: calc(100% - 110px);
  border-bottom: none;
  margin-bottom: 0;
}

.career-modal_text h1, .career-modal_text h2, .career-modal_text h3, .career-modal_text h4, .career-modal_text h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 3px;
  border-bottom: 3px solid #03D6A1;
}

.career-modal_text::-webkit-scrollbar {
  width: 2px;
}

.career-modal_text::-webkit-scrollbar-thumb {
  background: #03D6A1;
}

.career-modal_text::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.7);
}

.career-modal_close {
  position: absolute;
  right: 20px;
  top: 20px;
  fill: #000000;
  cursor: pointer;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

/*-career*/
/*join*/
.join {
  padding-top: 50px;
}

.join .request-form {
  margin: auto;
}

.join-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-top: 70px;
}

.join-img img {
  position: relative;
  bottom: -2px;
}

/*-join*/
.contacts-select {
  width: 100%;
  margin-bottom: 30px;
}

.custom-select {
  position: relative;
  width: 100%;
}

.custom-select select {
  display: none;
}

.select-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 45px;
  font-family: 'Geometria', sans-serif;
  font-size: 17px;
  color: #363A47;
  padding: 0px 15px;
  border-radius: 8px;
  border: 2px solid #363A47;
  background: #FFFFFF;
  white-space: normal;
  cursor: pointer;
  margin-bottom: 20px;
}

.select-selected.select-arrow-active {
  border-radius: 8px 8px 0px 0px;
}

.select-selected:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #363A47 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  top: 15px;
  border-color: transparent transparent #363A47 transparent;
}

.select-items div {
  font-family: 'Geometria', sans-serif;
  font-size: 16px;
  color: #363A47;
  padding: 8px 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-items {
  position: absolute;
  background: #FFFFFF;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 5;
  overflow: auto;
  border: 2px solid #363A47;
  border-top: none;
  border-radius: 0px 0px 8px 8px;
}

.select-hide {
  display: none;
}
/*-career*/
@media (min-width: 1200px) {
  /*hover*/
  .page-links li:hover span {
    display: block;
    overflow: visible;
  }
  .page-links a:hover {
    color: #07B086;
  }
  .bgr-line span:hover:before {
    width: 2px;
    background: #03D6A1;
    -webkit-box-shadow: 0px 0px 12px #03D6A1;
            box-shadow: 0px 0px 12px #03D6A1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .home-box:hover:before {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    border-radius: 15px;
  }
  .home-box:hover:after {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    border-radius: 15px;
  }
  .case-box_text:hover h3 {
    color: #FFFFFF;
  }
  .case-box_text:hover h3:after {
    background: #FFFFFF;
  }
  .case-box_text:hover p {
    color: #FFFFFF;
  }
  .case-box_img:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .home-box a:hover {
    color: #03D6A1;
  }
  .request-btn:hover {
    background: #FFFFFF;
    color: #03D6A1;
  }
  .case-box_text:hover:before {
    width: 100%;
  }
  .page-button:hover:after {
    opacity: 1;
    -webkit-animation-name: rotatecw;
            animation-name: rotatecw;
  }
  .page-button:hover:before {
    -webkit-animation-name: rotateccw;
            animation-name: rotateccw;
  }
  .page-button:hover:after, .page-button:hover:before {
    width: 110px;
    height: 110px;
    left: 40px;
    top: -30px;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .breadcrumbs a:hover {
    color: #03D6A1;
  }
  .page-pagination a:hover {
    color: #03D6A1;
  }
  .page-pagination_arrow:hover svg {
    fill: #000000;
  }
  .single-slider_pagination .swiper-pagination-bullet:hover {
    background: #212B36;
  }
  .share img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .blog-box_text a:hover {
    color: #03D6A1;
  }
  .post-content a:hover {
    text-decoration: none;
  }
  .error-text a:hover {
    color: #03D6A1;
    background: transparent;
    border: 2px solid #03D6A1;
  }
  .calculate-label input:checked + span:hover {
    color: #FFFFFF;
    background: #03D6A1;
    border: 2px solid #03D6A1;
  }
  .calculate-label span:hover {
    color: #212B36;
    border: 2px solid #212B36;
  }
  .calculate-button_prev:hover {
    color: #03D6A1;
    border: 2px solid #03D6A1;
  }
  .calculate-start_btn:hover {
    background: transparent;
    color: #03D6A1;
  }
  .single-app img:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .calculate-button_next:hover {
    color: #FFFFFF;
    border: 2px solid #03D6A1;
    background: #03D6A1;
  }
  .calculate-inputs.show + .calculate-buttons .calculate-button_next:hover {
    color: #FFFFFF;
    border: 2px solid #03D6A1;
    background: #03D6A1;
  }
  .single-slider_arrow:hover {
    fill: #000000;
  }
  .single-app_link:hover {
    background: #03D6A1;
    border: 2px solid #03D6A1;
  }
  .single-app_link:hover svg {
    fill: #FFFFFF;
  }
  .single-app_link:hover span {
    color: #FFFFFF;
  }
  .career-box:hover:before {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    border-radius: 15px;
  }
  .career-box:hover:after {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    border-radius: 15px;
  }
  .career-box_link:hover {
    color: #03D6A1;
    background: #FFFFFF;
  }
  .career-box_btn:hover {
    color: #03D6A1;
    border: 2px solid #03D6A1;
  }
  .career-modal_close:hover {
    fill: #03D6A1;
  }
  .select-items div:hover {
    background: #03D6A1;
    color: #FFFFFF;
  }
  /*-hover*/
}

@media (max-width: 1250px) {
  /*options*/
  .page-links li {
    width: 42px;
  }
  .page-links li.active a {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 18px;
  }
  .page-links span {
    padding: 8px 15px;
  }
  /*-options*/
  /*share*/
  .share.open {
    left: 0;
  }
  .share {
    background: transparent;
    top: 290px;
    padding: 0;
    left: -50px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .share span {
    text-align: center;
    top: 67px;
    width: 153px;
    left: auto;
    right: -85px;
    font-size: 14px;
    color: #FFFFFF;
    background: #03D6A1;
    border-radius: 8px 8px 0 0;
  }
  .share ul {
    background: #FFFFFF;
    padding: 10px;
    height: 153px;
  }
  .share img {
    width: 29px;
  }
  .share li {
    margin-bottom: 20px;
  }
  /*-share*/
}

@media (max-width: 1200px) {
  /*options*/
  p {
    font-size: 18px;
    line-height: 30px;
  }
  .page-links {
    display: none;
  }
  .bgr-line span:nth-child(1) {
    display: none;
  }
  .bgr-line span:nth-child(7) {
    display: none;
  }
  .bgr-line span:nth-child(2) {
    left: 10%;
  }
  .bgr-line span:nth-child(3) {
    left: 30%;
  }
  .bgr-line span:nth-child(4) {
    left: 50%;
  }
  .bgr-line span:nth-child(5) {
    right: 30%;
  }
  .bgr-line span:nth-child(6) {
    right: 10%;
  }
  .bgr-line span {
    width: 1px;
    background: #515666;
  }
  .bgr-line span:before {
    display: none;
  }
  .page-top {
    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;
  }
  .page-top:after {
    width: 70px;
    height: 86px;
    left: -15px;
  }
  .page-top:before {
    width: 70px;
    height: 86px;
    right: -15px;
  }
  .page-top .breadcrumbs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-left: 0;
    margin-bottom: 5px;
  }
  /*-options*/
  /*services*/
  .services .container:after {
    width: 70px;
    height: 86px;
    left: 0;
    top: -16px;
  }
  .services .container:before {
    width: 70px;
    height: 86px;
    right: 0;
    bottom: -86px;
  }
  .services-list li {
    font-size: 18px;
    line-height: 30px;
  }
  /*-services*/
  /*plus*/
  .plus .container:before {
    width: 70px;
    height: 86px;
    right: 0;
    top: -16px;
  }
  .plus .container:after {
    width: 70px;
    height: 86px;
    left: 0;
    top: -16px;
  }
  /*-plus*/
  /*talk*/
  .talk .container:after {
    width: 70px;
    height: 86px;
    left: 0;
    top: 50px;
    bottom: auto;
  }
  .talk .container:before {
    width: 70px;
    height: 86px;
    right: 0;
    top: auto;
    bottom: -50px;
  }
  /*-talk*/
  /*single*/
  .single-wrap {
    padding: 20px 50px;
  }
  .single-wrap li {
    width: 45%;
  }
  .single-slider_block:after {
    display: none;
  }
  .single-slider_block:before {
    display: none;
  }
  .single-img:after {
    display: none;
  }
  .single-img:before {
    display: none;
  }
  .single-slider_next {
    right: 0;
  }
  .single-slider_prev {
    left: 0;
  }
  /*-single*/
  /*blog*/
  .blog-box_text p {
    max-height: 144px;
  }
  /*-blog*/
  /*career*/
  .career-box_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .career-box_title img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .career-box_title h3 {
    text-align: center;
  }
  .career-modal_text {
    padding-left: 0;
  }
  .career-modal_wrap {
    width: 750px;
    padding: 0px 80px 60px 80px;
  }
  .career-modal_wrap:after {
    width: 65px;
    height: 85px;
  }
  .career-modal_wrap:before {
    width: 65px;
    height: 85px;
  }
  .career-box_player lottie-interactive:nth-child(1) {
    display: none;
  }
  .career-box_player lottie-interactive:nth-child(2) {
    display: block;
  }
  /*-career*/
  /*post*/
  .post-content {
    padding-left: 5px;
  }
  .post-date {
    padding-left: 5px;
  }
  .post-content li {
    font-size: 18px;
    line-height: 30px;
  }
  .post-content ol li:before {
    font-size: 18px;
    line-height: 30px;
  }
  .post-content ul li:before {
    top: 11px;
  }
  /*-post*/
}

@media (max-width: 992px) {
  /*home*/
  .home {
    margin-bottom: 40px;
  }
  .home-bottom {
    top: -30px;
  }
  .home-bottom .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-box {
    width: 49%;
    margin-bottom: 20px;
  }
  /*-home*/
  /*plus*/
  .plus-bottom {
    padding: 30px;
  }
  .plus-bottom_info {
    margin-right: 20px;
  }
  .plus-bottom_info img {
    margin-right: 20px;
  }
  /*-plus*/
  /*services*/
  .services-bottom .services-info {
    padding: 35px 35px 10px 35px;
  }
  /*-services*/
  /*case*/
  .case-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid #F5F5F5;
  }
  .case-box:nth-child(1) {
    border-top: 1px solid #F5F5F5;
  }
  .case-box_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .case-box_text {
    width: 100%;
    padding: 0px 15px;
  }
  .case-box_text h3 {
    max-width: 100%;
  }
  .case-box_text p {
    max-width: 100%;
  }
  .single-slider_arrow {
    display: none;
  }
  .laptop-slide img {
    width: 94%;
  }
  /*-case*/
  /*features*/
  .features-boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /*-features*/
  /*plus*/
  .plus {
    padding-top: 70px;
  }
  /*-plus*/
  /*talk*/
  .talk-map span {
    font-size: 12px;
  }
  .talk-boxs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .talk-boxs .home-box {
    width: 32%;
    margin: 0;
  }
  /*-talk*/
  /*blog*/
  .blog-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
  .blog-box_img {
    width: 100%;
  }
  .blog-box_text {
    width: 100%;
    padding: 40px 15px 20px 15px;
  }
  .blog-box_text h4 {
    max-width: 100%;
    max-height: 100%;
  }
  .blog-box_text p {
    max-width: 100%;
    max-height: 100%;
  }
  /*-blog*/
  /*post*/
  .post-content_img {
    width: 500px;
  }
  /*-post*/
  /*works*/
  .works {
    padding-top: 90px;
  }
  /*-works*/
  /*calculate*/
  .calculate-left {
    margin-right: 50px;
  }
  .calculate-label {
    width: 49%;
  }
  /*-calculate*/
}

@media (max-width: 768px) {
  /*options*/
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
  h3 {
    font-size: 26px;
    line-height: 32px;
  }
  h4 {
    font-size: 24px;
    line-height: 30px;
  }
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .page-title {
    margin-bottom: 30px;
  }
  .page-bottom {
    margin: 40px 0;
  }
  .page-pagination {
    margin-bottom: 50px;
  }
  .page-pagination a {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 18px;
  }
  .page-pagination_arrow svg {
    width: 28px;
    height: 28px;
  }
  .page-title h1 {
    font-size: 28px;
    line-height: 40px;
  }
  /*-options*/
  /*home*/
  .home-top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-text {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .home-text h1 {
    font-size: 46px;
    line-height: 58px;
    margin-bottom: 10px;
  }
  .home-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .home-bottom .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-box {
    width: 90%;
  }
  .home-box:last-child {
    margin-bottom: 0;
  }
  .home-box p {
    text-align: center;
  }
  /*-home*/
  /*services*/
  .services .container:after {
    top: -39px;
  }
  .services .section-title {
    margin-bottom: 20px;
  }
  .services-info {
    padding: 30px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .services-info p {
    margin-bottom: 0;
  }
  .services-bottom .services-info {
    padding: 30px 15px;
  }
  .services-info_img {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .services-info_text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .services-list {
    padding: 30px 15px;
  }
  .services-list li {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .services-list li:last-child {
    margin-bottom: 0;
  }
  /*-services*/
  /*features*/
  .features-boxs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*-features*/
  /*plus*/
  .plus {
    padding-top: 70px;
  }
  .plus-numbers {
    padding: 70px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .plus-numbers:before {
    width: calc(100% + 30px);
    background: -webkit-gradient(linear, right top, left top, from(#07A980), to(#03D5A0));
    background: -o-linear-gradient(right, #07A980 0%, #03D5A0 100%);
    background: linear-gradient(270deg, #07A980 0%, #03D5A0 100%);
  }
  .plus-numbers li {
    width: 48%;
    margin-bottom: 50px;
  }
  .plus-numbers li:nth-child(1) {
    margin-bottom: 35px;
  }
  .plus-numbers li:nth-child(2) {
    margin-bottom: 35px;
  }
  .plus-numbers li:nth-child(3) {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .plus-numbers li:nth-child(4) {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .plus-numbers li:nth-child(1):after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
  }
  .plus-numbers li:nth-child(1):before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
  }
  .plus-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plus-bottom_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .plus-bottom_info img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  /*-plus*/
  /*case*/
  .works {
    padding-top: 90px;
  }
  .case {
    padding-top: 70px;
  }
  .case .section-title {
    margin-bottom: 20px;
  }
  /*-case*/
  /*talk*/
  .talk-boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .talk-boxs .home-box {
    width: 90%;
    margin-bottom: 20px;
  }
  .talk-map span {
    white-space: nowrap;
  }
  .talk-map img:nth-child(2) {
    display: none;
  }
  .talk-map img:nth-child(3) {
    display: block;
  }
  /*-talk*/
  /*request*/
  .request {
    padding-top: 90px;
    margin-bottom: 70px;
  }
  .request-wrap {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .request-form {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .request-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  /*request*/
  /*single*/
  .single {
	overflow: hidden;
   }
  .single .breadcrumbs {
    display: none;
  }
  .single-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }

  .single-info_text {
    width: 100%;
    padding-left: 5px;
  }
  .single-info_list {
    width: 100%;
    margin-top: 20px;
  }
  .single-info_descr {
    margin-top: 20px;
  }
  .single-img {
    margin-top: 20px;
  }
  .single-wrap {
    padding: 15px;
    margin-top: 20px;
  }
  .single-wrap li {
    width: 100%;
    font-size: 20px;
    margin-top: 25px;
  }
  .single-slider {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .single-slider_pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
  .single-slide {
    height: 350px;
  }
  .single-slide img {
    height: 100%;
  }
  .single-app {
    margin-top: 30px;
  }
  .single-app ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-app li {
    margin: 5px 0px;
  }
  .laptop-slider {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .single-app_link svg {
    height: 26px;
    width: 26px;
  }
  .single-app_link span {
    font-size: 17px;
  }
  .single-info_three {
    margin-bottom: 20px;
  }
  /*-single*/
  /*post*/
  .post-content_img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 15px;
  }
  /*-post*/
  /*error*/
  .error {
    margin-top: 105px;
    margin-bottom: 45px;
  }
  .error-wrap {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .error-text {
    margin-bottom: 30px;
  }
  /*-error*/
  /*calculate*/
  .calculate-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 50px;
  }
  .calculate-right {
    /* margin-top: 80px; */
    margin-top: 40px;
    margin-bottom: 50px;
	  position: static;
  }
  .calculate-box p {
    width: 100%;
  }
  .calculate-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
  .calculate-inputs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .calculate-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .calculate-label {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
  }
  .calculate-label span {
	padding: 10px 15px;	
   }
  .calculate-price {
    position: fixed;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 210px;
    width: 280px;
    border-radius: 15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
	margin-bottom: 0;
  }
  .calculate-right.fixed {
    /* margin-top: 165px; */
    margin-top: 90px;
  }
  .calculate-price.fixed {
    top: 90px;
  }
  .calculate .page-top {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
  }
  .calculate .page-top.fixed {
    height: 0;
    overflow: hidden;
  }
  .calculate .page-top.fixed-false {
    height: auto;
    overflow: visible;
  }
  .calculate-price_bgr.fixed {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    display: block;
    /* height: 160px; */
    height: 80px;
    width: 100%;
    background: #FFFFFF;
  }
  .calculate-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .calculate-info li {
    margin: 0;
  }
  .calculate-info li:nth-child(1) {
    margin-bottom: 20px;
  }
  .calculate-text {
    margin-bottom: 20px;
  }
  .calculate-text h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .calculate-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .calculate-start_input {
    margin-bottom: 40px;
    width: 310px;
  }
  /*-calculate*/
  /*career*/
  .career .page-title p {
    font-size: 18px;
    line-height: 30px;
  }
  .career-boxs {
    margin: 0;
  }
  .career-box {
    width: 100%;
    padding: 30px 15px;
    margin: 0px 0px 30px 0px;
  }
  .career-box_title {
    margin-bottom: 30px;
  }
  .career-box_title h3 {
    height: auto;
  }
  .career-modal_wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    border-radius: 0;
    padding: 10px 15px 60px 15px;
  }
  .career-modal_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 120px;
  }
  .career-modal_title img {
    width: 45px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .career-modal_title h3 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .career-modal_wrap:after {
    display: none;
  }
  .career-modal_wrap:before {
    display: none;
  }
  .career-modal_text {
    height: calc(100% - 120px);
  }
  .career-modal_close {
    right: 15px;
    top: 15px;
  }
  /*-career*/
}

@media (max-width: 475px) {
  /*talk*/
  .talk-map img:nth-child(3) {
    display: none;
  }
  .talk-map img:nth-child(4) {
    display: block;
  }
  /*-talk*/
}


.hidden {
  display: none!important;
}

.calculate-start .wpcf7 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px){
  .calculate-start .wpcf7 form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.request-wrap .wpcf7 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.request-wrap .wpcf7 form.request-form {
  width: 100%;
}

/*header*/
.header {
 position: absolute;
 z-index: 5;
 left: 0;
 top: 0;
 width: 100%;
 padding: 10px 0;
 background: #FFFFFF;
 box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.320596);
}

.header .container {
 display: flex;
 align-items: center;
 justify-content: space-between;
}

.header-logo {
 display: flex;
 align-items: center;
 justify-content: flex-start;
}
.header-logo img {
 width: 130px;
 height: 52.6px;
}

.header-mob_title {
 display: none;
}

.header-burger {
 display: none;
}

.header-mob_bgr {
 display: none;
}

.header-menu_list {
 display: flex;
 align-items: center;
 justify-content: flex-end;
}
.header-menu_list li {
 position: relative;
 margin-right: 25px;
}
.header-menu_list li:last-child {
 margin-right: 0;
}
.header-menu_list a {
 position: relative;
 color: #373737;
 font-size: 17px;
 transition: 0.15s;
}
.header-menu_list a:after {
 content: "";
 position: absolute;
 left: 0;
 bottom: -10px;
 width: 0;
 height: 6px;
 background: #373737;
 transition: 0.15s;
}
.header-menu_list li.current-menu-item a {
 color: #373737;
 font-weight: 700;
}
.header-menu_list li.current-menu-item a:after {
 width: 25px;
 background: #03D6A1;
}
.header-menu_list li.active > a {
 color: #03D6A1;
}
.header-menu_list li.active .sub-menu {
 display: block;
}
.header-menu_list li.active > a:before {
 transform: rotate(0);
}

.header-menu_point > a {
 display: flex;
 align-items: center;
}

.header-menu_point > a:before {
 content: "";
 order: 1;
 width: 12px;
 height: 12px;
 background: url("../img/icons/ar.svg") center no-repeat;
 background-size: contain;
 transform: rotate(180deg);
 transition: 0.2s;
 margin-top: 4px;
 margin-left: 10px;
}

.sub-menu {
 position: absolute;
 left: 0;
 top: 100%;
 padding: 15px;
 display: none;
 background: #FFFFFF;
 box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.sub-menu li {
 margin-right: 0px;
 margin-bottom: 15px;
}
.sub-menu li:last-child {
 margin-bottom: 0px;
}
.sub-menu a {
 white-space: nowrap;
}
.sub-menu a:after {
 display: none;
}

.header-menu_btn a {
 color: #373737;
 padding: 10px 16px;
 overflow: hidden;
}
.header-menu_btn a:before {
 content: "";
 position: absolute;
 z-index: -1;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 border: 2px solid #363A47;
 border-radius: 11px;
 transition: 0.3s;
}
.header-menu_btn a:after {
 content: "";
 position: absolute;
 z-index: -1;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: #03D6A1;
 border-radius: 11px;
 opacity: 0;
 transform: scale(0.1, 0.1);
 transition: 0.3s;
}

.header-menu_btn.current-menu-item a {
 font-weight: 500;
}

@media (max-width: 1200px) {
 .header {
   position: fixed;
 }

 .header-logo img {
   height: 50px;
   width: 123.6px;
 }

 .header-menu {
   position: fixed;
   right: -305px;
   top: 0;
   z-index: 7;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 300px;
   height: 100%;
   background: #FFFFFF;
   transition: 0.3s;
 }
 .header-menu:before {
   content: "";
   position: absolute;
   z-index: 2;
   right: 0;
   bottom: 0;
   height: 60px;
   width: 50px;
   background: url(../img/icons/dots-right.svg) center no-repeat;
   background-size: contain;
 }
 .header-menu:after {
   content: "";
   position: absolute;
   z-index: 2;
   left: 0;
   top: 0;
   height: 60px;
   width: 50px;
   background: url(../img/icons/dots-left.svg) center no-repeat;
   background-size: contain;
 }

 .header-menu.open {
   right: 0;
 }

 .header-menu_list {
   display: block;
   width: 100%;
   padding: 0px 15px 0px 90px;
   max-height: calc(100% - 120px);
   overflow: auto;
 }
 .header-menu_list li {
   margin-right: 0;
   margin-bottom: 30px;
 }
 .header-menu_list a {
   font-size: 16px;
 }

 .header-mob_title {
   display: block;
   font-size: 24px;
   color: #363A47;
   position: absolute;
   top: 20px;
   left: 50%;
   transform: translateX(-50%);
   text-transform: uppercase;
 }

 .header-burger {
   position: relative;
   z-index: 10;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   align-items: flex-end;
   width: 26px;
   height: 17px;
   transition: 0.3s;
 }
 .header-burger span {
   height: 3px;
   background: #05D097;
   transition: 0.3s;
   width: 100%;
 }

 .header-burger.open {
   height: 16px;
   transform: rotate(90deg) translateY(-5px);
 }
 .header-burger.open span:nth-child(1) {
   transform: translate(0px, 6px) rotate(-45deg);
 }
 .header-burger.open span:nth-child(2) {
   opacity: 0;
 }
 .header-burger.open span:nth-child(3) {
   width: 100%;
   transform: translate(0px, -7px) rotate(45deg);
 }

 .header-mob_bgr {
   position: fixed;
   z-index: 6;
   left: 0;
   top: 0;
   display: none;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.3);
 }

 .header-mob_bgr.open {
   display: block;
 }

 .sub-menu {
   position: static;
   display: none;
   background: transparent;
   padding: 0px;
   margin-left: 10px;
   margin-top: 20px;
   box-shadow: none;
 }
 .sub-menu li {
   margin-bottom: 15px;
 }
 .sub-menu a {
   font-size: 14px;
 }
}
@media (min-width: 1200px) {
 .header-menu_list a:hover {
   color: #03D6A1;
 }

 .header-menu_list a:hover:after {
   width: 25px;
 }

 .header-menu_btn:hover a {
   color: #FFFFFF !important;
 }

 .header-menu_btn:hover a:before {
   opacity: 0;
   transform: scale(0.1, 0.1);
 }

 .header-menu_btn:hover a:after {
   width: 100%;
   opacity: 1;
   transform: scale(1, 1);
 }

 .header-menu_btn.current-menu-item:hover a {
   opacity: 1;
   color: #FFFFFF;
 }

 .header-menu_btn.current-menu-item:hover a:after {
   width: 100%;
 }
}
/*-header*/
/*footer*/
.footer {
 padding: 30px 0;
 background: #363A47;
}
.footer .container:before {
 content: "";
 position: absolute;
 z-index: 2;
 right: -144px;
 top: -35px;
 height: 182px;
 width: 149px;
 background: url(../img/icons/dots-footer-right.svg) center no-repeat;
 background-size: contain;
}
.footer .container:after {
 content: "";
 position: absolute;
 z-index: 2;
 left: -144px;
 bottom: -35px;
 height: 182px;
 width: 149px;
 background: url(../img/icons/dots-footer-left.svg) center no-repeat;
 background-size: contain;
}

.footer-wrap {
 position: relative;
 z-index: 3;
 display: grid;
 grid-template-columns: 1fr 1fr 1fr 1fr;
 grid-auto-rows: 56px;
 grid-column-gap: 20px;
 grid-row-gap: 20px;
}

.footer-box:nth-child(1) {
 grid-column-start: 1;
 grid-column-end: 1;
 grid-row-start: 1;
 grid-row-end: 7;
}

.footer-box:nth-child(2) {
 grid-column-start: 2;
 grid-column-end: 4;
 grid-row-start: 5;
 grid-row-end: 5;
}

.footer-box:nth-child(3) {
 grid-column-start: 2;
 grid-column-end: 2;
 grid-row-start: 1;
 grid-row-end: 5;
}

.footer-box:nth-child(4) {
 display: none;
}

.footer-box:nth-child(5) {
 grid-column-start: 3;
 grid-column-end: 3;
 grid-row-start: 1;
 grid-row-end: 5;
}

.footer-box:nth-child(6) {
 grid-column-start: 4;
 grid-column-end: 4;
 grid-row-start: 1;
 grid-row-end: 7;
}

.footer-box:nth-child(7) {
 grid-column-start: 2;
 grid-column-end: 4;
 grid-row-start: 6;
 grid-row-end: 6;
}

.footer-box_wrap {
 background: #2F3340;
 border-radius: 20px;
 overflow: hidden;
 height: 100%;
}

.footer-box_top {
 display: flex;
 align-items: center;
 justify-content: flex-start;
 height: 70px;
 padding: 0px 20px;
 background: #292C37;
}
.footer-box_top a {
 display: flex;
 justify-content: center;
 align-items: center;
}
.footer-box_top img {
 width: 130px;
 height: 52.6px;
}

.footer-box_title {
 display: block;
 font-weight: 500;
 font-size: 24px;
 line-height: 30px;
 color: #FFFFFF;
}

.footer-box_bottom {
 padding: 20px;
}
.footer-box_bottom p {
 font-weight: 500;
 font-size: 16px;
 line-height: 32px;
 color: #FFFFFF;
}

.footer-box_cert {
 display: grid;
 grid-template-columns: 1fr 1fr;
 grid-column-gap: 10px;
 grid-row-gap: 10px;
 padding: 0px 70px 20px 20px;
}
.footer-box_cert a {
 display: flex;
 justify-content: center;
 align-items: center;
}
.footer-box_cert img {
 width: 100%;
}

.footer-links {
 display: grid;
 grid-template-columns: 1fr 1fr;
 grid-column-gap: 20px;
 height: 100%;
}
.footer-links a {
 display: flex;
 align-items: center;
 justify-content: flex-start;
 width: 100%;
 height: 100%;
 font-weight: 500;
 font-size: 24px;
 line-height: 30px;
 color: #FFFFFF;
 padding: 0px 20px;
 background: #292C37;
 border-radius: 20px;
 transition: 0.15s;
}

.footer-menu li {
 margin-bottom: 16px;
}
.footer-menu li:last-child {
 margin-bottom: 0px;
}
.footer-menu a {
 display: block;
 font-weight: 500;
 font-size: 16px;
 line-height: 24px;
 text-decoration-line: underline;
 color: #FFFFFF;
 transition: 0.15s;
}

.footer-socials {
 display: flex;
 align-items: center;
 margin-bottom: 30px;
}
.footer-socials a {
 display: flex;
 justify-content: center;
 align-items: center;
}
.footer-socials li {
 margin-right: 16px;
}
.footer-socials li:last-child {
 margin-right: 0px;
}
.footer-socials img {
 width: 24px;
 height: 24px;
 transition: 0.15s;
}

.footer-contacts li {
 position: relative;
 padding-left: 34px;
 margin-bottom: 16px;
}
.footer-contacts li:before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 24px;
 height: 24px;
}
.footer-contacts li:nth-child(1):before {
 background: url(../img/icons/contacts/contacts-1.svg) center no-repeat;
 background-size: contain;
}
.footer-contacts li:nth-child(2):before {
 background: url(../img/icons/contacts/contacts-2.svg) center no-repeat;
 background-size: contain;
}
.footer-contacts li:nth-child(3):before {
 background: url(../img/icons/contacts/contacts-3.svg) center no-repeat;
 background-size: contain;
}
.footer-contacts li:nth-child(4):before {
 background: url(../img/icons/contacts/contacts-3.svg) center no-repeat;
 background-size: contain;
}
.footer-contacts li:last-child {
 margin-bottom: 0px;
}
.footer-contacts a {
 font-weight: 500;
 font-size: 16px;
 line-height: 24px;
 color: #FFFFFF;
 transition: 0.15s;
}
.footer-contacts li.hide {
 margin: 0px;
}
.footer-contacts li.hide:before {
 display: none;
}

.footer-police {
 display: grid;
 grid-template-columns: 1fr 1fr;
 grid-column-gap: 20px;
 height: 100%;
}
.footer-police a {
 display: flex;
 align-items: center;
 justify-content: flex-start;
 width: 100%;
 height: 100%;
 font-weight: 500;
 font-size: 16px;
 line-height: 24px;
 color: #FFFFFF;
 padding: 0px 20px;
 background: #292C37;
 text-decoration: underline;
 border-radius: 20px;
 transition: 0.15s;
}
.footer-police img {
 width: 24px;
 height: 24px;
 margin-right: 10px;
}

.footer-line {
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 10px 15px;
 background: #FFFFFF;
 margin-top: 30px;
}

.footer-line span {
 display: block;
 font-size: 12px;
 line-height: 21px;
 color: #292C37;
 text-align: center;
 max-width: 800px;
}

@media (max-width: 1200px) {
 .footer .container:after {
   width: 70px;
   height: 86px;
   left: -70px;
   bottom: auto;
   top: -35px;
 }
 .footer .container:before {
   width: 70px;
   height: 86px;
   right: -70px;
   top: auto;
   bottom: -35px;
 }
 .footer-box_cert {
   grid-column-gap: 20px;
   grid-row-gap: 20px;
   padding: 0px 20px 20px 20px;
 }
}
@media (max-width: 1200px) {
 .footer .container {
   max-width: 500px;
 }
 .footer-wrap {
   display: block;
 }
 .footer-box {
   margin-bottom: 20px;
 }
 .footer-box:last-child {
   margin-bottom: 0px;
 }
 .footer-links a {
   height: 50px;
 }
 .footer-police a {
   height: 40px;
 }
 .footer-links {
   grid-template-columns: 1fr;
   grid-row-gap: 10px;
 }
 .footer-police {
   grid-template-columns: 1fr;
   grid-row-gap: 10px;
 }
}
@media (min-width: 1200px) {
 .footer-menu a:hover {
   color: #03D6A1;
 }
 .footer-socials img:hover {
   transform: scale(1.1);
 }
 .footer-links a:hover {
   color: #03D6A1;
 }
 .footer-contacts a:hover {
   color: #03D6A1;
 }
 .footer-police a:hover {
   color: #03D6A1;
 }
}
/*-footer*/