* {padding: 0; margin: 0}


.wrapper {
  display: grid;
  grid-template-columns: 339px auto;
  grid-template-rows: auto 185px auto auto;
  grid-gap: 1em;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.wrapper > div {
  border: solid 0px grey;
}
/*-------------------------------------------------------------------*/


.logo {
  background-image: url(img/bg_logo.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.logo .logo_ckp {
  display: block;
  background-image: url(img/logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-family: arial;
  font-weight: bold;
  font-size: 20px;
  margin-left: 20px;
  margin-top: 20px;
  padding-left: 115px;
  color: black;
  text-decoration: none;
}

.logo .buter {
  display: none;
}


/*-------------------------------------------------------------------*/

.top_menu {
display: grid;
margin-left: -1em;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-auto-rows: minmax(124px, auto);
background-color: #FA7A2A;
}

.top_menu .top_menu_cell_1, .top_menu_cell_2, .top_menu_cell_3 {
background-image: url(img/bg_top_menu1.png), url(img/bg_top_menu_repeat.png) ;
background-position: right top, top;
background-repeat: no-repeat, repeat-x;

}

.top_menu .top_menu_cell_4 {
background-image: url(img/bg_top_menu2.png), url(img/bg_top_menu_repeat.png) ;
background-position: right top, top;
background-repeat: no-repeat, repeat-x;
text-align: center;
}

.top_menu div a {
display: block;
text-align: center;
background-position: center top;
background-repeat: no-repeat;
color: #FFFFFF;
font-size: 18px;
font-family: arial;
text-decoration: none;
padding-top: 55px;
padding-right: 20px;
padding-left: 20px;
margin-top: 10px;
margin-right: 41px;
}

.top_menu div a:hover {
background-position: center top;
background-repeat: no-repeat;
color: black;
}

.top_menu .rem_nout {
background-image: url(img/znachok_rem_nout.png);
}

.top_menu .rem_nout:hover {
background-image: url(img/znachok_rem_nout_white.png);
}

.top_menu .rem_comp {
background-image: url(img/znachok_rem_comp.png);
}

.top_menu .rem_comp:hover {
background-image: url(img/znachok_rem_comp_white.png);
}

.top_menu .rem_smart {
background-image: url(img/znachok_rem_smart.png);
}

.top_menu .rem_smart:hover {
background-image: url(img/znachok_rem_smart_white.png);
}

.top_menu .rem_planshet {
background-image: url(img/znachok_rem_planshet.png);
}

.top_menu .rem_planshet:hover {
background-image: url(img/znachok_rem_planshet_white.png);
}

/*-------------------------------------------------------------------*/

.call {
  grid-row: 2/3;
  grid-column:1/2;
  background-color: #F2F2F2;
  background-image: url(img/zvoni.png), url(img/bg_top_right.png), url(img/bg_bottom_right.png), url(img/bg_bottom_left.png), url(img/bg_top_repeat.png), url(img/bg_right_repeat.png), url(img/bg_bottom_repeat.png), url(img/bg_left_repeat.png) ;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, top right, right bottom, left bottom, top, right, bottom, left;
}

.call .pozvoni{
  display: block;
  text-align: right;
  text-decoration: none;
  color: #FA7A2A;
  font-size: 40px;
  font-family: arial;
  font-weight: bold;
  padding-top: 39px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.call address{
  display: block;
  text-align: right;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 15px;
  font-family: arial;
  font-weight: bolder;
}

.call address .br1{
    display: none;
  }
  
  .call address .br3{
    display: none;
  }
    

.call .rabotaem{
  display: block;
  text-align: right;
  padding-bottom: 20px;
  padding-right: 20px;
  color: #FA7A2A;
  font-size: 15px;
  font-family: arial;
  font-weight: bolder;
}

/*-------------------------------------------------------------------*/

.left_menu {
  grid-column: 1/2;
  grid-row: 3/4;
  background-color: #F2F2F2;
  background-image: url(img/bg_top_left.png), url(img/bg_top_right.png), url(img/bg_bottom_right.png), url(img/bg_bottom_left.png), url(img/bg_top_repeat.png), url(img/bg_right_repeat.png), url(img/bg_bottom_repeat.png), url(img/bg_left_repeat.png) ;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, top right, right bottom, left bottom, top, right, bottom, left;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.left_menu ul {
  list-style: none;
}

.left_menu ul li a {
  display: block;
  margin-bottom: 2px;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 0px;
  font-size: 18px;
  font-family: arial;
  text-align: left;
  color: black;
  text-decoration: none;
  background-image: url(img/list_marker.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.left_menu ul ul {
  margin-left: 20px;
}

.left_menu ul li a:hover {
  font-weight: bold;
  color: #FA7A2A;
  text-decoration: underline;
}
/*-------------------------------------------------------------------*/
.main_content {
  grid-row: 2/4;
  background-color: #F2F2F2;
  background-image: url(img/bg_top_left.png), url(img/bg_top_right.png), url(img/bg_bottom_right.png), url(img/bg_bottom_left.png), url(img/bg_top_repeat.png), url(img/bg_right_repeat.png), url(img/bg_bottom_repeat.png), url(img/bg_left_repeat.png) ;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, top right, right bottom, left bottom, top, right, bottom, left;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.main_content h1 {
  display: block;
  font-family: arial;
  font-size: 36px;
  margin-bottom: 15px;
}

.main_content .phone_h1 {
     color: #FA7A2A;
     white-space: nowrap;
     background-image: url(img/phonelogo.png);
     background-repeat: no-repeat;
     background-position: left center; 
     padding-left: 45px;
     height: 36px;
}

.main_content .phone_h1 span {
    display: none;
}

.main_content .abzac1 {
  font-family: arial;
  font-size: 17px;
  text-align: justify;
  text-indent: 10px;
  margin-bottom: 15px;
}

.main_content .img1 {
  display: block;
  width: 40%;
  float: right;
  padding: 10px;
  background-image: url(img/ramka_l_t.png), url(img/ramka_r_t.png), url(img/ramka_r_b.png), url(img/ramka_l_b.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top, top right, right bottom, left bottom;
  margin-left: 20px;
  margin-bottom: 20px;
}

.main_content .img_map {
  display: block;
  width: 100%;
}

.main_content .spisok1 {
  display: block;
  font-size: 17px;
  font-family: arial;
  text-align: justify;
  margin-bottom: 15px;
  margin-left: 25px;
  margin-right: 25px;
  list-style: none;
}

.main_content .spisok1 li::before {
  content: "\2713";  /* юникод точки */
  color: #FA7A2A; /* Менять цвет */
  font-weight: bold; /* Менять жирность */
  display: inline-block;/* Расстояние между точкой и текстом */
  width: 20px; /* Задать значение расстояния */
  text-indent: none;
}

.main_content .head_cenu {
  display: block;
  width: 100%;
  background-color: #D7DBE4;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
}

.main_content .cenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: arial;
  font-size: 17px;
  margin-bottom: 15px;
}

.main_content .cenu_left {
  display: block;
  width: calc(70% - 24px);
  text-align: left;
  border-left: solid 2px #D7DBE4;
  border-right: solid 2px #D7DBE4;
  border-bottom: solid 2px #D7DBE4;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main_content .cenu_right {
  display: block;
  width: calc(30% - 2px);
  text-align: center;
  border-right: solid 2px #D7DBE4;
  border-bottom: solid 2px #D7DBE4;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main_content .cenu_new {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main_content .cenu_new div {
  width: 30%;
  display: block;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 20px; /* Радиус скругления */
  border: 0px solid #FA7A2A; /* Параметры рамки */
  box-shadow: 0 0 7px #666; /* Параметры тени */
  margin-bottom: 15px;
}

.main_content .cenu_new div img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  border-radius: 300px; /* Радиус скругления */
  border: 4px solid #FA7A2A; /* Параметры рамки */
  box-shadow: 0 0 7px #666; /* Параметры тени */
}

.main_content .cenu_new div h3 {
  display: block;
  font-family: arial;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 7px;
}

.main_content .cenu_new .cena_uslugi {
  display: block;
  width: 90px;
  font-family: arial;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 15px;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 300px; /* Радиус скругления */
  background-color: #FA7A2A;
  border: 0px solid #FA7A2A; /* Параметры рамки */
  box-shadow: 0 0 7px #666; /* Параметры тени */
}

.main_content .cenu_new .opisanie_uslugi {
  display: block;
  font-family: arial;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}


/*-------------------------------------------------------------------*/

.foot {
  grid-column: 1/3;
  background-color: #F2F2F2;
  background-image: url(img/bg_top_left.png), url(img/bg_top_right.png), url(img/bg_bottom_right.png), url(img/bg_bottom_left.png), url(img/bg_top_repeat.png), url(img/bg_right_repeat.png), url(img/bg_bottom_repeat.png), url(img/bg_left_repeat.png) ;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, top right, right bottom, left bottom, top, right, bottom, left;
}

.foot .copyright {
  font-family: arial;
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.foot .copyright span {
  font-weight: bold;
  color: #FA7A2A;
  white-space: nowrap;
 }

.foot #vk_subscribe {
  display: block;
  float: right;
}

.foot #ok_group_widget {
  display: block;
  float: right;
}

 .foot .vk_icon {
   display:inline-block;
   width: 32px;
   height: 32px;
   background-image: url(img/vk_icon.png);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
 }

 .foot .ok_icon {
   display:inline-block;
   width: 32px;
   height: 32px;
   background-image: url(img/ok_icon.png);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
 }

/*------media------760------------------------------------------*/
@media screen and (max-width: 768px) {

  .wrapper {
    display:flex;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;


  }

  .logo {
    order: 3;
    background-color: #F2F2F2;
    background-image: url(img/bg_top_left.png), url(img/bg_top_right.png), url(img/bg_bottom_right.png), url(img/bg_bottom_left.png), url(img/bg_top_repeat.png), url(img/bg_right_repeat.png), url(img/bg_bottom_repeat.png), url(img/bg_left_repeat.png) ;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
    background-position: left top, top right, right bottom, left bottom, top, right, bottom, left;
  }

  .logo .logo_ckp {
    display: block;
    text-align: center;
    background-image:  url(img/logo2.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 95px;
    padding-right: 95px;
    border: solid 0px grey;
  }

  .logo .buter {
    display: block;
    height: 22px;
    width: 30px;
    background-image:   url(img/buter.png);
    background-repeat: no-repeat;
    background-position: 20px right;
    margin-top: -10px;
    margin-left: -60px;
    align-self: center;
  }

  .top_menu {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    order: 4;
    margin-left: 0em;
    background-image: url(img/bg_top_menu_left2.png), url(img/bg_top_menu_center2.png),  url(img/bg_top_menu_right2.png),  url(img/bg_top_menu_repeat_2.png);
    background-repeat: repeat-y, repeat-y, repeat-y, repeat;
    background-position: top left, top center, right top, top;
    padding-bottom: 6px;
  }

  .top_menu .top_menu_cell_1, .top_menu_cell_2, .top_menu_cell_3, .top_menu_cell_4 {
    flex-basis: 50%;
    box-sizing: border-box;
    background-image: none, none;
  }

  .top_menu .top_menu_cell_4 {
    background-image: none, none;
  }

  .top_menu div a {
    height: 50px;
    display: block;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 18px;
    font-family: arial;
    text-decoration: none;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 3px;
    margin-right: 11px;
  }

  .call {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .call .pozvoni{
    display: block;
    text-align: right;
    text-decoration: none;
    color: #FA7A2A;
    font-size: 40px;
    font-family: arial;
    font-weight: bold;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 0px;
    text-shadow: 1px 0 2px #D7DBE4, 0 2px 2px #D7DBE4, -2px 0 1px #D7DBE4, 0 -2px 2px #D7DBE4;
  }

  .call address{
    display: block;
    text-align: right;
    padding-bottom: 0px;
    padding-right: 20px;
    font-size: 20px;
    font-family: arial;
    font-weight: bolder;
  }
  
  .call address .br2{
    display: none;
  }
  
  .call address .br1{
    display: inline;
  }
  
  .call address .br3{
    display: inline;
  }
  
  .call .rabotaem span {
      display: none;
  }

  .left_menu {
    order: 5;
  }

  .main_content {
    order: 2;
  }

  .main_content .img1 {
    display: block;
    float:none;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .main_content h1 {

    text-align: center;
  }

  .main_content .cenu {
    flex-direction: column;
  }

  .main_content .cenu_left {
    width: calc(100% - 24px);
    text-align: center;
    border-bottom: solid 0px #D7DBE4;
  }

  .main_content .cenu_right {
    width: calc(100% - 4px);
    border-left: solid 2px #D7DBE4;
  }

  .main_content .cenu_new div {
    display: block;
    width: 100%;
  }

  .main_content .cenu_new div img {
    width: 60%;
  }

  .foot {
    order: 6;
  }


}

/*------media----960------------------------------------------------*/


@media (min-width: 769px) and (max-width: 960px) {
  .logo {
    background-color: #F2F2F2;
    background-image: url(img/bg_logo_top_left.png), url(img/bg_logo_bottom_left.png),  url(img/bg_logo_left2.png), url(img/bg_logo_bottom_repeat_2.png), url(img/bg_left_repeat.png) ;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-x, repeat-y;
    background-position: left top, left bottom, right top, bottom, left;
  }

  .logo .logo_ckp {
    display: block;
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-family: arial;
    font-weight: bold;
    font-size: 18px;
    margin-top: 66px;
  }

  .top_menu {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(107px, auto);
    background-image: url(img/bg_top_menu_center2.png),  url(img/bg_top_menu_right2.png),  url(img/bg_top_menu_repeat_2.png);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: top center, right top, top;
  }

  .top_menu .top_menu_cell_1, .top_menu_cell_2, .top_menu_cell_3, .top_menu_cell_4 {
    background-image: none, none;
  }

  .top_menu .top_menu_cell_4 {
    background-image: none, none;
  }

  .top_menu div a {
    display: block;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 18px;
    font-family: arial;
    text-decoration: none;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 4px;
    margin-right: 41px;
  }
  
    .call address .br1{
    display: none;
  }

  .main_content .cenu_new div {
    width: 46%;
  }

}

/*------------------------------------------------------------------*/
