
.item-page .info .nav {
  margin-bottom: 30px;
}

.item-page .info .nav li {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  border-bottom: 1px solid #000;
  cursor: pointer;
}

.item-page .info .nav li:not(:last-child) {
  margin-right: 20px;
}

/* .item-page .info .nav li.active {
	  color: #c03740;
	  border-bottom: 1px solid #c03740;
	} */
.item-page .info .blocks {
  padding-bottom: 10px;
}

.item-page .info .blocks .block {
  margin-bottom: 20px;
  width: 48%;
}

.item-page .info .blocks .block div {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
}

.item-page .info .blocks .block div img {
  max-width: 40px;
  width: 40px;
  margin-right: 20px;
}

.item-page .info .text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 50px;
}

.item-page .info .text a {
  color: #c03740;
}

#text-more {
  display: none;
}

.item-page .info .calc {
  margin-bottom: 30px;
}

.item-page .info .calc .item {
  width: 100px;
  display: inline-block;
  margin-right: 30px;
  vertical-align: bottom;
  position: relative;
}

.item-page .info .calc .item:nth-child(3):after {
  content: '=';
}

.item-page .info .calc .item:after {
  position: absolute;
  content: 'x';
  font-size: 16px;
  line-height: 20px;
  color: #a4a4a4;
  right: -20px;
  top: 38px;
}

.item-page .info .calc .item p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.item-page .info .calc .item input[type='text'] {
  width: 100%;
  height: 40px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 20px;
}

.item-page .info .calc .item input[type='number'] {
  width: 100%;
  height: 40px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 20px;
}

.item-page .info .calc .result {
  vertical-align: bottom;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
}

.item-page .info .calc .result span {
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
}

.item-page .info .buttons button {
  padding: 0 26px;
  height: 44px;
  border-radius: 5px;
}

.item-page .info .buttons button:nth-child(1) {
  color: #fff;
  background: #c03740;
  margin-right: 15px;
}

.item-page .info .buttons button:nth-child(2) {
  background: none;
  color: #c03740;
  border: 1px solid #c03740;
}

.item-page .info .buttons button span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url('img/cart.svg');
  margin: -2px 0 0 4px;
}

.item-page .advantages {
  padding-bottom: 40px;
}

.item-page .advantages .item {
  width: 24%;
  text-align: center;
}

.item-page .advantages .item p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}

.item-page .middle-nav {
  text-align: center;
  margin-bottom: 80px;
}

.item-page .middle-nav a {
  padding: 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #121212;
  border-radius: 5px;
  margin: 0 10px;
}

.item-page .middle-nav a.active {
  background: #c03740;
  border: 1px solid #c03740;
  color: #fff;
}

.item-page .middle-nav a .fa {
  font-size: 24px;
  vertical-align: middle;
  margin: -2px 8px 0 0;
}

.item-page .scheme {

}

.item-page .table {
  padding: 50px 0 0 50px;
  position: relative;
}

.item-page .table .image1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.item-page .table .image1 img {
  vertical-align: middle;
}

.item-page .table .image2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
}

.item-page .table .image2 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.item-page .table table {
  width: 100%;
}

.item-page .table table tr:first-child td {
  color: #fff;
  background: #c03740;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
}

.item-page .table table tr td {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 10px;
  text-align: center;
  border: 1px solid #c1c1c1;
  cursor: default;
}

.item-page .table table tr td:first-child {
  color: #fff;
  background: #c03740;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
}

.item-page .table table tr td.pink {
  background: #f9ebec;
}

.activeTable {
  color: #fff;
  background: #c03740;
}

.item-page .table table tr td .item-info {
  position: relative;
  text-align: left;
  margin: 20px 30px;
}

.item-page .table table tr td .item-info .close {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url('img/close.svg');
  width: 23px;
  height: 24px;
}

.item-page .table table tr td .item-info .name {
  display: block;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 22px;
}

.item-page .table table tr td .item-info .data {
  width: 540px;
  margin-bottom: 20px;
  display: table;
}

.item-page .table table tr td .item-info .data div {
  width: 48%;
  font-size: 16px;
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
}

.item-page .table table tr td .item-info .price {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.item-page .table table tr td .item-info .price span {
  color: #c03740;
  font-size: 24px;
  line-height: 29px;
}

.item-page .table table tr td .item-info .button * {
  vertical-align: middle;
}

.item-page .table table tr td .item-info .button button {
  color: #fff;
  height: 45px;
  padding: 0 25px;
  background: #c03740;
  border-radius: 5px;
}

.item-page .table table tr td .item-info .button button span {
  display: inline-block;
  vertical-align: middle;
  background: url('img/cart.svg');
  width: 20px;
  height: 20px;
  margin: -1px 0 0 4px;
}

.item-page .table table tr td .item-info .button a {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-left: 10px;
}

.item-page .table table tr td .item-info .button a.fav {
  background: url('img/fav.svg') center / cover;
}

.item-page .table table tr td .item-info .button a.delete {
  background: url('img/delete.svg') center / cover;
}

.item-page .table table tr td .item-info .button a.compare {
  background: url('img/compare.svg') center / cover;
}

.catalog-page {
  padding-bottom: 90px;
}

.catalog-page.other {
  padding-bottom: 10px;
}

.catalog-page.other .h1 {
  font-size: 40px;
  line-height: 49px;
}

.catalog-page .top-link {
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0 50px;
  text-decoration: none;
}

.catalog-page .top-link span {
  display: inline-block;
  position: relative;
  border-bottom: 1px dashed #c03740;
  margin-right: 32px;
}

.catalog-page .top-link span:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
  width: 25px;
  height: 25px;
  background: url('img/download.svg') center / cover;
}

.catalog-page .top-nav {
  margin-bottom: 40px;
}

.catalog-page .top-nav a {
  padding: 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #121212;
  border-radius: 5px;
  margin: 0 9px 0 1px;
}

.catalog-page .top-nav a:hover,
.catalog-page .top-nav a.active {
  color: #c03740;
  border: 1px solid #c03740;
}

.catalog-page .top-nav .slick-dots {
  text-align: center;
  padding-top: 10px;
}

.catalog-page .top-nav .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}

.catalog-page .top-nav .slick-dots li.slick-active button {
  background: #c03740;
}

.catalog-page .top-nav .slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 20px;
  height: 3px;
  background: #d9d9d9;
}

.catalog-page .top-count {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}

.catalog-page .top-count.other {
  margin: -20px 0 40px;
}

.catalog-page .top-count span {
  font-weight: 600;
}

.catalog-page .top-sort {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #7e7e7e;
}

.catalog-page .top-sort .name {
  width: 23.5%;
}

.catalog-page .top-sort .link {
  width: 74%;
}

.catalog-page .top-sort .link .llink {
  display: inline-block;
  position: relative;
}

.catalog-page .top-sort .link a {
  display: inline-block;
  text-decoration: none;
  color: #7e7e7e;
  padding-right: 30px;
  background: url('img/arrow10.svg') no-repeat right;
}

.catalog-page .top-sort .link a.active {
  background: url('img/arrow11.svg') no-repeat right;
}

.catalog-page .top-sort .link .window {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  background: #fff;
  white-space: nowrap;
  font-weight: 400;
  color: #000;
  z-index: 99;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 15px 15px 5px 15px;
  display: none;
}

.catalog-page .top-sort .link .window .checkbox {
  display: none;
}

.catalog-page .top-sort .link .window .checkbox + label {
  display: block;
  cursor: pointer;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  background: url('img/checkbox5.svg') no-repeat 0 0;
  margin-bottom: 10px;
}

.catalog-page .top-sort .link .window .checkbox:checked + label {
  background: url('img/checkbox6.svg') no-repeat 0 0;
}

.catalog-page .slider {
  margin: 0 -3px 30px -3px;
  display: none;
}

.catalog-page .slider .slick-track {
  display: flex;
}

.catalog-page .slider .item {
  margin: 0 3px;
  text-align: center;
  background: #f1f1f1;
  padding: 10px;
  height: auto;
}

.catalog-page .slider .item.active {
  background: #c03740;
}

.catalog-page .slider .item.active a {
  color: #fff;
}

.catalog-page .slider .item img {
  height: 50px;
  margin: 0 auto 10px auto;
}

.catalog-page .slider .item a {
  display: block;
  text-decoration: none;
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.catalog-page .slider .slick-prev,
.catalog-page .slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 30px;
  height: 30px;
  filter: grayscale(100%);
}

.catalog-page .slider .slick-prev:hover,
.catalog-page .slider .slick-next:hover {
  filter: none;
}

.catalog-page .slider .slick-prev {
  left: -40px;
  background: url('img/prev.svg') center / cover;
}

.catalog-page .slider .slick-next {
  right: -40px;
  background: url('img/next.svg') center / cover;
}

.catalog-page .slider .slick-dots {
  text-align: center;
  padding-top: 10px;
}

.catalog-page .slider .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}

.catalog-page .slider .slick-dots li.slick-active button {
  background: #c03740;
}

.catalog-page .slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 20px;
  height: 3px;
  background: #d9d9d9;
}

.catalog-page .menu {
  width: 32%;
}

.catalog-page .menu.small {
  width: 23.5%;
}

.catalog-page .menu .sort {
  margin-bottom: 50px;
}

.catalog-page .menu .sort .mob-links {
  width: 630px;
  margin: 0 auto;
  padding-bottom: 25px;
  border-top: 1px solid #c1c1c1;
  padding-top: 20px;
  display: none;
}

.catalog-page .menu .sort .mob-links a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #888888;
}

.catalog-page .menu .sort .mob-links a:nth-child(1) {
  padding-left: 22px;
  background: url('img/back.svg') no-repeat left;
}

.catalog-page .menu .sort .mob-links a:nth-child(2) {
  padding-right: 22px;
  background: url('img/clear.svg') no-repeat right;
}

.catalog-page .menu .sort .item {
  padding-bottom: 20px;
}

.catalog-page .menu .sort .item .name {
  margin-bottom: 17px;
  display: inline-block;
  cursor: pointer;
  padding-right: 28px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  background: url('img/arrow12.svg') no-repeat right;
}

.catalog-page .menu .sort .item .name.active {
  background: url('img/arrow13.svg') no-repeat right;
}

.catalog-page .menu .sort .item .content .prices input[type='text'] {
  width: 44%;
  height: 40px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 0 10px;
}

.catalog-page .menu .sort .item .content .prices span {
  font-size: 16px;
  line-height: 40px;
  color: #a4a4a4;
}

.catalog-page .menu .sort .item .content .checkbox {
  display: none;
}

.catalog-page .menu .sort .item .content .checkbox + label {
  display: block;
  cursor: pointer;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  background: url('img/checkbox5.svg') no-repeat 0 0;
  margin-bottom: 10px;
}

.catalog-page .menu .sort .item .content .checkbox:checked + label {
  background: url('img/checkbox6.svg') no-repeat 0 0;
}

.catalog-page .menu .sort .item .content p {
  margin-bottom: 10px;
}

.catalog-page .menu .sort .buttons button {
  width: 48%;
  height: 43px;
  border-radius: 5px;
}

.catalog-page .menu .sort .buttons button:nth-child(1) {
  color: #fff;
  background: #c03740;
}

.catalog-page .menu .sort .buttons button:nth-child(2) {
  background: none;
  border: 1px solid #121212;
}

.catalog-page .menu ul {
  padding-bottom: 35px;
}

.catalog-page .menu ul li {
  margin-bottom: 15px;
}

.catalog-page .menu ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 40px 15px 60px;
  background: #f1f1f1 url('img/arrow7.svg') no-repeat right 15px top 15px;
  position: relative;
}

.catalog-page .menu ul li a.active {
  color: #fff;
  background: #c03740 url('img/arrow8.svg') no-repeat right 15px top 15px;
}

.catalog-page .menu ul li a.active img:nth-child(1) {
  display: none;
}

.catalog-page .menu ul li a.active img:nth-child(2) {
  display: inline-block;
}

.catalog-page .menu ul li a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.catalog-page .menu ul li a img:nth-child(2) {
  display: none;
}

.catalog-page .menu ul li ul {
  padding: 20px 20px 1px 20px;
  display: none;
}

.catalog-page .menu ul li ul.active {
  display: block;
}

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

.catalog-page .menu ul li ul li a {
  padding: 0;
  background: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding: 0 0 0 23px;
  background: url('img/arrow9.svg') no-repeat left;
}

.catalog-page .menu ul li ul li a.active {
  background: url('img/arrow9.svg') no-repeat left;
  color: #000;
}

.catalog-page .menu ul li ul li ul {
  padding: 10px 20px 1px 30px;
  list-style: disc;
  display: none;
}

.catalog-page .menu ul li ul li ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding: 0;
  background: none;
}

.catalog-page .menu form.findForm {
  border: 1px solid #121212;
  border-radius: 5px;
  padding: 30px 20px;
}

.catalog-page .menu form.findForm .name {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
}

.catalog-page .menu form.findForm .name span {
  color: #c03740;
}

.catalog-page .menu form.findForm .top-text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 20px;
}

.catalog-page .menu form.findForm p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.catalog-page .menu form.findForm p span {
  color: #c03740;
}

.catalog-page .menu form.findForm .field {
  position: relative;
  margin-bottom: 20px;
}

.catalog-page .menu form.findForm .field input[type='text'],
.catalog-page .menu form.findForm .field input[type='password'] {
  width: 100%;
  height: 55px;
  border: 1px solid #121212;
  border-radius: 5px;
  padding: 0 17px;
  font-size: 16px;
}

.catalog-page .menu form.findForm button {
  width: 100%;
  height: 54px;
  color: #fff;
  font-size: 18px;
  background: #c03740;
  border-radius: 5px;
  margin: 15px 0 10px;
}

.catalog-page .menu form.findForm .bottom-text {
  font-size: 12px;
  line-height: 15px;
  color: #7e7e7e;
}

.catalog-page .list {
  width: 66%;
}

.catalog-page .list.big {
  width: 74%;
}

.catalog-page .list .item2 {
  width: 32%;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #f1f1f1;
  padding: 10px 10px 30px 10px;
}

.catalog-page .list .item2:hover .images .slick-dots {
  opacity: 1;
}

.catalog-page .list .item2 .images {
  margin-bottom: 15px;
}

.catalog-page .list .item2 .images img {
  width: 100%;
}

.catalog-page .list .item2 .images .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 96%;
  display: table;
  opacity: 0;
  padding: 0;
}

.catalog-page .list .item2 .images .slick-dots li {
  display: table-cell;
  vertical-align: middle;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.catalog-page .list .item2 .images .slick-dots li.slick-active button {
  background: #a2a2a2;
}

.catalog-page .list .item2 .images .slick-dots li button {
  width: 100%;
  height: 2px;
  background: #d9d9d9;
  padding: 0;
  font-size: 0;
}

.catalog-page .list .item2 .name {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.catalog-page .list .item2 .options {
  margin-bottom: 25px;
}

.catalog-page .list .item2 .options p {
  margin-bottom: 10px;
}

.catalog-page .list .item2 .options .option {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.catalog-page .list .item2 .options .option:hover div {
  display: block;
}

.catalog-page .list .item2 .options .option div {
  position: absolute;
  background: #fff;
  width: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  top: 10px;
  left: 17px;
  font-size: 14px;
  line-height: 17px;
  padding: 7px 14px;
  display: none;
}

.catalog-page .list .item2 .price {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
}

.catalog-page .list .item2 .price.new {
  color: #c03740;
}

.catalog-page .list .item2 .price .old {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: line-through;
  color: #121212;
}

.catalog-page .list .item2 .button * {
  vertical-align: middle;
}

.catalog-page .list .item2 .button button {
  color: #fff;
  height: 45px;
  padding: 0 25px;
  background: #c03740;
  border-radius: 5px;
}

.catalog-page .list .item2 .button button span {
  display: inline-block;
  vertical-align: middle;
  background: url('img/dots3.svg');
  width: 18px;
  height: 4px;
  margin: -1px 0 0 4px;
}

.catalog-page .list .item2 .button a {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-left: 10px;
}

.catalog-page .list .item2 .button a.fav {
  background: url('img/fav.svg') center / cover;
}

.catalog-page .list .item2 .button a.delete {
  background: url('img/delete.svg') center / cover;
}

.catalog-page .list .item2 .button a.compare {
  background: url('img/compare.svg') center / cover;
}

.catalog-page .list .item2 .button a.stats,
.compare-page .flex2 .item .button a.stats {
  background: url('img/stats.svg') center / cover;
}

.catalog-page .list .item {
  width: 48.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  border: 4px solid #f1f1f1;
  padding: 30px 20% 30px 30px;
  position: relative;
}

.catalog-page .list .item .image {
  position: absolute;
  right: -10px;
  top: 30px;
  width: 240px;
}

.catalog-page .list .item .number {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #888888;
}

.catalog-page .list .item .price {
  margin-bottom: 165px;
  font-size: 20px;
  line-height: 24px;
}

.catalog-page .list .item .price span {
  color: #c03740;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
}

.catalog-page .list .item .name {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.catalog-page .list .item .button * {
  vertical-align: middle;
}

.catalog-page .list .item .button button {
  color: #fff;
  height: 44px;
  background: #c03740;
  border-radius: 5px;
  line-height: 44px;
  padding: 0 26px;
  margin-right: 10px;
}

.catalog-page .list .item .button button span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url('img/cart.svg');
}

.catalog-page .list .item .button a {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url('img/dots.svg');
}

.searchbg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(18, 18, 18, 0.7);
  display: none;
}

.bottom-mob-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  z-index: 5;
  padding: 5px 0;
  box-shadow: rgba(1, 1, 1, 0.15) 0 0 20px;
  display: none;
}

.bottom-mob-menu a {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  text-align: center;
}

.bottom-mob-menu a img {
  display: block;
  margin: 0 auto 5px auto;
}

.f24 {
  font-size: 24px;
  line-height: 29px;
}

.f22 {
  font-size: 22px;
  line-height: 27px;
}

.f21 {
  font-size: 21px;
  line-height: 26px;
}

.f20 {
  font-size: 20px;
  line-height: 24px;
}

.f18 {
  font-size: 18px;
  line-height: 22px;
}

.f16 {
  font-size: 16px;
  line-height: 20px;
}

.f14 {
  font-size: 14px;
  line-height: 17px;
}

.f12 {
  font-size: 12px;
  line-height: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.p70 {
  padding-bottom: 70px;
}

.ways-block .item .image {
  width: 40%;
}

@media (max-width: 1380px) {
  .wrap {
    width: 1060px;
  }

  .header nav ul {
    display: none;
  }

  .header .city .link {
    font-size: 16px;
    line-height: 20px;
  }

  .header .city {
    margin: 50px 0 0 80px;
  }

  .index-top-text .b1 {
    font-size: 36px;
    line-height: 44px;
  }

  .index-top-text {
    padding-bottom: 40px;
  }

  .index-top-text .b2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 60px;
  }

  .index-page-slider .list .image {
    height: 520px;
  }

  .index-page-slider .list .slick-prev,
  .index-page-slider .list .slick-next {
    top: 80px;
  }

  .index-banners-block .item {
    padding: 23px 20px 23px 42px;
  }

  .index-banners-block .item span {
    font-size: 30px;
    line-height: 37px;
  }

  .index-banners-block {
    padding-bottom: 70px;
  }

  .index-catalog-block .block-name {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 44px;
  }

  .index-catalog-block .top-link {
    margin: 10px 0 40px;
  }

  .index-catalog-block .big-item {
    padding: 30px 50% 30px 20px;
    margin-bottom: 20px;
  }

  .index-catalog-block .big-item .price {
    margin-bottom: 100px;
  }

  .index-catalog-block .big-item .image {
    width: 60%;
  }

  .index-catalog-block .item {
    padding: 30px 15px;
    margin-bottom: 20px;
  }

  .index-catalog-block .item .image {
    margin-bottom: 56px;
  }

  .index-catalog-block {
    padding-bottom: 100px;
  }

  .new-items-slider .block-name {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 44px;
  }

  .new-items-slider .list .item .image {
    width: 700px;
  }

  .new-items-slider .list .item .text {
    width: 430px;
    left: 0;
    padding: 36px 100px 36px 50px;
  }

  .new-items-slider {
    padding-bottom: 123px;
  }

  .page-form {
    padding: 170px 0 100px;
  }

  .page-form .bg {
    height: 500px;
  }

  .page-form form {
    width: 520px;
    padding: 48px 45px;
  }

  .page-form .text {
    width: 508px;
  }

  .page-form .text .name {
    font-size: 30px;
    line-height: 37px;
  }

  .services-block .block-name {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 44px;
  }

  .services-block .item {
    padding: 30px 0;
    margin-bottom: 30px;
  }

  .services-block .item .text {
    width: 450px;
    padding: 32px 20px;
  }

  .services-block .item .text .name {
    font-size: 26px;
    line-height: 32px;
  }

  .services-block .item .text p {
    font-size: 16px;
    line-height: 20px;
  }

  .index-video-block .block-name {
    font-size: 60px;
    line-height: 73px;
  }

  .index-video-block .top-text {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 30px 170px;
  }

  .index-video-block {
    padding-bottom: 100px;
  }

  .reviews-block .block-name {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 44px;
  }

  .reviews-block {
    padding-bottom: 108px;
  }

  .index-geo-block .block-name {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 44px;
    padding: 0 20%;
  }

  .index-geo-block .form form {
    width: 573px;
    padding: 34px 72px;
  }

  .index-geo-block {
    padding-bottom: 100px;
  }

  .news-block .block-name {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 44px;
  }

  .news-block .item {
    margin-bottom: 20px;
  }

  .news-block {
    padding-bottom: 100px;
  }

  .footer .copy {
    width: 220px;
    margin-top: 10px;
  }

  .compare-page .flex2 .item .button button {
    padding: 0 10px;
    height: 40px;
  }

  .compare-page .flex2 .item .button a {
    margin-left: 4px;
    width: 40px;
    height: 40px;
  }

  .reg-login-page {
    padding-bottom: 100px;
  }

  .reg-finish-page {
    padding: 140px 0;
  }

  .reg-finish-page p {
    font-size: 24px;
    line-height: 29px;
  }

  .cabinet-page nav .user {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .cabinet-page nav .user .name {
    font-size: 24px;
    line-height: 29px;
  }

  .cabinet-page nav .user .phone {
    font-size: 16px;
    line-height: 20px;
  }

  .cabinet-page nav ul li {
    margin-bottom: 15px;
  }

  .cabinet-page nav ul li a {
    font-size: 16px;
    line-height: 20px;
    padding-left: 30px;
  }

  .cabinet-page nav ul li a img {
    width: 20px;
  }

  h1 {
    font-size: 30px;
    line-height: 37px;
  }

  .cabinet-page .cabinet-content .history .item .image {
    width: 160px;
    height: 144px;
    line-height: 136px;
  }

  .cabinet-page .cabinet-content .history .item {
    padding-left: 180px;
  }

  .cabinet-page {
    padding-bottom: 70px;
  }

  .cabinet-page .cabinet-content .personal .item {
    width: 45%;
  }

  .popup .window.big {
    width: 700px;
  }

  .popup .window .thanks .name {
    font-size: 40px;
    line-height: 49px;
  }

  .popup .window .thanks {
    font-size: 18px;
    line-height: 22px;
  }

  .error-page {
    padding: 85px 0 120px;
  }

  .error-page .content .block {
    width: 540px;
    padding: 40px 66px 80px 66px;
  }

  .error-page .content .block .name {
    font-size: 200px;
    line-height: 244px;
  }

  .error-page .content .block .top-text {
    margin: -20px 0 40px;
    font-size: 24px;
    line-height: 29px;
  }

  .error-page .content .block p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .page-with-image .image.pc {
    display: none;
  }

  .page-with-image .image.tab {
    display: block;
  }

  .page-with-image {
    padding: 0;
    margin-bottom: 100px;
  }

  .page-with-image .text p {
    font-size: 16px;
    line-height: 20px;
  }

  .page-with-image .text h1 {
    margin-bottom: 15px;
  }

  .page-form.other {
    padding: 0 0 270px 0;
  }

  .page-form.other .bg {
    top: 250px;
  }

  .page-with-image .text .links {
    width: auto;
		grid-template-columns: 1fr;
  }

  .delivery-block {
    padding-bottom: 70px;
  }

  .faq-page .item {
    padding: 20px 10px;
  }

  .faq-page .item .name {
    font-size: 20px;
    line-height: 24px;
  }

  .page-form.other2.small .bg {
    height: 430px;
  }

  .page-form.other2.small {
    padding-top: 206px;
  }

  .faq-page {
    padding-bottom: 100px;
  }

  .reviews-page {
    padding-bottom: 70px;
  }

  .review-form .content form {
    width: 430px;
  }

  .review-form {
    margin-bottom: 100px;
  }

  .reviews-page .media .info p {
    font-size: 16px;
    line-height: 20px;
  }

  .page-with-image.other {
    padding: 100px 0;
    padding-bottom: 70px;
  }

  .about-top-text .b1 {
    font-size: 60px;
    line-height: 73px;
  }

  .about-top-text .b2 {
    width: 600px;
    font-size: 18px;
    line-height: 22px;
  }

  .page-image {
    margin-bottom: 100px;
  }

  .advantages-block .block-name {
    font-size: 36px;
    line-height: 44px;
  }

  .advantages-block .item img {
    height: 100px;
  }

  .advantages-block .item p {
    font-size: 16px;
    line-height: 20px;
  }

  .advantages-block .item {
    width: 30%;
  }

  .ways-block .block-name {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 44px;
  }

  .ways-block .top-link {
    margin: 10px 0 40px;
  }

  .ways-block .item {
    padding: 30px 35% 30px 20px;
  }

  .ways-block .item p {
    margin-bottom: 110px;
  }

  .ways-block .item .image {
    width: 250px;
    right: 0;
  }

  .ways-block {
    padding-bottom: 70px;
  }

  .developer-page .item .text {
    padding: 45px 20px 35px 20px;
  }

  .developer-page .dev-container .item {
    height: 339px;
  }

  .developer-page .item .text .name {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
  }

  .developer-page .item .text p {
    font-size: 16px;
    line-height: 20px;
  }

  .developer-page .item {
    margin-bottom: 40px;
  }

  .developer-page {
    padding-bottom: 60px;
  }

  .action-page .text {
    padding: 78px 115px 130px 35px;
  }

  .action-page .text .name {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 32px;
  }

  .action-page .text .top-text {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .action-page .text p {
    font-size: 16px;
    line-height: 20px;
  }

  .action-page .image nav {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
  }

  .action-page {
    padding-bottom: 100px;
  }

  .services-block .top-text {
    margin-bottom: 40px;
    width: 80%;
  }

  .page-with-image.other2 {
    padding: 0;
    margin-bottom: 70px;
  }

  .h1 h1 {
    font-size: 30px;
    line-height: 37px;
  }

  .service-page h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 37px;
  }

  .service-page .top-text {
    margin-bottom: 30px;
    max-width: 810px;
    font-size: 20px;
    line-height: 24px;
  }

  .service-page ul {
    width: auto;
  }
	
  .service-page .bottom-text {
    width: auto;
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 20px;
  }

  .service-page .gallery .item {
    margin-bottom: 20px;
  }

  .news-page .item .text {
    margin: 0 10px;
  }

  .news-page .item .text .name {
    font-size: 20px;
    line-height: 24px;
  }

  .news-page .item .text {
    padding: 1px 10px 20px 10px;
  }

  .news-page {
    padding-bottom: 100px;
  }

  .news-page .pages a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .article-page .block .image {
    height: auto;
  }

  .article-page .block .info {
    padding: 34px 25px;
  }

  .article-page .block {
    margin-bottom: 30px;
  }

  .article-page .text {
    margin-bottom: 30px;
  }

  .article-page .block .image nav {
    padding: 11px 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .article-page {
    padding-bottom: 70px;
  }

  .contacts-page h1 {
    font-size: 30px;
    line-height: 37px;
  }

  .contacts-page .contacts .item p {
    margin-top: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .contacts-page .contacts .item a {
    margin-top: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .contacts-page .map {
    margin-bottom: 100px;
  }

  .contacts-page h2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 37px;
  }

  .download-link.top-link {
    margin: 10px 0 30px;
  }

  .contacts-page .block .text {
    padding: 47px 20px;
  }

  .contacts-page .block .text .name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .contacts-page .block .m {
    height: auto;
  }

  .contacts-page .data p {
    font-size: 16px;
    line-height: 20px;
  }

  .contacts-page {
    padding-bottom: 80px;
  }

  .payment-types-block .item {
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 80px;
  }

  .payment-types-block {
    padding-bottom: 60px;
  }

  .delivery-page .top-input {
    height: 60px;
  }

  .delivery-page .weight {
    padding: 7px 20px;
  }

  .delivery-page .weight span {
    margin-top: 5px;
  }

  .delivery-page .select .radio + label {
    font-size: 14px;
    line-height: 17px;
  }

  .delivery-page .select .radio + label span {
    font-size: 16px;
    line-height: 20px;
  }

  .delivery-page {
    padding-bottom: 70px;
  }

  .delivery-page .block {
    padding-top: 40px;
  }

  .delivery-page .block .content {
    max-width: 700px;
  }

  .delivery-page .block .map {
    height: 400px;
  }

  .cart-page .cart .list .item {
    padding: 15px 25px;
  }

  .cart-page .cart .list .item .col:not(:last-child) {
    padding-right: 30px;
  }

  .cart-page .cart .list .item .col .name div {
    font-size: 14px;
    line-height: 17px;
  }

  .cart-page .cart .list .item .col .price {
    font-size: 14px;
    line-height: 17px;
  }

  .cart-page .cart .list .item .col .price2 {
    font-size: 14px;
    line-height: 17px;
  }

  .cart-page .cart .list .item .col .pre {
    margin-bottom: 30px;
    margin-left: -15px;
  }

  .cart-page .cart h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .cart-page .cart .city p {
    font-size: 16px;
    line-height: 20px;
  }

  .cart-page .cart .city input[type='text'] {
    height: 45px;
    font-size: 14px;
    line-height: 17px;
  }

  .cart-page .cart .city {
    margin-bottom: 40px;
  }

  .cart-page .cart .top-select {
    margin-bottom: 40px;
  }

  .cart-page .cart .top-select .radio + label {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }

  .cart-page .cart .top-select p {
    font-size: 16px;
    line-height: 20px;
  }

  .cart-page .cart .top-select {
    width: 42%;
  }

  .cart-page .cart h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .cart-page .cart .select .radio + label {
    font-size: 14px;
    line-height: 17px;
  }

  .cart-page .cart .select .radio + label span {
    font-size: 16px;
    line-height: 20px;
  }

  .cart-page .cart .select {
    padding-bottom: 20px;
  }

  .cart-page .cart nav a {
    font-size: 16px;
    line-height: 20px;
  }

  .cart-page .cart .adress-input {
    height: 45px;
    font-size: 14px;
    line-height: 17px;
  }

  .cart-page .cart .fields .field p {
    font-size: 16px;
    line-height: 20px;
  }

  .cart-page .cart .fields .field input[type='text'] {
    height: 45px;
    font-size: 14px;
    line-height: 17px;
  }

  .cart-page .cart .fields {
    padding-bottom: 20px;
  }

  .cart-page .cart .fields .field textarea {
    font-size: 14px;
    line-height: 17px;
  }

  .cart-page .result .content {
    padding: 20px 15px;
  }

  .cart-page .result .content .item {
    font-size: 13px;
    line-height: 16px;
  }

  .cart-page .result .content .item p {
    font-size: 14px;
    line-height: 17px;
  }

  .cart-page .result .content .res {
    font-size: 16px;
    line-height: 20px;
  }

  .cart-page {
    padding-bottom: 50px;
  }

  .new-items-block {
    padding-bottom: 100px;
  }

  .new-items-block .block-name {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 37px;
  }

  .new-items-block .list {
    margin: 0 -10px;
  }

  .new-items-block .list .item {
    margin: 0 10px;
    padding: 10px 10px 25px 10px;
  }

  .new-items-block .list .item .button button {
    padding: 0 10px;
    height: 40px;
  }

  .new-items-block .list .item .button a {
    width: 40px;
    height: 40px;
    margin-left: 2px;
  }

  .item-page h1 {
    width: 70%;
  }

  .item-page .photos {
    padding-left: 90px;
  }

  .item-page .photos .slider-nav {
    width: 70px;
  }

  .item-page .info .text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
  }

  .item-page {
    padding-bottom: 100px;
  }

  .catalog-page .menu ul {
    padding-bottom: 25px;
  }

  .catalog-page .menu ul li a {
    padding: 8px 40px 8px 60px;
    font-size: 14px;
    line-height: 17px;
  }

  .catalog-page .menu form .name {
    font-size: 24px;
    line-height: 29px;
  }

  .catalog-page .list .item {
    padding: 15px 15px 30px 15px;
    margin-bottom: 20px;
  }

  .catalog-page .list .item .image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    text-align: center;
    margin-bottom: 30px;
  }

  .catalog-page {
    padding-bottom: 80px;
  }

  .catalog-page .list .item .price {
    margin-bottom: 30px;
  }

  .catalog-page .h1 {
    margin-bottom: 25px;
  }

  .catalog-page .top-link {
    display: none;
  }

  .catalog-page .list .item2 {
    margin-bottom: 20px;
  }

  .catalog-page .list .item2 .button button {
    padding: 0 10px;
    height: 40px;
  }

  .catalog-page .list .item2 .button a {
    width: 40px;
    height: 40px;
    margin-left: 2px;
  }

  .catalog-page .top-count.other {
    margin: -10px 0 30px;
  }

  .catalog-page.other .h1 {
    font-size: 30px;
    line-height: 37px;
  }

  .new-items-block .block-name.small {
    font-size: 24px;
    line-height: 29px;
  }
}

@media (max-width: 1090px) {
  .wrap {
    width: 630px;
  }

  .top-phone-line {
    display: block;
  }

  .header {
    padding: 16px 0;
  }

  .header.index {
    margin-bottom: 30px;
  }

  .header .logo {
    width: 160px;
  }

  .header nav {
    margin-top: 20px;
  }

  .header .city {
    margin: 20px 0 0 50px;
  }

  .header .contacts {
    display: none;
  }

  .header .right-block .social {
    display: none;
  }

  .header .right-block .links a {
    width: 20px;
    height: 20px;
  }

  .header .right-block .links {
    margin: 18px 0 0 0;
  }

  .header .city .content .window {
    left: auto;
    right: 0;
  }

  .index-top-text .b1 {
    width: 100%;
  }

  .index-top-text .b2 {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .index-page-slider .list .image {
    height: 370px;
  }

  .index-page-slider {
    margin-bottom: 20px;
  }

  .index-page-slider .list .slick-prev,
  .index-page-slider .list .slick-next {
    top: 90px;
  }

  .callback form {
    width: 330px;
    padding: 30px 20px;
  }

  .callback form .name {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
  }

  .callback form p {
    font-size: 16px;
    line-height: 20px;
  }

  .callback form input[type='text'] {
    height: 45px;
  }

  .callback form .flex button {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    order: 0;
  }

  .callback form .flex .bottom-text {
    width: 100%;
    order: 1;
  }

  .index-banners-block .item span {
    font-size: 26px;
    line-height: 32px;
  }

  .index-banners-block .item {
    margin-bottom: 15px;
  }

  .index-catalog-block .big-item {
    display: none;
  }

  .index-catalog-block .col {
    width: 100%;
  }

  .index-catalog-block {
    padding-bottom: 80px;
  }

  .new-items-slider {
    padding-bottom: 100px;
  }

  .new-items-slider .list .item .image {
    width: 410px;
  }

  .new-items-slider .list .item .text {
    width: 300px;
    padding: 32px 80px 32px 20px;
  }

  .new-items-slider .list .item .text p {
    font-size: 16px;
    line-height: 20px;
  }

  .new-items-slider .list .item .text .price {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
  }

  .new-items-slider .list .item .text .price span {
    font-size: 24px;
    line-height: 29px;
  }

  .new-items-slider .list .item .image img {
    max-height: 270px;
  }

  .page-form {
    padding: 45px 0 140px;
  }

  .page-form .bg {
    height: 815px;
    left: auto;
    right: 0;
    width: 81%;
  }

  .page-form form input[type='text'] {
    height: 45px;
  }

  .page-form .text {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    text-align: center;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 20px;
  }

  .page-form .text .name {
    font-size: 26px;
    line-height: 32px;
  }

  .page-form form {
    padding: 40px 45px;
  }

  .services-block .item {
    margin-bottom: 25px;
  }

  .services-block {
    padding-bottom: 55px;
  }

  .index-video-block .block-name {
    font-size: 50px;
    line-height: 61px;
  }

  .index-video-block .top-text {
    font-size: 20px;
    line-height: 24px;
  }

  .index-video-block {
    padding-bottom: 80px;
  }

  .reviews-block {
    padding-bottom: 80px;
  }

  .index-geo-block .block-name {
    padding: 0;
    font-size: 33px;
    line-height: 40px;
  }

  .index-geo-block {
    padding-top: 443px;
    background: url('img/map2.svg') no-repeat top center / contain;
  }

  .index-geo-block .form {
    background: none;
    text-align: center;
  }

  .index-geo-block .form form {
    width: 470px;
    padding: 34px 30px;
  }

  .index-geo-block .form form input[type='text'] {
    height: 45px;
  }

  .index-geo-block {
    padding-bottom: 80px;
  }

  .news-block .item {
    width: 48%;
    padding: 26px 20px;
  }

  .news-block .item .name {
    font-size: 21px;
    line-height: 26px;
  }

  .news-block {
    padding-bottom: 80px;
  }

  .footer nav p {
    font-size: 18px;
    line-height: 22px;
  }

  .footer .flex nav:nth-child(3) {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
  }

  .footer .flex nav:nth-child(3) .block {
    width: 240px;
  }

  .footer .social {
    width: 100%;
    position: relative;
  }

  .footer .social ul {
    position: absolute;
    right: 0;
    top: 0;
    width: 240px;
  }

  .footer .contacts {
    padding: 30px 0 6px;
  }

  .footer .contacts .item {
    width: 100%;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 20px;
  }

  .footer .contacts .item .name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .footer .flex .logo {
    width: 100%;
    order: 0;
  }

  .footer .flex .copy {
    order: 1;
    width: auto;
    margin-top: 16px;
    font-size: 14px;
    line-height: 17px;
  }

  .footer .flex .dev {
    order: 2;
    margin-top: 16px;
    font-size: 14px;
    line-height: 17px;
  }

  .header .menu ul li a {
    font-size: 16px;
    line-height: 20px;
  }

  .navi {
    padding: 15px 0 23px;
    font-size: 10px;
    line-height: 12px;
  }

  h1 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .compare-page .top-link {
    margin: 5px 0 27px;
    font-size: 14px;
    line-height: 17px;
  }

  .compare-page .top-link span {
    margin-right: 35px;
  }

  .compare-page .top-link span:after {
    right: -35px;
    width: 20px;
    height: 20px;
  }

  .compare-page .flex2 .item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 30px;
  }

  .compare-page .flex2 .item:nth-child(2n) {
    margin-right: 0;
  }

  .compare-page .flex2 .item.empty {
    display: none;
  }

  .compare-page .another {
    zoom: 0.75;
    margin-bottom: 30px;
  }

  .compare-page .items-info .name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
  }

  .compare-page .items-info .name2 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
  }

  .compare-page .items-info .name2 .info {
    width: 16px;
    height: 16px;
  }

  .compare-page .items-info .flex2 .info-block {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
    width: 48.5%;
    margin-right: 3%;
  }

  .compare-page .items-info .flex2 .info-block:nth-child(2n) {
    margin-right: 0;
  }

  .compare-page {
    padding-bottom: 60px;
  }

  .compare-page .top-count {
    margin: -10px 0 30px;
    font-size: 14px;
    line-height: 17px;
  }

  .reg-finish-page p {
    font-size: 20px;
    line-height: 24px;
  }

  .reg-finish-page a {
    font-size: 14px;
    line-height: 17px;
  }

  .cabinet-page .wrap nav {
    width: 100%;
    order: 1;
  }

  .cabinet-page .wrap .cabinet-content {
    width: 100%;
    order: 0;
    position: relative;
  }

  .cabinet-page h1 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .cabinet-page .wrap .cabinet-content .back-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url('img/back-link.svg');
  }

  .cabinet-page .cabinet-content .history .item .image {
    width: 190px;
    height: 170px;
    line-height: 162px;
  }

  .cabinet-page .cabinet-content .history .item {
    padding-left: 210px;
  }

  .cabinet-page .cabinet-content .history .item {
    margin-bottom: 25px;
  }

  .cabinet-page nav .user {
    display: none;
  }

  .cabinet-page nav {
    padding-top: 25px;
  }

  .cabinet-page nav:after {
    display: none;
  }

  .cabinet-page nav ul li {
    padding: 15px 0;
    border-bottom: 1px solid #c1c1c1;
    margin: 0;
    background: url('img/arrow4.svg') no-repeat right;
  }

  .cabinet-page nav ul li:last-child {
    border-bottom: 0;
  }

  .cabinet-page nav ul li.active {
    display: none;
  }

  .cabinet-page .cabinet-content .personal .item .name {
    font-size: 18px;
    line-height: 22px;
  }

  .cabinet-page .cabinet-content .personal .item p {
    font-size: 16px;
    line-height: 20px;
  }

  .cabinet-page .cabinet-content .personal .item .field input[type='text'],
  .cabinet-page .cabinet-content .personal .item .field input[type='password'] {
    height: 45px;
    font-size: 14px;
    line-height: 17px;
  }

  .cabinet-page .cabinet-content .personal .item .select .radio + label {
    font-size: 14px;
    line-height: 17px;
    background: url('img/radio.svg') no-repeat left / contain;
    padding-left: 28px;
  }

  .cabinet-page
  .cabinet-content
  .personal
  .item
  .select
  .radio:checked
  + label {
    background: url('img/radio2.svg') no-repeat left / contain;
  }

  .cabinet-page .cabinet-content .personal .item button {
    height: 47px;
    font-size: 14px;
    line-height: 17px;
  }

  .popup .window.big {
    width: 470px;
  }

  .popup .window .thanks {
    font-size: 16px;
    line-height: 20px;
  }

  .popup .window .thanks .name {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 37px;
  }

  .error-page {
    padding: 80px 0 140px;
  }

  .error-page .content {
    text-align: left;
    background: url('img/error-page2.png') no-repeat right;
  }

  .error-page .content .block {
    width: 410px;
    padding: 70px 33px 100px 33px;
  }

  .error-page .content .block .name {
    font-size: 140px;
    line-height: 171px;
  }

  .error-page .content .block .top-text {
    margin: -20px 0 34px;
    font-size: 20px;
    line-height: 24px;
  }

  .error-page .content .block p {
    font-size: 14px;
    line-height: 17px;
  }

  .page-with-image .image.tab {
    display: none;
  }

  .page-with-image .image.tab2 {
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-bottom: 20px;
    transform: none;
    max-width: 100%;
  }

  .page-with-image .text {
    padding: 0;
  }

  .service-page p,
  .page-with-image .text p {
    font-size: 14px;
    line-height: 17px;
  }

  .page-with-image {
    display: block;
    margin-bottom: 80px;
  }

  .page-form.other {
    padding: 45px 0 140px;
  }

  .page-form.other .wrap {
    text-align: left;
  }

  .page-form.other .bg {
    top: 0;
  }

  .page-with-image .text .links a {
    font-size: 14px;
    line-height: 17px;
  }

  .delivery-block .block-name {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 37px;
  }

  .delivery-block .item {
    width: 48%;
  }

  .page-form.other2 .wrap {
    text-align: left;
  }

  .faq-page .top-text {
    font-size: 14px;
    line-height: 17px;
  }

  .faq-page .item {
    padding: 12px 10px;
  }

  .faq-page .item .name {
    font-size: 16px;
    line-height: 20px;
  }

  .faq-page .item .text {
    font-size: 14px;
    line-height: 17px;
  }

  .page-form.other2.small {
    padding: 50px 0;
    margin-bottom: 80px;
  }

  .page-form.other2.small .bg {
    height: 100%;
  }

  .reviews-page .menu a {
    padding: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .reviews-page .menu2 a {
    padding: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .reviews-page .media {
    width: 48%;
    margin-bottom: 20px;
  }

  .review-form .content {
    text-align: left;
    background: url('img/review-form2.png') no-repeat right;
  }

  .review-form .content form {
    width: 410px;
    padding: 30px 20px;
  }

  .review-form .content form .name {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .review-form .content form p {
    font-size: 16px;
    line-height: 20px;
  }

  .review-form .content form input[type='text'] {
    height: 45px;
    font-size: 14px;
    line-height: 17px;
  }

  .review-form .content form textarea {
    font-size: 14px;
    line-height: 17px;
  }

  .review-form .content form .upload {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }

  .reviews-page .mail {
    width: 31%;
  }

  .reviews-page .mail:nth-child(1) {
    display: none;
  }

  .reviews-page .mail:nth-child(2) {
    display: none;
  }

  .reviews-page .review {
    width: 100%;
    margin-bottom: 15px;
  }

  .reviews-page .review .name {
    font-size: 16px;
    line-height: 20px;
  }

  .reviews-page .review p {
    font-size: 14px;
    line-height: 17px;
  }

  .reviews-page .review .link {
    font-size: 14px;
    line-height: 17px;
  }

  .page-with-image.other {
    padding: 0;
  }

  .about-top-text .b1 {
    display: block;
    margin: 0 0 10px 0;
    font-size: 50px;
    line-height: 61px;
  }

  .about-top-text .b2 {
    width: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .about-top-text {
    margin-bottom: 30px;
  }

  .page-image {
    margin-bottom: 80px;
  }

  .advantages-block .block-name {
    margin-bottom: 30px;
    font-size: 33px;
    line-height: 40px;
  }

  .advantages-block .flex {
    padding: 0;
  }

  .advantages-block .item {
    width: 48%;
    margin-bottom: 30px;
  }

  .advantages-block .item p {
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
  }

  .advantages-block {
    padding-bottom: 50px;
  }

  .ways-block .block-name {
    width: 60%;
    font-size: 33px;
    line-height: 40px;
  }

  .ways-block .top-link {
    font-size: 14px;
    line-height: 17px;
  }

  .ways-block .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .developer-page .dev-container .item {
    height: auto;
  }

  .developer-page .item .text {
    width: 100%;
    order: 0;
    margin-bottom: 10px;
  }

  .developer-page .item .image,
	.developer-page .item .video {
    width: 100%;
    order: 1;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
  }

  .developer-page .item .text {
    padding: 26px 20px;
  }

  .developer-page .item .text .name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .developer-page .item .text p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 40px;
  }

  .developer-page {
    padding-bottom: 40px;
  }

  .services-block .bottom-button button {
    width: 161px;
    height: 47px;
    font-size: 14px;
    line-height: 17px;
  }

  .action-page {
    padding-bottom: 80px;
  }

  .action-page .flex .image {
    width: 100%;
    order: 0;
    height: 160px;
    margin-bottom: 10px;
  }

  .action-page .flex .text {
    width: 100%;
    order: 1;
    padding: 27px 20px 60px 20px;
  }

  .action-page .text .name {
    font-size: 18px;
    line-height: 22px;
  }

  .action-page .text .top-text {
    font-size: 14px;
    line-height: 17px;
  }

  .action-page .text p {
    font-size: 14px;
    line-height: 17px;
  }

  .services-block .top-text {
    width: auto;
    font-size: 14px;
    line-height: 17px;
  }

  .page-with-image.other2 {
    margin-bottom: 60px;
  }

  .page-with-image .text button {
    font-size: 14px;
    line-height: 17px;
    width: 174px;
    height: 47px;
  }

  .service-page h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .service-page .top-text {
    font-size: 16px;
    line-height: 20px;
  }

  .service-page ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  .service-page .bottom-text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 60px;
  }

  .service-page .gallery .item {
    width: 49%;
  }

  .service-page {
    padding-bottom: 60px;
  }

  .news-page .wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-page .item .text .name {
    font-size: 17px;
    line-height: 21px;
    margin: -15px 0 20px;
  }

  .news-page .item .text p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
  }

  .news-page .item .text .date {
    width: 100%;
    margin-bottom: 20px;
  }

  .news-page .item .text .link {
    font-size: 14px;
    line-height: 17px;
  }

  .news-page .pages {
    padding-top: 10px;
  }

  .news-page .pages a {
    font-size: 13px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .news-page {
    padding-bottom: 80px;
  }

  .article-page .top-block {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 30px;
  }

  .article-page .top-block .date {
    width: auto;
  }

  .article-page .top-block .tags {
    width: auto;
  }

  .article-page .block .info {
    width: 100%;
    order: 0;
    margin-bottom: 10px;
    padding: 30px 20px;
  }

  .article-page .block .info p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
  }

  .article-page .block .image {
    width: 100%;
    height: 160px;
    order: 1;
  }

  .article-page .text .name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .article-page .text .top-text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
  }

  .article-page .text p {
    font-size: 14px;
    line-height: 17px;
  }

  .article-page .block .image nav {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 17px;
  }

  .article-page {
    padding-bottom: 50px;
  }

  .contacts-page h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .contacts-page .top-button button {
    font-size: 14px;
    line-height: 17px;
    width: 183px;
    height: 33px;
    margin-right: 15px;
  }

  .contacts-page .top-button .print {
    width: 20px;
    height: 20px;
  }

  .contacts-page .top-button {
    margin-bottom: 20px;
  }

  .contacts-page .city-select {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 17px;
  }

  .contacts-page .city-select select {
    font-size: 14px;
    line-height: 17px;
  }

  .contacts-page .contacts .col {
    width: 48%;
  }

  .contacts-page .contacts {
    padding-bottom: 10px;
  }

  .contacts-page .contacts .col .item {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 17px;
  }

  .contacts-page .contacts .item p {
    font-size: 16px;
    line-height: 20px;
  }

  .contacts-page .contacts .item a {
    font-size: 16px;
    line-height: 20px;
  }

  .contacts-page .map {
    margin-bottom: 80px;
  }

  .contacts-page h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .contacts-page .top-link {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 20px 0;
  }

  .contacts-page .block .text {
    width: 100%;
    order: 0;
    padding: 27px 20px;
    margin-bottom: 10px;
  }

  .contacts-page .block .image {
    width: 100%;
    order: 1;
  }

  .contacts-page .block .m {
    width: 100%;
    height: auto;
  }

  .contacts-page .block .text .name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .contacts-page .block .text p {
    font-size: 14px;
    line-height: 17px;
  }

  .contacts-page .data p {
    font-size: 14px;
    line-height: 17px;
  }

  .contacts-page .data .col {
    width: 100%;
  }

  .payment-types-block .item {
    padding: 0;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 17px;
  }

  .payment-types-block .item span {
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0;
  }

  .payment-types-block {
    padding-bottom: 50px;
  }

  .delivery-page .top-input {
    height: 45px;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
  }

  .delivery-page .weight {
    margin-bottom: 20px;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 13px;
  }

  .delivery-page .weight span {
    margin-top: 3px;
    font-size: 14px;
    line-height: 17px;
  }

  .delivery-page .select .radio + label {
    width: 48.5%;
    padding: 15px;
    margin-bottom: 20px;
  }

  .delivery-page .select .radio + label span {
    font-size: 14px;
    line-height: 17px;
  }

  .delivery-page .block {
    padding-top: 20px;
  }

  .delivery-page .block .adress-input {
    height: 45px;
    font-size: 14px;
    line-height: 17px;
  }

  .cart-page .h1 {
    margin-bottom: 40px;
  }

  .cart-page .cart {
    width: 100%;
  }

  .cart-page .cart .list .item {
    padding: 10px;
  }

  .cart-page .cart .list .item .col .name div {
    font-size: 12px;
    line-height: 15px;
  }

  .cart-page .cart .list .item .col .pre {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
  }

  .cart-page .cart .list .item .col:nth-child(3) {
    display: none;
  }

  .cart-page .cart .list .item .col .links a:nth-child(1) {
    margin-right: 10px;
  }

  .cart-page .cart .list {
    padding-bottom: 15px;
  }

  .cart-page .cart .list .item {
    margin-bottom: 5px;
  }

  .cart-page .cart .mob-block {
    display: block;
  }

  .cart-page .cart h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .cart-page .cart .city {
    width: 100%;
    margin-bottom: 20px;
  }

  .cart-page .cart .top-select {
    width: 100%;
  }

  .cart-page .cart .select .radio + label {
    font-size: 13px;
    line-height: 16px;
    padding: 18px 15px;
  }

  .cart-page .cart .map {
    height: 355px;
  }

  .cart-page .cart .select .radio + label .payments {
    width: 130px;
  }

  .cart-page .result {
    display: none;
  }

  .cart-page {
    padding-bottom: 30px;
  }

  .new-items-block .bottom-button {
    display: block;
  }

  .item-page .top-nav li {
    font-size: 12px;
    padding: 10px;
  }

  .item-page h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .item-page .photos {
    width: 100%;
    padding-left: 100px;
    margin-bottom: 30px;
  }

  .item-page .photos .slider-nav {
    width: 80px;
  }

  .item-page .info {
    width: 100%;
  }

  .item-page .advantages .item {
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 40px;
    padding-left: 60px;
    position: relative;
  }

  .item-page .advantages .item img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0;
    width: 40px;
  }

  .item-page .advantages .item p {
    margin: 0;
  }

  .item-page .middle-nav {
    text-align: left;
  }

  .item-page .table {
    display: none;
  }

  .item-page .scheme {
    display: block;
  }

  .item-page {
    padding-bottom: 80px;
  }

  .catalog-page .flex .list {
    width: 100%;
    order: 0;
    padding-bottom: 60px;
  }

  .catalog-page .flex .menu {
    width: 100%;
    order: 1;
    background: url('img/aside.png') no-repeat right;
  }

  .catalog-page .menu ul {
    display: none;
  }

  .catalog-page .menu form {
    width: 410px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
  }

  .catalog-page .slider {
    display: block;
  }

  .catalog-page .top-nav a {
    padding: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .catalog-page .list .item2 {
    width: 48%;
  }

  .catalog-page .menu .sort {
    display: none;
  }

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

  .mobile-search.opened {
    left: 0;
  }

  .header .search form {
    display: none !important;
  }

  .mobile-search {
    height: 100%;
    top: 0;
  }

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

  .catalog-page .top-sort .name {
    position: relative;
  }

  .catalog-page .top-sort .name a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .top-phone-line.fix2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }

  .header.fix2 {
    position: fixed;
    width: 100%;
    top: 30px;
    left: 0;
    z-index: 5;
    background: #fff;
  }

  .catalog-page .menu .sort {
    display: none;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 5;
    top: 111px;
    left: 0;
    height: calc(100% - 111px);
    overflow-y: scroll;
  }

  .catalog-page .menu .sort.opened {
    display: block;
  }

  .catalog-page .menu .sort .item {
    width: 630px;
    margin: 0 auto;
  }

  .catalog-page .menu .sort .buttons {
    width: 630px;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .catalog-page .menu .sort .mob-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .catalog-page .menu .sort .item .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .catalog-page .menu .sort .item .content .checkbox + label {
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .catalog-page.other .h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .new-items-block .block-name.small {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 670px) {
  .wrap {
    width: auto;
    padding: 0 18px;
  }

  .header {
    padding: 8px 0;
  }

  .top-phone-line {
    display: none;
  }

  .header nav {
    display: none;
  }

  .header .city {
    display: none;
  }

  .header .right-block .links a {
    display: none;
  }

  .header .right-block .links a:nth-child(1) {
    display: inline-block;
    margin: 0;
  }

  .header .logo {
    margin-top: 0;
  }

  .header .right-block .links {
    margin: 8px 0 0 0;
  }

  .header .burger {
    display: block;
  }

  .index-top-text .b1 {
    font-size: 24px;
    line-height: 29px;
  }

  .index-top-text .b2 {
    font-size: 14px;
    line-height: 17px;
  }

  .index-top-text {
    padding-bottom: 50px;
  }

  .index-page-slider .list .slick-prev,
  .index-page-slider .list .slick-next {
    top: 100px;
    width: 20px;
    height: 20px;
  }

  .index-page-slider .list .slick-prev {
    right: auto;
    left: 18px;
  }

  .index-page-slider .list .slick-next {
    right: 18px;
  }

  .index-page-slider .list .image {
    height: 440px;
  }

  .index-page-slider {
    margin-bottom: 10px;
  }

  .index-banners-block .item {
    width: 100% !important;
    padding: 14px 18px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
  }

  .index-banners-block .item span {
    font-size: 18px;
    line-height: 22px;
  }

  .index-banners-block {
    padding-bottom: 50px;
  }

  .index-catalog-block .block-name {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }

  .index-catalog-block .top-link {
    margin: 0 0 20px 0;
    font-size: 12px;
    line-height: 15px;
  }

  .index-catalog-block .top-link span {
    margin-right: 20px;
  }

  .index-catalog-block .top-link span:after {
    right: -20px;
    width: 15px;
    height: 15px;
  }

  .index-catalog-block .item {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 15px 30px 15px;
  }

  .index-catalog-block .item .image {
    margin-bottom: 10px;
  }

  .index-catalog-block .item .price {
    margin-bottom: 25px;
  }

  .index-catalog-block .item .name {
    font-size: 16px;
    line-height: 20px;
  }

  .index-catalog-block {
    padding-bottom: 70px;
  }

  .new-items-slider .block-name {
    font-size: 24px;
    line-height: 29px;
  }

  .new-items-slider .list .item .image {
    width: auto;
    display: block;
  }

  .new-items-slider .list .item .text {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    margin: -40px 35px 0 35px;
    padding: 32px 50px 32px 22px;
  }

  .page-form .bg {
    display: none;
  }

  .page-form {
    padding: 0 0 70px 0;
  }

  .page-form form {
    display: block;
    width: auto;
    padding: 20px;
  }

  .page-form .text {
    font-size: 14px;
    line-height: 17px;
  }

  .page-form .text .name {
    font-size: 18px;
    line-height: 22px;
  }

  .page-form form p {
    font-size: 14px;
    line-height: 17px;
  }

  .page-form form input[type='text'] {
    height: 40px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 15px;
  }

  .services-block .block-name {
    font-size: 24px;
    line-height: 29px;
  }

  .services-block .item .text {
    width: 320px;
    padding: 20px;
  }

  .services-block .item .text .name {
    font-size: 18px;
    line-height: 22px;
  }

  .services-block .item .text p {
    font-size: 14px;
    line-height: 17px;
  }

  .services-block .item .text a {
    font-size: 14px;
    line-height: 17px;
  }

  .services-block .item {
    padding: 45px 0;
    margin-bottom: 20px;
  }

  .services-block .item .bg {
    width: calc(100% - 18px);
  }

  .index-video-block .block-name {
    font-size: 34px;
    line-height: 41px;
  }

  .index-video-block .top-text {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px 100px;
  }

  .index-video-block {
    padding-bottom: 70px;
  }

  .reviews-block .block-name {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px;
  }

  .index-geo-block {
    background: url('img/map3.svg') no-repeat top 50px left 50% / contain;
    padding-top: 0;
  }

  .index-geo-block .block-name {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 310px;
  }

  .index-geo-block .form form {
    width: auto;
    padding: 20px;
  }

  .index-geo-block .form form p {
    font-size: 14px;
    line-height: 17px;
  }

  .index-geo-block .form form input[type='text'] {
    height: 40px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 15px;
  }

  .index-geo-block .form form .name {
    font-size: 18px;
    line-height: 22px;
  }

  .index-geo-block {
    padding-bottom: 70px;
  }

  .news-block .block-name {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px;
  }

  .news-block .item {
    width: 100%;
  }

  .news-block .item:first-child {
    display: block;
  }

  .news-block .item .name {
    font-size: 18px;
    line-height: 22px;
  }

  .news-block {
    padding-bottom: 70px;
  }

  .footer nav {
    max-width: 100%;
    width: 49%;
  }

  .footer nav p {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 20px;
  }

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

  .footer nav ul li {
    margin-bottom: 12px;
  }

  .footer nav ul {
    padding-bottom: 18px;
  }

  .footer .flex nav:nth-child(3) .block {
    width: 49%;
  }

  .footer .social p {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 20px;
  }

  .footer .social ul {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .footer .social .social a img {
    width: 22px;
  }

  .footer .contacts .item {
    font-size: 14px;
    line-height: 17px;
  }

  .footer .contacts .item .name {
    font-size: 18px;
    line-height: 22px;
  }

  .footer .flex .copy {
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 16px;
  }

  .footer .flex .dev {
    margin: 0;
    font-size: 13px;
    line-height: 16px;
  }

  .footer .flex .logo {
    width: 180px;
  }

  .header {
    position: relative;
    z-index: 30;
    background: #fff;
  }

  .mobile-menu.opened {
    left: 0;
  }

  .header .search {
    display: none !important;
  }

  .header .menu {
    display: none !important;
  }

  .compare-page .top-link {
    width: 100%;
    margin: 0 0 22px 0;
  }

  .compare-page .top-link {
    font-size: 12px;
    line-height: 15px;
  }

  .compare-page .top-link span:after {
    right: -30px;
    width: 15px;
    height: 15px;
  }

  .compare-page .flex2 .item .name {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .compare-page .flex2 .item {
    border: 2px solid #f1f1f1;
  }

  .compare-page .flex2 .item .price {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .compare-page .flex2 .item .button button {
    width: 35px;
    height: 35px;
    font-size: 0;
  }

  .compare-page .flex2 .item .button button span {
    margin: 0;
  }

  .compare-page .flex2 .item .button a {
    width: 35px;
    height: 35px;
  }

  .compare-page {
    padding-bottom: 50px;
  }

  .compare-page .top-count {
    display: none;
  }

  .compare-page .flex2 .item .price .old {
    font-size: 12px;
    line-height: 15px;
  }

  .compare-page .flex2 .item {
    margin-bottom: 20px;
  }

  .navi {
    padding: 15px 0 23px;
  }

  .reg-login-page {
    padding-bottom: 80px;
  }

  .reg-login-page .menu {
    display: block;
    margin-bottom: 25px;
  }

  .reg-login-page .menu li {
    width: 50%;
  }

  .reg-login-page .menu li a {
    width: auto;
  }

  .reg-login-page .menu li a {
    height: 37px;
    line-height: 37px;
    font-size: 14px;
  }

  .reg-login-page form p {
    font-size: 14px;
    line-height: 17px;
  }

  .reg-login-page form .field input[type='text'],
  .reg-login-page form .field input[type='password'] {
    height: 40px;
    font-size: 12px;
    line-height: 15px;
  }

  .reg-login-page form .field {
    margin-bottom: 15px;
  }

  .reg-login-page form .forget {
    margin: 0 0 15px 0;
  }

  .reg-login-page form .forget a {
    font-size: 14px;
    line-height: 17px;
  }

  .reg-login-page form button {
    height: 40px;
  }

  .reg-login-page form .select .radio + label {
    font-size: 14px;
    line-height: 17px;
    background: url('img/radio.svg') no-repeat left / contain;
    padding-left: 28px;
  }

  .reg-login-page form .select .radio:checked + label {
    background: url('img/radio2.svg') no-repeat left / contain;
  }

  .reg-finish-page {
    padding: 100px 0;
  }

  .reg-finish-page p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .cabinet-page h1 {
    font-size: 18px;
    line-height: 22px;
  }

  .cabinet-page .cabinet-content .history .item .image {
    width: 70px;
    height: 63px;
    border: 2px solid #f1f1f1;
    line-height: 59px;
  }

  .cabinet-page .cabinet-content .history .item {
    padding-left: 90px;
  }

  .cabinet-page .cabinet-content .history .item .name {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 15px;
  }

  .cabinet-page .cabinet-content .history .item p {
    margin-bottom: 5px;
  }

  .cabinet-page .cabinet-content .history .item button {
    margin-top: 15px;
    width: 117px;
  }

  .cabinet-page nav {
    padding-top: 5px;
  }

  .cabinet-page .cabinet-content .personal .item {
    width: 100%;
    margin-bottom: 40px;
  }

  .cabinet-page .cabinet-content .personal .item .name {
    font-size: 16px;
    line-height: 20px;
  }

  .cabinet-page .cabinet-content .personal .item p {
    font-size: 14px;
    line-height: 17px;
  }

  .popup .window.small,
  .popup .window.big {
    width: 340px;
    padding: 30px 20px;
  }

  .popup .window .logout p {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 22px;
  }

  .popup .window .logout a {
    margin: 0 5px;
    font-size: 14px;
    line-height: 17px;
    padding: 15px 30px;
  }

  .error-page {
    padding: 40px 0 60px;
  }

  .error-page .wrap {
    padding: 0;
  }

  .error-page .content {
    padding: 280px 18px 0 18px;
    background: url('img/error-page3.png') no-repeat 0 0;
  }

  .error-page .content .block {
    width: auto;
    padding: 30px 35px 48px 35px;
  }

  .error-page .content .block .name {
    font-size: 100px;
    line-height: 122px;
  }

  .error-page .content .block .top-text {
    font-size: 16px;
    line-height: 20px;
    margin: -15px 0 30px;
  }

  .error-page .content .block a {
    font-size: 14px;
    line-height: 17px;
    padding: 12px 24px;
  }

  .page-with-image .image.tab2 {
    display: none;
  }

  .page-with-image .image.mob {
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-bottom: 20px;
    transform: none;
    max-width: 100%;
  }

  .page-with-image {
    margin-bottom: 70px;
  }

  .page-form.other {
    padding: 0 0 70px 0;
  }

  .page-with-image .text .links a {
    width: 100%;
    margin-top: 10px;
  }

  .page-with-image .text .links {
    margin-top: 15px;
  }

  .delivery-block .block-name {
    font-size: 24px;
    line-height: 29px;
  }

  .delivery-block .item {
    margin: 0 5px;
  }

  .delivery-block .flex {
    display: block;
    margin: 0 -5px;
  }

  .faq-page h1 {
    font-size: 18px;
    line-height: 22px;
  }

  .faq-page .item .name {
    font-size: 14px;
    line-height: 17px;
  }

  .faq-page {
    padding-bottom: 70px;
  }

  .page-form.other2.small {
    padding: 0 0 70px 0;
    margin-bottom: 0;
  }

  .reviews-page .menu {
    margin-bottom: 30px;
    margin-right: -18px;
  }

  .reviews-page .media {
    width: 100%;
    margin-bottom: 15px;
  }

  .reviews-page {
    padding-bottom: 55px;
  }

  .review-form {
    padding: 0;
    margin-bottom: 70px;
  }

  .review-form .wrap {
    padding: 0;
  }

  .review-form .content {
    padding: 280px 18px 0 18px;
    background: url('img/review-form3.png') no-repeat 0 0;
  }

  .review-form .content form {
    width: auto;
    padding: 20px;
  }

  .review-form .content form .name {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }

  .review-form .content form p {
    font-size: 14px;
    line-height: 17px;
  }

  .reviews-page .mail {
    width: 48%;
    margin-bottom: 15px;
  }

  .reviews-page .review {
    padding: 25px 15px;
  }

  .reviews-page .menu2 {
    margin-bottom: 20px;
  }

  .about-top-text {
    margin-bottom: 20px;
  }

  .about-top-text .b1 {
    font-size: 34px;
    line-height: 41px;
  }

  .page-image {
    aspect-ratio: unset;
    height: 140px;
  }

  .advantages-block .block-name {
    font-size: 24px;
    line-height: 29px;
  }

  .advantages-block .item {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
  }

  .advantages-block .item img {
    height: 80px;
  }

  .ways-block .block-name {
    width: 100%;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }

  .ways-block .top-link {
    margin: 0 0 20px 0;
    font-size: 12px;
    line-height: 15px;
  }

  .ways-block .item {
    padding: 20px 20px 1px 20px;
  }

  .ways-block .item .name {
    font-size: 14px;
    line-height: 17px;
  }

  .ways-block .item p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
  }

  .ways-block .item .image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 20px auto -120px auto;
    transform: none;
  }

  .ways-block {
    padding-bottom: 50px;
  }

  .developer-page .item .text p {
    margin-bottom: 25px;
  }

	.developer-page .item .image,
  .developer-page .item .video {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .developer-page .item .video .play {
    background: url('img/play2.svg') no-repeat center;
  }

  .developer-page {
    padding-bottom: 30px;
  }

  .services-block .bottom-button {
    margin-bottom: 20px;
    margin-top: 5px;
  }

  .action-page .flex .image {
    height: 120px;
  }

  .action-page .image nav {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 7px;
  }

  .action-page {
    padding-bottom: 70px;
  }

  .action-page .text .name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .services-block {
    overflow: hidden;
  }

  .services-block .top-text {
    margin-bottom: 30px;
  }

  .page-with-image .text p.small {
    margin: 10px 0 20px;
  }

  .service-page h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .service-page .top-text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
  }

  .service-page ul li {
    font-size: 14px;
    line-height: 17px;
  }

  .service-page ul li p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
  }

  .service-page ul li:before {
    top: 3px;
  }

  .service-page .gallery .item {
    width: 100%;
    margin-bottom: 15px;
  }

  .header .right-block .links .item-added {
    display: none !important;
  }

  .h1 {
    margin-bottom: 20px;
  }

  .h1 h1 {
    font-size: 24px;
    line-height: 29px;
  }

  .news-page .wrap {
    grid-template-columns: 1fr;
  }

  .news-page .item img {
    margin-bottom: 25px;
  }

  .article-page .top-block .date {
    width: 100%;
    margin-bottom: 10px;
  }

  .article-page .top-block {
    margin-bottom: 20px;
  }

  .article-page .block .info {
    padding: 30px 15px 20px 15px;
  }

  .article-page .block .info p {
    margin-bottom: 10px;
  }

  .article-page .block {
    margin-bottom: 20px;
  }

  .article-page .text {
    margin-bottom: 20px;
  }

  .article-page .block .image nav {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 7px;
  }

  .contacts-page h1 {
    width: 100%;
    margin-bottom: 15px;
  }

  .contacts-page .contacts .col {
    width: 100%;
  }

  .contacts-page .contacts .col .item {
    font-size: 12px;
    line-height: 15px;
  }

  .contacts-page .contacts .col .item p,
  .contacts-page .contacts .col .item a {
    font-size: 14px;
    line-height: 17px;
  }

  .contacts-page .map {
    margin-bottom: 50px;
  }

  .contacts-page .block .text {
    padding: 27px 15px;
  }

  .contacts-page .block .text .name {
    font-size: 16px;
    line-height: 20px;
  }

  .contacts-page {
    padding-bottom: 50px;
  }

  .payment-types-block .item {
    width: 100%;
    margin-bottom: 25px;
  }

  .payment-types-block {
    padding-bottom: 55px;
  }

  .payment-types-block .item span {
    font-size: 14px;
    line-height: 17px;
    margin: 10px 0;
  }

  .popup .window {
    width: 340px;
    padding: 35px 20px;
  }

  .popup .window form .name {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .popup .window form p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
  }

  .popup .window form .field input[type='text'],
  .popup .window form .field input[type='password'] {
    height: 40px;
    font-size: 12px;
    line-height: 15px;
  }

  .popup .window form .field textarea {
    height: 60px;
    font-size: 12px;
    line-height: 15px;
  }

  .popup .window form button {
    height: 40px;
    margin-bottom: 5px;
  }

  .popup .window form .upload {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .popup .window form .top-text {
    margin: -8px 0 25px;
    font-size: 14px;
    line-height: 17px;
  }

  .delivery-page .block-name {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .delivery-page .top-input {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
  }

  .delivery-page .weight {
    width: 100%;
    margin-bottom: 25px;
  }

  .delivery-page .select .radio + label {
    background: url('img/radio3.svg') no-repeat top 10px right 15px;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 16px;
  }

  .delivery-page .select .radio + label span {
    font-size: 14px;
    line-height: 17px;
  }

  .delivery-page .select .radio:checked + label {
    background: url('img/radio4.svg') no-repeat top 10px right 15px;
  }

  .delivery-page .block nav {
    margin-bottom: 15px;
  }

  .delivery-page .block nav a {
    font-size: 12px;
    line-height: 15px;
  }

  .delivery-page .block .adress-input {
    height: 40px;
    font-size: 12px;
    line-height: 15px;
  }

  .delivery-page .block .select .radio + label {
    width: 100%;
  }

  .cart-page .h1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .cart-page .cart .list .item .col .pre {
    display: none;
  }

  .cart-page .cart .list .item {
    padding: 15px 0 15px 90px;
    position: relative;
    border: 0;
    border-bottom: 1px solid #c1c1c1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cart-page .cart .list .item .col {
    display: block;
    position: static;
  }

  .cart-page .cart .list .item .col .name div img {
    position: absolute;
    left: 0;
    top: 15px;
    width: 70px;
    max-width: 70px;
  }

  .cart-page .cart .list .item .col:first-child {
    width: 100%;
    margin-bottom: 15px;
  }

  .cart-page .cart .list .item .col .number span {
    display: none;
  }

  .cart-page .cart .list .item .col .number {
    width: 40px;
  }

  .cart-page .cart .list .item .col .price2 {
    margin-top: 7px;
  }

  .cart-page .cart .select .radio + label {
    width: 100%;
    margin-bottom: 10px;
    background: url('img/radio3.svg') no-repeat top 10px right 15px;
  }

  .cart-page .cart .select .radio:checked + label {
    background: url('img/radio4.svg') no-repeat top 10px right 15px;
  }

  .cart-page .cart nav a {
    font-size: 12px;
    line-height: 15px;
  }

  .cart-page .cart h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .cart-page .cart .fields .field {
    width: 100%;
  }

  .cart-page .cart .fields .field p {
    font-size: 14px;
    line-height: 17px;
  }

  .cart-page .cart .fields .field input[type='text'] {
    height: 40px;
    font-size: 12px;
    line-height: 15px;
  }

  .cart-page .cart .fields .field textarea {
    height: 60px;
    font-size: 12px;
    line-height: 15px;
  }

  .new-items-block .block-name {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }

  .new-items-block .list .slick-dots {
    padding-top: 10px;
  }

  .new-items-block {
    padding-bottom: 70px;
  }

  .item-page .top-nav {
    margin-bottom: 30px;
  }

  .item-page h1 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
  }

  .item-page .top-links {
    margin-bottom: 15px;
  }

  .item-page .top-links a {
    width: 15px;
    height: 15px;
  }

  .item-page .photos {
    padding-left: 0;
  }

  .item-page .photos .slider-nav {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    margin: 0 -5px;
  }

  .item-page .photos .slider-nav .item {
    margin: 0 5px;
  }

  .item-page .info .nav a {
    font-size: 12px;
    line-height: 15px;
  }

  .item-page .info .blocks .block {
    width: 100%;
  }

  .item-page .info .blocks .block div {
    font-size: 14px;
    line-height: 17px;
  }

  .item-page .info .blocks .block div img {
    width: 30px;
    max-width: 30px;
  }

  .item-page .info .calc .item p {
    font-size: 11px;
    line-height: 13px;
  }

  .item-page .info .calc .item {
    width: 78px;
  }

  .item-page .info .calc .item:after {
    top: 32px;
  }

  .item-page .info .calc .item:nth-child(3):after {
    display: none;
  }

  .item-page .info .calc .result {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 17px;
  }

  .item-page .info .calc .result span {
    font-size: 24px;
    line-height: 29px;
  }

  .item-page .info .calc .result:before {
    content: 'Цена: ';
  }

  .item-page .info .calc {
    margin-bottom: 25px;
  }

  .item-page .info .buttons button {
    padding: 0 10px;
  }

  .item-page .advantages .item img {
    width: 30px;
  }

  .item-page .advantages .item {
    padding-left: 45px;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 25px;
  }

  .item-page .advantages {
    padding-bottom: 10px;
  }

  .item-page .middle-nav a {
    margin: 0 3px;
    padding: 12px;
  }

  .item-page .middle-nav {
    margin-bottom: 60px;
  }

  .item-page .top-nav.bottom {
    margin-right: -15px;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .item-page {
    padding-bottom: 70px;
  }

  .catalog-page .slider {
    margin: 0 0 30px 0;
  }

  .catalog-page .slider .item {
    width: 150px;
    margin: 0 10px 0 0;
  }

  .catalog-page .list .item {
    width: 100%;
    margin-bottom: 15px;
  }

  .catalog-page .list .item .name {
    font-size: 16px;
    line-height: 20px;
  }

  .catalog-page .menu form {
    width: auto;
  }

  .catalog-page .flex .menu {
    width: calc(100% + 36px);
    margin: 0 -18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 180px 18px 0 18px;
    background: url('img/aside2.png') no-repeat 0 0;
  }

  .catalog-page .menu form .name {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .catalog-page .menu form .top-text {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
  }

  .catalog-page .menu form p {
    font-size: 14px;
    line-height: 17px;
  }

  .catalog-page .menu form .field input[type='text'],
  .catalog-page .menu form .field input[type='password'] {
    height: 40px;
    font-size: 12px;
    line-height: 15px;
  }

  .catalog-page .menu form button {
    height: 40px;
    font-size: 14px;
    line-height: 17px;
  }

  .catalog-page .h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .catalog-page .top-nav {
    margin: 0 -18px 20px 0;
  }

  .catalog-page .top-sort .name {
    width: 48%;
  }

  .catalog-page .top-sort .link {
    width: 48%;
  }

  .catalog-page .list .item2 {
    width: 100%;
  }

  .catalog-page .top-count.other {
    margin: 0 0 20px 0;
  }

  .menubg {
    position: fixed;
    width: 100%;
    height: calc(100% - 54px);
    top: 54px;
    left: 0;
    z-index: 10;
    background: rgba(18, 18, 18, 0.7);
    display: none;
  }

  .header.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 54px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .searchbg {
    display: none !important;
  }

  .mobile-search {
    top: 54px;
    height: calc(100% - 54px);
  }

  .bottom-mob-menu {
    display: block;
  }

  .page-image .mobbg {
    /*display: block;*/
  }

  .cart-page .cart .list .item .col .number {
    position: relative;
  }

  .cart-page .cart .list .item .col .number:after {
    content: '559 руб/шт';
    display: block;
    white-space: nowrap;
    margin-top: 3px;
    font-size: 10px;
    line-height: 12px;
    color: #888888;
  }

  .cart-page .cart .top-select .radio + label {
    font-size: 13px;
    white-space: nowrap;
  }

  .header.fix2 {
    top: 0;
  }

  .catalog-page .menu .sort {
    top: 54px;
    height: calc(100% - 54px);
  }

  .catalog-page .menu .sort .mob-links {
    width: auto;
    padding: 20px 18px;
  }

  .catalog-page .menu .sort .item {
    width: auto;
    padding: 0 18px 20px 18px;
  }

  .catalog-page .menu .sort .buttons {
    width: auto;
    padding: 0 18px 30px 18px;
  }

  .catalog-page.other .h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .new-items-block .block-name.small {
    font-size: 17px;
    line-height: 21px;
  }

  .service-page .gallery .item .info {
    opacity: 1;
  }

  .reviews-page .media .info {
    display: none;
  }

  .service-page .gallery .item .info {
    display: none;
  }
}

.swiper-button-prev::after {
  display: none;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: static !important;
  color: #000;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0 !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin-top: initial !important;
  background-color: transparent !important;
}

.swiper-button-prev svg {
  color: #000;
}

.swiper-button-next svg {
  color: #000;
}

.index-page-slider {
  position: relative;
}

.index-page-slider .arrows {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 660px;
  height: 40px;
  width: 86px;
  justify-content: space-between;
  right: max(15px, (100% - 1350px) / 2);
}

.swiper-slide {
  box-sizing: border-box;
}

@media screen and (max-width: 1380px) {
  .index-page-slider .arrows {
    bottom: 530px;
  }
}

@media screen and (max-width: 1100px) {
  .index-page-slider .arrows {
    bottom: 380px;
  }
}

@media screen and (max-width: 660px) {
  .index-page-slider .arrows {
    bottom: 445px;
  }
}

.new-items-slider {
  position: relative;
}

.new-items-slider .slider {
  width: calc(100% - 100px);
  padding: 10px 0;
  padding-bottom: 40px;
}

.new-items-slider .swiper-slide {
  width: 100%;
}

.new-items-slider .swiper-button-prev {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: initial !important;
  left: max(15px, (100% - 1350px) / 2) !important;
}

.new-items-slider .swiper-button-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: initial !important;
  right: max(15px, (100% - 1350px) / 2) !important;
}

@media screen and (max-width: 767px) {
  .new-items-slider .slider {
    width: 100%;
  }

  .new-items-slider .swiper-button-next,
  .new-items-slider .swiper-button-prev {
    display: none;
  }
}

.new-items-slider .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0;
  background-color: #c03740;
  transition: 200ms ease;
}

.arrow-up {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 110px;
  right: 40px;
  transition: 300ms ease;
  border-radius: 5px;
  color: #c03740;
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
}

.arrow-up.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
	filter: drop-shadow(2px 1px 3px rgba(0, 0, 0, 0.3));
}

.arrow-up:hover {
  background-color: #c03740;
  color: #fff;
}


.accordion {
  padding-left: 1px;
}

.accordion-control {
  transition: 150ms ease;
  position: relative;
  text-align: left;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  z-index: 9;
  transition: 400ms ease;
  will-change: max-height;
  height: fit-content;
}

.mobile-menu-accordion {
  width: 100%;
}

.mobile-menu-accordion__control {
  transition: 200ms ease;
}

.mobile-menu-accordion__content {
  border-bottom: 1px solid transparent;
}

.mobile-menu-accordion.active .mobile-menu-accordion__content {
}

.mobile-menu-accordion__control {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 30px;
}

.mobile-menu-accordion__control-btn {
  background-color: transparent !important;
}

.mobile-menu-accordion__control-btn svg {
  width: 20px;
  height: 20px;
}

.mobile-menu-accordion__control-link {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.mobile-menu-accordion__list {
  width: 100% !important;
  padding: 0 0 0 30px !important;
}

.mobile-menu-accordion__item {
  width: 100% !important;
}

.mobile-menu-accordion__link {
  display: block;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #000 !important;
  font-weight: 400 !important;
}

.mobile-menu-accordion__control-link:hover {
  color: #d04750 !important;
}


.content-page {
  padding-bottom: 100px;
}

.footer .social .social,
.right-block .social {
  display: flex;
}

.footer .social .social a,
.right-block .social a {
  color: #c03740;
}

.footer .social .social a:hover,
.right-block .social a:hover {
  color: #000;
}

.open_city_popup:hover {
  color: #d04750;
}

.header .contacts .free:hover {
  color: black;
}

.header .contacts a:hover {
  color: #d04750;
}


.index-video-block a {
  position: relative;
  display: block;
}

.index-video-block a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.developer-page .item .video:after,
.index-video-block a:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3) url("img/play.svg") no-repeat center;
  transition: background-color 200ms ease;
}

.developer-page .item .video:hover:after,
.index-video-block a:hover:after {
  background: rgba(0, 0, 0, 0.3) url("img/play-hover.svg") no-repeat center;
}

.developer-page .item .video:hover:after,
.index-video-block a:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.news-block .item:hover {
  background-color: #c03740;
  color: #fff;
}

.news-block .item .more {
  background: url("img/dots2.svg") no-repeat right;
  transition: 200ms ease;
}

.news-block .item:hover .more {
  background: url("img/dots3.svg") no-repeat right;
}

.news-block .item:hover * {
  color: inherit;
}

.footer nav a:hover {
  color: #c03740;
}

.index-banners-block a {
  text-decoration: none;
  position: relative;
}

.index-banners-block a:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.15);
  opacity: 0;
  transition: opacity 200ms ease;
}

.index-banners-block a:hover:after {
  opacity: 1;
}

.index-geo-block .form form button:hover,
.page-form form button:hover {
  background: #d23e48;
}

.dev a {
  color: #c03740;
}

.top-link,
.news-block .bottom-button a,
.news-block .bottom-button button {
  background: none;
  margin: 0 auto;
  display: inline-flex;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  height: 47px;
  border: 1px solid #121212;
  border-radius: 5px;
}

.top-link:hover,
.news-block .bottom-button a:hover {
  background: #d23e48;
  color: #fff;
  border-color: #d23e48;
}

.page-with-image .text .links a {
  background: #c03740;
  color: #fff;
  border: 1px solid #c03740;
  transition: all 0.3s ease;
}

.page-with-image .text .links a:hover {
  background: transparent;
  color: #121212;
  border: 1px solid #121212;
}

.faq-page .item .name:hover {
  color: #c03740;
}

.contacts-page .contacts .item a {
  transition: all 0.3s ease;
}

.contacts-page .contacts .item a:hover {
  color: #c03740;
}

.contacts-page .contacts .item .social a {
  transition: all 0.3s ease;
}

.contacts-page .contacts .item .social a:hover {
  color: #c03740;
}

.contacts-page .contacts .item p a {
  transition: all 0.3s ease;
}

.contacts-page .contacts .item p a:hover {
  color: #c03740;
}

@media print {
  .header,
  .footer,
  .callback,
  .searchbg,
  .menubg,
  .mobile-search,
  .mobile-menu,
  .top-phone-line,
  .popup,
  .arrow-up,
  .btn-director,
  .print,
  .city-select,
  .map,
  .top-link,
  .block .m,
  .social,
  .backfeed,
  .form-question,
  .form-question *,
  .page-form,
  .page-form * {
    display: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.4;
    color: #000;
    background: #fff;
    margin: 0;
    padding: 15px;
    height: 100vh !important;
    overflow: hidden !important;
  }

  .contacts-page {
    max-width: none;
    margin: 0;
    padding: 0;
    height: auto !important;
    max-height: 100vh !important;
    overflow: visible !important;
  }

  .wrap {
    max-width: none;
    margin: 0;
    padding: 0;
  }

  main {
    margin: 0 !important;
    padding: 0 !important;
  }

  h1 {
    font-size: 20pt;
    margin: 0 0 15pt 0;
    color: #000;
    text-align: center;
  }

  h2 {
    font-size: 16pt;
    margin: 15pt 0 8pt 0;
    color: #000;
    page-break-after: avoid;
  }

  .contacts-page .contacts {
    margin: 15pt 0;
    page-break-inside: avoid;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contacts-page .contacts .col {
    width: 30% !important;
    margin-bottom: 12pt;
  }

  .contacts-page .contacts .item {
    margin-bottom: 8pt;
    page-break-inside: avoid;
  }

  .contacts-page .contacts .item p,
  .contacts-page .contacts .item a {
    font-size: 12pt;
    margin: 4pt 0;
    color: #000;
  }

  .contacts-page .block {
    margin: 12pt 0;
    page-break-inside: avoid;
  }

  .contacts-page .block.flex {
    display: block !important;
  }

  .contacts-page .block .text {
    width: 100% !important;
    border: none;
    padding: 10pt;
    background: #f9f9f9;
    margin-bottom: 8pt;
  }

  .contacts-page .block .text .name {
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 6pt;
    color: #000;
  }

  .contacts-page .block .text p {
    font-size: 11pt;
    line-height: 1.3;
    color: #000;
  }

  .contacts-page .data {
    margin: 15pt 0 0 0;
    page-break-inside: avoid;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contacts-page .data .col {
    width: 48% !important;
    margin-bottom: 8pt;
  }

  .contacts-page .data p {
    font-size: 11pt;
    margin: 3pt 0;
    color: #000;
  }

  a {
    color: #000;
    text-decoration: none;
  }

  .contacts,
  .data {
    page-break-before: auto;
  }

  .contacts-page .wrap {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .contacts-page div[style*="height"] {
    display: none !important;
  }

  .contacts-page .wrap > .block {
    display: block !important;
    width: 100% !important;
    margin-bottom: 12pt;
  }

  .contacts-page .wrap > .block:last-child {
    margin-bottom: 0 !important;
  }

  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  button,
  .btn-director,
  .top-link {
    border: none !important;
    background: none !important;
  }

  .flex {
    display: block !important;
  }

  .contacts-page .contacts .flex {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contacts-page .data .flex {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  img,
  svg,
  .print_page,
  .contacts-page .block .m {
    display: none !important;
  }

  select,
  input,
  textarea {
    display: none !important;
  }

  script,
  iframe,
  .backfeed,
  .form-question,
  .form-question *,
  .page-form,
  .page-form * {
    display: none !important;
  }

  div:empty {
    display: none !important;
  }

  div[style*="height: 0"],
  div[style*="height:0"] {
    display: none !important;
  }

  .contacts-page * {
    page-break-after: avoid !important;
    page-break-before: avoid !important;
  }

  .contacts-page,
  .contacts-page .wrap,
  .contacts-page .wrap > *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .contacts-page .data + * {
    display: none !important;
  }

  .contacts-page .data {
    page-break-after: auto !important;
  }

  * {
    page-break-inside: avoid !important;
  }

  .contacts-page .wrap > div:not(.contacts):not(.block):not(.data):not(.flex) {
    display: none !important;
  }
}

main .wrap a {
  color: #c03740;
}

.error-page .content .block {
  min-height: 552px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 670px) {
  .error-page .content {
    background: none;
    padding: 0 18px;
  }

  .error-page .content .block {
    min-height: unset;
  }
}

.top-link.download-link {
  background: none;
  border: none;
  color: #c03740;
  text-decoration: underline;
  padding: 0;
  height: auto;
  display: inline-block;
  position: relative;
}

.top-link.download-link {
  color: #000;
  text-decoration: underline;
}

.top-link.download-link:hover {
  color: #c03740;
}
.top-link.download-link:hover span {
	transition: 0.2s;
	border-color: transparent;
}
