/*fonts*/
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

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

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-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-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: normal;
  background: #FFFFFF;
  color: #000000;
  margin: 0; }

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

body::-webkit-scrollbar-thumb {
  background: #0F46C1; }

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

p {
  font-size: 16px;
  line-height: 23px;
  width: 100%;
  margin-top: 0;
  color: #656875;
  margin-bottom: 1rem; }

h1, h2, h3, h4, h5 {
  font-weight: 700;
  width: 100%;
  margin-top: 0;
  color: #000000;
  margin-bottom: .5rem; }

h1 {
  font-size: 48px;
  line-height: 55px; }

h2 {
  font-size: 32px;
  line-height: 41px; }

h3 {
  font-size: 24px;
  line-height: 28px; }

h4 {
  font-size: 18px;
  line-height: 24px; }

h5 {
  font-size: 16px;
  line-height: 22px; }

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 {
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1; }
  textarea::-webkit-input-placeholder {
    color: #656875; }
  textarea::-moz-placeholder {
    color: #656875; }
  textarea:-ms-input-placeholder {
    color: #656875; }
  textarea:-moz-placeholder {
    color: #656875; }
  textarea:hover, textarea:focus {
    outline: none;
    text-decoration: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1; }
  input::-webkit-input-placeholder {
    color: #656875; }
  input::-moz-placeholder {
    color: #656875; }
  input:-ms-input-placeholder {
    color: #656875; }
  input:-moz-placeholder {
    color: #656875; }
  input:hover, input:focus {
    outline: none;
    text-decoration: none; }

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

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;
  position: relative; }

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

.main {
  margin-top: 140px; }

.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

.button {
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  width: 240px;
  height: 60px;
  border: none;
  background: #FD6F63;
  border-radius: 37px;
  cursor: pointer;
  -webkit-box-shadow: 0px 17px 10px -9px rgba(253, 111, 99, 0.4);
  box-shadow: 0px 17px 10px -9px rgba(253, 111, 99, 0.4);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  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; }

.section {
  margin-bottom: 160px; }

.section-title {
  max-width: 570px;
  text-align: center;
  margin: auto;
  margin-bottom: 50px; }
  .section-title h2 {
    margin-bottom: 0; }
  .section-title h1 {
    margin-bottom: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0; }

.swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 6px;
  background: #DBDBDB;
  opacity: 1;
  border-radius: 4.5px; }

.swiper-pagination .swiper-pagination-bullet-active {
  background: #222A4A;
  width: 26px; }

/*-options*/
/*header*/
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0; }

.header.fixed {
  padding: 5px 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2); }

.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;
  max-width: 1300px; }

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

.header-logo {
  margin-right: 40px; }
  .header-logo svg {
    width: 139px;
    height: 56px; }

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-menu li {
    margin-right: 40px; }
    .header-menu li:last-child {
      margin-right: 0; }
  .header-menu a {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    -webkit-transition: 0.15s;
    transition: 0.15s; }

.header-menu li.current-menu-item a {
  color: #FD6F63; }

.header-right {
  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-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px; }
  .header-phone a {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    -webkit-transition: 0.15s;
    transition: 0.15s; }
  .header-phone a:nth-child(1) {
    margin-right: 20px; }

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }
  .header-social li {
    margin: 0 7px; }
  .header-social svg {
    width: 20px;
    height: 20px;
    -webkit-transition: 0.15s;
    transition: 0.15s; }

.header-lang {
  position: relative; 
  display: none;
}

.header-lang span {
  font-size: 16px;
  color: #656875;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  .header-lang span:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #656875;
    margin-left: 5px;
    -webkit-transition: 0.15s;
    transition: 0.15s; }

.header-lang span.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.header-lang_list {
  display: none;
  position: absolute;
  left: 0;
  top: 25px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }
  .header-lang_list a {
    display: block;
    padding: 5px 7px;
    font-size: 16px;
    color: #656875;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: 0.15s;
    transition: 0.15s; }

.header-burger {
  display: none;
  -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;
  width: 30px;
  height: 20px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  cursor: pointer; }
  .header-burger span {
    width: 100%;
    height: 2px;
    background: #0F46C1;
    -webkit-transition: 0.2S;
    transition: 0.2S; }

.header-burger.open span:nth-child(1) {
  -webkit-transform: rotate(135deg) translate(6px, -7px);
  transform: rotate(135deg) translate(6px, -7px); }

.header-burger.open span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(100px) rotate(360deg);
  transform: translate(100px) rotate(360deg); }

.header-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-135deg) translate(6px, 6px);
  transform: rotate(-135deg) translate(6px, 6px); }

/*-header*/
/*home*/
.home {
  margin-bottom: 200px;
  position: relative; }

.home-bgr {
  width: 2600px;
  height: 810px;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background: url(../img/bgr/7.png) center no-repeat;
  background-size: contain; }

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

.home-text {
  max-width: 530px; }
  .home-text h1 {
    margin-bottom: 25px; }
  .home-text ul {
    margin-bottom: 20px; }
  .home-text li {
    position: relative;
    font-size: 16px;
    color: #656875;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .home-text li:before {
      content: '';
      width: 6px;
      min-width: 6px;
      height: 6px;
      background: #FD6F63;
      border-radius: 50%;
      margin-right: 12px; }

/*-home*/
/*completed*/
.completed.hide {
  display: none; }

.completed-title {
  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;
  margin-bottom: 50px; }

.completed-title_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .completed-title_left h2 {
    width: auto;
    margin-bottom: 0; }
  .completed-title_left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #FD6F63;
    margin-bottom: 7px;
    margin-left: 40px;
    font-weight: 500;
    -webkit-transition: 0.15s;
    transition: 0.15s; }
  .completed-title_left svg {
    width: 15px;
    height: 15px;
    fill: #FD6F63;
    margin-left: 15px;
    -webkit-transition: 0.15s;
    transition: 0.15s; }

.completed-title_icon {
  fill: transparent;
  width: 115px;
  height: 50px; }

.completed-slider {
  overflow: visible;
  padding-bottom: 50px; }

.completed-slide {
  opacity: 0.5; }

.completed-slide.swiper-slide-visible {
  opacity: 1; }

.completed-slide_img {
  width: 210px;
  height: 210px;
  overflow: hidden;
  border-radius: 100px 100px 100px 0;
  margin-bottom: 10px;
  -webkit-box-shadow: 5px 14px 33px rgba(19, 25, 55, 0.31);
  box-shadow: 5px 14px 33px rgba(19, 25, 55, 0.31);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  position: relative;
  z-index: 1; }
  .completed-slide_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .completed-slide_img:after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 0;
    height: 100%;
    background: rgba(19, 25, 55, 0.1);
    left: 0;
    top: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

.completed-slide h5 {
  width: 210px;
  margin-bottom: 0;
  height: 45px;
  overflow: hidden;
  -webkit-transition: 0.15s;
  transition: 0.15s; }

/*-completed*/
/*partners*/
.partners-boxs {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.partners-box {
  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: 20%;
  height: 120px;
  padding: 5px 10px;
  margin-bottom: 40px; }
  .partners-box img {
    max-height: 100%; }

/*-partners*/
/*services*/
.services-bgr {
  width: 2600px;
  height: 810px;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -320px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background: url(../img/bgr/7.png) center no-repeat;
  background-size: contain; }

.services {
  position: relative; }
  .services:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -5px;
    bottom: -50px;
    width: 150px;
    height: 185px;
    background: url(../img/bgr/5.png) center no-repeat;
    background-size: contain; }

.services-boxs {
  position: relative;
  height: 700px; }

.services-box {
  position: absolute;
  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;
  padding: 20px;
  width: 256px;
  height: 280px;
  background: #FFFFFF;
  -webkit-box-shadow: 17px 14px 33px rgba(19, 25, 55, 0.09);
  box-shadow: 17px 14px 33px rgba(19, 25, 55, 0.09);
  border-radius: 32px;
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  .services-box h4 {
    margin-bottom: 5px;
    -webkit-transition: 0.15s;
    transition: 0.15s; }
  .services-box svg {
    width: 57px;
    height: 57px;
    min-height: 57px;
    margin-bottom: 20px;
    fill: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .services-box p {
    font-size: 14px;
    margin-bottom: 0; }

.services-box:hover svg {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.services-box:nth-child(1) {
  top: 0;
  left: 0; }

.services-box:nth-child(2) {
  left: 305px;
  top: 50px; }

.services-box:nth-child(3) {
  right: 305px;
  top: 90px; }

.services-box:nth-child(4) {
  right: 0;
  top: 30px; }

.services-box:nth-child(5) {
  left: 0;
  bottom: 90px; }

.services-box:nth-child(6) {
  left: 305px;
  bottom: 50px; }

.services-box:nth-child(7) {
  right: 305px;
  bottom: 0; }

.services-box:nth-child(8) {
  right: 0;
  bottom: 60px; }

/*-services*/
/*single*/
.single-icon {
  width: 190px;
  height: 290px;
  position: absolute;
  z-index: -1;
  right: -10px;
  top: 500px;
  background: url(../img/bgr/10.png) center no-repeat;
  background-size: contain; }

.single-bgr {
  width: 810px;
  height: 810px;
  position: absolute;
  z-index: -1;
  right: -10px;
  top: -10px;
  background: url(../img/bgr/6.png) center no-repeat;
  background-size: contain; }

.single-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #EDEDED; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .breadcrumb li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .breadcrumb li:after {
      content: '/';
      margin: 0 4px;
      color: #FD6F63; }
  .breadcrumb li:last-child a {
    color: #656875; }
  .breadcrumb li:last-child:after {
    display: none; }
  .breadcrumb a {
    font-size: 14px;
    font-weight: 500;
    color: #FD6F63; }

.single-left {
  width: 300px;
  min-width: 300px;
  margin-right: 50px;
  position: relative; }
  .single-left h3 {
    margin-bottom: 20px; }

.single-right {
  width: 300px;
  min-width: 300px;
  margin-left: 50px;
  position: relative; }
  .single-right h3 {
    margin-bottom: 20px; }

.single-slider {
  overflow: visible; }

.single-slider .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.single-pagination {
  display: none; }

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

.single-slide {
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  fill: transparent;
  background: #FFFFFF;
  -webkit-box-shadow: 17px 14px 33px rgba(19, 25, 55, 0.09);
  box-shadow: 17px 14px 33px rgba(19, 25, 55, 0.09);
  border-radius: 40px;
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  .single-slide svg {
    width: 47px;
    min-width: 47px;
    height: 47px;
    margin-right: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .single-slide span {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    -webkit-transition: 0.15s;
    transition: 0.15s; }

.single-slide.active span {
  color: #FD6F63; }

.single-content_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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px; }
  .single-content_title span {
    font-size: 14px;
    color: #656875;
    display: block;
    margin-bottom: 10px; }
  .single-content_title h1 {
    margin-bottom: 0; }

.single-content_text a {
  color: #FD6F63;
  text-decoration: underline; }

.single-content_text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 23px;
  color: #656875; }
  .single-content_text li:before {
    content: '';
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px;
    background: #FD6F63;
    margin-top: 6px; }

.single-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #EDEDED; }

.single-last_box {
  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;
  width: 370px; }

.single-last_img {
  width: 120px;
  min-width: 120px;
  height: 120px;
  overflow: hidden; }
  .single-last_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.single-last_left .single-last_text {
  text-align: right;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.single-last_left .single-last_img {
  border-radius: 100px 100px 0 100px;
  -webkit-box-shadow: 5px 14px 33px rgba(19, 25, 55, 0.31);
  box-shadow: 5px 14px 33px rgba(19, 25, 55, 0.31);
  margin-left: 25px; }

.single-last_text span {
  display: block;
  font-size: 12px;
  color: #656875;
  margin-bottom: 10px; }

.single-last_text h5 {
  max-height: 40px;
  overflow: hidden; }

.single-last_text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #FD6F63;
  -webkit-transition: 0.1s;
  transition: 0.1s; }

.single-last_text svg {
  width: 15px;
  height: 15px;
  fill: #FD6F63;
  -webkit-transition: 0.1s;
  transition: 0.1s; }

.single-last_left .single-last_text svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 10px; }

.single-last_right .single-last_img {
  border-radius: 100px 100px 100px 0;
  -webkit-box-shadow: 5px 14px 33px rgba(19, 25, 55, 0.31);
  box-shadow: 5px 14px 33px rgba(19, 25, 55, 0.31);
  margin-right: 25px; }

.single-last_right {
  margin-left: 60px; }

.single-last_right .single-last_text {
  text-align: right;
  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;
  text-align: left; }

.single-last_right .single-last_text svg {
  margin-left: 10px; }

/*-single*/
/*category*/
.progects-bgr {
  width: 180px;
  height: 180px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 850px;
  background: url(../img/bgr/9.png) center no-repeat;
  background-size: contain; }

.category-bgr {
  width: 2600px;
  height: 810px;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -100px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background: url(../img/bgr/7.png) center no-repeat;
  background-size: contain; }

.category-top {
  width: 100%;
  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;
  margin-bottom: 30px; }

.category-filter {
  width: 400px;
  height: 44px;
  position: relative; }

.category-filter span {
  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: 0 20px;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 26px;
  font-size: 14px;
  font-weight: 500;
  color: #656875;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s; }
  .category-filter span:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FD6F63; }

.category-filter span.open {
  border-radius: 10px 10px 0 0; }

.category-filter span.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.category-filter_list {
  display: none;
  padding: 10px 20px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #FD6F63; }
  .category-filter_list li {
    margin-bottom: 10px; }
  .category-filter_list li:last-child {
    margin-bottom: 0; }
  .category-filter_list a {
    font-size: 14px;
    font-weight: 500;
    color: #656875; }

.category-search {
  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;
  width: 400px;
  height: 44px; }
  .category-search input {
    width: 300px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 26px;
    padding: 0 20px;
    border: 1px solid transparent;
    color: #FD6F63; }

.category-search input:focus {
  border: 1px solid #FD6F63; }

.category-search_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;
  width: 90px;
  height: 100%;
  border-radius: 26px;
  border: none;
  background: #FD6F63;
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  .category-search_btn svg {
    width: 20px;
    height: 20px;
    fill: transparent;
    stroke: #FFFFFF; }

.category-boxs {
  max-width: 920px;
  margin-bottom: 60px; }

.category-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px; }
  .category-box:last-child {
    margin-bottom: 0; }

.category-box_img {
  min-width: 210px;
  width: 210px;
  height: 210px;
  overflow: hidden;
  border-radius: 100px 100px 100px 0;
  -webkit-box-shadow: 5px 14px 33px rgba(19, 25, 55, 0.31);
  box-shadow: 5px 14px 33px rgba(19, 25, 55, 0.31);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  margin-right: 30px; }
  .category-box_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.category-box_text span {
  font-size: 14px;
  color: #656875;
  display: block;
  margin-bottom: 5px; }

.category-box_text p {
  max-height: 95px;
  overflow: hidden; }

.category-box_title {
  display: block;
  font-size: 24px;
  line-height: 28px;
  max-height: 50px;
  overflow: hidden;
  margin-bottom: 5px;
  color: #000000;
  font-weight: 700;
  -webkit-transition: 0.15s;
  transition: 0.15s; }

.category-box_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FD6F63;
  font-weight: 500;
  font-size: 16px; }
  .category-box_link svg {
    width: 16px;
    height: 16px;
    fill: #FD6F63;
    margin-left: 14px; }

.category-bottom {
  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; }

.category-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.category-pagination 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;
  font-size: 16px;
  font-weight: 500;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #656875; }

.category-pagination a.active {
  background: #0F46C1;
  color: #FFFFFF; }

a.category-pagination_prev {
  border-radius: 0;
  border: solid #FD6F63;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
  width: auto;
  height: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-right: 15px; }

a.category-pagination_next {
  border-radius: 0;
  border: solid #FD6F63;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
  width: auto;
  height: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 15px; }

/*-category*/
/*page*/
.page .form {
  height: 600px; }

.page-center {
  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; }
  .page-center h1 {
    margin-bottom: 50px; }
  .page-center 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: 130px;
    height: 130px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-bottom: 50px; }
  .page-center p {
    margin-bottom: 40px; }
  .page-center svg {
    fill: transparent;
    width: 70px;
    height: 70px;
    text-align: center; }

/*-page*/
/*footer*/
.form {
  margin-bottom: 160px;
  position: relative; }
  .form:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -2px;
    bottom: 0;
    background: url(../img/bgr/1.png) center no-repeat;
    background-size: contain;
    width: 235px;
    height: 481px; }
  .form:before {
    content: '';
    position: absolute;
    z-index: -1;
    right: 120px;
    top: 100px;
    background: url(../img/bgr/2.png) center no-repeat;
    background-size: contain;
    width: 220px;
    height: 210px; }

.form-bgr {
  width: 2600px;
  height: 2400px;
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -57%);
  transform: translate(-50%, -57%);
  background: url(../img/bgr/8.png) center no-repeat;
  background-size: contain; }

.form-title {
  max-width: 700px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px; }
  .form-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;
    margin-bottom: 0; }
  .form-title p {
    margin-bottom: 0;
    margin-top: 10px; }
  .form-title span {
    color: #0F46C1; }
  .form-title b {
    color: #FD6F63; }

.form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px;
  background: #FFFFFF;
  -webkit-box-shadow: 17px 14px 33px rgba(19, 25, 55, 0.09);
  box-shadow: 17px 14px 33px rgba(19, 25, 55, 0.09);
  border-radius: 37px;
  max-width: 450px;
  margin: auto; }

.form-input {
  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: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700; }
  .form-input input {
    width: 100%;
    border: none;
    padding: 8px 0;
    border-bottom: 1px solid #EDEDED;
    font-size: 14px;
    color: #FD6F63;
    border-radius: 0; }
  .form-input input:focus {
    border-bottom: 1px solid #0F46C1; }
  .form-input textarea {
    border: 1px solid #EDEDED;
    border-radius: 9px;
    width: 100%;
    height: 130px;
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
    color: #FD6F63; }
  .form-input textarea:focus {
    border: 1px solid #0F46C1; }

.form-chechbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 25px; }
  .form-chechbox input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute; }
  .form-chechbox input:checked + span:before {
    display: block; }
  .form-chechbox input:checked + span:after {
    display: block; }

.form-chechbox_point {
  display: block;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  border: 1.5px solid #0F46C1;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  cursor: pointer; }
  .form-chechbox_point:after {
    content: '';
    position: absolute;
    z-index: 2;
    right: -2px;
    top: -2px;
    width: 10px;
    height: 12px;
    background: #FFFFFF;
    display: none; }
  .form-chechbox_point:before {
    content: '';
    position: absolute;
    top: -3px;
    right: 1px;
    z-index: 3;
    display: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 16px;
    width: 8px;
    border-bottom: 3px solid #0F46C1;
    border-right: 3px solid #0F46C1; }

.form-chechbox_text {
  font-size: 14px;
  margin-bottom: 0; }
  .form-chechbox_text a {
    font-size: 14px;
    color: #FD6F63;
    -webkit-transition: 0.15s;
    transition: 0.15s; }

.footer-top {
  padding-bottom: 30px;
  border-bottom: 1px solid #EDEDED; }

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

.footer-box {
  width: 22%; }

.footer-box > span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px; }

.footer-menu li {
  margin-bottom: 10px; }
  .footer-menu li:last-child {
    margin-bottom: 0; }

.footer-menu a {
  color: #656875;
  font-size: 14px;
  line-height: 21px;
  -webkit-transition: 0.15s;
  transition: 0.15s; }

.footer-phone {
  margin-bottom: 25px; }
  .footer-phone li {
    margin-bottom: 15px; }
  .footer-phone a {
    display: block;
    font-size: 16px;
    color: #656875;
    -webkit-transition: 0.15s;
    transition: 0.15s; }

.footer-info {
  margin-bottom: 25px; }
  .footer-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; }
  .footer-info a {
    font-size: 16px;
    color: #656875;
    -webkit-transition: 0.15s;
    transition: 0.15s; }
  .footer-info svg {
    width: 20px;
    height: 20px;
    margin-right: 10px; }

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-social li {
    margin-right: 15px; }
  .footer-social svg {
    width: 20px;
    height: 20px;
    -webkit-transition: 0.15s;
    transition: 0.15s; }

.footer-bottom {
  padding: 15px 0; }

.footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer-bottom span {
  color: #656875;
  font-size: 12px;
  text-transform: uppercase; }

.footer-logo {
  margin-bottom: 5px; }
  .footer-logo svg {
    width: 117px;
    height: 47px; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  background: white;
  width: 100%;
  height: 100%;
  display: none; }
  .modal:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: -10px;
    top: -10px;
    width: 590px;
    height: 590px;
    background: url(../img/bgr/4.png) no-repeat center;
    background-size: contain; }
  .modal:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: -10px;
    bottom: 10px;
    width: 185px;
    height: 185px;
    background: url(../img/bgr/3.png) no-repeat center;
    background-size: contain; }

.modal-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 800px; }

.modal-box .form-title {
  margin-bottom: 20px; }

.modal-box_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 100px;
  top: -30px;
  fill: #FD6F63;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  cursor: pointer; }

/*-footer*/
@media (min-width: 992px) {
  /*hover*/
  .header-menu a:hover,
  .header-phone a:hover,
  .header-lang_list a:hover,
  .header-lang span:hover,
  .footer-menu a:hover,
  .footer-phone a:hover,
  .footer-info a:hover {
    color: #FD6F63; }
  .header-social a:hover svg,
  .footer-social a:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .header-lang span:hover:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #FD6F63; }
  .form-chechbox_text a:hover {
    color: #0F46C1; }
  .button:hover {
    background: #019975;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(1, 153, 117, 0.5);
    box-shadow: 0px 0px 5px 5px rgba(1, 153, 117, 0.5); }
  .services-box:hover {
    -webkit-box-shadow: 17px 14px 33px rgba(253, 111, 99, 0.3);
    box-shadow: 17px 14px 33px rgba(253, 111, 99, 0.3); }
  .services-box:hover h4 {
    color: #0F46C1; }
  .completed-title a:hover {
    color: #0F46C1; }
  .completed-title a:hover svg {
    fill: #0F46C1; }
  .completed-slide:hover .completed-slide_img:after {
    width: 100%; }
  .completed-slide:hover h5 {
    color: #FD6F63; }
  .modal-box_close:hover {
    fill: #0F46C1; }
  .breadcrumb a:hover {
    color: #0F46C1; }
  .single-slide:hover {
    -webkit-box-shadow: 17px 14px 33px rgba(253, 111, 99, 0.2);
    box-shadow: 17px 14px 33px rgba(253, 111, 99, 0.2); }
  .single-slide:hover span {
    color: #0F46C1; }
  .single-slide:hover svg {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  .single-content_text a:hover {
    color: #0F46C1; }
  .category-filter_list a:hover {
    color: #FD6F63; }
  .category-search_btn:hover {
    background: #0F46C1; }
  .category-box_link:hover {
    color: #0F46C1; }
  .category-box_link:hover svg {
    fill: #0F46C1; }
  .category-box_title:hover {
    color: #FD6F63; }
  .category-pagination a:hover {
    color: #FD6F63; }
  .single-last_text a:hover {
    color: #0F46C1; }
  .single-last_text a:hover svg {
    fill: #0F46C1; }
  a.category-pagination_prev:hover,
  a.category-pagination_next:hover {
    border: solid #0F46C1;
    border-width: 0 4px 4px 0; }
  /*-hover*/ }

@media (max-width: 1200px) {
  /*header*/
  .header .container {
    padding: 5px 15px;
    background: #FFFFFF; }
  .header {
    padding: 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2); }
  .header.fixed {
    padding: 0; }
  .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
  .header-lang {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .header-logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0; }
  .header-logo svg {
    width: 92px;
    height: 37px; }
  .header-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: fixed;
    z-index: -1;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 250px;
    background: rgba(255, 255, 255, 0.9);
    padding-right: 15px;
    padding-top: 72px;
    -webkit-box-shadow: -7px 4px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -7px 4px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  .header-right.open {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .header-menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px; }
    .header-menu li {
      margin-right: 0;
      margin-bottom: 15px; }
    .header-menu a {
      font-size: 20px; }
  .header-phone {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 0; }
    .header-phone li {
      margin-bottom: 15px; }
    .header-phone a {
      font-size: 18px; }
    .header-phone a:nth-child(1) {
      margin-right: 0; }
  .header-social {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-bottom: 20px; }
    .header-social li {
      margin: 0;
      margin-left: 20px; }
    .header-social svg {
      width: 25px;
      height: 25px; }
  /*-header*/
  /*home*/
  .home {
    margin-bottom: 200px; }
  /*-home*/
  /*services*/
  .services-boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .services-box {
    position: static;
    margin-bottom: 30px; }
  /*-services*/
  /*category*/
  .progects-bgr {
    display: none; }
  /*-category*/
  /*single*/
  .single-icon {
    display: none; }
  /*-single*/
  /*page*/
  .page .form {
    height: auto; }
  /*-page*/
  /*footer*/
  .form:before {
    right: 10px; }
  /*-footer*/ }

@media (max-width: 992px) {
  /*options*/
  .main {
    margin-top: 90px; }
  /*-options*/
  /*home*/
  .home {
    margin-bottom: 150px; }
  .home .container {
    -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; }
  .home-text {
    max-width: 100%;
    margin-bottom: 30px; }
  .home-img {
    width: 100%;
    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; }
  /*-home*/
  /*completed*/
  .completed-title_icon {
    display: none; }
  /*-completed*/
  /*partners*/
  .partners-box {
    width: 24%; }
  /*-partners*/
  /*single*/
  .breadcrumb {
    margin-bottom: 20px; }
  .single-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .single-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .single-left {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .single-right {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .single-slider {
    padding-bottom: 40px; }
  .single-slider .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .single-slide {
    width: 300px;
    margin: 0 5px;
    margin-bottom: 0; }
  .single-pagination {
    display: block; }
  .single-last {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .single-last_box {
    max-width: 280px; }
  .single-last_img {
    display: none; }
  .single-last_left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 15px; }
  .single-last_right {
    margin-left: 15px; }
  /*-single*/
  /*category*/
  .category-top {
    -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; }
  .category-filter {
    width: 300px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .category-search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 300px;
    margin-bottom: 10px; }
  .category-search input {
    width: 235px; }
  .category-search_btn {
    width: 60px; }
  .category-search_btn svg {
    width: 17px;
    height: 17px; }
  .category-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; }
  .load-more {
    margin-bottom: 20px; }
  .category-pagination a {
    width: 35px;
    height: 35px;
    font-size: 14px; }
  .category-pagination {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  a.category-pagination_next,
  a.category-pagination_prev {
    width: auto;
    height: auto; }
  /*-category*/
  /*footer*/
  .footer-top {
    padding-bottom: 0; }
  .footer-top .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer-box {
    width: 48%;
    margin-bottom: 30px; }
  /*-footer*/ }

@media (max-width: 576px) {
  /*options*/
  .section-title {
    margin-bottom: 40px; }
  .section {
    margin-bottom: 90px; }
  h1 {
    font-size: 30px;
    line-height: 35px; }
  h2 {
    font-size: 25px;
    line-height: 32px; }
  h3 {
    font-size: 21px;
    line-height: 27px; }
  /*-options*/
  /*home*/
  .home {
    margin-bottom: 90px; }
  /*-home*/
  /*services*/
  .services-box {
    padding: 15px;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 15px; }
    .services-box:last-child {
      margin-bottom: 0; }
  .services-box svg {
    width: 50px;
    height: 50px;
    min-height: 50px;
    margin-bottom: 5px; }
  .services:before {
    display: none; }
  /*-services*/
  /*completed*/
  .completed-title_left {
    -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; }
  .completed-title_left a {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 10px; }
  .completed-slide {
    width: 250px;
    opacity: 1; }
  /*-completed*/
  /*partners*/
  .partners-box {
    width: 32%;
    height: 100px;
    margin-bottom: 15px; }
    .partners-box:last-child {
      margin-bottom: 0; }
  /*-partners*/
  /*category*/
  .category-boxs {
    margin-bottom: 40px; }
  .category-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; }
  .category-box_img {
    width: 150px;
    min-width: 150px;
    height: 150px;
    margin-right: 0;
    margin-bottom: 10px; }
  .category-box_text p {
    display: none; }
  .category-box_title {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 15px;
    max-height: 100%;
    overflow: visible; }
  /*-category*/
  /*single*/
  .single-last_left {
    margin-right: 5px; }
  .single-last_right {
    margin-left: 5px; }
  /*-single*/
  /*page*/
  .page-center h1 {
    margin-bottom: 30px; }
  .page-center span {
    margin-bottom: 30px;
    width: 100px;
    height: 100px; }
  .page-center p {
    margin-bottom: 30px; }
  .page-center svg {
    width: 60px;
    height: 60px; }
  /*-page*/
  /*footer*/
  .form {
    margin-bottom: 90px; }
  .footer-box {
    width: 100%; }
  .form:before {
    display: none; }
  .form:after {
    display: none; }
  .form-bgr {
    -webkit-transform: translate(-50%, -54%);
    transform: translate(-50%, -54%); }
  .form-box {
    padding: 20px;
    border-radius: 15px; }
  .form-input {
    margin-bottom: 15px; }
  .form-input input {
    padding: 3px 0; }
  .modal-box .form-input textarea {
    height: 60px; }
  .modal-box .form-title {
    margin-bottom: 5px; }
  .modal-box .form-title p {
    display: none; }
  .form-chechbox_text {
    font-size: 12px; }
    .form-chechbox_text a {
      font-size: 12px; }
  .form-chechbox {
    margin-bottom: 20px; }
  .modal-box {
    width: 100%; }
  .modal-box_close {
    right: 10px;
    top: -30px; }
  .modal:before {
    display: none; }
  .modal:after {
    display: none; }
  /*-footer*/ }


/*waytrel*/
.single-content {
	width: 100%;
}

