@charset "UTF-8";
@font-face {
    font-family: 'fontello';
    font-display: swap;
    src: url('../font/fontello.eot?87532758');
    src: url('../font/fontello.eot?87532758#iefix') format('embedded-opentype'),
         url('../font/fontello.svg?87532758#fontello') format('svg'),
          url('../font/fontello.woff2?87532758') format('woff2'),
         url('../font/fontello.woff?87532758') format('woff'),
         url('../font/fontello.ttf?87532758') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

@media screen and (min-width: 700px) {
	
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 1200px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Montserrat", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
  }
  .font {
    font-family: "NEXT ART", sans-serif !important;
  }
  .grad {
    background: -webkit-radial-gradient(#333, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .container {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
  }
  .container2 {
    max-width: 1200px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  .desc_only {
		display: flex !important;
	}
	.mob_only {
		display: none !important;
	}
  section {
    padding: 70px 0;
  }
  header {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 8%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%), url(../img/bg1/bg_main.jpg);
    background-size: cover;
    background-position: center right;
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
  }
  .bg_dark {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 100%), url(../img/bg2/bg_main_blur.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h3 {
    font-size: 34px;
    font-weight: 300;
    text-align: center;
    line-height: 130%;
    font-family: "NEXT ART", sans-serif !important;
    width: 100%;
  }
  h3 small {
    font-family: "Montserrat", sans-serif !important;
    display: block;
    font-size: 30px;
    line-height: 140%;
    width: 89%;
    margin: 15px auto 0 auto;
    font-weight: 200;
  }
  h3 b {
    background: -webkit-radial-gradient(#333, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  
  .button {
    cursor: pointer;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    z-index: 10;
    width: 420px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #55AE28 0%, #5C9D3B 100%);
    font-family: "NEXT ART", sans-serif !important;
    cursor: pointer;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    box-shadow: 0px 4px 0px #3C7D19, inset 0px 0px 25px 10px rgba(143, 200, 115, 0.9);
    padding: 0 45px;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 140%;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-image: linear-gradient(180deg, #5C9D3B 0%, #55AE28 100%);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: auto;
    height: 55px;
  }
  .menu .logo p {
    width: 260px;
    margin-left: 20px;
    font-size: 14px;
  }
  .menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .menu .social > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
  }
  .menu .social p {
    line-height: 165%;
  }
  .menu .social p b {
    display: block;
  }
  .menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .menu .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .menu .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel p {
    line-height: 14px;
    margin-bottom: 7px;
  }
  .menu .tel a {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 1px;
    display: block;
  }
  .main {
    padding-top: 135px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .main .blur {
    position: absolute;
    top: 20px;
    left: -70px;
    border-radius: 300px;
    width: 900px;
    height: 1050px;
    background-color: #fff;
    filter: blur(80px);
    opacity: 0.95;
  }
  .main .right .garant {
    background-image: linear-gradient(to top, #174D8C, #3C7FCD);
    border-radius: 20px 5px;
    width: 265px;
    height: 320px;
    padding: 25px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .main .right .garant::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(45deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .main .right .garant p {
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    font-weight: 300;
  }
  .main .right .garant p b {
    font-weight: 600;
  }
  .main .right .garant img {
    width: 100%;
    margin-top: auto;
  }
  .main .left {
    width: 745px;
    position: relative;
    z-index: 3;
  }
  .main .left h1 {
    font-size: 38px;
    font-weight: 300;
    line-height: 140%;
  }
  .main .left h1 b {
    color: #B7D445;
    font-size: 40px;
    display: block;
  }
  .main .left .h1_dop {
    margin-top: 25px;
    font-size: 34px;
    line-height: 140%;
    font-weight: 300;
    color: #323232;
    display: flex;
    position: relative;
  }
  .main .left .h1_dop p {
    margin-left: 20px;
    line-height: 130%;
  }
  .main .left .h1_dop p b {
    font-weight: 500;
    display: block;
  }
  .main .left .h1_dop .line {
    height: 1px;
    width: 80px;
    background-color: #74b652;
    position: relative;
    top: 21px;
  }
  .main .left .plusi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
  }
  .main .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .main .left .plusi .plus:nth-child(n+3) {
    margin-top: 43px;
  }
  .main .left .plusi .plus .img {
    width: 60px;
    border-radius: 5px;
    height: 60px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .main .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .main .left .plusi .plus p {
    font-size: 18px;
    width: 273px;
    margin-left: 22px;
    line-height: 150%;
  }
  .main .left .plusi .plus:nth-child(2n) p {
    width: 227px;
  }
  .main .left .button_block {
    margin-top: 65px;
    display: flex;
    align-items: center;
  }
  .main .left .button_block .akc {
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  .main .left .button_block .akc img {
    width: 92px;
  }
  .main .left .button_block .akc p {
    margin-left: 10px;
    font-size: 18px;
    line-height: 150%;
  }
  .main .left .button_block .akc p b {
    display: block;
  }
  .case_photo{
		display:flex;
		flex-wrap:wrap;
		margin-top:60px
	}
	.case_photo a{
		width:20%;
		height:320px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.case_photo img{
		display:flex;
		width:100%;
		-o-object-fit:cover;
		object-fit:cover;
		border:1px solid #fff
	}
  .uslugi_all h3 {
    width: 950px;
    margin: 0 auto;
  }
  .uslugi_all .uslugi {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .uslugi_all .uslugi .item {
    width: 48%;
    padding: 40px;
    border-radius: 5px;
  }
  .uslugi_all .uslugi .item .info {
    width: 350px;
  }
  .uslugi_all .uslugi .item .info h4 {
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
  }
  .uslugi_all .uslugi .item .info .price {
    display: flex;
    margin-top: 25px;
    flex-direction: column;
  }
  .uslugi_all .uslugi .item .info .price p {
    width: 70%;
    margin-top: 15px;
    font-weight: 400;
  }
  .uslugi_all .uslugi .item .info .price p sup {
    line-height: 0;
  }
  .uslugi_all .uslugi .item .info .price b {
    padding: 15px 15px;
    display: block;
    border: 1px solid #74b652;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
  }
  .uslugi_all .uslugi .item .info .price b sup {
    line-height: 0;
    font-weight: 600;
    font-size: 16px;
  }
  .uslugi_all .uslugi .item .info .button {
    width: 90%;
    height: 60px;
    margin-top: 40px;
  }
  .uslugi_all .uslugi .item img {
	background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
	height: 240px;
  }
  .uslugi_all .uslugi .item:nth-child(1) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .uslugi_all .uslugi .item:nth-child(2) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/2.jpg);
    background-size: 100% 100%;
  }
  .uslugi_all .uslugi .item:nth-child(2) h4 {
    width: 240px;
  }
  
  .uslugi_all .uslugi2 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .uslugi_all .uslugi2 .item {
    width: 48%;
    padding: 40px;
    border-radius: 5px;
  }
  .uslugi_all .uslugi2 .item .info {
    width: 350px;
  }
  .uslugi_all .uslugi2 .item .info h4 {
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
  }
  .uslugi_all .uslugi2 .item .info .price {
    display: flex;
    margin-top: 25px;
    flex-direction: column;
  }
  .uslugi_all .uslugi2 .item .info .price p {
    width: 70%;
    margin-top: 15px;
    font-weight: 400;
  }
  .uslugi_all .uslugi2 .item .info .price p sup {
    line-height: 0;
  }
  .uslugi_all .uslugi2 .item .info .price b {
    padding: 15px 15px;
    display: block;
    border: 1px solid #EFBE67;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
  }
  .uslugi_all .uslugi2 .item .info .price b sup {
    line-height: 0;
    font-weight: 600;
    font-size: 16px;
  }
  .uslugi_all .uslugi2 .item .info .button {
    width: 90%;
    height: 60px;
    margin-top: 40px;
  }
  .uslugi_all .uslugi2 .item img {
	background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
	height: 240px;
  }
  .uslugi_all .uslugi2 .item:nth-child(1) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .uslugi_all .uslugi2 .item:nth-child(2) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/4.jpg);
    background-size: 100% 100%;
  }
  
  .uslugi_all .uslugi3 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .uslugi_all .uslugi3 .item {
    width: 48%;
    padding: 40px;
    border-radius: 5px;
  }
  .uslugi_all .uslugi3 .item .info {
    width: 350px;
  }
  .uslugi_all .uslugi3 .item .info h4 {
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
  }
  .uslugi_all .uslugi3 .item .info .price {
    display: flex;
    margin-top: 25px;
    flex-direction: column;
  }
  .uslugi_all .uslugi3 .item .info .price p {
    width: 70%;
    margin-top: 15px;
    font-weight: 400;
  }
  .uslugi_all .uslugi3 .item .info .price p sup {
    line-height: 0;
  }
  .uslugi_all .uslugi3 .item .info .price b {
    padding: 15px 15px;
    display: block;
    border: 1px solid #74b652;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
  }
  .uslugi_all .uslugi3 .item .info .price b sup {
    line-height: 0;
    font-weight: 600;
    font-size: 16px;
  }
  .uslugi_all .uslugi3 .item .info .button {
    width: 90%;
    height: 60px;
    margin-top: 40px;
  }
  .uslugi_all .uslugi3 .item img {
	background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
	height: 240px;
  }
  .uslugi_all .uslugi3 .item:nth-child(1) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .uslugi_all .uslugi3 .item:nth-child(2) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/6.jpg);
    background-size: 100% 100%;
  }
  
  .uslugi_all .uslugi4 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .uslugi_all .uslugi4 .item {
    width: 48%;
    padding: 40px;
    border-radius: 5px;
  }
  .uslugi_all .uslugi4 .item .info {
    width: 350px;
  }
  .uslugi_all .uslugi4 .item .info h4 {
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
  }
  .uslugi_all .uslugi4 .item .info .price {
    display: flex;
    margin-top: 25px;
    flex-direction: column;
  }
  .uslugi_all .uslugi4 .item .info .price p {
    width: 70%;
    margin-top: 15px;
    font-weight: 400;
  }
  .uslugi_all .uslugi4 .item .info .price p sup {
    line-height: 0;
  }
  .uslugi_all .uslugi4 .item .info .price b {
    padding: 15px 15px;
    display: block;
    border: 1px solid #74b652;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
  }
  .uslugi_all .uslugi4 .item .info .price b sup {
    line-height: 0;
    font-weight: 600;
    font-size: 16px;
  }
  .uslugi_all .uslugi4 .item .info .button {
    width: 90%;
    height: 60px;
    margin-top: 40px;
  }
  .uslugi_all .uslugi4 .item img {
	background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
	height: 240px;
  }
  .uslugi_all .uslugi4 .item:nth-child(1) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .uslugi_all .uslugi4 .item:nth-child(2) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/8.jpg);
    background-size: 100% 100%;
  }
  .brigada {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .brigada .centr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .brigada .centr a {
    width: 48%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
  }
  .brigada .centr a:nth-child(n+3) {
    margin-top: 40px;
  }
  .brigada .centr a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .brigada .right {
    width: 400px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    margin-top: 12px;
  }
  .brigada .right img {
    position: absolute;
    right: 0;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 450px;
    height: 420px;
    border-radius: 5px;
  }
  .brigada .left {
    width: 670px;
    position: relative;
    z-index: 3;
  }
  .brigada .left h3 {
    text-align: left;
  }
  .brigada .left .plusi {
    margin-top: 40px;
  }
  .brigada .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .brigada .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .brigada .left .plusi .plus .img {
    width: 60px;
    height: 60px;
    background-color: #74b652;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .brigada .left .plusi .plus p {
    font-size: 21px;
    margin-left: 20px;
    width: 480px;
    line-height: 145%;
  }
    .proizvodstvo {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .proizvodstvo .centr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .proizvodstvo .centr a {
    width: 48%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
  }
  .proizvodstvo .centr a:nth-child(n+3) {
    margin-top: 40px;
  }
  .proizvodstvo .centr a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .proizvodstvo .right {
    width: 540px;
    padding-top: 10px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    justify-content: center;
  }
  .proizvodstvo .right img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
  }
  .proizvodstvo .left {
    width: 650px;
    position: relative;
    z-index: 3;
  }
  .proizvodstvo .left h3 {
    text-align: left;
  }
  .proizvodstvo .left .plusi {
    margin-top: 40px;
  }
  .proizvodstvo .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .proizvodstvo .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .proizvodstvo .left .plusi .plus .img {
    width: 60px;
    height: 60px;
    background-color: #74b652;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .proizvodstvo .left .plusi .plus p {
    font-size: 21px;
    margin-left: 20px;
    width: 450px;
    line-height: 145%;
  }
  .poryadok h3 {
    text-align: left;
  }
  .poryadok .items {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .poryadok .items .item {
    width: 200px;
    text-align: left;
  }
  .poryadok .items .item .cifra {
    width: 50px;
    height: 50px;
    background-color: #74b652;
	color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .poryadok .items .item .cifra p {
    font-size: 28px;
    line-height: 0;
  }
  .poryadok .items .item b {
    font-size: 18px;
    width: 180px;
    display: block;
    margin-right: auto;
    margin-top: 20px;
  }
  .poryadok .items .item > p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 145%;
  }
  .zamer {
    padding: 45px 60px 60px 60px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .zamer .left {
    width: 620px;
  }
  .zamer .left h3 {
    text-align: left;
  }
  .zamer .left .plusi {
    margin-top: 30px;
  }
  .zamer .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .zamer .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zamer .left .plusi .plus .img {
    width: 70px;
    height: 70px;
    background-color: #74b652;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zamer .left .plusi .plus p {
    font-size: 21px;
    margin-left: 20px;
    width: 340px;
    line-height: 145%;
  }
  .zamer .left > p {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 150%;
    width: 440px;
    margin-top: 40px;
  }
  .zamer .right {
    position: relative;
  }
  .zamer .right .master {
    position: absolute;
    bottom: 0;
    width: 280px;
    left: -200px;
    bottom: -60px;
  }
  .zamer .right .calc {
    position: absolute;
    width: 370px;
    top: -160px;
    right: 10px;
  }
  .zamer .right .forma {
    background-color: #fff;
    padding: 40px 40px 45px 40px;
    width: 420px;
    position: relative;
    border-radius: 5px;
    z-index: 3;
  }
  .zamer .right .forma h4 {
    margin-bottom: 22px;
    font-weight: 400;
    text-align: left;
    width: 303px;
    font-size: 18px;
    line-height: 140%;
  }
  .zamer .right .forma h4 span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 7px;
  }
  .zamer .right .forma form {
    display: flex;
    flex-direction: column;
  }
  .zamer .right .forma form input {
    width: 100%;
    background-color: #e8f0fe;
    font-size: 20px;
  }
  .zamer .right .forma form .button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    height: 100px;
  }
  .zamer .right .forma small {
    text-align: left;
    display: block;
    margin-top: 15px;
    margin-bottom: -20px;
    font-size: 12px;
    line-height: 150%;
    color: #a0a0a0;
    font-weight: 300;
  }
  .zamer .right .forma .social {
    display: flex;
    align-items: center;
    margin-top: 35px;
  }
  .zamer .right .forma .social p {
    width: 210px;
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
  }
  .zamer .right .forma .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .zamer .right .forma .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .zamer .right .forma .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .zamer .right .forma .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 h3 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg2 .cases {
    margin-top: 55px;
  }
  .bg2 .cases .case {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .bg2 .cases .case:nth-child(n+2) {
    margin-top: 70px;
  }
  .bg2 .cases .case .left {
    display: flex;
    align-items: stretch;
  }
  .bg2 .cases .case .left .img_main {
    width: 500px;
    height: 500px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .bg2 .cases .case .left .img_main a {
    width: 100%;
  }
  .bg2 .cases .case .left .img_main img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg2 .cases .case .left .img_main .logo {
    width: 150px;
    height: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .bg2 .cases .case .left .img_dop {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
  }
  .bg2 .cases .case .left .img_dop a {
    width: 129px;
    height: 112px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 .cases .case .left .img_dop a:nth-child(n+5) {
    display: none;
  }
  .bg2 .cases .case .left .img_dop img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg2 .cases .case .right {
    margin-left: 0px;
    width: 420px;
  }
  .bg2 .cases .case .right h4 {
    font-size: 30px;
    font-weight: 300;
  }
  .bg2 .cases .case .right .plusi {
    display: flex;
    margin-top: 20px;
  }
  .bg2 .cases .case .right .plusi p:nth-child(n+2) {
    margin-left: 35px;
  }
  .bg2 .cases .case .right .plusi p b {
    display: block;
  }
  .bg2 .cases .case .right hr {
    margin: 25px 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 1px solid #74b652;
  }
  .bg2 .cases .case .right ul li {
    list-style-type: none;
    font-size: 18px;
  }
  .bg2 .cases .case .right ul li:nth-child(n+2) {
    margin-top: 15px;
  }
  .bg2 .cases .case .right .button {
    margin-top: 45px;
    width: 100%;
  }
  .bg2 .cases .case .right .button button {
    padding: 0;
  }
  .send_project {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 100%), url(../img/bg2/bg_main_blur.jpg);
    border-radius: 5px;
    padding: 65px 55px;
    position: relative;
    width: 1080px;
    margin: 0 auto;
  }
  .send_project .phone {
    position: absolute;
    width: 200px;
    bottom: 0;
    z-index: 3;
  }
  .send_project::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(14deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .send_project .info {
    width: 720px;
    margin-left: auto;
    position: relative;
    z-index: 3;
  }
  .send_project .info p {
    font-size: 26px;
    font-weight: 300;
    line-height: 160%;
  }
  .send_project .info .button_block {
    display: flex;
    margin-top: 30px;
    position: relative;
    z-index: 3;
  }
  .send_project .info .button_block .whatsapp {
    width: 245px;
    height: 70px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #48C95F 0%, #2CA842 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .send_project .info .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .send_project .info .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .send_project .info .button_block .tg {
    margin-left: 20px;
    width: 245px;
    height: 70px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .send_project .info .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .send_project .info .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .bg3 {
    display: flex;
    justify-content: space-between;
  }
  .bg3 .left {
    width: 480px;
    height: 570px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .bg3 .left .evg {
    position: absolute;
    width: 400px;
    height: auto;
    right: 10px;
    bottom: 0;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg3 .left .name {
    position: absolute;
    bottom: 100px;
    left: 50px;
  }
  .bg3 .left .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .bg3 .left .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .bg3 .left .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 15px;
    margin-left: 10px;
  }
  .bg3 .left img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg3 .right {
    width: 623px;
  }
  .bg3 .right h3 {
    text-align: left;
    font-size: 37px;
  }
  .bg3 .right .plusi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 38px;
  }
  .bg3 .right .plusi .plus {
    display: flex;
    align-items: center;
  }
  .bg3 .right .plusi .plus:nth-child(n+2) {
    margin-top: 32px;
  }
  .bg3 .right .plusi .plus:nth-child(1) .img img {
    width: 70px;
  }
  .bg3 .right .plusi .plus .img {
    width: 70px;
    border-radius: 5px;
    height: 70px;
    background-image: linear-gradient(to top, #174D8C, #3C7FCD);
    position: relative;
  }
  .bg3 .right .plusi .plus .img img {
    width: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .bg3 .right .plusi .plus p {
    font-size: 19px;
    width: 530px;
    margin-left: 22px;
    line-height: 150%;
  }
  .comanda {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .comanda .left {
    width: 550px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .comanda .left .tm {
    width: 48%;
    height: 400px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .comanda .left .tm:nth-child(n+3) {
    margin-top: 20px;
  }
  .comanda .left .tm img {
    width: 100%;
    height: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .comanda .left .tm .name {
    position: absolute;
    bottom: 30px;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .comanda .left .tm .name p {
    padding: 5px 15px;
    border-radius: 3px 0 0 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .comanda .left .tm .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .comanda .left .tm .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 14px;
    margin-left: 0px;
  }
  .comanda .right {
    width: 566px;
    height: -moz-max-content;
    height: max-content;
    position: sticky;
    top: 140px;
  }
  .comanda .right h3 {
    text-align: left;
  }
  .comanda .right p {
    font-size: 22px;
    line-height: 160%;
    margin-top: 20px;
  }
  .zayavka {
    background-color: #fff;
    background-image: url(../img/zayavka/bg1_1.jpg);
    border-radius: 5px;
    padding: 50px 70px 60px 70px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .zayavka::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka .right {
    width: 490px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka .right img {
    width: 100%;
    position: absolute;
    bottom: -60px;
  }
  .zayavka .right .name {
    position: absolute;
    bottom: 0px;
    left: auto;
  }
  .zayavka .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka .right .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .zayavka .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 15px;
    margin-left: 10px;
  }
  .zayavka .left {
    width: 560px;
  }
  .zayavka .left h3 {
    text-align: left;
  }
  .zayavka .left .plusi {
    margin-top: 25px;
  }
  .zayavka .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .zayavka .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka .left .plusi .plus p {
    font-size: 19px;
    line-height: 155%;
    width: 440px;
    margin-left: 15px;
  }
  .zayavka .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka .left .button_block {
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 3;
  }
  .zayavka .left .button_block .whatsapp {
    width: 290px;
    height: 70px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .zayavka .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka .left .button_block .tg {
    margin-left: 20px;
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka .left .button_block .button {
    width: 460px;
  }
  .zayavka .left .button_block .button button {
    padding: 0;
  }
  
  .zayavka3 {
    background-color: #fff;
    background-image: url(../img/zayavka/bg1_2.jpg);
    border-radius: 5px;
    padding: 50px 70px 60px 70px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .zayavka3::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka3 .right {
    width: 490px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka3 .right img {
    width: 100%;
    position: absolute;
    bottom: -60px;
  }
  .zayavka3 .right .name {
    position: absolute;
    bottom: 0px;
    left: auto;
  }
  .zayavka3 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka3 .right .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .zayavka3 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 15px;
    margin-left: 10px;
  }
  .zayavka3 .left {
    width: 560px;
  }
  .zayavka3 .left h3 {
    text-align: left;
  }
  .zayavka3 .left .plusi {
    margin-top: 25px;
  }
  .zayavka3 .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .zayavka3 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka3 .left .plusi .plus p {
    font-size: 19px;
    line-height: 155%;
    width: 440px;
    margin-left: 15px;
  }
  .zayavka3 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka3 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka3 .left .button_block {
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 3;
  }
  .zayavka3 .left .button_block .whatsapp {
    width: 290px;
    height: 70px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka3 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .zayavka3 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka3 .left .button_block .tg {
    margin-left: 20px;
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka3 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka3 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka3 .left .button_block .button {
    width: 460px;
  }
  .zayavka3 .left .button_block .button button {
    padding: 0;
  }
  
  
  .zayavka4 {
    background-color: #fff;
    background-image: url(../img/zayavka/bg1_3.png);
    border-radius: 5px;
    padding: 50px 70px 60px 70px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .zayavka4::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka4 .right {
    width: 490px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka4 .right img {
    width: 100%;
    position: absolute;
    bottom: -60px;
  }
  .zayavka4 .right .name {
    position: absolute;
    bottom: 0px;
    left: auto;
  }
  .zayavka4 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka4 .right .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .zayavka4 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 15px;
    margin-left: 10px;
  }
  .zayavka4 .left {
    width: 560px;
  }
  .zayavka4 .left h3 {
    text-align: left;
  }
  .zayavka4 .left .plusi {
    margin-top: 25px;
  }
  .zayavka4 .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .zayavka4 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka4 .left .plusi .plus p {
    font-size: 19px;
    line-height: 155%;
    width: 440px;
    margin-left: 15px;
  }
  .zayavka4 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka4 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka4 .left .button_block {
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 3;
  }
  .zayavka4 .left .button_block .whatsapp {
    width: 290px;
    height: 70px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka4 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .zayavka4 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka4 .left .button_block .tg {
    margin-left: 20px;
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka4 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka4 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka4 .left .button_block .button {
    width: 460px;
  }
  .zayavka4 .left .button_block .button button {
    padding: 0;
  }
  
  .zayavka5 {
    background-color: #fff;
    background-image: url(../img/zayavka/bg1_4.jpg);
    border-radius: 5px;
    padding: 50px 70px 60px 70px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .zayavka5::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka5 .right {
    width: 490px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka5 .right img {
    width: 100%;
    position: absolute;
    bottom: -60px;
  }
  .zayavka5 .right .name {
    position: absolute;
    bottom: 0px;
    left: auto;
  }
  .zayavka5 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka5 .right .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .zayavka5 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 15px;
    margin-left: 10px;
  }
  .zayavka5 .left {
    width: 560px;
  }
  .zayavka5 .left h3 {
    text-align: left;
  }
  .zayavka5 .left .plusi {
    margin-top: 25px;
  }
  .zayavka5 .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .zayavka5 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka5 .left .plusi .plus p {
    font-size: 19px;
    line-height: 155%;
    width: 440px;
    margin-left: 15px;
  }
  .zayavka5 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka5 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka5 .left .button_block {
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 3;
  }
  .zayavka5 .left .button_block .whatsapp {
    width: 290px;
    height: 70px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka5 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .zayavka5 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka5 .left .button_block .tg {
    margin-left: 20px;
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka5 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka5 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka5 .left .button_block .button {
    width: 460px;
  }
  .zayavka5 .left .button_block .button button {
    padding: 0;
  }
  
  .zayavka6 {
    background-color: #fff;
    background-image: url(../img/zayavka/bg1_5.jpg);
    border-radius: 5px;
    padding: 50px 70px 60px 70px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .zayavka6::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka6 .right {
    width: 490px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka6 .right img {
    width: 100%;
    position: absolute;
    bottom: -60px;
  }
  .zayavka6 .right .name {
    position: absolute;
    bottom: 0px;
    left: auto;
  }
  .zayavka6 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka6 .right .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .zayavka6 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 15px;
    margin-left: 10px;
  }
  .zayavka6 .left {
    width: 560px;
  }
  .zayavka6 .left h3 {
    text-align: left;
  }
  .zayavka6 .left .plusi {
    margin-top: 25px;
  }
  .zayavka6 .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .zayavka6 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka6 .left .plusi .plus p {
    font-size: 19px;
    line-height: 155%;
    width: 440px;
    margin-left: 15px;
  }
  .zayavka6 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka6 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka6 .left .button_block {
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 3;
  }
  .zayavka6 .left .button_block .whatsapp {
    width: 290px;
    height: 70px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka6 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .zayavka6 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka6 .left .button_block .tg {
    margin-left: 20px;
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka6 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka6 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka6 .left .button_block .button {
    width: 460px;
  }
  .zayavka6 .left .button_block .button button {
    padding: 0;
  }
  
  .zayavka7 {
    background-color: #fff;
    background-image: url(../img/zayavka/bg1_6.jpg);
    border-radius: 5px;
    padding: 50px 70px 60px 70px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .zayavka7::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka7 .right {
    width: 490px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka7 .right img {
    width: 100%;
    position: absolute;
    bottom: -60px;
  }
  .zayavka7 .right .name {
    position: absolute;
    bottom: 0px;
    left: auto;
  }
  .zayavka7 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka7 .right .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .zayavka7 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 15px;
    margin-left: 10px;
  }
  .zayavka7 .left {
    width: 560px;
  }
  .zayavka7 .left h3 {
    text-align: left;
  }
  .zayavka7 .left .plusi {
    margin-top: 25px;
  }
  .zayavka7 .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .zayavka7 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka7 .left .plusi .plus p {
    font-size: 19px;
    line-height: 155%;
    width: 440px;
    margin-left: 15px;
  }
  .zayavka7 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka7 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka7 .left .button_block {
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 3;
  }
  .zayavka7 .left .button_block .whatsapp {
    width: 290px;
    height: 70px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka7 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .zayavka7 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka7 .left .button_block .tg {
    margin-left: 20px;
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka7 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka7 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka7 .left .button_block .button {
    width: 460px;
  }
  .zayavka7 .left .button_block .button button {
    padding: 0;
  }
  
  .zayavka8 {
    background-color: #fff;
    background-image: url(../img/zayavka/bg1_7.jpg);
    border-radius: 5px;
    padding: 50px 70px 60px 70px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .zayavka8::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka8 .right {
    width: 490px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka8 .right img {
    width: 100%;
    position: absolute;
    bottom: -60px;
  }
  .zayavka8 .right .name {
    position: absolute;
    bottom: 0px;
    left: auto;
  }
  .zayavka8 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka8 .right .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .zayavka8 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 15px;
    margin-left: 10px;
  }
  .zayavka8 .left {
    width: 560px;
  }
  .zayavka8 .left h3 {
    text-align: left;
  }
  .zayavka8 .left .plusi {
    margin-top: 25px;
  }
  .zayavka8 .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .zayavka8 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka8 .left .plusi .plus p {
    font-size: 19px;
    line-height: 155%;
    width: 440px;
    margin-left: 15px;
  }
  .zayavka8 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka8 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka8 .left .button_block {
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 3;
  }
  .zayavka8 .left .button_block .whatsapp {
    width: 290px;
    height: 70px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka8 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .zayavka8 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka8 .left .button_block .tg {
    margin-left: 20px;
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka8 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka8 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka8 .left .button_block .button {
    width: 460px;
  }
  .zayavka8 .left .button_block .button button {
    padding: 0;
  }
  .zayavka9 {
    background-color: #fff;
    background-image: url(../img/zayavka/bg1_8.jpg);
    border-radius: 5px;
    padding: 50px 70px 60px 70px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .zayavka9::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka9 .right {
    width: 490px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka9 .right img {
    width: 100%;
    position: absolute;
    bottom: -60px;
  }
  .zayavka8 .right .name {
    position: absolute;
    bottom: 0px;
    left: auto;
  }
  .zayavka9 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka9 .right .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .zayavka9 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 15px;
    margin-left: 10px;
  }
  .zayavka9 .left {
    width: 560px;
  }
  .zayavka9 .left h3 {
    text-align: left;
  }
  .zayavka9 .left .plusi {
    margin-top: 25px;
  }
  .zayavka9 .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .zayavka9 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka9 .left .plusi .plus p {
    font-size: 19px;
    line-height: 155%;
    width: 440px;
    margin-left: 15px;
  }
  .zayavka9 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka9 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka9 .left .button_block {
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 3;
  }
  .zayavka9 .left .button_block .whatsapp {
    width: 290px;
    height: 70px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka9 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .zayavka9 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka9 .left .button_block .tg {
    margin-left: 20px;
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka9 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka9 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka9 .left .button_block .button {
    width: 460px;
  }
  .zayavka9 .left .button_block .button button {
    padding: 0;
  }
  
  .sborka {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 45px;
  }
  .sborka .owl-stage {
    display: flex !important;
  }
  .sborka .owl-prev {
    left: 245px !important;
    transition: ease-in-out 0.2s;
  }
  .sborka .owl-next {
    right: 245px !important;
    transition: ease-in-out 0.2s;
  }
  .sborka a {
    width: 600px !important;
    height: 450px !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sborka a img {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .shagi_all h3 {
    width: 700px;
    margin: 0 auto;
  }
  .shagi_all .items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .shagi_all .items .item {
    width: 31%;
    text-align: center;
  }
  .shagi_all .items .item:nth-child(n+4) {
    margin-top: 50px;
  }
  .shagi_all .items .item img {
    width: 100%;
    height: 200px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .shagi_all .items .item h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 7px;
  }
  .shagi_all .items .item > p {
    line-height: 160%;
    font-size: 16px;
  }
  .shagi_all .items .item:last-child {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 100%), url(../img/bg2/bg_main_blur.jpg);
    position: relative;
    border-radius: 5px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .shagi_all .items .item:last-child h4 {
    margin-top: 0;
    line-height: 140%;
  }
  .shagi_all .items .item:last-child::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .shagi_all .items .item:last-child .tel {
    margin-top: 10px;
    position: relative;
    z-index: 3;
  }
  .shagi_all .items .item:last-child .tel a {
    font-size: 24px;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    display: block;
    margin-top: 2px;
  }
  .shagi_all .items .item:last-child .button {
    width: 100%;
    height: 75px;
    margin-top: 20px;
  }
  .shagi_all .items .item:last-child .soc {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    margin: 20px auto 0 auto;
    position: relative;
    z-index: 3;
  }
  .shagi_all .items .item:last-child .soc a {
    width: 40px;
    height: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .shagi_all .items .item:last-child .soc a:nth-child(n+2) {
    margin-left: 15px;
  }
  .shagi_all .items .item:last-child .soc a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .zayavka2 {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 100%), url(../img/bg2/bg_main_blur.jpg);
    position: relative;
  }
  .zayavka2 .fon {
    position: absolute;
    right: -100px;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 1;
  }
  .zayavka2::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .docs {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    flex-wrap: wrap;
  }
  .docs h3 {
    width: 100%;
    margin-bottom: 50px;
  }
  .docs a {
    width: 17%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: center;
  }
  .docs a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer_all h3 {
    width: 750px;
    text-align: left;
  }
  .footer_all .footer {
    display: flex;
    justify-content: space-between;
  }
  .footer_all .footer .mmap {
    width: 630px;
    border-radius: 5px;
    overflow: hidden;
  }
  .footer_all .footer .left .item {
    font-size: 24px;
    line-height: 140%;
    margin-top: 30px;
  }
  .footer_all .footer .left .item b, .footer_all .footer .left .item a {
    font-family: "NEXT ART", sans-serif !important;
    color: #333;
    text-decoration: none;
    font-weight: 700;
  }
  .footer_all .footer .left .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 35px;
  }
  .footer_all .footer .left .social > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
  }
  .footer_all .footer .left .social p {
    line-height: 165%;
  }
  .footer_all .footer .left .social p b {
    display: block;
  }
  .footer_all .footer .left .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .footer_all .footer .left .social .items a {
    height: 40px;
    width: auto;
  }
  .footer_all .footer .left .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .footer_all .footer .left .social .items a img {
    width: 100%;
    height: 100%;
  }
  .callback-bt-tel {
    display: none !important;
  }
  .callback-bt-desctop {
    display: flex !important;
  }
  .forma_pop {
    width: 470px;
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 5px;
  }
  .forma_pop h4 {
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
    text-align: center;
  }
  .forma_pop > p {
    margin-top: 7px;
    text-align: center;
  }
  .forma_pop form {
    flex-direction: column;
    margin-top: 20px;
  }
  .forma_pop form input {
    width: 100%;
    background-color: #F0F1F1;
    border-radius: 50px;
  }
  .forma_pop form .button {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .forma_pop form .button button p {
    font-size: 21px;
  }
  .forma_pop form small {
    margin-top: 15px;
    line-height: 130%;
    text-align: center;
    font-weight: 300;
    display: block;
  }
  .forma_pop form .button_block {
    display: flex;
    margin-top: 30px;
    position: relative;
    z-index: 3;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .forma_pop form .button_block p {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .forma_pop form .button_block p b {
    font-weight: 600;
  }
  .forma_pop form .button_block .whatsapp {
    width: 48%;
    height: 40px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #48C95F 0%, #2CA842 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .forma_pop form .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .forma_pop form .button_block .whatsapp img {
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .forma_pop form .button_block .tg {
    margin-left: 0px;
    width: 48%;
    height: 40px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .forma_pop form .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .forma_pop form .button_block .tg img {
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .mob_only {
    display: none !important;
  }
  .seo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .seo h2:nth-child(n+2) {
    margin-top: 30px;
  }
  .seo p {
    margin-top: 10px;
    line-height: 160%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  html {
    min-width: 993px;
    zoom: 80%;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 700px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Montserrat", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
  }
  .font {
    font-family: "NEXT ART", sans-serif !important;
  }
  .grad {
    background: -webkit-radial-gradient(#333, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .container {
    max-width: 700px;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 700px;
    width: 100%;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 70px 0;
  }
  header {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 8%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%), url(../img/bg1/bg_main.jpg);
    background-size: cover;
    background-position: center right;
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
  }
  .bg_dark {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 100%), url(../img/bg2/bg_main_blur.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h3 {
    font-size: 39px;
    font-weight: 300;
    text-align: center;
    line-height: 130%;
    font-family: "NEXT ART", sans-serif !important;
    width: 100%;
  }
  h3 small {
    font-family: "Montserrat", sans-serif !important;
    display: block;
    font-size: 24px;
    line-height: 140%;
    width: 89%;
    margin: 15px auto 0 auto;
    font-weight: 200;
  }
  h3 b {
    background: -webkit-radial-gradient(#333, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    z-index: 10;
    width: 420px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #55AE28 0%, #5C9D3B 100%);
    font-family: "NEXT ART", sans-serif !important;
    cursor: pointer;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    box-shadow: 0px 4px 0px #3C7D19, inset 0px 0px 25px 10px rgba(143, 200, 115, 0.9);
    padding: 0 45px;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 140%;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-image: linear-gradient(180deg, #5C9D3B 0%, #55AE28 100%);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: auto;
    height: 55px;
  }
  .menu .logo p {
    width: 260px;
    margin-left: 20px;
    font-size: 14px;
    display: none;
  }
  .menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .menu .social > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
    display: none;
  }
  .menu .social p {
    line-height: 165%;
    display: none;
  }
  .menu .social p b {
    display: block;
  }
  .menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .menu .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .menu .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel p {
    line-height: 14px;
    margin-bottom: 7px;
  }
  .menu .tel a {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 1px;
    display: block;
  }
  .main {
    padding-top: 125px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
  }
  .main .blur {
    position: absolute;
    top: 20px;
    left: -70px;
    border-radius: 300px;
    width: 900px;
    height: 1050px;
    background-color: #fff;
    filter: blur(80px);
    opacity: 0.95;
  }
  .main .right {
    position: relative;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
  .main .right .garant {
    background-image: linear-gradient(to top, #174D8C, #3C7FCD);
    border-radius: 20px 5px;
    width: 265px;
    height: 320px;
    padding: 25px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .main .right .garant::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(45deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .main .right .garant p {
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    font-weight: 300;
  }
  .main .right .garant p b {
    font-weight: 600;
  }
  .main .right .garant img {
    width: 100%;
    margin-top: auto;
  }
  .main .left {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .main .left h1 {
    font-size: 36px;
    font-weight: 300;
    line-height: 135%;
    text-align: center;
  }
  .main .left h1 b {
    font-size: 40px;
    display: block;
  }
  .main .left .h1_dop {
    margin-top: 25px;
    font-size: 30px;
    line-height: 130%;
    font-weight: 300;
    color: #323232;
    display: flex;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .main .left .h1_dop p {
    margin-left: 20px;
    line-height: 120%;
  }
  .main .left .h1_dop p b {
    font-weight: 500;
    display: block;
  }
  .main .left .h1_dop .line {
    height: 1px;
    width: 60px;
    background-color: #3C7FCD;
    position: relative;
    top: 21px;
  }
  .main .left .plusi {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 45px;
  }
  .main .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .main .left .plusi .plus:nth-child(n+3) {
    margin-top: 43px;
  }
  .main .left .plusi .plus .img {
    width: 65px;
    border-radius: 5px;
    height: 65px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
  }
  .main .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .main .left .plusi .plus p {
    font-size: 16px;
    width: 208px;
    margin-left: 22px;
    line-height: 150%;
  }
  .main .left .plusi .plus:nth-child(2n) p {
    width: 182px;
  }
  .main .left .button_block {
    margin-top: 65px;
    display: flex;
    align-items: center;
  }
  .main .left .button_block .button {
    width: 430px;
  }
  .main .left .button_block .akc {
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  .main .left .button_block .akc img {
    width: 92px;
  }
  .main .left .button_block .akc p {
    margin-left: 10px;
    font-size: 16px;
    line-height: 150%;
  }
  .main .left .button_block .akc p b {
    display: block;
  }
  .case_photo{
		display:flex;
		flex-wrap:wrap;
		margin-top:60px
	}
	.case_photo a{
		width:20%;
		height:180px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.case_photo img{
		display:flex;
		width:100%;
		-o-object-fit:cover;
		object-fit:cover;
		border:1px solid #fff
	}
  .bg2 h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .bg2 .cases {
    margin-top: 55px;
  }
  .bg2 .cases .case {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .bg2 .cases .case:nth-child(n+2) {
    margin-top: 70px;
  }
  .bg2 .cases .case .left {
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }
  .bg2 .cases .case .left .img_main {
    width: 600px;
    height: 400px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 .cases .case .left .img_main > a {
    width: 100%;
  }
  .bg2 .cases .case .left .img_main img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg2 .cases .case .left .img_dop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0px;
    margin-top: 15px;
  }
  .bg2 .cases .case .left .img_dop a {
    width: 23%;
    height: 90px;
  }
  .bg2 .cases .case .left .img_dop img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg2 .cases .case .right {
    margin-left: 0px;
    width: 420px;
    margin-top: 45px;
  }
  .bg2 .cases .case .right h4 {
    font-size: 30px;
    font-weight: 300;
  }
  .bg2 .cases .case .right .plusi {
    display: flex;
    margin-top: 20px;
  }
  .bg2 .cases .case .right .plusi p:nth-child(n+2) {
    margin-left: 35px;
  }
  .bg2 .cases .case .right .plusi p b {
    display: block;
  }
  .bg2 .cases .case .right hr {
    margin: 25px 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 1px solid #3C7FCD;
  }
  .bg2 .cases .case .right ul li {
    list-style-type: none;
    font-size: 18px;
  }
  .bg2 .cases .case .right ul li:nth-child(n+2) {
    margin-top: 15px;
  }
  .bg2 .cases .case .right .button {
    margin-top: 45px;
    width: 100%;
  }
  .bg2 .cases .case .right .button button {
    padding: 0;
  }
  .send_project {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 100%), url(../img/bg2/bg_main_blur.jpg);
    border-radius: 5px;
    padding: 55px 45px;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .send_project .phone {
    position: absolute;
    width: 200px;
    bottom: 0;
    z-index: 3;
  }
  .send_project::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(14deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .send_project .info {
    width: 320px;
    margin-left: auto;
    position: relative;
    z-index: 3;
  }
  .send_project .info p {
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
  }
  .send_project .info .button_block {
    display: flex;
    margin-top: 30px;
    position: relative;
    z-index: 3;
    flex-direction: column;
  }
  .send_project .info .button_block .whatsapp {
    width: 245px;
    height: 60px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #48C95F 0%, #2CA842 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .send_project .info .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .send_project .info .button_block .whatsapp img {
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    width: 35px;
    height: 35px;
    margin-left: 15px;
  }
  .send_project .info .button_block .tg {
    margin-left: 0px;
    margin-top: 15px;
    width: 245px;
    height: 60px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .send_project .info .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .send_project .info .button_block .tg img {
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    width: 35px;
    height: 35px;
    margin-left: 15px;
  }
  .bg3 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .bg3 .left {
    width: 100%;
    height: 450px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    order: 2;
    margin-top: 60px;
  }
  .bg3 .left .evg {
    position: absolute;
    width: 350px;
    height: auto;
    right: 10px;
    bottom: 0;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg3 .left .name {
    position: absolute;
    bottom: 100px;
    right: 150px;
    left: auto;
  }
  .bg3 .left .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .bg3 .left .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .bg3 .left .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 15px;
    margin-left: 10px;
  }
  .bg3 .left img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg3 .right {
    width: 623px;
    order: 1;
  }
  .bg3 .right h3 {
    text-align: left;
    font-size: 37px;
  }
  .bg3 .right .plusi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 38px;
  }
  .bg3 .right .plusi .plus {
    display: flex;
    align-items: center;
  }
  .bg3 .right .plusi .plus:nth-child(n+2) {
    margin-top: 32px;
  }
  .bg3 .right .plusi .plus:nth-child(1) .img img {
    width: 70px;
  }
  .bg3 .right .plusi .plus .img {
    width: 70px;
    border-radius: 5px;
    height: 70px;
    background-image: linear-gradient(to top, #174D8C, #3C7FCD);
    position: relative;
  }
  .bg3 .right .plusi .plus .img img {
    width: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .bg3 .right .plusi .plus p {
    font-size: 19px;
    width: 530px;
    margin-left: 22px;
    line-height: 150%;
  }
  .uslugi_all h3 {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .uslugi_all .uslugi {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .uslugi_all .uslugi .item {
    width: 100%;
    padding: 40px;
    border-radius: 5px;
  }
  .uslugi_all .uslugi .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .uslugi_all .uslugi .item .info {
    width: 350px;
  }
  .uslugi_all .uslugi .item .info h4 {
    font-size: 26px;
    line-height: 130%;
    text-transform: uppercase;
  }
  .uslugi_all .uslugi .item .info .price {
    display: flex;
    margin-top: 25px;
  }
  .uslugi_all .uslugi .item .info .price p {
    width: 200px;
    margin-top: 15px;
    font-weight: 400;
  }
  .uslugi_all .uslugi .item .info .price b {
    padding: 20px 20px;
    display: block;
    border: 1px solid #EFBE67;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
  }
  .uslugi_all .uslugi .item .info .button {
    width: 100%;
    height: 80px;
    margin-top: 40px;
  }
  .uslugi_all .uslugi .item:nth-child(1) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .uslugi_all .uslugi .item:nth-child(2) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/2.jpg);
    background-size: 100% 100%;
  }
  .uslugi_all .uslugi .item:nth-child(2) h4 {
    width: 240px;
  }
  .uslugi_all .uslugi2 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .uslugi_all .uslugi2 .item {
    width: 100%;
    padding: 40px;
    border-radius: 5px;
  }
  .uslugi_all .uslugi2 .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .uslugi_all .uslugi2 .item .info {
    width: 350px;
  }
  .uslugi_all .uslugi2 .item .info h4 {
    font-size: 26px;
    line-height: 130%;
    text-transform: uppercase;
  }
  .uslugi_all .uslugi2 .item .info .price {
    display: flex;
    margin-top: 25px;
  }
  .uslugi_all .uslugi2 .item .info .price p {
    width: 200px;
    margin-top: 15px;
    font-weight: 400;
  }
  .uslugi_all .uslugi2 .item .info .price b {
    padding: 20px 20px;
    display: block;
    border: 1px solid #EFBE67;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
  }
  .uslugi_all .uslugi2 .item .info .button {
    width: 100%;
    height: 80px;
    margin-top: 40px;
  }
  .uslugi_all .uslugi2 .item:nth-child(1) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .uslugi_all .uslugi2 .item:nth-child(2) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/4.jpg);
    background-size: 100% 100%;
  }
  .uslugi_all .uslugi2 .item:nth-child(2) h4 {
    width: 240px;
  }
  .uslugi_all .uslugi3 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .uslugi_all .uslugi3 .item {
    width: 100%;
    padding: 40px;
    border-radius: 5px;
  }
  .uslugi_all .uslugi3 .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .uslugi_all .uslugi3 .item .info {
    width: 350px;
  }
  .uslugi_all .uslugi3 .item .info h4 {
    font-size: 26px;
    line-height: 130%;
    text-transform: uppercase;
  }
  .uslugi_all .uslugi3 .item .info .price {
    display: flex;
    margin-top: 25px;
  }
  .uslugi_all .uslugi3 .item .info .price p {
    width: 200px;
    margin-top: 15px;
    font-weight: 400;
  }
  .uslugi_all .uslugi3 .item .info .price b {
    padding: 20px 20px;
    display: block;
    border: 1px solid #EFBE67;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
  }
  .uslugi_all .uslugi3 .item .info .button {
    width: 100%;
    height: 80px;
    margin-top: 40px;
  }
  .uslugi_all .uslugi3 .item:nth-child(1) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .uslugi_all .uslugi3 .item:nth-child(2) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/6.jpg);
    background-size: 100% 100%;
  }
  .uslugi_all .uslugi3 .item:nth-child(2) h4 {
    width: 240px;
  }
  .uslugi_all .uslugi4 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .uslugi_all .uslugi4 .item {
    width: 100%;
    padding: 40px;
    border-radius: 5px;
  }
  .uslugi_all .uslugi4 .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .uslugi_all .uslugi4 .item .info {
    width: 350px;
  }
  .uslugi_all .uslugi4 .item .info h4 {
    font-size: 26px;
    line-height: 130%;
    text-transform: uppercase;
  }
  .uslugi_all .uslugi4 .item .info .price {
    display: flex;
    margin-top: 25px;
  }
  .uslugi_all .uslugi4 .item .info .price p {
    width: 200px;
    margin-top: 15px;
    font-weight: 400;
  }
  .uslugi_all .uslugi4 .item .info .price b {
    padding: 20px 20px;
    display: block;
    border: 1px solid #EFBE67;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
  }
  .uslugi_all .uslugi4 .item .info .button {
    width: 100%;
    height: 80px;
    margin-top: 40px;
  }
  .uslugi_all .uslugi4 .item:nth-child(1) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .uslugi_all .uslugi4 .item:nth-child(2) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/8.jpg);
    background-size: 100% 100%;
  }
  .uslugi_all .uslugi4 .item:nth-child(2) h4 {
    width: 240px;
  }
  .brigada {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
  }
  .brigada .right {
    width: 100%;
    padding-top: 10px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    justify-content: center;
    margin-top: 50px;
  }
  .brigada .right p {
    position: absolute;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    bottom: 30px;
  }
  .brigada .right p b {
    display: block;
    text-align: center;
  }
  .brigada .right img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
	position: relative;
  }
  .brigada .left {
    width: 100%;
  }
  .brigada .left h3 {
    text-align: left;
  }
  .brigada .left .plusi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 38px;
  }
  .brigada .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .brigada .left .plusi .plus:nth-child(n+2) {
    margin-top: 32px;
  }
  .brigada .left .plusi .plus:nth-child(1) .img img {
    width: 20px;
  }
  .brigada .left .plusi .plus:nth-child(2) .img img {
    width: 20px;
  }
  .brigada .left .plusi .plus:nth-child(3) .img img {
    width: 20px;
  }
  .brigada .left .plusi .plus .img {
    width: 70px;
    border-radius: 5px;
    height: 70px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .brigada .left .plusi .plus .img img {
    width: 80px;
    position: relative;
    bottom: 0;
  }
  .brigada .left .plusi .plus p {
    font-size: 19px;
    width: 440px;
    margin-left: 22px;
    line-height: 150%;
  }
  
  .proizvodstvo {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
  }
  .proizvodstvo .right {
    width: 100%;
    padding-top: 10px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    justify-content: center;
    margin-top: 50px;
  }
  .proizvodstvo .right p {
    position: absolute;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    bottom: 30px;
  }
  .proizvodstvo .right p b {
    display: block;
    text-align: center;
  }
  .proizvodstvo .right img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .proizvodstvo .left {
    width: 100%;
  }
  .proizvodstvo .left h3 {
    text-align: left;
  }
  .proizvodstvo .left .plusi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 38px;
  }
  .proizvodstvo .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .proizvodstvo .left .plusi .plus:nth-child(n+2) {
    margin-top: 32px;
  }
  .proizvodstvo .left .plusi .plus:nth-child(1) .img img {
    width: 20px;
  }
  .proizvodstvo .left .plusi .plus:nth-child(2) .img img {
    width: 20px;
  }
  .proizvodstvo .left .plusi .plus:nth-child(3) .img img {
    width: 20px;
  }
  .proizvodstvo .left .plusi .plus .img {
    width: 70px;
    border-radius: 5px;
    height: 70px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .proizvodstvo .left .plusi .plus .img img {
    width: 80px;
    position: relative;
    bottom: 0;
  }
  .proizvodstvo .left .plusi .plus p {
    font-size: 19px;
    width: 440px;
    margin-left: 22px;
    line-height: 150%;
  }
  .poryadok h3 {
    text-align: left;
  }
  .poryadok .items {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .poryadok .items .item {
    width: 48%;
    text-align: center;
  }
  .poryadok .items .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .poryadok .items .item:nth-child(5) {
    text-align: center;
    width: 100%;
  }
  .poryadok .items .item:nth-child(5) b {
    width: 100%;
  }
  .poryadok .items .item:nth-child(5) .cifra {
    margin-left: auto;
    margin-right: auto;
  }
  .poryadok .items .item .cifra {
    width: 50px;
    height: 50px;
    background-color: #74b652;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .poryadok .items .item .cifra p {
    font-size: 28px;
    line-height: 0;
  }
  .poryadok .items .item b {
    font-size: 18px;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-top: 20px;
  }
  .poryadok .items .item > p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 145%;
  }
  .zamer {
    padding: 45px 60px 60px 60px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
  }
  .zamer .left {
    width: 500px;
  }
  .zamer .left h3 {
    text-align: left;
  }
  .zamer .left .plusi {
    margin-top: 30px;
  }
  .zamer .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .zamer .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zamer .left .plusi .plus .img {
    width: 70px;
    height: 70px;
    background-color: #74b652;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zamer .left .plusi .plus p {
    font-size: 21px;
    margin-left: 20px;
    width: 340px;
    line-height: 145%;
  }
  .zamer .left > p {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 150%;
    width: 440px;
    margin-top: 40px;
  }
  .zamer .right {
    position: relative;
    margin-top: 50px;
	width: 100%;
  }
  .zamer .right .master {
    position: absolute;
    bottom: 0;
    width: 320px;
    left: -250px;
    bottom: -60px;
  }
  .zamer .right .calc {
    position: absolute;
    width: 370px;
    top: -160px;
    right: 10px;
  }
  .zamer .right .forma {
    background-color: #fff;
    padding: 40px 40px 45px 40px;
    width: 100%;
    position: relative;
    border-radius: 5px;
    z-index: 3;
  }
  .zamer .right .forma h4 {
    margin-bottom: 22px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 140%;
  }
  .zamer .right .forma h4 span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 7px;
  }
  .zamer .right .forma form {
    display: flex;
    flex-direction: column;
  }
  .zamer .right .forma form input {
    width: 100%;
    background-color: #EBEBEA;
    font-size: 20px;
  }
  .zamer .right .forma form .button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    height: 100px;
  }
  .zamer .right .forma small {
    text-align: left;
    display: block;
    margin-top: 15px;
    margin-bottom: -20px;
    font-size: 12px;
    line-height: 150%;
    color: #a0a0a0;
    font-weight: 300;
  }
  .zamer .right .forma .social {
    display: flex;
    align-items: center;
	justify-content: center;
    margin-top: 35px;
  }
  .zamer .right .forma .social p {
    width: 210px;
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
  }
  .zamer .right .forma .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .zamer .right .forma .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .zamer .right .forma .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .zamer .right .forma .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .comanda {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .comanda .left {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    order: 2;
  }
  .comanda .left .tm {
    width: 48%;
    height: 400px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .comanda .left .tm:nth-child(n+3) {
    margin-top: 20px;
  }
  .comanda .left .tm img {
    width: 100%;
    height: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .comanda .left .tm .name {
    position: absolute;
    bottom: 30px;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .comanda .left .tm .name p {
    padding: 5px 15px;
    border-radius: 3px 0 0 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .comanda .left .tm .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .comanda .left .tm .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 14px;
    margin-left: 0px;
  }
  .comanda .right {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    top: 0;
    order: 1;
  }
  .comanda .right h3 {
    text-align: left;
  }
  .comanda .right p {
    font-size: 22px;
    line-height: 160%;
    margin-top: 20px;
  }
  .zayavka {
    background-color: #fff;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(../img/zayavka/bg1_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: 100%;
    padding: 50px 60px 60px 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
  }
  .zayavka::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka .right img {
    width: 60%;
    position: absolute;
    bottom: -60px;
  }
  .zayavka .right .name {
    position: absolute;
    bottom: 130px;
    left: auto;
  }
  .zayavka .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka .right .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .zayavka .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 15px;
    margin-left: 10px;
  }
  .zayavka .left {
    width: 560px;
  }
  .zayavka .left h3 {
    text-align: center;
  }
  .zayavka .left .plusi {
    margin-top: 25px;
  }
  .zayavka .left .plusi .plus {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka .left .plusi .plus p {
    font-size: 19px;
    line-height: 155%;
    width: 440px;
    margin-left: 15px;
  }
  .zayavka .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka .left .button_block {
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 3;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka .left .button_block .whatsapp {
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
  }
  .zayavka .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka .left .button_block .tg {
    margin-left: 20px;
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka .left .button_block .button {
    width: 460px;
  }
  .zayavka .left .button_block .button button {
    padding: 0;
  }
  
  .zayavka3 {
    background-color: #fff;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(../img/zayavka/bg1_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: 100%;
    padding: 50px 60px 60px 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
  }
  .zayavka3::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka3 .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka3 .right img {
    width: 60%;
    position: absolute;
    bottom: -60px;
  }
  .zayavka3 .right .name {
    position: absolute;
    bottom: 130px;
    left: auto;
  }
  .zayavka3 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka3 .right .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .zayavka3 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 15px;
    margin-left: 10px;
  }
  .zayavka3 .left {
    width: 560px;
  }
  .zayavka3 .left h3 {
    text-align: center;
  }
  .zayavka3 .left .plusi {
    margin-top: 25px;
  }
  .zayavka3 .left .plusi .plus {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka3 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka3 .left .plusi .plus p {
    font-size: 19px;
    line-height: 155%;
    width: 440px;
    margin-left: 15px;
  }
  .zayavka3 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka3 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka3 .left .button_block {
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 3;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka3 .left .button_block .whatsapp {
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka3 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
  }
  .zayavka3 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka3 .left .button_block .tg {
    margin-left: 20px;
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka3 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka3 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka3 .left .button_block .button {
    width: 460px;
  }
  .zayavka3 .left .button_block .button button {
    padding: 0;
  }
  
  .zayavka4 {
    background-color: #fff;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(../img/zayavka/bg1_3.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: 100%;
    padding: 50px 60px 60px 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
  }
  .zayavka4::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka4 .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka4 .right img {
    width: 60%;
    position: absolute;
    bottom: -60px;
  }
  .zayavka4 .right .name {
    position: absolute;
    bottom: 130px;
    left: auto;
  }
  .zayavka4 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka4 .right .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .zayavka4 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 15px;
    margin-left: 10px;
  }
  .zayavka4 .left {
    width: 560px;
  }
  .zayavka4 .left h3 {
    text-align: center;
  }
  .zayavka4 .left .plusi {
    margin-top: 25px;
  }
  .zayavka4 .left .plusi .plus {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka4 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka4 .left .plusi .plus p {
    font-size: 19px;
    line-height: 155%;
    width: 440px;
    margin-left: 15px;
  }
  .zayavka4 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka4 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka4 .left .button_block {
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 3;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka4 .left .button_block .whatsapp {
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka4 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
  }
  .zayavka4 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka4 .left .button_block .tg {
    margin-left: 20px;
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka4 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka4 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka4 .left .button_block .button {
    width: 460px;
  }
  .zayavka4 .left .button_block .button button {
    padding: 0;
  }
  
  .zayavka5 {
    background-color: #fff;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(../img/zayavka/bg1_4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: 100%;
    padding: 50px 60px 60px 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
  }
  .zayavka5::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka5 .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka5 .right img {
    width: 60%;
    position: absolute;
    bottom: -60px;
  }
  .zayavka5 .right .name {
    position: absolute;
    bottom: 130px;
    left: auto;
  }
  .zayavka5 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka5 .right .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .zayavka5 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 15px;
    margin-left: 10px;
  }
  .zayavka5 .left {
    width: 560px;
  }
  .zayavka5 .left h3 {
    text-align: center;
  }
  .zayavka5 .left .plusi {
    margin-top: 25px;
  }
  .zayavka5 .left .plusi .plus {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka5 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka5 .left .plusi .plus p {
    font-size: 19px;
    line-height: 155%;
    width: 440px;
    margin-left: 15px;
  }
  .zayavka5 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka5 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka5 .left .button_block {
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 3;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka5 .left .button_block .whatsapp {
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka5 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
  }
  .zayavka5 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka5 .left .button_block .tg {
    margin-left: 20px;
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka5 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka5 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka5 .left .button_block .button {
    width: 460px;
  }
  .zayavka5 .left .button_block .button button {
    padding: 0;
  }
  
  .zayavka6 {
    background-color: #fff;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(../img/zayavka/bg1_5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: 100%;
    padding: 50px 60px 60px 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
  }
  .zayavka6::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka6 .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka6 .right img {
    width: 60%;
    position: absolute;
    bottom: -60px;
  }
  .zayavka6 .right .name {
    position: absolute;
    bottom: 130px;
    left: auto;
  }
  .zayavka6 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka6 .right .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .zayavka6 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 15px;
    margin-left: 10px;
  }
  .zayavka6 .left {
    width: 560px;
  }
  .zayavka6 .left h3 {
    text-align: center;
  }
  .zayavka6 .left .plusi {
    margin-top: 25px;
  }
  .zayavka6 .left .plusi .plus {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka6 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka6 .left .plusi .plus p {
    font-size: 19px;
    line-height: 155%;
    width: 440px;
    margin-left: 15px;
  }
  .zayavka6 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka6 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka6 .left .button_block {
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 3;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka6 .left .button_block .whatsapp {
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka6 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
  }
  .zayavka6 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka6 .left .button_block .tg {
    margin-left: 20px;
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka6 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka6 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka6 .left .button_block .button {
    width: 460px;
  }
  .zayavka6 .left .button_block .button button {
    padding: 0;
  }
  
  .zayavka7 {
    background-color: #fff;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(../img/zayavka/bg1_6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: 100%;
    padding: 50px 60px 60px 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
  }
  .zayavka7::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka7 .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka7 .right img {
    width: 60%;
    position: absolute;
    bottom: -60px;
  }
  .zayavka7 .right .name {
    position: absolute;
    bottom: 130px;
    left: auto;
  }
  .zayavka7 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka7 .right .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .zayavka7 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 15px;
    margin-left: 10px;
  }
  .zayavka7 .left {
    width: 560px;
  }
  .zayavka7 .left h3 {
    text-align: center;
  }
  .zayavka7 .left .plusi {
    margin-top: 25px;
  }
  .zayavka7 .left .plusi .plus {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka7 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka7 .left .plusi .plus p {
    font-size: 19px;
    line-height: 155%;
    width: 440px;
    margin-left: 15px;
  }
  .zayavka7 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka7 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka7 .left .button_block {
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 3;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka7 .left .button_block .whatsapp {
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka7 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
  }
  .zayavka7 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka7 .left .button_block .tg {
    margin-left: 20px;
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka7 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka7 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka7 .left .button_block .button {
    width: 460px;
  }
  .zayavka7 .left .button_block .button button {
    padding: 0;
  }
  
  .zayavka8 {
    background-color: #fff;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(../img/zayavka/bg1_7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: 100%;
    padding: 50px 60px 60px 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
  }
  .zayavka8::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka8 .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka8 .right img {
    width: 60%;
    position: absolute;
    bottom: -60px;
  }
  .zayavka8 .right .name {
    position: absolute;
    bottom: 130px;
    left: auto;
  }
  .zayavka8 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka8 .right .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .zayavka8 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 15px;
    margin-left: 10px;
  }
  .zayavka8 .left {
    width: 560px;
  }
  .zayavka8 .left h3 {
    text-align: center;
  }
  .zayavka8 .left .plusi {
    margin-top: 25px;
  }
  .zayavka8 .left .plusi .plus {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka8 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka8 .left .plusi .plus p {
    font-size: 19px;
    line-height: 155%;
    width: 440px;
    margin-left: 15px;
  }
  .zayavka8 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka8 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka8 .left .button_block {
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 3;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka8 .left .button_block .whatsapp {
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka8 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
  }
  .zayavka8 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka8 .left .button_block .tg {
    margin-left: 20px;
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka8 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka8 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka8 .left .button_block .button {
    width: 460px;
  }
  .zayavka8 .left .button_block .button button {
    padding: 0;
  }
  
  .zayavka9 {
    background-color: #fff;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(../img/zayavka/bg1_8.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: 100%;
    padding: 50px 60px 60px 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
  }
  .zayavka9::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka9 .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka9 .right img {
    width: 60%;
    position: absolute;
    bottom: -60px;
  }
  .zayavka9 .right .name {
    position: absolute;
    bottom: 130px;
    left: auto;
  }
  .zayavka9 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka9 .right .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .zayavka9 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 15px;
    margin-left: 10px;
  }
  .zayavka9 .left {
    width: 560px;
  }
  .zayavka9 .left h3 {
    text-align: center;
  }
  .zayavka9 .left .plusi {
    margin-top: 25px;
  }
  .zayavka9 .left .plusi .plus {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka9 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka9 .left .plusi .plus p {
    font-size: 19px;
    line-height: 155%;
    width: 440px;
    margin-left: 15px;
  }
  .zayavka9 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka9 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka9 .left .button_block {
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 3;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .zayavka9 .left .button_block .whatsapp {
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka9 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
  }
  .zayavka9 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka9 .left .button_block .tg {
    margin-left: 20px;
    width: 245px;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka9 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka9 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka9 .left .button_block .button {
    width: 460px;
  }
  .zayavka9 .left .button_block .button button {
    padding: 0;
  }
  
  .sborka {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 45px;
  }
  .sborka .owl-stage {
    display: flex !important;
  }
  .sborka .owl-prev {
    left: 0px !important;
    transition: ease-in-out 0.2s;
  }
  .sborka .owl-next {
    right: 0px !important;
    transition: ease-in-out 0.2s;
  }
  .sborka a {
    width: 600px !important;
    height: 450px !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sborka a img {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .shagi_all h3 {
    width: 700px;
    margin: 0 auto;
  }
  .shagi_all .items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .shagi_all .items .item {
    width: 47%;
    text-align: center;
  }
  .shagi_all .items .item:nth-child(n+3) {
    margin-top: 50px;
  }
  .shagi_all .items .item img {
    width: 100%;
    height: 200px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .shagi_all .items .item h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 7px;
  }
  .shagi_all .items .item > p {
    line-height: 160%;
    font-size: 16px;
  }
  .shagi_all .items .item:last-child {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 100%), url(../img/bg2/bg_main_blur.jpg);
    position: relative;
    border-radius: 5px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .shagi_all .items .item:last-child h4 {
    margin-top: 0;
    line-height: 140%;
  }
  .shagi_all .items .item:last-child::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .shagi_all .items .item:last-child .tel {
    margin-top: 10px;
    position: relative;
    z-index: 3;
  }
  .shagi_all .items .item:last-child .tel a {
    font-size: 24px;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    display: block;
    margin-top: 2px;
  }
  .shagi_all .items .item:last-child .button {
    width: 100%;
    height: 75px;
    margin-top: 20px;
  }
  .shagi_all .items .item:last-child .button button {
    padding: 0;
  }
  .shagi_all .items .item:last-child .soc {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    margin: 20px auto 0 auto;
    position: relative;
    z-index: 3;
  }
  .shagi_all .items .item:last-child .soc a {
    width: 40px;
    height: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .shagi_all .items .item:last-child .soc a:nth-child(n+2) {
    margin-left: 15px;
  }
  .shagi_all .items .item:last-child .soc a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .zayavka2 {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 100%), url(../img/bg2/bg_main_blur.jpg);
    background-size: cover;
    background-position: top right;
    position: relative;
  }
  .zayavka2 .fon {
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 1;
    opacity: 0.3;
  }
  .zayavka2::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .docs {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    flex-wrap: wrap;
  }
  .docs h3 {
    width: 100%;
    margin-bottom: 50px;
  }
  .docs a {
    width: 47%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: center;
  }
  .docs a:nth-child(n+4) {
    margin-top: 50px;
  }
  .docs a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer_all h3 {
    width: 100%;
    text-align: center;
  }
  .footer_all .footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer_all .footer .mmap {
    width: 100%;
    height: 400px;
    margin-top: 50px;
    border-radius: 5px;
    overflow: hidden;
  }
  .footer_all .footer .left .item {
    font-size: 24px;
    line-height: 140%;
    margin-top: 30px;
    text-align: center;
  }
  .footer_all .footer .left .item b, .footer_all .footer .left .item a {
    font-family: "NEXT ART", sans-serif !important;
    color: #333;
    text-decoration: none;
    font-weight: 700;
  }
  .footer_all .footer .left .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .footer_all .footer .left .social > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
  }
  .footer_all .footer .left .social p {
    line-height: 165%;
  }
  .footer_all .footer .left .social p b {
    display: block;
  }
  .footer_all .footer .left .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .footer_all .footer .left .social .items a {
    height: 40px;
    width: auto;
  }
  .footer_all .footer .left .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .footer_all .footer .left .social .items a img {
    width: 100%;
    height: 100%;
  }
  .callback-bt-tel {
    display: none !important;
  }
  .callback-bt-desctop {
    display: flex !important;
  }
  .seo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .seo h2 {
    line-height: 140%;
  }
  .seo h2:nth-child(n+2) {
    margin-top: 30px;
  }
  .seo p {
    margin-top: 10px;
    line-height: 160%;
  }
}
@media screen and (max-width: 700px) {
  
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 340px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Montserrat", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
  }
  .font {
    font-family: "NEXT ART", sans-serif !important;
  }
  .grad {
    background: -webkit-radial-gradient(#333, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  .container {
    max-width: 360px;
    min-width: 340px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 360px;
    width: 100%;
    min-width: 340px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  nav {
		align-items: center;
	}
	.desc_only {
		display: none !important;
	}
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 70px 0;
  }
  header {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 65%, rgba(255, 255, 255, 0) 100%), url(../img/bg1/bg_main.jpg);
    background-size: cover;
    background-position: center right;
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
  }
  .bg_dark {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 100%), url(../img/bg2/bg_main_blur.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  h3 {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    line-height: 145%;
    font-family: "NEXT ART", sans-serif !important;
    width: 100%;
  }
  h3 small {
    font-family: "Montserrat", sans-serif !important;
    display: block;
    font-size: 16px;
    line-height: 160%;
    width: 100%;
    margin: 15px auto 0 auto;
    font-weight: 300;
  }
  h3 b {
    background: -webkit-radial-gradient(#333, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    z-index: 10;
    width: 420px;
    height: 90px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #55AE28 0%, #5C9D3B 100%);
    font-family: "NEXT ART", sans-serif !important;
    cursor: pointer;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    box-shadow: 0px 4px 0px #3C7D19, inset 0px 0px 25px 10px rgba(143, 200, 115, 0.9);
    padding: 0 17px;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 17px;
    line-height: 140%;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-image: linear-gradient(180deg, #5C9D3B 0%, #55AE28 100%);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: auto;
    height: 34px;
  }
  .menu .logo p {
    width: 260px;
    margin-left: 20px;
    font-size: 14px;
    display: none;
  }
  .menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    display: none;
  }
  .menu .social > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
    display: none;
  }
  .menu .social p {
    line-height: 165%;
    display: none;
  }
  .menu .social p b {
    display: block;
  }
  .menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .menu .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .menu .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel p {
    line-height: 11px;
    margin-bottom: 5px;
    font-size: 10px;
  }
  .menu .tel a {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 1px;
    display: block;
  }
  .main {
    padding-top: 100px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .main .blur {
    position: absolute;
    top: 20px;
    left: auto;
    right: auto;
    border-radius: 300px;
    width: 900px;
    height: 1050px;
    background-color: #fff;
    filter: blur(80px);
    opacity: 0.95;
    display: none;
  }
  .main .right {
    position: relative;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
  .main .right .garant {
    background-image: linear-gradient(to top, #174D8C, #3C7FCD);
    border-radius: 20px 5px;
    width: 265px;
    height: 320px;
    padding: 25px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .main .right .garant::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(45deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .main .right .garant p {
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    font-weight: 300;
  }
  .main .right .garant p b {
    font-weight: 600;
  }
  .main .right .garant img {
    width: 100%;
    margin-top: auto;
  }
  .main .left {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .main .left h1 {
    font-size: 18px;
    font-weight: 300;
    line-height: 145%;
    text-align: center;
  }
  .main .left h1 b {
    font-size: 25px;
    display: block;
  }
  .main .left .h1_dop {
    margin-top: 15px;
    font-size: 30px;
    line-height: 130%;
    font-weight: 300;
    color: #323232;
    display: flex;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .main .left .h1_dop p {
    margin-left: 15px;
    line-height: 140%;
    font-size: 17px;
  }
  .main .left .h1_dop p b {
    font-weight: 500;
    display: block;
  }
  .main .left .h1_dop .line {
    height: 1px;
    width: 20px;
    background-color: #3C7FCD;
    position: relative;
    top: 12px;
  }
  .main .left .img_main {
    width: 100%;
    height: 250px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 25px 5px;
    margin-top: 30px;
    position: relative;
  }
  .main .left .img_main::after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border-radius: 20px 5px;
    padding: 1px;
    background: linear-gradient(45deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .main .left .img_main img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .left .plusi {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 45px;
  }
  .main .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .main .left .plusi .plus:nth-child(n+2) {
    margin-top: 33px;
  }
  .main .left .plusi .plus .img {
    width: 65px;
    border-radius: 5px;
    height: 65px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
	justify-content: center;
    align-items: center;
    display: flex;
  }
  .main .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .main .left .plusi .plus p {
    font-size: 16px;
    width: 208px;
    margin-left: 22px;
    line-height: 150%;
  }
  .main .left .plusi .plus:nth-child(2n) p {
    width: 182px;
  }
  .main .left .button_block {
    margin-top: 65px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .main .left .button_block .button {
    width: 100%;
    order: 1;
  }
  .main .left .button_block .akc {
    display: flex;
    align-items: center;
    margin-left: 0px;
    order: 0;
  }
  .main .left .button_block .akc img {
    width: 92px;
  }
  .main .left .button_block .akc p {
    margin-left: 10px;
    font-size: 16px;
    line-height: 150%;
  }
  .main .left .button_block .akc p b {
    display: block;
  }
  .main .left .soc {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    margin: 20px auto 0 auto;
    position: relative;
    z-index: 3;
  }
  .main .left .soc a {
    width: 40px;
    height: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .left .soc a:nth-child(n+2) {
    margin-left: 10px;
  }
  .main .left .soc a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .case_photo{
		display:flex;
		flex-wrap:wrap;
		margin-top:50px
	}
	.case_photo a{
		width:25%;
		height:90px;
		display:flex;
		-o-object-fit:cover;
		object-fit:cover
	}
	.case_photo img{
		display:flex;
		width:100%;
		-o-object-fit:cover;
		object-fit:cover;
		border:1px solid #fff
	}
	
  .uslugi_all h3 {
    width: 100%;
    margin: 0 auto;
  }
  .uslugi_all .uslugi {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    flex-wrap: wrap;
  }
  .uslugi_all .uslugi .item {
    width: 100%;
    padding: 30px;
    border-radius: 5px;
  }
  .uslugi_all .uslugi .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .uslugi_all .uslugi .item .info {
    width: 100%;
  }
  .uslugi_all .uslugi .item .info h4 {
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
  }
  .uslugi_all .uslugi .item .info .price {
    display: wrap;
    align-items: center;
    margin-top: 15px;
  }
  .uslugi_all .uslugi .item .info .price p {
    margin-left: 0px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  }
  .uslugi_all .uslugi .item .info .price b {
    padding: 20px 20px;
    display: block;
    border: 1px solid #74b652;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
  }
  .uslugi_all .uslugi .item .info .button {
    width: 100%;
    height: 70px;
    margin-top: 30px;
  }
  .uslugi_all .uslugi .item:nth-child(1) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .uslugi_all .uslugi .item:nth-child(2) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/2.jpg);
    background-size: cover;
  }
  .uslugi_all .uslugi .item:nth-child(2) h4 {
    width: 240px;
  }
  .uslugi_all .uslugi2 {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    flex-wrap: wrap;
  }
  .uslugi_all .uslugi2 .item {
    width: 100%;
    padding: 30px;
    border-radius: 5px;
  }
  .uslugi_all .uslugi2 .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .uslugi_all .uslugi2 .item .info {
    width: 100%;
  }
  .uslugi_all .uslugi2 .item .info h4 {
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
  }
  .uslugi_all .uslugi2 .item .info .price {
    display: wrap;
    align-items: center;
    margin-top: 15px;
  }
  .uslugi_all .uslugi2 .item .info .price p {
    margin-left: 0px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  }
  .uslugi_all .uslugi2 .item .info .price b {
    padding: 20px 20px;
    display: block;
    border: 1px solid #74b652;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
  }
  .uslugi_all .uslugi2 .item .info .button {
    width: 100%;
    height: 70px;
    margin-top: 30px;
  }
  .uslugi_all .uslugi2 .item:nth-child(1) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .uslugi_all .uslugi2 .item:nth-child(2) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/4.jpg);
    background-size: cover;
  }
  .uslugi_all .uslugi2 .item:nth-child(2) h4 {
    width: 240px;
  }
  .uslugi_all .uslugi3 {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    flex-wrap: wrap;
  }
  .uslugi_all .uslugi3 .item {
    width: 100%;
    padding: 30px;
    border-radius: 5px;
  }
  .uslugi_all .uslugi3 .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .uslugi_all .uslugi3 .item .info {
    width: 100%;
  }
  .uslugi_all .uslugi3 .item .info h4 {
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
  }
  .uslugi_all .uslugi3 .item .info .price {
    display: wrap;
    align-items: center;
    margin-top: 15px;
  }
  .uslugi_all .uslugi3 .item .info .price p {
    margin-left: 0px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  }
  .uslugi_all .uslugi3 .item .info .price b {
    padding: 20px 20px;
    display: block;
    border: 1px solid #74b652;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
  }
  .uslugi_all .uslugi3 .item .info .button {
    width: 100%;
    height: 70px;
    margin-top: 30px;
  }
  .uslugi_all .uslugi3 .item:nth-child(1) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .uslugi_all .uslugi3 .item:nth-child(2) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/6.jpg);
    background-size: cover;
  }
  .uslugi_all .uslugi3 .item:nth-child(2) h4 {
    width: 240px;
  }
  .uslugi_all .uslugi4 {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    flex-wrap: wrap;
  }
  .uslugi_all .uslugi4 .item {
    width: 100%;
    padding: 30px;
    border-radius: 5px;
  }
  .uslugi_all .uslugi4 .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .uslugi_all .uslugi4 .item .info {
    width: 100%;
  }
  .uslugi_all .uslugi4 .item .info h4 {
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
  }
  .uslugi_all .uslugi4 .item .info .price {
    display: wrap;
    align-items: center;
    margin-top: 15px;
  }
  .uslugi_all .uslugi4 .item .info .price p {
    margin-left: 0px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  }
  .uslugi_all .uslugi4 .item .info .price b {
    padding: 20px 20px;
    display: block;
    border: 1px solid #74b652;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
  }
  .uslugi_all .uslugi4 .item .info .button {
    width: 100%;
    height: 70px;
    margin-top: 30px;
  }
  .uslugi_all .uslugi4 .item:nth-child(1) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .uslugi_all .uslugi4 .item:nth-child(2) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/8.jpg);
    background-size: cover;
  }
  .uslugi_all .uslugi4 .item:nth-child(2) h4 {
    width: 240px;
  }
  .brigada {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .brigada .centr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
    order: 3;
  }
  .brigada .centr a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
  }
  .brigada .centr a:nth-child(n+2) {
    margin-top: 40px;
  }
  .brigada .centr a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .brigada .right {
    width: 100%;
    order: 0;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    margin-top: 12px;
  }
  .brigada .right img {
    position: relative;
    right: 0;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 330px;
    border-radius: 5px;
    right: 0px;
  }
  .brigada .left {
    width: 100%;
    position: relative;
    z-index: 3;
    order: 1;
    margin-top: 40px;
  }
  .brigada .left h3 {
    text-align: center;
    font-size: 20px;
  }
  .brigada .left .plusi {
    margin-top: 40px;
  }
  .brigada .left .plusi .plus {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .brigada .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .brigada .left .plusi .plus .img {
    width: 70px;
    height: 70px;
    background-color: #74b652;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .brigada .left .plusi .plus p {
    font-size: 18px;
    margin-left: 0px;
    width: 100%;
    line-height: 145%;
    text-align: center;
    margin-top: 15px;
  }
  .bg2 h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .bg2 .cases {
    margin-top: 55px;
  }
  .bg2 .cases .case {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .bg2 .cases .case:nth-child(n+2) {
    margin-top: 70px;
  }
  .bg2 .cases .case .left {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }
  .bg2 .cases .case .left .img_main {
    width: 100%;
    height: 300px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .bg2 .cases .case .left .img_main > a {
    width: 100%;
  }
  .bg2 .cases .case .left .img_main img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg2 .cases .case .left .img_main .logo {
    width: 100px;
    height: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .bg2 .cases .case .left .img_dop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0px;
    margin-top: 10px;
  }
  .bg2 .cases .case .left .img_dop a {
    width: 23%;
    height: 60px;
  }
  .bg2 .cases .case .left .img_dop a:nth-child(n+5) {
    display: none;
  }
  .bg2 .cases .case .left .img_dop img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg2 .cases .case .right {
    margin-left: 0px;
    width: 100%;
    margin-top: 30px;
  }
  .bg2 .cases .case .right h4 {
    font-size: 24px;
    font-weight: 300;
  }
  .bg2 .cases .case .right .plusi {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
  }
  .bg2 .cases .case .right .plusi p:nth-child(n+2) {
    margin-left: 0px;
    margin-top: 7px;
  }
  .bg2 .cases .case .right .plusi p b {
    display: contents;
  }
  .bg2 .cases .case .right hr {
    margin: 17px 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 1px solid #74b652;
  }
  .bg2 .cases .case .right ul li {
    list-style-type: none;
    font-size: 16px;
    line-height: 145%;
  }
  .bg2 .cases .case .right ul li:nth-child(n+2) {
    margin-top: 10px;
  }
  .bg2 .cases .case .right .button {
    margin-top: 25px;
    width: 100%;
  }
  .bg2 .cases .case .right .button button {
    padding: 0 15px;
  }
  .send_project {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 100%), url(../img/bg2/bg_main_blur.jpg);
    border-radius: 5px;
    padding: 35px 25px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .send_project .phone {
    position: absolute;
    width: 200px;
    bottom: 0;
    z-index: 2;
  }
  .send_project::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(14deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .send_project .info {
    width: 100%;
    margin-left: auto;
    position: relative;
    z-index: 3;
  }
  .send_project .info p {
    font-size: 17px;
    font-weight: 300;
    line-height: 160%;
  }
  .send_project .info .button_block {
    display: flex;
    margin-top: 30px;
    position: relative;
    width: 100%;
    z-index: 3;
    flex-direction: column;
    margin-top: 240px;
  }
  .send_project .info .button_block .whatsapp {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #48C95F 0%, #2CA842 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .send_project .info .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .send_project .info .button_block .whatsapp img {
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    width: 35px;
    height: 35px;
    margin-left: 15px;
  }
  .send_project .info .button_block .tg {
    margin-left: 0px;
    margin-top: 15px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .send_project .info .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .send_project .info .button_block .tg img {
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    width: 35px;
    height: 35px;
    margin-left: 15px;
  }
  .bg3 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .bg3 .left {
    width: 100%;
    height: 450px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    order: 2;
    margin-top: 60px;
  }
  .bg3 .left .evg {
    position: absolute;
    width: 250px;
    height: auto;
    right: 0px;
    bottom: 0;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bg3 .left .name {
    position: absolute;
    bottom: 50px;
    right: 80px;
    left: auto;
  }
  .bg3 .left .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .bg3 .left .name p:first-child {
    font-weight: 600;
    font-size: 16px;
  }
  .bg3 .left .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 14px;
    margin-left: 10px;
  }
  .bg3 .left img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg3 .right {
    width: 100%;
    order: 1;
  }
  .bg3 .right h3 {
    text-align: center;
    font-size: 21px;
  }
  .bg3 .right .plusi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 38px;
    width: 100%;
  }
  .bg3 .right .plusi .plus {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }
  .bg3 .right .plusi .plus:nth-child(n+2) {
    margin-top: 32px;
  }
  .bg3 .right .plusi .plus:nth-child(1) .img img {
    width: 70px;
  }
  .bg3 .right .plusi .plus .img {
    width: 70px;
    border-radius: 5px;
    height: 70px;
    background-image: linear-gradient(to top, #174D8C, #3C7FCD);
    position: relative;
  }
  .bg3 .right .plusi .plus .img img {
    width: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .bg3 .right .plusi .plus p {
    font-size: 16px;
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
    line-height: 150%;
    text-align: center;
  }
  .proizvodstvo {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
  }
  .proizvodstvo .right {
    width: 100%;
    padding-top: 10px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    justify-content: center;
    margin-top: 50px;
  }
  .proizvodstvo .right p {
    position: absolute;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    bottom: 30px;
    text-align: center;
    font-size: 14px;
  }
  .proizvodstvo .right p b {
    display: block;
    text-align: center;
  }
  .proizvodstvo .right img {
    width: 100%;
    height: 350px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .proizvodstvo .left {
    width: 100%;
  }
  .proizvodstvo .left h3 {
    text-align: center;
  }
  .proizvodstvo .left .plusi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 38px;
  }
  .proizvodstvo .left .plusi .plus {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .proizvodstvo .left .plusi .plus:nth-child(n+2) {
    margin-top: 32px;
  }
  .proizvodstvo .left .plusi .plus:nth-child(1) .img img {
    width: 20px;
  }
  .proizvodstvo .left .plusi .plus:nth-child(2) .img img {
    width: 20px;
  }
  .proizvodstvo .left .plusi .plus:nth-child(3) .img img {
    width: 20px;
  }
  .proizvodstvo .left .plusi .plus .img {
    width: 70px;
    border-radius: 5px;
    height: 70px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
	align-items: center;
  }
  .proizvodstvo .left .plusi .plus .img img {
    width: 80px;
    position: relative;
    bottom: 0;
  }
  .proizvodstvo .left .plusi .plus p {
    font-size: 16px;
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
    line-height: 150%;
    text-align: center;
  }
  .comanda {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  .comanda .left {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    order: 2;
  }
  .comanda .left .tm {
    width: 100%;
    height: 400px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .comanda .left .tm:nth-child(n+2) {
    margin-top: 30px;
  }
  .comanda .left .tm img {
    width: 100%;
    height: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .comanda .left .tm .name {
    position: absolute;
    bottom: 30px;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .comanda .left .tm .name p {
    padding: 5px 15px;
    border-radius: 3px 0 0 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .comanda .left .tm .name p:first-child {
    font-weight: 600;
    font-size: 18px;
  }
  .comanda .left .tm .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 14px;
    margin-left: 0px;
  }
  .comanda .right {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    top: 0;
    order: 1;
  }
  .comanda .right h3 {
    text-align: left;
  }
  .comanda .right p {
    font-size: 16px;
    line-height: 165%;
    margin-top: 20px;
  }
  .zayavka {
    background-color: #fff;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/zayavka/bg1_1.png);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: 100%;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    width: 100%;
  }
  .zayavka::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka .right img {
    width: 280px;
    position: absolute;
    bottom: 150px;
  }
  .zayavka .right .name {
    position: absolute;
    bottom: 280px;
    left: auto;
  }
  .zayavka .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka .right .name p:first-child {
    font-weight: 600;
    font-size: 16px;
  }
  .zayavka .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 14px;
    margin-left: 10px;
  }
  .zayavka .left {
    width: 100%;
  }
  .zayavka .left h3 {
    text-align: center;
  }
  .zayavka .left .plusi {
    margin-top: 25px;
  }
  .zayavka .left .plusi .plus {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .zayavka .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka .left .plusi .plus p {
    font-size: 16px;
    line-height: 155%;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin-left: 0;
  }
  .zayavka .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka .left .button {
    width: 100%;
  }
  .zayavka .left .button_block {
    display: flex;
    margin-top: 40px;
    position: relative;
    z-index: 3;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .zayavka .left .button_block .whatsapp {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .zayavka .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka .left .button_block .tg {
    margin-top: 15px;
    margin-left: 0px;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka .left .button_block .button {
    width: 100%;
  }
  .zayavka .left .button_block .button button {
    padding: 0 15px;
  }
  
  .zayavka3 {
    background-color: #fff;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/zayavka/bg1_2.jpg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: 100%;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    width: 100%;
  }
  .zayavka3::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka3 .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka3 .right img {
    width: 280px;
    position: absolute;
    bottom: 150px;
  }
  .zayavka3 .right .name {
    position: absolute;
    bottom: 280px;
    left: auto;
  }
  .zayavka3 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka3 .right .name p:first-child {
    font-weight: 600;
    font-size: 16px;
  }
  .zayavka3 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 14px;
    margin-left: 10px;
  }
  .zayavka3 .left {
    width: 100%;
  }
  .zayavka3 .left h3 {
    text-align: center;
  }
  .zayavka3 .left .plusi {
    margin-top: 25px;
  }
  .zayavka3 .left .plusi .plus {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .zayavka3 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka3 .left .plusi .plus p {
    font-size: 16px;
    line-height: 155%;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin-left: 0;
  }
  .zayavka3 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka3 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka3 .left .button {
    width: 100%;
  }
  .zayavka3 .left .button_block {
    display: flex;
    margin-top: 40px;
    position: relative;
    z-index: 3;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .zayavka3 .left .button_block .whatsapp {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka3 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .zayavka3 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka3 .left .button_block .tg {
    margin-top: 15px;
    margin-left: 0px;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka3 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka3 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka3 .left .button_block .button {
    width: 100%;
  }
  .zayavka3 .left .button_block .button button {
    padding: 0 15px;
  }
  
  .zayavka4 {
    background-color: #fff;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/zayavka/bg1_3.png);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: 100%;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    width: 100%;
  }
  .zayavka4::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka4 .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka4 .right img {
    width: 280px;
    position: absolute;
    bottom: 150px;
  }
  .zayavka4 .right .name {
    position: absolute;
    bottom: 280px;
    left: auto;
  }
  .zayavka4 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka4 .right .name p:first-child {
    font-weight: 600;
    font-size: 16px;
  }
  .zayavka4 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 14px;
    margin-left: 10px;
  }
  .zayavka4 .left {
    width: 100%;
  }
  .zayavka4 .left h3 {
    text-align: center;
  }
  .zayavka4 .left .plusi {
    margin-top: 25px;
  }
  .zayavka4 .left .plusi .plus {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .zayavka4 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka4 .left .plusi .plus p {
    font-size: 16px;
    line-height: 155%;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin-left: 0;
  }
  .zayavka4 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka4 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka4 .left .button {
    width: 100%;
  }
  .zayavka4 .left .button_block {
    display: flex;
    margin-top: 40px;
    position: relative;
    z-index: 3;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .zayavka4 .left .button_block .whatsapp {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka4 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .zayavka4 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka4 .left .button_block .tg {
    margin-top: 15px;
    margin-left: 0px;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka4 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka4 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka4 .left .button_block .button {
    width: 100%;
  }
  .zayavka4 .left .button_block .button button {
    padding: 0 15px;
  }
  
  .zayavka5 {
    background-color: #fff;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/zayavka/bg1_4.jpg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: 100%;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    width: 100%;
  }
  .zayavka5::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka5 .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka5 .right img {
    width: 280px;
    position: absolute;
    bottom: 150px;
  }
  .zayavka5 .right .name {
    position: absolute;
    bottom: 280px;
    left: auto;
  }
  .zayavka5 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka5 .right .name p:first-child {
    font-weight: 600;
    font-size: 16px;
  }
  .zayavka5 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 14px;
    margin-left: 10px;
  }
  .zayavka5 .left {
    width: 100%;
  }
  .zayavka5 .left h3 {
    text-align: center;
  }
  .zayavka5 .left .plusi {
    margin-top: 25px;
  }
  .zayavka5 .left .plusi .plus {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .zayavka5 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka5 .left .plusi .plus p {
    font-size: 16px;
    line-height: 155%;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin-left: 0;
  }
  .zayavka5 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka5 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka5 .left .button {
    width: 100%;
  }
  .zayavka5 .left .button_block {
    display: flex;
    margin-top: 40px;
    position: relative;
    z-index: 3;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .zayavka5 .left .button_block .whatsapp {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka5 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .zayavka5 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka5 .left .button_block .tg {
    margin-top: 15px;
    margin-left: 0px;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka5 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka5 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka5 .left .button_block .button {
    width: 100%;
  }
  .zayavka5 .left .button_block .button button {
    padding: 0 15px;
  }
  
  .zayavka6 {
    background-color: #fff;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/zayavka/bg1_5.jpg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: 100%;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    width: 100%;
  }
  .zayavka6::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka6 .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka6 .right img {
    width: 280px;
    position: absolute;
    bottom: 150px;
  }
  .zayavka6 .right .name {
    position: absolute;
    bottom: 280px;
    left: auto;
  }
  .zayavka6 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka6 .right .name p:first-child {
    font-weight: 600;
    font-size: 16px;
  }
  .zayavka6 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 14px;
    margin-left: 10px;
  }
  .zayavka6 .left {
    width: 100%;
  }
  .zayavka6 .left h3 {
    text-align: center;
  }
  .zayavka6 .left .plusi {
    margin-top: 25px;
  }
  .zayavka6 .left .plusi .plus {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .zayavka6 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka6 .left .plusi .plus p {
    font-size: 16px;
    line-height: 155%;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin-left: 0;
  }
  .zayavka6 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka6 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka6 .left .button {
    width: 100%;
  }
  .zayavka6 .left .button_block {
    display: flex;
    margin-top: 40px;
    position: relative;
    z-index: 3;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .zayavka6 .left .button_block .whatsapp {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka6 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .zayavka6 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka6 .left .button_block .tg {
    margin-top: 15px;
    margin-left: 0px;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka6 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka6 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka6 .left .button_block .button {
    width: 100%;
  }
  .zayavka6 .left .button_block .button button {
    padding: 0 15px;
  }
  
  .zayavka7 {
    background-color: #fff;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/zayavka/bg1_6.jpg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: 100%;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    width: 100%;
  }
  .zayavka7::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka7 .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka7 .right img {
    width: 280px;
    position: absolute;
    bottom: 150px;
  }
  .zayavka7 .right .name {
    position: absolute;
    bottom: 280px;
    left: auto;
  }
  .zayavka7 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka7 .right .name p:first-child {
    font-weight: 600;
    font-size: 16px;
  }
  .zayavka7 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 14px;
    margin-left: 10px;
  }
  .zayavka7 .left {
    width: 100%;
  }
  .zayavka7 .left h3 {
    text-align: center;
  }
  .zayavka7 .left .plusi {
    margin-top: 25px;
  }
  .zayavka7 .left .plusi .plus {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .zayavka7 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka7 .left .plusi .plus p {
    font-size: 16px;
    line-height: 155%;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin-left: 0;
  }
  .zayavka7 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka7 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka7 .left .button {
    width: 100%;
  }
  .zayavka7 .left .button_block {
    display: flex;
    margin-top: 40px;
    position: relative;
    z-index: 3;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .zayavka7 .left .button_block .whatsapp {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka7 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .zayavka7 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka7 .left .button_block .tg {
    margin-top: 15px;
    margin-left: 0px;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka7 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka7 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka7 .left .button_block .button {
    width: 100%;
  }
  .zayavka7 .left .button_block .button button {
    padding: 0 15px;
  }
  
  .zayavka8 {
    background-color: #fff;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/zayavka/bg1_7.jpg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: 100%;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    width: 100%;
  }
  .zayavka8::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka8 .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka8 .right img {
    width: 280px;
    position: absolute;
    bottom: 150px;
  }
  .zayavka8 .right .name {
    position: absolute;
    bottom: 280px;
    left: auto;
  }
  .zayavka8 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka8 .right .name p:first-child {
    font-weight: 600;
    font-size: 16px;
  }
  .zayavka8 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 14px;
    margin-left: 10px;
  }
  .zayavka8.left {
    width: 100%;
  }
  .zayavka8 .left h3 {
    text-align: center;
  }
  .zayavka8 .left .plusi {
    margin-top: 25px;
  }
  .zayavka8 .left .plusi .plus {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .zayavka8 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka8 .left .plusi .plus p {
    font-size: 16px;
    line-height: 155%;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin-left: 0;
  }
  .zayavka8 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka8 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka8 .left .button {
    width: 100%;
  }
  .zayavka8 .left .button_block {
    display: flex;
    margin-top: 40px;
    position: relative;
    z-index: 3;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .zayavka8 .left .button_block .whatsapp {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka8 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .zayavka8 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka8 .left .button_block .tg {
    margin-top: 15px;
    margin-left: 0px;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka8 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka8 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka8 .left .button_block .button {
    width: 100%;
  }
  .zayavka8 .left .button_block .button button {
    padding: 0 15px;
  }
  
  .zayavka9 {
    background-color: #fff;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/zayavka/bg1_8.jpg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: 100%;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    width: 100%;
  }
  .zayavka9::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(235, 235, 235), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#ececec 0 0) content-box, linear-gradient(#ececec 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .zayavka9 .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka9 .right img {
    width: 280px;
    position: absolute;
    bottom: 150px;
  }
  .zayavka9 .right .name {
    position: absolute;
    bottom: 280px;
    left: auto;
  }
  .zayavka9 .right .name p {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  .zayavka9 .right .name p:first-child {
    font-weight: 600;
    font-size: 16px;
  }
  .zayavka9 .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-size: 14px;
    margin-left: 10px;
  }
  .zayavka9 .left {
    width: 100%;
  }
  .zayavka9 .left h3 {
    text-align: center;
  }
  .zayavka9 .left .plusi {
    margin-top: 25px;
  }
  .zayavka9 .left .plusi .plus {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .zayavka9 .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zayavka9 .left .plusi .plus p {
    font-size: 16px;
    line-height: 155%;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin-left: 0;
  }
  .zayavka9 .left .plusi .plus .img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    background-image: linear-gradient(to top, #74b652, #74b652);
    position: relative;
    display: flex;
    justify-content: center;
  }
  .zayavka9 .left .plusi .plus .img img {
    width: 20px;
    position: relative;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .zayavka9 .left .button {
    width: 100%;
  }
  .zayavka9 .left .button_block {
    display: flex;
    margin-top: 40px;
    position: relative;
    z-index: 3;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .zayavka9 .left .button_block .whatsapp {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #74b652 0%, #74b652 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
    transition: 0.3s;
    transition: background 0.2s ease;
  }
  .zayavka9 .left .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .zayavka9 .left .button_block .whatsapp img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka9 .left .button_block .tg {
    margin-top: 15px;
    margin-left: 0px;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .zayavka9 .left .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .zayavka9 .left .button_block .tg img {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 15px;
  }
  .zayavka9 .left .button_block .button {
    width: 100%;
  }
  .zayavka9 .left .button_block .button button {
    padding: 0 15px;
  }
  
  .poryadok h3 {
    text-align: center;
  }
  .poryadok .items {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .poryadok .items .item {
    width: 100%;
    text-align: center;
  }
  .poryadok .items .item:nth-child(n+2) {
    margin-top: 40px;
  }
  .poryadok .items .item:nth-child(5) {
    text-align: center;
    width: 100%;
  }
  .poryadok .items .item:nth-child(5) b {
    width: 100%;
  }
  .poryadok .items .item:nth-child(5) .cifra {
    margin-left: auto;
    margin-right: auto;
  }
  .poryadok .items .item .cifra {
    width: 50px;
    height: 50px;
    background-color: #74b652;
	color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .poryadok .items .item .cifra p {
    font-size: 28px;
    line-height: 0;
  }
  .poryadok .items .item b {
    font-size: 18px;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-top: 20px;
  }
  .poryadok .items .item > p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 145%;
  }
  .sborka {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .sborka .owl-stage {
    display: flex !important;
  }
  .sborka .owl-prev {
    left: 0px !important;
    transition: ease-in-out 0.2s;
    width: 35px !important;
  }
  .sborka .owl-next {
    right: 0px !important;
    transition: ease-in-out 0.2s;
    width: 35px !important;
  }
  .sborka a {
    width: 330px !important;
    height: 250px !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sborka a img {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .shagi_all h3 {
    width: 100%;
    margin: 0 auto;
  }
  .shagi_all .items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .shagi_all .items .item {
    width: 100%;
    text-align: center;
  }
  .shagi_all .items .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .shagi_all .items .item img {
    width: 100%;
    height: 200px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .shagi_all .items .item h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 7px;
  }
  .shagi_all .items .item > p {
    line-height: 160%;
    font-size: 16px;
  }
  .shagi_all .items .item:last-child {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 100%), url(../img/bg2/bg_main_blur.jpg);
    position: relative;
    border-radius: 5px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .shagi_all .items .item:last-child h4 {
    margin-top: 0;
    line-height: 140%;
    font-size: 21px;
  }
  .shagi_all .items .item:last-child::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .shagi_all .items .item:last-child .tel {
    margin-top: 10px;
    position: relative;
    z-index: 3;
  }
  .shagi_all .items .item:last-child .tel a {
    font-size: 24px;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    display: block;
    margin-top: 2px;
  }
  .shagi_all .items .item:last-child .button {
    width: 100%;
    height: 75px;
    margin-top: 20px;
  }
  .shagi_all .items .item:last-child .button button {
    padding: 0;
  }
  .shagi_all .items .item:last-child .soc {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    margin: 20px auto 0 auto;
    position: relative;
    z-index: 3;
  }
  .shagi_all .items .item:last-child .soc a {
    width: 40px;
    height: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .shagi_all .items .item:last-child .soc a:nth-child(n+2) {
    margin-left: 15px;
  }
  .shagi_all .items .item:last-child .soc a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .zamer {
    padding: 35px 15px 30px 15px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
  }
  .zamer .left {
    width: 100%;
  }
  .zamer .left h3 {
    text-align: center;
  }
  .zamer .left .plusi {
    margin-top: 30px;
  }
  .zamer .left .plusi .plus {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .zamer .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zamer .left .plusi .plus .img {
    width: 70px;
    height: 70px;
    background-color: #74b652;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zamer .left .plusi .plus p {
    font-size: 18px;
    margin-left: 0px;
    width: 100%;
    line-height: 145%;
    margin-top: 15px;
    text-align: center;
  }
  .zamer .left > p {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 150%;
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .zamer .right {
    position: relative;
    margin-top: 50px;
    width: 100%;
  }
  .zamer .right .master {
    position: absolute;
    bottom: 0;
    width: 200px;
    right: 0;
    top: -180px;
  }
  .zamer .right .calc {
    position: absolute;
    width: 150px;
    top: -80px;
    left: 0;
  }
  .zamer .right .forma {
    background-color: #fff;
    padding: 30px 30px 35px 30px;
    width: 100%;
    position: relative;
    border-radius: 5px;
    z-index: 3;
  }
  .zamer .right .forma h4 {
    margin-bottom: 22px;
    font-weight: 400;
    text-align: left;
    width: 100%;
    font-size: 14px;
    line-height: 150%;
  }
  .zamer .right .forma h4 span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 7px;
  }
  .zamer .right .forma form {
    display: flex;
    flex-direction: column;
  }
  .zamer .right .forma form input {
    width: 100%;
    background-color: #e8f0fe;
    font-size: 18px;
    padding: 0 0 0 20px;
    height: 80px;
  }
  .zamer .right .forma form .button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    height: 90px;
  }
  .zamer .right .forma small {
    text-align: left;
    display: block;
    margin-top: 15px;
    margin-bottom: -20px;
    font-size: 12px;
    line-height: 150%;
    color: #a0a0a0;
    font-weight: 300;
  }
  .zamer .right .forma .social {
    display: flex;
    align-items: center;
    margin-top: 35px;
  }
  .zamer .right .forma .social p {
    width: 210px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
  }
  .zamer .right .forma .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .zamer .right .forma .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .zamer .right .forma .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .zamer .right .forma .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .zayavka2 {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 100%), url(../img/bg2/bg_main_blur.jpg);
    background-size: cover;
    background-position: top right;
    position: relative;
  }
  .zayavka2 .fon {
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 1;
    opacity: 0.3;
  }
  .zayavka2 .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .zayavka2 .right img {
    width: 270px;
    position: absolute;
    bottom: 50px;
  }
  .zayavka2 .right .name {
    bottom: 120px;
  }
  .zayavka2::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 15px 5px;
    padding: 1px;
    background: linear-gradient(35deg, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgb(255, 255, 255));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
  }
  .docs {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    flex-wrap: wrap;
  }
  .docs h3 {
    width: 100%;
    margin-bottom: 50px;
  }
  .docs a {
    width: 47%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: center;
  }
  .docs a:nth-child(n+4) {
    margin-top: 30px;
  }
  .docs a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer_all h3 {
    width: 100%;
    text-align: center;
  }
  .footer_all .footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer_all .footer .mmap {
    width: 100%;
    height: 400px;
    margin-top: 50px;
    border-radius: 5px;
    overflow: hidden;
  }
  .footer_all .footer .left .item {
    font-size: 20px;
    line-height: 140%;
    margin-top: 30px;
    text-align: center;
  }
  .footer_all .footer .left .item b, .footer_all .footer .left .item a {
    font-family: "NEXT ART", sans-serif !important;
    color: #333;
    text-decoration: none;
    font-weight: 700;
  }
  .footer_all .footer .left .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer_all .footer .left .social > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
    display: none;
  }
  .footer_all .footer .left .social p {
    line-height: 165%;
    text-align: center;
  }
  .footer_all .footer .left .social p b {
    display: block;
  }
  .footer_all .footer .left .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
    margin-top: 10px;
  }
  .footer_all .footer .left .social .items a {
    height: 40px;
    width: auto;
  }
  .footer_all .footer .left .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .footer_all .footer .left .social .items a img {
    width: 100%;
    height: 100%;
  }
  .callback-bt-tel {
    display: none !important;
  }
  .callback-bt-desctop {
    display: flex !important;
  }
  .forma_pop {
    width: 320px;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 5px;
  }
  .forma_pop h4 {
    font-size: 18px;
    line-height: 130%;
    font-weight: 700;
    text-align: center;
  }
  .forma_pop > p {
    margin-top: 7px;
    text-align: center;
    font-size: 13px;
    line-height: 140%;
  }
  .forma_pop form {
    flex-direction: column;
    margin-top: 20px;
  }
  .forma_pop form input {
    width: 100%;
    height: 75px;
    background-color: #F0F1F1;
    border-radius: 50px;
  }
  .forma_pop form .button {
    width: 100%;
    height: 80px;
    margin-left: 0;
    margin-top: 10px;
  }
  .forma_pop form .button button p {
    font-size: 21px;
  }
  .forma_pop form small {
    margin-top: 15px;
    font-size: 11px;
    line-height: 150%;
    text-align: center;
    font-weight: 300;
    display: block;
  }
  .forma_pop form .button_block {
    display: flex;
    margin-top: 20px;
    position: relative;
    z-index: 3;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	justify-content: center;
  }
  .forma_pop form .button_block p {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 145%;
  }
  .forma_pop form .button_block p b {
    font-weight: 600;
  }
  .forma_pop form .button_block .whatsapp {
    width: 48%;
    height: 40px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #48C95F 0%, #2CA842 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .forma_pop form .button_block .whatsapp:hover {
    background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
  }
  .forma_pop form .button_block .whatsapp img {
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .forma_pop form .button_block .tg {
    margin-left: 0px;
    width: 48%;
    height: 40px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
    justify-content: center;
    color: #FFFFFF;
  }
  .forma_pop form .button_block .tg:hover {
    background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
  }
  .forma_pop form .button_block .tg img {
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .callback-bt-desctop {
    height: 60px !important;
    width: 60px !important;
    right: 20px !important;
    bottom: 70px !important;
  }
  .seo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .seo h2 {
    font-size: 18px;
    line-height: 140%;
  }
  .seo h2:nth-child(n+2) {
    margin-top: 30px;
  }
  .seo p {
    margin-top: 5px;
    line-height: 160%;
    font-size: 14px;
  }
}
input[type=tel], input[type=submit], input[type=text], input[type=name], textarea {
  -webkit-appearance: none;
}

img {
  pointer-events: none !important;
}

img {
  opacity: 1;
  transition: opacity 0.4s;
}

img[data-src] {
  opacity: 0;
}

/* начало кнопки звонка */
.callback-bt-tel {
  background: linear-gradient(180deg, rgba(143, 200, 115, 0.9019607843) 0%, #5C9D3B 100%);
  box-shadow: rgb(60, 125, 25) 0px 4px 0px, rgba(143, 200, 115, 0.9) 0px 0px 25px 10px inset;
  border: 2px solid rgba(143, 200, 115, 0.9019607843);
  border-radius: 50%;
  cursor: pointer;
  height: 50px;
  text-align: center;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  bottom: 5%;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 2s infinite;
  position: fixed;
}

.callback-bt-tel .text-call {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.callback-bt-tel .text-call span {
  text-align: center;
  color: #3469ff;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 4px;
  top: 22px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity 0.6s linear;
}

.callback-bt-tel .text-call:hover span {
  opacity: 1;
  font-size: 11px;
}

.callback-bt-tel i {
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}

/*call desc*/
.callback-bt-desctop {
  background: linear-gradient(180deg, rgba(143, 200, 115, 0.9019607843) 0%, #5C9D3B 100%);
  border: 2px solid rgba(143, 200, 115, 0.9019607843);
  box-shadow: rgb(60, 125, 25) 0px 4px 0px, rgba(143, 200, 115, 0.9) 0px 0px 25px 10px inset;
  border-radius: 50%;
  cursor: pointer;
  height: 70px;
  text-align: center;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  bottom: 5%;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 2s infinite;
  position: fixed;
}

.callback-bt-desctop .text-call {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.callback-bt-desctop .text-call span {
  text-align: center;
  color: #3469ff;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 4px;
  top: 22px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity 0.6s linear;
}

.fa-phone {
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
  align-items: center;
  justify-content: center;
}

.callback-bt-desctop .text-call:hover span {
  opacity: 1;
  font-size: 11px;
}

.callback-bt-desctop i {
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(85, 174, 40, 0.3), 0 0 0 0 rgba(85, 174, 40, 0.2), 0 0 0 0 rgba(85, 174, 40, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(85, 174, 40, 0.3), 0 0 0 10px rgba(85, 174, 40, 0.2), 0 0 0 0 rgba(85, 174, 40, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(85, 174, 40, 0.3), 0 0 0 15px rgba(85, 174, 40, 0), 0 0 0 12px rgba(85, 174, 40, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(85, 174, 40, 0.3), 0 0 0 15px rgba(85, 174, 40, 0), 0 0 0 25px rgba(85, 174, 40, 0);
  }
}
/* animations icon */
@keyframes shake {
  0% {
    transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
  }
  50% {
    transform: rotateZ(-2deg);
    -ms-transform: rotateZ(-2deg);
    -webkit-transform: rotateZ(-2deg);
  }
  100% {
    transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
  }
}
/* конец кнопки звонка */
/*OWL*/
.owl-stage-outer {
  overflow: visible !important;
}

.owl-item {
  opacity: 1;
}

.owl-item.active {
  opacity: 1;
  transition: 0.5s all;
}

.owl-item {
  width: -moz-max-content !important;
  width: max-content !important;
}

.owl-next,
.owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 40%;
  display: block;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 40px;
  display: block !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00534b !important;
}

.owl-prev {
  left: -35px;
  transition: ease-in-out 0.2s;
}

.owl-prev:hover {
  transform: translate(-5px);
  transition: ease-in-out 0.2s;
}

.owl-next:hover {
  transform: translate(5px);
  transition: ease-in-out 0.2s;
}

.owl-next {
  right: -35px;
  transition: ease-in-out 0.2s;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
  color: #FFF;
  text-decoration: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 55px;
  height: 55px;
}

.owl-nav img {
  box-shadow: none !important;
}

/*OWL*/
form {
  padding: 0px 0 0px 0;
  display: flex;
  flex-direction: row;
  position: relative;
}
form label {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 25px;
}
form input {
  height: 90px;
  padding: 20px 20px 20px 30px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  background-color: #fbfbfb;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  color: #333333;
  z-index: 10;
  width: 300px;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b0afaf;
  font-weight: 400;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b0afaf;
  font-weight: 400;
}
form :-ms-input-placeholder {
  /* IE 10+ */
  color: #b0afaf;
  font-weight: 400;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: #b0afaf;
  font-weight: 400;
}
form .button {
  height: 90px;
  width: 350px;
  margin-left: 15px;
}

#test {
  max-width: 100%;
  overflow: hidden;
}

#test img {
  max-width: 100%;
  animation: none 1.6s linear forwards;
  border-radius: 5px;
}

@keyframes img-in {
  0% {
    filter: grayscale(100%);
    opacity: 0;
    transform: scale(1.05);
  }
  50% {
    filter: grayscale(100%);
    opacity: 1;
    transform: scale(1);
  }
  100% {
    filter: grayscale(0);
  }
}
@keyframes img-out {
  0% {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1);
  }
  30% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(100%);
    opacity: 0;
    transform: scale(1.05);
  }
}
.vidget {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  position: fixed;
  z-index: 99999;
  bottom: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.vidget p {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 145%;
}
.vidget p b {
  font-weight: 600;
}
.vidget .whatsapp {
  width: 32%;
  height: 40px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #48C95F 0%, #2CA842 100%);
  border-radius: 5px;
  font-weight: 600;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
  justify-content: center;
  color: #FFFFFF;
}
.vidget .whatsapp:hover {
  background: linear-gradient(180deg, #2CA842 0%, #48C95F 100%);
}
.vidget .whatsapp img {
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.vidget .inst {
  margin-left: 0px;
  width: 32%;
  height: 40px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #D62976 0%, #962FBF 100%);
  border-radius: 5px;
  font-weight: 600;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
  justify-content: center;
  color: #FFFFFF;
}
.vidget .inst:hover {
  background: linear-gradient(180deg, #962FBF 0%, #D62976 100%);
}
.vidget .inst img {
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.vidget .tg {
  margin-left: 0px;
  width: 32%;
  height: 40px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #2F89CE 0%, #2170AC 100%);
  border-radius: 5px;
  font-weight: 600;
  font-size: 11px;
  line-height: 32px;
  text-decoration: none;
  justify-content: center;
  color: #FFFFFF;
}
.vidget .tg:hover {
  background: linear-gradient(180deg, #2170AC 0%, #2F89CE 100%);
}
.vidget .tg img {
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.vidget .calc {
  margin-left: 0px;
  width: 32%;
  height: 40px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #5c9d3b 0%, #5c9d3b 100%);
  border-radius: 5px;
  font-weight: 600;
  font-size: 11px;
  line-height: 32px;
  text-decoration: none;
  justify-content: center;
  color: #FFFFFF;
}
.vidget .calc:hover {
  background: linear-gradient(-180deg, #5c9d3b 0%, #5c9d3b 100%);
}
.vidget .calc img {
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}/*# sourceMappingURL=style.css.map */

.navigaciya {
  width: 100%;
  background: #74b652;
  margin-top: 0px;
}

nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 13px;
  padding: 2px 0;
}

nav a {
  color: #fff;
  font-weight: 200;
  text-decoration: none;
  font-size: 14px;
}

nav a:hover {
  color: #a3bded;
}

@media (max-width: 993px) {
  /* Скрываем список меню в мобильной версии */
  .mobile-menu {
    width: 100% !important;
    margin: 0 auto;
    background-color: #74b652;
    margin-top: 0px;
    padding: 0;
  }
  .mobile-menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
  .mobile-menu .social p {
    margin-left: 0px;
    font-weight: 300;
    line-height: 160%;
    text-align: left;
    font-size: 14px !important;
    width: -moz-max-content;
    width: max-content;
    background-color: inherit;
  }
  .mobile-menu .social p b {
    display: block;
    font-size: 12px !important;
    font-weight: 600;
  }
  .mobile-menu .social img {
    width: 40px;
    height: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .mobile-menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .mobile-menu .social .items a {
    height: 45px;
    width: 45px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mobile-menu .social .items a:nth-child(n+2) {
    margin-left: 12px;
  }
  .mobile-menu .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .menu-list {
    display: none;
    padding-top: 5px;
  }
  .menu-list li {
    list-style-type: none;
    border-bottom: 1px solid #fff;
    padding: 10px;
  }
  /* Стилизуем кнопку переключения меню */
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    text-align: center;
    cursor: pointer;
    width: 100%;
  }
  .menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #333;
    transition: all 0.2s ease;
  }
  .menu-toggle p {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
	color: #fff;
    line-height: 14px;
    border: 0;
    margin: 0;
    padding: 5px 0;
    background-color: #74b652;
  }
  .menu-toggle span:first-child {
    transform-origin: left center;
  }
  .menu-toggle span:last-child {
    transform-origin: right center;
  }
  /* Добавляем стили для раскрытия меню */
  .menu-open .menu-list {
    display: block;
  }
  .menu-open .menu-toggle span:first-child {
    transform: rotate(45deg);
  }
  .menu-open .menu-toggle span:last-child {
    transform: rotate(-45deg);
  }
  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  /* Добавляем стили для выделения текущей активной ссылки */
  .menu-list a.active {
    font-weight: bold;
  }
  .menu-open > p {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .menu-open > p::after {
    content: "×";
    margin-left: 6px;
    margin-top: 2px;
    line-height: 0;
    right: -15px;
  }
}
