@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: "Montserrat", 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;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 70px 0;
  }
  header {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(../img/bg1/bg1_1.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
  }
  header .bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: flex-end;
  }
  .bg_gray {
    background-image: linear-gradient(to top, rgba(241, 241, 240, 0.9) 0%, rgba(241, 241, 240, 0.9) 100%), url(../img/bg_gray.jpg);
  }
  .bg_otz {
    background-image: linear-gradient(to top, rgba(241, 241, 240, 0.5) 0%, rgba(241, 241, 240, 0.9) 100%), url(../img/bg_otz.jpg);
    background-size: cover;
    background-position: center center;
  }
  h3 {
    font-size: 46px;
    font-weight: 300;
    text-align: center;
    line-height: 130%;
  }
  h3 small {
    font-size: 28px;
    display: block;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 430px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #E6F58F -42.5%, #FC6324 99.14%);
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
    box-shadow: 0px 5px 0px #B84D00;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 24px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(180deg, #FC6324 -42.5%, #E6F58F 99.14%);
    box-shadow: 0px 5px 0px #B84D00;
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: 50px;
  }
  .menu .logo b {
    width: -moz-max-content;
    width: max-content;
    margin-left: 15px;
    font-size: 20px;
    font-weight: 600;
  }
  .menu .logo p {
    width: 284px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #333;
  }
  .menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .menu .social > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
  }
  .menu .social p {
    line-height: 165%;
  }
  .menu .social p b {
    display: block;
  }
  .menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .menu .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .menu .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel p {
    line-height: 14px;
  }
  .menu .tel a {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 8px;
    display: block;
  }
  .main {
    padding-top: 130px;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
  }
  .main .right {
    width: 400px;
    position: relative;
    z-index: 1;
  }
  .main .right .master {
    position: absolute;
    bottom: -80px;
    width: 520px;
    left: -140px;
    z-index: 2;
  }
  .main .right .master2 {
    position: absolute;
    top: 0;
    width: 750px;
    right: -300px;
    z-index: 1;
  }
  .main .right .name {
    position: absolute;
    z-index: 3;
    bottom: 165px;
    right: 30px;
  }
  .main .right .name p {
    padding: 7px 25px;
    background-color: #fff;
    border-radius: 3px;
    width: -moz-max-content;
    width: max-content;
  }
  .main .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-weight: 700;
  }
  .main .left {
    width: 690px;
    position: relative;
    z-index: 2;
  }
  .main .left h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 120%;
  }
  .main .left h1 b {
    position: relative;
  }
  .main .left h1 b::before {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: #EFBE67;
    z-index: -1;
  }
  .main .left .h1_dop {
    margin-top: 20px;
    font-size: 30px;
    line-height: 140%;
    font-weight: 300;
    color: #323232;
    width: 650px;
  }
  .main .left .h1_dop b {
    font-weight: 600;
  }
  .main .left .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .main .left .plusi .plus {
    background-color: #fff;
    width: 215px;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .main .left .plusi .plus img {
    width: 80%;
    margin: 0 auto;
  }
  .main .left .plusi .plus p {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    line-height: 140%;
  }
  .main .left .plusi .plus p b {
    font-size: 20px;
    display: block;
  }
  .main .left .button_block {
    margin-top: 65px;
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .main .left .button_block > p {
    background-color: #fff;
    text-align: center;
    width: 280px;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-left: -2px;
  }
  .main .left .button_block > p b {
    display: contents;
    font-size: 15px;
  }
  .uslugi_all h3 {
    width: 950px;
    margin: 0 auto;
  }
  .uslugi_all .uslugi {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .uslugi_all .uslugi .item {
    width: 48%;
    padding: 40px;
    border-radius: 5px;
  }
  .uslugi_all .uslugi .item .info {
    width: 350px;
  }
  .uslugi_all .uslugi .item .info h4 {
    font-size: 26px;
    line-height: 130%;
    text-transform: uppercase;
  }
  .uslugi_all .uslugi .item .info .price {
    display: flex;
    margin-top: 25px;
    flex-direction: column;
  }
  .uslugi_all .uslugi .item .info .price p {
    width: 60%;
    margin-top: 15px;
    font-weight: 400;
  }
  .uslugi_all .uslugi .item .info .price p sup {
    line-height: 0;
  }
  .uslugi_all .uslugi .item .info .price b {
    padding: 20px 20px;
    display: block;
    border: 1px solid #EFBE67;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
  }
  .uslugi_all .uslugi .item .info .price b sup {
    line-height: 0;
    font-weight: 600;
    font-size: 16px;
  }
  .uslugi_all .uslugi .item .info .button {
    width: 100%;
    height: 80px;
    margin-top: 40px;
  }
  .uslugi_all .uslugi .item:nth-child(1) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .uslugi_all .uslugi .item:nth-child(2) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/2.jpg);
    background-size: 100% 100%;
  }
  .uslugi_all .uslugi .item:nth-child(2) h4 {
    width: 240px;
  }
  .case_all {
    /*TABS*/
    /* Базовый контейнер табов */
    /* стили вкладок (табов) */
  }
  .case_all h3 {
    width: 750px;
    margin: 0 auto;
  }
  .case_all .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
  }
  .case_all .tabs label {
    display: table-cell;
    width: 49%;
    margin: 0 0 -1px;
    padding: 30px 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #333;
    border-radius: 5px;
    border: 1px solid #EFBE67;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .case_all .tabs label img {
    height: 110px;
  }
  .case_all .tabs label p {
    font-weight: 500;
    margin-top: 0px;
    font-size: 22px;
  }
  .case_all .tabs label:hover {
    color: #333;
    cursor: pointer;
    background-color: #EFBE67;
  }
  .case_all .tabs input {
    display: flex;
  }
  .case_all .tabs input:checked + label {
    color: #333;
    background-color: #EFBE67;
  }
  .case_all .tabs section {
    display: flex;
    width: 100%;
    margin-top: 60px;
    border-radius: 10px;
    padding: 0;
  }
  .case_all .tabs #tab1:checked ~ #content1,
  .case_all .tabs #tab2:checked ~ #content2 {
    display: flex;
  }
  .case_all .tabs .names {
    width: 100%;
    margin: 0 0 -1px;
    padding: 30px 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #333;
    border-radius: 5px;
    border: 1px solid #EFBE67;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-top: 0px;
    font-size: 22px;
  }
  .case_all .tabs .names:nth-child(n+2) {
    margin-top: 40px;
  }
  .case_all .tabs .tabs_contet {
    flex-direction: column;
  }
  .case_all .tabs .case {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
  }
  .case_all .tabs .case:nth-child(n+2) {
    margin-top: 70px;
  }
  .case_all .tabs .case .right {
    width: 550px;
    display: flex;
    flex-direction: column;
    margin-left: 50px;
  }
  .case_all .tabs .case .right h4 {
    font-size: 28px;
    line-height: 120%;
    font-weight: 700;
  }
  .case_all .tabs .case .right ul {
    margin-top: 20px;
  }
  .case_all .tabs .case .right ul li {
    list-style-type: none;
    font-size: 20px;
  }
  .case_all .tabs .case .right ul li b {
    font-weight: 600;
  }
  .case_all .tabs .case .right ul li:nth-child(n+2) {
    margin-top: 15px;
  }
  .case_all .tabs .case .right .button {
    margin-top: 45px;
  }
  .case_all .tabs .case .left {
    display: flex;
    align-items: stretch;
  }
  .case_all .tabs .case .left > a {
    width: 450px;
    height: 460px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .case_all .tabs .case .left > a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .case_all .tabs .case .left .img_dop {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 15px;
  }
  .case_all .tabs .case .left .img_dop a {
    height: 102px;
    width: 98px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .case_all .tabs .case .left .img_dop a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .after_all h3 {
    width: 820px;
    margin: 0 auto;
  }
  .after_all .after {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
  }
  .after_all .after .item {
    width: 48%;
    height: 450px;
    border-radius: 5px;
    position: relative;
  }
  .after_all .after .item p {
    position: absolute;
    padding: 6px 15px;
    background-color: #EFBE67;
    top: 3px;
    left: 3px;
    z-index: 3;
    border-radius: 5px 0 5px 0;
  }
  .after_all .after .item .rendered {
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .after_all .after .item .rendered img {
    width: 100%;
    height: 450px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price {
    display: flex;
    justify-content: space-between;
  }
  .price .right {
    width: 350px;
    display: flex;
    flex-direction: column;
  }
  .price .right > b {
    font-size: 27px;
    font-weight: 500;
    line-height: 130%;
    display: block;
    margin-bottom: 58px;
    padding-top: 10px;
  }
  .price .right .item {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
    border-radius: 5px;
  }
  .price .right .item:nth-child(3) {
    margin-top: 23px;
  }
  .price .right .item h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
  }
  .price .right .item p {
    font-size: 15px;
    line-height: 140%;
    margin-top: 5px;
  }
  .price .right .item img {
    width: 220px;
  }
  .price .right small {
    margin-top: 23px;
    line-height: 14px;
    font-size: 14px;
    text-decoration: underline;
    text-align: center;
  }
  .price .left {
    width: 750px;
  }
  .price .left h3 {
    text-align: left;
  }
  .price .left .tabs2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
  }
  .price .left .tabs2 label {
    display: table-cell;
    width: 49%;
    margin: 0 0 -1px;
    padding: 30px 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #333;
    border-radius: 5px;
    border: 1px solid #EFBE67;
  }
  .price .left .tabs2 label img {
    height: 110px;
  }
  .price .left .tabs2 label p {
    font-weight: 500;
    margin-top: 0px;
    font-size: 20px;
  }
  .price .left .tabs2 label:hover {
    color: #333;
    cursor: pointer;
    background-color: #EFBE67;
  }
  .price .left .tabs2 input {
    display: none;
  }
  .price .left .tabs2 input:checked + label {
    color: #333;
    background-color: #EFBE67;
  }
  .price .left .tabs2 section {
    display: none;
    width: 100%;
    margin-top: 25px;
    border-radius: 10px;
    padding: 0;
    flex-direction: column;
  }
  .price .left .tabs2 section .line {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 40px;
    cursor: pointer;
  }
  .price .left .tabs2 section .line:nth-child(n+2) {
    margin-top: 20px;
  }
  .price .left .tabs2 section .line > b {
    font-size: 20px;
  }
  .price .left .tabs2 section .line .cena p {
    font-size: 18px;
  }
  .price .left .tabs2 section .line .cena p:nth-child(n+2) {
    margin-top: 7px;
  }
  .price .left .tabs2 #tab3:checked ~ #content3,
  .price .left .tabs2 #tab4:checked ~ #content4 {
    display: flex;
  }
  .objects h3 {
    width: 850px;
    margin: 0 auto;
  }
  .objects .items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .objects .items .item {
    width: 48%;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px;
  }
  .objects .items .item:nth-child(n+3) {
    margin-top: 50px;
  }
  .objects .items .item img {
    width: 100%;
    height: 350px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .objects .items .item h4 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .objects .items .item .button {
    width: 100%;
  }
  .otz .items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .otz .items a {
    width: 30%;
    height: 350px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    background-color: #fff;
    border-radius: 5px;
  }
  .otz .items a:nth-child(n+4) {
    margin-top: 40px;
  }
  .otz .items a img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .brigada {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .brigada .centr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .brigada .centr a {
    width: 48%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
  }
  .brigada .centr a:nth-child(n+3) {
    margin-top: 40px;
  }
  .brigada .centr a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .brigada .right {
    width: 400px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    margin-top: 12px;
  }
  .brigada .right img {
    position: absolute;
    right: 0;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 750px;
    height: 580px;
    border-radius: 5px;
  }
  .brigada .left {
    width: 710px;
    position: relative;
    z-index: 3;
  }
  .brigada .left h3 {
    text-align: left;
  }
  .brigada .left .plusi {
    margin-top: 40px;
  }
  .brigada .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .brigada .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .brigada .left .plusi .plus .img {
    width: 70px;
    height: 70px;
    background-color: #EFBE67;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .brigada .left .plusi .plus p {
    font-size: 21px;
    margin-left: 20px;
    width: 340px;
    line-height: 145%;
  }
  .dogovor {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .dogovor .right {
    width: 300px;
    height: 590px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .dogovor .right img {
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    right: 0;
    border-radius: 5px;
  }
  .dogovor .left {
    width: 411px;
  }
  .dogovor .left a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dogovor .left a img {
    width: 100%;
  }
  .dogovor .centr {
    width: 350px;
    z-index: 3;
    position: relative;
  }
  .dogovor .centr h3 {
    text-align: left;
  }
  .dogovor .centr h3 small {
    font-size: 25px;
  }
  .dogovor .centr ul {
    margin-top: 15px;
  }
  .dogovor .centr ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
  }
  .dogovor .centr ul li:nth-child(n+2) {
    margin-top: 25px;
  }
  .dogovor .centr ul li .img {
    width: 30px;
    height: 30px;
    background-color: #EFBE67;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
  }
  .dogovor .centr ul li p {
    font-size: 20px;
    margin-left: 12px;
  }
  .dogovor .centr .button {
    width: 100%;
    margin-top: 45px;
  }
  .dogovor .centr .button button {
    padding: 0 20px;
  }
  .oborud h3 {
    width: 800px;
    margin: 0 auto;
  }
  .oborud .items {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
  }
  .oborud .items .item {
    width: 23%;
    height: 320px;
    border-radius: 5px;
    background-image: linear-gradient(to top, rgba(241, 241, 240, 0) 0%, rgb(241, 241, 240) 100%), url(../img/bg_otz.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
    flex-direction: column;
    display: flex;
    padding: 20px 0 0 0;
  }
  .oborud .items .item img {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .oborud .items .item .flag {
    width: 45px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative;
  }
  .oborud .items .item h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
  }
  .zamer {
    padding: 45px 60px 60px 60px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .zamer .left {
    width: 500px;
  }
  .zamer .left h3 {
    text-align: left;
  }
  .zamer .left .plusi {
    margin-top: 30px;
  }
  .zamer .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .zamer .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zamer .left .plusi .plus .img {
    width: 70px;
    height: 70px;
    background-color: #EFBE67;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zamer .left .plusi .plus p {
    font-size: 21px;
    margin-left: 20px;
    width: 340px;
    line-height: 145%;
  }
  .zamer .left > p {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 150%;
    width: 440px;
    margin-top: 40px;
  }
  .zamer .right {
    position: relative;
  }
  .zamer .right .master {
    position: absolute;
    bottom: 0;
    width: 280px;
    left: -200px;
    bottom: -60px;
  }
  .zamer .right .calc {
    position: absolute;
    width: 370px;
    top: -160px;
    right: 10px;
  }
  .zamer .right .forma {
    background-color: #fff;
    padding: 40px 40px 45px 40px;
    width: 420px;
    position: relative;
    border-radius: 5px;
    z-index: 3;
  }
  .zamer .right .forma h4 {
    margin-bottom: 22px;
    font-weight: 400;
    text-align: left;
    width: 303px;
    font-size: 18px;
    line-height: 140%;
  }
  .zamer .right .forma h4 span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 7px;
  }
  .zamer .right .forma form {
    display: flex;
    flex-direction: column;
  }
  .zamer .right .forma form input {
    width: 100%;
    background-color: #EBEBEA;
    font-size: 20px;
  }
  .zamer .right .forma form .button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    height: 100px;
  }
  .zamer .right .forma small {
    text-align: left;
    display: block;
    margin-top: 15px;
    margin-bottom: -20px;
    font-size: 12px;
    line-height: 150%;
    color: #a0a0a0;
    font-weight: 300;
  }
  .zamer .right .forma .social {
    display: flex;
    align-items: center;
    margin-top: 35px;
  }
  .zamer .right .forma .social p {
    width: 210px;
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
  }
  .zamer .right .forma .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .zamer .right .forma .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .zamer .right .forma .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .zamer .right .forma .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer {
    display: flex;
    justify-content: space-between;
  }
  .footer .mmap {
    width: 700px;
    padding-top: 15px;
  }
  .footer .left {
    width: 400px;
  }
  .footer .left h3 {
    text-align: left;
    margin-bottom: 35px;
  }
  .footer .left .cont:nth-child(n+2) {
    margin-top: 30px;
  }
  .footer .left .cont p {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .footer .left .cont b, .footer .left .cont a {
    text-decoration: none;
    font-weight: 600;
    color: #333;
    display: block;
    font-size: 22px;
    line-height: 150%;
  }
  .footer .left .social {
    display: flex;
    align-items: center;
    margin-top: 35px;
  }
  .footer .left .social p {
    width: 210px;
    font-size: 18px;
    line-height: 130%;
  }
  .footer .left .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .footer .left .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .left .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .footer .left .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .left .recv {
    margin-top: 30px;
    font-size: 14px;
  }
  .forma_pop {
    background-color: #fff;
    padding: 40px 40px 45px 40px;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    border-radius: 5px;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }
  .forma_pop .forma_short {
    width: 320px;
    position: relative;
    z-index: 3;
  }
  .forma_pop .right {
    width: 250px;
    position: relative;
  }
  .forma_pop .master {
    width: 310px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    bottom: 0px;
    right: -70px;
    border-radius: 0 0 60% 0%;
  }
  .forma_pop h4 {
    margin-bottom: 22px;
    font-weight: 400;
    text-align: left;
    width: 303px;
    font-size: 18px;
    line-height: 140%;
    width: 357px;
  }
  .forma_pop h4 span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 7px;
  }
  .forma_pop form {
    display: flex;
    flex-direction: column;
  }
  .forma_pop form input {
    width: 100%;
    background-color: #EBEBEA;
    font-size: 20px;
  }
  .forma_pop form .button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    height: 100px;
  }
  .forma_pop small {
    text-align: left;
    display: block;
    margin-top: 15px;
    margin-bottom: -20px;
    font-size: 12px;
    line-height: 150%;
    color: #a0a0a0;
    font-weight: 300;
  }
  .forma_pop .social {
    display: flex;
    align-items: center;
    margin-top: 35px;
  }
  .forma_pop .social p {
    width: 210px;
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
  }
  .forma_pop .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .forma_pop .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .forma_pop .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .forma_pop .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .callback-bt-tel {
    display: none !important;
  }
  .callback-bt-desctop {
    display: flex !important;
  }
  .mob {
    display: none !important;
  }
  .desc {
    display: flex !important;
  }
  .vidget {
    display: none;
  }
  .etapi_all .etapi {
    margin-top: 40px;
    width: 100%;
  }
  .etapi_all details div {
    padding: 25px 10px;
  }
  .etapi_all details div ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .etapi_all details div ul li:nth-child(n+2) {
    margin-top: 20px;
  }
  .etapi_all details div ul li .circle {
    width: 35px;
    height: 35px;
    background-color: #EFBE67;
    color: #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin-right: 15px;
    padding: 0;
    flex: none;
  }
  .etapi_all details div > * + * {
    margin-top: 1.5em;
  }
  .etapi_all details + details {
    margin-top: 0.5rem;
  }
  .etapi_all summary {
    list-style: none;
  }
  .etapi_all summary::-webkit-details-marker {
    display: none;
  }
  .etapi_all summary {
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    padding: 0.75em 1em;
    cursor: pointer;
    position: relative;
    padding-left: 3.25rem;
    font-weight: 500;
    font-size: 20px;
  }
  .etapi_all summary:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.75rem;
    content: "↓";
    width: 1.75rem;
    height: 1.75rem;
    background-color: #EFBE67;
    color: #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  .etapi_all details[open] summary:before {
    content: "↑";
  }
  .etapi_all a {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 1px 0 0;
  }
  .etapi_all a:hover {
    box-shadow: 0 3px 0 0;
  }
  .etapi_all code {
    font-family: monospace;
    font-weight: 600;
  }
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  html {
    min-width: 993px;
    zoom: 80%;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 700px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Montserrat", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    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: 100px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 70px 0;
  }
  header {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(../img/bg1/bg1_1.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
  }
  header .bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: flex-end;
  }
  .bg_gray {
    background-image: linear-gradient(to top, rgba(241, 241, 240, 0.9) 0%, rgba(241, 241, 240, 0.9) 100%), url(../img/bg_gray.jpg);
  }
  .bg_otz {
    background-image: linear-gradient(to top, rgba(241, 241, 240, 0.5) 0%, rgba(241, 241, 240, 0.9) 100%), url(../img/bg_otz.jpg);
    background-size: cover;
    background-position: center center;
  }
  h3 {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    line-height: 120%;
    width: 100%;
  }
  h3 small {
    font-size: 24px;
    display: block;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 430px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #E6F58F -42.5%, #FC6324 99.14%);
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
    box-shadow: 0px 5px 0px #B84D00;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 24px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(180deg, #FC6324 -42.5%, #E6F58F 99.14%);
    box-shadow: 0px 5px 0px #B84D00;
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: 55px;
  }
  .menu .logo b {
    width: -moz-max-content;
    width: max-content;
    margin-left: 15px;
    font-size: 20px;
    font-weight: 600;
  }
  .menu .logo p {
    width: 255px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #333;
    display: none;
  }
  .menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .menu .social > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
    display: none;
  }
  .menu .social p {
    line-height: 165%;
    display: none;
  }
  .menu .social p b {
    display: block;
  }
  .menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .menu .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .menu .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel p {
    line-height: 14px;
  }
  .menu .tel a {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 8px;
    display: block;
  }
  .main {
    padding-top: 130px;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
  }
  .main .right {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 480px;
  }
  .main .right .master {
    position: absolute;
    bottom: -80px;
    width: 350px;
    right: 0px;
    left: auto;
    z-index: 2;
  }
  .main .right .master2 {
    position: absolute;
    top: 60px;
    right: 0;
    width: 750px;
    left: -200px;
    z-index: 1;
  }
  .main .right .name {
    position: absolute;
    z-index: 3;
    bottom: 165px;
    right: 30px;
  }
  .main .right .name p {
    padding: 7px 25px;
    background-color: #fff;
    border-radius: 3px;
    width: -moz-max-content;
    width: max-content;
  }
  .main .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-weight: 700;
  }
  .main .left {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .main .left h1 {
    font-size: 48px;
    font-weight: 300;
    line-height: 120%;
    text-align: center;
  }
  .main .left h1 b {
    position: relative;
  }
  .main .left h1 b::before {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: #EFBE67;
    z-index: -1;
  }
  .main .left .h1_dop {
    margin-top: 20px;
    font-size: 30px;
    line-height: 140%;
    font-weight: 300;
    color: #323232;
    text-align: center;
    width: 650px;
  }
  .main .left .h1_dop b {
    font-weight: 600;
  }
  .main .left .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    position: relative;
    z-index: 4;
  }
  .main .left .plusi .plus {
    background-color: #fff;
    width: 215px;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .main .left .plusi .plus img {
    width: 80%;
    margin: 0 auto;
  }
  .main .left .plusi .plus p {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    line-height: 140%;
  }
  .main .left .plusi .plus p b {
    font-size: 20px;
    display: block;
  }
  .main .left .button_block {
    margin-top: 65px;
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .main .left .button_block > p {
    background-color: #fff;
    text-align: center;
    width: 280px;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-left: -2px;
  }
  .main .left .button_block > p b {
    display: contents;
    font-size: 15px;
  }
  .uslugi_all h3 {
    width: 100%;
    margin: 0 auto;
  }
  .uslugi_all .uslugi {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .uslugi_all .uslugi .item {
    width: 100%;
    padding: 40px;
    border-radius: 5px;
  }
  .uslugi_all .uslugi .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .uslugi_all .uslugi .item .info {
    width: 350px;
  }
  .uslugi_all .uslugi .item .info h4 {
    font-size: 26px;
    line-height: 130%;
    text-transform: uppercase;
  }
  .uslugi_all .uslugi .item .info .price {
    display: flex;
    margin-top: 25px;
  }
  .uslugi_all .uslugi .item .info .price p {
    width: 200px;
    margin-top: 15px;
    font-weight: 400;
  }
  .uslugi_all .uslugi .item .info .price b {
    padding: 20px 20px;
    display: block;
    border: 1px solid #EFBE67;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
  }
  .uslugi_all .uslugi .item .info .button {
    width: 100%;
    height: 80px;
    margin-top: 40px;
  }
  .uslugi_all .uslugi .item:nth-child(1) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .uslugi_all .uslugi .item:nth-child(2) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/2.jpg);
    background-size: 100% 100%;
  }
  .uslugi_all .uslugi .item:nth-child(2) h4 {
    width: 240px;
  }
  .case_all {
    /*TABS*/
    /* Базовый контейнер табов */
    /* стили вкладок (табов) */
  }
  .case_all h3 {
    width: 100%;
    margin: 0 auto;
  }
  .case_all .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
  }
  .case_all .tabs label {
    display: table-cell;
    width: 49%;
    margin: 0 0 -1px;
    padding: 30px 15px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #333;
    border-radius: 5px;
    border: 1px solid #EFBE67;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .case_all .tabs label img {
    height: 110px;
  }
  .case_all .tabs label p {
    font-weight: 500;
    margin-top: 0px;
    font-size: 22px;
  }
  .case_all .tabs label:hover {
    color: #333;
    cursor: pointer;
    background-color: #EFBE67;
  }
  .case_all .tabs input {
    display: none;
  }
  .case_all .tabs input:checked + label {
    color: #333;
    background-color: #EFBE67;
  }
  .case_all .tabs section {
    display: none;
    width: 100%;
    margin-top: 60px;
    border-radius: 10px;
    padding: 0;
  }
  .case_all .tabs #tab1:checked ~ #content1,
  .case_all .tabs #tab2:checked ~ #content2 {
    display: flex;
  }
  .case_all .tabs .tabs_contet {
    flex-direction: column;
  }
  .case_all .tabs .case {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
  .case_all .tabs .case:nth-child(n+2) {
    margin-top: 70px;
  }
  .case_all .tabs .case .right {
    width: 550px;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .case_all .tabs .case .right h4 {
    font-size: 28px;
    line-height: 120%;
    font-weight: 700;
  }
  .case_all .tabs .case .right ul {
    margin-top: 20px;
  }
  .case_all .tabs .case .right ul li {
    list-style-type: none;
    font-size: 20px;
  }
  .case_all .tabs .case .right ul li b {
    font-weight: 600;
  }
  .case_all .tabs .case .right ul li:nth-child(n+2) {
    margin-top: 15px;
  }
  .case_all .tabs .case .right .button {
    margin-top: 45px;
  }
  .case_all .tabs .case .left {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .case_all .tabs .case .left > a {
    width: 80%;
    height: 460px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .case_all .tabs .case .left > a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .case_all .tabs .case .left .img_dop {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 17%;
    margin-left: 3%;
  }
  .case_all .tabs .case .left .img_dop a {
    height: 102px;
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .case_all .tabs .case .left .img_dop a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .after_all h3 {
    width: 100%;
    margin: 0 auto;
  }
  .after_all .after {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .after_all .after .item {
    width: 100%;
    height: 450px;
    border-radius: 5px;
    position: relative;
  }
  .after_all .after .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .after_all .after .item p {
    position: absolute;
    padding: 6px 15px;
    background-color: #EFBE67;
    top: 3px;
    left: 3px;
    z-index: 3;
    border-radius: 5px 0 5px 0;
  }
  .after_all .after .item .rendered {
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .after_all .after .item .rendered img {
    width: 100%;
    height: 450px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .price .right {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .price .right > b {
    font-size: 27px;
    font-weight: 500;
    line-height: 130%;
    display: block;
    margin-bottom: 30px;
    padding-top: 10px;
    width: 100%;
  }
  .price .right .item {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 30px 50px;
    border-radius: 5px;
    width: 48%;
  }
  .price .right .item:nth-child(3) {
    margin-top: 0px;
  }
  .price .right .item h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
  }
  .price .right .item p {
    font-size: 15px;
    line-height: 140%;
    margin-top: 5px;
  }
  .price .right .item img {
    width: 220px;
  }
  .price .right small {
    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
    line-height: 14px;
    font-size: 14px;
    text-decoration: underline;
    text-align: center;
  }
  .price .left {
    width: 100%;
  }
  .price .left h3 {
    text-align: left;
  }
  .price .left .tabs2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
  }
  .price .left .tabs2 label {
    display: table-cell;
    width: 49%;
    margin: 0 0 -1px;
    padding: 30px 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #333;
    border-radius: 5px;
    border: 1px solid #EFBE67;
  }
  .price .left .tabs2 label img {
    height: 110px;
  }
  .price .left .tabs2 label p {
    font-weight: 500;
    margin-top: 0px;
    font-size: 20px;
  }
  .price .left .tabs2 label:hover {
    color: #333;
    cursor: pointer;
    background-color: #EFBE67;
  }
  .price .left .tabs2 input {
    display: none;
  }
  .price .left .tabs2 input:checked + label {
    color: #333;
    background-color: #EFBE67;
  }
  .price .left .tabs2 section {
    display: none;
    width: 100%;
    margin-top: 25px;
    border-radius: 10px;
    padding: 0;
    flex-direction: column;
  }
  .price .left .tabs2 section .line {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 40px;
    cursor: pointer;
  }
  .price .left .tabs2 section .line:nth-child(n+2) {
    margin-top: 20px;
  }
  .price .left .tabs2 section .line > b {
    font-size: 20px;
  }
  .price .left .tabs2 section .line .cena p {
    font-size: 18px;
  }
  .price .left .tabs2 section .line .cena p:nth-child(n+2) {
    margin-top: 7px;
  }
  .price .left .tabs2 #tab3:checked ~ #content3,
  .price .left .tabs2 #tab4:checked ~ #content4 {
    display: flex;
  }
  .objects h3 {
    width: 100%;
    margin: 0 auto;
  }
  .objects .items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .objects .items .item {
    width: 48%;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
  }
  .objects .items .item:nth-child(n+3) {
    margin-top: 50px;
  }
  .objects .items .item img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .objects .items .item h4 {
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 120%;
  }
  .objects .items .item .button {
    width: 100%;
  }
  .otz .items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .otz .items a {
    width: 48%;
    height: 320px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    background-color: #fff;
    border-radius: 5px;
  }
  .otz .items a:nth-child(n+3) {
    margin-top: 40px;
  }
  .otz .items a img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .brigada {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .brigada .centr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .brigada .centr a {
    width: 48%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 300px;
  }
  .brigada .centr a:nth-child(n+3) {
    margin-top: 40px;
  }
  .brigada .centr a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .brigada .right {
    width: 0px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    margin-top: 12px;
  }
  .brigada .right img {
    position: absolute;
    right: 0;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    width: 650px;
    height: 550px;
    border-radius: 5px;
    right: -200px;
  }
  .brigada .left {
    width: 617px;
    position: relative;
    z-index: 3;
  }
  .brigada .left h3 {
    text-align: left;
  }
  .brigada .left .plusi {
    margin-top: 40px;
  }
  .brigada .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .brigada .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .brigada .left .plusi .plus .img {
    width: 70px;
    height: 70px;
    background-color: #EFBE67;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .brigada .left .plusi .plus p {
    font-size: 21px;
    margin-left: 20px;
    width: 340px;
    line-height: 145%;
  }
  .dogovor {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
  }
  .dogovor .right {
    width: 300px;
    height: 547px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    order: 2;
  }
  .dogovor .right img {
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    right: 0;
    border-radius: 5px;
  }
  .dogovor .left {
    width: 200px;
    order: 3;
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 3;
  }
  .dogovor .left a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dogovor .left a img {
    width: 100%;
  }
  .dogovor .centr {
    width: 350px;
    z-index: 3;
    position: relative;
    order: 1;
  }
  .dogovor .centr h3 {
    text-align: left;
  }
  .dogovor .centr h3 small {
    font-size: 25px;
  }
  .dogovor .centr ul {
    margin-top: 15px;
  }
  .dogovor .centr ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
  }
  .dogovor .centr ul li:nth-child(n+2) {
    margin-top: 25px;
  }
  .dogovor .centr ul li .img {
    width: 30px;
    height: 30px;
    background-color: #EFBE67;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
  }
  .dogovor .centr ul li p {
    font-size: 20px;
    margin-left: 12px;
  }
  .dogovor .centr .button {
    width: 100%;
    margin-top: 45px;
  }
  .dogovor .centr .button button {
    padding: 0 20px;
  }
  .oborud h3 {
    width: 100%;
    margin: 0 auto;
  }
  .oborud .items {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .oborud .items .item {
    width: 48%;
    height: 320px;
    border-radius: 5px;
    background-image: linear-gradient(to top, rgba(241, 241, 240, 0) 0%, rgb(241, 241, 240) 100%), url(../img/bg_otz.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    padding: 20px 0 0 0;
  }
  .oborud .items .item:nth-child(n+3) {
    margin-top: 25px;
  }
  .oborud .items .item img {
    width: 80%;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .oborud .items .item .flag {
    width: 45px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative;
  }
  .oborud .items .item h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
  }
  .zamer {
    padding: 45px 60px 60px 60px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
  }
  .zamer .left {
    width: 500px;
  }
  .zamer .left h3 {
    text-align: left;
  }
  .zamer .left .plusi {
    margin-top: 30px;
  }
  .zamer .left .plusi .plus {
    display: flex;
    align-items: center;
  }
  .zamer .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zamer .left .plusi .plus .img {
    width: 70px;
    height: 70px;
    background-color: #EFBE67;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zamer .left .plusi .plus p {
    font-size: 21px;
    margin-left: 20px;
    width: 340px;
    line-height: 145%;
  }
  .zamer .left > p {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 150%;
    width: 440px;
    margin-top: 40px;
  }
  .zamer .right {
    position: relative;
    margin-top: 200px;
  }
  .zamer .right .master {
    position: absolute;
    bottom: 0;
    width: 320px;
    left: -250px;
    bottom: -60px;
  }
  .zamer .right .calc {
    position: absolute;
    width: 370px;
    top: -160px;
    right: 10px;
  }
  .zamer .right .forma {
    background-color: #fff;
    padding: 40px 40px 45px 40px;
    width: 420px;
    position: relative;
    border-radius: 5px;
    z-index: 3;
  }
  .zamer .right .forma h4 {
    margin-bottom: 22px;
    font-weight: 400;
    text-align: left;
    width: 303px;
    font-size: 18px;
    line-height: 140%;
  }
  .zamer .right .forma h4 span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 7px;
  }
  .zamer .right .forma form {
    display: flex;
    flex-direction: column;
  }
  .zamer .right .forma form input {
    width: 100%;
    background-color: #EBEBEA;
    font-size: 20px;
  }
  .zamer .right .forma form .button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    height: 100px;
  }
  .zamer .right .forma small {
    text-align: left;
    display: block;
    margin-top: 15px;
    margin-bottom: -20px;
    font-size: 12px;
    line-height: 150%;
    color: #a0a0a0;
    font-weight: 300;
  }
  .zamer .right .forma .social {
    display: flex;
    align-items: center;
    margin-top: 35px;
  }
  .zamer .right .forma .social p {
    width: 210px;
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
  }
  .zamer .right .forma .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .zamer .right .forma .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .zamer .right .forma .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .zamer .right .forma .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer {
    display: flex;
    justify-content: space-between;
  }
  .footer .mmap {
    width: 250px;
    padding-top: 15px;
  }
  .footer .left {
    width: 400px;
  }
  .footer .left h3 {
    text-align: left;
    margin-bottom: 35px;
  }
  .footer .left .cont:nth-child(n+2) {
    margin-top: 30px;
  }
  .footer .left .cont p {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .footer .left .cont b, .footer .left .cont a {
    text-decoration: none;
    font-weight: 600;
    color: #333;
    display: block;
    font-size: 22px;
    line-height: 150%;
  }
  .footer .left .social {
    display: flex;
    align-items: center;
    margin-top: 35px;
  }
  .footer .left .social p {
    width: 210px;
    font-size: 18px;
    line-height: 130%;
  }
  .footer .left .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .footer .left .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .left .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .footer .left .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .forma_pop {
    background-color: #fff;
    padding: 40px 40px 45px 40px;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    border-radius: 5px;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }
  .forma_pop .forma_short {
    width: 320px;
    position: relative;
    z-index: 3;
  }
  .forma_pop .right {
    width: 250px;
    position: relative;
  }
  .forma_pop .master {
    width: 310px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    bottom: 0px;
    right: -70px;
    border-radius: 0 0 60% 0%;
  }
  .forma_pop h4 {
    margin-bottom: 22px;
    font-weight: 400;
    text-align: left;
    width: 303px;
    font-size: 18px;
    line-height: 140%;
    width: 357px;
  }
  .forma_pop h4 span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 7px;
  }
  .forma_pop form {
    display: flex;
    flex-direction: column;
  }
  .forma_pop form input {
    width: 100%;
    background-color: #EBEBEA;
    font-size: 20px;
  }
  .forma_pop form .button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    height: 100px;
  }
  .forma_pop small {
    text-align: left;
    display: block;
    margin-top: 15px;
    margin-bottom: -20px;
    font-size: 12px;
    line-height: 150%;
    color: #a0a0a0;
    font-weight: 300;
  }
  .forma_pop .social {
    display: flex;
    align-items: center;
    margin-top: 35px;
  }
  .forma_pop .social p {
    width: 210px;
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
  }
  .forma_pop .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .forma_pop .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .forma_pop .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .forma_pop .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .callback-bt-tel {
    display: none !important;
  }
  .callback-bt-desctop {
    display: flex !important;
  }
  .mob {
    display: flex !important;
  }
  .desc {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 340px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before, *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Montserrat", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
  }
  .container {
    max-width: 360px;
    min-width: 340px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .container2 {
    max-width: 360px;
    width: 100%;
    min-width: 340px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 70px 0;
  }
  header {
    background-image: linear-gradient(to top, rgba(249, 249, 249, 0.9) 0%, rgba(249, 249, 249, 0.9) 100%), url(../img/bg1/bg1_1.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
  }
  header .bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    align-items: flex-end;
  }
  .bg_gray {
    background-image: linear-gradient(to top, rgba(241, 241, 240, 0.9) 0%, rgba(241, 241, 240, 0.9) 100%), url(../img/bg_gray.jpg);
  }
  .bg_otz {
    background-image: linear-gradient(to top, rgba(241, 241, 240, 0.5) 0%, rgba(241, 241, 240, 0.9) 100%), url(../img/bg_otz.jpg);
    background-size: cover;
    background-position: center center;
  }
  h3 {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    line-height: 130%;
    width: 100%;
  }
  h3 small {
    font-size: 16px;
    display: block;
    line-height: 140%;
    margin-top: 10px;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 430px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #E6F58F -42.5%, #FC6324 99.14%);
    font-family: "Montserrat", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
    box-shadow: 0px 5px 0px #B84D00;
    width: 100%;
    transition: 0.3s;
    padding: 0 15px;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 22px;
    line-height: 120%;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(180deg, #FC6324 -42.5%, #E6F58F 99.14%);
    box-shadow: 0px 5px 0px #B84D00;
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: 30px;
  }
  .menu .logo b {
    width: -moz-max-content;
    width: max-content;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 600;
  }
  .menu .logo p {
    width: 255px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #333;
    display: none;
  }
  .menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    display: none;
  }
  .menu .social > img {
    width: 60px;
    height: 60px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
    display: none;
  }
  .menu .social p {
    line-height: 165%;
    display: none;
  }
  .menu .social p b {
    display: block;
  }
  .menu .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .menu .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .menu .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel p {
    line-height: 11px;
    font-size: 11px;
  }
  .menu .tel a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 6px;
    display: block;
  }
  .main {
    padding-top: 90px;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
  }
  .main .right {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 330px;
  }
  .main .right .master {
    position: absolute;
    bottom: -80px;
    width: 250px;
    right: -25px;
    left: auto;
    z-index: 2;
  }
  .main .right .master2 {
    position: absolute;
    top: 30px;
    right: 0;
    width: 500px;
    left: -180px;
    z-index: 1;
  }
  .main .right .name {
    position: absolute;
    z-index: 3;
    bottom: 35px;
    right: 30px;
  }
  .main .right .name p {
    padding: 3px 15px;
    background-color: #fff;
    border-radius: 3px;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
  }
  .main .right .name p:nth-child(n+2) {
    margin-top: 3px;
    font-weight: 700;
  }
  .main .left {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .main .left h1 {
    font-size: 22px;
    font-weight: 300;
    line-height: 130%;
    text-align: center;
  }
  .main .left h1 b {
    position: relative;
  }
  .main .left h1 b::before {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: #EFBE67;
    z-index: -1;
  }
  .main .left .h1_dop {
    margin-top: 10px;
    font-size: 18px;
    line-height: 140%;
    font-weight: 300;
    color: #323232;
    text-align: center;
    width: 100%;
  }
  .main .left .h1_dop b {
    font-weight: 600;
  }
  .main .left .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    position: relative;
    z-index: 4;
    flex-wrap: wrap;
  }
  .main .left .plusi .plus {
    background-color: #fff;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .main .left .plusi .plus:nth-child(n+2) {
    margin-top: 20px;
  }
  .main .left .plusi .plus img {
    width: 50%;
    margin: 0 auto;
  }
  .main .left .plusi .plus p {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    line-height: 140%;
  }
  .main .left .plusi .plus p b {
    font-size: 20px;
    display: block;
  }
  .main .left .button_block {
    margin-top: 65px;
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-direction: column;
  }
  .main .left .button_block .button {
    width: 100%;
  }
  .main .left .button_block > p {
    background-color: #fff;
    text-align: center;
    padding: 15px;
    width: 100%;
    border-radius: 0 0px 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-left: -2px;
  }
  .main .left .button_block > p b {
    display: contents;
    font-size: 15px;
  }
  .uslugi_all h3 {
    width: 100%;
    margin: 0 auto;
  }
  .uslugi_all .uslugi {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    flex-wrap: wrap;
  }
  .uslugi_all .uslugi .item {
    width: 100%;
    padding: 30px;
    border-radius: 5px;
  }
  .uslugi_all .uslugi .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .uslugi_all .uslugi .item .info {
    width: 100%;
  }
  .uslugi_all .uslugi .item .info h4 {
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
  }
  .uslugi_all .uslugi .item .info .price {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .uslugi_all .uslugi .item .info .price p {
    width: 70%;
    margin-left: 0px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  }
  .uslugi_all .uslugi .item .info .price b {
    padding: 20px 20px;
    display: block;
    border: 1px solid #EFBE67;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
  }
  .uslugi_all .uslugi .item .info .button {
    width: 100%;
    height: 80px;
    margin-top: 30px;
  }
  .uslugi_all .uslugi .item:nth-child(1) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .uslugi_all .uslugi .item:nth-child(2) {
    background-image: linear-gradient(to left, rgba(235, 235, 234, 0) 0%, rgba(235, 235, 234, 0.8) 40%, rgb(235, 235, 234) 100%), url(../img/bg2/2.jpg);
    background-size: cover;
  }
  .uslugi_all .uslugi .item:nth-child(2) h4 {
    width: 240px;
  }
  .case_all {
    /*TABS*/
    /* Базовый контейнер табов */
    /* стили вкладок (табов) */
  }
  .case_all h3 {
    width: 100%;
    margin: 0 auto;
  }
  .case_all .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
  }
  .case_all .tabs label {
    display: table-cell;
    width: 100%;
    margin: 0 0 -1px;
    padding: 12px 10px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #333;
    border-radius: 5px;
    border: 1px solid #EFBE67;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .case_all .tabs label:nth-child(n+2) {
    margin-top: 10px;
  }
  .case_all .tabs label img {
    height: 110px;
  }
  .case_all .tabs label p {
    font-weight: 500;
    margin-top: 0px;
    font-size: 17px;
  }
  .case_all .tabs label:hover {
    color: #333;
    cursor: pointer;
    background-color: #EFBE67;
  }
  .case_all .tabs input {
    display: flex;
  }
  .case_all .tabs input:checked + label {
    color: #333;
    background-color: #EFBE67;
  }
  .case_all .tabs section {
    display: flex;
    width: 100%;
    margin-top: 60px;
    border-radius: 10px;
    padding: 0;
  }
  .case_all .tabs #tab1:checked ~ #content1,
  .case_all .tabs #tab2:checked ~ #content2 {
    display: flex;
  }
  .case_all .tabs .names {
    width: 100%;
    margin: 0 0 -1px;
    padding: 20px 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #333;
    border-radius: 5px;
    border: 1px solid #EFBE67;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-top: 0px;
    font-size: 16px;
    margin-bottom: -20px;
  }
  .case_all .tabs .names:nth-child(n+2) {
    margin-top: 30px;
  }
  .case_all .tabs .tabs_contet {
    flex-direction: column;
  }
  .case_all .tabs .case {
    display: flex;
    justify-content: space-between;
    width: 300px;
    align-items: flex-start;
    flex-direction: column;
  }
  .case_all .tabs .case:nth-child(n+2) {
    margin-top: 70px;
  }
  .case_all .tabs .case .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .case_all .tabs .case .right h4 {
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
  }
  .case_all .tabs .case .right ul {
    margin-top: 20px;
  }
  .case_all .tabs .case .right ul li {
    list-style-type: none;
    font-size: 14px;
  }
  .case_all .tabs .case .right ul li b {
    font-weight: 600;
  }
  .case_all .tabs .case .right ul li:nth-child(n+2) {
    margin-top: 5px;
  }
  .case_all .tabs .case .right .button {
    margin-top: 25px;
    width: 100%;
  }
  .case_all .tabs .case .left {
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-direction: column;
  }
  .case_all .tabs .case .left > a {
    width: 100%;
    height: 260px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .case_all .tabs .case .left > a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .case_all .tabs .case .left .img_dop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-left: 0%;
  }
  .case_all .tabs .case .left .img_dop a {
    height: 70px;
    width: 22%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 10px;
  }
  .case_all .tabs .case .left .img_dop a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .after_all h3 {
    width: 100%;
    margin: 0 auto;
  }
  .after_all .after {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .after_all .after .item {
    width: 100%;
    height: 250px;
    border-radius: 5px;
    position: relative;
  }
  .after_all .after .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .after_all .after .item p {
    position: absolute;
    padding: 6px 15px;
    background-color: #EFBE67;
    top: 3px;
    left: 3px;
    z-index: 3;
    border-radius: 5px 0 5px 0;
  }
  .after_all .after .item .rendered {
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .after_all .after .item .rendered img {
    width: 100%;
    height: 250px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .price {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .price .right {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .price .right > b {
    font-size: 22px;
    font-weight: 500;
    line-height: 130%;
    display: block;
    margin-bottom: 30px;
    padding-top: 10px;
    width: 100%;
  }
  .price .right .item {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 30px 50px;
    border-radius: 5px;
    width: 100%;
  }
  .price .right .item:nth-child(3) {
    margin-top: 35px;
  }
  .price .right .item h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
  }
  .price .right .item p {
    font-size: 15px;
    line-height: 140%;
    margin-top: 5px;
  }
  .price .right .item img {
    width: 220px;
  }
  .price .right small {
    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
    line-height: 14px;
    font-size: 14px;
    text-decoration: underline;
    text-align: center;
  }
  .price .left {
    width: 100%;
  }
  .price .left h3 {
    text-align: left;
  }
  .price .left .tabs2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
  }
  .price .left .tabs2 label {
    display: table-cell;
    width: 100%;
    margin: 0 0 -1px;
    padding: 14px 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #333;
    border-radius: 5px;
    border: 1px solid #EFBE67;
  }
  .price .left .tabs2 label:nth-child(n+2) {
    margin-top: 10px;
  }
  .price .left .tabs2 label img {
    height: 110px;
  }
  .price .left .tabs2 label p {
    font-weight: 500;
    margin-top: 0px;
    font-size: 17px;
  }
  .price .left .tabs2 label:hover {
    color: #333;
    cursor: pointer;
    background-color: #EFBE67;
  }
  .price .left .tabs2 input {
    display: none;
  }
  .price .left .tabs2 input:checked + label {
    color: #333;
    background-color: #EFBE67;
  }
  .price .left .tabs2 section {
    display: none;
    width: 100%;
    margin-top: 25px;
    border-radius: 10px;
    padding: 0;
    flex-direction: column;
  }
  .price .left .tabs2 section .line {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 20px;
    cursor: pointer;
    flex-direction: column;
  }
  .price .left .tabs2 section .line:nth-child(n+2) {
    margin-top: 20px;
  }
  .price .left .tabs2 section .line > b {
    font-size: 18px;
    text-align: center;
  }
  .price .left .tabs2 section .line .cena {
    margin-top: 15px;
  }
  .price .left .tabs2 section .line .cena p {
    font-size: 16px;
    text-align: center;
  }
  .price .left .tabs2 section .line .cena p:nth-child(n+2) {
    margin-top: 3px;
  }
  .price .left .tabs2 #tab3:checked ~ #content3,
  .price .left .tabs2 #tab4:checked ~ #content4 {
    display: flex;
  }
  .objects h3 {
    width: 100%;
    margin: 0 auto;
  }
  .objects .items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .objects .items .item {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
  }
  .objects .items .item:nth-child(n+2) {
    margin-top: 40px;
  }
  .objects .items .item img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .objects .items .item h4 {
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 120%;
  }
  .objects .items .item .button {
    width: 100%;
  }
  .otz .items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .otz .items a {
    width: 100%;
    height: auto;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    background-color: #fff;
    border-radius: 5px;
  }
  .otz .items a:nth-child(n+2) {
    margin-top: 40px;
  }
  .otz .items a img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .brigada {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .brigada .centr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
    order: 3;
  }
  .brigada .centr a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
  }
  .brigada .centr a:nth-child(n+2) {
    margin-top: 40px;
  }
  .brigada .centr a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .brigada .right {
    width: 100%;
    order: 0;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    margin-top: 12px;
  }
  .brigada .right img {
    position: relative;
    right: 0;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 250px;
    border-radius: 5px;
    right: 0px;
  }
  .brigada .left {
    width: 100%;
    position: relative;
    z-index: 3;
    order: 1;
    margin-top: 40px;
  }
  .brigada .left h3 {
    text-align: center;
    font-size: 20px;
  }
  .brigada .left .plusi {
    margin-top: 40px;
  }
  .brigada .left .plusi .plus {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .brigada .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .brigada .left .plusi .plus .img {
    width: 70px;
    height: 70px;
    background-color: #EFBE67;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .brigada .left .plusi .plus p {
    font-size: 18px;
    margin-left: 0px;
    width: 100%;
    line-height: 145%;
    text-align: center;
    margin-top: 15px;
  }
  .dogovor {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    position: relative;
  }
  .dogovor .right {
    width: 100%;
    height: 547px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    right: 0;
    order: 2;
  }
  .dogovor .right img {
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: auto;
    right: 0;
    border-radius: 5px;
  }
  .dogovor .left {
    width: 200px;
    order: 3;
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 3;
  }
  .dogovor .left a {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dogovor .left a img {
    width: 100%;
  }
  .dogovor .centr {
    width: 100%;
    z-index: 3;
    position: relative;
    order: 1;
  }
  .dogovor .centr h3 {
    text-align: left;
  }
  .dogovor .centr ul {
    margin-top: 25px;
  }
  .dogovor .centr ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
  }
  .dogovor .centr ul li:nth-child(n+2) {
    margin-top: 25px;
  }
  .dogovor .centr ul li .img {
    width: 30px;
    height: 30px;
    background-color: #EFBE67;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
  }
  .dogovor .centr ul li p {
    font-size: 16px;
    margin-left: 12px;
  }
  .dogovor .centr .button {
    width: 100%;
    margin-top: 45px;
  }
  .dogovor .centr .button button {
    padding: 0 20px;
  }
  .oborud h3 {
    width: 100%;
    margin: 0 auto;
  }
  .oborud .items {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .oborud .items .item {
    width: 100%;
    height: 320px;
    border-radius: 5px;
    background-image: linear-gradient(to top, rgba(241, 241, 240, 0) 0%, rgb(241, 241, 240) 100%), url(../img/bg_otz.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    padding: 20px 0 0 0;
  }
  .oborud .items .item:nth-child(n+2) {
    margin-top: 25px;
  }
  .oborud .items .item img {
    width: 80%;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .oborud .items .item .flag {
    width: 45px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative;
  }
  .oborud .items .item h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
  }
  .zamer {
    padding: 35px 15px 30px 15px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
  }
  .zamer .left {
    width: 100%;
  }
  .zamer .left h3 {
    text-align: center;
  }
  .zamer .left .plusi {
    margin-top: 30px;
  }
  .zamer .left .plusi .plus {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .zamer .left .plusi .plus:nth-child(n+2) {
    margin-top: 30px;
  }
  .zamer .left .plusi .plus .img {
    width: 70px;
    height: 70px;
    background-color: #EFBE67;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zamer .left .plusi .plus p {
    font-size: 18px;
    margin-left: 0px;
    width: 100%;
    line-height: 145%;
    margin-top: 15px;
    text-align: center;
  }
  .zamer .left > p {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 150%;
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .zamer .right {
    position: relative;
    margin-top: 200px;
    width: 100%;
  }
  .zamer .right .master {
    position: absolute;
    bottom: 0;
    width: 200px;
    right: 0;
    top: -180px;
  }
  .zamer .right .calc {
    position: absolute;
    width: 150px;
    top: -80px;
    left: 0;
  }
  .zamer .right .forma {
    background-color: #fff;
    padding: 30px 30px 35px 30px;
    width: 100%;
    position: relative;
    border-radius: 5px;
    z-index: 3;
  }
  .zamer .right .forma h4 {
    margin-bottom: 22px;
    font-weight: 400;
    text-align: left;
    width: 100%;
    font-size: 14px;
    line-height: 150%;
  }
  .zamer .right .forma h4 span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 7px;
  }
  .zamer .right .forma form {
    display: flex;
    flex-direction: column;
  }
  .zamer .right .forma form input {
    width: 100%;
    background-color: #EBEBEA;
    font-size: 18px;
    padding: 0 0 0 20px;
    height: 80px;
  }
  .zamer .right .forma form .button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    height: 90px;
  }
  .zamer .right .forma small {
    text-align: left;
    display: block;
    margin-top: 15px;
    margin-bottom: -20px;
    font-size: 12px;
    line-height: 150%;
    color: #a0a0a0;
    font-weight: 300;
  }
  .zamer .right .forma .social {
    display: flex;
    align-items: center;
    margin-top: 35px;
  }
  .zamer .right .forma .social p {
    width: 210px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
  }
  .zamer .right .forma .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .zamer .right .forma .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .zamer .right .forma .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .zamer .right .forma .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer .mmap {
    margin-top: 40px;
    width: 100%;
    height: 300px;
    padding-top: 15px;
  }
  .footer .left {
    width: 100%;
  }
  .footer .left h3 {
    text-align: left;
    margin-bottom: 35px;
    font-size: 34px;
  }
  .footer .left .cont:nth-child(n+2) {
    margin-top: 30px;
  }
  .footer .left .cont p {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .footer .left .cont b, .footer .left .cont a {
    text-decoration: none;
    font-weight: 600;
    color: #333;
    display: block;
    font-size: 22px;
    line-height: 150%;
  }
  .footer .left .social {
    display: flex;
    align-items: center;
    margin-top: 35px;
  }
  .footer .left .social p {
    width: 210px;
    font-size: 18px;
    line-height: 130%;
  }
  .footer .left .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .footer .left .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .left .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .footer .left .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .left .recv {
    margin-top: 30px;
    font-size: 14px;
  }
  .forma_pop {
    background-color: #fff;
    padding: 30px 30px 35px 30px;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    border-radius: 5px;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    width: 320px;
  }
  .forma_pop .forma_short {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .forma_pop .right {
    width: 250px;
    position: relative;
    display: none;
  }
  .forma_pop .master {
    width: 410px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    bottom: 0px;
    left: -65px;
    border-radius: 0 0 60% 0%;
  }
  .forma_pop h4 {
    margin-bottom: 22px;
    font-weight: 400;
    text-align: left;
    width: 303px;
    font-size: 16px;
    line-height: 140%;
    width: 100%;
  }
  .forma_pop h4 span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 7px;
  }
  .forma_pop form {
    display: flex;
    flex-direction: column;
  }
  .forma_pop form input {
    width: 100%;
    background-color: #EBEBEA;
    font-size: 20px;
  }
  .forma_pop form .button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    height: 100px;
  }
  .forma_pop small {
    text-align: left;
    display: block;
    margin-top: 15px;
    margin-bottom: -20px;
    font-size: 12px;
    line-height: 150%;
    color: #a0a0a0;
    font-weight: 300;
  }
  .forma_pop .social {
    display: flex;
    align-items: center;
    margin-top: 35px;
  }
  .forma_pop .social p {
    width: 210px;
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
  }
  .forma_pop .social .items {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
  }
  .forma_pop .social .items a {
    height: 40px;
    width: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .forma_pop .social .items a:nth-child(n+2) {
    margin-left: 10px;
  }
  .forma_pop .social .items a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .callback-bt-tel {
    display: none !important;
  }
  .etapi_all .etapi {
    margin-top: 40px;
    width: 100%;
  }
  .etapi_all details div {
    padding: 25px 10px;
  }
  .etapi_all details div ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
  }
  .etapi_all details div ul li:nth-child(n+2) {
    margin-top: 20px;
  }
  .etapi_all details div ul li .circle {
    width: 35px;
    height: 35px;
    background-color: #EFBE67;
    color: #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin-right: 15px;
    padding: 0;
    flex: none;
  }
  .etapi_all details div > * + * {
    margin-top: 1.5em;
  }
  .etapi_all details + details {
    margin-top: 0.5rem;
  }
  .etapi_all summary {
    list-style: none;
  }
  .etapi_all summary::-webkit-details-marker {
    display: none;
  }
  .etapi_all summary {
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    padding: 0.75em 1em;
    cursor: pointer;
    position: relative;
    padding-left: 3.25rem;
    font-weight: 500;
    font-size: 16px;
  }
  .etapi_all summary:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.75rem;
    content: "↓";
    width: 1.75rem;
    height: 1.75rem;
    background-color: #EFBE67;
    color: #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  .etapi_all details[open] summary:before {
    content: "↑";
  }
  .etapi_all a {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 1px 0 0;
  }
  .etapi_all a:hover {
    box-shadow: 0 3px 0 0;
  }
  .etapi_all code {
    font-family: monospace;
    font-weight: 600;
  }
  .vidget {
    position: fixed;
    bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 15;
    padding: 0 10px;
  }
  .vidget a {
    width: 32%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .vidget a img {
    width: 25px;
    height: 25px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .vidget a:nth-child(1) {
    background-color: #48C95F;
    width: 32%;
  }
  .vidget a:nth-child(2) {
    background-color: #2F89CE;
    width: 32%;
  }
  .vidget a:nth-child(3) {
    background-color: #EFBE67;
    width: 32%;
  }
  .callback-bt-desctop {
    display: none !important;
  }
  .mob {
    display: flex !important;
  }
  .desc {
    display: none !important;
  }
  .owl-next,
  .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 315px !important;
    display: block;
  }
  .owl-prev {
    left: -15px !important;
    transition: ease-in-out 0.2s;
    width: 40px !important;
  }
  .owl-next {
    right: -15px !important;
    transition: ease-in-out 0.2s;
    width: 40px !important;
  }
}
@media screen and (max-width: 340px) {
  html {
    min-width: 340px;
    zoom: 80%;
  }
}
input[type=tel], input[type=submit], input[type=text], input[type=name], textarea {
  -webkit-appearance: none;
}

img {
  pointer-events: none !important;
}

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

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

/* начало кнопки звонка */
.callback-bt-tel {
  background-image: linear-gradient(180deg, #E6F58F -42.5%, #FC6324 99.14%);
  border: 2px solid #fc8958;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(252, 99, 36, 0.3);
  cursor: pointer;
  height: 50px;
  text-align: center;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  bottom: 5%;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 2s infinite;
  position: fixed;
}

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

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

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

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

/*call desc*/
.callback-bt-desctop {
  background-image: linear-gradient(180deg, #E6F58F -42.5%, #FC6324 99.14%);
  border: 2px solid #fc8958;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(252, 99, 36, 0.3);
  cursor: pointer;
  height: 70px;
  text-align: center;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  bottom: 5%;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 2s infinite;
  position: fixed;
}

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

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

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

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

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

.owl-item {
  opacity: 0.3;
  filter: blur(4px);
}

.owl-item.center {
  opacity: 1;
  filter: blur(0px);
}

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

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

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

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

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

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

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

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

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

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

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

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

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #EFBE67 !important;
  width: 20px !important;
  height: 5px !important;
}
.owl-theme .owl-dots .owl-dot.active span span, .owl-theme .owl-dots .owl-dot:hover span span {
  width: 100% !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px !important;
  height: 5px !important;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  width: -moz-max-content !important;
  width: max-content !important;
}

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