/*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;
}

body.no-scroll {
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: 7px;
}

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 {
  color: #FFFFFF;
  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%;
  overflow: hidden;
}

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;
}

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

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

.header-mob_title {
  display: none;
}

.header-burger {
  display: none;
}

.header-mob_bgr {
  display: none;
}

.header-menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-menu_list li {
  margin-right: 65px;
}

.header-menu_list li:last-child {
  margin-right: 0;
}

.header-menu_list a {
  position: relative;
  color: #373737;
  font-size: 17px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.header-menu_list a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 6px;
  background: #373737;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  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.current-menu-item:last-child a {
  font-weight: 500;
  opacity: 0.26;
}

.header-menu_list li:last-child a {
  color: #373737;
  padding: 10px 16px;
  overflow: hidden;
}

.header-menu_list li:last-child a:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #363A47;
  border-radius: 11px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-menu_list li:last-child a:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #03D6A1;
  border-radius: 11px;
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
      -ms-transform: scale(0.1, 0.1);
          transform: scale(0.1, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*-header*/
/*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;
  margin-bottom: 40px;
}

.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-bottom: 40px;
}

.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-bottom: 35px;
}

.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-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;
}

.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: 140px;
  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: 105%;
}

.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;
  margin-top: 50px;
  margin-bottom: 60px;
}

.single-slider_pagination .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  background: #DCDEDE;
  border: 3px solid transparent;
  margin: 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;
}

.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;
}

.laptop-slider {
  overflow: visible;
  margin-top: 140px;
  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: 80%;
}

.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%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  height: 120%;
}

.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;
}

.post-content ul {
  margin-bottom: 10px;
}

.post-content ul li {
  padding-left: 20px;
}

.post-content ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #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 {
  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 {
  padding: 25px 10px 0 25px;
}

.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: 100%;
  padding: 12px 20px;
  background: #03D6A1;
}

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

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

.calculate-price_bgr {
  display: none;
}

.calculate-box {
  display: none;
}

.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%;
  height: 50px;
  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;
}

.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*/
/*footer*/
.footer-info {
  padding: 35px 0;
  background: #363A47;
}

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

.footer-info .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-info .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-left {
  width: 270px;
}

.footer-left p {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 27px;
  margin-top: 20px;
  margin-bottom: 0;
}

.footer-right h4 {
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-right_contacts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

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

.footer-right_contacts img {
  margin-right: 15px;
}

.footer-right_contacts a {
  font-size: 17px;
  color: #FFFFFF;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.footer-right_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.footer-right_socials li {
  margin-right: 15px;
}

.footer-right_icon {
  fill: #FFFFFF;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.footer-right_socials a:hover .footer-right_icon {
  fill: #03D6A1;
}

.footer-text {
  padding: 14px 0px;
  background: #2F3340;
}

.footer-text span {
  display: block;
  width: 100%;
  color: #FFFFFF;
  font-size: 17px;
  text-align: center;
}

/*-footer*/
@media (min-width: 1200px) {
  /*hover*/
  .page-links li:hover span {
    display: block;
    overflow: visible;
  }
  .page-links a:hover {
    color: #07B086;
  }
  .header-menu_list a:hover {
    color: #03D6A1;
  }
  .header-menu_list a:hover:after {
    width: 25px;
  }
  .header-menu_list li:last-child a:hover {
    color: #FFFFFF;
  }
  .header-menu_list li:last-child a:hover:before {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
  }
  .header-menu_list li:last-child a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .header-menu_list li.current-menu-item a:hover {
    opacity: 1;
  }
  .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;
  }
  .footer-right_contacts a:hover {
    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;
  }
  /*-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*/
  /*header*/
  .header {
    position: fixed;
  }
  /*-header*/
  /*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*/
  /*footer*/
  .footer-info .container:after {
    width: 70px;
    height: 86px;
    left: 0;
    bottom: auto;
    top: -35px;
  }
  .footer-left {
    padding-left: 80px;
  }
  .footer-info .container:before {
    width: 70px;
    height: 86px;
    right: 0;
    top: auto;
    bottom: -35px;
  }
  .footer-right {
    padding-right: 80px;
  }
  /*-footer*/
  /*post*/
  .post-content {
    padding-left: 5px;
  }
  .post-date {
    padding-left: 5px;
  }
  .post-content ul li {
    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*/
  /*footer*/
  .footer-left p {
    font-size: 15px;
    line-height: 25px;
  }
  /*-footer*/
}

@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*/
  /*header*/
  .header-logo img {
    height: 50px;
  }
  .header-menu {
    position: fixed;
    right: -305px;
    top: 0;
    z-index: 7;
    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: 300px;
    height: 100%;
    background: #FFFFFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header-menu:before {
    content: '';
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    height: 106px;
    width: 82px;
    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: 106px;
    width: 82px;
    background: url(../img/icons/dots-left.svg) center no-repeat;
    background-size: contain;
  }
  .header-menu.open {
    right: 0;
  }
  .header-menu_list {
    -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;
  }
  .header-menu_list li {
    margin-right: 0;
    margin-bottom: 48px;
  }
  .header-menu_list a {
    font-size: 20px;
  }
  .header-mob_title {
    display: block;
    font-size: 24px;
    color: #363A47;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-transform: uppercase;
  }
  .header-burger {
    position: relative;
    z-index: 10;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 26px;
    height: 17px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header-burger span {
    height: 3px;
    background: #05D097;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
  }
  .header-burger.open {
    height: 16px;
    -webkit-transform: rotate(90deg) translateY(-5px);
        -ms-transform: rotate(90deg) translateY(-5px);
            transform: rotate(90deg) translateY(-5px);
  }
  .header-burger.open span:nth-child(1) {
    -webkit-transform: translate(0px, 6px) rotate(-45deg);
        -ms-transform: translate(0px, 6px) rotate(-45deg);
            transform: translate(0px, 6px) rotate(-45deg);
  }
  .header-burger.open span:nth-child(2) {
    opacity: 0;
  }
  .header-burger.open span:nth-child(3) {
    width: 100%;
    -webkit-transform: translate(0px, -7px) rotate(45deg);
        -ms-transform: translate(0px, -7px) rotate(45deg);
            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;
  }
  /*-header*/
  /*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 .breadcrumbs {
    display: none;
  }
  .single-trumb {
    margin-bottom: 20px;
  }
  .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-bottom: 20px;
  }
  .single-info_text {
    width: 100%;
    padding-left: 5px;
    margin-bottom: 20px;
  }
  .single-info_list {
    width: 100%;
  }
  .single-img {
    margin-bottom: 20px;
  }
  .single-wrap {
    padding: 15px;
  }
  .single-wrap li {
    width: 100%;
    font-size: 20px;
    margin-top: 25px;
  }
  .single-slider {
    margin-top: 70px;
    margin-bottom: 10px;
  }
  .single-slider_pagination {
    margin-top: 40px;
  }
  .single-slider_pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
  .single-slide {
    height: 350px;
  }
  .single-slide img {
    height: 100%;
  }
  .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: 70px;
    margin-bottom: 70px;
  }
  .single-app_link svg {
    height: 26px;
    width: 26px;
  }
  .single-app_link span {
    font-size: 17px;
  }
  /*-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-bottom: 50px;
  }
  .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;
    height: 45px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
  }
  .calculate-label span {
    padding: 0px 20px;
  }
  .calculate-price {
    position: fixed;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 210px;
    width: 270px;
    border-radius: 15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .calculate-right.fixed {
    margin-top: 165px;
  }
  .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;
    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*/
  /*footer*/
  .footer-info .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-left {
    padding-left: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .footer-logo {
    display: block;
    padding-left: 70px;
  }
  .footer-right {
    padding-top: 0;
  }
  .footer-right_contacts a {
    font-size: 16px;
    white-space: nowrap;
  }
  .footer-text span {
    font-size: 14px;
  }
  /*-footer*/
}

@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%;
}