@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
body {
	overflow-x: hidden;
}
.logo {
  position: relative;
  top: 10px;
  right: 10px;
}
.mapA {
  text-decoration: none;
}
header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FAFAFA;
  padding: 20px;
  padding-right: 0;
  padding-top: 0;
}
header nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  left: 25px;
}
header nav a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 25px 25px;
  padding-top: 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  color: #1a1a1a;
}
header nav a:hover {
  text-decoration: none;
  color: #333333;
  background-color: #F0F0F0 ;
  transition: 0.4s all ease;
}
header nav .consult {
  color: black;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background-color: #fdd24a;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 10px;
  padding: 0px 20px;
  padding-top: 0px;
  height: 65%;
}
.header__top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  right: 20%;
}
.test {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.header__bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  right: 18.5%;
}
.header__bottom div {
  margin: 0 30px;
  font-family: 'Open Sans', sans-serif;
}
.header__bottom div i {
  margin-right: 10px;
}
.header__bottom .address {
  color: #587499;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.header__bottom .address span {
  font-weight: bold;
}
.header__bottom .address .weMap {
  background-color: #EBEBEB;
  padding: 3px;
  color: #587499;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  top: 10px;
}
.header__bottom .address .weMap:hover {
  background-color: #dedede;
  transition: .4s all ease;
}
.header__bottom .phone {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 25px;
  text-decoration: underline;
  margin: 0;
}
.header__bottom .phone span {
  font-weight: bold;
}
main {
  background-image: url(../img/mainIMGnew.jpg);
  background-repeat:  no-repeat, no-repeat;
  background-size: 45%;
  #background-position: 10% 15%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  #padding: 10px;
  padding-bottom: 0px;
  position: relative;
}
main .main__top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  width: 82%;
  justify-content: flex-end;
}
main .main__top div {
  margin: 0 30px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  bottom: 25px;
}
main .main__top div i {
  margin-right: 10px;
}
main .main__top .address {
  color: #587499;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
main .main__top .address span {
  font-weight: bold;
}
main .main__top .address .weMap {
  background-color: #EBEBEB;
  padding: 3px;
  color: #587499;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  top: 10px;
}
main .main__top .phone {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 25px;
  text-decoration: underline;
}
main .main__top .phone span {
  font-weight: bold;
}



main .main__middle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 100px;
  font-family: 'Open Sans', sans-serif;
  text-align: right;
}
main .main__middle .pUnderH1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  position: relative;
  right: 100px;
  bottom: 30px;
}
main .main__middle h1 {
  text-align: center;
  position: relative;
  right: 85px;
}
main .main__middle .special {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  text-align: right;
}
main .main__middle .special span {
  background-color: #fdd24a;
  padding: 5px;
  font-weight: bold;
}
main .main__middle .saleButton {
  background-color: #2184CE;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 15px ;
  border-radius: 5px;
}
main .main__middle .saleButton:hover {
  background-color: #1C6FAF;
  transition: 0.3s all ease;
}
main .main__middle ul {
  list-style: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #2E2E2E;
  text-align: left;
}
main .main__middle ul i {
  color: #fdd24a;
  margin-right: 10px;
}
.main__bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column	;
  justify-content: center;
  padding-bottom: 90px;
}
.main__bottom ul {
  list-style: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #2E2E2E;
}
.main__bottom ul i {
  color: #fdd24a;
  margin-right: 10px;
}
.main__bottom .ul1 {
  position: relative;
  top: ;
}
.time {
  font-weight: bold;
}
.ul1 {
  position: relative;
  bottom: 50px;
}
.advantages {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../img/advantagesImg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0px 0;
}
.advantages .advantages__top h2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 35px;
  border-bottom: 3px solid #fdd24a;
}
.advantages .advantages__top h2:after {
  width: 50px;
  border-bottom: 2px solid black;
}
.advantages .advantages__bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  padding: 50px;
  position: relative;
  left: 50px;
	color: #fff;
}
.advantages .advantages__bottom h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  color: #fdd24a;
  position: relative;
  right: 40px;
}
.advantages .advantages__bottom p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.advantages .advantages__bottom .advitems1 {
  margin-right: 220px;
}
.advitem1, .advitem2,.advitem3,
.advitem4,.advitem5,.advitem6{
	max-width: 450px;
	font-size: 18px;
}
.advantages .advantages__bottom i {
  position: relative;
  right: 40px;
  top: 11px;
  font-size: 40px;
}
.price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FBFBFB;
  padding: 100px;
  padding-top: 0;
  padding-bottom: 50px;
}
.tab_content {
	max-width: 1100px;
}
.tab1__header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.cellBig {
  display: inline-block;
  width: 230px !important;
  background-color: #fff;
  color: #616161;
  font-family: 'Open Sans', sans-serif;
}

.cellBig br {
	display: none;
}
.cellSmall {
  display: inline-block;
  width: 50px;
  background-color: #fff;
  color: #616161;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-decoration: none;
  padding: 10px;
}
.cellSmall a {
  color: #616161;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}
h3.cellSmall {
  padding: 10px;
  cursor: default;
  margin: 2px;
}
.cellSmall2 {
  margin-left: 19%;
}
.saleButton2 {
  background-color: #2184CE;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 15px ;
  border-radius: 5px;
  position: relative;
  left: 650px;
  top: 10px;
	display: inline-block;
}
.saleButton2:hover {
  background-color: #1C6FAF;
  transition: 0.3s all ease;
}
.cellSmall2 {
  display: inline-block;
  width: 450px;
  background-color: #fff;
  color: #616161;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-decoration: none;
}
.tab {
  font-family: 'Open Sans', sans-serif;
  color: #373737;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  top: 45px;
}
.active {
  background-color: #EBEBEB;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
}
.disks {
  margin-top: 50px;
}
.tabs h2 {
  font-family: 'Open Sans', sans-serif;
  color: #2D2D2D;
  font-size: 35px;
  border-bottom: 3px solid #fdd24a;
}
.tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.wePrice {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}
.wePrice span {
  font-weight: 600;
}
.hardWork {
  font-weight: bold;
}
.extraService {
  background-image: url(../img/extraServiceImg.jpg);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  padding-bottom: 0;
  padding-top: 0;
  font-family: 'Open Sans', sans-serif;
}
.extraService .extraService__top {
  color: #fff;
}
.extraService .extraService__top h2 {
  font-size: 33px;
  text-transform: uppercase;
  border-bottom: 3px solid #fdd24a;
}
.extraService .extraService__bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  color: #fdd24a;
  padding-bottom: 50px;
}
.extraService .extraService__bottom .extrSitemS,
.extraService .extraService__bottom .extrSitemS1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.extraService .extraService__bottom .extrSitemS h4,
.extraService .extraService__bottom .extrSitemS1 h4 {
  font-size: 22px;
}
.extraService .extraService__bottom .extrSitemS h4 i,
.extraService .extraService__bottom .extrSitemS1 h4 i {
  font-size: 45px;
  position: relative;
  top: 10px;
  right: 30px;
}
.extraService .extraService__bottom .extrSitemS1 {
  margin-right: 150px;
}
.slider {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 50px;
}
.slider img {
  margin-right: 100px;
}
.sliderText h4 {
  font-family: 'Open Sans', sans-serif;
  color: #292929;
  font-size: 25px;
}
.sliderText .exp7 {
  font-family: 'Open Sans', sans-serif;
  color: #424242;
  background-color: #ECECEC;
  border-radius: 5px;
  padding: 3px;
}
.sliderText p {
  font-family: 'Open Sans', sans-serif;
  color: #6D6D6D;
  font-size: 16px;
  font-weight: 500;
}
.form {
  background-image: url(../img/advantagesImg.jpg);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  padding-top: 0;
  padding-bottom: 0;
  background-size: 100%;
}
.form .form__top h2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.form .form__top h2 .saleForm {
  color: #fdd24a;
}
.form .form__bottom {
  padding-bottom: 50px;
}
.form .form__bottom input[type="name"],
.form .form__bottom input[type="phone"] {
  background-color: #fff;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  padding-right: 20px;
}
.form .form__bottom input[type="name"]:focus,
.form .form__bottom input[type="phone"]:focus {
  border: 2px solid #2083CE;
  transition: .4s all ease;
}
.form .form__bottom input[type="name"]:hover,
.form .form__bottom input[type="phone"]:hover {
  background-color: #ebebeb;
  transition: .4s all ease;
}
.form .form__bottom input[type="name"] {
  margin-right: 8px;
}
.form .form__bottom button {
  background-color: #2289D0;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  padding: 12px 45px;
  outline: 0;
  border-radius: 5px;
  font-size: 20px;
  margin: 0;
  border: none;
  margin-left: 15px;
  cursor: pointer;
}
.form .form__bottom button:hover {
  background-color: #1C6FAF;
  transition: 0.3s all ease;
}
footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  position: relative;
  left: 10%;
}
footer .address {
  color: #587499;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
footer .address span {
  font-weight: bold;
}
footer p {
  font-family: 'Open Sans', sans-serif;
}
footer p span {
  font-weight: bold;
}
footer .div2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 25px;
}
footer .div2 span {
  font-weight: bold;
}
.header__top-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  background-image: url(../img/yellowBG.png);
  display: none;
}
.header__top-menu nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.header__top-menu a {
  font-size: 30px;
  text-align: center !important;
  padding: 60px 100%;
  color: #2A2A2A;
  text-decoration: none;
}
.header__top-menu .consult {
  padding: 30px;
  background-color: #2A2A2A;
  color: #Fff;
}
.header__top-menu .consult:hover {
  background-color: #474747;
}
.burger {
  display: none;
  position: fixed;
  right: -35px;
  top: -30px;
  z-index: 101;
}
.burger i {
  font-size: 100px;
  padding: 50px;
  padding-left: 80px;
  padding-bottom: 20px;
  padding-top: 30px;
  cursor: pointer;
}
@media screen and (max-width: 1340px) {
  .header__top {
    right: 15% !important;
  }
  .header__bottom {
    right: 13% !important;
  }
}
.burger {
  display: none !important;
}
@media screen and (max-width: 1100px) {
  .header {
    padding: 0 !important;
  }
  .header__top {
    position: static;
    left: 0;
    justify-content: center;
  }
  .header__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
    justify-content: center;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 930px) {
  main {
    background-image: none !important;
    background-color: #fff;
    position: static !important;
    justify-content: center !important;
    text-align: center;
  }
  .main__middle {
    justify-content: center !important;
    align-items: center !important;
    margin-right: 0 !important;
  }
  .main__middle h1 {
    position: static !important;
    left: 0 !important;
  }
  .main__middle .pUnderH1 {
    position: static !important;
    left: 0 !important;
  }
  .main__bottom {
    justify-content: center !important;
    align-items: center !important;
  }
  .header__bottom {
    margin-left: -30px;
  }
}
@media screen and (max-width: 765px) {
  main {
    padding-bottom: 60px;
  }
  .header__bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column !important;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .header__bottom div {
    margin-bottom: 35px;
  }
  .header__bottom .weMap {
    position: relative;
    left: 50px;
  }
  .header__bottom .p2 {
    position: relative;
    top: 10px;
    left: 26px;
  }
}
@media screen and (max-width: 1150px) {
  .price {
    flex-wrap: wrap;
	padding:20px;
  }
  .wrapper {width:100%;}
  .cellBig {
    width: 250px !important;
  }
  .cellSmall {
    width: 50px;
  }
  h1 {
    font-size: 40px;
  }
  p {
    font-size: 24px !important;
  }
  h2 {
    font-size: 35px !important;
  }
  h3 {
    font-size: 35px;
  }
  .advantages__top h2 {
    font-size: 38px !important;
  }
  .advantages__bottom {
    flex-direction: column !important;
    justify-content: center;
    position: static !important;
  }
  .advantages__bottom h3 {
    position: static !important;
  }
  .advantages__bottom i {
    top: 5px !important;
  }
  .advitems1,
  .advitems2 {
    margin: 0 !important;
    text-align: center;
    margin-bottom: 50px;
  }
  .advitem1,
  .advitem2,
  .advitem3,
  .advitem4,
  .advitem5,
  .advitem6 {
    margin-bottom: 50px;
  }
  .advitem1 h3,
  .advitem2 h3,
  .advitem3 h3,
  .advitem4 h3,
  .advitem5 h3,
  .advitem6 h3 {
    font-size: 32px !important;
  }
  .advitem1 p,
  .advitem2 p,
  .advitem3 p,
  .advitem4 p,
  .advitem5 p,
  .advitem6 p {
    font-size: 24px !important;
  }
  .tab_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .tab_item h2 {
    font-size: 30px !important;
  }
  .tab_item h3 {
    font-size: 25px !important;
  }
  .tab_item p {
    font-size: 20px !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .tab_item .cellBig {
    width: 20%;
  }
  .tab_item .cellSmall {
    width: 5%;
  }
  .tab1__header {
    flex-wrap: wrap;
  }
  .saleButton2 {
    position: static !important;
  }
  .extraService__bottom {
    flex-direction: column !important;
    text-align: center;
  }
  .extraService__bottom h4 {
    font-size: 30px !important;
  }
  .extrSitemS1 {
    margin: 0 !important;
  }
  .extraService__top h2 {
    font-size: 40px !important;
  }
  .form h2 {
    font-size: 35px !important;
  }
  .form input {
    font-size: 25px !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
  .form .form__bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-direction: column !important;
  }
  footer {
    position: static !important;
    width: 100% !important;
    padding: 50px 0px !important;
    flex-direction: column !important;
  }
  header .header__top {
    flex-direction: column !important;
    align-items: center;
  }
  header nav {
    flex-direction: column !important;
  }
  header a {
    padding: 15px !important;
  }
}
.hardBR {
  display: none;
}
@media screen and (max-width: 485px) {
  .price2 {
    display: inline !important;
  }
  .price1 {
    display: none !important;
  }
  main {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  main ul {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .advitems1,
  .advitems2 h3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }
  .advitems1 i,
  .advitems2 h3 i {
    position: static !important;
    top: 0 !important;
    left: 0 !important;
  }
  .extraService .extraService__bottom .extrSitemS1,
  .extrSitemS h4 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
    flex-direction: column !important;
  }
  .extraService .extraService__bottom .extrSitemS1 i,
  .extrSitemS h4 i {
    position: static !important;
    top: 0 !important;
    left: 0 !important;
  }
  .header__top-menu .consult {
    padding: 10px !important;
  }
  .tab_item p {
    flex-direction: column !important;
  }
  .price {
    padding: 0 !important;
  }
  .tab1__header {
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }
  .hardwork {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .hardBR {
    display: inline !important;
  }
  .tab1__table {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cellBig {
    width: 50px !important;
  }
  .cellSmall {
    width: 40px !important;
  }
  .advitems1 h3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }
  .advitems1 h3 i {
    position: static;
  }
}
table {
  width: 100%;
  border: 1px solid black;
  border-collapse: collapse;
  font-size: 5px;
  display: none;
}
table span {
  font-size: 9px !important;
  font-family: none !important; 
}
table td,
table th {
  border: 1px solid black;
}
@media screen and (max-width: 490px) {
  .price {
    display: none !important;
  }
  table {
    display: table !important;
    width: 100% !important;
	font-size: 9px;
  }
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 23px !important;
  }
  .extraService__top h2 {
    font-size: 23px !important;
  }
  p {
    font-size: 18px !important;
  }
  .extraService__bottom h4 {
    font-size: 18px !important;
  }
  li {
    font-size: 20px !important;
  }
  .advantages__top h2 {
    font-size: 20px !important;
  }
  .advantages__bottom {
    padding: 0 !important;
  }
  .advantages__bottom h3 {
    font-size: 20px !important;
  }
  .advantages__bottom p {
    font-size: 18px !important;
  }
  .form input {
    padding: 5px !important;
    font-size: 20px !important;
    padding: 3px !important;
    width: 100%;
  }
  .form h2 {
    font-size: 20px !important;
  }
  .form button {
    margin-left: 0 !important;
    padding: 2px !important;
  }
  .fixed {
    position: static;
  }
}
.show-headerPos,
.show-winPos {
  position: fixed;
  top: 10px;
  right: 10px;
  background: red;
  color: #fff;
  z-index: 100;
}
.show-winPos {
  background-color: blue;
  top: 50px;
  z-index: 100;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.shadow {
  -webkit-box-shadow: 0px 7px 17px -2px #757575;
  -moz-box-shadow: 0px 7px 17px -2px #757575;
  box-shadow: 0px 7px 17px -2px #757575;
  z-index: 100;
}
.price2 {
  display: none:;
}


@media screen and (max-width: 910px) {
	.tab_item p {font-size: 13px !important;}
	.cellBig {    width: 170px !important;}
	.tab_item h2 {    font-size: 17px !important;}
	.tab_item h3 {    font-size: 17px !important;}
}
.entry-header, .cloneHeader {display:none !important;}

div.container {
  width: 96%;
  max-width: 960px;
  margin: 0 auto 10px auto; /* ?????????? ???????? ????????? */
	display: flex;
	flex-wrap: wrap;
}
.container__link {
  width: calc(33% - 4px);
  display: block;
	height: auto;
	margin: 2px;
}
.container__img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
img {
	width: 100%;
    height: initial;
}