@media screen and (max-width: 1500px) {
  .content {
    max-width: 1200px;
  }

  header .logo a img {
    width: 100%;
  }

  header .logo {
    width: 136px;
  }

  header .menu1 {
    max-width: 620px;
    width: calc(100% - 136px - 243px - 100px);
    padding-top: 19px;
  }

  header .menu1 ul li a {
    font-size: 14px;
    line-height: 16.37px;
  }

  header .right .tel a {
    font-size: 17px;
  }

  header .right .messagers a {
    width: 24px;
    height: 24px;
  }

  header .content {
    padding: 16px 15px;
  }

  header .right {
    padding-top: 11px;
  }

  /* .main .slider .item {
    padding-top: 244px;
    padding-bottom: 42px;
  } */

  .main .slider .item-wrap {
    padding-top: 244px;
    padding-bottom: 0;
  }

  .main .slider .item .item_in {
    padding: 33px 72px 55px;
  }

  .main .slider .item .item_in h2 {
    font-size: 72px;
    line-height: 64.8px;
  }

  .main .slider .item .item_in h2 span {
    font-size: 35px;
    display: block;
  }

  .main .slider .item .item_in .line .line_item .val {
    font-size: 36px;
  }

  .main .slider .item .item_in .line .line_item .val span {
    font-size: 16px;
  }

  .main .slider .item .item_in .line .line_item .name {
    font-size: 16px;
  }

  .main .slider .item .item_in .line {
    margin-bottom: 30px;
  }

  .main .slider .item .item_in .pop_link {
    max-width: 246px;
    height: 47px;
    line-height: 42px;
    font-size: 16px;
  }

  .main .slider .item .item_in {
    max-width: 750px;
  }
}

@media screen and (max-width: 1070px) {
  header .right {
    display: none;
  }

  header .menu1 {
    width: calc(100% - 200px);
  }

  .gallery-photo-wrap.swiper-wrapper {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 830px) {
  header .menu1 ul li a {
    font-size: 12px;
  }

  .main .slider .item-wrap {
    padding-top: 244px;
    padding-bottom: 0;
    height: 95vh;
    min-height: unset;
  }
}

.mobile_button {
  display: none;
}

.mobile_menu {
  display: none;
}

.about .block_name.show_mobile {
  display: none;
}

@media screen and (max-width: 730px) {
  .about .block_name {
    display: none;
  }

  .main .slider .item .item_in h2 {
    font-size: 44px;
    line-height: 42.72px;
    margin-bottom: 24px;
  }

  .about .block_name.show_mobile {
    display: block;
  }

  .how .out::after {
    display: none;
  }

  header .menu1 {
    display: none;
  }

  header .logo {
    width: auto;
  }

  header .content {
    padding: 11px 15px;
  }

  .mobile_button {
    display: block;
  }

  .mobile_button a {
    width: 24px;
    height: 13px;
    position: absolute;
    right: 30px;
    top: calc(50% - 13px / 2);
  }

  .mobile_button span {
    width: 100%;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    background-color: #ffffff;
  }

  .mobile_button span::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: -6px;
    background-color: #ffffff;
  }

  .mobile_button span::after {
    content: '';
    width: 17px;
    height: 2px;
    position: absolute;
    bottom: -6px;
    background-color: #ffffff;
    right: 0;
  }

  .mobile_menu {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: 10;
    right: -100%;
    transition: .3s all ease-in-out;
    padding: 18px 0;
    overflow: auto;
    top: 0;
  }

  .mobile_menu.active {
    right: 0;
  }

  .mobile_menu .content {}

  .mobile_menu .close {
    position: absolute;
    top: 24px;
    right: 30px;
    background: url(../img/close.png) no-repeat center;
    width: 18px;
    height: 18px;
  }

  .mobile_menu .logo {
    margin-bottom: 50px;
    display: block;
    width: 174px;
  }

  .mobile_menu .logo img {
    object-fit: contain;
    width: 100%;
  }

  .mobile_menu ul {
    list-style: none;
    margin-bottom: 78px;
  }

  .mobile_menu ul li {}

  .mobile_menu ul li a {
    color: #36353a;
    font-family: Panton;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    margin-bottom: 24px;
  }

  .mobile_menu .links {}

  .mobile_menu .links .pop_link {
    display: block;
    width: 201px;
    margin: 0 auto 22px;
    height: 41px;
    border: 1px solid #36353a;
    text-align: center;
    line-height: 34px;
    text-decoration: none;
    color: #36353a;
    font-family: "Engravers Gothic";
    font-size: 18px;
    font-weight: 400;
  }

  .mobile_menu .links .tel {
    color: #36353a;
    font-family: Panton;
    font-size: 21px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    display: block;
    width: 201px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .main .slider .item {
    /* padding-top: 173px; */
    padding-bottom: 0;
  }

  .main .slider .item .content {
    padding: 0;
  }

  .main .slider .item .item_in {
    padding: 18px 29px 36px;
  }

  

  .main .slider .item .item_in h2 span {
    font-size: 18px;
  }

  .main .slider .item .item_in .line .line_item .val {
    font-size: 26px;
  }

  .main .slider .item .item_in .line .line_item .name {
    font-size: 14px;
  }

  .main .slider .item .item_in .line .line_item .val span {
    font-size: 14px;
  }

  .main .slider .item .item_in .line .line_item {
    margin-bottom: 10px;
    width: 50%;
  }

  .main .slider .item .item_in .line .line_item:last-child {
    width: 100%;
    margin-bottom: 0;
  }

  .main .slider .item .item_in .line {
    margin-bottom: 25px;
  }

  .main .slider .item .item_in .pop_link {
    max-width: calc(100% - 32px);
    width: calc(100% - 32px);
    height: 40px;
    font-size: 16px;
    line-height: 36px;
  }

  .main .slider .item .item_in .pop_link::after {
    width: 31px;
    right: -23px;
  }
}

@media screen and (max-width: 1500px) {
  .main {
    margin-bottom: 80px;
  }

  .block_name {
    font-size: 28px;
    padding-left: 66px;
  }

  .block_name::before {
    left: 0;
    width: 57px;
    top: 19px;
    height: 2px;
  }

  .about .line {
    padding-left: 60px;
  }

  .about .line .left {
    width: 344px;
  }

  .about .line .left img {
    width: 100%;
  }

  .about .line .right {
    width: calc(100% - 344px - 97px);
  }

  .about .line .right p {
    font-size: 16px;
  }

  .about .line .right::before {
    width: 123px;
    height: 17px;
  }

  .about .line .right::after {
    right: 80px;
    width: 227px;
  }

  .about .circle_3 {
    width: 157px;
    height: 157px;
    background-size: contain;
    bottom: 31px;
    left: calc(50% + 349px + 73px);
  }

  .about .circle_1 {
    top: 359px;
    width: 130px;
    height: 130px;
    left: -64px;
    background-size: contain;
  }

  .about .circle_2 {
    top: 92px;
    width: 111px;
    height: 224px;
    background-size: contain;
  }
}

@media screen and (max-width: 1200px) {
  .about .circle_3 {
    left: auto;
    right: 25px;
  }
}

@media screen and (max-width: 860px) {
  .about .circle_2 {
    display: none;
  }

  .about .line .right {
    width: calc(100% - 344px - 40px);
  }
}

@media screen and (max-width: 730px) {
  .main {
    margin-bottom: 40px;
  }

  .why {
    margin-top: 70px !important;
  }

  .team,
  .gallery {
    margin-top: 40px !important;
  }

  .block_name {
    padding-left: 41px;
    font-size: 18px;
    margin-bottom: 19px;
  }

  .about .block_name {
    padding-left: 41px;
  }

  .about .block_name::before,
  .block_name::before {
    top: 12px;
    width: 32px;
  }

  .about .block_name::before {
    left: 0;
    height: 2px;
  }

  .about .line .right {
    width: 100%;
  }

  .about .line .left {
    margin: 0 auto 35px;
    width: 227px;
  }

  .about .line {
    padding-left: 0;
  }

  .about .line .right p {
    font-size: 14px;
    line-height: 18px;
  }

  .about .line .right::before {
    width: 44px;
    height: 88px;
    background: url(../img/about_c_mobile.png) no-repeat center left;
    opacity: 1;
    top: -61px;
    right: -15px;
    left: auto;
    border-radius: 0;
  }

  .about .line .right::after {
    bottom: auto;
    top: -17px;
    width: 126px;
    height: 3px;
    right: 0;
    left: auto;
  }

  .about .circle_3 {
    display: none;
  }

  .about .circle_1 {
    width: 64px;
    height: 64px;
    left: -32px;
    top: 134px;
    background: url(../img/about_c_1_mob.png) no-repeat center;
  }

  .about .line .right .dots {
    bottom: -29px;
  }
}

@media screen and (max-width: 1500px) {

  .why,
  .hits,
  .team {
    margin-top: 80px;
  }

  .why .block_name {
    margin-bottom: 40px;
  }

  .why .line .item {
    height: 238px;
  }

  .why .line .item .img {
    margin-bottom: 15px;
  }

  .why .line .item p {
    font-size: 18px;
  }
}

@media screen and (max-width: 730px) {
  .why .line {
    margin-left: -15px;
    margin-right: -15px;
    background: url(../img/why_mobile.png) no-repeat center;
    background-size: cover;
  }

  .why .line .item {
    width: 50%;
    height: 126px;
  }

  .why .line .item .img {
    margin-bottom: 5px;
    height: 31px;
  }

  .why .line .item .img img {
    height: 100%;
  }

  .why .line .item p {
    font-size: 12px;
  }
}

@media screen and (max-width: 1525px) {
  .hits .items .item .name {
    font-size: 18px;
    line-height: 23.4px;
  }
}

@media screen and (max-width: 1655px) {
  .team .slider .item {
    padding-left: 230px;
  }
}

@media screen and (max-width: 1500px) {
  .hits .block_name {
    margin-bottom: 40px;
  }

  .hits .items .item .name {
    font-size: 18px;
    line-height: 23.4px;
    margin-bottom: 15px;
  }

  .hits .items .item {
    width: calc(33.33% - 30px / 3 * 2);
    padding-bottom: 87px;
    margin-bottom: 29px;
  }

  .hits .items .item img {
    margin-bottom: 14px;
  }

  .hits .items .item .desc {
    font-size: 14px;
  }

  .hits .items .item .pop_link {
    height: 47px;
    line-height: 43px;
    font-size: 16px;
    max-width: calc(100% - 32px);
    width: calc(100% - 32px);
  }

  .hits .items .item .pop_link::after {
    width: 45px;
    height: 1px;
    top: 24px;
    right: -30px;
  }

  .hits .items .item .line {
    bottom: 59px;
  }

  .hits .items .item .line .price {
    font-size: 14px;
    line-height: 18.2px;
  }

  .hits .items .item .line .nal {
    font-size: 12px;
    line-height: 15.6px;
    padding-right: 25px;
    background-size: 16px;
  }
}

@media screen and (max-width: 1120px) {
  .hits .items .item {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 1200px) {
  .hits .items .item .name {
    font-size: 17px;
  }
}

@media screen and (max-width: 730px) {
  .hits .items .item {
    width: 100%;
  }

  .hits {
    margin-top: 20px;
  }

  .hits .block_name {
    margin-bottom: 20px;
  }

  .hits .items .item {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .hits .items .item .name {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 23.4px;
    min-height: 47px;
  }

  .hits .items .item img {
    margin-bottom: 23px;
  }

  .hits .items .item .desc {
    font-size: 12px;
  }

  .hits .items .item .line {
    width: calc(100% - 30px);
  }

  .hits .items .owl-dots {
    display: none;
  }

  .hits .items .owl-nav {}

  .hits .items .owl-nav .owl-prev {
    position: absolute;
    left: -7px;
    background: url(../img/shop_arr.png) no-repeat center;
    width: 46px;
    height: 25px;
    top: calc(50% - 100px);
    font-size: 0;
  }

  .hits .items .owl-nav .owl-next {
    position: absolute;
    right: -7px;
    background: url(../img/shop_arr.png) no-repeat center;
    width: 46px;
    height: 25px;
    top: calc(50% - 100px);
    font-size: 0;
    transform: rotate(-180deg);
  }
}

@media screen and (max-width: 1790px) {
  .team .slider .owl-nav .owl-prev {
    left: 0;
  }

  .team .slider .owl-nav .owl-next {
    right: 0;
  }
}

@media screen and (max-width: 1500px) {
  .team .block_name {
    margin-bottom: 41px;
  }

  .team::before {
    width: 170px;
    height: 377px;
    background-size: 170px;
    top: 75px;
  }

  .team::after {
    width: calc(428px - 74px);
    height: 478px;
    background-size: 478px;
    top: 75px;
    background-position: top left;
  }

  .team .slider .item {
    padding-left: 133px;
  }

  .team .slider .owl-nav .owl-prev,
  .team .slider .owl-nav .owl-next {
    width: 62px;
    height: 62px;
  }

  .team .slider .item .left {
    width: 396px;
  }

  .team .slider .item .right {
    width: calc(100% - 396px - 71px);
    padding-right: 96px;
  }

  .team .slider .item .right .text {
    font-size: 14px;
    line-height: 18.2px;
    margin-bottom: 75px;
  }

  .team .slider .item .right .name {
    font-size: 14px;
    line-height: 17.92px;
  }

  .team .slider .item .right::before {
    width: 140px;
    height: 2px;
    top: 54px;
    left: -39px;
  }

  .team .slider .item .right::after {
    width: 151px;
    height: 3px;
    right: 139px;
    bottom: 81px;
  }

  .team .slider .item .right .circle {
    bottom: 27px;
    right: 72px;
    width: 116px;
    height: 116px;
  }
}

@media screen and (max-width: 960px) {
  .team .slider .item {
    padding-left: 70px;
  }

  .team .slider .item .left {
    width: 300px;
  }

  .team .slider .item .right {
    width: calc(100% - 300px - 70px);
  }

  .team .slider .item .right::before {
    top: 20px;
  }
}

@media screen and (max-width: 730px) {
  .team::before {
    display: none;
  }

  .team::after {
    display: none;
  }

  .team .slider .item .left {
    width: 164px;
    margin: 0 auto;
  }

  .team .slider .item .right {
    width: 100%;
    padding-right: 0;
    margin-top: 56px;
  }

  .team .slider .item .right::before {
    left: 0;
    top: -29px;
    width: 92px;
    height: 2px;
  }

  .team .slider .item .right::after {
    bottom: 0px;
    width: 130px;
    height: 2px;
    right: 0;
  }

  .team .slider .item .right .text {
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 16.85px;
  }

  .team .slider .item .right .name {
    font-size: 12px;
    line-height: 15.36px;
  }

  .team .slider .item .right .circle {
    display: none;
  }

  .team .slider .item {
    padding-left: 0;
    padding-bottom: 16px;
  }

  .team .slider .owl-nav .owl-prev,
  .team .slider .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    top: 78px;
  }

  .team .slider .owl-nav .owl-prev {
    left: -15px;
  }
}

@media screen and (max-width: 1500px) {
  .gallery {
    margin-top: 80px;
  }

  .gallery .block_name {
    margin-bottom: 40px;
  }

  .gallery .slider .item {
    height: 300px;
  }

  .gallery .owl-scrollbar {
    width: 300px;
    left: calc(50% - 150px);
  }
}

@media screen and (max-width: 730px) {
  .gallery .slider .item {
    height: auto;
  }

  .gallery .slider .item img {
    width: 100%;
  }

  .gallery .slider .owl-nav .owl-prev {
    left: -15px;
    background: url(../img/shop_arr.png) no-repeat center;
  }

  .gallery .slider .owl-nav .owl-next {
    right: -15px;
    background: url(../img/shop_arr.png) no-repeat center;
  }

  .gallery .owl-scrollbar {
    bottom: -20px;
    height: 1px;
    width: 160px;
    left: calc(50% - 80px);
  }

  .gallery .owl-scroll-handle {
    height: 1px;
    width: 20px !important;
  }
}

@media screen and (max-width: 1500px) {
  .how .block_name {
    margin-bottom: 40px;
  }

  .how .out .line .item .img {
    width: 112px;
    height: 112px;
    margin-bottom: 13px;
  }

  .how .out .line .item .img span img {
    height: 50px;
  }

  .how .out {
    padding: 54px 0 60px;
  }

  .how .out .line .item {
    font-size: 22px;
    line-height: 28.64px;
    margin-bottom: 22px;
  }

  .how .out::before {
    background-size: contain;
    width: 181px;
    height: 181px;
    top: 176px;
    left: -60px;
  }

  .how .out::after {
    width: 83px;
    height: 172px;
    background-size: contain;
    right: 0;
    bottom: 148px;
    background-position: right;
  }

  .how .out .line .item {
    width: calc(100% / 5 - 70px * 4 / 5)
  }

  .how .out .line .item::after {
    width: 78px;
    right: -78px;
    top: 58px;
  }

  .how .out .arr {
    width: 32px;
    height: 26px;
    background-size: contain;
  }

  .how .out .form_name {
    margin-top: 27px;
    margin-bottom: 7px;
    font-size: 28px;
    line-height: 31.33px;
  }

  .how .out .form_desc {
    margin-bottom: 31px;
    font-size: 18px;
    line-height: 20.14px;
  }

  .how .out form {
    max-width: 947px;
  }

  .how .out form button {
    width: 247px;
    height: 47px;
    line-height: 44px;
    font-size: 16px;
  }

  .how .out form input {
    width: calc(50% - 247px / 2 - 23px);
    height: 47px;
    font-size: 14px;
  }

  .how .out form button::after {
    width: 46px;
    top: 24px;
    right: -31px;
  }

  .how .out .dots {
    left: -70px;
  }

  .how .out form {
    padding-right: 35px;
  }

  .how {
    margin-top: 139px;
  }

  .revs {
    margin-top: 80px;
  }
}

@media screen and (max-width: 850px) {
  .how .out .line .item {
    width: 100%;
  }

  .how .out .line .item::after {
    width: 32px;
    right: calc(50% - 16px);
    top: auto;
    bottom: -10px;
    height: 3px;
    background: #ebebeb;
  }
}

@media screen and (max-width: 730px) {
  .how {
    margin-top: 60px;
  }

  .revs {
    margin-top: 40px;
  }

  .how .block_name {
    margin-bottom: 20px;
  }

  .how .out::before {
    width: 60px;
    height: 60px;
    left: -30px;
    top: 50px;
  }

  .how .out {
    padding: 20px 0 48px;
  }

  .how .out .line .item .img {
    width: 63px;
    height: 63px;
  }

  .how .out .line .item .img span img {
    height: 34px;
  }

  .how .out .line .item {
    width: 100%;
    max-width: 229px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 23px;
  }

  .how .out .line .item p {
    width: calc(100% - 63px - 26px);
    font-size: 18px;
    line-height: 24.42px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
  }

  .how .out .line .item .img {
    margin: 0;
    margin-bottom: 0;
  }

  .how .out::after {
    width: 30px;
  }

  .how .out .form_name {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 20.14px;
  }

  .how .out .form_desc {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 15.67px;
  }

  .how .out form input {
    width: 100%;
    margin-bottom: 6px;
    height: 38px;
    font-size: 10px;
  }

  .how .out form button {
    margin-top: 22px;
    height: 50px;
    line-height: 46px;
    width: calc(100% - 32px);
    font-size: 17px;
  }

  .how .out form {
    padding-right: 0;
  }

  .how .content {
    z-index: 1;
  }
}

@media screen and (max-width: 1500px) {
  .revs .block_name {
    margin-bottom: 40px;
  }

  .revs .content::before {
    top: 72px;
    width: 196px;
    background-size: contain;
    background-position: top left;
  }

  .revs::after {
    width: 270px;
    background-size: cover;
    background-position: bottom;
    top: 72px;
    height: 335px;
  }

  .revs .slider .item .left {
    width: 241px;
  }

  .revs .slider .item {
    padding-left: 278px;
  }

  .revs .slider .owl-nav .owl-prev {
    left: 146px;
    top: 120px;
  }

  .revs .slider .owl-nav .owl-next {
    right: 84px;
    top: 120px;
  }

  .revs .slider .item .right {
    width: calc(100% - 241px - 79px);
    padding-right: 199px;
    padding-top: 29px;
  }

  .revs .slider .item .right .text {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 18.2px;
  }

  .revs .slider .item .right .name {
    margin-bottom: 44px;
    font-size: 14px;
  }

  .revs .slider .item .right .pop_link {
    max-width: calc(100% - 32px);
    height: 47px;
    line-height: 43px;
    font-size: 16px;
  }

  .revs .slider .item .right .pop_link::after {
    width: 46px;
    height: 3px;
    right: -31px;
    top: 23px;
    height: 1.2px;
  }
}

@media screen and (max-width: 1070px) {
  .revs::after {
    display: none;
  }

  .revs .content::before {
    background: none;
    width: 137px;
    top: 65px;
    left: -15px;
    background-color: #ededed;
  }

  .revs .slider .item {
    padding-left: 80px;
  }

  .revs .slider .owl-nav .owl-prev {
    left: 0;
    width: 62px;
    height: 62px;
    top: 120px;
  }

  .revs .slider .owl-nav .owl-next {
    right: 0;
    width: 62px;
    height: 62px;
  }

  .revs .slider .item .right {
    padding-right: 90px;
  }
}

.mobile_show {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 275px;
  margin-top: 10px;
  margin-right: 95px;
}

.mobile_show a {
  display: block;
  color: #36353a;
  font-family: Panton;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.mobile_main {
  display: none !important;
}

@media screen and (max-width: 1500px) {
  .mobile_show a {
    font-size: 14px
  }

  .mobile_show {
    width: 205px;
    margin-right: 0;
  }

  footer .menu {
    margin-left: 50px;
    margin-right: 50px;
    width: calc(100% - 137px - 500px - 71px);
  }
}

@media screen and (max-width: 730px) {
  .main .slider .item img {
    display: none;
  }

  .mobile_main {
    display: block !important;
  }

  .revs .slider .item {
    padding-left: 0;
  }

  .mobile_show {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  .mobile_show a {
    display: block;
    color: #36353a;
    font-family: Panton;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
  }

  .revs .slider .item .left {
    width: 188px;
    margin: 20px auto 0;
  }

  .revs .slider .item .right {
    width: 100%;
    margin-top: 24px;
    padding-right: 0;
  }

  .revs .slider .owl-nav .owl-prev {
    top: 73px;
    width: 41px;
    height: 41px;
  }

  .revs .slider .owl-nav .owl-next {
    top: 73px;
    width: 41px;
    height: 41px;
  }

  .revs .slider .item .right {
    padding-top: 0;
  }

  .revs .slider .item .right .text {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .revs .slider .item .right .name {
    font-size: 14px;
    margin-bottom: 23px;
    padding-left: 0;
  }

  .revs .slider .item .right .pop_link {
    margin-left: 0;
  }
}

@media screen and (max-width: 1500px) {
  .contacts {
    margin-top: 80px;
  }

  .contacts .block_name {
    margin-bottom: 39px;
  }

  .contacts .out {
    padding: 113px 15px;
  }

  .contacts .out .in .left .form_name {
    font-size: 28px;
    line-height: 31.33px;
    margin-bottom: 19px;
  }

  .contacts .out .in .left form input {
    margin-bottom: 23px;
    height: 46px;
    padding: 0 21px;
  }

  .contacts .out .in .left form button {
    max-width: 246px;
    height: 47px;
    line-height: 43px;
  }

  .contacts .out .in .left form button::after {
    width: 46px;
    right: -31px;
    top: 24px;
    height: 1px;
    max-width: calc(100% - 31px);
  }

  .contacts .out .in .right .tel,
  .contacts .out .in .right .email,
  .contacts .out .in .right .grafik {
    padding-left: 61px;
  }

  .contacts .out .in .right .tel a {
    font-size: 18px;
  }

  .contacts .out .in .right .tel {
    margin-bottom: 21px;
  }

  .contacts .out .in .right .email {
    margin-bottom: 21px;
  }

  .contacts .out .in .right .email a {
    font-size: 18px;
  }

  .contacts .out .in .right .grafik p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1190px) {
  .contacts .out {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 730px) {
  .contacts .out {
    padding: 34px 15px 30px;
  }

  .contacts {
    margin-top: 40px;
  }

  .contacts .block_name {
    margin-bottom: 21px;
  }

  .contacts .out .in .left {
    width: 100%;
  }

  .contacts .out .in .left .form_name {
    font-size: 19px;
    line-height: 28.31px;
    margin-bottom: 20px;
  }

  .contacts .out .in .left form input {
    height: 43px;
    margin-bottom: 21px;
  }

  .contacts .out .in .left form button {
    max-width: initial;
    width: calc(100% - 32px);
  }

  .contacts .out .in .right {
    width: 100%;
    padding-top: 23px;
  }
}

@media screen and (max-width: 1500px) {
  footer {
    padding: 35px 0 30px;
  }

  footer .logo {
    width: 137px;
  }

  footer .menu {
    width: calc(100% - 137px - 200px - 371px);
    padding-top: 6px;
    margin-left: 100px;
    margin-right: 100px;
  }

  footer .menu ul li {
    margin-bottom: 10px;
  }

  footer .menu ul li:last-child {
    margin-bottom: 0;
  }

  footer .menu ul li a {
    font-size: 14px;
    line-height: 16.13px;
  }

  footer .social {
    padding-top: 8px;
    width: 71px;
    margin-right: 95px;
  }

  footer .social a {
    width: 24px;
  }

  footer .social a img {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  footer .menu {
    margin-left: 50px;
    margin-right: 50px;
    width: calc(100% - 137px - 200px - 315px);
  }
}

@media screen and (max-width: 730px) {
  footer .menu {
    display: none;
  }

  footer .logo {
    width: 112px;
  }

  footer .content {
    justify-content: space-between;
  }

  footer {
    padding: 15px 0 30px;
  }
}

@media screen and (max-width: 1500px) {
  .tel_button {
    width: 62px;
    height: 62px;
    left: calc(50% + 523px);
    bottom: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .tel_button {
    left: auto;
    right: 15px;
  }
}

@media screen and (max-width: 730px) {
  .tel_button {
    width: 51px;
    height: 51px;
  }
}

@media screen and (max-width: 500px) {
  .pop_1 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
  }

  .pop_1 {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 500px) {
  .pop_2 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
  }

  .pop_2 {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 570px) {
  .pop_tu {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .pop_tu::before {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .pop_tu .pop_in {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 1500px) {
  .pop_3 {
    width: 400px;
    padding: 30px 45px;
  }
}

@media screen and (max-width: 400px) {
  .pop_3 {
    width: 100%;
    padding: 15px 30px;
  }
}

@media screen and (max-width: 1500px) {
  .chast .content {
    max-width: 980px;
  }

  .chast .item .block_name {
    margin-bottom: 2px;
    font-size: 38px;
    line-height: normal;
  }

  .chast .item .block_name span {
    font-size: 40px;
    letter-spacing: normal;
  }

  .chast .item .text {
    font-size: 18px;
    line-height: 23.4px;
    max-width: 540px;
  }

  .chast {
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 730px) {
  .chast {
    padding-top: 76px;
    padding-bottom: 76px;
    margin-top: 11px;
  }

  .chast .item .block_name {
    margin-bottom: 9px;
    font-size: 29px;
    font-weight: 500;
  }

  .chast .item .block_name span {
    font-size: 30px;
    font-weight: 700;
  }

  .chast .item .text {
    font-size: 14px;
    line-height: 18.2px;
  }
}

@media screen and (max-width: 1500px) {
  .all_time {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .all_time .item {
    padding: 90px 75px;
    max-width: 570px;
  }

  .all_time .content {
    max-width: 1000px;
  }

  .all_time .item .left {
    width: 111px;
  }

  .all_time .item .left img {
    width: 100%;
  }

  .all_time .item .right {
    width: calc(100% - 111px - 31px);
  }

  .all_time .item .right .name {
    font-size: 34px;
    margin-bottom: 7px;
  }

  .all_time .item .right .text {
    font-size: 19px;
  }
}

@media screen and (max-width: 730px) {
  .all_time {
    padding-top: 0;
    padding-bottom: 0;
  }

  .all_time .content {
    padding: 0;
  }

  .all_time .item {
    max-width: 180px;
    padding: 36px 25px;
    flex-wrap: wrap;
  }

  .all_time .item .left {
    width: 100%;
    text-align: center;
    margin-bottom: 9px;
  }

  .all_time .item .left img {
    width: 60px;
  }

  .all_time .item .right {
    width: 100%;
  }

  .all_time .item .right .name {
    margin-bottom: 1px;
    font-size: 16px;
  }

  .all_time .item .right .text {
    font-size: 14px;
    font-weight: 300;
  }
}

@media screen and (max-width: 500px) {
  .pop_zakaz {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}