/*FONTS*/
@font-face {
  font-family: 'Evolventa';
  src: url('../fonts/Evolventa-Bold.eot');
  src: url('../fonts/Evolventa-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Evolventa-Bold.woff2') format('woff2'),
    url('../fonts/Evolventa-Bold.woff') format('woff'),
    url('../fonts/Evolventa-Bold.ttf') format('truetype'),
    url('../fonts/Evolventa-Bold.svg#Evolventa-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Evolventa';
  src: url('../fonts/Evolventa-Regular.eot');
  src: url('../fonts/Evolventa-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Evolventa-Regular.woff2') format('woff2'),
    url('../fonts/Evolventa-Regular.woff') format('woff'),
    url('../fonts/Evolventa-Regular.ttf') format('truetype'),
    url('../fonts/Evolventa-Regular.svg#Evolventa-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/*Specifications*/
body {
  font-family: 'Evolventa';
  background: #FFFFFF;
  font-size: 18px;
  line-height: 26px;
  color: #1A1919;
  font-weight: normal;
}

body {
  overflow-y: visible !important;
}

div,
form,
input,
p,
a,
span {
  box-sizing: border-box;
}

ul,
li,
p {
  display: block;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a,
a:hover,
button {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease;
}

a:hover {
  color: #E34646;
} 

button:active,
button:focus,
input:active,
input:focus {
  outline: none !important;
  text-decoration: none !important;
}

button:hover {
  cursor: pointer;
}

section,
footer,
header {
  overflow: hidden;
}

:focus {
  outline: none !important;
}

.body-wrap {
  overflow: hidden;
  position: relative;
}

h1,
h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 78px;
  line-height: 82px;
}

.bttn {
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 221px;
  height: 60px;
  background: #E34646;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.bttn:hover {
  cursor: pointer;
  background: #C83838;
  transition: all 0.5s ease;
  color: #FFFFFF;
}

.bttn img {
  margin-left: 26px;
  position: relative;
  right: 0;
  transition: all 0.5s ease;
}

.bttn:hover img {
  right: -12px;
}

/* input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.zae {
  box-shadow: inset 0 0 0 2px #fff;
} */

.slick-prev:before,
.slick-next:before {
  display: none;
}

/* HEADER */
.nav__box {
  padding: 14px 0;
  align-items: center;
  justify-content: space-between;
  display: flex;
  position: relative;

}

.header {
  padding: 18px 0 96px;
  overflow: visible;
}

.header__box {
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 72px;
}

.header__bg {
  position: absolute;
  right: -298px;
  bottom: -780px;
  z-index: -1;
}

.header__pic {
  max-width: 757px;
  margin-left: -296px;
}

.nav__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 358px;
  width: 100%;
}

.nav__list li a {
  font-size: 16px;
  line-height: 24px;
  color: #1A1919;
  position: relative;
}

.nav__list li a:after,
.footer__list li a:after,
.dropdown:before {
  bottom: -7px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #E34646;
  opacity: 0.6;
  transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
  width: 0;
}

.dropdown:before {
  bottom: -2px;
}

.nav__list li:hover a:after,
.nav__list li.active a:after,
.footer__list li:hover a:after {
  width: 100%;
  opacity: 0.9;
}

.nav__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid #E5E5E5;
  border-radius: 50px;
  transition: 0.5s;
}

.nav__mail:hover {
  border: 1px solid #E34646;
}

.header__content {
  position: relative;
  max-width: 760px;
}

.header__text {
  margin-top: 24px;
}

.header__btn {
  margin-top: 48px;
}

/* .nav__list li.active a {
  border-bottom: 2px solid #E34646;
} */
/* SER */
.ser {
  padding: 100px 0;
}

.ser__left {
  position: relative;
  width: 512px;
  height: 100%;
  max-height: 457px;
  flex: 1 0 auto;
  overflow: hidden;
  border-radius: 8px 0px 0px 8px;
}

.ser__item {
  height: 448px;
  transition: 1s;
}

.ser__pic {
  width: 100%;
  height: 100%;
  border-radius: 8px 0px 0px 8px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s;
}

.ser__item:hover .ser__pic {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.ser__content {
  background: #F5F5F5;
  border-radius: 0 8px 8px 0;
  padding: 48px;
  display: flex;
  flex-direction: column;
}

.slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5E5E5;
  width: 52px;
  height: 52px;
  border-radius: 50px;
  z-index: 2;
  background: #FFFFFF;
  top: inherit;
  bottom: -25px;
}

.slick-arrow:hover {
  border: 1px solid #E34646;
}

.ser__name {
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
}

.ser__bottom {
  margin-top: auto;
}

.ser__text {
  margin-bottom: 24px;
}

.ser__link {
  align-items: center;
  width: max-content;
}

.ser__link p {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #E34646;
}

.ser__link img {
  margin-left: 24px;
  position: relative;
  right: 0;
  transition: 0.5s;
}

.ser__link:hover img {
  right: -12px;
}

.ser__slider {
  max-width: 1096px;
  margin-top: 66px;
}

.nav-tabs {
  border: none;
  max-width: 605px;
  flex-wrap: wrap;
  max-height: 76px;
  position: relative;
  top: -13px;
}

.nav-tabs li a {
  color: #1A1919;
  font-size: 16px;
  display: block;
}

.nav-tabs li {
  height: max-content;
  margin-right: 32px;
  position: relative;
  border-bottom: 2px solid #E5E5E5;
  margin-bottom: 20px;
}

.nav-tabs li:after {
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #E34646;
  opacity: 0.6;
  transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
  width: 0;
}

.ser__flex {
  width: 100%;
  justify-content: space-between;
  max-width: 1169px;
  align-items: flex-end;
}

.nav-tabs li.active:after {
  width: 100%;
  opacity: 0.9;
}

.nav-tabs li:hover:after {
  width: 100%;
  opacity: 0.9;
}

.slick-next {
  right: -225px;
}

.slick-prev {
  right: -161px;
  left: inherit;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
  overflow: hidden;
  /* no-overflow                */
}

.tab-content>.active,
.pill-content>.active {
  height: auto;
  /* let the content decide it  */
}

/* PROJ */
.proj__top {
  margin: 0 auto;
  max-width: 195px;
  width: 100%;
}

.proj__top h2 {
  margin-bottom: 44px;
}

.proj {
  padding: 150px 0 100px;
}

.proj__slider {
  margin: 74px -12px 0;
}

.proj__pic {
  width: 100%;
  height: auto;
  border-radius: 8px;
  height: 100%;
  transition: 1s;
  position: absolute;
  left: 0;
  top: 0;
}

.proj__item:hover .proj__pic {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.proj__item {
  transition: 1s;
}

.proj__slider .slick-slide {
  margin: 0 12px;
  position: relative;
}

.link {
  display: block;
  height: max-content;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 450px;
  border-radius: 8px;
}

.proj__block {
  align-items: center;
  background: #FFFFFF;
  border-radius: 8px;
  position: absolute;
  border-radius: 8px;
  padding: 3.5px 12px;
  right: 16px;
  top: 16px;
  opacity: 0;
}

.about__pic {
  position: relative;
  top: 17px;
  left: -29px;
}

.proj__wrap {
  position: relative;
  width: 100%;
  height: 450px;
  max-height: 450px;
  flex: 1 0 auto;
  overflow: hidden;
  border-radius: 8px;
}

.proj__block p {
  font-size: 14px;
  margin-left: 9px;
  color: #1A1919;
}

.proj__flex {
  margin-top: 32px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #1A1919;
  display: none;
}

.proj__flex:before {
  content: "";
  display: inline-flex;
  border-radius: 50%;
  background: #E34646;
  width: 4px;
  height: 4px;
  margin-right: 12px;
}

.proj .slick-arrow {
  bottom: inherit;
  top: -100px;
}

.proj .slick-prev {
  right: inherit;
  left: 17px;
}

.proj .slick-next {
  right: inherit;
  left: 80px;
}

.menu {
  display: none;
}

.burger {
  display: none;
}

/* ABOUT */
.about {
  overflow: visible;
}

h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 2px;
  border-bottom: 2px solid #E34646;
  width: max-content;
}

.about__box {
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.about__bg {
  position: absolute;
  right: -332px;
  bottom: -466px;
}

.about__content {
  max-width: 760px;
  position: relative;
}

.about__name {
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 48px;
}

.about__name span {
  font-weight: bold;
}

.about__flex {
  justify-content: space-between;
  margin-bottom: 78px;
}

.about__flex p {
  max-width: 47.37%;
}

.about {
  padding: 119px 0 200px;
}

.about h3 {
  position: relative;
  top: 24px;
  left: 4px;
}

/* FOOTER */
.footer {
  padding-bottom: 60px;
  overflow: visible;
}

.footer__box {
  padding-top: 82px;
  border-top: 2px solid #E5E5E5;
  justify-content: space-between;
  position: relative;
  max-width: 98.5%;
}

.content {
  display: none;
}

.footer__content {
  max-width: 752px;
  width: 100%;
  justify-content: space-between;
}

.footer__list {
  max-width: 313px;
}

.footer__list li a {
  font-weight: bold;
  font-size: 24px;
  color: #1A1919;
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.content {
  margin: 15px 0 24px;
}

.content li a {
  font-size: 18px;
  line-height: 26px;
  color: #1A1919;
  display: block;
  margin-bottom: 8px;
  font-weight: normal;
}

.content li:hover a {
  color: #E34646;
}

li:hover .content a:after {
  display: none;
}

.footer__info {
  max-width: 370px;
}

.footer__name {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}

.footer__text {
  display: block;
  color: #1A1919;
  margin-bottom: 12px;
}

.footer__bottom {
  position: relative;
}

.footer__rights {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 16px;
  line-height: 24px;
  color: #9B9A9A;
  margin-left: -106px;
}

.footer__links {
  margin-left: auto;
  justify-content: flex-end;
}

.footer__links a {
  color: #1A1919;
  font-size: 16px;
}

.footer__links a:hover {
  color: #E34646;
}

.footer__links a:first-child {
  margin-right: 32px;
}

.accordion-container {
  position: relative;
  height: auto;

}

.set {
  position: relative;
  width: 100%;
  height: auto;
}

.set>a {
  display: block;
  text-decoration: none;
  transition: all 0.2s linear 0s;
  background: url(../img/ardown.svg) 105px 5px no-repeat;
  padding-right: 25px;
}

.set>a.active {
  background: url(../img/artop.svg) no-repeat 105px 5px;
}

.content {
  position: relative;
  width: 100%;
  height: auto;
  display: none;
  overflow: auto;
}

.footer a.active::after {
  width: 40% !important;
}

.footer a::after {
  max-width: 100px;
}

.footer__bottom {
  margin-top: 98px;
  padding-right: 138px;
}

.dropdown {
  display: inline-block;
  position: relative;
  transition: 0.5s ease;
  /* position: relative;
  top: 1px;
  padding-right: 20px; */
}

/* .dropdown .-hover>span {
  font-weight: 500;
  font-size: 18px;
  color: #444A44;
  cursor: pointer;
  transition: 0.5s ease;
  display: flex;
}

*/

.dropdown .-list {
  display: none;
  width: max-content;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  padding-top: 38px;
  top: 62px;
  left: -663px;
  z-index: 5;
  padding: 20px;
  transition: 0.5s ease;
}

.dropdown .-list a {
  display: flex;
  text-decoration: none;
  color: inherit;
  background: #FFFFFF;
  border-radius: 8px;
  width: 424px;
  height: 356px;
  transition: 0.5s ease;
  margin-right: 24px;
  margin-bottom: 24px;
  position: relative;
  flex-direction: column;
}

.dropdown .-list a:hover .drop__fig {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  margin-left: -20px;
  margin-bottom: -40px;
}

.dropdown .-list a:nth-child(3n) {
  margin-right: 0;
}

.-list a:after {
  display: none !important;
}

.dropdown .-list a:last-child {
  margin-bottom: 0;
}

/* .dropdown:hover .-list {
  display: block;
  transition: 0.5s ease;
  width: 1380px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #F5F5F5;
  box-shadow: 0px 30px 50px rgba(26, 25, 25, 0.1);
}

.dropdown:hover .-list:before {
  content: "";
  display: block;
  height: 100%;
  width: 500%;
  left: -499%;
  background: #F5F5F5;
  position: absolute;
  top: 0;
}

.dropdown:hover .-list:after {
  content: "";
  display: block;
  height: 100%;
  width: 500%;
  right: -500%;
  background: #F5F5F5;
  position: absolute;
  top: 0;
} */

/* .dropdown:hover .-hover::after {
  content: "";
  transition: 0.5s ease;
  background: url(../img/artop.svg) no-repeat;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 3px;
  right: inherit;
  left: 78px;
}

.dropdown .-hover::after {
  content: "";
  transition: 0.5s ease;
  background: url(../img/ardown.svg) no-repeat;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 3px;
  right: inherit;
  left: 78px;
} */

.drop__block {
  position: relative;
}

.drop__pic {
  position: absolute;
  top: 39px;
  left: 50%;
  margin-left: -108px;
  max-width: 216px;
  z-index: 2;
  transition: 0.5s ease;
}

.drop__fig {
  position: absolute;
  left: 0;
  top: 0;
  transition: 1s ease;
}

.drop__text {
  margin-top: auto;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-left: 32px;
  margin-bottom: 32px;
}

.dropdown .-list a:nth-child(1) .drop__fig {
  top: 48px;
  left: 82px;
}

.dropdown .-list a:nth-child(2) .drop__fig {
  top: 46px;
  left: 116px;
}

.dropdown .-list a:nth-child(3) .drop__fig {
  top: 44px;
  left: 80px;
}

.dropdown .-list a:nth-child(4) .drop__fig {
  top: 33px;
  left: 80px;
}

.dropdown .-list a:nth-child(5) .drop__fig {
  top: 21px;
  left: 107px;
}

.-hover {
  display: flex;
}

.wrap {
  position: absolute;
  top: -43px;
  left: 0;
  background: transparent;
  width: 1500px;
  height: 61px;
}

/* CONTACTS */
.contacts__box {
  position: relative;
  justify-content: space-between;
}

.contacts__bg {
  position: absolute;
  left: -605px;
  top: -116px;
}

.contacts__content {
  max-width: 760px;
  width: 100%;
  position: relative;
  margin-left: auto;
}

.contacts__home {
  position: relative;
  top: -11px;
}

.contacts {
  padding: 59px 0 196px;
  position: relative;
  overflow: visible;
}

.contacts__links {
  margin: 91px 0 56px;
}

.contacts__links a {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #E34646;
}

.contacts__flex {
  align-items: center;
  justify-content: space-between;
  padding-top: 62px;
  border-top: 1px solid #E5E5E5;
}

footer {
  overflow: visible !important;
}

.contacts__flex p {
  font-size: 24px;
  line-height: 28px;
  max-width: 232px;
}

.contacts__btn {
  width: 191px;
}

/* PORTFOLIO */
.portfolio {
  padding-bottom: 150px;
  overflow: visible;
}

.portfolio__wrap {
  position: relative;
}

.portfolio__box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 100px;
}

.portfolio .proj__item {
  position: relative;
}

.portfolio__info {
  margin-left: auto;
  max-width: 760px;
}

.portfolio__info {
  position: relative;
}

.portfolio__home {
  position: relative;
  z-index: 3;
  top: 48px;
}

.portfolio-tabs {
  max-width: 686px;
  max-height: 76px;
  top: 0;
  margin-top: 46px;
}

.portfolio-tabs li {
  margin-right: 24px;
}

.portfolio__box .proj__item {
  margin-bottom: 24px;
  margin-right: 24px;
  width: 32%;
}

.portfolio__box .proj__item:nth-child(3n) {
  margin-right: 0;
}

/* ITEM */
.item__flex {
  align-items: center;
  top: -53px;
  position: relative;
}

.item__flex p {
  font-size: 16px;
  line-height: 24px;
  margin-left: 80px;
}

.item__flex .contacts__home {
  top: 0;
}

.item__flex .contacts__home:after {
  content: "";
  display: inline;
  width: 32px;
  height: 1px;
  background: #E5E5E5;
  right: -57px;
  position: absolute;
  top: 24px;
}

.item__slider {
  width: 100%;
  margin-top: 100px;
}

.slider {
  width: 100%;
  max-height: 742px;
  margin-bottom: 24px;
}

.slider__item,
.slider__item img {
  height: 100%;
  width: 100%;
  max-height: 742px;
  border-radius: 8px;
}

.slider-nav {
  margin: 0 -12px;
  width: 101%;
}

.slider-nav__item {
  width: 144px;
  height: 81px;
  border-radius: 8px;
  margin: 0 12px;
  cursor: pointer;
}

.slider-nav__item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.slider .slick-arrow {
  top: 50%;
  bottom: inherit;
}

.slider .slick-prev {
  right: inherit;
  left: 32px;
}

.slider .slick-next {
  right: 32px;
}

.item__wrap {
  padding-top: 239px;
  justify-content: space-between;
  align-items: flex-start;
}

.item__wrap .ser__left {
  order: 2;
  max-width: 312px;
}

.item__wrap .ser__content {
  order: 1;
  border-radius: 8px 0px 0px 8px;
  position: relative;
}

.item__wrap .ser__item {
  height: 330px;
}

.item__wrap .ser__pic,
.item__wrap .ser__left {
  border-radius: 0px 8px 8px 0px;
}

.item__wrap .ser__name {
  max-width: 352px;
}

.services .dropdown .-list {
  display: flex;
  background: transparent;
  position: inherit;
  top: 0 !important;
  left: 0 !important;
  flex-wrap: wrap;
  width: 100% !important;
  padding: 0;
}

.services .dropdown .-list a {
  background: #ffff;
  box-shadow: none;
  width: 32%;
  margin-right: 24px;
}

.services .dropdown .-list a:nth-child(3n) {
  margin-right: 0;
}

.services .dropdown {
  padding: 0;
}

.services .dropdown:before {
  display: none !important;
}

.services .dropdown:hover .-list {
  background: transparent;
}

.body-color {
  background: #F5F5F5;
}

.services {
  padding: 10px 0 196px;
}

.portfolio-item .contacts__box {
  align-items: flex-start;
}

.services-item__info {
  margin: 32px 0;
  font-size: 24px;
  line-height: 32px;
}

.services-item__text {
  margin-bottom: 25px;
}

.services__btn {
  margin-top: 40px;
}

.services-item__wrap {
  justify-content: space-between;
  align-items: center;
}

.services-item__pic {
  position: relative;
  left: -20px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1353px;
  }
}

@media screen and (max-width: 1399px) {
  .header__content {
    max-width: 697px;
  }

  .header__pic {
    margin-left: -212px;
  }

  .dropdown .-list a {
    width: 30%;
  }

  .dropdown .-list {
    left: -619px;
  }

  .ser .slick-prev {
    right: -100px;
  }

  .ser .slick-next {
    right: -165px;
  }

  .about__pic {
    left: 0;
  }
}

@media screen and (max-width: 1299px) {
  .header__pic {
    margin-left: -157px;
    width: 51%;
  }

  .dropdown .-list a {
    width: 28%;
  }

  .dropdown .-list {
    left: -579px;
  }

  .ser .slick-arrow {
    bottom: inherit;
    top: -33px;
  }

  .ser .slick-prev {
    right: 66px;
  }

  .ser .slick-next {
    right: 0;
  }

  .about__content {
    max-width: 727px;
  }

  .portfolio__box .proj__item {
    width: 31.95%;
  }

  .services .dropdown .-list a {
    width: 31.9%;
  }
}

@media screen and (max-width: 1199px) {
  .header__box {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .header__pic {
    margin-left: -31px;
    width: initial;
    margin-top: 36px;
  }

  .header__bg {
    position: absolute;
    right: inherit;
    bottom: 0;
    z-index: -1;
    left: 0;
  }

  .ser__flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .ser .nav-tabs {
    max-width: 100%;
    top: 0;
    margin-top: 40px;
  }

  .ser__left {
    width: 48%;
  }

  .proj__wrap {
    height: 370px;
  }

  .proj .slick-arrow {
    top: -38px;
  }

  .about__box {
    flex-direction: column-reverse;
  }

  .about h3 {
    top: 0;
    left: 0;
  }

  .about__content {
    max-width: 100%;
    margin-top: 40px;
  }

  .about__bg {
    bottom: 0;
  }

  .footer__content {
    max-width: 610px;
  }

  .dropdown .-list a {
    width: 24%;
  }

  .-list {
    width: 1325px !important;
    left: -481px !important;
  }

  .dropdown .-list a:nth-child(1) .drop__fig {
    top: 48px;
    left: 28px;
  }

  .dropdown .-list a:nth-child(2) .drop__fig {
    top: 46px;
    left: 56px;
  }

  .dropdown .-list a:nth-child(3) .drop__fig {
    top: 44px;
    left: 23px;
  }

  .dropdown .-list a:nth-child(4) .drop__fig {
    top: 33px;
    left: 32px;
  }

  .dropdown .-list a:nth-child(5) .drop__fig {
    top: 12px;
    left: 49px;
  }

  .drop__text {
    font-size: 18px;
  }

  .portfolio__box .proj__item {
    width: 31.59%;
  }

  .portfolio-item .contacts__box {
    flex-direction: column;
  }

  .item__wrap {
    flex-direction: column;
  }

  .item__wrap .ser__item {
    height: 330px;
    width: 100%;
    margin-top: 45px;
  }

  .item__flex .contacts__home {
    margin-bottom: 0;
  }

  .services .dropdown .-list a {
    width: 31.5%;
  }

  .services-item__wrap {
    flex-direction: column-reverse;
  }

  .services-item .contacts__content {
    max-width: 100%;
  }

  .services-item__pic {
    left: 0;
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .nav__list {
    display: none;
  }

  /*BURGER*/
  .burger {
    position: absolute;
    flex-direction: column;
    right: -150%;
    top: -20px;
    z-index: 100000;
    display: flex;
    box-sizing: border-box;
    transition: .3s all ease-in-out;
    width: auto;
    height: auto;
    background: #F1F1F1;
  }

  .burger.active {
    right: -45px;
    top: -20px;
    max-width: 100%;
    padding: 70px 30px;
    height: auto;
    width: 60%;
  }

  .menu {
    display: flex;
    position: relative;
    top: 0px;
    right: 0px;
  }

  .menu .button {
    position: relative;
    display: flex;
    z-index: 1000000;
    left: 0;
    top: 0px;
    width: 40px;
    height: 19px;
    align-items: center;
    justify-content: center;
  }

  .menu .button.active {
    /* top: -24px; */
  }

  .menu .button span {
    width: 40px;
    position: absolute;
    top: calc(50% - 1px);
    background-color: #000000;
    height: 3px;
    transition: .3s all ease-in-out;
  }

  .menu .button span::before {
    content: '';
    width: 40px;
    position: absolute;
    top: -8px;
    background-color: #000000;
    height: 3px;
    transition: .3s all ease-in-out;
  }

  .menu .button span::after {
    content: '';
    width: 40px;
    position: absolute;
    bottom: -8.5px;
    background-color: #000000;
    height: 3px;
    transition: .3s all ease-in-out;
  }

  .menu .button.active span {
    background-color: transparent;
    width: 40px;
  }

  .menu .button.active span::before {
    content: '';
    width: 40px;
    top: calc(50% - 1px);
    transform: rotate(45deg);
    background: #000;
  }

  .menu .button.active span::after {
    content: '';
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
    background: #000;
    width: 40px;
  }

  .burger li {
    width: max-content;
    margin-bottom: 25px;
  }

  .burger a.active:after {
    max-width: 120px;
  }

  .burger li {
    max-width: 120px !important;
  }

  .burger .content li {
    max-width: 100% !important;
  }

  .burger .content li,
  .burger .content {
    min-width: 420px !important;
  }

  .burger .content li {
    margin-bottom: 10px;
  }

  .header__pic {
    width: 100%;
    margin-left: -114px;
  }

  h1,
  h2 {
    font-size: 66px;
    line-height: 72px;
  }

  .header {
    padding: 18px 0 50px;
  }

  .ser {
    padding: 50px 0;
  }

  .ser__left {
    max-height: 100%;
    width: 44%;
  }

  .proj {
    padding: 100px 0 50px;
  }

  .about {
    padding: 50px 0 100px;
  }

  .about__pic {
    top: 47px;
  }

  .about__name {
    font-size: 40px;
  }

  .about__flex {
    margin-bottom: 40px;
  }

  .footer__box {
    padding-top: 40px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .footer__content {
    margin-top: 40px;
  }

  .footer__bottom {
    margin-top: 40px;
    padding-right: 0;
  }

  .footer__links a:first-child {
    margin-right: 20px;
  }

  .contacts__box {
    flex-direction: column;
  }

  .contacts__home {
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }

  .portfolio__box .proj__item {
    width: 31%;
  }

  .portfolio__box .proj__wrap {
    height: 314px;
  }

  .slider__item,
  .slider__item img {
    max-height: 600px;
  }

  .slider-nav {
    width: 102%;
  }

  .item__slider {
    margin-top: 70px;
  }

  .item__wrap {
    padding-top: 180px;
    position: relative;
  }

  .services .dropdown .-list a {
    width: 48%;
  }

  .services .dropdown .-list a:nth-child(3n) {
    margin-right: 24px;
  }

  .services .dropdown .-list a:nth-child(2n) {
    margin-right: 0px;
  }

  .link {
    height: 314px;
  }
}

@media screen and (max-width: 767px) {
  .burger.active {
    width: 71%;
  }

  h1,
  h2 {
    font-size: 52px;
    line-height: 64px;
  }

  .nav__mail {
    margin-left: auto;
    margin-right: 37px;
  }

  .header__pic {
    margin-left: -80px;
  }

  .ser .nav-tabs {
    max-width: 100%;
    top: 0;
    margin-top: 20px;
    margin-bottom: 45px;
  }

  .ser__item {
    flex-direction: column;
    height: auto;
  }

  .ser__left {
    max-height: 100%;
    width: 100%;
    height: 300px;
    border-radius: 8px 8px 0 0;
  }

  .ser__left img {
    border-radius: 8px 8px 0 0;
  }

  .proj {
    padding: 50px 0;
  }

  .about__name {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .about__flex p {
    font-size: 16px;
  }

  .footer__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer__info {
    margin-top: 25px;
  }

  .footer .accordion-container {
    left: 13px;
    transition: 0s;
  }

  .footer a:after {
    display: none !important;
  }

  .footer__rights {
    position: relative;
    margin-left: 0;
    left: 0;
    text-align: center;
  }

  .footer__links {
    justify-content: center;
    margin: 0 auto 25px;
  }

  .footer {
    padding-bottom: 20px;
  }

  .footer .set>a.active {
    background: url(../img/artop.svg) no-repeat 104px 5px;
  }

  .footer .set>a {
    background: url(../img/ardown.svg) no-repeat 104px 5px;
  }

  .footer__list li {
    max-width: 120px;
  }

  .footer__list .content li {
    max-width: 100%;
  }

  .footer .content {
    width: 420px;
    margin: 20px auto;
    position: relative;
    margin-left: -162px;
  }

  .footer .content ul {
    margin: 0 auto;
  }

  .contacts__home {
    margin-left: 0;
    margin-right: 0;
  }

  .contacts {
    padding: 25px 0 80px;
  }

  .portfolio__box .proj__item {
    width: 47.6%;
  }

  .portfolio__box .proj__item:nth-child(3n) {
    margin-right: 24px;
  }

  .portfolio__box .proj__item:nth-child(2n) {
    margin-right: 0px;
  }

  .portfolio-item {
    padding: 66px 0 80px;
  }

  .slider-nav {
    width: 103%;
  }

  .item__wrap .ser__item {
    height: auto;
  }

  .item__wrap .ser__content {
    border-radius: 8px 8px 0 0;
  }

  .item__wrap .ser__pic,
  .item__wrap .ser__left {
    border-radius: 0px 0px 8px 8px;
    width: 100%;
    max-width: 100%;
  }

  .slider .slick-prev {
    left: 10px;
  }

  .slider .slick-next {
    right: 10px;
  }

  .services .dropdown .-list a {
    width: 315px;
    margin: 0 auto 20px !important;
  }
}

@media screen and (max-width: 575px) {
  .nav__logo img {
    width: 100%;
    height: 100%;
  }

  .nav__logo {
    max-width: 130px;
    position: absolute;
    left: 50%;
    margin-left: -63px;
    top: 17px;
  }

  .nav__mail {
    margin-left: 0;
    margin-right: 0;
    width: 40px;
    height: 40px;
  }

  .nav__mail img {
    width: 55%;
  }

  .burger.active {
    width: 100%;
    padding: 70px 30px 20px;
  }

  .content li a {
    font-size: 15px;
  }

  .header__box {
    margin-top: 40px;
  }

  h1,
  h2 {
    font-size: 33px;
    line-height: 47px;
  }

  .header__text {
    margin-top: 16px;
    font-size: 16px;
  }

  .header__btn {
    margin-top: 32px;
    width: 100%;
  }

  .header__pic {
    margin-left: -196px;
    max-width: 290px;
    left: 50%;
    position: relative;
  }

  .header {
    padding: 5px 0 40px;
  }

  .ser {
    padding: 40px 0;
  }

  .nav-tabs {
    max-height: initial;
  }

  .ser .nav-tabs {
    margin-bottom: 0;
  }

  .slick-arrow {
    width: 35px;
    height: 35px;
  }

  .slick-arrow img {
    width: 48%;
  }

  .ser__slider {
    margin-top: 20px;
  }

  .ser__content {
    border-radius: 0 0px 8px 8px;
    padding: 20px 20px 40px;
  }

  .ser__text {
    font-size: 16px;
  }

  .ser__name {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .ser .slick-arrow {
    top: 0px;
  }

  .ser__slider .slick-list {
    padding-top: 25px;
  }

  .ser .slick-prev {
    right: 45px;
  }

  .proj {
    padding: 40px 0;
  }

  .proj__top {
    margin: 0;
  }

  .proj__top h2 {
    margin-bottom: 23px;
  }

  .proj .slick-arrow {
    top: -24px;
  }

  .proj .slick-next {
    right: 0px;
    left: inherit;
  }

  .proj__slider .slick-slide {
    margin: 0;
  }

  .proj__slider {
    margin: 60px 0px 0;
  }

  .proj .slick-prev {
    right: 44px;
    left: inherit;
  }

  .proj__flex {
    margin-top: 20px;
  }

  .about {
    padding: 40px 0 60px;
  }

  .about__content {
    margin-top: 25px;
  }

  .about__name {
    font-size: 21px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .about__flex {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .about__flex p {
    font-size: 14px;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .about__btn {
    width: 100%;
  }

  .about__pic {
    top: 0px;
    width: 80%;
    margin-top: 48px;
  }

  .footer .footer__list li a {
    font-size: 21px;
  }

  .footer__text {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .footer__links a {
    font-size: 14px;
  }

  .footer__rights {
    font-size: 12px;
  }

  .footer .set>a {
    background: url(../img/ardown.svg) no-repeat 90px 5px;
  }

  .footer .set>a.active {
    background: url(../img/artop.svg) no-repeat 90px 5px;
  }

  .footer .content li a {
    font-size: 14px;
  }

  .footer .content {
    margin: 10px auto;
    margin-left: -162px;
  }

  .footer .set>a.active {
    margin-bottom: 10px;
  }

  .footer__list li {
    max-width: 109px;
  }

  .menu .button span::before,
  .menu .button span::after,
  .menu .button span,
  .menu .button.active span::after,
  .menu .button.active span::before,
  .menu .button.active span {
    width: 30px;
    height: 2px;
  }

  .ser .nav-tabs li a {
    font-size: 14px;
  }

  .contacts__links a {
    font-size: 18px;
  }

  .contacts__links {
    margin: 40px 0 48px;
  }

  .contacts__flex {
    flex-direction: column;
    padding-top: 20px;
  }

  .contacts__flex p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 18px;
  }

  .contacts__btn {
    width: 100%;
  }

  .portfolio__box .proj__item {
    width: 100%;
    margin-right: 0 !important;
  }

  .portfolio {
    padding-bottom: 60px;
  }

  .portfolio__box {
    margin-top: 40px;
  }

  .portfolio .contacts__bg {
    right: -239%;
    left: inherit;
    top: -291px;
  }

  .slider-nav {
    display: none !important;
  }

  .item__flex .contacts__home:after {
    top: 19px;
  }

  .item__wrap {
    padding-top: 100px;
  }

  .services .dropdown .-list a {
    width: 100%;
  }

  .dropdown .-list a:nth-child(1) .drop__fig {
    left: 46px;
  }

  .dropdown .-list a:nth-child(3) .drop__fig {
    left: 41px;
  }

  .dropdown .-list a:nth-child(5) .drop__fig {
    left: 68px;
  }

  .dropdown .-list a:nth-child(4) .drop__fig {
    left: 54px;
  }

  .services-item__pic,
  .services__btn {
    width: 100%;
  }

  .services-item__info {
    font-size: 21px;
  }

  .services-item__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}