 *,
 ::before,
 ::after {
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   padding: 0;
   margin: 0;
 }
 
 html,
 body {
   width: 100%;
   margin: 0 auto;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   overflow-x: hidden;
   font-family: "Syne", sans-serif;
   overflow-anchor: none;
   font-size: 16px;
   scroll-behavior: smooth;
   background-color: var(--black);
 }
 
 html.lock {
   overflow: hidden;
 }
 
 .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: 100vh;
 }
 
 .container {
   width: 100%;
   max-width: 1210px;
   margin: 0 auto;
   padding: 0 15px;
 }
 
 img,
 svg {
   max-width: 100%;
   display: block;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
 }
 
 h1 {
   font-size: calc(25px + 30 * (100vw / 1210));
   font-weight: 700;
   color: var(--white);
   line-height: 120%;
 }
 
 h2 {
   font-weight: 700;
   font-size: calc(22px + 23 * (100vw / 1210));
   line-height: 100%;
   text-transform: uppercase;
   color: var(--white);
   margin-bottom: 40px;
 }
 
 h3 {
   font-weight: 700;
   font-size: calc(18px + 18 * (100vw / 1210));
   text-transform: uppercase;
   color: var(--white);
   margin-bottom: 30px;
 }
 
 a {
   text-decoration: none;
 }
 
 p {
   margin: 0;
   padding: 5px 0;
   font-weight: 400;
   font-size: 17px;
   line-height: 125%;
   color: var(--white);
 }
 
 ul,
 li,
 ol {
   list-style: none;
   padding: 0;
   margin: 0;
 }
 
 input,
 button,
 textarea {
   font: inherit;
   border: none;
   outline: none;
   margin: 0;
   padding: 0;
   background: none;
   min-width: 10px;
 }
 
 textarea {
   resize: none;
 }
 
 label {
   margin: 0;
   padding: 0;
   font-size: 12px;
 }
 
 select {
   outline: none;
   border: none;
   background: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
 }
 
 .main {
   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-flex: 1;
       -ms-flex: 1 1 auto;
           flex: 1 1 auto;
 }
 
 :root {
   --gray: #505050;
   --white: #fff;
   --black: #040404;
   --green: #c8d814;
   --gray-light: #eaeaea;
 }
 
 /* ===== Scrollbar CSS ===== */
 
 /* Firefox */
 
 * {
   scrollbar-width: auto;
   scrollbar-color: rgba(158, 158, 158, 0.4);
 }
 
 /* Chrome, Edge, and Safari */
 
 *::-webkit-scrollbar {
   width: 6px;
 }
 
 *::-webkit-scrollbar-track {
   background: rgba(158, 158, 158, 0.4);
 }
 
 *::-webkit-scrollbar-thumb {
   background: var(--green);
   border: 0px solid rgba(158, 158, 158, 0.4);
   width: 6px;
 }

 .wpcf7 form .wpcf7-response-output {
   margin: 10px 0 0 0;
   padding: 0;
   border: none;
   color: var(--white);
   text-align: center;
}
 
 .header {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 5;
 }
 
 .header-fixed {
   -webkit-box-shadow: rgba(200, 216, 19, 0.5) 0px 3px 8px;
           box-shadow: rgba(200, 216, 19, 0.5) 0px 3px 8px;
 }
 
 .header-fixed:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: var(--black);
   z-index: -1;
 }
 
 .header-fixed .social__item {
   width: 30px;
   height: 30px;
   margin-left: 5px;
 }
 
 .header-fixed .social__link_whatsapp .social__svg {
   width: 15px;
   height: 15px;
 }
 
 .header-fixed .social__link_viber .social__svg {
   width: 15px;
   height: 15px;
 }
 
 .header-fixed .social__link_facebook .social__svg {
   width: 15px;
   height: 15px;
 }
 
 .header-fixed .social__link_youtube .social__svg {
   width: 20px;
   height: 13px;
 }
 
 .header-fixed .social__link_instagram .social__svg {
   width: 15px;
   height: 15px;
 }
 
 .header-fixed .lang li a {
   width: 30px;
   height: 30px;
   font-size: 11px;
 }
 
 .header-fixed .header-content {
   padding: 10px 0;
 }
 
 .header-content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   padding: 30px 0;
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
 }
 
 .header-content__logo {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   height: 50px;
   margin-right: 20px;
 }

 img.custom-logo {
   height: 100%;
}
 
 .header-content__block-contacts,
 .header-content__block {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .header-content__phone {
   margin-right: 30px;
 }
 
 .header-content__social {
   margin-left: 15px;
 }
 
 .navigation {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   flex-wrap: wrap;
   margin: 0 -8px;
 }
 
 .navigation li {
   padding: 0 8px;
 }
 
 .navigation li:first-child {
   margin-left: 0;
 }
 
 .navigation li a {
   font-weight: 700;
   font-size: 16px;
   line-height: 150%;
   color: var(--white);
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
 }
 
 .navigation li:hover a {
   color: var(--green);
 }
 
 .lang li {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 }
 
 .lang li 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-weight: 700;
   font-size: 14px;
   line-height: 120%;
   letter-spacing: 0.07em;
   color: var(--white);
   white-space: nowrap;
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   text-transform: uppercase;
   width: 45px;
   height: 45px;
   border-radius: 100px;
   border: 1px solid var(--white);
   background-color: var(--black);
   transition: all 0.3s ease 0s;
 }
 
 .pll-parent-menu-item {
   position: relative;
 }
 
 .pll-parent-menu-item .sub-menu {
   position: absolute;
   top: 100%;
   left: 0;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   pointer-events: none;
 }
 
 .pll-parent-menu-item .sub-menu li {
   margin-top: 2px;
 }
 
 .pll-parent-menu-item:hover .sub-menu {
   opacity: 1;
   visibility: visible;
   pointer-events: auto;
 }
 
 .phone {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
//   -webkit-box-align: center;
//       -ms-flex-align: center;
//           align-items: center;
 }
 
 .phone__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;
   margin-right: 10px;
   width: 20px;
   height: 20px;
 }
 
 .phone__block {
 	display: flex;
    flex-direction: column;
 }
 
 .phone__svg {
   width: 100%;
   height: 100%;
   color: var(--green);
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
 }
 
 .phone__text {
   font-weight: 700;
   font-size: 14px;
   line-height: 135%;
   color: var(--white);
   white-space: nowrap;
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
 }
 
 .phone__text:hover {
   color: var(--green);
 }
 
 .social {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .social__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 45px;
   height: 45px;
   overflow: hidden;
   margin-left: 10px;
 }
 
 .social__item:first-child {
   margin-left: 0;
 }
 
 .social__link {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   width: 100%;
   height: 100%;
   border-radius: 100px;
   background-color: var(--green);
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   border: 1px solid var(--green);
 }
 
 .social__link:hover {
   background-color: var(--black);
   border: 1px solid var(--white);
 }
 
 .social__link:hover .social__svg {
   color: var(--white);
 }
 
 .social__link_whatsapp .social__svg {
   width: 23px;
   height: 23px;
 }
 
 .social__link_viber .social__svg {
   width: 23px;
   height: 23px;
 }
 
 .social__link_facebook .social__svg {
   width: 22px;
   height: 22px;
 }
 
 .social__link_youtube .social__svg {
   width: 25px;
   height: 18px;
 }
 
 .social__link_instagram .social__svg {
   width: 21px;
   height: 21px;
 }
 
 .social__svg {
   color: var(--black);
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
 }
 
 .burger {
   display: none;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   margin-left: 35px;
 }
 
 .burger__menu {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
       -ms-flex-pack: start;
           justify-content: flex-start;
   width: 25px;
   height: 20px;
   position: relative;
 }
 
 .burger__menu span {
   position: absolute;
   left: 0px;
   top: 50%;
   width: 100%;
   height: 2px;
   background-color: var(--green);
   -webkit-transform: translate(0, -50%);
       -ms-transform: translate(0, -50%);
           transform: translate(0, -50%);
   -webkit-transition: -webkit-transform 0.3s ease-in-out;
   transition: -webkit-transform 0.3s ease-in-out;
   transition: transform 0.3s ease-in-out;
   transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
 }
 
 .burger__menu::before,
 .burger__menu::after {
   display: block;
   content: "";
   width: 100%;
   height: 2px;
   background-color: var(--green);
   border-radius: 5px;
   position: absolute;
   left: 0;
   -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
   transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
   transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
   transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
 }
 
 .burger__menu::before {
   top: 0;
 }
 
 .burger__menu::after {
   bottom: 0;
 }
 
 .btn-up {
   position: fixed;
   right: 30px;
   bottom: 50px;
   background-color: transparent;
   cursor: pointer;
   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: 60px;
   height: 60px;
   border-radius: 50%;
   border: 1px solid var(--blue);
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
 }
 
 .btn-up::before {
   content: "";
   width: 20px;
   height: 28px;
   background: url("../img/svg/arrow-to-top.svg") no-repeat center top/cover;
 }
 
 .btn-up__hide {
   display: none;
 }
 
 .hero-content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   position: relative;
   min-height: 100vh;
 }
 
 .hero-content__bg {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }
 
 .hero-content__bg img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
      object-fit: cover;
 }
 
 .hero-content__bg:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(4, 4, 4, 0.4);
   z-index: 1;
 }
 
 .hero {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: relative;
   z-index: 2;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   padding: 125px 0 80px;
 }
 
 .hero__text-content {
   width: 75%;
   padding-right: 20px;
 }
 
 .hero__subtitle {
   margin-top: 20px;
   max-width: 580px;
   font-weight: 600;
   font-size: 20px;
 }
 
 .hero__social {
 	margin-top: 20px;
 }
 
 .hero__buttons {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   margin: 35px -10px -10px;
 }
 
 .hero__primary-btn {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding: 10px;
 }
 
 .hero__secondary-btn {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding: 10px;
 }
 
 .hero__code {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 200px;
   height: 200px;
 }

 .hero__code-wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: end;
       -ms-flex-align: end;
           align-items: flex-end;
 }

 .hero__code img {
   width: 100%;
   height: 100%;
 }
 
 span {
   color: var(--green);
 }
 
 .primary-btn {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 }
 
 .primary-btn__link {
   font-weight: 700;
   font-size: 15px;
   line-height: 120%;
   text-align: center;
   color: var(--black);
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   border: 1px solid var(--green);
   padding: 20px;
   background-color: var(--green);
   cursor: pointer;
 }
 
 .primary-btn__link:hover {
   background-color: var(--white);
   border: 1px solid var(--white);
 }

 .secondary-btn {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
 }
 
 .secondary-btn__link {
   font-weight: 700;
   font-size: 15px;
   line-height: 120%;
   text-align: center;
   color: var(--white);
   -webkit-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   background-color: var(--black);
   border: 1px solid var(--white);
   padding: 20px;
   width: 100%;
   white-space: nowrap;
   cursor: pointer;
 }

 .secondary-btn__link:hover {
   background-color: var(--white);
   color: var(--black);
 }
 
 .section-services {
   padding: 100px 0;
   background-color: var(--black);
 }
 
 .services-slider {
   position: relative;
   overflow: hidden;
 }
 
 .services-slider__slide {
   height: auto;
 }
 
 .services-slider__content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   height: 100%;
   border: 1px solid var(--white);
   padding: 50px 25px;
 }
 
 .services-slider__img {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
 }
 
 .services-slider__text {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   justify-content: center;
   text-align: center;
   font-weight: 500;
   font-size: 16px;
   line-height: 140%;
   color: var(--gray-light);
   margin: 30px 0;
 }
 
 .services-slider .primary-btn__link {
   padding: 20px 10px;
   width: 100%;
 }
 
 .swiper-pagination {
   margin-top: 20px;
   position: relative;
   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;
   top: auto !important;
   bottom: 0px !important;
   color: #fff;
 }
 
 .swiper-pagination-bullet {
   width: 35px;
   height: 2px;
   background-color: var(--gray);
   opacity: 1;
   border-radius: 0!important;
 }
 
 .swiper-pagination-current,
 .swiper-pagination-total {
 	padding: 0 7px;
    font-size: 20px;
 }
 
 .swiper-pagination-bullet-active {
   background-color: var(--green);
   opacity: 1;
 }
 
 .section-personal {
   position: relative;
   padding: 60px 0;
 }
 
 .section-personal h3 {
   text-align: center;
 }
 
 .section-personal__bg {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }
 
 .section-personal__bg img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
      object-fit: cover;
 }
 
 .section-title {
   position: relative;
   z-index: 2;
 }
 
 .section-title__small-title {
   text-align: center;
 }
 
 .personal {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   background-color: var(--black);
   position: relative;
   z-index: 2;
 }
 
 .personal__img {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   max-width: 400px;
 }
 
 .personal__img img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
      object-fit: cover;
 }
 
 .personal__text {
   width: 100%;
   padding: 40px 50px;
 }
 
 .section-blocks {
   padding: 100px 0;
 }
 
 .section-blocks .primary-btn {
   margin-top: 25px;
 }
 
 .block-body__row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 }
 
 .block-body__column-text {
   width: 50%;
   padding: 60px 45px;
   border: 1px solid var(--white);
 }
 
 .block-body__column-img {
   width: 50%;
 }
 
 .block-body__column-img img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
      object-fit: cover;
 }
 
 .blocks-slider {
   overflow: hidden;
   position: relative;
 }
 
 .blocks-slider__slide:nth-child(2n) .block-body__row {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
       -ms-flex-direction: row-reverse;
           flex-direction: row-reverse;
 }
 
 .portfolio-slider {
   position: relative;
   overflow: hidden;
 }
 
 .portfolio-slider__slide {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (1fr)[4];
   grid-template-columns: repeat(4, 1fr);
   -ms-grid-rows: 50% 50%;
   grid-template-rows: 50% 50%;
   grid-gap: 0px;
   aspect-ratio: 16/8;
   overflow: hidden;
 }
 
 .portfolio-slider__content:nth-child(1) {
   -ms-grid-column: 1;
   -ms-grid-column-span: 2;
   grid-column: 1/3;
   -ms-grid-row: 1;
   -ms-grid-row-span: 2;
   grid-row: 1/3;
   overflow: hidden;
   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;
 }
 
  /*== if four foto in slide ==*/
 .less-than-five-imagesfour-images .portfolio-slider__content:nth-child(2) {
   grid-column: 3/5;
   grid-row: 2/3;
 }

 /*== if three foto in slide ==*/

 .less-than-five-imagesthree-images .portfolio-slider__content:nth-child(2) {
   grid-column: 3/5;
   grid-row: 1/2;
 }

 .less-than-five-imagesthree-images .portfolio-slider__content:nth-child(3) {
   grid-column: 3/5;
   grid-row: 2/3;
 }

 .less-than-five-imagestwo-images .portfolio-slider__content:nth-child(2) {
   grid-column: 3/5;
   grid-row: 1/3;
 }

 .less-than-five-imagesone-image .portfolio-slider__content:nth-child(1) {
   grid-column: 1/5!important;
   grid-row: 1/3!important;
 }
 
 .portfolio-mobile-slider {
   position: relative;
   overflow: hidden;
   display: none;
 }

 .portfolio-slider__content {
   overflow: hidden;
 }

 .portfolio-slider__content img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transform: scale(1);
   transition: all .3s ease 0s;
 }

 .portfolio-slider__content img:hover {
   transform: scale(1.05);
 }
 
 .portfolio-mobile-slider__content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   aspect-ratio: 16/12;
   overflow: hidden;
 }
 
 .portfolio-mobile-slider__content img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
      object-fit: cover;
 }
 
 .swiper-button-prev,
 .swiper-button-next {
   width: 45px;
   height: 45px;
   background-color: var(--white);
   border-radius: 100px;
   overflow: hidden;
   transition: all .3s ease 0s;
 }

 .swiper-button-prev:hover,
 .swiper-button-next:hover {
   background-color: var(--green);
 }
 
 .swiper-button-prev:after,
 .swiper-button-next:after {
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   width: 17px;
   height: 14px;
   background: url("../img/svg/arrow.svg") no-repeat center top/cover;
 }
 
 .swiper-button-prev:after {
   -webkit-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
           transform: translate(-50%, -50%);
 }
 
 .swiper-button-next:after {
   -webkit-transform: translate(-50%, -50%) rotate(180deg);
       -ms-transform: translate(-50%, -50%) rotate(180deg);
           transform: translate(-50%, -50%) rotate(180deg);
 }
 
 .swiper-button-prev.swiper-button-disabled,
 .swiper-button-next.swiper-button-disabled {
   pointer-events: auto;
 }
 
 .section-form {
   padding: 100px 0;
 }
 
 .section-form .primary-btn {
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
 }
 
 .section-form h3 {
   margin-bottom: 15px;
   text-align: center;
 }
 
 .section-form .section-title__subtitle {
   margin: 0 auto;
   text-align: center;
   max-width: 600px;
   font-weight: 400;
   font-size: 17px;
   text-align: center;
   color: var(--gray-light);
 }
 
 .form__block-wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   margin: 40px -20px;
 }
 
 .form__label-block {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   padding: 20px;
   width: 33.333%;
 }
 
 .form__label {
   font-weight: 700;
   font-size: 16px;
   color: var(--white);
 }
 
 .form__input {
   padding: 10px 0;
   width: 100%;
   border-bottom: 1px solid var(--white);
   color: var(--white);
   font-weight: 300;
 }
 
 .section-contacts {
   padding: 100px 0;
   background-color: var(--green);
 }
 
 .section-contacts h2,
 .section-contacts h4,
 .section-contacts p {
   color: var(--black);
 }
 
 h4 {
   font-weight: 700;
   font-size: 22px;
   text-transform: uppercase;
   color: var(--black);
 }
 
 .contacts-wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   margin: -10px;
 }
 
 .contacts-wrapper__item {
   width: 33.333%;
   padding: 10px;
 }

 .contacts-wrapper__title {
   display: flex;
 }

 .contacts-wrapper__title-block {
   display: flex;
   align-items: center;
   margin-bottom: 20px;
}

.contacts-wrapper__img {
   margin-right: 10px;
}
 
 .error {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;
   text-align: center;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   padding: 50px 0;
 }
 
 .error h2 {
 	margin-top: 25px
 }
 
 .error__body {
   text-align: center;
 }
 
 .error__content {
   width: 100%;
   max-width: 900px;
   margin: 20px auto 0;
 }
 
 .error__btn {
   margin-top: 35px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
 }
 
 .footer {
   padding: 50px 0 0;
 }
 
 .footer-content__title {
   margin-bottom: 0 !important;
 }
 
 .footer-content__column-title {
   font-weight: 700;
   font-size: 19px;
   line-height: 147%;
   color: var(--white);
   margin-bottom: 15px;
 }
 
 .footer-content__wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   padding: 50px 0;
   margin: 0 -20px;
 }
 
 .footer-content__column-logo {
   width: 40%;
   padding: 20px;
 }
 
 .footer-content__column {
   max-width: -webkit-fit-content;
   max-width: -moz-fit-content;
   max-width: fit-content;
   padding: 20px;
 }
 
 .footer-content__column-wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 }
 
 .footer-content__social {
   margin-top: 20px;
 }
 
 .footer-content__content li {
   margin-bottom: 8px;
 }
 
 .footer-content__content li:last-child {
   margin-bottom: 0;
 }
 
 .footer-content__content li a {
   font-weight: 500;
   font-size: 16px;
   line-height: 150%;
   color: var(--gray-light);
   transition: all .3s ease 0s;
 }

 .footer-content__content li a:hover {
   color: var(--green);
 }
 
 .footer-content__bottom {
   display: flex;
   border-top: 1px solid var(--gray);
   padding: 20px 0;
 }

 .footer-content__bottom-text {
   margin-right: 10px;
 }

 .footer-content__bottom a,
 .footer-content__bottom-text {
   font-weight: 400;
   font-size: 13px;
   color: var(--white);
   transition: all .3s ease 0s;
 }

 .footer-content__bottom a:hover {
   color: var(--green);
 }
 
 .popup-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-transition: all 0.5s ease 0s;
   transition: all 0.5s ease 0s;
   z-index: 7;
   overflow-x: hidden;
   opacity: 0;
   visibility: hidden;
 }
 
 .popup-wrapper:after {
   content: "";
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: #000;
   opacity: 0;
   visibility: hidden;
   z-index: -1;
   -webkit-transition: all 0.5s ease 0s;
   transition: all 0.5s ease 0s;
 }
 
 .popup-wrapper.open {
   opacity: 1;
   visibility: visible;
 }
 
 .popup-wrapper.open:after {
   opacity: 0.8;
   visibility: visible;
 }
 
 .menu-mobile {
   position: fixed;
   top: 0;
   left: -100%;
   width: 100%;
   height: 100%;
   -webkit-transition: all 0.5s ease 0s;
   transition: all 0.5s ease 0s;
   z-index: 7;
   opacity: 1;
   visibility: hidden;
 }
 
 .popup {
   position: relative;
 }
 
 .popup__close {
   position: absolute;
   right: 20px;
   top: 20px;
   width: 23px;
   height: 23px;
   z-index: 10;
 }
 
 .popup__close-link {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: relative;
   width: 23px;
   height: 23px;
 }
 
 .popup__close-link:after {
   content: "";
   position: absolute;
   top: 50%;
   left: 0;
   width: 100%;
   height: 1.5px;
   background: var(--green);
   -webkit-transform: translate(0, -50%) rotate(45deg);
       -ms-transform: translate(0, -50%) rotate(45deg);
           transform: translate(0, -50%) rotate(45deg);
 }
 
 .popup__close-link:before {
   content: "";
   position: absolute;
   top: 50%;
   left: 0;
   width: 100%;
   height: 1.5px;
   background: var(--green);
   -webkit-transform: translate(0, -50%) rotate(-45deg);
       -ms-transform: translate(0, -50%) rotate(-45deg);
           transform: translate(0, -50%) rotate(-45deg);
 }
 
 .menu-mobile.open .mobile-menu {
   right: 0;
 }
 
 .menu-mobile.open .mobile-menu__header {
   right: 0;
 }
 
 .mobile-menu {
   position: fixed;
   top: 0;
   right: -100%;
   width: 100%;
   max-width: 520px;
   height: 100%;
   background-color: #161616;
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
   opacity: 1 !important;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: auto;
   padding: 100px 20px 60px;
 }
 
 .mobile-menu__header {
   position: fixed;
   top: 0;
   right: -100%;
   width: 100%;
   max-width: 520px;
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
   z-index: 2;
   padding: 20px;
   background-color: #161616;
 }
 
 .mobile-menu__contacts-title {
   font-weight: 700;
   font-size: 16px;
   line-height: 175%;
   color: var(--white);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-bottom: 10px;
 }
 
 .mobile-menu__contacts-item {
 	margin-bottom: 10px;
 }
 
  .mobile-menu__contacts-item:last-child {
 	margin-bottom: 0px;
 }
 
 .mobile-menu__navigation,
 .mobile-menu__contacts,
 .mobile-menu__social {
   margin-bottom: 40px;
 }
 
 .mobile-menu .phone__text {
   font-weight: 500;
   color: var(--gray-light);
 }
 
 .popup-form__container {
   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;
   min-height: 100%;
   padding: 20px;
 }
 
 .popup-form__wrapper {
   position: relative;
   border: 1px solid var(--white);
   padding: 50px;
   width: 100%;
   max-width: 460px;
   background: var(--black);
 }
 
 .popup-form .form__label-block {
   width: 100%;
 }
 
 ul.list-unstyled {
    display: flex;
    align-items: center;
}

 ul.list-unstyled li {
 	margin-left: 10px;
 }
 
 ul.list-unstyled li:first-child {
 	margin-left: 0px;
 }