

/* Start:/local/assets/dist/css/app.css?1747220131185037*/
@charset "UTF-8";
.row-item a,
.form__container a{
    color: #00b8e4;
    display: block;
    width: fit-content;
}
.row-item a:after,
.form__container a:after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #00b8e4;
    transition: all 0.5s;
    opacity: 0.5;
}
.row-item a:hover:after,
.form__container a:hover:after{
    width: 100%;
}
/* FOOTER BEGIN */
.footer {
  position: relative;
  z-index: 100;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
  margin-top: 150px;
  padding-bottom: 50px;
}

.footer .logotype img {
  width: 200px;
  height: auto;
}

.footer__top {
  padding: 40px 0 0;
  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;
}

.footer .socials {
  padding: 30px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
  width: calc(100% + 20px);
}

.footer__bottom p, .footer__bottom a {
  font-size: 14px;
  line-height: 1.4;
  color: #707070;
  display: inline-block;
}

.footer__bottom a:hover {
  color: #00b8e4;
}

.footer__el {
  padding: 0 10px;
}

.footer__el:nth-child(1), .footer__el:nth-child(3) {
  max-width: 250px;
}

.footer__el:nth-child(2) {
  text-align: center;
}

.footer__el:nth-child(3) {
  text-align: right;
}

@media only screen and (max-width: 1336px) {
  .footer {
    margin-top: 110px;
    padding-bottom: 40px;
  }
  .footer .logotype img {
    width: 180px;
  }
}

@media only screen and (max-width: 1124px) {
  .footer {
    margin-top: 90px;
    padding-bottom: 30px;
  }
  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0 0;
  }
  .footer__top .logotype {
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
  }
  .footer__top .header__phone {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-left: auto;
  }
  .footer__top .menu {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: calc(100% + 20px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -10px;
    padding-top: 30px;
  }
  .footer__top .menu a {
    margin: 0;
    padding: 10px;
    display: block;
  }
  .footer__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__el {
    padding: 0 10px;
  }
  .footer__el:nth-child(1), .footer__el:nth-child(3) {
    max-width: 250px;
  }
  .footer__el:nth-child(2) {
    text-align: center;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__el:nth-child(3) {
    text-align: right;
  }
}

@media only screen and (max-width: 992px) {
  .footer {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 760px) {
  .footer {
    margin-top: 35px;
    padding-bottom: 20px;
  }
  .footer .logotype img {
    width: 150px;
  }
  .footer .menu {
    padding-top: 15px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .footer__top {
    padding: 25px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .socials {
    padding-top: 20px;
  }
  .footer .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -20px;
    width: calc(100% + 40px);
    padding: 15px 20px;
    border-bottom: 1px solid rgba(149, 149, 149, 0.4);
  }
  .footer .header__phone {
    display: inline-block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 -20px;
    width: calc(100% + 40px);
    padding: 19px 20px;
    border-bottom: 1px solid rgba(149, 149, 149, 0.4);
    border-top: 1px solid rgba(149, 149, 149, 0.4);
    text-align: center;
    margin-top: 15px;
  }
  .footer__bottom {
    padding-top: 20px;
  }
  .footer__el {
    padding: 10px;
    width: 100%;
    text-align: center;
  }
  .footer__el:nth-child(1), .footer__el:nth-child(3) {
    max-width: 100%;
  }
  .footer__el:nth-child(2) {
    text-align: center;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .footer__el:nth-child(3) {
    text-align: center;
  }
}

/* FOOTER END */
/* COMPONENTS BEGIN */
.logotype {
  font-size: 0;
  display: inline-block;
  cursor: pointer;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
}

.socials a {
  margin: 0 8px;
  padding: 0 5px;
  line-height: 0;
  color: #707070;
}

.socials a svg path, .socials a svg circle, .socials a svg polygon {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.socials a:hover svg path, .socials a:hover svg circle, .socials a:hover svg polygon {
  fill: #00b8e4;
}

.socials a.instagram svg {
  width: 24px;
  height: 24px;
}

.socials a.fb svg {
  width: 12px;
  height: 24px;
}

.socials a.vk svg {
  width: 31px;
  height: 20px;
}

.socials a.youtube svg {
  width: 28px;
  height: 21px;
}

.socials a.pinterest svg {
  width: 23px;
  height: 29px;
}

.socials a.telegram svg {
  width: 34px;
  height: 30px;
}

.socials a.whatsup svg {
  width: 36px;
  height: 36px;
}

.menu ul,
.menu{
  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: end;
}
.menu{
   padding-bottom: 5px;
}
.menu-projects{
  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: end;
}
.menu-projects{
   padding-bottom: 5px;
}
/*.header:after{
    content: '';
    background: #00b9e5;
    top: auto;
    height: 60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.header.hover:after{
   opacity: 1;
   visibility: visible;
}*/
.menu ul .sub-menu{
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    padding: 10px 0 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border: 1px solid rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.menu ul .sub-menu:before{
    content: '';
    background: #fff;
    border-top: 1px solid rgb(0 0 0 / 10%);
    border-left: 1px solid rgb(0 0 0 / 10%);
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    margin: auto;
    transform: rotate(45deg);
}
.menu ul li:first-child .sub-menu:before,
.menu ul li:nth-child(3) .sub-menu:before{
    left: 45px;
    right: auto;
}
.is-fixed .menu ul .sub-menu{
    padding: 70px 0 15px 0;
}
.menu ul li.drop-menu{
    position: relative;
}
.menu ul li.drop-menu:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.menu a {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 25px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.menu a:hover {
  color: #00b8e4;
}
.menu ul .sub-menu a{
    margin: 0 0 10px 0;
    display: block;
    padding: 5px 30px;
    transition: all 0.5s;
}
/*.menu ul .sub-menu a:before{
    content: '—';
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    display: inline-block;
    margin-right: 13px;
    transition: all 0.5s;
}*/
.menu ul .sub-menu li:last-child a{
    margin: 0;
}
/*.menu ul .sub-menu a:after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    transition: all 0.5s;
    opacity: 0.5;
}
.menu ul .sub-menu a:hover:after{
    width: 100%;
}*/
.menu ul .sub-menu a:hover {
  color: #fff;
  background: #00b9e5;
}
.menu ul .sub-menu a:hover:before{
  color: #fff;
}
.menu ul li.drop-menu &gt; a{
  display: flex;
  align-items: center;
}
.menu ul li.drop-menu &gt; a:after{
  content: '';
  background: url(/local/assets/dist/img/arrow4.svg) 50% 50% no-repeat;
      width: 8px;
    height: 8px;
  margin: 0 0 0 5px;
  -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.menu ul li.drop-menu:hover &gt; a:after{
  background: url(/local/assets/dist/img/arrow3.svg) 50% 50% no-repeat;
}
.menu ul li.drop-menu:hover &gt; a{
  color: #00b8e4;
}
.menu .phone {
  display: none;
}
.menu-projects ul,
.menu-projects{
  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: end;
}
.menu-projects{
   padding-bottom: 5px;
}
.menu-projects{
  width: auto;
  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: end;
}
.menu-projects{
   padding-bottom: 5px;
}
/*.header:after{
    content: '';
    background: #00b9e5;
    top: auto;
    height: 60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.header.hover:after{
   opacity: 1;
   visibility: visible;
}*/
.menu-projects ul .sub-menu-projects{
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    margin-top: 25px !important;
    padding: 10px 0 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border: 1px solid rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.menu-projects ul .sub-menu-projects:before{
    content: '';
    background: #fff;
    border-top: 1px solid rgb(0 0 0 / 10%);
    border-left: 1px solid rgb(0 0 0 / 10%);
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    margin: auto;
    transform: rotate(45deg);
}
.menu-projects ul li:first-child .sub-menu-projects:before,
.menu-projects ul li:nth-child(3) .sub-menu-projects:before{
    left: 45px;
    right: auto;
}
.is-fixed .menu-projects ul .sub-menu-projects{
    padding: 70px 0 15px 0;
}
.menu-projects ul li.drop-menu-projects{
    position: relative;
}
.menu-projects ul li.drop-menu-projects:hover .sub-menu-projects{
    opacity: 1;
    visibility: visible;
}
.menu-projects a {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  /*margin: 0 25px;*/
  position: relative;
  z-index: 1;
  white-space: nowrap;
  border-radius: 40px;
}

.menu-projects a:hover {
  color: #00b8e4;
}
.menu-projects ul .sub-menu-projects a{
    margin: 0 0 10px 0;
    display: block;
    padding: 5px 30px;
    transition: all 0.5s;
}
/*.menu ul .sub-menu a:before{
    content: '—';
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    display: inline-block;
    margin-right: 13px;
    transition: all 0.5s;
}*/
.menu-projects ul .sub-menu-projects li:last-child a{
    margin: 0;
}
/*.menu ul .sub-menu a:after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    transition: all 0.5s;
    opacity: 0.5;
}
.menu ul .sub-menu a:hover:after{
    width: 100%;
}*/
.menu-projects ul .sub-menu-projects a:hover {
  color: #fff;
  background: #00b9e5;
}
.menu-projects ul .sub-menu-projects a:hover:before{
  color: #fff;
}
.menu-projects ul li.drop-menu-projects &gt; a{
  display: flex;
  align-items: center;
}
.menu-projects ul li.drop-menu-projects &gt; a:after{
  content: '';
  background: url(/local/assets/dist/img/arrow4.svg) 50% 50% no-repeat;
      width: 8px;
    height: 8px;
  margin: 0 0 0 5px;
  -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.menu-projects ul li.drop-menu-projects:hover &gt; a:after{
  background: url(/local/assets/dist/img/arrow3.svg) 50% 50% no-repeat;
}
.menu-projects ul li.drop-menu-projects:hover &gt; a{
  color: #00b8e4;
}
.menu-projects .phone {
  display: none;
}
.is-fixed-start .menu-projects ul .sub-menu-projects{
    top: 54px;
    padding-top: 20px;
}
section {
  padding-top: 170px;
}

section.no-padding-top {
  padding-top: 0;
}

.image {
  display: inline-block;
  width: 100%;
  padding-bottom: 150%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-controls {
  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: 20px;
}

.slider-controls .swiper-pagination {
  position: static;
  min-width: 100px;
  text-align: center;
  width: auto;
  font-size: 20px;
  color: #000;
  letter-spacing: 2px;
}

.slider-arrow {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  border: 1px solid #00b8e4;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  position: relative;
}
.slider-arrow.slider-arrow--prev{
    background: url(/local/assets/dist/img/arrow.svg) 50% 50% no-repeat;
    background-size: 27px;
    transform: rotate(180deg);
}
.slider-arrow.slider-arrow--next{
    background: url(/local/assets/dist/img/arrow.svg) 50% 50% no-repeat;
	background-size: 27px;
}
.slider-arrow.slider-arrow--prev:hover,
.slider-arrow.slider-arrow--next:hover{
	background: #00b8e4 url(/local/assets/dist/img/arrow1.svg) 50% 50% no-repeat;
	background-size: 27px;
}
.slider-arrow svg {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
}

.slider-arrow svg path {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.slider-arrow--prev svg {
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.slider-arrow:hover {
  background: #00b8e4;
}

.slider-arrow:hover path {
  fill: #ffffff;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

ul p {
  padding-left: 24px;
  position: relative;
}

ul p:before {
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  content: '—';
}

ul p span {
  font-weight: 700;
}

ul.no-points p {
  padding-left: 0;
}

ul.no-points p:before {
  display: none;
}

@media only screen and (max-width: 1336px) {
  section {
    padding-top: 110px;
  }
  section.no-padding-top {
    padding-top: 0;
  }
  .menu a {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 1124px) {
  section {
    padding-top: 90px;
  }
  section.no-padding-top {
    padding-top: 0;
  }
  .fix-header main {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .fix-header main {
    padding-top: 40px;
  }
  section {
    padding-top: 60px;
  }
  section.no-padding-top {
    padding-top: 0;
  }
}

@media only screen and (max-width: 760px) {
  .socials a {
    font-size: 22px;
  }
  section {
    padding-top: 35px;
  }
  section.no-padding-top {
    padding-top: 0;
  }
  .fix-header main {
    padding-top: 60px;
  }
  .header .menu{
 	min-height: 80vh;
    	align-items: flex-start;
    	justify-content: flex-start;
  }
  .header .menu .phone:after{
	 background: none;
  }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0 0;
  }
  .menu a {
    padding: 12px 0;
    margin: 0;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .menu a:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 15px;
    height: 1px;
    content: '';
    background: rgba(149, 149, 149, 0.4);
    top: 0;
  }
  .menu a:first-child:after {
    display: none;
  }
  .menu ul{
    overflow: hidden;
   }
   .menu ul li{
	padding: 0 0px;
	border-bottom: 1px solid #eee;
   }
   .menu ul li.drop-menu{
	padding: 0;
    }
   .menu ul li.drop-menu &gt; a{
	padding: 15px 60px;
	pointer-events: none;
   }
   .menu ul li.drop-menu &gt; a:after{
	display: block;
	background: url(/local/assets/dist/img/arrow.svg) 50% 50% no-repeat;
	width: 20px;
	height: 20px;
	margin: 0;
	position: absolute;
	right: 20px;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
   }
   .menu ul ul{
     height: auto;
   }
   .menu ul .sub-menu a:before{
     display: none;
   }
   .header .menu ul .sub-menu{
        background: #f5f5f5;
    	border-radius: 0;
    	padding: 30px 0 !important;
        display: none;
   }
   .header .menu ul .sub-menu li {
	padding: 0 65px;
	border-bottom: 0;
   }
   .header .menu ul .drop-menu.active .sub-menu{
	display: block;
   }
   .menu ul li.drop-menu:hover &gt; a:after{
    	background: url(/local/assets/dist/img/arrow.svg) 50% 50% no-repeat;
   }
   .menu ul li.drop-menu.active &gt; a:after {
	background: url(/local/assets/dist/img/arrow.svg) 50% 50% no-repeat;
	transform: rotate(90deg);
  }
  .header .menu ul .sub-menu a{
  	font-size: 15px;
    	padding: 5px 0;
    	white-space: normal;
  }
  .header .menu .phone{
	padding: 30px 65px;
    	text-align: left;
    	margin: 0;
  }
    .drop-menu-projects {
        width: 100%;
    }
  .drop-menu-projects a {
      width: 100%;
      padding: 12px 25px;
      display: block;
  }
  .menu-projects {
      width: 100%;
  }
  .slider-arrow {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }
  .slider-arrow svg {
    width: 20px;
    height: 20px;
  }
  .slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
  .slider-controls .swiper-pagination {
    font-size: 14px;
    letter-spacing: 1px;
  }
	.menu ul{
	   display: block;
	}
	.menu ul .sub-menu,
	.header:after{
	   display: none;
	}
}

/* COMPONENTS END */
h1, .h1-title {
  font-size: 60px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  font-family: "RF Dewi Expanded", sans-serif;
}

h2, .h2-title {
  font-size: 50px;
  font-family: "RF Dewi Expanded", sans-serif;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #00b8e4;
  letter-spacing: normal;
}

h2.small, .h2-title.small {
  font-size: 18px;
  display: inline-block;
  margin: 0;
}

h2.fs80, .h2-title.fs80 {
  font-size: 80px;
}

h3 {
  font-size: 60px;
  font-family: "AGOpus", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  margin-left: -6px;
  text-align: center;
}

.h2-description {
  font-size: 20px;
  color: #959595;
  line-height: 1.5;
  margin-top: 45px;
  max-width: 430px;
}

.h2-description a {
  color: #000;
}

.h2-description a span {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid transparent;
}

.h2-description a:hover span {
  border-color: #000;
}

@media only screen and (max-width: 1336px) {
  h2 {
    font-size: 44px;
  }
  h3 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 1124px) {
  h1, .h1-title {
    font-size: 50px;
  }
  h2, .h2-title {
    font-size: 40px;
  }
  h3 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 992px) {
  h1, .h1-title {
    font-size: 40px;
  }
  h2, .h2-title {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
  }
  .h2-description {
    font-size: 16px;
    margin-top: 35px;
  }
}

@media only screen and (max-width: 760px) {
  h1, .h1-title {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  h2.fs80 {
    font-size: 32px;
  }
  h2.small {
    font-size: 16px;
    display: inline-block;
    margin: 0;
  }
  h3 {
    font-size: 28px;
  }
  .h2-description {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 360px) {
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 20px;
  }
}

/* ELEMENTS BEGIN */
.btn {
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 1px solid #00b8e4;
  background: transparent;
  padding: 21px 45px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
  color: #00b8e4;
  line-height: 1.2;
  border-radius: 10px;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  background: #00b8e4;
  border-color: #00b8e4;
  color: #ffffff;
}

.btn[disabled="disabled"] {
  border-color: #d1d1d1;
  background: #d1d1d1;
  pointer-events: none;
  color: #000000;
}

.btn--small {
  padding: 13px;
}

.btn.disabled {
  border-color: #d1d1d1;
  background: #d1d1d1;
  pointer-events: none;
  color: #000000;
}

.btn--icon {
  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;
}

.btn--icon svg {
  margin-right: 15px;
  min-width: 21px;
  width: 21px;
  height: 28px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.btn--icon svg path {
  stroke: currentColor;
}

@media only screen and (max-width: 992px) {
  .btn {
    padding: 15px 35px;
  }
  .btn--icon {
    padding: 15px;
    width: 100%;
  }
}

/* ELEMENTS END */
.page404 {
  height: 100vh;
  max-height: 1000px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page404__image {
  width: 50%;
  height: 100%;
}

.page404__image img {
  height: 100%;
  width: auto;
}

.page404__info {
  width: 50%;
  padding: 100px 50px;
}

.page404__info p {
  font-size: 16px;
  color: #7d7d7d;
  margin-top: 60px;
}

.page404__info a {
  color: #00b8e4;
}

@media only screen and (max-width: 1568px) {
  .page404 {
    height: auto;
    max-height: 10000px;
  }
  .page404__image {
    width: 50%;
    height: auto;
  }
  .page404__image img {
    width: 100%;
    height: auto;
  }
  .page404__info {
    width: 50%;
    padding: 100px 50px 100px 0;
  }
}

@media only screen and (max-width: 760px) {
  .page404 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page404__image {
    width: 100%;
    height: auto;
  }
  .page404__image img {
    width: 60%;
  }
  .page404__info {
    z-index: 2;
    width: 100%;
    padding: 20px 20px 0;
  }
  .page404__info p {
    margin-top: 25px;
  }
}

.hero {
  padding-top: 150px;
  max-height: 1080px;
  height: 98vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.hero .small {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.hero h1 {
  color: #ffffff;
  max-width: 1200px;
}

.hero__image {
  width: 100%;
  height: 85%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero__image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: '';
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(10%, #000000), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, #000000 0%, #000000 10%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, #000000 0%, #000000 10%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 100%)
}

.hero__bottom {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero__gallery {
  padding-top: 60px;
  margin: 0 -20px;
  width: calc(100% + 40px);
}

.hero .swiper-slide {
  padding: 0 20px;
  width: 25%;
}

.hero__gallery-item {
  display: inline-block;
  width: 100%;
  font-size: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.hero__gallery-item:hover {
  -webkit-box-shadow: 0px 20px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 8px 0px rgba(0, 0, 0, 0.2);
}

.hero__gallery-item .sale {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 2;
  font-size: 12px;
  color: #fff;
  background: #00b8e4;
  padding: 5px 15px;
  font-weight: 700;
  font-family: "RF Dewi Expanded", sans-serif;
}

.hero__gallery-image .image {
  padding-bottom: 45%;
}

.hero__gallery-info {
  background: #fff;
  padding: 14px 30px;
  min-height: 87px;
  height: 87px;
}

.hero__gallery-info .title {
  font-size: 12px;
  font-family: "RF Dewi Expanded", sans-serif;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
-webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hero__gallery-item:hover .hero__gallery-info .title{
  color: #00b8e4;
}
.hero__gallery-info .about {
  font-size: 14px;
  color: #7d7d7d;
  margin-top: 10px;
  line-height: 1.2;
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: normal;
}

@media only screen and (max-width: 1124px) {
  .hero .small {
    font-size: 16px;
  }
  .hero__gallery {
    padding-top: 40px;
  }
  .hero__gallery-info {
    padding: 14px 20px;
  }
  .hero__gallery-info .about {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 992px) {
  .hero {
    max-height: 10000px;
    height: auto;
    min-height: 96vh;
    padding-top: 250px;
  }
  .hero .small {
    font-size: 15px;
  }
  .hero__gallery {
    padding-top: 40px;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .hero__gallery .swiper-slide {
    padding: 0 10px;
    width: 33.333%;
  }
  .hero__gallery .swiper-slide:last-child {
    display: none;
  }
  .hero__gallery-info {
    padding: 15px 20px;
  }
  .hero__gallery-info .about {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 760px) {
  .hero {
    padding-top: 150px;
  }
  .hero .small {
    font-size: 12px;
  }
  .hero__gallery {
    padding-top: 30px;
    margin: 0 -5px;
    width: calc(100% + 10px);
  }
  .hero__gallery .swiper-slide {
    padding: 0 5px;
    width: 100%;
  }
  .hero__gallery .swiper-slide:last-child {
    display: block;
  }
  .hero__gallery-item:hover {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .hero__gallery-info {
    padding: 15px 20px;
  }
  .hero__gallery-info .about {
    margin-top: 5px;
  }
}

.row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.row-item + .row-item {
  margin-top: 120px;
}

.row-item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.row-item--reverse .row-item__image {
  margin-left: 0;
  margin-right: 50px;
}

.row-item__info-container {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 50px;
  max-width: 1000px;
}

.row-item__info {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.row-item__info .small {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000000;
}

.row-item__info .title {
  font-size: 50px;
  font-weight: 700;
  color: #000000;
  font-family: "RF Dewi Expanded", sans-serif;
  margin: 10px 0;
  text-transform: uppercase;
  margin-left: -5px;
}

.row-item__image {
  min-height: 730px;
  width: 50%;
  background-size: cover;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1000px;
  margin-left: 50px;
}

.row-item__icons {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -15px;
  width: calc(100% + 30px);
  padding-top: 15px;
}

.row-item__icons--column {
  -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;
}

.row-item__icons--column .row-item__icons-el {
  width: 100%;
}

.row-item__icons-el {
  width: 50%;
  padding: 15px;
}

.row-item__icons-el p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  color: #7d7d7d;
}

.row-item__icons-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-item__icon {
  max-width: 70px;
  width: 100%;
  min-width: 70px;
  margin-right: 25px;
}

.row-item__icon .image {
  background-size: 90%;
  background-repeat: no-repeat;
}

.row-item__btn {
  padding-top: 75px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1568px) {
  .row-item + .row-item {
    margin-top: 100px;
  }
  .row-item__info .title {
    font-size: 40px;
    margin-left: -4px;
  }
  .row-item__image {
    min-height: 630px;
  }
}

@media only screen and (max-width: 1336px) {
  .row-item--reverse .row-item__image {
    margin: 0;
  }
  .row-item + .row-item {
    margin-top: 80px;
  }
  .row-item__image {
    margin-left: 30px;
  }
  .row-item__info .title {
    font-size: 36px;
    margin-left: -3px;
  }
  .row-item__image {
    min-height: 580px;
    margin: 0;
  }
  .row-item__icons {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .row-item__icons-el {
    padding: 10px;
  }
  .row-item__icons-el p {
    font-size: 16px;
  }
  .row-item__icon {
    max-width: 60px;
    min-width: 60px;
    margin-right: 20px;
  }
  .row-item__btn {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .row-item {
    -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;
  }
  .row-item--reverse .row-item__image {
    margin: 30px 0 0;
  }
  .row-item + .row-item {
    margin-top: 50px;
  }
  .row-item__info-container {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 0 35px;
  }
  .row-item__info {
    width: 100%;
    max-width: 100%;
  }
  .row-item__info .title {
    font-size: 36px;
    margin-left: -3px;
  }
  .row-item__image {
    min-height: 1px;
    display: block;
    padding-bottom: 60%;
    width: 100%;
    margin: 30px 0 0;
  }
  .row-item__icons {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .row-item__icons--column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .row-item__icons--column .row-item__icons-el {
    width: 50%;
  }
  .row-item__icons-el {
    padding: 10px;
  }
  .row-item__icons-el p {
    font-size: 16px;
  }
  .row-item__icon {
    max-width: 60px;
    min-width: 60px;
    margin-right: 20px;
  }
  .row-item__btn {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 760px) {
  .row-item--reverse .row-item__image {
    margin: 20px 0 0;
  }
  .row-item + .row-item {
    margin-top: 30px;
  }
  .row-item__info-container {
    padding: 0 20px;
  }
  .row-item__info .small {
    font-size: 14px;
  }
  .row-item__info .title {
    font-size: 18px;
    margin-left: -1px;
  }
  .row-item__image {
    min-height: 1px;
    display: block;
    padding-bottom: 60%;
    width: 100%;
    margin: 30px 0 0;
  }
  .row-item__icons {
    margin: 0;
    width: 100%;
    -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;
    padding: 0;
  }
  .row-item__icons--column {
    -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;
  }
  .row-item__icons--column .row-item__icons-el {
    width: 100%;
  }
  .row-item__icons-el {
    width: 100%;
    padding: 15px 0 0;
  }
  .row-item__icons-el p {
    font-size: 14px;
  }
  .row-item__icon {
    max-width: 50px;
    min-width: 50px;
    margin-right: 10px;
  }
  .row-item__btn {
    padding-top: 25px;
  }
}

.form__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
    display: none;
}

.form__left {
  width: 50%;
  text-align: left;
}

.form__left h2 {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 100px;
}

.form__left p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.form__left .large {
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 20px;
  letter-spacing: 5px;
}

.form__right {
  width: 50%;
  background: #ffffff;
  padding-left: 50px;
  position: relative;
}

.form__thank {
  position: absolute;
  bottom: calc(100% + 40px);
  right: 0;
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.form__thank-image {
  font-size: 0;
  max-width: 90px;
  width: 50%;
  min-width: 50px;
}

.form__thank-image img {
  width: 100%;
  height: auto;
}

.form__thank-info {
  padding: 0 40px;
}

.form__thank-info p {
  font-size: 14px;
  text-transform: uppercase;
  color: #252525;
  margin-top: 10px;
  font-weight: 300;
}

.form__thank-info .large {
  font-size: 30px;
  font-family: "RF Dewi Expanded", sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: #000;
}

.form__thank-close {
  width: 50px;
  min-width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}

.form__thank-close:before, .form__thank-close:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  background: #080808;
  width: 100%;
  height: 1px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.form__thank-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.form__container {
  max-width: 510px;
  width: 100%;
  margin-left: auto;
}

.form__container .btn {
  margin-top: 40px;
}

.form__container p {
  font-size: 10px;
  color: #7d7d7d;
  max-width: 310px;
  text-transform: uppercase;
  margin-top: 40px;
  line-height: 1.4;
}

.form .input-container {
  margin-top: 55px;
  max-width: 510px;
}

.form .input-container:nth-child(1) {
  margin-top: 0;
}

@media only screen and (max-width: 1568px) {
  .form h2 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 1336px) {
  .form h2 {
    font-size: 40px;
  }
  .form__thank {
    padding: 35px;
  }
  .form__thank-image {
    min-width: 60px;
    max-width: 60px;
  }
  .form__thank-info {
    padding: 0 25px;
  }
  .form__thank-info p {
    font-size: 14px;
  }
  .form__thank-info .large {
    font-size: 24px;
  }
  .form__thank-close {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .form h2 {
    font-size: 30px;
  }
  .form__left {
    width: 55%;
  }
  .form__left .large {
    font-size: 18px;
  }
  .form__right {
    padding-left: 35px;
    margin-top: 0;
    width: 45%;
  }
  .form__container .btn {
    margin-top: 25px;
  }
  .form__container p {
    margin-top: 25px;
  }
  .form__desc {
    font-size: 20px;
  }
  .form .input-container {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 760px) {
  .form__grid {
    -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;
  }
  .form__left {
    width: 100%;
    text-align: left;
  }
  .form__left h2 {
    font-size: 36px;
  }
  .form__left .large {
    font-size: 16px;
    margin: 0 0 15px;
    letter-spacing: 2px;
  }
  .form__left p {
    font-size: 12px;
    margin-top: 15px;
  }
  .form__container {
    width: 100%;
    max-width: 100%;
  }
  .form__right {
    margin: 0;
    padding: 15px 0;
    width: 100%;
  }
  .form .input-container {
    max-width: 100%;
  }
  .form__desc {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .form__row {
    margin-top: 25px;
  }
  .form__row .btn {
    width: 100%;
  }
  .form__row p {
    margin-top: 10px;
  }
  .form .input-container {
    margin-top: 40px;
  }
  .form .input-container:nth-child(1) {
    margin-top: 30px;
  }
  .form__info {
    margin-top: 25px;
  }
  .form__info p {
    font-size: 18px;
  }
  .form__info-row {
    -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;
    padding-top: 15px;
  }
  .form__info-row ul {
    text-align: left;
    padding-left: 0;
  }
  .form__info-row ul p {
    padding-left: 20px;
    position: relative;
  }
  .form__info-row p {
    margin-top: 10px;
    font-size: 14px;
  }
  .form__thank {
    padding: 20px;
    max-width: 100%;
    width: 100%;
    bottom: 96%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
  }
  .form__thank-image {
    min-width: 40px;
    max-width: 40px;
  }
  .form__thank-info {
    padding: 0 10px 0 15px;
  }
  .form__thank-info p {
    font-size: 12px;
    margin-top: 8px;
  }
  .form__thank-info .large {
    font-size: 16px;
  }
  .form__thank-close {
    width: 24px;
    min-width: 24px;
    height: 24px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: -10px;
    margin-left: auto;
    margin-right: -10px;
  }
}

.gallery__slider {
  margin: 0 -20px;
  width: calc(100% + 40px);
}

.gallery .swiper-slide {
  padding: 20px;
  width: 25%;
}

.gallery__item {
  display: inline-block;
  width: 100%;
  font-size: 0;
  position: relative;
  padding-bottom: 70px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.gallery__item:hover {
  -webkit-box-shadow: 0px 20px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 8px 0px rgba(0, 0, 0, 0.2);
}

.gallery__item img {
  width: 100%;
  height: auto;
}

.gallery__info {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000000;
  padding: 15px;
  text-align: center;
  width: 100%;
}

.gallery__info p {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  color: #898989;
      -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.gallery__item:hover .gallery__info p.large{
  color: #ffffff;
}
.gallery__item:hover .gallery__info p{
  color: #00b8e4;
}
.gallery__info .large {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "RF Dewi Expanded", sans-serif;
  margin-top: 0;
  font-weight: 700;
}

@media only screen and (max-width: 992px) {
  .gallery__slider {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .gallery .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gallery .swiper-slide {
    width: 50%;
    padding: 10px;
  }
}

@media only screen and (max-width: 760px) {
  .gallery__slider {
    margin: 0 -5px;
    width: calc(100% + 10px);
  }
  .gallery .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .gallery .swiper-slide {
    width: 100%;
    padding: 5px;
  }
  .gallery__item {
    padding-bottom: 50px;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.15);
  }
  .gallery__item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .gallery__info {
    padding: 10px;
  }
  .gallery__info p {
    margin-top: 3px;
  }
}

.int-design h2 {
  margin-bottom: 0;
}

.int-design__title {
  position: relative;
  font-size: 32px;
  line-height: 1.2;
  font-family: "RF Dewi Expanded", sans-serif;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  padding-right: 80px;
  cursor: pointer;
}

.int-design__title.is-active:after {
  top: 40%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.int-design__title:after {
  width: 40px;
  height: 40px;
  border: 2px solid #00b8e4;
  content: '';
  position: absolute;
  top: 65%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(225deg);
      -ms-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
  border-top: none;
  border-left: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.int-design__title span {
  font-size: 90px;
  font-weight: 700;
  color: #00b8e4;
  font-family: "RF Dewi Expanded", sans-serif;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: -100px;
  line-height: 1;
}

.int-design__item {
  padding: 45px 0;
  max-width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid #ebebeb;
}

.int-design__hidden {
  display: none;
}

.int-design__row {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.int-design__info {
  max-width: 775px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-right: 30px;
}

.int-design__info p {
  font-size: 18px;
  color: #7d7d7d;
  line-height: 1.4;
  margin-bottom: 30px;
}
.int-design__info .btn.pdf{
	background-image: url(/local/assets/dist/img/pdf.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    text-align: left;
    padding: 20px 20px 15px 65px;
}
.int-design__persons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -10px;
}
.int-design__persons .int-des{
	color: #7d7d7d;
    font-size: 18px;
    width: 65%;
    margin: 0 auto;
}
.int-design__person-el {
  padding: 0 10px;
}

.int-design__person-el .name {
  font-size: 16px;
  color: #000000;
  line-height: 1.2;
  margin-top: 20px;
  font-family: "RF Dewi Expanded", sans-serif;
  text-transform: uppercase;
}

.int-design__person-el .about {
  font-size: 12px;
  color: #7d7d7d;
  font-weight: 300;
  margin-top: 12px;
}

.int-design__person-el .btn {
  margin-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

.int-design__person-image {
  font-size: 0;
}

.int-design__person-image img {
  max-width: 200px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1336px) {
  .int-design__title {
    font-size: 28px;
    padding-right: 60px;
  }
  .int-design__title.is-active:after {
    top: 40%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .int-design__title:after {
    width: 32px;
    height: 32px;
    top: 65%;
    right: 5px;
  }
  .int-design__title span {
    font-size: 70px;
    left: -80px;
  }
  .int-design__item {
    padding: 40px 0;
    margin-left: 80px;
  }
  .int-design__row {
    padding-top: 40px;
  }
	.int-design__persons .int-des{
		width: 100%;
	}
}

@media only screen and (max-width: 992px) {
  .int-design__title {
    font-size: 24px;
    padding-right: 50px;
  }
  .int-design__title span {
    font-size: 50px;
    left: -70px;
  }
  .int-design__item {
    padding: 35px 0;
    margin-left: 70px;
  }
  .int-design__row {
    padding-top: 30px;
  }
  .int-design__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding-right: 20px;
  }
  .int-design__info p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .int-design__person-el .name {
    font-size: 14px;
    margin-top: 15px;
  }
  .int-design__person-el .about {
    margin-top: 8px;
  }
  .int-design__person-el .btn {
    margin-top: 20px;
  }
	.int-design__persons .int-des{
		font-size: 16px;
    	padding-left: 10px;
	}
}

@media only screen and (max-width: 760px) {
  .int-design__title {
    font-size: 16px;
    padding-right: 20px;
    padding-left: 40px;
  }
  .int-design__title span {
    font-size: 32px;
    left: 0;
    min-width: 30px;
    text-align: center;
  }
  .int-design__title.is-active:after {
    top: 45%;
  }
  .int-design__title:after {
    width: 14px;
    height: 14px;
    top: 60%;
    right: 0;
  }
  .int-design__item {
    padding: 15px 0;
    margin-left: 0;
  }
  .int-design__row {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .int-design__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    width: 100%;
    padding-right: 0;
  }
  .int-design__info p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .int-design__person-el .name {
    font-size: 14px;
    margin-top: 15px;
  }
  .int-design__person-el .about {
    margin-top: 8px;
  }
  .int-design__person-el .btn {
    margin-top: 20px;
  }
  .int-design__persons {
    width: calc(100% + 20px);
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .int-design__person-el {
    width: 50%;
    padding: 10px;
  }
  .int-design__person-el .name {
    font-size: 12px;
    margin-top: 10px;
  }
  .int-design__person-el .about {
    margin-top: 5px;
  }
  .int-design__person-el .btn {
    padding: 15px;
    font-size: 12px;
    margin-top: 15px;
  }
	.int-design__persons .int-des {
		font-size: 14px;
		padding-left: 10px;
		margin-top: 20px;
	}
}

.instagram__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  width: calc(100% + 40px);
}

.instagram__el {
  width: 25%;
  font-size: 0;
  padding: 20px;
}

.instagram__item {
  width: 100%;
  font-size: 0;
  position: relative;
  display: block;
}

.instagram__item img {
  width: 100%;
  height: auto;
}

.instagram__item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 2;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}

.instagram__item span {
  position: absolute;
  left: 50%;
  display: inline-block;
  top: 50%;
  font-size: 14px;
  padding: 15px 20px;
  border-radius: 6px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}

.instagram__item:hover .image {
  background-size: 106%;
}

.instagram__item:hover span {
  opacity: 1;
}

.instagram__item:hover:before {
  opacity: 1;
}

@media only screen and (max-width: 992px) {
  .instagram__row {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .instagram__el {
    padding: 10px;
  }
  .instagram__item span {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 760px) {
  .instagram__row {
    margin: 0 -5px;
    width: calc(100% + 10px);
  }
  .instagram__el {
    padding: 5px;
    width: 50%;
  }
  .instagram__item span {
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
    .main-articles {
        padding-top: 100px;
    }
}
.main-articles h2 {
  margin-bottom: 0;
}

.main-articles h1 {
  padding-bottom: 39px;
}

.main-articles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 45px 0 64px 0;
  margin-left: 100px;
  border-bottom: 1px solid #e1e1e1;
}

.main-articles__left {
  width: 50%;
  padding-right: 20px;
}

.main-articles__title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "RF Dewi Expanded", sans-serif;
  font-weight: 700;
  color: #000000;
}

.main-articles__links {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 9px;
}

.main-articles__links a {
  font-size: 16px;
  font-weight: 300;
  color: #00b8e4;
  margin-top: 15px;
}
.main-articles__links a:after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #00b8e4;
    transition: all 0.5s;
    opacity: 0.5;
}
.main-articles__links a:hover:after {
    width: 100%;
}

.main-articles__arrow {
  display: inline-block;
  margin-top: 24px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #dadada;
  cursor: pointer;
}

.main-articles__arrow svg {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.main-articles__arrow.is-active svg {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.main-articles__right {
  width: 50%;
}

.main-articles__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
    padding-top: 2px;
}

.main-articles__info-image {
    font-size: 0;
    max-width: 201px;
    width: 40%;
    padding-top: 3px;
}

.main-articles__info-image img {
  width: 100%;
  height: auto;
}

.main-articles__info-image .image {
  padding-bottom: 75%;
}

.main-articles__info-about {
  padding-left: 46px;
  width: 80%;
}

.main-articles__info-about .title {
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  font-family: "RF Dewi Expanded", sans-serif;
}

.main-articles__info-about .about {
  font-size: 16px;
  margin-top: 22px;
  color: #7d7d7d;
  line-height: 1.5;
  letter-spacing: 0.4px;
}

.main-articles__info-about .btn {
  font-size: 12px;
  padding: 12px 22px;
  margin-top: 30px;
}

.main-articles__hidden {
  display: none;
}

.main-articles__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
  width: calc(100% + 40px);
}

.main-articles__row-el {
    width: 33%;
    padding: 15px 12px 10px 15px;
}
.main-articles__row-el .image{
    padding-bottom: 75%;
}
.main-articles__row-el p{
    text-align: center;
    font-size: 86%;
    margin-top: 12px;
}
.main-articles__row-item {
  width: 100%;
  display: block;
  text-align: center;
}

.main-articles__row-item img {
  width: 100%;
  height: auto;
}

.main-articles__row-item .image {
  padding-bottom: 66%;
}

.main-articles__row-item p {
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}

@media only screen and (max-width: 1124px) {
  .main-articles__item {
    margin-left: 0;
  }
  .main-articles__right {
    width: 70%;
  }
  .main-articles__info-about {
    padding-left: 20px;
    width: 80%;
  }
  .main-articles__info-about .about {
    font-size: 15px;
    margin-top: 20px;
  }
  .main-articles__info-about .btn {
    margin-top: 20px;
  }
  .main-articles__row {
    margin: -10px;
    width: calc(100% + 20px);
  }
  .main-articles__row-el {
    width: 33%;
    padding: 10px;
  }
  .main-articles__row-el p {
    font-size: 14px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 760px) {
  .main-articles h1 {
    padding-bottom: 10px;
  }
  .main-articles__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
    position: relative;
  }
  .main-articles__left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .main-articles__title {
    font-size: 15px;
    padding-right: 30px;
  }
  .main-articles__links {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 5px;
  }
  .main-articles__links a {
    font-size: 14px;
    margin-top: 10px;
  }
  .main-articles__arrow {
    position: absolute;
    right: 0;
    top: 22px;
    margin: 0;
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .main-articles__arrow svg {
    width: 24px;
    height: 24px;
  }
  .main-articles__right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-articles__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .main-articles__info-image {
    font-size: 0;
    max-width: 100%;
    width: 100%;
  }
  .main-articles__info-about {
    padding-left: 0px;
    width: 100%;
    padding-top: 15px;
  }
  .main-articles__info-about .about {
    font-size: 14px;
    margin-top: 10px;
  }
  .main-articles__info-about .btn {
    margin-top: 15px;
  }
  .main-articles__row {
    margin: 0 -5px;
    width: calc(100% + 10px);
  }
  .main-articles__row-el {
    width: 50%;
    padding: 10px 5px;
  }
  .main-articles__row-el p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.2;
  }
}

/**
 * Swiper 7.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2021 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff {} ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight {
  height: auto;
}

.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(#000000));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), #000000);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), #000000);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), #000000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(#000000));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), #000000);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), #000000);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), #000000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(#000000));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), #000000);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), #000000);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), #000000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(#000000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), #000000);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), #000000);
}

.swiper-css-mode &gt; .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode &gt; .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode &gt; .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-centered &gt; .swiper-wrapper:before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal &gt; .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical &gt; .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px {} ;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical &gt; .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal &gt; .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-vertical &gt; .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical &gt; .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 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;
  text-align: center;
}

.swiper-zoom-container &gt; canvas, .swiper-zoom-container &gt; img, .swiper-zoom-container &gt; svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff {} ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000 {} ;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode &gt; .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid &gt; .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column &gt; .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity,height,-webkit-transform;
  transition-property: opacity,height,-webkit-transform;
  -o-transition-property: transform,opacity,height;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* SELECT2 BEGIN */
.select2 {
  width: 100% !important;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  z-index: 99999;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  font-size: 0;
  line-height: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  border-radius: 0;
  background: none;
  padding: 20px 0;
  padding-right: 50px;
  font-size: 30px;
  font-family: "AGOpus", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  font-size: 16px;
  padding: 9px 25px 15px 0;
  line-height: normal;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  background: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ffffff;
  font-weight: 700;
}

.select2-container .select2-selection--multiple .select2-selection__rendered:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background: url(/local/assets/dist/css/../img/dropdown-icon.svg) center center no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search__field {
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  padding: 10px 0;
  line-height: normal;
  color: #000;
  border-radius: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  resize: none;
}

.select2-container .select2-search__field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  opacity: 1;
  display: block;
}

.select2-container .select2-search__field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  opacity: 1;
  display: block;
}

.select2-container .select2-search__field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  opacity: 1;
  display: block;
}

.select2-container .select2-search__field::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  opacity: 1;
  display: block;
}

.select2-container .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  margin: -1px 0;
  width: 100%;
  z-index: 1051;
  border: 1px solid #000;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.select2-results__option {
  padding: 10px 20px;
  font-weight: 400;
  color: #000;
  font-family: "AGOpus", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 5px 15px;
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: block;
  position: absolute;
  right: 2px;
  top: 0;
  width: 16px;
  height: 100%;
  font-size: 0;
  color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(/local/assets/dist/css/../img/dropdown-icon.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__rendered:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.select2-container--default .select2-selection--multiple {
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
  padding: 0;
  border: 0;
}

.select2-container--default .select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.select2-container--default .select2-selection--multiple .select2-search__field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.select2-container--default .select2-selection--multiple .select2-search__field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.select2-container--default .select2-selection--multiple .select2-search__field::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: left;
  margin-right: 10px;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  font-weight: 700;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:after {
  content: ',';
  color: #ffffff;
  font-weight: 700;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:nth-last-child(1):after, .select2-container--default .select2-selection--multiple .select2-selection__choice:nth-last-child(2):after {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin-right: 5px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-results &gt; .select2-results__options {
  max-height: 180px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #dcdcdc;
  color: #000;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f5f5f5;
  color: #000;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

@media only screen and (max-width: 992px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 24px;
  }
}

@media only screen and (max-width: 760px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 12px;
  }
  .select2-results__option {
    padding: 8px 10px;
    font-size: 18px;
    line-height: 1.2;
  }
}

/* SELECT2 END */
.projects__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
    padding-left: 45px;
  -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;
  padding-bottom: 60px;
}

.projects__tag-el {
  padding: 5px;
}

.projects__tag {
  padding: 15px 30px;
  border-radius: 40px;
  border: 1px solid #00b8e4;
  display: inline-block;
  color: #00b8e4;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: center;
}

.projects__tag:hover, .projects__tag.is-active {
  background: #00b8e4;
  color: #ffffff !important;
}

.projects__links {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -50px;
  width: calc(100% + 100px);
}

.projects__links-el {
  padding: 25px 50px;
  width: 50%;
}

.projects__links-el--w100 {
  width: 100%;
  text-align: center;
}

.projects__links-item {
  display: block;
}

.projects__links-item p {
  margin: 15px 0 0;
  font-size: 18px;
  color: #000;
  line-height: 1.3;
-webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.projects__links-item:hover p{
  color: #00b8e4;
}
.projects__links-item:hover .image {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.projects__links-image {
  font-size: 0;
  overflow: hidden;
}

.projects__links-image .image {
  padding-bottom: 76%;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 992px) {
  .projects__tags {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .projects__tag {
    padding: 15px 30px;
  }
  .projects__links {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .projects__links-el {
    padding: 20px;
    width: 50%;
  }
  .projects__links-el--w100 {
    width: 100%;
  }
  .projects__links-item p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 760px) {
  .projects__tags {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
  }
  .projects__tag-el {
    width: 100%;
  }
  .projects__tag {
    padding: 12px 25px;
    letter-spacing: 0.5px;
    width: 100%;
  }
  .projects__links {
    padding: 0 0 20px;
    margin: 0 -20px;
    width: calc(100% + 40px);
    border-bottom: 1px solid #e1e1e1;
  }
  .projects__links-el {
    padding: 20px 0 10px;
    margin: 0;
    width: 100%;
  }
  .projects__button {
    padding: 0 20px;
  }
  .projects__button .btn {
    width: 100%;
  }
  .projects__links-item p {
    padding: 0 20px;
    font-size: 16px;
  }
}

.contacts {
  overflow: hidden;
}

.contacts__grid {
  margin-top: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}

.contacts__grid:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 10000px;
  background: #e1e1e1;
  content: '';
}

.contacts__el {
  width: 49%;
}

.contacts__el:last-child {
  text-align: right;
}

.contacts__title {
  font-size: 36px;
  font-family: "RF Dewi Expanded", sans-serif;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
}

.contacts__about {
  font-size: 16px;
  margin-top: 20px;
  color: #7d7d7d;
}

.contacts__map-grid .contacts__el {
  display: none;
}

.contacts__map-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -5px;
  padding-top: 25px;
  width: calc(100% + 10px);
}

.contacts__map-el {
  padding: 0 5px;
  width: 50%;
}

.contacts__map {
  font-size: 0;
}

.contacts__map-container {
  width: 100%;
  padding-bottom: 75%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}

.contacts__map-container .map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.contacts__map-container .ymaps-2-1-79-image-with-content-content {
  width: 0 !important;
  height: 0 !important;
  top: 40% !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.contacts__map-container .ymaps-2-1-79-copyrights-pane {
  display: none !important;
}

.contacts__map-container .map__info {
  position: absolute;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 180px;
  width: 100%;
  width: 120px;
  font-size: 13px;
  line-height: 1.3;
  left: 70px;
  padding: 5px 10px;
  background: #fff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 992px) {
  .contacts__grid {
    margin-top: 35px;
    padding-top: 35px;
  }
  .contacts__title {
    font-size: 28px;
  }
  .contacts__about {
    margin-top: 15px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 760px) {
  .contacts__grid {
    display: none;
  }
  .contacts__title {
    font-size: 20px;
  }
  .contacts__about {
    margin-top: 15px;
    font-size: 14px;
  }
  .contacts__map-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid #e1e1e1;
    padding-top: 0;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .contacts__map-grid .contacts__el {
    display: block;
    width: 100%;
    padding: 25px;
  }
  .contacts__map-el {
    width: 100%;
  }
}

.article-hero {
  padding-top: 150px;
  max-height: 900px;
  height: 90vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.article-hero .small {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.article-hero h1 {
  color: #ffffff;
  max-width: 1000px;
}

.article-hero__bottom {
  width: 100%;
  padding-bottom: 150px;
}

.article-hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.article-hero__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.article-hero__image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: '';
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(0%, #000000), to(rgba(0, 0, 0, 0.1)));
  /*background: -webkit-linear-gradient(top, #000000 0%, #000000 10%, rgba(0, 0, 0, 0.7) 10%);*/
  /*background: -o-linear-gradient(top, #000000 0%, #000000 10%, rgba(0, 0, 0, 0.7) 10%);*/
  /*background: linear-gradient(to bottom, #000000 0%, #000000 10%, rgba(0, 0, 0, 0.7) 10%);*/
}

@media only screen and (max-width: 1124px) {
  .article-hero .small {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .article-hero {
    height: auto;
    min-height: 500px;
  }
  .article-hero__bottom {
    padding-bottom: 100px;
  }
  .article-hero .small {
    font-size: 15px;
  }
}

@media only screen and (max-width: 760px) {
  .article-hero {
    padding-top: 40px;
    min-height: 60vh;
  }
  .article-hero__bottom {
    padding-bottom: 30px;
  }
  .article-hero .small {
    font-size: 12px;
  }
}

.article {
  padding: 0;
  color: #7d7d7d;
}

.article h2 {
  margin: 0;
}

.article p {
  font-size: 20px;
  line-height: 1.8;
}

.article__w1000 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.article__w1200 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.article .fs24 {
  font-size: 24px;
  line-height: 1.65;
}

.article .mt90 {
  margin-top: 90px;
}

.article .mt70 {
  margin-top: 70px;
}

.article .mt50 {
  margin-top: 50px;
}

.article__gallery {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  font-size: 0;
}

.article__gallery .swiper-slide {
  width: 33.333%;
  padding: 0 20px;
}

.article__gallery-item {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.11);
}

.article ul {
  padding: 0px 0 60px;
}

.article ul li {
  padding: 20px 0 0;
}

.article ul p {
  padding-left: 55px;
}

.article__slider {
  font-size: 0;
  overflow: hidden;
  width: 100%;
}

.article__slider .swiper-slide {
  overflow: hidden;
}

.article__slider .image {
  padding-bottom: 55%;
}

@media only screen and (max-width: 992px) {
  .article p {
    font-size: 18px;
    line-height: 1.6;
  }
  .article .fs24 {
    font-size: 22px;
    line-height: 1.5;
  }
  .article .mt90 {
    margin-top: 70px;
  }
  .article .mt70 {
    margin-top: 50px;
  }
  .article .mt50 {
    margin-top: 35px;
  }
  .article__gallery {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
  .article__gallery .swiper-slide {
    padding: 0 10px;
  }
  .article ul {
    padding: 15px 0 0;
  }
  .article ul li {
    padding: 35px 0 0;
  }
  .article ul p {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 760px) {
  .article p {
    font-size: 14px;
    line-height: 1.5;
  }
  .article .fs24 {
    font-size: 16px;
    line-height: 1.4;
  }
  .article .mt90 {
    margin-top: 30px;
  }
  .article .mt70 {
    margin-top: 25px;
  }
  .article .mt50 {
    margin-top: 15px;
  }
  .article__gallery {
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
  }
  .article__gallery .swiper-slide {
    padding: 0 5px;
  }
  .article ul {
    padding: 10px 0 0;
  }
  .article ul li {
    padding: 15px 0 0;
  }
  .article ul p {
    padding-left: 30px;
  }
  .article__slider {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .article__slider .image {
    padding-bottom: 60%;
  }
}

.hero-image {
  position: relative;
  padding-bottom: 100px;
  min-height: 750px;
}

.hero-image__image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 50%;
  -o-object-position: top right;
     object-position: top right;
}

.hero-image__image--company {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -o-object-position: center right;
     object-position: center right;
}

.hero-image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, white), to(#ffffff));
  background: -webkit-linear-gradient(left, white 25%, #ffffff 100%);
  background: -o-linear-gradient(left, white 25%, #ffffff 100%);
  background: linear-gradient(to right, white 25%, #ffffff 100%);
}

.hero-image .service {
  font-size: 14px;
  color: #00b8e4;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  left: 10px;
  top: -15px;
}

.hero-image__top {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 80px;
}

.hero-image__info {
  max-width: 650px;
  width: 75%;
  padding-top: 80px;
  padding-right: 80px;
  position: relative;
  z-index: 2;
}

.hero-image__info p {
  width: 100%;
  font-size: 20px;
  color: #7d7d7d;
  line-height: 1.8;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.hero-image__button {
  display: inline-block;
  margin-top: 50px;
}

@media only screen and (max-width: 1124px) {
  .hero-image {
    padding-bottom: 50px;
    min-height: 600px;
  }
  .hero-image__top {
    margin-top: 20px;
  }
  .hero-image__info {
    max-width: 550px;
    width: 70%;
    padding-top: 30px;
  }
  .hero-image__info p {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .hero-image {
    padding-bottom: 40px;
    min-height: 1px;
  }
  .hero-image:after {
    background: rgba(255, 255, 255, 0.8);
  }
  .hero-image__top {
    margin-top: 20px;
    padding-right: 0;
  }
  .hero-image .service {
    left: 0;
  }
  .hero-image__info {
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
  }
  .hero-image__info p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 760px) {
  .hero-image {
    padding-bottom: 0;
    min-height: 1px;
    padding-top: 0;
  }
  .hero-image__image {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: -100px;
  }
  .hero-image__image--company {
    top: 0;
    margin-top: -20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -o-object-position: center right;
       object-position: center right;
  }
  .hero-image:after {
    background: rgba(255, 255, 255, 0.8);
    display: none;
  }
  .hero-image__top {
    margin-top: 25px;
  }
  .hero-image__info {
    padding-top: 20px;
  }
  .hero-image__info p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .hero-image__button {
    margin-top: 20px;
    width: 100%;
  }
}

.des-types__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -25px;
  width: calc(100% + 50px);
}

.des-types__el {
  width: 33.333%;
  padding: 20px 25px 0;
}

.des-types__el p {
  font-size: 14px;
  color: #7d7d7d;
}

.des-types__image {
  font-size: 0;
  width: 100%;
}

.des-types__info {
  padding: 25px 0;
}

.des-types__info .title {
  font-size: 24px;
  color: #000000;
  text-transform: uppercase;
  font-family: "RF Dewi Expanded", sans-serif;
  margin: 0;
  line-height: 1.2;
  padding-bottom: 4px;
  font-weight: 700;
}

.des-types__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-top: 1px solid #e1e1e1;
}

.des-types__info-row p:first-child {
  min-width: 100px;
  padding-right: 10px;
}

.des-types__info-row .bold {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}

.des-types__info-list {
  padding: 15px 0;
  border-top: 1px solid #e1e1e1;
}

.des-types__info-list ul {
  margin: 0;
  padding: 0;
}

.des-types__info-list ul li {
  padding: 8px 0;
}

.des-types__info-list ul p {
  padding-left: 20px;
  position: relative;
  min-width: 1px;
  padding-right: 0;
}

.des-types__info-list ul p:before {
  content: '—';
  position: absolute;
  left: 0;
  top: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.des-types__info-list ul .bold {
  color: #000000;
  font-weight: 700;
}

@media only screen and (max-width: 992px) {
  .des-types__row {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .des-types__el {
    padding: 20px 15px 0;
  }
  .des-types__info {
    padding: 20px 0;
  }
  .des-types__info .title {
    font-size: 20px;
  }
  .des-types__info-row {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 760px) {
  .des-types__row {
    margin: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .des-types__el {
    width: 100%;
    padding: 20px 0 0;
  }
  .des-types__info {
    padding: 15px 0 10px;
  }
  .des-types__info .title {
    font-size: 18px;
  }
  .des-types__info-row {
    padding: 8px 0;
  }
  .des-types__info-row .bold {
    font-size: 16px;
  }
  .des-types__info-list {
    padding: 8px 0;
  }
  .des-types__info-list ul li {
    padding: 8px 0 0;
  }
}

.des-terms__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.des-terms__el {
  border-left: 1px dotted #c8c8c8;
  padding-top: 65px;
  position: relative;
}

.des-terms__el:nth-child(1) {
  width: 58%;
}

.des-terms__el:nth-child(2) {
  width: 42%;
}

.des-terms__el .type {
  position: absolute;
  left: -1;
  top: 0;
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  font-family: "RF Dewi Expanded", sans-serif;
  font-size: 16px;
  color: #ffffff;
  background: #000000;
}

.des-terms__el .info {
  padding: 50px 70px 0;
  font-size: 16px;
  color: #7d7d7d;
  line-height: 1.8;
}

.des-terms__container {
  height: 300px;
  width: 100%;
  position: relative;
}

.des-terms__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  margin: 0 -20px;
  width: calc(100% + 40px);
}

.des-terms__row--charts {
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.des-terms__row--charts .des-terms__column {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 0;
}

.des-terms__chart {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#00b8e4), color-stop(56%, #00dcf2), to(cyan));
  background: -webkit-linear-gradient(bottom, #00b8e4 0%, #00dcf2 56%, cyan 100%);
  background: -o-linear-gradient(bottom, #00b8e4 0%, #00dcf2 56%, cyan 100%);
  background: linear-gradient(0deg, #00b8e4 0%, #00dcf2 56%, cyan 100%);
  position: relative;
  z-index: 2;
  max-width: 80px;
  margin: 0 auto;
}

.des-terms__line {
  width: 100%;
  position: absolute;
  height: 1px;
  background: #e1e1e1;
  left: 0;
}

.des-terms__line p {
  position: absolute;
  left: calc(100% + 6px);
  bottom: 90%;
  font-size: 12px;
  color: #000000;
}

.des-terms__line .mobile {
  display: none;
}

.des-terms__line .days {
  font-size: 16px;
  font-weight: 700;
  bottom: auto;
  top: -50px;
}

.des-terms__line .kvm {
  font-size: 16px;
  font-weight: 700;
  bottom: auto;
  top: 22px;
  left: auto;
  right: 5px;
}

.des-terms__line:nth-child(1) {
  bottom: 0;
}

.des-terms__line:nth-child(2) {
  bottom: 10%;
}

.des-terms__line:nth-child(3) {
  bottom: 20%;
}

.des-terms__line:nth-child(4) {
  bottom: 30%;
}

.des-terms__line:nth-child(5) {
  bottom: 40%;
}

.des-terms__line:nth-child(6) {
  bottom: 50%;
}

.des-terms__line:nth-child(7) {
  bottom: 60%;
}

.des-terms__line:nth-child(8) {
  bottom: 70%;
}

.des-terms__line:nth-child(9) {
  bottom: 80%;
}

.des-terms__line:nth-child(10) {
  bottom: 90%;
}

.des-terms__line:nth-child(11) {
  bottom: 100%;
}

.des-terms__column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  padding: 20px 20px 0;
  text-align: center;
  overflow: hidden;
}

.des-terms__column p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  overflow: hidden;
  width: calc(100% + 20px);
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 25px -10px 0;
}

.des-terms__column .bold {
  margin-top: 0;
  font-family: "RF Dewi Expanded", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 992px) {
  .des-terms__el {
    padding-top: 55px;
  }
  .des-terms__el .type {
    padding: 8px 15px;
    font-size: 14px;
  }
  .des-terms__el .info {
    padding: 25px 20px 0;
  }
  .des-terms__container {
    height: 240px;
  }
  .des-terms__row {
    padding: 0 20px;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .des-terms__line {
    width: 100%;
    position: absolute;
    height: 1px;
    background: #e1e1e1;
    left: 0;
  }
  .des-terms__line p {
    bottom: 50%;
  }
  .des-terms__line .days {
    font-size: 14px;
    left: auto;
    right: -25px;
    top: -40px;
  }
  .des-terms__line .kvm {
    font-size: 14px;
    top: 17px;
    right: -10px;
  }
  .des-terms__column {
    padding: 15px 10px 0;
  }
  .des-terms__column p {
    margin: 15px -5px 0;
    width: calc(100% + 10px);
  }
}

@media only screen and (max-width: 760px) {
  .des-terms__grid {
    -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-top: -10px;
  }
  .des-terms__el {
    width: 100%;
    padding-top: 50px;
    margin-top: 20px;
    padding-right: 15px;
  }
  .des-terms__el:nth-child(1) {
    width: 100%;
  }
  .des-terms__el:nth-child(2) {
    width: 100%;
  }
  .des-terms__el .type {
    padding: 8px 15px;
    font-size: 14px;
  }
  .des-terms__el .info {
    padding: 20px 15px 0;
    font-size: 13px;
    line-height: 1.6;
    width: calc(100% + 15px);
  }
  .des-terms__container {
    height: 200px;
  }
  .des-terms__row {
    padding: 0 20px;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .des-terms__line p {
    bottom: 50%;
    font-size: 10px;
  }
  .des-terms__line .mobile {
    display: inline-block;
  }
  .des-terms__line .days {
    font-size: 14px;
    left: auto;
    right: -25px;
    top: -40px;
  }
  .des-terms__line .kvm {
    font-size: 14px;
    top: 10px;
    right: -15px;
  }
  .des-terms__column {
    padding: 10px 5px 0;
  }
  .des-terms__column .bold {
    font-size: 12px;
  }
  .des-terms__column p {
    margin: 10px -3px 0;
    width: calc(100% + 6px);
    -o-text-overflow: none;
       text-overflow: none;
  }
}

.company-about {
  overflow: hidden;
}

.company-about__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.company-about__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -25px;
  width: calc(50% + 50px);
  padding-right: 25px;
  position: relative;
  z-index: 2;
}

.company-about .team__image {
  max-width: 280px;
}

.company-about__team-el {
  width: 50%;
  padding: 0 25px;
}

.company-about__team-el:nth-child(2) {
  margin-top: 140px;
}

.company-about__info {
  width: 50%;
  padding-left: 50px;
}

.company-about__info .blue {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  position: relative;
  line-height: 1.6;
  width: 100%;
  margin-bottom: 80px;
}

.company-about__info .blue span {
  position: relative;
  z-index: 2;
}

.company-about__info .blue:before {
  position: absolute;
  top: -80px;
  left: -100%;
  height: calc(100% + 160px);
  background: #00b8e4;
  width: 10000px;
  content: '';
}

.company-about__info .info {
  font-size: 20px;
  color: #7d7d7d;
  font-weight: 300;
  padding-top: 80px;
  line-height: 1.8;
}

@media only screen and (max-width: 992px) {
  .company-about__team {
    margin: 0 -15px;
    width: calc(50% + 30px);
    padding-right: 15px;
  }
  .company-about__team-el {
    width: 50%;
    padding: 0 15px;
  }
  .company-about__team-el:nth-child(2) {
    margin-top: 80px;
  }
  .company-about__info {
    width: 50%;
    padding-left: 20px;
  }
  .company-about__info .blue {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .company-about__info .blue span {
    position: relative;
    z-index: 2;
  }
  .company-about__info .blue:before {
    top: -40px;
    left: -35%;
    height: calc(100% + 80px);
  }
  .company-about__info .info {
    font-size: 18px;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 760px) {
  .company-about {
    margin-top: 30px;
    margin-bottom: -10px;
  }
  .company-about__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company-about__team {
    margin: 0 -10px;
    width: calc(100% + 20px);
    padding-right: 0;
    padding-top: 25px;
  }
  .company-about .team__image {
    max-width: 200px;
  }
  .company-about__team-el {
    width: 50%;
    padding: 0 10px;
  }
  .company-about__team-el:nth-child(2) {
    margin-top: 60px;
  }
  .company-about__info {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .company-about__info .blue {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .company-about__info .blue span {
    position: relative;
    z-index: 2;
  }
  .company-about__info .blue:before {
    top: -20px;
    left: -20px;
    height: calc(100% + 40px);
  }
  .company-about__info .info {
    font-size: 14px;
    padding-top: 15px;
  }
}

.team__row {
  position: relative;
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  width: calc(100% + 40px);
}

.team__el {
  padding: 0 20px;
  width: 20%;
}

.team__el--stay {
  overflow: visible;
}

.team__item .name {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  font-family: "RF Dewi Expanded", sans-serif;
  color: #000000;
  text-transform: uppercase;
}

.team__item .about {
  font-size: 10px;
  font-weight: 300;
  color: #7d7d7d;
  margin-top: 15px;
  text-transform: uppercase;
}

.team__image {
  width: 100%;
  font-size: 0;
  overflow: hidden;
  position: relative;
}

.team__image .image {
  padding-bottom: 130%;
  background-size: cover;
}

.team__image p {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 24px;
  color: #00b8e4;
  font-family: "RF Dewi Expanded", sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.team__image .arrow {
  width: 60%;
  max-width: 85px;
  height: auto;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media only screen and (max-width: 1124px) {
  .team__row {
    padding-top: 25px;
  }
  .team__el {
    width: 25%;
  }
  .team__el--stay {
    overflow: visible;
    width: auto;
    margin-left: auto;
    margin-top: 25px;
  }
  .team__el--stay .image {
    display: none;
  }
  .team__image p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: static;
  }
  .team__image .arrow {
    width: 60%;
    max-width: 70px;
    margin: 0 0 0 25px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media only screen and (max-width: 992px) {
  .team__row {
    padding-top: 0;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .team__el {
    width: 50%;
    padding: 15px 10px;
  }
  .team__el--stay {
    overflow: visible;
    width: auto;
    margin-left: auto;
    margin-top: 25px;
    width: 100%;
  }
  .team__el--stay .team__image {
    max-width: 100%;
  }
  .team__el--stay .image {
    display: none;
  }
  .team__image {
    max-width: 200px;
  }
  .team__image p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: static;
    text-align: right;
  }
  .team__image .arrow {
    width: 60%;
    max-width: 70px;
    margin: 0 0 0 25px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media only screen and (max-width: 760px) {
  .team__el {
    width: 50%;
    padding: 10px 10px 20px;
  }
  .team__el--stay {
    overflow: visible;
    width: auto;
    margin-left: auto;
    margin-top: 20px;
    width: 100%;
    padding: 0 10px 0 0;
  }
  .team__el--stay .team__image {
    max-width: 100%;
  }
  .team__el--stay .image {
    display: none;
  }
  .team__item .name {
    font-size: 12px;
    margin-top: 12px;
  }
  .team__item .about {
    margin-top: 10px;
    font-weight: 400;
  }
  .team__image p {
    font-size: 20px;
  }
  .team__image .arrow {
    width: 40%;
    max-width: 70px;
    margin: 0 0 0 15px;
  }
}

.image-slider__slider {
  margin: 0 -20px;
  width: calc(100% + 40px);
  padding: 35px 20px 0;
  position: relative;
  overflow: hidden;
}

.image-slider__slider:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(10%, white), to(#ffffff));
  background: -webkit-linear-gradient(left, white 0%, white 10%, #ffffff 100%);
  background: -o-linear-gradient(left, white 0%, white 10%, #ffffff 100%);
  background: linear-gradient(to right, white 0%, white 10%, #ffffff 100%);
  z-index: 2;
}

.image-slider__slider:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(90%, white), to(white));
  background: -webkit-linear-gradient(left, #ffffff 0%, white 90%, white 100%);
  background: -o-linear-gradient(left, #ffffff 0%, white 90%, white 100%);
  background: linear-gradient(to right, #ffffff 0%, white 90%, white 100%);
  z-index: 2;
}

.image-slider__slider .swiper-slide {
  padding: 0 20px;
}

.image-slider__slider .slider-controls {
  padding-right: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 35px;
}

.image-slider__slider .slider-arrow {
  margin-left: 10px;
}

.slider__image {
  background: #22201e;
  padding: 15%;
  font-size: 0;
}

.slider__image .image {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider__image--license {
  padding-bottom: 0;
  position: relative;
}

.slider__image--license .image {
  padding-bottom: 122%;
  background-size: 100%;
  background-position: center top;
}

.slider__image--license:after {
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(#22201e), to(#22201e));
  background: -webkit-linear-gradient(top, #22201e 0%, #22201e 100%);
  background: -o-linear-gradient(top, #22201e 0%, #22201e 100%);
  background: linear-gradient(to bottom, #22201e 0%, #22201e 100%);
}

.slider__info {
  padding: 25px 0 0;
}

.slider__info .title {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  font-family: "RF Dewi Expanded", sans-serif;
  text-transform: uppercase;
  min-height: 34px;
}

.slider__info .info {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 1.2;
  margin-top: 15px;
}

@media only screen and (max-width: 992px) {
  .image-slider__slider {
    margin: 0 -20px;
    width: calc(100% + 40px);
    padding: 15px 10px 0;
  }
  .image-slider__slider:after {
    width: 10px;
  }
  .image-slider__slider:before {
    width: 10px;
  }
  .image-slider .swiper-slide {
    padding: 0 10px;
  }
  .image-slider .slider-controls {
    padding-right: 10px;
    margin-top: 30px;
  }
  .image-slider .slider-arrow {
    margin-left: 10px;
  }
  .slider__info {
    padding: 20px 0 0;
  }
  .slider__info .info {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 760px) {
  .image-slider__slider {
    margin: 0 -20px;
    width: calc(100% + 40px);
    padding: 20px 10px 0;
  }
  .image-slider__slider:after {
    display: none;
  }
  .image-slider__slider:before {
    display: none;
  }
  .image-slider .swiper-slide {
    padding: 0 10px;
  }
  .image-slider .slider-controls {
    padding-right: 10px;
    margin-top: 20px;
  }
  .image-slider .slider-arrow {
    margin-left: 10px;
  }
  .slider__info {
    padding: 15px 0 0;
  }
  .slider__info .info {
    font-size: 14px;
    margin-top: 10px;
  }
}

.reviews__slider {
  position: relative;
  padding-top: 35px;
  overflow: hidden;
  margin: 0 -50px;
  width: calc(100% + 100px);
}

.reviews__slider:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(10%, white), to(#ffffff));
  background: -webkit-linear-gradient(left, white 0%, white 10%, #ffffff 100%);
  background: -o-linear-gradient(left, white 0%, white 10%, #ffffff 100%);
  background: linear-gradient(to right, white 0%, white 10%, #ffffff 100%);
  z-index: 2;
}

.reviews__slider:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(90%, white), to(white));
  background: -webkit-linear-gradient(left, #ffffff 0%, white 90%, white 100%);
  background: -o-linear-gradient(left, #ffffff 0%, white 90%, white 100%);
  background: linear-gradient(to right, #ffffff 0%, white 90%, white 100%);
  z-index: 2;
}

.reviews .slider-controls {
  margin-top: 50px;
}

.reviews__item {
  max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.reviews__item p {
  font-size: 24px;
    color: #7d7d7d;
    line-height: 1.5;
    width: 59.7%;
    font-weight: 400;
}

.reviews .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.reviews .swiper-slide {
  height: auto;
}

.reviews__author {
      text-align: left;
    padding-top: 0;
    margin-top: 0;
    width: 40%;
}

.reviews__author .name {
  font-size: 16px;
    color: #000;
    font-weight: 700;
    font-family: "RF Dewi Expanded",sans-serif;
    line-height: 1.2;
    letter-spacing: .6px;
}

.reviews__author .about {
  margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
}

@media only screen and (max-width: 992px) {
  .reviews__slider {
    margin: 0 -35px;
    width: calc(100% + 70px);
    padding-top: 0;
  }
  .reviews__slider:before {
    width: 35px;
  }
  .reviews__slider:after {
    width: 35px;
  }
  .reviews__item {
    padding: 0 35px;
  }
  .reviews__item p {
    font-size: 20px;
    width: 100%;
  }
  .reviews__author {
    padding-top: 0;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .reviews .slider-controls {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 760px) {
  .reviews__slider {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .reviews__slider:after {
    display: none;
  }
  .reviews__slider:before {
    display: none;
  }
  .reviews__item {
    padding: 0 20px;
  }
  .reviews__item p {
    font-size: 16px;
  }
  .reviews__author {
    padding-top: 20px;
  }
  .reviews__author .name {
    font-size: 14px;
  }
  .reviews__author .about {
    margin-top: 5px;
    font-size: 12px;
  }
  .reviews .slider-controls {
    margin-top: 25px;
  }
}

.vacancies {
  padding: 120px 0 90px;
  background: #f7f7f7;
}

.vacancies__items {
  max-width: 750px;
  width: 60%;
  padding-right: 30px;
}

.vacancies__item {
  padding: 40px 0 30px;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}

.vacancies__item:last-child {
  border-bottom: none;
}

.vacancies__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
  width: calc(100% + 20px);
  padding-bottom: 10px;
}

.vacancies__row p {
  padding: 0 10px;
}

.vacancies__row .title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  font-family: "RF Dewi Expanded", sans-serif;
}

.vacancies__row .price {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  text-align: right;
white-space: nowrap
}

.vacancies__row .price span {
  font-weight: 400;
  font-size: 18px;
}

.vacancies__point-icon {
  min-width: 16px;
  width: 16px;
  text-align: center;
  margin-right: 15px;
}

.vacancies__point-icon img {
  height: auto;
}

.vacancies__point {
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vacancies__point p {
  font-size: 14px;
  color: #7d7d7d;
  font-weight: 300;
}

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

.vacancies__about {
  max-width: 400px;
  width: 40%;
  padding-left: 25px;
  margin-left: auto;
  padding-top: 40px;
}

.vacancies__about .title {
  font-size: 24px;
  font-family: "RF Dewi Expanded", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
}

.vacancies__about ul li {
  padding-top: 25px;
}

.vacancies__about ul p {
  font-size: 20px;
  padding-left: 35px;
  color: #7d7d7d;
}

@media only screen and (max-width: 992px) {
  .vacancies {
    padding: 90px 0 60px;
    background: #f7f7f7;
  }
  .vacancies__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vacancies__items {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    margin-top: -30px;
  }
  .vacancies__item {
    padding: 30px 0 20px;
  }
  .vacancies__about {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    padding-top: 30px;
  }
  .vacancies__about .title {
    font-size: 20px;
  }
  .vacancies__about ul li {
    padding-top: 20px;
  }
  .vacancies__about ul p {
    font-size: 18px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 760px) {
  .vacancies {
    padding: 35px 0;
    background: #f7f7f7;
  }
  .vacancies__items {
    margin-top: -15px;
  }
  .vacancies__item {
    padding: 25px 0;
  }
  .vacancies__item:last-child {
    border-bottom: 1px solid #e1e1e1;
  }
  .vacancies__row {
    -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;
    margin: 0;
    width: 100%;
    padding-bottom: 10px;
  }
  .vacancies__row p {
    padding: 5px 0;
  }
  .vacancies__row .title {
    font-size: 16px;
  }
  .vacancies__row .price {
    font-size: 12px;
  }
  .vacancies__row .price span {
    font-size: 16px;
  }
  .vacancies__about {
    padding-top: 20px;
  }
  .vacancies__about .title {
    font-size: 18px;
  }
  .vacancies__about ul li {
    padding-top: 15px;
  }
  .vacancies__about ul p {
    font-size: 16px;
    padding-left: 25px;
  }
}

.calculation{

}
.calculation .title{
    font-size: 50px;
    font-family: "RF Dewi Expanded", sans-serif;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #00b8e4;
    letter-spacing: normal;
}
.calculation .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 49px;
}
.calculation .box .left{
    width: 25.5%;
    position: relative;
    height: 100%;
    margin-top: 100px;
}
.calculation .box .left .zag{
    font-size: 14px;
    color: #7d7d7d;
    text-align: center;
    position: absolute;
    top: 82px;
    left: -34px;
    right: 0;
    width: 44%;
    margin: auto;
    letter-spacing: 0.6px;
}
.calculation .box .left #range{
    height: 380px !important;
}
.calculation .box .left .metr{
    font-size: 24px;
    color: #000;
    font-family: "RF Dewi Expanded", sans-serif;
    position: absolute;
    left: -20px;
    right: 0;
    margin: auto;
    width: 45px;
    bottom: 133px;
}
.calculation .box .left #range .rs-full .rs-tooltip,
.calculation .box .left #range .rs-full .rs-tooltip input{
    font-size: 60px;
    color: #000;
    font-family: "RF Dewi Expanded", sans-serif;
    border: none;
    width: 46%;
    height: 79px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 6px 0;
    border-radius: 0;
}
.calculation .box .left #range .rs-full .rs-tooltip input{
    border: none;
}
.calculation .box .left #range .rs-handle {
    height: 50px !important;
    width: 50px !important;
    margin-left: -5px !important;
    background-color: #00b8e4;
    border: 16px solid #fff;
    box-shadow: 0 0 19px rgb(0 0 0 / 15%);
}
.calculation .box .left #range .rs-border {
    border: 0 solid #e8e9ec;
    stroke-width: 0 !important;
    stroke: #e8e9ec !important;
}
.calculation .box .left #range .rs-path{
    stroke: #f4f6f9 !important;
}
.calculation .box .left #range .rs-range{
    stroke: #00b8e4 !important;
    stroke-width: 10px !important;
}
.calculation .box .left #range .rs-svg-container:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 10px 9px -10px rgb(0 0 0 / 15%) inset;
    z-index: 10;
    border-radius: 50%;
}
.calculation .box .left #range .rs-svg-container:after{
    content: '';
    width: 75%;
    height: 75%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 5px 7px 9px -10px rgb(0 0 0 / 15%);
    z-index: 10;
    border-radius: 50%;
}
.calculation .box .left #range .rs-full .rs-bar{
    z-index: 20 !important;
}
.calculation .box .left #range .rs-inner-container:before{
    content: '';
    background: #00b8e4;
    position: absolute;
    width: 10px;
    height: 15px;
    border-radius: 25px;
    top: 155px;
    left: 16px;
    z-index: 1;
}
.calculation .box .right{
    width: 74.3%;
}
.calculation .box .right .tab{

}
.calculation .box .right .tab .tablinks{
    font-size: 14px;
    color: #00b8e4;
    background: #fff;
    border: 1px solid #00b8e4;
    text-transform: uppercase;
    padding: 14px 31px;
    border-radius: 30px;
    letter-spacing: 0.6px;
    transition: all 0.5s;
    margin-right: 7px;
    min-width: 216px;
    cursor: pointer;
}
.calculation .box .right .tab .tablinks.active{
    background: #f4f6f9;
    border: 1px solid #f4f6f9;
}
.calculation .box .right .tab .tablinks:last-child{
    margin-right: 0;
}
.calculation .box .right .tabcontent{
    display: none;
}
.calculation .box .right .tabcontent .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.calculation .box .right .item{
    width: 30.8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.calculation .box .right .item .top{
    height: 100%;
}
.calculation .box .right .item .panel-title{
    background: #00b8e4;
    color: #fff;
    text-align: center;
    font-family: "RF Dewi Expanded", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.calculation .box .right .item .price{
    background: #f4f6f9;
    text-align: center;
    font-family: "RF Dewi Expanded", sans-serif;
    font-size: 24px;
    padding: 19px 0;
}
.calculation .box .right .item .price span{
    font-size: 18px;
}
.calculation .box .right .item .txt{
    font-size: 14px;
    color: #7d7d7d;
    padding: 15px 20px;
    letter-spacing: 0.5px;
}
.calculation .box .right .item .txt.non{
	display: block;
}
.calculation .box .right .item .txt span{
    margin-bottom: 13px;
    display: block;
}
.calculation .box .right .item .txt ul + span{
    width: 80%;
    margin: 34px 0 0 17px;
	height: 34px;
}
.calculation .box .right #plan1 .item:nth-child(1) .txt ul + span{
	margin-top: 70px;
}
.calculation .box .right #plan1 .item:nth-child(3) .txt ul + span{
	margin-top: 100px;
}
.calculation .box .right #plan2 .item:nth-child(1) .txt ul + span{
	margin-top: 135px;
}
.calculation .box .right #plan2 .item:nth-child(3) .txt ul + span{
	margin-top: 265px;
}
.calculation .box .right .item .txt ul li{
    padding: 0 0 0 26px;
    position: relative;
    margin-bottom: 0;
	overflow: hidden;
    height: 0;
}
.calculation .box .right .item .txt ul li:nth-child(1), 
.calculation .box .right .item .txt ul li:nth-child(2), 
.calculation .box .right .item .txt ul li:nth-child(3), 
.calculation .box .right .item .txt ul li:nth-child(4), 
.calculation .box .right .item .txt ul li:nth-child(5), 
.calculation .box .right .item .txt ul li:nth-child(6), 
.calculation .box .right .item .txt ul li:nth-child(7), 
.calculation .box .right .item .txt ul li:nth-child(8), 
.calculation .box .right .item .txt ul li:nth-child(9), 
.calculation .box .right .item .txt ul li:nth-child(10), 
.calculation .box .right .item .txt ul li:nth-child(11), 
.calculation .box .right .item .txt ul li:nth-child(12), 
.calculation .box .right .item .txt ul li:nth-child(13), 
.calculation .box .right .item .txt ul li:nth-child(14), 
.calculation .box .right .item .txt ul li:nth-child(15), 
.calculation .box .right .item .txt ul li:nth-child(16), 
.calculation .box .right .item .txt ul li:nth-child(17),
.calculation .box .right .item .txt ul li:nth-child(18), 
.calculation .box .right .item .txt ul.hide li {
	height: auto;
	margin-bottom: 16px;
}
.calculation .box .right .item .txt ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    border: 3px solid transparent;
    border-left: 5px solid #00b8e4;
}
.calculation .box .right .item .txt a{
	font-size: 14px;
    color: #00b8e4;
    text-decoration: none;
    border-bottom: 1px dashed #00b8e4;
    margin: 0 0 0 31px;
    display: inline-block;
    letter-spacing: 1.2px;
}
.calculation .box .right .item .txt a:hover{
	border-bottom: 1px dashed transparent;
}
.calculation .box .right .item .itog{
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 18px;
    color: #000000;
    font-family: "RF Dewi Expanded", sans-serif;
    width: 100%;
	height: 80px;
    margin: 0 auto;
    border-top: 1px solid #e1e1e1;
    padding: 21px 0;
}
.calculation .box .right .item .itog input{
    font-size: 24px;
    color: #000000;
    font-family: "RF Dewi Expanded", sans-serif;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 0;
    border: none;
    background: transparent;
    cursor: default;
    pointer-events: none;
}
.calculation .box .right .item .bot{
    margin: 10px auto 0 auto;
    width: fit-content;
}
.calculation .box .right .item .pdf{
    margin: 15px auto 0 auto;
}
.calculation .box .right .item .pdf a{
	text-decoration: underline;
    font-size: 14px;
    color: #7d7d7d;
    display: block;
    text-align: center;
}
.calculation .box .right .item .pdf a:hover{
    text-decoration: none;
}
.calculation .box .right .item .bot input{
    display:none
}
.calculation .box .right .item .bot label .add,
.calculation .box .right .item .bot label .no{
    display:none
}
.calculation .box .right .item .bot label .add{
    display:inline-block
}
.calculation .box .right .item .bot input:checked + label{
    background: #00b8e4;
    border-color: #00b8e4;
    color: #ffffff;
}
.calculation .box .right .item .bot input:checked + label .add{
    display:none
}
.calculation .box .right .item .bot input:checked + label .no{
    display:inline-block
}
.calculation.page_calc label.btn{
    font-size: 16px;
    font-weight: bold;
}
@media(max-width: 1499px){
    .calculation .box .left {
        width: 330px;
    }
	.calculation .box .left .metr,
	.calculation .box .left .zag{
		left: 0;
	}
    .calculation .box .right {
        width: 65%;
    }
    .calculation .box .right .tab .tablinks{
        min-width: initial;
        font-size: 12px;
        padding: 10px 15px;
        line-height: 15px;
        letter-spacing: 0;
        margin-right: 2px;
    }
    .calculation .box .right .tabcontent .box{
        margin-top: 20px;
    }
    .calculation .box .right .item {
        width: 32%;
    }
    .calculation .box .right .item .panel-title{
        font-size: 16px;
    }
    .calculation .box .right .item .price{
        font-size: 16px;
    }
    .calculation .box .right .item .txt{
        padding: 15px 0;
        letter-spacing: 0;
    }
    .calculation .box .right .item .txt ul + span {
        margin: 35px 0 0 0;
        width: 100%;
    }
    .calculation .box .right .item .itog input {
        font-size: 20px;
    }
    .calculation .box .right .item .price span {
        font-size: 14px;
    }
    .calculation .title{
        font-size: 44px;
    }
	.calculation .box .right #plan1 .item:nth-child(1) .txt ul + span {
		margin-top: 54px;
	}
}
@media(max-width: 1124px){
    .calculation .box .left {
        width: 330px;
        margin: 0 auto;
    }
    .calculation .box .right {
        width: 100%;
    }
    .calculation .title{
        font-size: 40px;
    }
    .calculation .box .left .zag{
        left: 0;
    }
    .calculation .box .left .metr{
        left: 0;
    }
	.calculation .box .right #plan1 .item:nth-child(3) .txt ul + span {
		margin-top: 84px;
	}
}
@media(max-width: 992px){
    .calculation .title{
        font-size: 36px;
    }
	.calculation .box .right #plan1 .item:nth-child(3) .txt ul + span {
		margin-top: 101px;
	}
	.calculation .box .right #plan2 .item:nth-child(3) .txt ul + span {
		margin-top: 250px;
	}
	.calculation .box .right #plan2 .item:nth-child(1) .txt ul + span {
		margin-top: 121px;
	}
}
@media(max-width: 760px){
    .calculation .title{
        font-size: 24px;
    }
    .calculation .box .right .tab .tablinks{
        margin-bottom: 10px;
    }
    .calculation .box .right .item {
        width: 100%;
        margin-bottom: 20px;
    }
	.calculation .box .right .item .txt ul + span {
    	margin: 35px 0 0 0 !important;
		height: auto;
	}
}
@media(max-width: 569px){

}

.box__header{
    box-shadow: 0 0 0px #cccccc;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    margin: 3px 0 0 0;
    width: 430px;
    transition: all 0.5s;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header__box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    /*padding: 14px 19px;*/
    padding-left: 0;
    /*background: #fff url('/local/assets/dist/css/../img/arrow2.svg') 93% 25px no-repeat;
    background-size: 10px;*/
    background: #fff;
    position: relative;
    z-index: 100;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}
.header__viber{
    width: 20px;
    height: 20px;
    margin: 0 7px 0 0;
}
.header__viber img{
    width: 100%;
}
.header__telegram{
    width: 20px;
    height: 17px;
    margin: 0 16px 0 0;
}
.header__telegram img{
    width: 100%;
}
.header__box + .header__phone{
    background: #f4f6f9;
    padding: 0 37px 0 0;
    transition: all 1s;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 52px;
    position: absolute;
    box-shadow: 0 0 27px #cccccc;
    opacity: 1;
    visibility: hidden;
    top: 0;
}


.box__header:hover,
.box__header:hover .header__box + .header__phone{
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.15);
}
.box__header:hover .header__box + .header__phone{
    opacity: 1;
    visibility: visible;
    top: 53px;
}
.box__contacts{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-top: 37px;
    padding: 20px 0 0 0;
    margin-bottom: -32px;
}
.box__contacts:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 10000px;
    background: #e1e1e1;
    content: '';
}
.box__contacts .contacts__phone{
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.7px;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    z-index: 10;
}
.box__contacts .contacts__phone:hover{
    color: #00b8e4;
}
.box__contacts .item__contacts{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.box__contacts .item__contacts .header__viber{
    width: 22px;
    height: 22px;
}
.box__contacts .item__contacts .header__telegram{
    width: 23px;
    height: 20px;
    margin: 0 18px 0 15px;
}
.box__contacts .item__contacts .contacts__phone{
    letter-spacing: 2.2px;
}
.box__contacts .contacts__mail{
    font-size: 20px;
    color: #000000;
    line-height: 18px;
    font-weight: 800;
    letter-spacing: 2.2px;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    z-index: 10;
}
.box__contacts .contacts__mail:hover{
    color: #00b8e4;
}
.box__contacts .btn__contacts{
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 1px solid #00b8e4;
    background: transparent;
    padding: 21px 30px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 14px;
    letter-spacing: 1.3px;
    color: #00b8e4;
    line-height: 1.2;
    border-radius: 10px;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.box__contacts .btn__contacts:hover{
    background: #00b8e4;
    border-color: #00b8e4;
    color: #ffffff;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.modal-content {
    background-color: #fff;
    margin: 7.3% auto;
    padding: 30px 30px 80px 30px;
    width: 100%;
    max-width: 612px;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.20)
}
.close {
    width: 52px;
    height: 52px;
    margin: 0 0 33px auto;
    display: block;
    cursor: pointer;
}
.close:hover,
.close:focus {
    cursor: pointer;
}
.modal-content .form__container{
    margin: 0 auto;
    max-width: 450px;
}
.modal-content .input-container input{
    padding: 8px 0;
}
.modal-content .input-container {
    margin-bottom: 45px;
}
.modal-content .input-container:nth-child(6){
    margin: 0;
}
.modal-content .form__container p{
    margin: 7px 0 0 0;
    max-width: 100%;
}
.modal-content .input-container .label{
    letter-spacing: 1.4px;
}
.modal-content .input-container .label span{
    color: #00b9e5;
}
.modal-content .input__wrapper {
    width: 100%;
    position: relative;
    margin: 33px 0 0 0;
    text-align: center;
}
.modal-content .input__file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.modal-content .input__wrapper .left{
    width: 40%;
    text-align: left;
}
.modal-content .input__file-icon-wrapper {
    height: 60px;
    width: 65px;
    border-radius: 12px;
    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;
    border: 1px solid #00b8e4;
}
.modal-content .input__file-button-text {
    letter-spacing: 1.4px;
    margin: 5px 0 15px 0;
    display: block;
}
.modal-content .input__file-button p{
    margin: 0;
    letter-spacing: 1.2px;
    line-height: 11px;
}
.modal-content .input__file-button {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    line-height: 1.25;
    font-weight: 300;
    padding: 0;
    font-family: "Proxima Nova", sans-serif;
    letter-spacing: 2px;
    width: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}
.modal-content .form__container .btn{
    margin-top: 37px;
    padding: 21px 39px;
    letter-spacing: 1.5px;
}
.modal-content .form__container .btn + p{
    float: right;
    max-width: 45%;
    margin: 50px 9.6% 0 0;
    line-height: 12px;
}
.contacts__map-grid .ymaps-2-1-79-ground-pane canvas{
    filter: grayscale(1);
}
.header__tel{
    display:none;
}
@media(max-width: 1499px){
    .header__phone {
        font-size: 16px;
        letter-spacing: 0;
    }
    .header__box{
        /*padding: 14px 10px;*/
        padding-left: 0;
    }
    .box__header:hover .header__box + .header__phone {
        top: 49px;
    }
    .box__contacts .contacts__phone {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .box__contacts .contacts__mail {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .box__contacts .item__contacts .header__telegram{
        height: 20px;
    }
    .box__contacts .item__contacts .header__viber {
        height: 22px;
    }
}
@media(max-width: 1124px){
    .project_uslugi {
       padding-top: 60px;
    }
    .box__header{
        width: fit-content;
        height: auto;
        margin: 0 0 0 auto;
    }
    .footer .box__header{
	margin: 0 auto;
    }
    .footer .header__box {
	justify-content: center;
    }
    .header__viber {
	height: auto;
    }
    .header__telegram {
        height: auto;
    }
    .box__contacts .contacts__phone {
        font-size: 16px;
        letter-spacing: 0;
    }
    .box__contacts .item__contacts .contacts__phone {
        letter-spacing: 0;
    }
    .box__contacts .contacts__mail {
        font-size: 16px;
        letter-spacing: 0;
    }
    .box__contacts .item__contacts .header__telegram {
        width: 18px;
        margin: 0 7px;
    }
    .box__contacts .item__contacts .header__viber {
        width: 18px;
    }
    .box__contacts .btn__contacts{
        padding: 15px 20px;
    }
}
@media(max-width: 992px){
    .box__contacts .btn__contacts {
        width: 185px;
    }
    .box__contacts{
        margin-bottom: -17px;
    }
}

.box__header-title {
    padding-top: 10px;
    letter-spacing: normal;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 25px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

@media(max-width: 760px){


    .box__header-title {
        display: none;
    }

    .box__contacts .contacts__phone{
        width: 100%;
        text-align: center;
    }
    .box__contacts .item__contacts{
        width: 100%;
        justify-content: center;
        margin: 10px 0;
    }
    .box__contacts .item__contacts .contacts__phone {
        width: auto;
    }
    .box__contacts .contacts__mail {
        width: 100%;
        text-align: center;
    }
    .box__contacts .btn__contacts {
        width: fit-content;
        margin: 20px auto 10px auto;
    }
    .modal-content{
        width: 95%;
        max-width: 100%;
    }
    .close img{
        width: 100%;
    }
    .close {
        width: 35px;
        height: 35px;
        margin: 0 0 20px auto;
    }
    .modal-content .form__container{
        max-width: 100%;
    }
    .modal-content .input-container {
        margin-bottom: 30px;
    }
    .modal-content .input__wrapper{
        margin: 30px 0 0 0;
    }
    .modal-content .input__wrapper .left {
        width: 39%;
    }
    .header__tel{
	margin-right: 15px;
	display: block
    }
}
@media(max-width: 569px){
    .modal-content .input__wrapper .left {
        width: 60%;
    }
    .modal-content .form__container .btn + p {
        float: none;
        max-width: 100%;
        margin: 10px 0 0 0;
    }
    .modal-content{
        padding: 30px;
    }
}

.vistovki {
    padding-top: 151px;
}
.vistovki .title {
    font-size: 60px;
    color: #000;
    font-family: 'RF Dewi Expanded', sans-serif;
    margin: 0 0 89px -5px;
    letter-spacing: 1.2px;
}
.vistovki .line{
    width: 100%;
}
.vistovki .tablinks{
    font-size: 14px;
    color: #00b8e4;
    font-weight: 300;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #00b8e4;
    padding: 14px 47px;
    margin-right: 8px;
    border-radius: 50px;
    transition: all 0.5s;
    cursor: pointer;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 127px;
    height: 46px;
    pointer-events: initial;
    margin-bottom: 20px;
}
.vistovki .tablinks:hover{
    background: #00b8e4 !important;
    border: 1px solid #00b8e4;
    color: #fff;
}
.vistovki .box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 87.5%;
    margin: 0 auto;
}
.vistovki .box .item {
    width: 281px;
    box-shadow: 0 0 0 rgb(0 0 0 / 20%);
    transition: all 0.5s;
    margin: 0 12.6px 18px;
}
.vistovki .box .item:hover {
    box-shadow: 0 0 32px rgb(0 0 0 / 20%);
}
.vistovki .box .item .img {
    border: 1px solid #ebebeb;
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vistovki .box .item .date {
    font-size: 12px;
    color: #000;
    padding: 17px 22px 12px 22px;
    letter-spacing: 0.6px;
}
.vistovki .box .item .zag {
    font-size: 15px;
    color: #000;
    padding: 0 22px 0 22px;
    letter-spacing: 0.2px;
    font-family: 'RF Dewi Expanded', sans-serif;
    text-transform: uppercase;
    transition: all 0.5s;
}
.vistovki .box .item .zag a {
    color: #000;
}
.vistovki .box .item:hover .zag, 
.vistovki .box .item:hover .zag a {
    color: #00b9e5;
}
.vistovki .box .item .city {
    font-size: 15px;
    color: #000;
    padding: 13px 22px 23px 20px;
    letter-spacing: 0.1px;
}
.vistovki .box .item .text {
    font-size: 14px;
    color: #7d7d7d;
    padding: 0 22px 10px 20px;
}
.vistovki .box .item .text p {
    letter-spacing: 0.6px;
    margin-bottom: 16px;
}
@media(max-width: 1499px){
    .vistovki .box{
        width: 100%;
    }
    .vistovki .box .item .img{
        overflow: hidden;
    }
    .vistovki .title{
        font-size: 45px;
    }
}
@media(max-width: 1124px){
    .vistovki .box .item {
        width: 281px;
        margin-right: 0;
        margin-left: 0;
    }
    .vistovki .box{
        justify-content: space-between;
    }
    .vistovki .title{
        font-size: 40px;
        margin: 0 0 30px 0;
    }
    .vistovki {
        padding-top: 90px;
    }
}
@media(max-width: 992px){
    .vistovki {
        padding-top: 60px;
    }
}
@media(max-width: 760px){
    .vistovki .box .item {
        width: 260px;
    }
}
@media(max-width: 569px){
    .vistovki .title{
        font-size: 30px;
    }
    .vistovki .box .item {
        width: 281px;
        margin: 0 auto 20px auto;
    }
    .vistovki .box .item:nth-child(4n) {
        margin-right: auto;
    }
}
.partners{
    padding-top: 151px;
}
.partners .title{
    font-size: 60px;
    color: #000;
    font-family: 'RF Dewi Expanded', sans-serif;
    margin: 0 0 89px -5px;
    letter-spacing: 1.2px;
}
.partners .box{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 87.5%;
    margin: 0 auto;
}
.partners .box .item{
    width: 281px;
    box-shadow: 0 0 0 rgb(0 0 0 / 20%);
    transition: all 0.5s;
    margin: 0 12.6px 18px;
    padding-bottom: 26px;
}
.partners .box .item .img{
    border: 1px solid #ebebeb;
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partners .box .item .img img{

}
.partners .box .item .zag{
    font-size: 18px;
    color: #000;
    padding: 15px 20px 13px 20px;
    letter-spacing: 0.2px;
    font-family: 'RF Dewi Expanded', sans-serif;
    text-transform: uppercase;
    transition: all 0.5s;
}
.partners .box .item .zag a{
    color: #000;
}
.partners .box .item .text{
    font-size: 14px;
    color: #7d7d7d;
    padding: 0 20px 0 19px;
    letter-spacing: 0.6px;
}
.partners .box .item:hover{
    box-shadow: 0 0 32px rgb(0 0 0 / 20%);
}
.partners .box .item:hover .zag,
.partners .box .item:hover .zag a{
    color: #00b9e5;
}
@media(max-width: 1499px){
    .partners .box{
        width: 100%;
    }
    .partners .box .item .img{
        overflow: hidden;
    }
    .partners .title{
        font-size: 45px;
    }
}
@media(max-width: 1124px){
    .partners .box .item {
        width: 281px;
        margin-right: 0;
        margin-left: 0;
    }
    .partners .box{
        justify-content: space-between;
    }
    .partners .title{
        font-size: 40px;
        margin: 0 0 30px 0;
    }
    .partners {
        padding-top: 90px;
    }
}
@media(max-width: 992px){
    .partners {
        padding-top: 60px;
    }
}
@media(max-width: 760px){
    .partners .box .item {
        width: 260px;
    }
}
@media(max-width: 569px){
    .partners .title{
        font-size: 30px;
    }
    .partners .box .item {
        width: 281px;
        margin: 0 auto 20px auto;
    }
    .partners .box .item:nth-child(4n) {
        margin-right: auto;
    }
}
.full-pricelist{
    display: flex;
    justify-content: center;
    width: 250px;
    cursor: pointer;
    outline: none;
    border: 1px solid #00b8e4;
    background: transparent;
    padding: 21px 45px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 14px;
    color: #00b8e4;
    line-height: 1.2;
    border-radius: 10px;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto;
}
.full-pricelist:hover{
    background: #00b8e4;
    border-color: #00b8e4;
    color: #ffffff;
}
.reviews__item .project{
    margin-bottom: 20px;
}
.reviews__item .project b{
    font-size: 16px;
    color: #000;
    font-weight: 700;
    font-family: "RF Dewi Expanded",sans-serif;
    line-height: 1.2;
    letter-spacing: .6px;
    display: block;
}
.reviews__item .project a{
    font-size: 14px;
    color: #01b8e4;
    line-height: 17px;
    width: 100%;
    font-weight: 400;
    display: block;
    margin: 12px 0 0 0;
    border: none;
    padding: 0;
    text-align: left;
    text-transform: inherit;
}
.reviews__item .project a:hover{
    background: none;
    color: #01b8e4;
    text-decoration: underline;
}
.reviews__item a{
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 1px solid #00b8e4;
    background: transparent;
    padding: 21px 45px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size: 14px;
    color: #00b8e4;
    line-height: 1.2;
    border-radius: 10px;
    font-family: "Proxima Nova",sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0
}
.reviews__item a:hover{
    background: #00b8e4;
    border-color: #00b8e4;
    color: #fff;
}
.reviews__author .about{
    margin-bottom: 20px;
}
.box__header .rab{
    font-size: 14px;
    text-align: center;
}
.rekvi h2{
    font-size: 36px;
    font-family: "RF Dewi Expanded", sans-serif;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
    margin-bottom: 35px
}
.rekvi .text{

}
.rekvi .text p{
    font-size: 16px;
    margin-top: 20px;
    color: #7d7d7d;
    margin-bottom: 10px;
}
@media (max-width: 1499px){
    .box__header .rab{
       text-align: left;
       padding: 0 0 0 55px;
    }
}
@media (max-width: 992px){
	.rekvi h2 {
	    font-size: 28px;
	}
	.rekvi .text p{
	    font-size: 14px;
	}
}
@media (max-width: 760px){
	.rekvi h2 {
	    font-size: 20px;
	}
}
.des-types__info-list ul p:before {
    content: '—' !important;
}
.des-types__info-list a.link {
    font-size: 14px;
    color: #00b8e4;
    text-decoration: none;
    border-bottom: 1px dashed #00b8e4;
    margin: 0 0 20px 20px;
    display: inline-block;
    letter-spacing: 1.2px;
}
.des-types__info-list a.link:hover{
    border-bottom: 1px dashed transparent;
}
.des-types__info-list ul li {
    font-size: 14px;
    color: #7d7d7d;
    position: relative;
    padding: 0 !important;
    letter-spacing: 0.7px;
    margin-bottom: 0;
    overflow: hidden;
    height: 0;
}
.des-types__info-list ul li:nth-child(1),
.des-types__info-list ul li:nth-child(2),
.des-types__info-list ul li:nth-child(3),
.des-types__info-list ul li:nth-child(4),
.des-types__info-list ul.hide li{
    height: auto;
    margin-bottom: 13px;
}
.service_super_heder{
    position: relative;
    padding-top: 164px;
    height: auto;
    overflow: hidden;
}
.service_super_heder .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.service_super_heder .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_super_heder .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.service_super_heder .box .left{
    width: 50%;
}
.service_super_heder .box .left .sub-title{
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "RF Dewi Expanded", sans-serif;
    letter-spacing: 0.6px;
    margin: 0 0 19px 0;
}
.service_super_heder .box .left .title{
    color: #fff;
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 80px;
    margin-bottom: 25px;
}
.service_super_heder .box .left .text{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 42px 0 0 0;
    width: 72%;
}
.service_super_heder .box .left .text p{
    letter-spacing: 0.78px;
    margin-bottom: 30px;
}
.service_super_heder .box .right{
    width: 44%;
}
.service_super_heder .box .right .form{
    background: #fff;
    border-radius: 20px;
    margin: 6px 15px 0 0;
    padding: 42px 49px 49px 49px;
}
.service_super_heder .box .right .form:before{
    content: '';
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.service_super_heder .box .right .form.action:before{
    opacity: 1;
    visibility: visible;
}
.service_super_heder .box .right .form .zag{
    font-size: 18px;
    color: #000;
    font-family: "RF Dewi Expanded", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.service_super_heder .box .right .form .txt{
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #666666;
    margin-bottom: 25px;
}
.service_super_heder .box .right .form .input-container:nth-child(1) {
    margin-top: 0;
}
.service_super_heder .box .right .form .input-container {
    margin-top: 36px;
    max-width: 520px;
}
.service_super_heder .box .right .form .btn{
    margin: 40px 0 0 0;
    color: #fff;
    background: #00b8e4;
    border-color: #00b8e4;
}
.service_super_heder .box .right .form .btn:hover{
    color: #00b8e4;
    background: #fff;
}
.service_super_heder .box .right .form p{
    font-size: 10px;
    color: #7d7d7d;
    float: right;
    width: 59%;
    text-transform: uppercase;
    margin: 56px 0 0 0;
}
.service_super_heder .box .right .form p a{
    color: #00b8e4;
    display: block;
    width: fit-content;
}
.service_super_heder .box .right .form p a:after{
    content: '';
    background: #00b8e4;
    width: 0;
    height: 1px;
    display: block;
    transition: all 0.5s;
    opacity: 0.4;
}
.service_super_heder .box .right .form p a:hover:after{
    width: 100%;
}
.service_super_heder .box .right .form__thank{
    right: 15px;
    padding: 49px 46px 49px 49px;
    max-width: 601px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    bottom: 29px;
    z-index: 10;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.service_super_heder .box .right .form.action .form__thank{
    opacity: 1;
    visibility: visible;
}
.service_super_heder .form__thank-info {
    padding: 0;
    width: 60%;
}
.service_super_heder .box .right .form .form__thank-info p.large{
    float: none;
    font-size: 30px;
    color: #000;
    margin: 0 0 10px 0;
    width: auto;
}
.service_super_heder .box .right .form .form__thank-info p{
    color: #252525;
    float: none;
    font-size: 14px;
    margin: 0 0 0 3px;
    width: auto;
    letter-spacing: 1.4px;
}
.service_super_heder .form__thank-close {
    width: 70px;
    min-width: 70px;
    height: 70px;
}
.int-design{
    padding-top: 89px;
}
.int-design__item {
    padding: 41px 0 51px 0;
    max-width: 1100px;
    margin: 0 100px 0 auto;
}
.int-design__title span{
    left: -130px;
}
.int-design__title:after{
    right: 30px;
}
.int-design__row {
    padding-top: 39px;
}
.int-design__info {
    max-width: 565px;
}
.int-design__info p{
    letter-spacing: 0.77px;
    margin-bottom: 42px;
    line-height: 24px;
}
.int-design__persons .int-des{
    width: 75%;
    margin: 0 0 0 57px;
}
.int-design__persons .int-des p{
    letter-spacing: 0.35px;
}
.int-design__info .btn.pdf{
    padding: 22px 24px 19px 74px;
    letter-spacing: 1.5px;
}
.int-design__person-el{
    margin-left: 32px;
}
.int-design__person-el:last-child{
    margin-right: 100px;
}
.projects{
    padding-top: 166px;
}
.projects__links-el {
    padding: 20px 50px;
}
.projects__links-image .image {
    padding-bottom: 73%;
}
.projects .projects__button{
    margin-top: 34px;
}
.des-types{
    padding-top: 144px;
}
.des-types__info-list ul {
    margin: 12px 0 -4px 0;
}
.des-types__info-list .btn{
    padding: 21px 55px;
}
.des-terms{
    padding-top: 166px;
}
.des-terms__grid{
    margin-top: 72px;
}
.faq{
    background: #f7f7f7;
    margin-top: 144px;
    padding: 86px 0;
}
.faq h2{
    font-size: 50px;
    font-family: "RF Dewi Expanded", sans-serif;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 100px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #00b8e4;
    letter-spacing: normal;
}
.faq .int-design__item{
    background: #fff;
    margin: 0 auto 30px auto;
    max-width: 1200px;
    border-radius: 10px;
    border: 0;
    padding: 46px 3px 26px 99px;
}
.faq .int-design__title{
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
}
.faq .int-design__title:before{
    content: '';
    position: absolute;
    background: url(/local/assets/dist/img/vopr.svg) 50% 50% no-repeat;
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 50%;
    left: -61px;
    top: -5px;
}
.faq .vopros{
    font-size: 18px;
    color: #7d7d7d;
    width: 86%;
    letter-spacing: 0.79px;
    line-height: 24px;
    margin-bottom: 40px;
}
.faq .otvet{

}
.faq .otvet .zag{
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.2;
    font-family: "RF Dewi Expanded", sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    padding-right: 80px;
    cursor: pointer;
}
.faq .otvet .zag:before{
    content: '';
    position: absolute;
    background: url("/local/assets/dist/css/../img/otv.svg") 50% 50% no-repeat;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    left: -61px;
    top: -5px;
}
.faq .otvet p{
    font-size: 18px;
    color: #7d7d7d;
    width: 92%;
    letter-spacing: 0.79px;
    line-height: 24px;
    margin-bottom: 20px;
}
.int-design__info .ras{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 53px;
}
.int-design__info .ras .btn.pdf{
    border: none;
    border-bottom: 1px dashed;
    border-radius: 0;
    padding: 0 0;
    font-size: 14px;
    margin: 7px 0 0 19px;
    letter-spacing: 3px;
    background: none;
}
.int-design__info .ras .btn.pdf:hover{
    background: transparent;
    color: #00b8e4;
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}
.int-design__item form{
    width: 91%;
}
.int-design__item form .zag{
    font-size: 24px;
    color: #000;
    font-family: "RF Dewi Expanded", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}
.int-design__item form .txt{
    font-size: 14px;
    color: #7d7d7d;
    letter-spacing: 0.6px;
    margin-bottom: 31px;
}
.int-design__item form .input-container{
    margin-bottom: 37px;
}
.int-design__item form .btn{
    background: #00b8e4;
    border-color: #00b8e4;
    color: #ffffff;
}
.int-design__item form .btn:hover{
    background: #fff;
    color: #00b8e4;
}
.big-text-new{
    padding-top: 150px;
}
.big-text-new .text{
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0.4px;
}
.styles-block{
    background: #f4f6f9;
    margin-top: 149px;
    padding: 160px 0 130px 0;
}
.styles-block .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.styles-block .box .item{
    width: 22.9%;
    background: transparent;
    transition: all 0.5s;
}
.styles-block .box .item .img{
    width: 100%;
    height: 321px;
    margin-bottom: 23px;
}
.styles-block .box .item .img a{
    display: block;
    width: 100%;
    height: 100%;
}
.styles-block .box .item .img a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.styles-block .box .item .zag{
    margin-bottom: 23px;
}
.styles-block .box .item .zag a{
    display: block;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000000;
    font-family: "RF Dewi Expanded", sans-serif;
    transition: all 0.5s;
}
.styles-block .box .item .text{
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
}
.styles-block .box .item:hover{
    background: #fff;
}
.styles-block .box .item:hover .zag a{
    color: #00b8e4;
}
.services-new{
    padding-top: 149px;
}
.services-new .text{
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0.4px;
    width: 95%;
}
.services-new section{
    padding-top: 163px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.services-new section .row-item{
    width: 50%;
    flex-direction: column;
    margin: 0;
}
.services-new section .row-item .row-item__image{
    order: -1;
    margin: 0;
    max-width: 100%;
    min-height: 520px;
    width: 100%;
}
.services-new section .row-item__info .small{
    display: none;
}
.services-new section .row-item__info-container {
    width: 100%;
    max-width: 700px;
    padding: 0 105px 0 0;
    margin: 0 0 0 auto;
}
.services-new section .row-item--reverse .row-item__info-container{
    margin: 0 auto 0 0;
    padding: 0;
}
.services-new section .row-item__info .title {
    font-size: 30px;
    margin: 51px 0 31px -4px;
    letter-spacing: 0;
}
.services-new section .row-item__icon {
    margin-right: 28px;
}
.services-new section .row-item__icons-el {
    padding: 15px 15px 22px 15px;
    width: 50%;
}
.services-new section .row-item__icons--column{
    flex-direction: row;
}
.services-new section .row-item__icons-el p{
    font-weight: 400;
}
.services-new + .gallery{
    padding-top: 107px;
}
@media(max-width: 1600px){
    .service_super_heder .box .right .form{
        margin: 6px 0 0 0;
    }
    .service_super_heder .box .right {
        width: 44%;
    }
    .service_super_heder .box .right .form__thank{
        right: 0;
    }
    .service_super_heder{
        height: auto;
        padding-bottom: 50px;
    }
}
@media(max-width: 1499px){
    .service_super_heder .img{
        height: 100%;
    }
    .service_super_heder .box .left .title{
        font-size: 65px;
    }
    .service_super_heder .box .left .text{
        width: 100%;
        color: #fff;
    }
    .service_super_heder .box .right .form p{
        width: 43%;
        margin: 47px 0 0 0;
    }
    .int-design__item{
        margin: 0 0 0 80px;
    }
    .int-design__title span {
        left: -80px;
    }
    .faq h2 {
        font-size: 44px;
    }
    .int-design__item form {
        width: 100%;
    }
    .services-new section .row-item__info-container{
	padding: 0 20px 0 45px;
    }
    .services-new section .row-item--reverse .row-item__info-container {
        margin: 0 auto 0 0;
        padding: 0 45px 0 0;
    }
}
@media(max-width: 1124px){
    .service_super_heder .box .left {
        width: 100%;
    }
    .service_super_heder .box .left .title {
        font-size: 60px;
    }
    .service_super_heder .box .right {
        width: 100%;
    }
    .service_super_heder .box .right .form .input-container{
        max-width: 100%;
    }
    .service_super_heder .box .right .form p {
        width: auto;
        margin: 63px 0 0 20px;
        float: none;
        display: inline-block;
    }
    .faq h2 {
        font-size: 40px;
    }
	.big-text-new {
	    padding-top: 90px;
	}
    .big-text-new .text {
        font-size: 29px;
    }
	.styles-block {
	    margin-top: 90px;
	    padding: 90px 0;
	}
	.styles-block .box .item {
	    width: 45%;
	    margin-bottom: 20px;
	}
	.services-new {
	    padding-top: 90px;
	}
	.services-new .text {
	    font-size: 29px;
	    width: 100%;
	}
	.services-new section {
	    padding-top: 90px;
	}
	.services-new section .row-item {
	    width: 100%;
	}
	.services-new section .row-item__info-container {
	    padding: 0 20px;
	    margin: 0 0 60px 0;
	}
	.services-new section .row-item--reverse .row-item__info-container {
	    margin: 0;
	    padding: 0 20px;
	}
	.services-new + .gallery {
	    padding-top: 90px;
	}
}
@media(max-width: 992px){
    .service_super_heder .box .right .form p {
        width: 68%;
        margin: 0 0 0 20px;
    }
    .service_super_heder .box .left .title {
        font-size: 45px;
        margin-bottom: 0;
    }
    .service_super_heder {
        padding-top: 110px;
    }
    .service_super_heder .box .left .sub-title{
        margin: 0;
    }
    .int-design__person-el:last-child {
        margin-right: 0;
    }
    .int-design__person-el {
        margin-left: 0;
    }
    .int-design__item {
        margin: 0 0 0 70px;
        padding: 35px 0;
    }
    .int-design__title span {
        left: -70px;
    }
    .faq h2 {
        font-size: 36px;
    }
    .faq .vopros {
        font-size: 16px;
    }
    .faq .otvet p {
        font-size: 16px;
    }
	.big-text-new .text {
	    font-size: 25px;
	}
	.services-new .text {
	    font-size: 25px;
	}
}
@media(max-width: 760px){
    .service_super_heder .box .left .sub-title{
        font-size: 20px;
    }
    .service_super_heder .box .left .title {
        font-size: 36px;
    }
    .service_super_heder .box .left .text {
        font-size: 16px;
    }
    .service_super_heder .box .left .text p {
        margin-bottom: 15px;
    }
    .service_super_heder .box .right .form {
        margin: 0;
        padding: 30px;
    }
    .service_super_heder .box .right .form p {
        width: 100%;
        margin: 10px 0 0 0;
        display: block;
    }
    .int-design__title span {
        left: 0;
    }
    .int-design__item {
        margin: 0;
    }
    .int-design__info p {
        margin-bottom: 15px;
    }
    .int-design__persons .int-des {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .int-design__info {
        max-width: 100%;
    }
    .projects {
        padding-top: 60px;
    }
    .des-types {
        padding-top: 60px;
    }
    .des-terms {
        padding-top: 60px;
    }
    .faq {
        margin-top: 60px;
        padding: 50px 0;
    }
    .faq h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .faq .int-design__item{
        padding: 30px;
    }
    .faq .vopros {
        width: 100%;
    }
    .int-design__title:after {
        right: 0;
    }
    .faq .int-design__title:before{
        left: 0;
    }
    .faq .otvet .zag{
        padding-right: 0;
        padding-left: 40px;
    }
    .faq .otvet .zag:before{
        left: 0;
    }
    .faq .otvet p{
        width: 100%;
    }
    .int-design__item form .zag {
        font-size: 16px;
    }
    .int-design__info .ras{
        margin-bottom: 0;
    }
    .int-design__item form {
        margin-top: 40px;
    }
    .int-design__item form .input-container {
        margin-bottom: 45px;
    }
	.services-new section .row-item__icons-el {
	    width: 100%;
	}
}
@media(max-width: 565px){
    .service_super_heder .box .left .title {
        line-height: 45px;
        margin: 15px 0;
    }
    .service_super_heder .box .left .text {
        margin-top: 20px;
    }
    .service_super_heder .box .left .text {
        font-size: 16px;
        line-height: 24px;
    }
    .projects__links-el {
        padding: 20px 15px;
    }
    .projects__links-item p {
        padding: 0;
    }
    .des-terms__grid {
        margin-top: 30px;
    }
    .faq .int-design__title {
        font-size: 14px;
    }
    .faq .vopros {
        font-size: 14px;
    }
    .faq .otvet .zag {
        font-size: 14px;
    }
    .faq .otvet p {
        font-size: 14px;
    }
    .int-design__item form .input-container {
        margin-bottom: 80px;
    }
	.styles-block .box .item {
	    width: 100%;
	}
	.services-new section .row-item__info .title {
	    font-size: 23px;
	}
}
.ymaps-2-1-79-ground-pane{
 filter: grayscale(1);
}
.int-design__form{
   display: none;
}
/*# sourceMappingURL=app.css.map */

.contacts__map-container .map__info {
	position: absolute;
	text-align: left;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 180px;
	width: 100%;
	width: 120px;
	font-size: 13px;
	line-height: 1.3;
	left: 80px;
	padding: 5px 10px;
	background: #fff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}


.Live a:hover {color: #00b8e4;}

.socials a:hover {
	
	color: #00b8e4;
}
.slider-block {
    max-height: 500px;
}

.slick-track {
    display: flex;
    gap: 50px
}

.slick-arrow {
    font-size: 22px;
    color: black;
}



section.form {
    padding-top: 120px;
}

.header__phone {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    z-index: 10;
}
/* End */
/* /local/assets/dist/css/app.css?1747220131185037 */
