@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

hr {
    box-sizing: content-box;
}
button,
hr,
input {
    overflow: visible;
}
img,
legend {
    max-width: 100%;
}
img {
  display: block;
}
.fixed-scroll,
svg:not(:root) {
    overflow: hidden;
}
[type="checkbox"],
[type="radio"],
legend {
    padding: 0;
    box-sizing: border-box;
}
a,
legend {
    color: inherit;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
*,
.swiper-lazy-preloader,
:after,
:before,
[type="checkbox"],
[type="radio"],
html,
legend {
    box-sizing: border-box;
}
a,
button {
    background-color: transparent;
    border: 0;
}
a,
a:focus,
a:hover {
    text-decoration: none;
}
input, textarea {
  outline: none!important;
}

input:not([type=checkbox]):not([type=radio]),
textarea, 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}



/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*/

* {
  padding: 0;
  margin: 0;
  font-family: "Montserrat"
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 40;
  background: linear-gradient(322.32deg, #fc5950 0%, #ee981e 100%);
  border-radius: 0px 0px 30px 30px;
}
.header .container {
  padding: 20px 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 127px;
}
.header .container .menu a {
  font-weight: 800;
  font-size: 30px;
  line-height: 111.9%;
  color: rgba(43, 39, 29, 0.5);
  transition: 0.3s;
}
.header .container .menu a:hover {
  color: #fff;
}
.header .container .menu a:nth-child(1) {
  margin-right: 60px;
}
.header .container .menu a:nth-child(2) {
  margin-right: 60px;
}
.header .container .btn {
  width: 100%;
  max-width: 260px;
  height: 100%;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 15px;
  font-weight: 600;
  font-size: 17px;
  line-height: 111.9%;
  /* identical to box height, or 19px */
  text-align: center;
  text-transform: uppercase;
  color: #fc5950;
  transition: 0.3s;
}
.header .container .btn:hover {
  box-shadow: 0 0 20px #fff;
}

.section {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section::before {
  content: "";
  width: 100%;
  height: 110%;
  position: absolute;
  left: 0;
  top: -10%;
  background: url("../img/section.png") center no-repeat;
  background-size: cover;
}
.section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section .container .title {
  font-weight: 600;
  font-size: 50px;
  line-height: 111.9%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Rubik One", sans-serif;
  background: linear-gradient(91.33deg, #ee981e 17.45%, #fc5950 71.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section .container span {
  font-weight: 600;
  font-size: 20px;
  line-height: 111.9%;
  /* or 22px */
  text-align: center;
  text-transform: uppercase;
  color: rgba(43, 39, 29, 0.5);
  display: block;
  margin-bottom: 30px;
}
.section .container .flex-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section2 {
  margin: 130px 0;
  width: 100%;
  min-height: 610px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section2 .left {
  width: 100%;
  height: 100%;
  min-height: 617px;
  max-width: 517px;
  background: linear-gradient(322.32deg, #fc5950 0%, #ee981e 100%);
  border-radius: 0px 40px 40px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  flex: 0 0 36%;
}
.why-swiper {
  flex-grow: 1;
  overflow: hidden;
}
.section2 .left .title {
  font-weight: 800;
  font-size: 40px;
  line-height: 108.9%;
  /* identical to box height, or 44px */
  text-transform: uppercase;
  /* Текст 2 */
  color: #ffffff;
}
.section2 .left hr {
  margin: 30px 0;
  width: 106px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.section2 .left span {
  width: 50%;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  /* or 22px */
  text-align: center;
  /* Текст 2 */
  color: #ffffff;
}
.section2 .center {
  width: 100%;
}
.section2 .center .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.section2 .center .swiper-wrapper .swiper-slide .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  color: #252323;
  margin-bottom: 5px;
}
.section2 .center .swiper-wrapper .swiper-slide span {
  display: block;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  /* or 30px */
  text-align: center;
  background: linear-gradient(322.32deg, #fc5950 0%, #ee981e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section2 .center .swiper-wrapper .swiper-slide p {
  font-weight: normal;
  font-size: 17px;
  line-height: 150%;
  /* or 25px */
  width: 60%;
  text-align: center;
  color: rgba(37, 35, 35, 0.5);
  margin-bottom: 30px;
}
.section2 .rigth {
  width: 100%;
  height: 100%;
  min-height: 607px;
  max-width: 198px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #eae9e9;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.09);
  border-radius: 40px 0px 0px 40px;
  padding: 40px 0;
  position: relative;
  flex: 0 0 14%;
}
.section2 .rigth .swiper-button-next {
  position: relative;
  right: 0;
  left: 0;
  outline: none;
  transition: 0.3s;
}
.section2 .rigth .swiper-button-next:hover {
  transform: scale(1.1);
}
.section2 .rigth .swiper-button-next::after {
  display: none;
}
.section2 .rigth .swiper-button-prev {
  position: relative;
  outline: none;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.section2 .rigth .swiper-button-prev:hover {
  transform: scale(1.1);
}
.section2 .rigth .swiper-button-prev::after {
  display: none;
}
.section2 .rigth .count {
  font-weight: normal;
  font-size: 30px;
  line-height: 111.9%;
  /* or 56px */
  text-align: center;
  position: relative;
  transition: 0.3s;
  color: #252323;
}
.section2 .rigth .count .swiper-pagination-current {
  font-weight: normal;
  font-size: 50px;
  line-height: 111.9%;
  /* or 56px */
  text-align: center;
  position: relative;
  transition: 0.3s;
  color: #252323;
}
.section2 .rigth .count .swiper-pagination-total {
  font-size: 30px !important;
  opacity: 0.6;
  font-weight: normal;
  font-size: 50px;
  line-height: 111.9%;
  /* or 56px */
  text-align: center;
  position: relative;
  transition: 0.3s;
  color: #252323;
}

.section3 {
  width: 100%;
  min-height: 100vh;
}
.section3 .container {
  display: flex;
  flex-direction: column;
}
.section3 .container .flex-count {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 130px;
}
.section3 .container .flex-count .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid rgba(43, 39, 29, 0.1);
  padding-right: 90px;
}
.section3 .container .flex-count .item:last-child {
  border: none;
  padding-right: 0;
}
.section3 .container .flex-count .item span {
  font-weight: bold;
  font-size: 40px;
  line-height: 108.9%;
  color: #252323;
}
.section3 .container .flex-count .item p {
  font-weight: normal;
  font-size: 20px;
  line-height: 108.9%;
  color: rgba(37, 35, 35, 0.5);
  margin-top: 20px;
}
.section3 .container .title {
  background: linear-gradient(91.33deg, #ee981e 17.45%, #fc5950 71.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 40px;
  line-height: 111.9%;
  /* identical to box height, or 45px */
  text-transform: uppercase;
  position: relative;
  margin-bottom: 100px;
}
.section3 .container .title::before {
  content: "";
  width: 106px;
  height: 1px;
  background: #fc5950;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.section3 .container .flex-boxs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.section3 .container .flex-boxs .box {
  width: 23.5%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #f1f0f0;
  box-sizing: border-box;
  border-radius: 30px;
  margin-bottom: 20px;
  transition: 0.3s;
}
/*.section3 .container .flex-boxs .box:hover {
  background: linear-gradient(322.32deg, #fc5950 0%, #ee981e 100%);
  box-shadow: 0px 0px 55px rgba(244, 122, 53, 0.5);
  color: #fff;
}
.section3 .container .flex-boxs .box:hover span,
.section3 .container .flex-boxs .box p {
  color: #fff;
}
.section3 .container .flex-boxs .box:hover p {
  color: #fff;
}
.section3 .container .flex-boxs .box:hover img {
  filter: grayscale(1);
}*/
.section3 .container .flex-boxs .box img {
  transition: 0.3s;
}
.section3 .container .flex-boxs .box span {
  display: block;
  width: 70%;
  font-weight: 800;
  font-size: 20px;
  line-height: 108.9%;
  color: #2b271d;
  margin-top: 22px;
  margin-bottom: 38px;
  transition: 0.3s;
}
.section3 .container .flex-boxs .box p {
  width: 100%;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  color: rgba(43, 39, 29, 0.5);
  transition: 0.3s;
}
.section3 .container .btn {
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
  height: 100%;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(322.32deg, #fc5950 0%, #ee981e 100%);
  border-radius: 15px;
  font-weight: bold;
  font-size: 17px;
  line-height: 111.9%;
  /* identical to box height, or 19px */
  text-align: center;
  /* Текст 2 */
  color: #ffffff;
  transition: 0.3s;
}
.section3 .container .btn:hover {
  box-shadow: 0px 0px 55px rgba(244, 122, 53, 0.5);
}

.section4 {
  margin: 130px 0;
  width: 100%;
  min-height: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section4 .left {
  width: 100%;
  height: 100%;
  min-height: 800px;
  max-width: 517px;
  background: linear-gradient(322.32deg, #fc5950 0%, #ee981e 100%);
  border-radius: 0px 40px 40px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.section4 .left .title {
  font-weight: 800;
  font-size: 40px;
  line-height: 108.9%;
  /* identical to box height, or 44px */
  text-transform: uppercase;
  /* Текст 2 */
  color: #ffffff;
}
.section4 .left hr {
  margin: 30px 0;
  width: 106px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.section4 .left span {
  width: 50%;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  /* or 22px */
  text-align: center;
  /* Текст 2 */
  color: #ffffff;
}
.section4 .center {
  width: 100%;
  overflow: hidden;
}
.section4 .center .swiper-wrapper {
  width: 100%;
}
.section4 .center .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.section4 .center .swiper-wrapper .swiper-slide .box span {
  font-weight: 600;
  font-size: 30px;
  line-height: 111.9%;
  /* identical to box height, or 34px */
  text-align: center;
  /* Текст */
  color: #252323;
}
.section4 .center .swiper-wrapper .swiper-slide .box p {
  font-weight: 500;
  font-size: 20px;
  line-height: 111.9%;
  text-align: center;
  background: linear-gradient(322.32deg, #fc5950 0%, #ee981e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 16px;
  margin-bottom: 30px;
}
.section4 .center .swiper-wrapper .swiper-slide .box .img {
  width: 100%;
  max-width: 328px;
  max-height: 509px;
}
.section4 .center .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.section4 .center .swiper-wrapper .swiper-slide .box .social {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.section4 .rigth {
  width: 100%;
  height: 100%;
  min-height: 800px;
  max-width: 198px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #eae9e9;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.09);
  border-radius: 40px 0px 0px 40px;
  padding: 40px 0;
}
.section4 .rigth .swiper-button-next2 {
  position: relative;
  right: 0;
  left: 0;
  outline: none !important;
  transition: 0.3s;
}
.section4 .rigth .swiper-button-next2:hover {
  transform: scale(1.1);
}
.section4 .rigth .swiper-button-next2::after {
  display: none;
}
.section4 .rigth .swiper-button-prev2 {
  position: relative;
  outline: none !important;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.section4 .rigth .swiper-button-prev2:hover {
  transform: scale(1.1);
}
.section4 .rigth .swiper-button-prev2::after {
  display: none;
}
.section4 .rigth .count {
  font-weight: normal;
  font-size: 30px;
  line-height: 111.9%;
  /* or 56px */
  text-align: center;
  position: relative;
  transition: 0.3s;
  color: #252323;
}
.section4 .rigth .count .swiper-pagination-current {
  font-weight: normal;
  font-size: 50px;
  line-height: 111.9%;
  /* or 56px */
  text-align: center;
  position: relative;
  transition: 0.3s;
  color: #252323;
}
.section4 .rigth .count .swiper-pagination-total {
  font-size: 30px !important;
  opacity: 0.6;
  font-weight: normal;
  font-size: 50px;
  line-height: 111.9%;
  /* or 56px */
  text-align: center;
  position: relative;
  transition: 0.3s;
  color: #252323;
}

.section5 {
  width: 100%;
  min-height: 100vh;
}
.section5 .container {
  display: flex;
  flex-direction: column;
}
.section5 .container .title {
  background: linear-gradient(91.33deg, #ee981e 17.45%, #fc5950 71.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 40px;
  line-height: 111.9%;
  /* identical to box height, or 45px */
  text-transform: uppercase;
  position: relative;
  margin-bottom: 100px;
}
.section5 .container .title::before {
  content: "";
  width: 106px;
  height: 1px;
  background: #fc5950;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.section5 .container .flex-boxs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.section5 .container .flex-boxs .box {
  width: 100%;
  max-width: 277px;
  display: flex;
  height: 100%;
  min-height: 307px;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #f1f0f0;
  box-sizing: border-box;
  border-radius: 30px;
  margin-bottom: 90px;
  padding-left: 65px;
  transition: 0.3s;
  position: relative;
}
/*.section5 .container .flex-boxs .box:hover {
  background: linear-gradient(322.32deg, #fc5950 0%, #ee981e 100%);
  box-shadow: 0px 0px 55px rgba(244, 122, 53, 0.5);
  color: #fff;
}
.section5 .container .flex-boxs .box:hover span,
.section5 .container .flex-boxs .box p {
  color: #fff;
}
.section5 .container .flex-boxs .box:hover p {
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section5 .container .flex-boxs .box:hover img {
  filter: grayscale(1);
}*/
.section5 .container .flex-boxs .box img {
  transition: 0.3s;
}
.section5 .container .flex-boxs .box .right-row {
  position: absolute;
  right: -65px;
  top: 45%;
}
.section5 .container .flex-boxs .box .row-dn-non {
  display: none;
}
.section5 .container .flex-boxs .box .left-row {
  position: absolute;
  left: -65px;
  transform: rotate(180deg);
  top: 45%;
}
.section5 .container .flex-boxs .box .dwn-row {
  top: 115%;
  transform: rotate(90deg);
  right: 45%;
}
.section5 .container .flex-boxs .box span {
  display: block;
  width: 70%;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-top: 15px;
  color: #2b271d;
  transition: 0.3s;
}
.section5 .container .flex-boxs .box p {
  font-weight: bold;
  font-size: 200px;
  line-height: 108.9%;
  /* identical to box height, or 218px */
  background: linear-gradient(322.32deg, #fc5950 0%, #ee981e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: right;
  opacity: 0.1;
  position: absolute;
  right: 0;
  bottom: -30px;
  transition: 0.3s;
}
.section5 .container .btn {
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
  height: 100%;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(322.32deg, #fc5950 0%, #ee981e 100%);
  border-radius: 15px;
  font-weight: bold;
  font-size: 17px;
  line-height: 111.9%;
  /* identical to box height, or 19px */
  text-align: center;
  /* Текст 2 */
  color: #ffffff;
  transition: 0.3s;
}
.section5 .container .btn:hover {
  box-shadow: 0px 0px 55px rgba(244, 122, 53, 0.5);
}

.section6 {
  width: 100%;
  min-height: 100vh;
}
.section6 .container {
  display: flex;
  flex-direction: column;
}
.section6 .container .title {
  background: linear-gradient(91.33deg, #ee981e 17.45%, #fc5950 71.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 40px;
  line-height: 111.9%;
  /* identical to box height, or 45px */
  text-transform: uppercase;
  position: relative;
  margin-bottom: 100px;
}
.section6 .container .title::before {
  content: "";
  width: 106px;
  height: 1px;
  background: #fc5950;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.section6 .container .flex-boxs {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.section6 .container .flex-boxs .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 0 55px;
}
.section6 .container .flex-boxs .box span {
  font-weight: 600;
  font-size: 34px;
  line-height: 108.9%;
  /* identical to box height, or 37px */
  text-align: center;
  /* Текст */
  color: #252323;
}
.section6 .container .flex-boxs .box img {
  margin-bottom: 20px;
  max-width: 236px;
}
.section6 .container .flex-boxs .box p {
  font-weight: normal;
  font-size: 20px;
  line-height: 108.9%;
  /* identical to box height, or 22px */
  text-align: center;
  /* Текст */
  color: #252323;
  margin-top: 13px;
  margin-bottom: 28px;
}
.section6 .container .btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(91.28deg, #ee981e -0.04%, #fc5950 99.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 17px;
  line-height: 111.9%;
  /* identical to box height, or 19px */
  text-align: center;
  transition: 0.3s;
}
.section6 .container .btn img {
  margin-left: 20px;
  width: 40px;
}
.section6 .container .btn:hover {
  text-shadow: 0px 0px 55px #f47a35;
}

.section7 {
  width: 100%;
  min-height: 100vh;
}
.section7 .container {
  display: flex;
  flex-direction: column;
}
.section7 .container .title {
  background: linear-gradient(91.33deg, #ee981e 17.45%, #fc5950 71.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 40px;
  line-height: 111.9%;
  /* identical to box height, or 45px */
  text-transform: uppercase;
  position: relative;
  margin-bottom: 100px;
}
.section7 .container .title::before {
  content: "";
  width: 106px;
  height: 1px;
  background: #fc5950;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.section7 .container .flex-boxs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.section7 .container .questions {
  width: 100%;
  padding: 55px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
}
.section7 .container .questions .left span {
  font-weight: 800;
  font-size: 40px;
  line-height: 108.9%;
  color: #252323;
}
.section7 .container .questions .left .brdr {
  width: 100%;
  max-width: 273px;
  margin: 21px 0;
  border: 1px solid #ee981e;
}
.section7 .container .questions .left p {
  width: 65%;
  font-weight: 500;
  font-size: 17px;
  line-height: 108.9%;
  color: rgba(37, 35, 35, 0.5);
  margin: 10px 0;
}
.section7 .container .questions .brdr2 {
  transform: rotate(90deg);
  width: 100%;
  max-width: 111px;
  margin: 21px 0;
  border: 1px solid rgba(37, 35, 35, 0.1);
  margin-right: 88px;
}
.section7 .container .questions .right {
  width: 100%;
  max-width: 200px;
}
.section7 .container .questions .right span {
  width: 100%;
  max-width: 200px;
  font-weight: 800;
  font-size: 17px;
  line-height: 111.9%;
  /* identical to box height, or 19px */
  text-align: center;
  color: #252323;
  display: flex;
}
.section7 .container .questions .right span img {
  margin-left: 10px;
}

.footer {
  width: 100%;
  height: 100%;
  min-height: 425px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.footer::before {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #ffffff;
  box-shadow: 0px 0px 63px rgba(0, 0, 0, 0.08);
}
.footer::after {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(322.32deg, #fc5950 0%, #ee981e 100%);
  border-radius: 0px 30px 0px 0px;
}
.footer .container {
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.footer .container .left {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer .container .left .item {
  width: 40%;
  display: flex;
  flex-direction: column;
  margin-right: 70px;
}
.footer .container .left .item span {
  font-weight: 800;
  font-size: 20px;
  line-height: 108.9%;
  /* identical to box height, or 22px */
  text-align: left;
  display: block;
  margin-bottom: 24px;
  color: rgba(37, 35, 35, 0.4);
}
.footer .container .left .item a {
  margin: 10px 0;
  margin-left: 20px;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 108.9%;
  color: #252323;
}
.footer .container .left .item a img {
  margin-right: 15px;
  min-width: 20px;
  max-width: 20px;
}
.footer .container .left .item p {
  font-weight: normal;
  font-size: 15px;
  line-height: 108.9%;
  /* or 16px */
  margin-left: 20px;
  text-align: left;
  /* Текст */
  margin-bottom: 26px;
  color: #252323;
}
.footer .container .left .item form {
  position: relative;
  margin-left: 20px;
}
.footer .container .left .item form input {
  width: 100%;
  border: none;
  padding: 19px 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  border-radius: 15px;
  color: rgba(37, 35, 35, 0.3);
  border: 1px solid #ee981e;
}
.footer .container .left .item form label {
  position: absolute;
  right: 20px;
  top: 30%;
  cursor: pointer;
}
.footer .container .left .item form::placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  color: rgba(37, 35, 35, 0.3);
}
.footer .container .right {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
.footer .container .right .social {
  display: flex;
  width: 100%;
  max-width: 100px;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}

.menus {
  display: none;
}

@media (max-width: 1500px) {
  ul.page-tabs__list {
    border-radius: 0;
    width: 100%;
    padding-bottom: 13px;
  }
  nav.page-tabs {
    padding-top: 80px;
  }
}

@media (max-width: 1350px) {

  .header .container .logo img {
    width: 100px;
  }
  .header .container .menu {
    max-width: 400px;
    margin-left: 90px;
  }
  .header .container .menu a {
    font-size: 22px;
  }
  .header .container .menu a:nth-child(1) {
    margin-right: 40px;
  }
  .header .container .menu a:nth-child(2) {
    margin-right: 40px;
  }

  .section {
    padding-top: 70px;
  }
  .section .container .flex-img img {
    width: 130px;
  }

  .section2 .left {
    max-width: 300px;
  }
  .section2 .left span {
    width: 80%;
  }

  .section3 .container .flex-count .item {
    padding-right: 25px;
  }
  .section3 .container .flex-boxs .box {
    width: 30%;
  }

  .section4 .left {
    max-width: 300px;
  }
  .section4 .left span {
    width: 80%;
  }

  .section5 .container .flex-boxs .box .right-row {
    display: none;
  }
  .section5 .container .flex-boxs .box .row-dn-non {
    display: none;
  }
  .section5 .container .flex-boxs .box .left-row {
    display: none;
  }
  .section5 .container .flex-boxs .box .dwn-row {
    display: none;
  }

  .section7 .container .flex-boxs img {
    width: 100px;
  }
  .section7 .container .questions {
    padding: 30px;
  }
}
@media (max-width: 990px) {
  nav.page-tabs {
    padding-top: 40px;
  }
  ul.page-tabs__list {
    width: 100%;
    padding-bottom: 8px;
  }
  .container {
    padding: 20px;
  }

  .header {
    max-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .container {
    padding: 20px;
  }
  .header .container .logo img {
    width: 80px;
  }
  .header .container .menu {
    display: none;
  }
  .header .container .menu_open {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .header .container .menu_open span {
    width: 100%;
    height: 3px;
    background: #fff;
  }
  .header .container .btn {
    min-height: 40px;
    font-size: 14px;
    max-width: 150px;
  }

  .section .container {
    padding-top: 100px;
  }
  .section .container .title {
    font-size: 50px;
    line-height: 65px;
  }
  .section .container span {
    font-size: 16px;
  }
  .section .container .flex-img {
    flex-wrap: wrap;
  }
  .section .container .flex-img img {
    width: 100px;
    margin-bottom: 30px;
  }

  .section2 {
    margin: 30px 0;
    flex-direction: column;
  }
  .section2 .left {
    max-width: 100%;
    min-height: 100%;
    padding: 30px 0;
    margin-bottom: 20px;
  }
  .section2 .left span {
    width: 70%;
  }
  .section2 .center {
    margin-bottom: 20px;
  }
  .section2 .center .swiper-wrapper .swiper-slide .title {
    font-size: 25px;
  }
  .section2 .center .swiper-wrapper .swiper-slide span {
    margin-bottom: 30px;
  }
  .section2 .center .swiper-wrapper .swiper-slide p {
    width: 80%;
  }
  .section2 .rigth {
    max-width: 100%;
    min-height: 100px;
    flex-direction: row;
    padding: 20px;
    padding-top: 40px;
    border-radius: 0;
  }
  .section2 .rigth .count {
    width: 15%;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
  }
  .section2 .rigth .count .swiper-pagination-current {
    font-size: 30px !important;
  }
  .section2 .rigth .count .swiper-pagination-total {
    font-size: 20px !important;
  }

  .section3 .container .flex-count {
    margin-top: 30px;
    flex-direction: column;
  }
  .section3 .container .flex-count .item {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    border: none;
  }
  .section3 .container .title {
    font-size: 25px;
  }
  .section3 .container .flex-boxs {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .section3 .container .flex-boxs .box {
    width: 100%;
  }

  .section4 {
    margin: 30px 0;
    flex-direction: column;
  }
  .section4 .left {
    max-width: 100%;
    min-height: 100%;
    padding: 40px 0;
    margin-bottom: 20px;
  }
  .section4 .left span {
    width: 90%;
    font-size: 14px;
  }
  .section4 .center {
    margin-bottom: 20px;
  }
  .section4 .center .swiper-wrapper .swiper-slide {
    width: 100%;
    justify-content: center;
  }
  .section4 .center .swiper-wrapper .swiper-slide .box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section4 .center .swiper-wrapper .swiper-slide .box img {
    width: 100%;
    max-width: 300px;
  }
  .section4 .center .swiper-wrapper .swiper-slide .box span {
    font-size: 20px;
  }
  .section4 .center .swiper-wrapper .swiper-slide .box p {
    font-size: 16px;
  }
  .section4 .center .swiper-wrapper .swiper-slide .box .social {
    margin-top: 30px;
  }
  .section4 .rigth {
    max-width: 100%;
    min-height: 100px;
    flex-direction: row;
    padding: 20px;
    padding-top: 40px;
    border-radius: 0;
  }
  .section4 .rigth .count {
    width: 15%;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
  }
  .section4 .rigth .count .swiper-pagination-current {
    font-size: 30px !important;
  }
  .section4 .rigth .count .swiper-pagination-total {
    font-size: 20px !important;
  }

  .section5 .container .title {
    font-size: 25px;
  }
  .section5 .container .flex-boxs {
    justify-content: space-around;
  }
  .section5 .container .flex-boxs .box .right-row {
    transform: rotate(90deg);
    top: 110%;
    right: 45%;
  }
  .section5 .container .flex-boxs .box .left-row {
    transform: rotate(90deg);
    top: 110%;
    left: 45%;
  }
  .section5 .container .flex-boxs .box .row-dn-non {
    transform: rotate(90deg);
    top: 110%;
    right: 45%;
  }
  .section5 .container .flex-boxs .box .dwn-row {
    transform: rotate(90deg);
    top: 110%;
    right: 45%;
  }
  .section5 .container .flex-boxs .box span {
    font-size: 16px;
  }

  .section6 .container .title {
    font-size: 25px;
  }

  .section7 .container .title {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .section7 .container .flex-boxs {
    flex-wrap: wrap;
  }
  .section7 .container .flex-boxs img {
    width: 18%;
  }
  .section7 .container .questions {
    flex-direction: column;
    padding: 20px;
  }
  .section7 .container .questions .left span {
    font-size: 25px;
  }
  .section7 .container .questions .left p {
    font-size: 15px;
  }
  .section7 .container .questions .brdr2 {
    display: none;
  }

  .footer {
    min-height: 100%;
  }
  .footer::before {
    content: "";
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #ffffff;
    box-shadow: 0px 0px 63px rgba(0, 0, 0, 0.08);
  }
  .footer::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    right: 0;
    top: 70%;
    z-index: -1;
    background: linear-gradient(322.32deg, #fc5950 0%, #ee981e 100%);
    border-radius: 0px 30px 0px 0px;
  }
  .footer .container {
    flex-direction: column;
  }
  .footer .container .left {
    width: 100%;
    flex-direction: column;
  }
  .footer .container .left .item {
    width: 100%;
    margin-right: 0;
  }
  .footer .container .left .item span {
    font-size: 18px;
    margin: 22px 0;
  }
  .footer .container .left .item a {
    font-size: 14px;
  }
  .footer .container .left .item p {
    font-size: 14px;
  }
  .footer .container .left .item form input {
    font-size: 14px;
    padding: 20px;
  }
  .footer .container .right {
    width: 100%;
  }

  section.section7-min {
    margin-bottom: 0;
    min-height: 0;
  }

  section.section7-min .questions {
    border-radius: 0;
  }

  .section7 .container .questions .right {
    width: auto;
    margin-top: 18px;
  }
  .section7 .container .questions {
    padding: 26px;
  }
  .section7 .container .questions .left {
    width: 100%;
  }

  .menus {
    width: 100%;
    height: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 50;
    z-index: 1000;
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    transition: 0.3s;
  }
  .menus.activeMenus {
    pointer-events: visible;
    opacity: 1;
    left: 0;
  }
  .menus_close {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 60;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: linear-gradient(91.33deg, #ee981e 17.45%, #fc5950 71.51%);
    padding: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .menus_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 30;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .menus_content {
    width: 100%;
    max-width: 500px;
    height: 100%;
    max-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #fff;
    z-index: 50;
    padding: 30px;
  }
  .menus_content .menus-menu {
    height: 60%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }
  .menus_content .menus-menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(to right, #ee981e, #fc5950);
    width: 100%;
    height: 100%;
    max-height: 70px;
  }
}
@media (max-width: 480px) {
  div.technologies {
    margin-top: 80px;
  }
  div.technologies__title {
    font-size: 24px; 
    margin-bottom: 22px;
  }
  .section7 .container {
    padding: 0;
  }
  .section7 .container .questions {
    border-radius: 0;
  }
  .container {
    padding: 20px;
  }

  .header {
    max-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .container {
    padding: 20px;
  }
  .header .container .logo img {
    width: 80px;
  }
  .header .container .menu {
    display: none;
  }
  .header .container .menu_open {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .header .container .menu_open span {
    width: 100%;
    height: 3px;
    background: #fff;
  }
  .header .container .btn {
    min-height: 40px;
    font-size: 14px;
    max-width: 150px;
  }

  .section .container {
    padding-top: 100px;
  }
  .section .container .title {
    font-size: 30px;
    line-height: 35px;
  }
  .section .container span {
    font-size: 16px;
  }
  .section .container .flex-img {
    flex-wrap: wrap;
  }
  .section .container .flex-img img {
    width: 100px;
    margin-bottom: 30px;
  }

  .section2 {
    margin: 30px 0;
    flex-direction: column;
  }
  .section2 .left {
    max-width: 100%;
    min-height: 100%;
    padding: 30px 0;
    margin-bottom: 20px;
  }
  .section2 .left span {
    width: 70%;
  }
  .section2 .center {
    margin-bottom: 20px;
  }
  .section2 .center .swiper-wrapper .swiper-slide .title {
    font-size: 25px;
  }
  .section2 .center .swiper-wrapper .swiper-slide span {
    margin-bottom: 30px;
  }
  .section2 .center .swiper-wrapper .swiper-slide p {
    width: 80%;
  }
  .section2 .rigth {
    max-width: 100%;
    min-height: 100px;
    flex-direction: row;
    padding: 20px;
    padding-top: 40px;
    border-radius: 0;
  }
  .section2 .rigth .count {
    width: 15%;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
  }
  .section2 .rigth .count .swiper-pagination-current {
    font-size: 30px !important;
  }
  .section2 .rigth .count .swiper-pagination-total {
    font-size: 20px !important;
  }

  .section3 .container .flex-count {
    margin-top: 30px;
    flex-direction: column;
  }
  .section3 .container .flex-count .item {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    border: none;
  }
  .section3 .container .title {
    font-size: 25px;
  }
  .section3 .container .flex-boxs {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .section3 .container .flex-boxs .box {
    width: 100%;
  }

  .section4 {
    margin: 30px 0;
    flex-direction: column;
  }
  .section4 .left {
    max-width: 100%;
    min-height: 100%;
    padding: 40px 0;
    margin-bottom: 20px;
  }
  .section4 .left span {
    width: 90%;
    font-size: 14px;
  }
  .section4 .center {
    margin-bottom: 20px;
  }
  .section4 .center .swiper-wrapper .swiper-slide {
    width: 100%;
    justify-content: center;
  }
  .section4 .center .swiper-wrapper .swiper-slide .box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section4 .center .swiper-wrapper .swiper-slide .box img {
    width: 100%;
    max-width: 300px;
  }
  .section4 .center .swiper-wrapper .swiper-slide .box span {
    font-size: 20px;
  }
  .section4 .center .swiper-wrapper .swiper-slide .box p {
    font-size: 16px;
  }
  .section4 .center .swiper-wrapper .swiper-slide .box .social {
    margin-top: 30px;
  }
  .section4 .rigth {
    max-width: 100%;
    min-height: 100px;
    flex-direction: row;
    padding: 20px;
    padding-top: 40px;
    border-radius: 0;
  }
  .section4 .rigth .count {
    width: 15%;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
  }
  .section4 .rigth .count .swiper-pagination-current {
    font-size: 30px !important;
  }
  .section4 .rigth .count .swiper-pagination-total {
    font-size: 20px !important;
  }

  .section5 .container .title {
    font-size: 25px;
  }
  .section5 .container .flex-boxs {
    justify-content: center;
  }
  .section5 .container .flex-boxs .box .right-row {
    display: block;
    transform: rotate(90deg);
    top: 110%;
    right: 40%;
  }
  .section5 .container .flex-boxs .box .left-row {
    display: block;
    transform: rotate(90deg);
    top: 110%;
    left: 40%;
  }
  .section5 .container .flex-boxs .box .row-dn-non {
    display: block;
    transform: rotate(90deg);
    top: 110%;
    right: 40%;
  }
  .section5 .container .flex-boxs .box .dwn-row {
    display: block;
    transform: rotate(90deg);
    top: 110%;
    right: 40%;
  }
  .section5 .container .flex-boxs .box span {
    font-size: 16px;
  }

  .section6 .container .title {
    font-size: 25px;
  }

  .section7 .container .title {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .section7 .container .flex-boxs {
    flex-wrap: wrap;
  }
  .section7 .container .flex-boxs img {
    width: 49%;
  }
  .section7 .container .questions {
    flex-direction: column;
    padding: 20px;
  }
  .section7 .container .questions .left span {
    font-size: 25px;
  }
  .section7 .container .questions .left p {
    font-size: 15px;
  }
  .section7 .container .questions .right {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .section7 .container .questions .right span {
    justify-content: center;
    width: 100%;
  }

  .footer {
    min-height: 100%;
  }
  .footer::before {
    content: "";
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #ffffff;
    box-shadow: 0px 0px 63px rgba(0, 0, 0, 0.08);
  }
  .footer::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    right: 0;
    top: 70%;
    z-index: -1;
    background: linear-gradient(322.32deg, #fc5950 0%, #ee981e 100%);
    border-radius: 0px 30px 0px 0px;
  }
  .footer .container {
    flex-direction: column;
  }
  .footer .container .left {
    width: 100%;
    flex-direction: column;
  }
  .footer .container .left .item {
    width: 100%;
    margin-right: 0;
  }
  .footer .container .left .item span {
    font-size: 18px;
    margin: 22px 0;
  }
  .footer .container .left .item a {
    font-size: 14px;
  }
  .footer .container .left .item p {
    font-size: 14px;
  }
  .footer .container .left .item form input {
    font-size: 14px;
    padding: 20px;
  }
  .footer .container .right {
    width: 100%;
  }

  .menus {
    width: 100%;
    height: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 50;
    z-index: 1000;
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    transition: 0.3s;
  }
  .menus.activeMenus {
    pointer-events: visible;
    opacity: 1;
    left: 0;
  }
  .menus_close {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 60;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: linear-gradient(91.33deg, #ee981e 17.45%, #fc5950 71.51%);
    padding: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .menus_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 30;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .menus_content {
    width: 100%;
    max-width: 500px;
    height: 100%;
    max-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #fff;
    z-index: 50;
    padding: 30px;
  }
  .menus_content .menus-menu {
    height: 60%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }
  .menus_content .menus-menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(to right, #ee981e, #fc5950);
    width: 100%;
    height: 100%;
    max-height: 70px;
  }
}




/*portfolio*/

.portfolio {
    padding-top: 197px;
}
.portfolio-grid {
    display: flex;
    margin: -10px;
    flex-wrap: wrap;
}
.portfolio-grid__cell {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
}
@media (max-width: 1023px) {
    .portfolio-grid {
        display: block;
    }
    .portfolio-grid__cell {
        max-width: 633px;
        margin: 0 auto;
    }
}
.portfolio-card {
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    border: 1px solid #eae9e9;
    border-radius: 20px;
    overflow: hidden;
}
.portfolio-card:hover img {
    transform: scale(1.05);
}
.portfolio-card:hover .portfolio-card__bottom-link {
    transform: translateX(10px);
}
.portfolio-card:hover .portfolio-card__bottom-link svg {
    stroke: #f9d15e;
    stroke-opacity: 1;
}
.portfolio-card__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 1;
}
.portfolio-card__image {
    overflow: hidden;
}
.portfolio-card__image img,
.posts-card__image img {
    transition: all 0.4s ease-in-out;
}
.portfolio-card__image img {
  width: 100%;
  display: block;
}
.portfolio-card__wrapper {
    display: flex;
    flex-direction: column;
    min-height: 210px;
}
.portfolio-card__content {
    flex: 1 0 auto;
    padding: 40px 65px 0 45px;
}
@media (max-width: 414px) {
   nav.page-tabs {
    padding-top: 48px;
   }
    .portfolio-card__content {
        padding: 30px 30px 0;
    }
}
.portfolio-card__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    transition: all 0.4s ease-in-out;
}
.portfolio-card__text,
.posts-card__date,
.posts-card__name {
    font-size: 15px;
    line-height: 150%;
}
.portfolio-card__category {
    display: inline;
    padding-left: 30px;
    position: relative;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}
.portfolio-card__category:before {
    position: absolute;
    content: "";
    top: 9px;
    left: 15px;
    width: 4px;
    height: 4px;
    background: #e4e4e4;
    border-radius: 1px;
}
@media (max-width: 414px) {
    .portfolio-card__category {
        margin-top: 10px;
        display: block;
    }
}
.portfolio-card__text {
    display: block;
    margin-top: 22px;
    color: rgba(37, 35, 35, 0.5);
}
.portfolio-card__bottom {
    flex: 0 0 40px;
    position: relative;
}
.portfolio-card__bottom-link {
    position: absolute;
    top: 0;
    right: 30px;
    transition: all 0.4s ease-in-out;
    background: transparent;
    border: 0;
}
.portfolio-card__bottom-link svg {
    stroke: #252323;
    stroke-opacity: 0.3;
    transition: all 0.4s ease-in-out;
}

.icon-arrow-gr {
    width: 35px;
    height: 17px;
}

/*  contacts  */

.page-tabs__list {
  list-style: none;
}

@media (max-width: 1259px) {
        .page-tabs__list {
        overflow-x: scroll;
    }
}

    .page-tabs__link {
  color: rgba(37, 35, 35, 0.4);
}

  .page-tabs {
    padding-top: 200px;  
    display: flex;
    justify-content: center;
    align-items: center;
}
    .page-tabs__list {
    display: flex;
    width: 1340px;
    max-width: 100%;
    padding: 40px 65px;
    background-color: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.09);
    border-radius: 30px;
    justify-content: space-between;
}
    .page-tabs__list--portfolio li {
    padding: 15px 90px;
    border-right: 1px solid rgba(37, 35, 35, 0.1);
}
    .page-tabs__list--portfolio li:last-child {
    border-right: 0;
}
@media (max-width: 767px) {
        .page-tabs__list--portfolio li {
        padding: 15px 50px;
        border: 0;
    }
}
@media (min-width: 320px) and (max-width: 374px) {
        .page-tabs__list--portfolio li {
        padding: 15px 40px;
    }
}
    .page-tabs__list::-webkit-scrollbar {
    height: 4px;
    background-color: transparent;
}
    .page-tabs__list::-webkit-scrollbar-thumb {
    border: 1px solid #eae9e9;
    background: #eae9e9;
    border-radius: 10px;
}
@media (max-width: 1023px) {
        .page-tabs__list {
        padding: 40px 30px;
    }
}
@media (max-width: 414px) {
        .page-tabs__list {
        padding: 30px 15px;
    }
}
@media (min-width: 320px) and (max-width: 374px) {
        .page-tabs__list {
        padding: 30px 0;
    }
}
    .page-tabs__item {
    padding: 15px;
    white-space: nowrap;
}
    .page-tabs__link {
    font-weight: 700;
    font-size: 17px;
    line-height: 111.9%;
    transition: all 0.4s ease-in-out;
}
    .page-tabs__link--prev {
    position: relative;
    padding-left: 40px;
}
    .page-tabs__link--prev:hover:before {
    left: -15px;
    transform: translateY(-50%) scale(1.1);
}
    .page-tabs__link--prev:before {
    transform: translateY(-50%);
    left: 0;
    width: 29px;
    height: 15px;
    background-position: -51px -26px;
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
}
    .page-tabs__link--next {
    position: relative;
    padding-right: 40px;
}
    .page-tabs__link--next:hover:after {
    right: -15px;
    transform: translateY(-50%) scale(1.1);
}
    .page-tabs__link--next:after,
    .page-tabs__link--prev:before,
.popup__close:before {
    content: "";
    display: block;
    background-color: transparent;
    background-image: url(../assets/images/sprite.svg);
    background-size: 304px 211px;
    position: absolute;
    top: 50%;
}
    .page-tabs__link--next:after {
    transform: translateY(-50%);
    right: 0;
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
    width: 29px;
    height: 15px;
    background-position: -22px -11px;
}
@media (max-width: 767px) {
        .page-tabs__link--next,
        .page-tabs__link--prev {
        font-size: 0;
    }
}
    .page-tabs__link:hover {
    opacity: 0.7;
    color: #f9d15e;
}


.form-field {
    display: flex;
    border: 0;
    flex-direction: column;
}
.form-wrapper {
    display: flex;
    margin: 35px -22px;
}
@media (max-width: 767px) {
    .form-field {
        padding: 0 10px;
    }
    .form-wrapper {
        display: block;
        text-align: center;
        margin: 30px 0;
    }
    .form-wrapper .btn {
        margin-bottom: 20px;
    }
    .form-wrapper .btn-secondary {
        height: 70px;
    }
}
.form-row {
    margin-bottom: 23px;
    position: relative;
}
.form-row--btn,
.form-row:last-child {
    margin-bottom: 0;
}
.form-row--btn {
    margin-top: 30px;
    text-align: right;
}
.form-label {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
}
.form-area,
.form-input {
    width: 100%;
    display: block;
    transition: all 0.15s ease-in-out;
}
.form-input {
    border: 1px solid #e4e4e4;
    height: 70px;
    padding-left: 40px;
    border-radius: 20px;
    background: #fff;
}
.form-input:focus {
    border-color: #f9d15e;
    background-color: transparent;
    font-weight: 700;
}
.form-input::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 17px;
    color: rgba(37, 35, 35, 0.4);
}
.form-input:-ms-input-placeholder,
.form-input::-ms-input-placeholder {
    font-size: 15px;
    line-height: 17px;
    color: rgba(37, 35, 35, 0.4);
}
.form-input::placeholder {
    font-size: 15px;
    line-height: 17px;
    color: rgba(37, 35, 35, 0.4);
}
.form-input--search {
    border-radius: 15px;
    height: 55px;
    padding: 0 30px;
    margin-top: 0;
}
.form-input--submit {
    padding: 16px 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #252323;
    font-weight: 500;
    margin-top: 0;
    height: auto;
}
.form-input--submit:focus {
    padding-left: 30px;
    border: 1px solid #f9d15e;
    border-radius: 30px;
}
.form-area {
    border: 1px solid #e4e4e4;
    min-height: 150px;
    padding: 26px 40px;
    border-radius: 20px;
    background-color: #fff;
    resize: none;
}
.btn-link,
.form-btn svg {
    transition: all 0.3s ease-in-out;
}
.form-area:focus {
    border-color: #f9d15e;
    background-color: transparent;
    font-weight: 700;
}
.form-area::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 17px;
    color: rgba(37, 35, 35, 0.4);
}
.form-area:-ms-input-placeholder,
.form-area::-ms-input-placeholder {
    font-size: 15px;
    line-height: 17px;
    color: rgba(37, 35, 35, 0.4);
}
.form-area::placeholder {
    font-size: 15px;
    line-height: 17px;
    color: rgba(37, 35, 35, 0.4);
}
.form-error,
.form-error:focus {
    border-color: red;
}
.form-error::-webkit-input-placeholder {
    color: red;
}
.form-error:-ms-input-placeholder,
.form-error::-ms-input-placeholder {
    color: red;
}
.form-error::placeholder {
    color: red;
}
.form-message {
    position: absolute;
    left: 0;
    color: red;
}
.form-btn {
    position: absolute;
    right: 20px;
}
.form-btn--search svg {
    fill: #252323;
    fill-opacity: 0.4;
}
.form-btn--search:hover svg {
    fill: #f9d15e;
    fill-opacity: 1;
}
.form-btn--submit:hover svg {
    fill: #f9d15e;
    transform: scale(1.2);
}


.contact {
  margin-top: 112px;
  display: flex;
  justify-content: center;
  position: relative;
}

@media (max-width: 1023px) {
    .contact {
        margin-top: 70px;
    }
}

.btn {
    display: inline-block;
    vertical-align: middle;
    width: 260px;
    padding: 25px 0;
    transition: 0.4s ease-in-out;
    text-align: center;
    line-height: 111.9%;
    border-radius: 15px;
    cursor: pointer;
}

.btn-secondary {
    position: relative;
    background-color: #fff;
    border: 1px solid #000;
    border-color: rgba(37, 35, 35, 0.5);
    color: rgba(37, 35, 35, 0.54);
    cursor: pointer;
}
.btn-secondary:hover {
    background-color: #f2f2f2;
    border-color: rgba(24, 23, 23, 0.5);
    color: rgba(37, 35, 35, 0.54);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #252323;
    border-color: #252323;
    color: #fff;
}
.attach-ic {
    background-color: transparent;
    background-image: url(../img/sprite.svg);
    background-size: 304px 211px;
    width: 20px;
    flex: 0 0 20px;
    height: 19px;
    background-position: -114px -76px;
    margin-right: 10px;
}

.attach-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.attach__text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.btn-primary {
    font-weight: 700;
    background-color: #f9d15e;
    border-color: #f9d15e;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(322.32deg, #fc5950 0%, #ee981e 100%);
}
.btn-primary:hover {
    opacity: 0.9;
}
.btn-primary:disabled {
    opacity: 0.3;
}



/*project*/

.description {
    padding: 100px 0 100px;
    border-bottom: 1px solid #eae9e9;
}
.description__wrapper {
    display: flex;
    justify-content: center;
}
@media (max-width: 414px) {
    .description {
        padding: 50px 0 115px;
    }
}
.project__content {
    margin: 35px 0 0;
}
.project__title {
    display: block;
    font-weight: 800;
    font-size: 50px;
    line-height: 108.9%;
    padding-bottom: 30px;
    position: relative;
}
.project__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 205px;
    height: 1px;
    background-color: rgba(37, 35, 35, 0.1);
}
@media (max-width: 767px) {
    .project__title {
        font-size: 45px;
    }
}
@media (max-width: 414px) {
    .project__title {
        font-size: 35px;
    }
}
.project__descr {
    max-width: 410px;
}
@media (max-width: 1023px) {
    .project__descr {
        max-width: 100%;
    }
}
.project__text {
    max-width: 895px;
    margin-top: 30px;
    font-size: 15px;
    line-height: 150%;
    color: rgba(37, 35, 35, 0.6);
}

.solution {
    margin-top: -75px;
}
.solution__container {
    margin: 0 170px;
}
@media (max-width: 1259px) {
    .solution__container {
        margin: 0 50px;
    }
}
.solution__cards {
    display: flex;
    justify-content: center;
}
@media (max-width: 1023px) {
    .solution__cards {
        display: block;
    }
}
.solution__cell {
    display: flex;
    flex: 0 1 50%;
    
}
.solution__cell_mag {
  margin-right: 60px;
}
@media (max-width: 1023px) {
    .solution__cell {
        padding: 0;
        max-width: 510px;
        margin: 30px auto;
    }
}
.solution-card {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.09);
    border-radius: 30px;
    padding: 70px 65px 90px 70px;
}
.solution-card p {
  hyphens:auto;
}
@media (max-width: 414px) {
    .solution__cell {
        margin: 0;
    }
    .solution-card {
        border-radius: 0;
        box-shadow: 0 0 0;
        padding: 0px;
    }
    .solution__cell_mag {
      margin-bottom: 40px;
    }
}
.post-testing__item:before,
.solution-card__item:before,
.static li:before {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    content: "";
}
.solution-card__item:before {
    background-color: #f9d15e;
}
.solution-card__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 108.9%;
    color: #f9d15e;
}
.solution-card__items {
    margin-top: 52px;
}
.solution-card__item {
    font-size: 15px;
    line-height: 150%;
    color: rgba(37, 35, 35, 0.9);
    margin-bottom: 20px;
    position: relative;
}
.solution-card__item--delivered {
    margin-bottom: 38px;
}
@media (max-width: 414px) {
    .solution-card__items {
        margin-top: 35px;
    }
    .solution-card__item--delivered {
        margin-bottom: 25px;
    }
}
.solution-card__item:before {
    position: absolute;
    top: 5px;
    left: -15px;
}
.solution-card__item:last-child {
    margin-bottom: 0;
}

.description .container {
  max-width: 1340px;
}

.section7-min {
  min-height: 0;
  height: auto;
  margin-bottom: -108px;
  margin-top: 103px;
}


.btn2 {
  margin: 0 20px;
}

.begin-btt {
  font-weight: bold;
  transition: all .3s ease-in-out;
  cursor: pointer;
  font-weight: 800;
  font-size: 17px;
  color: #252323;
  display: flex;
  align-items: center;
  justify-content: center;
 }

.begin-btt:hover {
  opacity: 0.75;
}
 
.begin-btt img {
  transition: all .3s ease-in-out;
  margin-left: 8px;
}

.begin-btt:hover img {
 margin-left: 18px;
}


.reviews-image {
  width: 50px;
}
.reviews-image_min {
  width: 193px;
}

.why-swiper .swiper-wrapper {
  align-items: center;
}

.technologies {
  margin-top: 100px;
}

.technologies__title {
  font-weight: 800;
  font-size: 30px;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 30px;
}

.technologies__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 175px;
    height: 1px;
    background-color: rgba(37, 35, 35, 0.1);
}
.technologies__txt {
  color: rgba(37, 35, 35, 0.6);
  max-width: 630px;
  line-height: 1.5;
  font-size: 20px;
}

.technologies-container {
  max-width: 1430px;
}

.solution__cell p {
  line-height: 1.4;
  margin-top: 30px;
  color: rgba(37,35,35,.9);
}

.wrapper_img img {
  width:  800px;
}

.wrapper_img_min img {
  width: 300px;
}

.wrapper_img_min2 img {
  width: 600px;
}




.page-tabs__item_flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 252px;
}

@media(max-width: 600px) {
  .page-tabs__item_flex {
    flex: 0 0 95px;
  }
}
.tabs-ic-margin {
  margin-right: 15px;
  margin-left: 15px;
}

.tabs-ic {
  flex: 0 0 25px;
}

.tabs-ic img {
  opacity: 0.8;
  transition: 0.3s;
}

.page-tabs__item_flex a:hover img {
  opacity: 1;
}

.form-message-error {
  position: absolute;
  left: 10px;
  color: red;
  font-size: 14px;
  margin-top: 1px;
  display: none;
}


.thanks {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}
.thanks__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.thanks__title {
    display: block;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #f9d15e;
    padding-bottom: 30px;
    position: relative;
}
.thanks__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 78px;
    height: 1px;
    background: rgba(37, 35, 35, 0.1);
}

.btn-primary-outline {
    font-weight: 700;
    background-color: transparent;
    border: 1px solid #000;
    border-color: #f9d15e;
    color: #f9d15e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled,
.btn-primary-outline:hover {
    background-color: #f9d15e;
    border-color: #f9d15e;
    color: #fff;
}

@media (max-width: 1023px) {
    .thanks__title {
        font-size: 30px;
    }
}
.thanks__text {
    max-width: 440px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: rgba(37, 35, 35, 0.5);
    margin: 30px 0 50px;
}
@media (max-width: 1023px) {
    .thanks__text {
        padding: 0 20px;
        font-size: 18px;
    }
}

.download {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1430px;
  padding-top: 0;
}
.download a:nth-child(1) {
  margin-right: 30px;
}

@media(max-width: 500px) {
  .download {
    padding-top: 40px;
  }
  .download a:nth-child(1) {
    margin-right: 20px;
  }
}

.download a img {
  width: 195px;
  transition: 0.3s;
}
.download a:hover img {
  transform: scale(1.02);
}

.why_photo {
    max-width: 140px;
    margin-bottom: 13px;
    border-radius: 50%;
    overflow: hidden;
}

.container-portfolio {
  max-width: 1430px!important;
  width: 100%;
  padding: 50px;
  margin: 0 auto;
}

.title-portfolio {
  font-size: 50px;
  margin-bottom: 45px;
  text-align: center;
}
.subtitle-portfolio {
  font-size: 20px;
  margin-bottom: 120px;
  color: #a8a7a7;
  text-align: center;
}


.process__row {
  display: flex;
  align-items: center;
}
.process__image {
  flex: 0 1 50%;
  margin-right: 80px;
}
.process__info {
  flex: 0 1 50%;
}
.process__info p {
  font-size: 20px;
  color: #a8a7a7;
  line-height: 1.4;
  hyphens: auto;
}
.process__title {
  font-weight: bold;
  margin-bottom: 30px;
  color: #f9d15e;
  font-size: 30px;
}
.process__row_reverse {
  flex-direction: row-reverse;
  margin-top: 80px;
}
.process__row_reverse .process__image {
    margin-right: 0;
    margin-left: 80px;
}
@media (max-width: 990px) {
  .container-portfolio {
      padding: 20px;
  }
}


@media(max-width: 1000px) {
  .process__row {
    flex-direction: column;
  }
  .process__image {
    margin: 0!important;
    margin-bottom: 50px!important;
  }
  .process__row_reverse {
    margin-top: 50px;
  }
  .title-portfolio {
    font-size: 43px;
    margin-bottom: 34px;
  }
  .subtitle-portfolio {
    margin-bottom: 100px;
  }
  .description {
    padding-top: 50px;
  }
}

@media (max-width: 480px) {
  .process__title {
    font-size: 24px;
  }
  .process__info p {
    font-size: 18px;
  }
  .technologies__txt {
    font-size: 18px;
  }
  .title-portfolio {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .subtitle-portfolio {
    font-size: 18px;
    margin-bottom: 90px;
  }
  .description {
    padding-bottom: 90px;
  }
}



.posts {
    margin-top: 32px;
}
.posts-grid {
    display: flex;
    margin: 10px -10px;
    flex-wrap: wrap;
}
.posts-grid__cell {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
}
@media (max-width: 1023px) {
    .posts-grid {
  
        display: block;
    }
    .posts-grid__cell {
        max-width: 633px;
        margin: 0 auto;
    }
}
.posts-pagination {
    margin: 56px 0 0;
}
.posts-pagination__items {
    display: flex;
    justify-content: center;
}
.posts-pagination__item {
    display: flex;
    align-items: center;
    padding: 0 5px;
    font-size: 20px;
    line-height: 111.9%;
}
.posts-pagination__item-next:after,
.posts-pagination__item-prev:after {
    display: block;
    background-color: transparent;
    background-image: url(../images/sprite.svg);
    background-size: 304px 211px;
    width: 29px;
    height: 15px;
    transition: all 0.3s ease-in-out;
    content: "";
}
.posts-pagination__item-prev {
    font-size: 14px;
    line-height: 111.9%;
    padding: 0 54px 0 40px;
    position: relative;
}
.posts-pagination__item-prev:hover:after {
    left: -10px;
    transform: translateY(-50%) scale(1.05);
}
.posts-pagination__item-prev:after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-position: -51px -26px;
}
@media (max-width: 414px) {
    .posts-pagination__item-prev {
        padding: 0 20px 0 30px;
    }
    .posts-pagination__item-prev:after {
        top: 3px;
        transform: scale(0.8);
    }
}
.posts-pagination__item-next {
    font-size: 14px;
    line-height: 111.9%;
    padding: 0 40px 0 54px;
    position: relative;
}
.posts-pagination__item-next:hover:after {
    right: -10px;
    transform: translateY(-50%) scale(1.05);
}
.posts-pagination__item-next:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-position: -22px -11px;
}
.posts-pagination__item .active {
    color: #f9d15e;
}
.posts-search {
    margin-right: 60px;
    display: flex;
    justify-content: flex-end;
}
.posts-search__wrapper {
    width: 330px;
    max-width: 100%;
    transition: all 0.9s ease-in-out;
}
@media (max-width: 767px) {
    .posts-search {
        margin-right: 0;
    }
    .posts-search__wrapper {
        width: 100%;
    }
}
.grow {
    width: 95%;
}
.posts-card,
.search-input {
    position: relative;
}
.posts-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .grow {
        width: 100%;
    }

}
@media (max-width: 414px) {
    .posts-pagination__item-next {
        padding: 0 30px 0 20px;
    }
    .posts-pagination__item-next:after {
        top: 3px;
        transform: scale(0.8);
    }
    .posts-card {
        display: block;
        min-height: auto;
    }
}
.posts-card:hover img,
.recommendation-card:hover .recommendation-card__img img {
    transform: scale(1.1);
}
.posts-card__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 1;
}
.posts-card__image {
    overflow: hidden;
}
.posts-card__image img {
  width: 100%;
}
.posts-card__wrapper {
    display: flex;
    flex-direction: column;
}
.posts-card__content {
    padding: 30px 42px 42px 45px;
}
@media (max-width: 767px) {
    .posts-card__content {
        padding: 30px;
    }
}
@media (max-width: 414px) {
    .posts-card__content {
        padding: 15px;
    }
    .posts-card__date {
        font-size: 12px;
    }
}
.posts-card__name {
    font-weight: 600;
}
.posts-card__date {
    color: rgba(37, 35, 35, 0.5);
    padding-left: 20px;
    position: relative;
}
.posts-card__category:before,
.posts-card__date:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.posts-card__date:before {
    background: #e4e4e4;
    border-radius: 1px;
    left: 10px;
    width: 4px;
    height: 4px;
}
.posts-card__title {
    display: block;
    font-weight: 700;
    font-size: 20px;
    transition: all 0.4s ease-in-out;
}
@media (max-width: 500px) {
    .posts-card__title {
        font-size: 18px;
    }
}
.posts-card__text {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    line-height: 150%;
    color: rgba(37, 35, 35, 0.6);
}
@media (max-width: 500px) {
    .posts-card__text {
        line-height: 20px;
        margin-top: 8px;
    }
}
.posts-card__bottom {
    display: flex;
    flex: 0 0 95px;
    align-items: center;
}
.posts-card__bottom-wrapper {
    padding: 0 45px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 414px) {
    .posts-card__text {
        font-size: 14px;
    }
    .posts-card__bottom {
        margin: 25px 0;
        flex: 0 0 20px;
    }
    .posts-card__bottom-wrapper {
        padding: 0 20px;
        flex-direction: column-reverse;
    }
    .posts-card__category {
        margin-bottom: 10px;
    }
}
.posts-card__bottom-link {
    z-index: 2;
}
.posts-card__bottom-link svg {
    fill: #252323;
    fill-opacity: 0.35;
    transition: all 0.4s ease-in-out;
}
.posts-card__bottom-link:hover svg {
    fill: #f9d15e;
    fill-opacity: 1;
}
.posts-card__category {
    padding-left: 25px;
    position: relative;
    z-index: 3;
}
.posts-card__category:before {
    left: 0;
    display: block;
    background-color: transparent;
    background-image: url(../images/sprite.svg);
    background-size: 304px 211px;
    width: 16px;
    height: 17px;
    background-position: -80px -41px;
}
.posts-card,
.process-card {
    border: 1px solid #ebeaea;
    overflow: hidden;
}

.page-pdd {
  padding-top: 197px;
}

@media(max-width: 1000px) {
  .page-pdd {
    padding-top: 120px;
  }
}

@media(max-width: 480px) {
  .page-pdd {
    padding-top: 100px;
  }
}


.post__img img {
  width: 100%;
  max-width: 800px;
}
.post__img {
  margin-bottom: 60px;
}

.contact,
.post__img,
.section--divider {
    justify-content: center;
}
.author__social-link {
    padding: 0 15px;
}
@media (max-width: 500px) {
    .author__social {
        margin: 0 -10px;
    }
    .author__social-link {
        padding: 10px;
    }
}
.post {
    margin-top: 54px;
}
.post__title {
    display: block;
    font-weight: 800;
    font-size: 40px;
    line-height: 150%;
    text-align: center;
    padding: 0 25px;
}
@media (max-width: 767px) {
    .post__title {
        font-size: 32px;
    }
}
@media (min-width: 320px) and (max-width: 374px) {
    .post__title {
        font-size: 30px;
    }
}
.post__img {
    margin-top: 45px;
    display: flex;
}
.post-container {
    max-width: 1600px;
    margin: 0 auto;
}
@media (max-width: 1880px) {
    .post-container {
        padding: 0 185px;
    }
    .post-container {
        max-width: 2000px;
    }
}
@media (max-width: 1259px) {
    .post-container {
        padding: 0 120px;
    }
    .recommendation__cards {
        overflow-x: scroll;
    }
}
@media (max-width: 1023px) {
    .post-container {
        padding: 0 38px;
    }
}
@media (max-width: 414px) {
    .post-container {
        padding: 0 10px;
    }
}
.post-testing {
    margin-top: 75px;
    padding-bottom: 100px;
    border-bottom: 1px solid #f9d15e;
    position: relative;
}
.post-testing__title,
.static h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 150%;
}
.post-testing__item,
.post-testing__text,
.static li {
    font-size: 15px;
    line-height: 150%;
    color: rgba(37, 35, 35, 0.8);
}
.post-testing__text {
    margin-top: 25px;
}
.post-testing__items,
.static ul {
    margin-top: 10px;
}
.post-testing__item,
.static li {
    margin-top: 20px;
    padding-left: 30px;
    position: relative;
}
.post-testing__item span,
.static li span {
    font-weight: 600;
}
.post-testing__item:before,
.static li:before {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #f9d15e;
}

.section--divider {
    margin-top: 90px;
    display: flex;
    position: relative;
}
.section--development {
    margin-top: 60px;
}
.section--testing {
    margin-top: 75px;
}
.section__block {
    margin: 20px -185px 0 55px;
    min-width: 410px;
    position: relative;
    float: right;
}

.section__block-img img {
    max-width: 330px;
    border-radius: 15px;
}


.section__block:before {
    position: absolute;
    width: 100%;
    height: 70%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 15px 0 0 15px;
}
.section__block-second:before,
.section__block:before {
    background: #f9d15e;
    z-index: -1;
    content: "";
}

@media (min-width: 1880px) {
    .section__block-img {
        padding-left: 45px;
    }
    .section__block:before {
        border-radius: 15px;
        width: 70%;
    }
}
@media (max-width: 1259px) {
    .section__block {
        min-width: 350px;
        margin: 30px -120px 0 20px;
    }
}
@media (max-width: 1023px) {
    .section__block {
        min-width: 300px;
        margin: 50px -38px 0 20px;
    }
}
@media (max-width: 767px) {
    .section__block {
        display: none;
    }
}
.section__block-second {
    display: flex;
    margin-top: 90px;
    justify-content: center;
    width: 100%;
    position: relative;
}
.section__block-second:before {
    top: 10%;
    left: -185px;
    right: -185px;
    position: absolute;
    height: 100%;
    border-radius: 0 40px 40px 0;
}
@media (min-width: 1440px) {
    .section__block-second:before {
        max-width: 1600px;
        margin: 0 auto;
        border-radius: 40px;
    }
}
@media (max-width: 1259px) {
    .section__block-second:before {
        left: -120px;
        right: -120px;
    }
}
@media (max-width: 1023px) {
    .section__block-second:before {
        left: -38px;
        right: -38px;
    }
}
@media (max-width: 767px) {
    .section__block-second:before {
        border-radius: 0;
        height: 90%;
    }
    .section__block-second {
        margin-top: 50px;
    }
    .section__block-second .section__block-img {
        padding: 0;
    }
    .section__block-second .section__block-img:not(:first-child) {
        display: none;
    }
}
@media (max-width: 414px) {
    .section__block-second:before {
        left: -10px;
        right: -10px;
    }
    .static h2 {
        font-size: 28px;
    }
}
.static p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 150%;
    color: rgba(37, 35, 35, 0.8);
}
@media (max-width: 414px) {
    .static p {
        font-size: 14px;
        margin-top: 10px;
    }
}

.section__block-img-new {
  max-width: 70%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.posts-card__image {
  max-height: 658px;
}

.static .margin {
  margin-top: 40px;
}

.non-dots li {
  padding-left: 0;
}
.non-dots li:before {
  display: none;
}

.process__row_one {
  margin-top: 80px;
}

@media (max-width: 1000px) {
  .process__row_one {
      margin-top: 50px;
  }
}