@charset "UTF-8";
@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: "Gilroy", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
  }
  .container {
    max-width: 1300px;
    min-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 1300px;
    width: 100%;
    min-width: 1300px;
    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;
    z-index: 5;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
  }
  section {
    padding: 80px 0;
  }
  header {
    background: linear-gradient(90deg, rgba(16, 20, 32, 0.7) 50%, rgba(21, 24, 32, 0.7) 100%), url(../img/bg_new.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #fff !important;
    padding-bottom: 80px;
    z-index: 10 !important;
  }
  .bg_dark {
    background: linear-gradient(90deg, rgba(16, 20, 32, 0.7) 50%, rgba(21, 24, 32, 0.7) 100%), url(../img/bg_new.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff !important;
    position: relative;
  }
  .red_left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .orange_right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  h3 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 140%;
  }
  h3 small {
    display: block;
    font-weight: 200;
    font-size: 30px;
    margin-top: -10px;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    /* box-shadow: 0 3px 30px rgba(251, 181, 46, 0.5); */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
    width: 320px;
    height: 80px;
  }
  .button button {
    background-image: linear-gradient(45deg, #9106ff, #e2954d);
    font-family: "Gilroy", sans-serif !important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: background 0.2s ease;
    height: 100%;
    width: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .button button span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    width: -moz-max-content;
    width: max-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: auto;
    margin-top: auto;
  }
  .button button:hover span {
    margin-left: -35px;
  }
  .button button:hover span::after {
    content: url("../img/right-arrow.svg");
    width: 20px;
    margin-left: 10px;
    position: absolute;
    right: -35px;
    top: 1px;
    transition: 0.3s;
  }
  .button a {
    text-decoration: none;
    width: 100%;
  }
  .button2 a {
    text-decoration: none;
    width: 100%;
  }
  .button button span img {
    width: 30px;
    margin-left: 30px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(-45deg, #9106ff, #e2954d);
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .button button p {
    position: relative;
    z-index: 1;
  }
  /*BUTTON2*/
  .button2 {
    cursor: pointer;
    /* box-shadow: 0 3px 30px rgba(251, 181, 46, 0.5); */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 280px;
    border: 1px solid #6e6e6e;
    transition: 0.3s;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button2 button {
    font-family: "Gilroy", sans-serif !important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    color: #bfbfbf;
    font-size: 18px;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  .button2 button span {
    position: relative;
    z-index: 1;
    width: -moz-max-content;
    width: max-content;
    transition: 0.3s;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: auto;
    margin-top: auto;
  }
  .button2 button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  .button2 button:hover:before {
    opacity: 1;
  }
  .button2 button:hover span {
    margin-left: -35px;
    transition: 0.3s;
  }
  .button2 button:hover span::after {
    content: url("../img/ruble.svg");
    width: 20px;
    margin-left: 10px;
    position: absolute;
    right: -35px;
    top: 1px;
    transition: 0.3s;
    opacity: 1;
  }
  /*BUTTON COLOR*/
  .button_pink {
    cursor: pointer;
    /* box-shadow: 0 3px 30px rgba(251, 181, 46, 0.5); */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 200px;
    height: 60px;
  }
  .button_pink button {
    height: 60px;
    font-family: "Gilroy", sans-serif !important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    background-image: linear-gradient(to top, #9106ff, #e2954d);
    font-size: 16px;
    font-weight: 300;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
  }
  .button2 button span {
    position: relative;
    z-index: 1;
  }
  .button_pink button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #e2954d, #9106ff) !important;
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  .button_pink button:hover:before {
    opacity: 1;
  }
  .button_pink button span {
    position: relative;
    z-index: 1;
  }
  .button_none {
    margin-left: 25px;
    height: 80px;
  }
  .button_none button {
    font-size: 18px;
    height: 80px;
  }
  .button_none button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: rgba(17, 255, 238, 0);
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  /*MENU*/
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu .logo img {
    width: 110px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .logo b {
    font-size: 26px;
    font-weight: 500;
  }
  .logo b span {
    color: #9106ff;
    font-weight: inherit;
  }
  .logo p {
    font-size: 11px;
    letter-spacing: 0.6px;
    color: #c1c1c1;
    margin-top: 7px;
    line-height: 12px;
  }
  .logo a {
    display: block;
  }
  .social {
    display: flex;
    margin-left: auto;
    align-items: center;
  }
  .social a {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #333;
    border-radius: 50%;
    position: relative;
  }
  .social p {
    font-size: 14px;
    color: #c1c1c1;
    width: 113px;
    line-height: 130%;
    margin-right: 10px;
  }
  .social a img {
    width: 100% !important;
    height: 100%;
    position: absolute;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social a:nth-child(n+2) {
    margin-left: 12px;
  }
  .social a:first-child:hover {
    text-decoration: underline;
  }
  .menu_link {
    margin-left: auto;
    margin-right: auto;
  }
  .menu_link a {
    background: -webkit-linear-gradient(45deg, #9106ff, #e2954d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    display: inline-block;
    align-items: center;
    position: relative;
  }
  .menu_link a::after {
    content: url("../img/next.svg");
    width: 10px;
    position: absolute;
    right: -17px;
    top: 0.5px;
    transition: 0.2s ease-in-out;
  }
  .menu_link a:hover::after {
    content: url("../img/next.svg");
    width: 10px;
    position: absolute;
    right: -21px;
    top: 0.5px;
  }
  .menu .social a img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    align-items: center;
  }
  .tel {
    text-align: right;
    margin: 0 50px;
    margin-bottom: -8px;
  }
  .tel a {
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
  }
  .tel p {
    font-size: 14px;
    margin-top: -1px;
    color: #c1c1c1;
  }
  /*MAIN*/
  .main {
    padding-top: 150px;
    display: flex;
    justify-content: space-between;
  }
  .main_left {
    width: 650px;
  }
  .main_right {
    width: 590px;
    position: relative;
  }
  .main_right img {
    width: 100%;
    position: absolute;
  }
  .land163 {
    background: linear-gradient(-45deg, rgba(18, 23, 36, 0.95) 50%, rgba(29, 37, 57, 0.95) 100%);
    padding: 20px;
    box-shadow: 0 15px 32px rgba(0, 0, 0, 0.15);
    display: flex;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    border-radius: 8px;
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .land163:after {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 2;
  }
  .land163 b {
    font-size: 60px;
    font-weight: 700;
    background: -webkit-linear-gradient(45deg, #9106ff, #e2954d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: -moz-max-content;
    height: max-content;
    display: inline-block;
    align-items: stretch;
    padding: 11px 0;
  }
  .land163 p {
    font-size: 13px;
    width: 185px;
    line-height: 140%;
    margin-left: 15px;
    color: #c1c1c1;
  }
  h1 {
    font-size: 54px;
    line-height: 115%;
    font-weight: 600 !important;
    position: relative;
    z-index: 2;
  }
  h1 span {
    color: #ec3959;
    font-weight: 650;
  }
  .h1_dop {
    margin-top: 13px;
    position: relative;
    z-index: 2;
  }
  .h1_dop p {
    font-size: 30px;
    line-height: 135%;
    font-weight: 100;
  }
  .h1_dop p u {
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    display: inline-block;
  }
  .main_plus {
    padding: 30px 40px;
    margin-top: 40px;
    background: linear-gradient(-45deg, rgba(20, 26, 43, 0.1) 50%, rgba(148, 181, 255, 0.1) 100%);
    box-shadow: 0 15px 32px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 10px;
    width: 96%;
    position: relative;
    display: flex;
    align-items: center;
  }
  .main_plus:after {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 2;
  }
  .rub {
    position: absolute;
    height: 75%;
    opacity: 0.15;
  }
  .main_plus p {
    line-height: 190%;
    font-style: italic;
    font-weight: 200;
    z-index: 3;
  }
  .main_plus p b {
    font-weight: 600;
  }
  .button_block_main {
    margin-top: 50px;
    display: flex;
    position: relative;
    z-index: 1;
  }
  /*WHO_IAM*/
  .who_im {
    display: flex;
    flex: 2 2;
    position: relative;
    background: linear-gradient(-45deg, rgba(18, 23, 36, 0.95) 50%, rgba(29, 37, 57, 0.95) 100%), url(../img/bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px;
    border-radius: 10px;
    z-index: 0;
  }
  .who_im:after {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 0;
  }
  .who_im h3 {
    transform: rotate(-90deg);
    transform-origin: left top 0;
    left: 0px;
    top: 340px;
    width: 362px;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    font-size: 52px;
    font-weight: 800;
    color: #555860;
  }
  .iam {
    width: 570px;
    margin-right: auto;
    color: #fff;
    margin-left: -250px;
    z-index: 1;
    position: relative;
  }
  .iam h4 {
    font-size: 24px;
  }
  .h4_dop {
    background: -webkit-linear-gradient(45deg, #9106ff, #e2954d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
    font-weight: 500;
  }
  .iam_photo {
    width: 380px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    border-radius: 10px;
    margin-right: 10px;
    z-index: 1;
  }
  .iam_photo img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    border-radius: 10px;
    height: 520px;
  }
  .iam p {
    margin-top: 25px;
    line-height: 160%;
    font-size: 17px;
    color: #ddd;
  }
  .iam p u {
    font-weight: 600;
    font-style: italic;
    color: #fff;
  }
  /*PLUSI*/
  .plusi {
    margin-top: 75px;
  }
  .plusi h3 {
    text-align: left;
  }
  .plusi_all {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .plus {
    width: 30%;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 35px 30px 35px;
    border-radius: 10px;
    color: #fff;
    position: relative;
  }
  .plus::before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 0px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
  }
  .plus img {
    width: 65px;
  }
  .plus h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
    color: #fff;
    position: relative;
  }
  .plus p {
    line-height: 150%;
    font-weight: 300;
    color: #ddd;
    position: relative;
    font-size: 16px;
  }
  .plus p u {
    display: block;
    margin-top: 15px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    position: relative;
  }
  /*CASES*/
  .case_all {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .portfolio .button a {
    text-decoration: none;
  }
  .case {
    width: 47%;
    padding: 40px 40px 0 40px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    position: relative;
  }
  .case:nth-child(n+3) {
    margin-top: 60px;
  }
  .case::before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 0px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 0;
  }
  .case_top {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .case_top b {
    font-size: 24px;
    font-weight: 600;
  }
  .case_top p {
    font-size: 15px;
    font-weight: 300;
    color: #d2d2d2;
  }
  .link {
    display: inline-block;
    align-items: center;
    margin-top: 16px;
    background: -webkit-linear-gradient(45deg, #9106ff, #e2954d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    font-weight: 500;
    font-size: 17px;
    position: relative;
    z-index: 0;
  }
  .link img {
    width: 18px !important;
    margin-left: 15px;
    transition: 0.3s;
    margin-bottom: -3px;
    display: inline-block !important;
  }
  .link:hover img {
    transform: rotate(-45deg);
  }
  .img_case {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    margin-top: 32px;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
  }
  .img_case img {
    width: 100%;
  }
  /*OTZ*/
  .otzivi {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .case_otz {
    width: 100%;
    padding: 40px 40px 40px 40px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    flex-direction: column;
  }
  .case_otz:first-child {
    margin-bottom: 40px;
  }
  .case_otz:last-child {
    margin-top: 40px;
  }
  .case_top {
    display: flex;
  }
  .case_top_img {
    width: 45%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 270px;
    align-items: center;
    align-items: flex-start;
  }
  .case_top_info {
    width: 50%;
  }
  .case_top_img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otz_info_top {
    display: flex;
    flex-direction: column;
    color: #fff;
  }
  .otz_info_top b {
    font-weight: 500;
  }
  .otz_info_top .link {
    margin-top: 7px;
  }
  .case_top_info > p {
    margin-top: 15px;
    line-height: 160%;
  }
  .cifri {
    margin-top: 25px;
    display: flex;
  }
  .cifri p:nth-child(n+2) {
    margin-left: 40px;
  }
  .cifri p b {
    font-size: 22px;
    display: block;
    margin-top: 3px;
  }
  .case_bot {
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .case_bot a {
    width: 100%;
  }
  .case_bot img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otz {
    width: 48%;
    padding: 40px 40px 40px 40px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
  .otz_info b {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
  }
  .otz .otz_img {
    width: 50%;
    margin-bottom: -46px;
    height: 624px;
    overflow: hidden;
  }
  .otz .otz_img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otz .otz:nth-child(2) {
    margin-top: 40px;
  }
  .otz_info {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .otz_info .link {
    margin-top: 5px;
  }
  .otz_info .otz_info_img {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  /*OTZ_END*/
  /*OWL*/
  .owl-stage-outer {
    overflow: visible !important;
  }
  .owl-item {
    opacity: 1;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .owl-item.active {
    opacity: 1;
    transition: 0.5s all;
    webkit-transition: 0.5s all;
  }
  .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 {
    right: -35px;
    transition: ease-in-out 0.2s;
  }
  .owl-next:hover {
    transform: translate(5px);
    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 {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 55px;
    height: 55px;
  }
  .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*/
  /*OTZIVI_END*/
  /*ETAPI*/
  .etapi {
    margin-top: 50px;
  }
  .etap_all {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cifra {
    width: 65px;
    height: 65px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    font-size: 40px;
    font-weight: 600;
  }
  .etap {
    width: 92%;
    padding: 40px 40px 40px 40px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }
  .etap_all:nth-child(n+2) {
    margin-top: 60px;
  }
  .etap:nth-child(2) .etap_img {
    order: 2;
  }
  .etap:nth-child(2) .etap_info {
    order: 1;
  }
  .etap::before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 0px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 0;
  }
  .etap_img {
    width: 550px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
  }
  .etap_info {
    width: 480px;
  }
  .etap_info h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
    color: #fff;
    position: relative;
  }
  .etap_info p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 160%;
    margin-top: 15px;
  }
  .etap_img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .my_price_all {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .my_price {
    width: 30%;
    padding: 0px 0px 0px 0px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }
  .my_price::before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 0;
  }
  .my_price button {
    height: 100%;
    font-family: "Gilroy", sans-serif !important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    background-image: linear-gradient(to top, #9106ff, #e2954d);
    font-size: 18px;
    font-weight: 300;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
  }
  .my_price button span {
    position: relative;
    z-index: 1;
  }
  .my_price button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #e2954d, #9106ff) !important;
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  .my_price-img {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    position: relative;
  }
  .my_price-img img {
    width: 100%;
  }
  .my_price-info {
    padding: 20px 30px 30px 30px;
    position: relative;
    z-index: 1;
  }
  .my_price-info h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(45, 53, 76);
  }
  .my_price-info > p {
    font-weight: 200;
    font-size: 15px;
  }
  .my_price-info > p:nth-child(n+2) {
    margin-top: 15px;
  }
  .my_price-info ul {
    margin-top: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(45, 53, 76);
    margin-bottom: 20px;
  }
  .my_price-info ul li {
    list-style-type: none;
    font-size: 14px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .my_price-info ul li::before {
    content: "■";
    margin-right: 7px;
    color: #ff4364;
    display: block;
    margin-top: -2px;
  }
  .my_price-info ul li a {
    color: #fff;
  }
  .my_price-cena {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .my_price-info .button {
    cursor: pointer;
    /* box-shadow: 0 3px 30px rgb(251 181 46 / 50%); */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
    width: 100%;
    height: 80px;
  }
  /*PORTFOLIO*/
  .portfoli h3 {
    text-align: left;
  }
  .prtfl .plusi_all {
    display: flex;
    justify-content: space-between;
    margin-top: 0px !important;
  }
  .portfoli h3 small {
    display: block;
    font-size: 18px;
    font-weight: 400;
    width: 460px;
    line-height: 170%;
    margin-top: 15px;
    color: #9e9e9e;
  }
  .bg_porfolio {
    background: linear-gradient(90deg, rgba(16, 20, 32, 0.95) 50%, rgba(21, 24, 32, 0.9) 100%), url(../img/bg1.jpg) repeat;
    background-size: contain;
    background-position: center center;
    color: #fff !important;
    position: relative;
  }
  .raboti_all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .rabota {
    width: 30%;
    padding: 30px 30px 0 30px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .rabota:nth-child(n+4) {
    margin-top: 50px;
  }
  .rabota::before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 0;
  }
  .rabota h4 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .rabota a {
    background: -webkit-linear-gradient(45deg, #9106ff, #e2954d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    display: inline-block;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: 16px;
  }
  .rabota a img {
    width: 16px;
    margin-left: 10px;
    transition: 0.3s;
    margin-bottom: -3px;
  }
  .rabota a:hover img {
    transform: rotate(-45deg);
  }
  .rabota_img {
    width: 100%;
    height: 205px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    order: 3;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    margin-top: 25px;
  }
  .rabota_img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  .desctop {
    display: flex !important;
  }
  .mobile,
  .mobile_only {
    display: none !important;
  }
  /*FORMA*/
  .forma {
    padding: 35px 40px 40px 40px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    border-radius: 10px;
    width: 400px;
    position: relative;
  }
  .forma::before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 0;
  }
  .forma_in {
    z-index: 2;
    position: relative;
  }
  .forma h4 {
    text-align: left;
    font-size: 22px;
    color: #fff;
    margin-bottom: 9px;
    line-height: 130%;
  }
  .forma_in > p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 150%;
    color: #9d9d9d;
  }
  .forma form {
    margin-top: 0px;
    width: 100%;
  }
  .forma form textarea {
    max-height: 130px;
    min-height: 130px;
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    background-color: #ececec;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
    font-family: "Gilroy", sans-serif !important;
    font-weight: 400;
    color: #777777;
    z-index: 10;
    margin-bottom: 0px;
    max-width: 100%;
    min-width: 100%;
    line-height: 140%;
    margin-top: 20px;
  }
  .forma form input {
    padding: 25px 30px;
    height: 70px;
    font-size: 17px;
    border-radius: 10px;
    border: none;
    background-color: #f5f5f5;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.05);
    font-family: "Gilroy", sans-serif !important;
    font-weight: 400;
    color: #777777;
    z-index: 10;
    width: 100%;
  }
  .padding_input {
    margin-bottom: 20px;
  }
  .forma form input:nth-child(n+3) {
    margin-top: 15px;
  }
  input::-moz-placeholder {
    color: #b0b0b0 !important;
  }
  input::placeholder {
    color: #b0b0b0 !important;
  }
  textarea::-moz-placeholder {
    color: #b0b0b0 !important;
    font-size: 17px;
  }
  textarea::placeholder {
    color: #b0b0b0 !important;
    font-size: 17px;
  }
  .forma_modal.forma form input {
    padding: 25px 20px !important;
  }
  .forma form input:focus, .forma form input:hover {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, 0.2);
  }
  .forma form textarea:focus, .forma form textarea:hover {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, 0.2);
  }
  .forma button {
    height: 100%;
    font-family: "Gilroy", sans-serif !important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    background-image: linear-gradient(to top, #9106ff, #e2954d);
    font-size: 18px;
    font-weight: 300;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
  }
  .forma button span {
    position: relative;
    z-index: 1;
  }
  .forma button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #e2954d, #9106ff) !important;
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  .forma button:hover span {
    margin-left: 0px;
  }
  .forma button:hover span::after {
    content: "";
    width: 0px;
    margin-left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: 0.3s;
  }
  .forma .small {
    margin-bottom: 15px;
    text-align: left;
    margin-top: 15px;
    color: #9d9d9d;
  }
  /*TABS*/
  /*TABS*/
  /* Базовый контейнер табов */
  /* стили вкладок (табов) */
  .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    justify-content: space-between;
  }
  .tabs label {
    display: flex;
    flex: 1;
    margin: 0 0 -1px;
    padding: 5px 5px;
    font-weight: bold;
    justify-content: center;
    /* text-transform: uppercase; */
    text-align: center;
    vertical-align: middle;
    color: #333;
    border-radius: 0px;
    box-shadow: 0 10px 20px rgba(36, 44, 51, 0.03);
    border: 0.1px solid #272c38;
    box-sizing: border-box;
    display: block;
    font-weight: 400;
    margin-top: 0px;
    font-size: 12px;
    color: #fff;
    text-align: center;
  }
  .tabs label img {
    height: 110px;
  }
  .tabs label:hover {
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(45deg, #9106ff, #e2954d);
  }
  .tabs input:checked + label {
    color: #fff;
    background-image: linear-gradient(45deg, #9106ff, #e2954d);
  }
  /* изменения стиля заголовков вкладок при наведении */
  /* стили для активной вкладки */
  /* активация секций с помощью переключателя :checked */
  #tab1:checked ~ #content1,
  #tab2:checked ~ #content2,
  #tab3:checked ~ #content3,
  #tab4:checked ~ #content4 {
    display: flex;
    flex-direction: column;
  }
  /* стили секций с содержанием */
  .tabs > div {
    display: none;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
  }
  .tabs input {
    display: none;
  }
  .tabs div {
    padding: 0;
  }
  .tabs div input {
    display: block;
  }
  /*TABS END*/
  .tabs_contet .portfolio_right_img {
    width: 540px;
  }
  .portfolio_right_img a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tabs_contet {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .tabs_contet .portfolio_right_img > img {
    width: 100%;
    height: 390px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    display: block;
  }
  .tarif_info {
    width: 570px;
  }
  .tarif_info h4 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 15px;
  }
  .tarif_info small {
    font-size: 24px;
    color: #717171;
    font-weight: 300;
  }
  .tarif_info p {
    font-size: 18px;
    margin-top: 25px;
    line-height: 175%;
  }
  .tarif_info .button {
    margin-top: 50px;
  }
  .tabs_contet .portfolio_right_carusel a {
    width: 23%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tabs_contet .portfolio_right_img > a {
    width: 100%;
    height: 373px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
  }
  .tabs_contet .portfolio_right_carusel a {
    width: 23%;
    height: 90px;
    margin-top: 15px;
    border-radius: 5px;
    overflow: hidden;
  }
  .tabs_contet .portfolio_right_carusel a img {
    width: 100%;
  }
  /*TABS END*/
  .forma .social {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
  }
  .forma .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #fff;
    position: relative;
  }
  .forma .social a:nth-child(n+3) {
    margin-left: 10px;
  }
  .forma_in .social a img {
    width: 35px !important;
    height: 35px !important;
    position: absolute;
  }
  footer {
    padding-top: 50px;
    margin-bottom: -50px;
  }
  footer .fot {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .fot .logo img {
    width: 110px;
  }
  .fot p {
    font-size: 14px;
    line-height: 150%;
    margin-left: 20px;
    color: #ddd;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  html {
    min-width: 1200px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Gilroy", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
  }
  .container {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 1200px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  h1 {
    font-size: 52px;
    line-height: 115%;
    font-weight: 600 !important;
    position: relative;
    z-index: 2;
  }
  .h1_dop p {
    font-size: 28px;
    line-height: 135%;
    font-weight: 100;
  }
  .button {
    cursor: pointer;
    /* box-shadow: 0 3px 30px rgb(251 181 46 / 50%); */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
    width: 275px;
    height: 80px;
  }
  form .button {
    cursor: pointer;
    /* box-shadow: 0 3px 30px rgb(251 181 46 / 50%); */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
    width: 100%;
    height: 80px;
  }
  .iam {
    width: 500px;
    margin-right: auto;
    color: #fff;
    margin-left: -250px;
  }
  .iam_photo {
    width: 360px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    border-radius: 10px;
    margin-right: 10px;
  }
  .plus {
    width: 31%;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 35px 30px 35px;
    border-radius: 10px;
    color: #fff;
    position: relative;
  }
  .plus h4 {
    font-size: 21px;
    font-weight: 600;
    margin: 10px 0;
    color: #fff;
    position: relative;
  }
  .plus p {
    line-height: 150%;
    font-weight: 300;
    color: #ddd;
    position: relative;
    font-size: 15px;
  }
  .etap_img {
    width: 460px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
  }
  .etap_info p {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    line-height: 160%;
    margin-top: 15px;
  }
  .my_price-info > p {
    font-weight: 200;
    font-size: 15px;
  }
  .my_price-cena > p {
    font-size: 15px;
  }
  .rabota_img {
    width: 100%;
    height: 205px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    order: 3;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    margin-top: 25px;
  }
  .rabota h4 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .rabota a {
    background: -webkit-linear-gradient(45deg, #9106ff, #e2954d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: 14px;
  }
  /*OTZ*/
  .otzivi {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .case_otz {
    width: 100%;
    padding: 40px 40px 40px 40px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .case_top {
    display: flex;
  }
  .case_top_img {
    width: 45%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 270px;
    align-items: center;
    align-items: flex-start;
  }
  .case_top_info {
    width: 50%;
  }
  .case_top_img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otz_info_top {
    display: flex;
    flex-direction: column;
    color: #fff;
  }
  .otz_info_top b {
    font-weight: 500;
  }
  .otz_info_top .link {
    margin-top: 7px;
  }
  .case_top_info > p {
    margin-top: 15px;
    line-height: 160%;
  }
  .cifri {
    margin-top: 25px;
    display: flex;
  }
  .cifri p:nth-child(n+2) {
    margin-left: 40px;
  }
  .cifri p b {
    font-size: 22px;
    display: block;
    margin-top: 3px;
  }
  .case_bot {
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .case_bot img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otz {
    width: 48%;
    padding: 40px 40px 40px 40px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
  .otz_info b {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
  }
  .otz .otz_img {
    width: 50%;
    margin-bottom: -46px;
    height: 580px;
    overflow: hidden;
  }
  .otz .otz_img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otz .otz:nth-child(2) {
    margin-top: 40px;
  }
  .otz_info {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .otz_info .link {
    margin-top: 5px;
  }
  .otz_info .otz_info_img {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  /*OTZ_END*/
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  html {
    min-width: 993px;
    zoom: 80%;
  }
  .logo_dop {
    line-height: 170%;
  }
  .main {
    padding-top: 150px !important;
  }
  .container,
  .container2 {
    min-width: 993px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
  h1 {
    font-size: 48px;
    line-height: 115%;
    font-weight: 600 !important;
    position: relative;
    z-index: 2;
  }
  .h1_dop p {
    font-size: 26px;
    line-height: 135%;
    font-weight: 100;
  }
  .iam {
    width: 450px;
    margin-right: auto;
    color: #fff;
    margin-left: -250px;
  }
  .button {
    cursor: pointer;
    /* box-shadow: 0 3px 30px rgb(251 181 46 / 50%); */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
    width: 265px;
    height: 80px;
  }
  form .button {
    width: 100%;
  }
  .button2 {
    cursor: pointer;
    /* box-shadow: 0 3px 30px rgb(251 181 46 / 50%); */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 265px;
    border: 1px solid #6e6e6e;
    transition: 0.3s;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .iam_photo {
    width: 360px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    border-radius: 10px;
    margin-right: 10px;
  }
  .plus {
    width: 31%;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 35px 30px 35px;
    border-radius: 10px;
    color: #fff;
    position: relative;
  }
  .plus h4 {
    font-size: 21px;
    font-weight: 600;
    margin: 10px 0;
    color: #fff;
    position: relative;
  }
  .plus p {
    line-height: 150%;
    font-weight: 300;
    color: #ddd;
    position: relative;
    font-size: 15px;
  }
  .etap_img {
    width: 420px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
  }
  .etap_info p {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    line-height: 160%;
    margin-top: 15px;
  }
  .my_price-info > p {
    font-weight: 200;
    font-size: 15px;
  }
  .my_price-cena > p {
    font-size: 15px;
  }
  .rabota {
    width: 47%;
    padding: 30px 30px 0 30px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .rabota:nth-child(n+3) {
    margin-top: 50px;
  }
  .rabota_img {
    width: 100%;
    height: 265px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    order: 3;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    margin-top: 25px;
  }
  .rabota h4 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .rabota a {
    background: -webkit-linear-gradient(45deg, #9106ff, #e2954d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: 18px;
  }
  /*OTZ*/
  .otzivi {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .otz {
    width: 48%;
    padding: 40px 40px 40px 40px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
  .otz_info b {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
  }
  .otz .otz_img {
    width: 50%;
    margin-bottom: -46px;
    height: 560px;
    overflow: hidden;
  }
  .otz .otz_img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otz .otz:nth-child(2) {
    margin-top: 40px;
  }
  .otz_info {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .otz_info .link {
    margin-top: 5px;
  }
  .otz_info .otz_info_img {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  /*OTZ_END*/
}
@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: "Gilroy", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
  }
  .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: 80px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
    z-index: 5;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
  }
  section {
    padding: 80px 0;
  }
  header {
    background: linear-gradient(90deg, rgba(16, 20, 32, 0.95) 50%, rgba(21, 24, 32, 0.9) 100%), url(../img/bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #fff !important;
    padding-bottom: 80px;
  }
  .bg_dark {
    background: linear-gradient(90deg, rgba(16, 20, 32, 0.95) 50%, rgba(21, 24, 32, 0.9) 100%), url(../img/bg1.jpg) repeat;
    background-size: contain;
    background-position: center center;
    color: #fff !important;
    position: relative;
  }
  .red_left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .orange_right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  h3 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 140%;
  }
  h3 small {
    display: block;
    font-weight: 200;
    font-size: 30px;
    margin-top: -10px;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    /* box-shadow: 0 3px 30px rgba(251, 181, 46, 0.5); */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
    width: 320px;
    height: 80px;
  }
  .forma button {
    background-image: linear-gradient(to top, #9106ff, #e2954d) !important;
  }
  .button button {
    background-image: linear-gradient(45deg, #9106ff, #e2954d);
    font-family: "Gilroy", sans-serif !important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button button span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    width: -moz-max-content;
    width: max-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: auto;
    margin-top: auto;
  }
  .button button:hover span {
    margin-left: -35px;
  }
  .button button:hover span::after {
    content: url("../img/right-arrow.svg");
    width: 20px;
    margin-left: 10px;
    position: absolute;
    right: -35px;
    top: 1px;
    transition: 0.3s;
  }
  .button a {
    text-decoration: none;
    width: 100%;
  }
  .button2 a {
    text-decoration: none;
    width: 100%;
  }
  .button button span img {
    width: 30px;
    margin-left: 30px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(-45deg, #9106ff, #e2954d);
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  /*BUTTON2*/
  .button2 {
    cursor: pointer;
    /* box-shadow: 0 3px 30px rgba(251, 181, 46, 0.5); */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 320px;
    border: 1px solid #6e6e6e;
    transition: 0.3s;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button2 button {
    font-family: "Gilroy", sans-serif !important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    color: #bfbfbf;
    font-size: 18px;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  .button2 button span {
    position: relative;
    z-index: 1;
    width: -moz-max-content;
    width: max-content;
    transition: 0.3s;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: auto;
    margin-top: auto;
  }
  .button2 button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  .button2 button:hover:before {
    opacity: 1;
  }
  .button2 button:hover span {
    margin-left: -35px;
    transition: 0.3s;
  }
  .button2 button:hover span::after {
    content: url("../img/ruble.svg");
    width: 20px;
    margin-left: 10px;
    position: absolute;
    right: -35px;
    top: 1px;
    transition: 0.3s;
    opacity: 1;
  }
  /*BUTTON COLOR*/
  .button_pink {
    cursor: pointer;
    /* box-shadow: 0 3px 30px rgba(251, 181, 46, 0.5); */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 200px;
    height: 60px;
    display: none;
  }
  .button_pink button {
    height: 60px;
    font-family: "Gilroy", sans-serif !important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    background-image: linear-gradient(to top, #9106ff, #e2954d);
    font-size: 16px;
    font-weight: 300;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
  }
  .button2 button span {
    position: relative;
    z-index: 1;
  }
  .button_pink button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #e2954d, #9106ff) !important;
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  .button_pink button:hover:before {
    opacity: 1;
  }
  .button_pink button span {
    position: relative;
    z-index: 1;
  }
  .button_orange button {
    background-image: linear-gradient(45deg, #9106ff, #e2954d);
    font-size: 18px;
    height: 80px;
  }
  .button_orange button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(45deg, #e2954d, #9106ff) !important;
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  .button_none {
    margin-left: 0px;
    height: 80px;
  }
  .button_none button {
    font-size: 18px;
    height: 80px;
  }
  .button_none button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: rgba(17, 255, 238, 0);
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  /*MENU*/
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu .logo img {
    width: 95px;
  }
  .logo a {
    display: block;
  }
  .menu .social {
    display: flex;
    margin-left: 0;
  }
  .menu .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #333;
    border-radius: 50%;
    position: relative;
  }
  .social p {
    font-size: 12px;
    color: #c1c1c1;
    width: 97px;
    line-height: 140%;
    margin-right: 5px;
  }
  .menu .social a:nth-child(n+2):hover {
    background-color: #fff;
  }
  .menu .social a img {
    width: 30px;
    height: 30px;
    position: absolute;
  }
  .menu_link {
    margin-left: 0;
    margin-right: 10px;
    font-size: 14px;
  }
  .menu_link a {
    background: -webkit-linear-gradient(45deg, #9106ff, #e2954d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    display: inline-block;
    align-items: center;
    position: relative;
  }
  .menu_link a::after {
    content: url("../img/next.svg");
    width: 10px;
    position: absolute;
    right: -17px;
    top: 0.5px;
  }
  .menu_link:hover a {
    text-decoration: underline;
  }
  .menu .social a img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    align-items: center;
  }
  .menu .social a:nth-child(n+3) {
    margin-left: 10px;
  }
  .menu .social a:first-child {
    margin-right: 22px;
    text-decoration: none;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    font-size: 14px;
  }
  .tel {
    text-align: right;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
  }
  .tel a {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    line-height: 20px;
  }
  .tel p {
    font-size: 11px;
    margin-top: 2px;
    color: #c1c1c1;
    line-height: 11px;
  }
  /*MAIN*/
  .main {
    padding-top: 150px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .main_left {
    width: 100%;
  }
  .main_right {
    width: 100%;
    position: relative;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    height: 420px;
  }
  .main_right img {
    width: 70%;
    height: -moz-max-content;
    height: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .land163 {
    background: linear-gradient(-45deg, rgba(18, 23, 36, 0.95) 50%, rgba(29, 37, 57, 0.95) 100%);
    padding: 20px;
    box-shadow: 0 15px 32px rgba(0, 0, 0, 0.15);
    display: flex;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    border-radius: 8px;
    position: relative;
    right: 0;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    height: -moz-max-content;
    height: max-content;
  }
  .land163:after {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 2;
  }
  .land163 b {
    font-size: 60px;
    font-weight: 800;
    background: -webkit-linear-gradient(45deg, #9106ff, #e2954d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: -moz-max-content;
    height: max-content;
    display: inline-block;
    align-items: stretch;
    padding: 11px 0;
  }
  .land163 p {
    font-size: 13px;
    width: 185px;
    line-height: 140%;
    margin-left: 15px;
    color: #c1c1c1;
  }
  h1 {
    font-size: 54px;
    line-height: 115%;
    font-weight: 600 !important;
    position: relative;
    z-index: 2;
  }
  h1 span {
    color: #ec3959;
    font-weight: 650;
  }
  .h1_dop {
    margin-top: 13px;
    position: relative;
    z-index: 2;
  }
  .h1_dop p {
    font-size: 30px;
    line-height: 135%;
    font-weight: 100;
  }
  .h1_dop p u {
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    display: inline-block;
  }
  .main_plus {
    padding: 30px 40px;
    margin-top: 40px;
    background: linear-gradient(-45deg, rgba(20, 26, 43, 0.9) 80%, rgba(148, 181, 255, 0.1) 100%);
    box-shadow: 0 15px 32px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 10px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }
  .main_plus:after {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 2;
  }
  .rub {
    position: absolute;
    height: 75%;
    opacity: 0.15;
  }
  .main_plus p {
    line-height: 190%;
    font-style: italic;
    font-weight: 200;
    z-index: 3;
  }
  .main_plus p b {
    font-weight: 600;
  }
  .button_block_main {
    margin-top: 50px;
    display: flex;
    position: relative;
    justify-content: space-between;
    z-index: 1;
  }
  /*WHO_IAM*/
  .who_im {
    display: flex;
    flex: 2 2;
    position: relative;
    background: linear-gradient(-45deg, rgba(18, 23, 36, 0.95) 50%, rgba(29, 37, 57, 0.95) 100%), url(../img/bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 60px;
    border-radius: 10px;
    flex-direction: column;
  }
  .who_im h3 {
    transform: rotate(0deg);
    transform-origin: 0;
    left: 0px;
    top: 0px;
    width: 362px;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    font-size: 30px;
    font-weight: 300;
    color: #555860;
    text-align: left;
  }
  .iam {
    width: 100%;
    margin-right: auto;
    color: #fff;
    margin-left: 0px;
    margin-top: 10px;
  }
  .iam h4 {
    font-size: 24px;
  }
  .h4_dop {
    background: -webkit-linear-gradient(45deg, #9106ff, #e2954d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
    font-weight: 500;
  }
  .iam_photo {
    width: 70%;
    display: flex;
    height: 500px;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    margin-right: 10px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40px;
    align-items: flex-start;
  }
  .iam_photo img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    height: 520px;
  }
  .iam p {
    margin-top: 25px;
    line-height: 160%;
    font-size: 17px;
    color: #ddd;
  }
  .iam p u {
    font-weight: 600;
    font-style: italic;
    color: #fff;
  }
  /*PLUSI*/
  .plusi {
    margin-top: 75px;
  }
  .plusi h3 {
    text-align: left;
  }
  .plusi_all {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .plus {
    width: 47%;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 35px 30px 35px;
    border-radius: 10px;
    color: #fff;
    position: relative;
  }
  .plus:nth-child(n+3) {
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
  }
  .plus::before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 0px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
  }
  .plus img {
    width: 65px;
  }
  .plus h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    color: #fff;
    position: relative;
  }
  .plus p {
    line-height: 150%;
    font-weight: 300;
    color: #ddd;
    position: relative;
    font-size: 14px;
  }
  .plus p u {
    display: block;
    margin-top: 15px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    position: relative;
  }
  /*CASES*/
  .case_all {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .portfolio .button a {
    text-decoration: none;
  }
  .case {
    width: 100%;
    padding: 40px 40px 0 40px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    position: relative;
  }
  .case:nth-child(n+2) {
    margin-top: 60px;
  }
  .case::before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 0px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 0;
  }
  .case_top {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .case_top b {
    font-size: 24px;
    font-weight: 600;
  }
  .case_top p {
    font-size: 15px;
    font-weight: 300;
    color: #d2d2d2;
  }
  .link {
    display: inline-block;
    align-items: center;
    margin-top: 16px;
    background: -webkit-linear-gradient(45deg, #9106ff, #e2954d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    font-weight: 500;
    font-size: 17px;
    position: relative;
    z-index: 0;
  }
  .link img {
    width: 18px;
    margin-left: 15px;
    transition: 0.3s;
    margin-bottom: -3px;
  }
  .link:hover img {
    transform: rotate(-45deg);
  }
  .img_case {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    margin-top: 32px;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
  }
  .img_case img {
    width: 100%;
  }
  /*ETAPI*/
  .etapi {
    margin-top: 50px;
  }
  .etap_all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .cifra {
    width: 65px;
    height: 65px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .etap {
    width: 100%;
    padding: 40px 40px 40px 40px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .etap_all:nth-child(n+2) {
    margin-top: 60px;
  }
  .etap:nth-child(2) {
    margin-left: auto;
  }
  .etap:nth-child(2) .etap_img,
  .etap:nth-child(2) .etap_info {
    order: 1;
  }
  .etap::before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 0px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 0;
  }
  .etap_img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
  }
  .etap_info {
    width: 100%;
    margin-top: 20px;
  }
  .etap_info h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
    color: #fff;
    position: relative;
  }
  .etap_info p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 160%;
    margin-top: 15px;
  }
  .etap_img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .my_price_all {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .my_price {
    width: 55%;
    padding: 0px 0px 0px 0px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .my_price:nth-child(n+2) {
    margin-top: 60px;
  }
  .my_price::before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 0;
  }
  .my_price button {
    height: 100%;
    font-family: "Gilroy", sans-serif !important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    background-image: linear-gradient(to top, #9106ff, #e2954d);
    font-size: 18px;
    font-weight: 300;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
  }
  .my_price button span {
    position: relative;
    z-index: 1;
  }
  .my_price button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #e2954d, #9106ff) !important;
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  .my_price-img {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    position: relative;
  }
  .my_price-img img {
    width: 100%;
  }
  .my_price-info {
    padding: 20px 30px 30px 30px;
    position: relative;
    z-index: 1;
  }
  .my_price-info h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(45, 53, 76);
  }
  .my_price-info > p {
    font-weight: 200;
  }
  .my_price-info > p:nth-child(n+2) {
    margin-top: 15px;
  }
  .my_price-info ul {
    margin-top: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(45, 53, 76);
    margin-bottom: 20px;
  }
  .my_price-info ul li {
    list-style-type: none;
    font-size: 14px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .my_price-info ul li::before {
    content: "■";
    margin-right: 7px;
    color: #ff4364;
    display: block;
    margin-top: -2px;
  }
  .my_price-info ul li a {
    color: #fff;
  }
  .my_price-cena {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .my_price-info .button {
    cursor: pointer;
    /* box-shadow: 0 3px 30px rgb(251 181 46 / 50%); */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
    width: 100%;
    height: 80px;
  }
  /*PORTFOLIO*/
  .portfoli h3 {
    text-align: left;
  }
  .prtfl .plusi_all {
    display: flex;
    justify-content: space-between;
    margin-top: 0px !important;
  }
  .portfoli h3 small {
    display: block;
    font-size: 18px;
    font-weight: 400;
    width: 460px;
    line-height: 170%;
    margin-top: 15px;
    color: #9e9e9e;
  }
  .bg_porfolio {
    background: linear-gradient(90deg, rgba(16, 20, 32, 0.95) 50%, rgba(21, 24, 32, 0.9) 100%), url(../img/bg1.jpg) repeat;
    background-size: contain;
    background-position: center center;
    color: #fff !important;
    position: relative;
  }
  .raboti_all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .rabota {
    width: 100%;
    padding: 30px 30px 0 30px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .rabota:nth-child(n+2) {
    margin-top: 50px;
  }
  .rabota::before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 0;
  }
  .rabota h4 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .rabota a {
    background: -webkit-linear-gradient(45deg, #9106ff, #e2954d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    display: inline-block;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: 16px;
  }
  .rabota a img {
    width: 16px;
    margin-left: 10px;
    transition: 0.3s;
    margin-bottom: -3px;
  }
  .rabota a:hover img {
    transform: rotate(-45deg);
  }
  .rabota_img {
    width: 100%;
    height: auto;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    order: 3;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    margin-top: 25px;
  }
  .rabota_img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }
  .desctop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  /*OTZ*/
  .otzivi {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .case_otz {
    width: 100%;
    padding: 40px 40px 40px 40px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .case_top {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .case_top_img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 300px;
    align-items: center;
    align-items: flex-start;
  }
  .case_top_info {
    width: 100%;
    margin-top: 30px;
  }
  .case_top_img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otz_info_top {
    display: flex;
    flex-direction: column;
    color: #fff;
  }
  .otz_info_top b {
    font-weight: 500;
  }
  .otz_info_top .link {
    margin-top: 7px;
  }
  .case_top_info > p {
    margin-top: 15px;
    line-height: 160%;
  }
  .cifri {
    margin-top: 25px;
    display: flex;
  }
  .cifri p:nth-child(n+2) {
    margin-left: 40px;
  }
  .cifri p b {
    font-size: 22px;
    display: block;
    margin-top: 3px;
  }
  .case_bot {
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .case_bot img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otz {
    width: 100%;
    padding: 40px 40px 40px 40px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
  .otz:nth-child(n+2) {
    margin-top: 50px;
  }
  .otz_info b {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
  }
  .otz .otz_img {
    width: 50%;
    margin-bottom: -46px;
    height: 680px;
    overflow: hidden;
  }
  .otz .otz_img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otz .otz:nth-child(2) {
    margin-top: 40px;
  }
  .otz_info {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .otz_info .link {
    margin-top: 5px;
  }
  .otz_info .otz_info_img {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  /*OTZ_END*/
  .main_right img {
    position: absolute;
    left: 100px !important;
  }
}
@media screen and (max-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 320px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Gilroy", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden !important;
  }
  .container,
  .container2 {
    max-width: 350px;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
    z-index: 5;
    flex-direction: column;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(-23px);
  }
  .animate {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
  }
  section {
    padding: 80px 0;
  }
  header {
    background: linear-gradient(90deg, rgba(16, 20, 32, 0.95) 50%, rgba(21, 24, 32, 0.9) 100%), url(../img/bg1.jpg) repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
    color: #fff !important;
    padding-bottom: 80px;
    z-index: 10 !important;
  }
  .bg_dark {
    background: linear-gradient(90deg, rgba(16, 20, 32, 0.95) 50%, rgba(21, 24, 32, 0.9) 100%), url(../img/bg1.jpg) repeat;
    background-size: contain;
    background-position: center center;
    color: #fff !important;
    position: relative;
  }
  .red_left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .orange_right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 125%;
  }
  h3 small {
    display: block;
    font-weight: 200;
    font-size: 17px;
    margin-top: 3px;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    /* box-shadow: 0 3px 30px rgba(251, 181, 46, 0.5); */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
    width: 100%;
    height: 80px;
  }
  .button button {
    background-image: linear-gradient(to top, #fbb034, #ffdd00);
    font-family: "Gilroy", sans-serif !important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button button span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    width: -moz-max-content;
    width: max-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: auto;
    margin-top: auto;
  }
  .button button:hover span {
    margin-left: -35px;
  }
  .button button:hover span::after {
    content: url("../img/right-arrow.svg");
    width: 20px;
    margin-left: 10px;
    position: absolute;
    right: -35px;
    top: 1px;
    transition: 0.3s;
  }
  .button a {
    text-decoration: none;
    width: 100%;
  }
  .button2 a {
    text-decoration: none;
    width: 100%;
  }
  .button button span img {
    width: 30px;
    margin-left: 30px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #ffdd00, #fbb034);
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  /*BUTTON2*/
  .button2 {
    cursor: pointer;
    /* box-shadow: 0 3px 30px rgba(251, 181, 46, 0.5); */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 100%;
    border: 1px solid #6e6e6e;
    transition: 0.3s;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button2 button {
    font-family: "Gilroy", sans-serif !important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    color: #bfbfbf;
    font-size: 18px;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  .button2 button span {
    position: relative;
    z-index: 1;
    width: -moz-max-content;
    width: max-content;
    transition: 0.3s;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: auto;
    margin-top: auto;
  }
  .button2 button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  .button2 button:hover:before {
    opacity: 1;
  }
  .button2 button:hover span {
    margin-left: -35px;
    transition: 0.3s;
  }
  .button2 button:hover span::after {
    content: url("../img/ruble.svg");
    width: 20px;
    margin-left: 10px;
    position: absolute;
    right: -35px;
    top: 1px;
    transition: 0.3s;
    opacity: 1;
  }
  /*BUTTON COLOR*/
  .button_pink {
    cursor: pointer;
    /* box-shadow: 0 3px 30px rgba(251, 181, 46, 0.5); */
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 120px;
    height: 32px;
    display: flex;
  }
  .button_pink button {
    height: 32px;
    font-family: "Gilroy", sans-serif !important;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    color: #fff;
    background-image: linear-gradient(to top, #9106ff, #e2954d);
    font-size: 12px;
    font-weight: 300;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
  }
  .button2 button span {
    position: relative;
    z-index: 1;
  }
  .button_pink button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #e2954d, #9106ff) !important;
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  .button_pink button:hover:before {
    opacity: 1;
  }
  .button_pink button span {
    position: relative;
    z-index: 1;
  }
  .button_orange button {
    background-image: linear-gradient(45deg, #9106ff, #e2954d);
    font-size: 18px;
    height: 80px;
  }
  .button_orange button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(45deg, #e2954d, #9106ff) !important;
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  .button_none {
    margin-left: 0px;
    height: 80px;
    margin-top: 20px;
  }
  .button_none button {
    font-size: 18px;
    height: 80px;
  }
  .button_none button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: rgba(17, 255, 238, 0);
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  /*MENU*/
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px 0;
  }
  .menu .logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu .logo img {
    height: 35px;
    padding-top: 0px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .logo a {
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .menu .social {
    display: flex;
    margin-left: auto;
    margin-right: 5px;
  }
  .menu .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #333;
    border-radius: 50%;
    position: relative;
  }
  .social p {
    font-size: 12px;
    color: #c1c1c1;
    width: 97px;
    line-height: 140%;
    margin-right: 10px;
    display: none;
  }
  .menu .social a:nth-child(n+2):hover {
    background-color: #fff;
  }
  .menu .social a img {
    width: 32px;
    height: 32px;
    position: absolute;
  }
  .menu_link {
    margin-left: 0;
    margin-right: 0px;
    font-size: 14px;
    display: none;
    width: 100%;
    background: -webkit-linear-gradient(45deg, #9106ff, #e2954d);
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .menu_link a {
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .menu_link a p {
    color: #fff;
    font-weight: 300;
    display: block;
    align-items: center;
    position: relative;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .menu_link a p::after {
    content: url("../img/next2.svg");
    width: 10px;
    position: absolute;
    right: -17px;
    top: 0.5px;
  }
  .menu_link:hover a {
    text-decoration: underline;
  }
  .menu .social a img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    align-items: center;
  }
  .menu .social a:nth-child(n+3) {
    margin-left: 5px;
  }
  .menu .social a:first-child {
    margin-right: 22px;
    text-decoration: none;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    font-size: 14px;
  }
  .social_tel {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
    margin-top: 30px;
  }
  .social_tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    color: #333;
    border-radius: 50%;
    position: relative;
  }
  .social_tel a:nth-child(n+2):hover {
    background-color: #fff;
  }
  .social_tel a img {
    width: 22px !important;
    height: 22px;
    position: absolute;
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    align-items: center;
  }
  .social_tel a:nth-child(n+2) {
    margin-left: 15px;
  }
  .social_tel a:first-child {
    margin-right: 0px;
    text-decoration: none;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    font-size: 14px;
  }
  .section_portfolio {
    padding-top: 25px;
  }
  .tel {
    text-align: right;
    margin: 0 0px 50px 0;
    margin-bottom: 0px;
    display: none;
  }
  .tel a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    line-height: 18px;
  }
  .tel p {
    font-size: 10px;
    line-height: 10px;
    margin-top: 2px;
    color: #c1c1c1;
  }
  /*MAIN*/
  .main {
    padding-top: 105px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .main_left {
    width: 100%;
  }
  .main_right {
    width: 100%;
    position: relative;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    justify-content: center;
    margin-top: 35px;
    height: 420px;
  }
  .main_right img {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
  .land163 {
    background: linear-gradient(-45deg, rgba(18, 23, 36, 0.95) 50%, rgba(29, 37, 57, 0.95) 100%);
    padding: 20px;
    box-shadow: 0 15px 32px rgba(0, 0, 0, 0.15);
    display: flex;
    width: 300px;
    align-items: center;
    border-radius: 8px;
    position: relative;
    right: 0;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    height: -moz-max-content;
    height: max-content;
  }
  .land163:after {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 2;
  }
  .land163 b {
    font-size: 38px;
    font-weight: 700;
    background: -webkit-linear-gradient(45deg, #9106ff, #e2954d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: -moz-max-content;
    height: max-content;
    display: inline-block;
    align-items: stretch;
    padding: 11px 0;
  }
  .land163 p {
    font-size: 12px;
    width: 185px;
    line-height: 145%;
    margin-left: 15px;
    color: #c1c1c1;
  }
  h1 {
    font-size: 24px;
    line-height: 115%;
    font-weight: 600 !important;
    position: relative;
    z-index: 2;
  }
  h1 span {
    color: #ec3959;
    font-weight: 650;
    font-size: 25px;
  }
  .h1_dop {
    margin-top: 8px;
    position: relative;
    z-index: 2;
  }
  .h1_dop p {
    font-size: 18px;
    line-height: 135%;
    font-weight: 100;
  }
  .h1_dop p u {
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    display: inline-block;
  }
  .main_plus {
    padding: 20px 30px;
    margin-top: 40px;
    background: linear-gradient(-45deg, rgba(20, 26, 43, 0.1) 50%, rgba(148, 181, 255, 0.1) 100%);
    box-shadow: 0 15px 32px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 10px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }
  .main_plus:after {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 2;
  }
  .rub {
    position: absolute;
    height: 75%;
    opacity: 0.15;
  }
  .main_plus p {
    line-height: 170%;
    font-style: italic;
    font-weight: 200;
    z-index: 3;
    font-size: 13px;
  }
  .main_plus p b {
    font-weight: 600;
  }
  .button_block_main {
    margin-top: 50px;
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
  }
  /*WHO_IAM*/
  .who_im {
    display: flex;
    flex: 2 2;
    position: relative;
    background: linear-gradient(-45deg, rgba(18, 23, 36, 0.95) 50%, rgba(29, 37, 57, 0.95) 100%), url(../img/bg1.jpg) repeat;
    background-size: contain;
    background-position: center center;
    padding: 20px 30px;
    border-radius: 10px;
    flex-direction: column;
  }
  .who_im h3 {
    transform: rotate(0deg);
    transform-origin: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    font-size: 26px;
    font-weight: 300;
    color: #555860;
    text-align: left;
  }
  .iam {
    width: 100%;
    margin-right: auto;
    color: #fff;
    margin-left: 0px;
    margin-top: 10px;
  }
  .iam h4 {
    font-size: 20px;
  }
  .h4_dop {
    background: -webkit-linear-gradient(45deg, #9106ff, #e2954d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: -5px;
  }
  .iam_photo {
    width: 100%;
    display: flex;
    height: 300px;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    margin-right: 10px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
    align-items: flex-start;
  }
  .iam_photo img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    height: 350px;
  }
  .iam p {
    margin-top: 20px;
    line-height: 165%;
    font-size: 13px;
    color: #ddd;
  }
  .iam p u {
    font-weight: 600;
    font-style: italic;
    color: #fff;
  }
  /*PLUSI*/
  .plusi {
    margin-top: 75px;
  }
  .plusi h3 {
    text-align: left;
  }
  .plusi_all {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .plus {
    width: 100%;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 19px 25px 25px 25px;
    border-radius: 10px;
    color: #fff;
    position: relative;
  }
  .plus:nth-child(n+2) {
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
  }
  .plus::before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 0px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
  }
  .plus img {
    width: 55px;
  }
  .plus h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 5px 0 10px 0;
    color: #fff;
    position: relative;
  }
  .plus p {
    line-height: 150%;
    font-weight: 300;
    color: #ddd;
    position: relative;
    font-size: 12px;
  }
  .plus p u {
    display: block;
    margin-top: 15px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    position: relative;
  }
  /*CASES*/
  .case_all {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .portfolio .button a {
    text-decoration: none;
  }
  .case {
    width: 100%;
    padding: 20px 20px 0 20px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    position: relative;
  }
  .case:nth-child(n+2) {
    margin-top: 60px;
  }
  .case::before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 0px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 0;
  }
  .case_top {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
  }
  .case_top b {
    font-size: 18px;
    font-weight: 600;
  }
  .case_top p {
    font-size: 13px;
    font-weight: 300;
    color: #d2d2d2;
    margin-top: 2px;
  }
  .link {
    display: inline-block;
    align-items: center;
    margin-top: 10px;
    background: -webkit-linear-gradient(45deg, #9106ff, #e2954d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    z-index: 0;
  }
  .link img {
    width: 15px;
    margin-left: 15px;
    transition: 0.3s;
    margin-bottom: -3px;
  }
  .link:hover img {
    transform: rotate(-45deg);
  }
  .img_case {
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    margin-top: 20px;
    border-radius: 5px 5px 0px 0px;
    display: flex;
  }
  .img_case img {
    width: 100%;
  }
  .mobile {
    display: flex !important;
  }
  .desctop {
    display: none !important;
  }
  .social_tel {
    display: none !important;
  }
  /*OTZ*/
  .otzivi {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .otzivi .case_otz {
    width: 100%;
    padding: 30px 20px 20px 20px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    flex-direction: column;
    margin-bottom: 0px;
  }
  .otzivi .case_otz:first-child {
    margin-bottom: 0px;
  }
  .otzivi .case_otz:last-child {
    margin-top: 40px;
  }
  .otzivi .case_otz .case_top {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  .otzivi .case_otz .case_top_img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 140px;
    align-items: center;
    align-items: flex-start;
  }
  .case_top_info {
    width: 100%;
    margin-top: 20px;
  }
  .case_top_img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otz_info_top {
    display: flex;
    flex-direction: column;
    color: #fff;
  }
  .otz_info_top b {
    font-weight: 500;
  }
  .otz_info_top .link {
    margin-top: 7px;
  }
  .case_top_info > p {
    margin-top: 10px;
    line-height: 160%;
  }
  .cifri {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .cifri p:nth-child(n+3) {
    margin-top: 10px;
  }
  .cifri p:nth-child(2) {
    margin-left: 30px;
  }
  .cifri p b {
    font-size: 18px;
    display: block;
    margin-top: 3px;
  }
  .case_bot {
    margin-top: 25px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 130px;
  }
  .case_bot img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .otz {
    width: 100%;
    padding: 25px 20px 20px 20px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    flex-direction: column;
  }
  .otz:nth-child(n+2) {
    margin-top: 50px;
  }
  .otz_info b {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: block;
  }
  .otz .otz_img {
    width: 100%;
    margin-bottom: -46px;
    height: 380px;
    overflow: hidden;
    order: 1;
  }
  .otz .otz_img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: auto;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otz .otz:nth-child(2) {
    margin-top: 40px;
  }
  .otz_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    order: 0;
    margin-bottom: 30px;
  }
  .otz_info .link {
    margin-top: 5px;
  }
  .otz_info .otz_info_img {
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  /*ETAPI*/
  .etapi {
    margin-top: 50px;
  }
  .etap_all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .cifra {
    width: 45px;
    height: 45px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .etap {
    width: 100%;
    padding: 20px 20px 20px 20px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .etap_all:nth-child(n+2) {
    margin-top: 60px;
  }
  .etap:nth-child(2) {
    margin-left: auto;
  }
  .etap:nth-child(2) .etap_img,
  .etap:nth-child(2) .etap_info {
    order: 1;
  }
  .etap::before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 0px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 0;
  }
  .etap_img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
  }
  .etap_info {
    width: 100%;
    margin-top: 20px;
  }
  .etap_info h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    color: #fff;
    position: relative;
  }
  .etap_info p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 150%;
    margin-top: 10px;
  }
  .etap_img img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .my_price_all {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .my_price {
    width: 100%;
    padding: 0px 0px 0px 0px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .my_price:nth-child(n+2) {
    margin-top: 60px;
  }
  .my_price::before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 0;
  }
  .my_price button {
    height: 100%;
    font-family: "Gilroy", sans-serif !important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    background-image: linear-gradient(to top, #9106ff, #e2954d);
    font-size: 18px;
    font-weight: 300;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
  }
  .my_price button span {
    position: relative;
    z-index: 1;
  }
  .my_price button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #e2954d, #9106ff) !important;
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  .my_price-img {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    position: relative;
  }
  .my_price-img img {
    width: 100%;
  }
  .my_price-info {
    padding: 20px 20px 20px 20px;
    position: relative;
    z-index: 1;
  }
  .my_price-info h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(45, 53, 76);
  }
  .my_price-info > p {
    font-weight: 200;
    font-size: 14px;
    line-height: 140%;
  }
  .my_price-info > p:nth-child(n+2) {
    margin-top: 15px;
  }
  .my_price-info ul {
    margin-top: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(45, 53, 76);
    margin-bottom: 20px;
  }
  .my_price-info ul li {
    list-style-type: none;
    font-size: 14px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 130%;
  }
  .my_price-info ul li::before {
    content: "■";
    margin-right: 7px;
    color: #ff4364;
    display: block;
    margin-top: -2px;
  }
  .my_price-info ul li a {
    color: #fff;
  }
  .my_price-cena {
    display: flex;
    margin-bottom: 20px;
  }
  .my_price-cena p {
    font-size: 14px;
  }
  .my_price-cena p:nth-child(n+2) {
    margin-left: 40px;
  }
  .my_price-cena p b {
    display: block;
  }
  .my_price-info .button {
    cursor: pointer;
    /* box-shadow: 0 3px 30px rgb(251 181 46 / 50%); */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
    width: 100%;
    height: 80px;
  }
  footer {
    padding-top: 50px;
    margin-bottom: -50px;
    position: relative;
    z-index: 2;
  }
  footer .fot {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  footer .fot .logo img {
    width: 100px;
  }
  footer .fot p {
    font-size: 12px;
    line-height: 150%;
    margin-left: 20px;
    color: #ddd;
    width: 100%;
  }
  /*PORTFOLIO*/
  .portfoli h3 {
    text-align: left;
  }
  .prtfl .plusi_all {
    display: flex;
    justify-content: space-between;
    margin-top: 0px !important;
  }
  .portfoli h3 small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    line-height: 160%;
    margin-top: 10px;
    color: #9e9e9e;
  }
  .bg_porfolio {
    background: linear-gradient(90deg, rgba(16, 20, 32, 0.95) 50%, rgba(21, 24, 32, 0.9) 100%), url(../img/bg1.jpg) repeat;
    background-size: contain;
    background-position: center center;
    color: #fff !important;
    position: relative;
  }
  .raboti_all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .rabota {
    width: 100%;
    padding: 20px 20px 0 20px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 32px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .rabota:nth-child(n+2) {
    margin-top: 40px;
  }
  .rabota::before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 0;
  }
  .rabota h4 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .rabota a {
    background: -webkit-linear-gradient(45deg, #9106ff, #e2954d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    display: inline-block;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: 16px;
  }
  .rabota a img {
    width: 16px;
    margin-left: 10px;
    transition: 0.3s;
    margin-bottom: -3px;
  }
  .rabota a:hover img {
    transform: rotate(-45deg);
  }
  .rabota_img {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    order: 3;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    margin-top: 25px;
  }
  .rabota_img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  /*FORMA*/
  .forma {
    padding: 25px 25px 25px 25px;
    background: linear-gradient(-45deg, rgb(18, 23, 36) 50%, rgb(29, 37, 57) 100%), url(https://YunoWeb.ru/img/bg14.jpg) no-repeat;
    border-radius: 10px;
    width: 320px;
    position: relative;
  }
  .forma::before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px solid rgb(20, 26, 43);
    border-radius: 5px;
    z-index: 0;
  }
  .forma .social {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
  }
  .forma .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    position: relative;
  }
  .forma .social a img {
    width: 30px !important;
    height: 30px !important;
    position: absolute;
  }
  .forma .social a:nth-child(n+3) {
    margin-left: 7px;
  }
  .forma .social p {
    display: flex;
  }
  .forma_in {
    z-index: 2;
    position: relative;
  }
  .forma h4 {
    text-align: left;
    font-size: 20px;
    color: #fff;
    margin-bottom: 9px;
    line-height: 130%;
  }
  .forma_in > p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 150%;
    color: #9d9d9d;
  }
  .forma form {
    margin-top: 0px;
    width: 100%;
  }
  .forma form textarea {
    max-height: 130px;
    min-height: 130px;
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    background-color: #ececec;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
    font-family: "Gilroy", sans-serif !important;
    font-weight: 400;
    color: #777777;
    z-index: 10;
    margin-bottom: 0px;
    max-width: 100%;
    min-width: 100%;
    line-height: 140%;
    margin-top: 20px;
  }
  .forma form input {
    padding: 25px 30px;
    height: 70px;
    font-size: 17px;
    border-radius: 10px;
    border: none;
    background-color: #f5f5f5;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.05);
    font-family: "Gilroy", sans-serif !important;
    font-weight: 400;
    color: #777777;
    z-index: 10;
    width: 100%;
  }
  .padding_input {
    margin-bottom: 20px;
  }
  .forma form input:nth-child(n+3) {
    margin-top: 15px;
  }
  input::-moz-placeholder {
    color: #b0b0b0 !important;
  }
  input::placeholder {
    color: #b0b0b0 !important;
  }
  textarea::-moz-placeholder {
    color: #b0b0b0 !important;
    font-size: 17px;
  }
  textarea::placeholder {
    color: #b0b0b0 !important;
    font-size: 17px;
  }
  .forma_modal.forma form input {
    padding: 25px 20px !important;
  }
  .forma form input:focus, .forma form input:hover {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, 0.2);
  }
  .forma form textarea:focus, .forma form textarea:hover {
    box-shadow: inset 0px 0px 20px rgba(95, 116, 164, 0.2);
  }
  .forma button {
    height: 100%;
    font-family: "Gilroy", sans-serif !important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
    background-image: linear-gradient(to top, #9106ff, #e2954d);
    font-size: 18px;
    font-weight: 300;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
  }
  .forma button span {
    position: relative;
    z-index: 1;
  }
  .forma button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #e2954d, #9106ff) !important;
    /* box-shadow: 0 -4px rgb(233, 176, 1) inset; */
    opacity: 0;
    transition: 0.3s;
  }
  .forma button:hover span {
    margin-left: 0px;
  }
  .forma button:hover span::after {
    content: "";
    width: 0px;
    margin-left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: 0.3s;
  }
  .forma .small {
    margin-bottom: 15px;
    text-align: left;
    margin-top: 15px;
    color: #9d9d9d;
  }
  /*TABS*/
  /*TABS*/
  /* Базовый контейнер табов */
  /* стили вкладок (табов) */
  .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    justify-content: space-between;
  }
  .tabs label {
    display: flex;
    flex: 1;
    margin: 0 0 -1px;
    padding: 5px 5px;
    font-weight: bold;
    justify-content: center;
    /* text-transform: uppercase; */
    text-align: center;
    vertical-align: middle;
    color: #333;
    border-radius: 0px;
    box-shadow: 0 10px 20px rgba(36, 44, 51, 0.03);
    border: 0.1px solid #272c38;
    box-sizing: border-box;
    display: block;
    font-weight: 400;
    margin-top: 0px;
    font-size: 12px;
    color: #fff;
    text-align: center;
  }
  .tabs label img {
    height: 110px;
  }
  .tabs label:hover {
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(45deg, #9106ff, #e2954d);
  }
  .tabs input:checked + label {
    color: #fff;
    background-image: linear-gradient(45deg, #9106ff, #e2954d);
  }
  /* изменения стиля заголовков вкладок при наведении */
  /* стили для активной вкладки */
  /* активация секций с помощью переключателя :checked */
  #tab1:checked ~ #content1,
  #tab2:checked ~ #content2,
  #tab3:checked ~ #content3,
  #tab4:checked ~ #content4 {
    display: flex;
    flex-direction: column;
  }
  /* стили секций с содержанием */
  .tabs > div {
    display: none;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
  }
  .tabs input {
    display: none;
  }
  .tabs div {
    padding: 0;
  }
  .tabs div input {
    display: block;
  }
}
.main_right {
  position: relative;
}
.main_right img {
  position: absolute;
  left: 0;
  height: auto;
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 20s;
  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 20s;
  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 20s;
}
.main_right img:nth-of-type(1) {
  animation-delay: 15s;
}
.main_right img:nth-of-type(2) {
  animation-delay: 10s;
}
.main_right img:nth-of-type(3) {
  animation-delay: 5s;
}
.main_right img:nth-of-type(4) {
  animation-delay: 0;
}

/*анимация главной img*/
@keyframes cf4FadeInOut {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  opacity: 1;
  transition: opacity 0.4s;
}

img[data-src] {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */