
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-LightItalic.eot");
  src: url("../fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot");
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: url("../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBoldItalic.eot");
  src: url("../fonts/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBold.eot");
  src: url("../fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

.section__title {
  color: #151515;
  font-family: 'Open Sans';
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px; /*25*/
}

.section__title span {
  display: inline-block;
  position: relative;
}

.section__title span:after {
  display: block;
  content: '';
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  height: 16px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #a7ee0d;
  position: absolute;
  bottom: 0;
  left: -10px;
  z-index: -1;
}

body {
  background-color: #f9f9f9;
  overflow-x: hidden;
}

.header-section {
  /*background-image: url(../img/header-bg.png);*/
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  background-size: auto;
}

.header-t {
  border-bottom: 2px solid #ececec;
}

.header-t-wrap {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-t__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-t__menu li {
  margin-right: 30px;
}

.header-t__menu li:last-child {
  margin-right: 0;
}

.header-t__menu a {
  display: block;
  color: #1b1b1b;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header-t__menu a:hover,
.header-t__menu a.active {
  color: #d92300;
}

.header-t__menu a:hover:after,
.header-t__menu a.active:after {
  opacity: 1;
}

.header-t__menu a:after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #d92300;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -18px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.header-t__lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-t__lang li {
  margin-left: 20px;
}

.header-m {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-m-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__text {
  color: #b5b5b5;
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
  position: relative;
}

.header__text:before {
  display: block;
  content: '';
  width: 2px;
  height: 57px;
  background-color: #ececec;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -20px;
}

.header__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header__contacts .callback__btn {
  display: block;
  width: 57px;
  height: 57px;
  -webkit-box-shadow: 0 2px 10px rgba(29, 120, 147, 0.35);
  box-shadow: 0 2px 10px rgba(29, 120, 147, 0.35);
  background-color: #0d9bc5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
  outline: none;
  /*cursor: pointer;*/
  margin-right: 45px;
  background-image: url(../img/header-phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.header__contacts .callback__btn span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header__contacts .callback__btn span:after {
  display: block;
  content: '';
  width: 87px;
  height: 87px;
  background-image: url(../img/header-phone-pseudo.svg);
  position: absolute;
  top: 50%;
  margin-left: 5px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-60%);
  -ms-transform: translateY(-50%) translateX(-60%);
  transform: translateY(-50%) translateX(-60%);
}

.header__contacts li {
  color: #d3d3d3;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.header__contacts li img {
  margin-right: 10px;
}

.header__contacts li:last-child {
  margin-bottom: 0;
}

.header__contacts li strong {
  color: #1b1b1b;
}

.header-nav-wrap {
  background-color: #f1f3f4;
}

.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header__nav li {
  /*padding-left: 20px;*/
  /*padding-right: 19px;*/
  /*margin-left: -19px;*/
  /*margin-right: -19px;*/
}

.header__nav li img.white {
  display: none;
}

.header__nav li:hover a,
.header__nav li.active a {
  color: #ffffff;
}

.header__nav li:hover > ul,
.header__nav li.active > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__nav li:hover img,
.header__nav li.active img {
  display: none;
}

.header__nav li:hover img.white,
.header__nav li.active img.white {
  display: block;
}

.header__nav li.active ul {
  z-index: 10;
}

.header__nav li ul {
  /*position: absolute;*/
  top: 100%;
  width: -webkit-calc(100% + 37px);
  width: calc(100% + 37px);
  margin-left: -19px;
  left: 0;
  z-index: 30;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: none;
}

.blue-header {
	width: 100%;
}

.header__nav li ul li a {
  color: #ffffff;
  height: 60px;
  color: #ffffff;
  font-family: 'Open Sans';
  font-size: 22px; /*18*/
  font-weight: 600; /*600*/
  text-transform: uppercase;
}

.header__nav li ul li a:before {
  /*display: block;
  content: '';
  width: 22px;
  height: 22px;
  margin-right: 2px;
  background-image: url(../img/inf-b_m.svg);*/
}

.header__nav li ul li a.active,
.header__nav li ul li a:hover {
  opacity: .85;
}

.header__nav li:hover a {
  color: #ffffff;
}

.header__nav li.blue:hover,
.header__nav li.blue.active {
  background-color: #0fbbeb;
}

.header__nav li.blue ul {
  background-color: #0fbbeb;
}

.header__nav li.green:hover,
.header__nav li.green.active {
  background-color: #acde00;
}

.header__nav li.green ul {
  background-color: #acde00;
}

.header__nav li.orange:hover,
.header__nav li.orange.active {
  background-color: #ff7701;
}

.header__nav li.orange ul {
  background-color: #ff7701;
}

.header__nav li.grey:hover,
.header__nav li.grey.active {
  background-color: #81898d;
}

.header__nav li.grey ul {
  background-color: #81898d;
}

.header__nav a {
  height: 60px;
  color: #303030;
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav a img {
  display: block;
  margin-right: 10px;
  max-height: 32px;
}

.main__main-page {
  background-image: url(../img/main-bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  background-size: auto;
}

.main-section {
  padding-top: 20px;
}

.main-slide {
  display: block;
  min-height: 300px;
  background-position: 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 40px rgba(141, 141, 141, 0.4);
  box-shadow: 0 10px 40px rgba(141, 141, 141, 0.4);
  cursor: pointer;
  z-index: 10;
}

.main-slide__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 35%;
  background-color: #fff;
  padding-left: 25px;
}

.main-slide__text:after {
  display: block;
  content: '';
  width: 700px;
  height: 700px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  margin-right: -30px;
}

.main-slide__text:before {
  display: block;
  content: '';
  width: 700px;
  height: 700px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  margin-right: -60px;
}

.main-slide__text p {
  color: #303030;
  font-family: 'Open Sans';
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.3;
  position: relative;
  z-index: 10;
}

.main-slide__text p span {
  display: inline-block;
  position: relative;
  z-index: 5;
}

.main-slide__text p span:after {
  display: block;
  content: '';
  height: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffd307;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-bottom: 5px;
}

.main-slide__text a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  -webkit-box-shadow: 0 2px 9px 1px rgba(29, 120, 147, 0.35);
  box-shadow: 0 2px 9px 1px rgba(29, 120, 147, 0.35);
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #0d9bc5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0dbac5), color-stop(22%, #0096c2), color-stop(90%, #0daddc), to(#0daddc));
  background-image: -webkit-linear-gradient(bottom, #0dbac5 0%, #0096c2 22%, #0daddc 90%, #0daddc 100%);
  background-image: -o-linear-gradient(bottom, #0dbac5 0%, #0096c2 22%, #0daddc 90%, #0daddc 100%);
  background-image: linear-gradient(to top, #0dbac5 0%, #0096c2 22%, #0daddc 90%, #0daddc 100%);
  color: #ffffff;
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}

.inflatable-section {
  padding-top: 55px;
}

.inflatable .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inflatable .flex-wrap .flex-col {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}

.inflatable .inf-b {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.inflatable .inf-b--top-decorator .inf-b__h {
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px);
  top: -webkit-calc(50% + 10px);
  top: calc(50% + 10px);
}

.inflatable .inf-b--bottom-decorator .inf-b__h {
  height: -webkit-calc(100% - 70px);
  height: calc(100% - 70px);
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
}

.inflatable .inf-b.green .inf-b__h {
  background-color: rgba(144, 203, 2, 0.6);
}

.inflatable .inf-b.grey .inf-b__h {
  background-color: rgba(154, 168, 173, 0.6);
}

.inflatable .inf-b.orange .inf-b__h {
  background-color: rgba(255, 119, 1, 0.6);
}

.inflatable .inf-b.blue .inf-b__h {
  background-color: rgba(2, 177, 214, 0.6);
}

.inflatable .inf-b:hover .inf-b__text {
  opacity: 0;
}

.inflatable .inf-b:hover .inf-b__h {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.inflatable .inf-b__h {
  position: absolute;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0);
  transform: translateY(-50%) translateX(-50%) scale(0);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.inflatable .inf-b__h p {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
  color: #ffffff;
  font-family: 'Open Sans';
  font-size: 30px; /*30*/
  font-weight: 600; /*600*/
  line-height: 1.4;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.inflatable .inf-b__h p span {
  display: block;
  color: #fffc17;
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-left: 40px;
}

.inflatable .inf-b__h p span:before {
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  background-image: url(../img/inf-b_h.svg);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inflatable .inf-b--bottom .inf-b__text {
  margin-bottom: 60px;
}

.inflatable .inf-b img {
  top: 0;
  left: 0;
  height: 100%;
}

.inflatable .inf-b__text {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 10px; /*30*/
  margin-left: 35px; /*35*/
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
  color: #ffffff;
  font-family: 'Open Sans';
  font-size: 25px; /*30*/
  font-weight: 600; /*600*/
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.new-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 37px;
}

.new-b {
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding-bottom: 10px;
  position: relative;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ffffff;
}

.new-b.green:after {
  background-color: #99D42A;
}

.new-b.green:hover .labels-wrap {
  background-color: #99D42A;
}

.new-b.grey:after {
  background-color: #9AA8AB;
}

.new-b.grey:hover .labels-wrap {
  background-color: #9AA8AB;
}

.new-b.blue:after {
  background-color: #1EB1D3;
}

.new-b.blue:hover .labels-wrap {
  background-color: #1EB1D3;
}

.new-b.orange:after {
  background-color: #FD7722;
}

.new-b.orange:hover .labels-wrap {
  background-color: #FD7722;
}

.new-b:hover {
  -webkit-transform: scale(1.023);
  -ms-transform: scale(1.023);
  transform: scale(1.023);
  z-index: 20;
  -webkit-box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.new-b:hover .new-b__dropdown {
  display: block;
  -webkit-box-shadow: 0 10px 18px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 18px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.new-b:hover:after {
  opacity: 1;
}

.new-b:hover .new-b__title,
.new-b:hover .catalog-block__price {
  color: #ffffff;
}

.new-b:after {
  display: block;
  content: '';
  width: -webkit-calc(100% - 15px);
  width: calc(100% - 15px);
  height: -webkit-calc(100% - 15px);
  height: calc(100% - 15px);
  background-color: #98d602;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
}

.new-b__img {
  text-align: center;
  width: 260px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  position: relative;
}

.new-b__img .labels-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}

.new-b__img .labels-wrap--top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding-top: 0;
  margin-top: -1px;
  margin-right: -1px;
}

.new-b__img .labels-wrap--top .label {
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

.new-b__img .labels-wrap--top .label:last-child {
  margin-bottom: 10px;
}

.new-b__img .labels-wrap .label {
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 21px;
  line-height: 21px;
  padding: 0 15px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #049bcb;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#11bcf2), color-stop(1%, #11bcf2), to(#0bbad5));
  background-image: -webkit-linear-gradient(bottom, #11bcf2 0%, #11bcf2 1%, #0bbad5 100%);
  background-image: -o-linear-gradient(bottom, #11bcf2 0%, #11bcf2 1%, #0bbad5 100%);
  background-image: linear-gradient(to top, #11bcf2 0%, #11bcf2 1%, #0bbad5 100%);
  color: #fefefe;
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
}

.new-b__img .labels-wrap .label--red {
  background-color: #049bcb;
  background-image: -webkit-linear-gradient(bottom, #fd7100 0%, #fd7100 1%, #d92300 100%);
}

.new-b__img .labels-wrap .label--green {
  background-color: #049bcb;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#acde00), to(#d9ec07));
  background-image: -webkit-linear-gradient(bottom, #acde00 0%, #d9ec07 100%);
  background-image: -o-linear-gradient(bottom, #acde00 0%, #d9ec07 100%);
  background-image: linear-gradient(to top, #acde00 0%, #d9ec07 100%);
}

.new-b__img img {
  width: 100%;
}

.new-b__title {
  color: #049bcb;
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-bottom: 25px;
}

.new-b__dropdown {
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 99%;
  left: 0;
  z-index: 10 !important;
  display: none;
  padding: 25px;
  margin-top: -5px;
}

.new-b__dropdown:before {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  background-image: url(../img/new-dropdown__pseudo.png);
  -webkit-background-size: cover;
  background-size: cover;
  border: 6px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -20px;
  background-color: #ffffff;
}

.new-b__dropdown li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #303030;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.new-b__dropdown li:last-child {
  margin-bottom: 0;
}

.rec-section {
  padding-top: 40px;
  position: relative;
  z-index: 10;
}

.rec__text {
  color: #3c4143;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 30px; /*50*/
  padding: 35px 25px;
  margin-bottom: 10px; /*80*/
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}

.rec__text span {
    font-weight: 600;
}

.advantages-section {
  margin-top: 20px;
  background-color: #3c4143;
  position: relative;
  z-index: 2;
  padding-top: 45px;
  padding-bottom: 82px; /*75*/
}

.advantages-section:after {
  display: block;
  content: '';
  width: 1528px;
  height: 334px;
  position: absolute;
  top: 0;
  /*background-image: url(../img/advantages-bg.png);*/
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -30px;
  z-index: -1;
}

.advantages-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-reset: list;
}

.advantages-b {
  width: 25%;
  position: relative;
}

.advantages-b:before {
  counter-increment: list;
  content: counter(list);
  color: #484e50;
  font-family: 'Open Sans';
  font-size: 90px;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -40px;
  margin-left: 65px;
}

.advantages-b__icon {
  text-align: center;
  margin-bottom: 30px; /*35*/
}

.advantages-b__text {
  text-align: center;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}

.info-section {
  padding-bottom: 40px;
  /*background-image: url(../img/info-bg.png);*/
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.info-big {
  margin-top: -35px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding: 0 15px;
  padding-top: 35px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.info-big__text {
  margin-top: 30px;
  padding: 15px 0;
  -webkit-box-shadow: 0 10px 15px rgba(152, 214, 2, 0.32);
  box-shadow: 0 10px 15px rgba(152, 214, 2, 0.32);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #98d602;
  color: #ffffff;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.info .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info .flex-wrap .flex-col {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
}

.info .flex-wrap .flex-col h3 {
  color: #303030;
  font-family: 'Open Sans';
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.info .flex-wrap .flex-col > p {
  margin-bottom: 30px;
}

.info .flex-wrap .flex-col p {
  color: #3c4143;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.info .flex-wrap .flex-col span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -100px;
}

.info .flex-wrap .flex-col span img {
  margin-top: 50px;
  margin-right: -10px;
  margin-right: 10px;
}

.info .flex-wrap .flex-col ul {
  margin-left: -15px;
}

.info .flex-wrap .flex-col ul li {
  color: #3c4143;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding-left: 60px;
  margin-bottom: 25px;
}

.info .flex-wrap .flex-col ul li:before {
  display: block;
  content: '';
  width: 60px;
  height: 60px;
  background-image: url(../img/info-big-li.png);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.main__catalog {
  /*background-image: url(../img/main-bg.png), url(../img/catalog-bottom-bg.png);*/
  background-position: center 0, bottom;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  background-size: auto;
}

.catalog-section {
  padding-top: 40px; /*120*/
}

.catalog__title {
  color: #151515;
  font-family: 'Open Sans';
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px; /*20*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-sort {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 11px;
  color: #049bcb;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 600;
}

.catalog-sort img {
  margin-right: 10px;
}

.catalog__subtitle {
  color: #3c4143;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 50px; /*63*/
}

.catalog-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 37px; /*каталог padding: 0 15px; */
}

.catalog-blocks .new-b {
  background-color: #fff;
}

.catalog-blocks .new-b .catalog-block__price {
  margin-bottom: 15px;
}

.catalog-block {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  padding-bottom: 76px;
  margin-bottom: 76px;
  text-decoration: none;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}

.catalog-block__img {
  height: 175px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.catalog-block__img .labels-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}

.catalog-block__img .labels-wrap--top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding-top: 0;
  margin-top: -1px;
  margin-right: -1px;
}

.catalog-block__img .labels-wrap--top .label {
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

.catalog-block__img .labels-wrap--top .label:last-child {
  margin-bottom: 10px;
}

.catalog-block__img .labels-wrap .label {
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 21px;
  line-height: 21px;
  padding: 0 15px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #049bcb;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#11bcf2), color-stop(1%, #11bcf2), to(#0bbad5));
  background-image: -webkit-linear-gradient(bottom, #11bcf2 0%, #11bcf2 1%, #0bbad5 100%);
  background-image: -o-linear-gradient(bottom, #11bcf2 0%, #11bcf2 1%, #0bbad5 100%);
  background-image: linear-gradient(to top, #11bcf2 0%, #11bcf2 1%, #0bbad5 100%);
  color: #fefefe;
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
}

.catalog-block__img .labels-wrap .label--red {
  background-color: #049bcb;
  background-image: -webkit-linear-gradient(bottom, #fd7100 0%, #fd7100 1%, #d92300 100%);
}

.catalog-block__img .labels-wrap .label--green {
  background-color: #049bcb;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#acde00), to(#d9ec07));
  background-image: -webkit-linear-gradient(bottom, #acde00 0%, #d9ec07 100%);
  background-image: -o-linear-gradient(bottom, #acde00 0%, #d9ec07 100%);
  background-image: linear-gradient(to top, #acde00 0%, #d9ec07 100%);
}

.catalog-block__img img {
  width: 100%;
  height: auto;
}

.catalog-block__title,
.catalog-block__price {
  text-align: center;
  color: #97a0a3;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.catalog-block__title {
  color: #049bcb;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  z-index: 30;
}

.catalog-block__price {
  padding-top: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.catalog-block__price--discount {
  text-decoration: line-through;
}

.catalog-block__price--discount + span {
  display: inline-block;
  margin-left: 15px;
  color: #e81b00;
}

.catalog-new-section {
  margin-top: 30px;
}

.catalog-new__title {
  color: #e02004;
  font-family: 'Open Sans';
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.main__item {
  /*background-image: url(../img/main-bg.png), url(../img/catalog-bottom-bg.png);*/
  background-position: center 0, bottom;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  background-size: auto;
}

.item-section {
  padding-top: 0px; /*100*/
  padding-bottom: 50px;
}

.item__title {
  color: #151515;
  font-family: 'Open Sans';
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 55px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.item__title a {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #0d9bc5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../img/back-button.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.item-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-media__photo {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px; /*EDITS*/
  max-width: 940px;
  width: 100%;
}

.item-media__photo img {
  width: 100%;
}

.item-media__other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 300px; /*EDITS*/
  max-width: 100%;
}

.item-media__other a {
  display: block;
  width: 140px;
  max-width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
}

.item-media__other a.item-media__block--3d {
  position: relative;
}

.item-media__other a.item-media__block--3d:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 2px 9px 1px rgba(185, 239, 0, 0.35);
  box-shadow: 0 2px 9px 1px rgba(185, 239, 0, 0.35);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#acde00), to(#d9ec07));
  background-image: -webkit-linear-gradient(bottom, #acde00 0%, #d9ec07 100%);
  background-image: -o-linear-gradient(bottom, #acde00 0%, #d9ec07 100%);
  background-image: linear-gradient(to top, #acde00 0%, #d9ec07 100%);
  opacity: 0.9;
  top: 0;
  left: 0;
}

.item-media__other a.item-media__block--3d:before {
  display: block;
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url(../img/3d.png);
  background-repeat: no-repeat;
  z-index: 5;
}

/* .item-media__other a.item-media__block--video  */
.item-media__other .item-media__block--video {
  position: relative;
  display: grid;   /* 3px */
}
/* .item-media__other a.item-media__block--video:after */
.item-media__other .item-media__block--video:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /*-webkit-box-shadow: 0 2px 9px 1px rgba(255, 200, 9, 0.35);
  box-shadow: 0 2px 9px 1px rgba(255, 200, 9, 0.35);*/
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffe00c), to(#ff7200));
  background-image: -webkit-linear-gradient(bottom, #ffe00c 0%, #ff7200 100%);
  background-image: -o-linear-gradient(bottom, #ffe00c 0%, #ff7200 100%);
  background-image: linear-gradient(to top, #ffe00c 0%, #ff7200 100%);
  opacity: 0.0;
  top: 0;
  left: 0;
}
/* .item-media__other a.item-media__block--video:before */
.item-media__other .item-media__block--video:before {
  display: block;
  content: '';
  position: absolute;
  width: 46px;
  height: 33px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url(../img/video.png);
  background-repeat: no-repeat;
  z-index: 5;
}

.item-media__other a img {
  width: 100%;
  height: auto;
}

.item-media__other a h3 {
  color: #85898b;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  text-align: center;
}

.item .cut-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px; /*EDITS*/
  /**/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: flex-start; /*justify-content: space-between; */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /**/
}

.cut-container {
	padding-left: 0;
	padding-right: 0;
}

.item .cut-media a {
  display: block;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 140px;
  max-width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
}

.item .cut-media a.item-media__block--3d {
  position: relative;
}

.item .cut-media a.item-media__block--3d:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 2px 9px 1px rgba(185, 239, 0, 0.35);
  box-shadow: 0 2px 9px 1px rgba(185, 239, 0, 0.35);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#acde00), to(#d9ec07));
  background-image: -webkit-linear-gradient(bottom, #acde00 0%, #d9ec07 100%);
  background-image: -o-linear-gradient(bottom, #acde00 0%, #d9ec07 100%);
  background-image: linear-gradient(to top, #acde00 0%, #d9ec07 100%);
  opacity: 0.9;
  top: 0;
  left: 0;
}

.item .cut-media a.item-media__block--3d:before {
  display: block;
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url(../img/3d.png);
  background-repeat: no-repeat;
  z-index: 5;
}

/* .item .cut-media a.item-media__block--video */
.item .cut-media .item-media__block--video {
  position: relative;
  display: grid;   /* 3px */
}

/* .item .cut-media a.item-media__block--video:after */
.item .cut-media .item-media__block--video:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /*-webkit-box-shadow: 0 2px 9px 1px rgba(255, 200, 9, 0.35);
  box-shadow: 0 2px 9px 1px rgba(255, 200, 9, 0.35);*/
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffe00c), to(#ff7200));
  background-image: -webkit-linear-gradient(bottom, #ffe00c 0%, #ff7200 100%);
  background-image: -o-linear-gradient(bottom, #ffe00c 0%, #ff7200 100%);
  background-image: linear-gradient(to top, #ffe00c 0%, #ff7200 100%);
  opacity: 0.0;
  top: 0;
  left: 0;
}

/* .item .cut-media a.item-media__block--video:before */
.item .cut-media .item-media__block--video:before {
  display: block;
  content: '';
  position: absolute;
  width: 46px;
  height: 33px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url(../img/video.png);
  background-repeat: no-repeat;
  z-index: 5;
}

.item .cut-media a img {
  width: 100%;
  height: auto;
}

.item .cut-media a h3 {
  color: #85898b;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  text-align: center;
}

.item__text {
  color: #3c4143;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 1.4;
  margin-top: 35px;
  margin-bottom: 50px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding-top: 30px; /*39*/
  padding-right: 35px;
  padding-bottom: 30px; /*38*/
  padding-left: 21px;
}

.item__text span {
    font-weight: 600;
}

.item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item-info-table {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  width: 940px;
  max-width: 100%;
  position: relative;
}

.item-info-table:after {
  display: block;
  content: '';
  width: 68px;
  height: 85px;
  background-image: url(../img/table-pseuudo.png);
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 20px;
  margin-top: -20px;
}

.item-info-table .table {
  color: #1f1f1f;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
}

.item-info-table .table .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  background-color: #f0f6e2;
  padding-left: 10px;
  margin-bottom: 2px;
}

.item-info-table .table .table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}

.item-info-table .table .table-row:nth-child(2n - 1) .table-td {
  background-color: #f2f2f2;
}

.item-info-table .table .table-td-info {
  width: 40%;
  height: 38px;
  background-color: #f0f6e2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  margin-right: 2px;
}

.item-info-table .table .bold-header {
  font-weight: 600;
  width: 60%;
  margin-left: -2px;
  margin-right: 0px;
}

.item-info-table .table .table-td-wrap {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item-info-table .table .table-td-wrap .table-td {
  width: -webkit-calc(33.33% - 2px);
  width: calc(33.33% - 2px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  background-color: #f9f9f9;
  padding-left: 20px; /*10*/
}

.table-td span {
    font-weight: 600;
}

.item-info-table .table-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-top: 2px solid #90cf06;
}

.item-info-table .table-price__title {
  width: 40%;
}

.item-info-table .table-price__main {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 18px;
}

.item-info-table .table-price__main .price-block {
  text-align: center;
}

.item-info-table .table-price__main .price-block span {
  font-weight: 600;
}

.item-info-table .table-price__main .price-block p {
  color: #d6d6d6;
  text-decoration: line-through;
}

.item-info-table .table-price__main .price-block p + span {
  color: #e02004;
}

.item-info-table__title {
  color: #e02004;
  font-family: 'Open Sans';
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.item-info__include {
  width: 300px;
  max-width: 100%;
  padding-top: 38px;
  padding-left: 20px;
  padding-right: 31px;
  padding-bottom: 41px;
  background-color: #ffffff;
  position: relative;
}

.item-info__include:after {
  display: block;
  content: '';
  width: 93px;
  height: 85px;
  background-image: url(../img/include-pseudo-.png);
  top: 0;
  right: 0;
  margin-right: 20px;
  margin-top: -20px;
  position: absolute;
}

.item-info__include h3 {
  position: relative;
  z-index: 2;
  color: #e02004;
  font-family: 'Open Sans';
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.item-info__include li {
  color: #1f1f1f;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}

.item-info__include li:last-child {
  margin-bottom: 0;
}

.item-info__include li.active:before {
  width: 16px;
  height: 12px;
  background-image: url(../img/active.png);
}

.item-info__include li.not-active:before {
  width: 15px;
  height: 15px;
  background-image: url(../img/not-active.png);
}

.item-info__include li:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.item .item-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 940px;
  max-width: 100%;
  margin-top: 40px;
}

.item .item-btns .item-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  height: 50px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #ffffff;
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
}

.item .item-btns .item-btn:last-child {
  margin-right: 0;
}

.item .item-btns .item-btn:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin-left: 30px;
}

.item .item-btns .item-btn.item-btn--green {
  -webkit-box-shadow: 0 2px 9px 1px rgba(146, 203, 23, 0.35);
  box-shadow: 0 2px 9px 1px rgba(146, 203, 23, 0.35);
  background-color: #0d9bc5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a7ee0d), color-stop(22%, #8dcc06), color-stop(90%, #a7ee0d), to(#a7ee0d));
  background-image: -webkit-linear-gradient(bottom, #a7ee0d 0%, #8dcc06 22%, #a7ee0d 90%, #a7ee0d 100%);
  background-image: -o-linear-gradient(bottom, #a7ee0d 0%, #8dcc06 22%, #a7ee0d 90%, #a7ee0d 100%);
  background-image: linear-gradient(to top, #a7ee0d 0%, #8dcc06 22%, #a7ee0d 90%, #a7ee0d 100%);
}

.item .item-btns .item-btn.item-btn--green:after {
  width: 24px;
  height: 25px;
  background-image: url(../img/btn-green.png);
}

.item .item-btns .item-btn.item-btn--blue {
  -webkit-box-shadow: 0 2px 9px 1px rgba(29, 120, 147, 0.35);
  box-shadow: 0 2px 9px 1px rgba(29, 120, 147, 0.35);
  background-color: #0d9bc5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0dbac5), color-stop(22%, #0096c2), color-stop(90%, #0daddc), to(#0daddc));
  background-image: -webkit-linear-gradient(bottom, #0dbac5 0%, #0096c2 22%, #0daddc 90%, #0daddc 100%);
  background-image: -o-linear-gradient(bottom, #0dbac5 0%, #0096c2 22%, #0daddc 90%, #0daddc 100%);
  background-image: linear-gradient(to top, #0dbac5 0%, #0096c2 22%, #0daddc 90%, #0daddc 100%);
}

.item .item-btns .item-btn.item-btn--blue:after {
  width: 24px;
  height: 25px;
  background-image: url(../img/btn-blue.png);
}

.contacts-section {
  padding-top: 60px;
  padding-bottom: 110px;
  /*background-color: #f9f9f9;
  background-image: url(../img/contacts-bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;*/
}

.contacts__title {
  color: #151515;
  font-family: 'Open Sans';
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.contacts-i {
  padding-top: 48px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 35px;
  background-color: #fff;
}

.contacts-i__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #f9f9f9;
  text-align: center;
  color: #049bcb;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 25px;
}

.contacts-i__btn img {
  display: block;
  margin-right: 10px;
}

.contacts-i-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.contacts-i-b:last-child {
  margin-bottom: 0px;
}

.contacts-i-b__title {
  color: #9aa4a9;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 55px;
  margin-right: 10px;
}

.contacts-i-b__list li {
  color: #3c4143;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.contacts-i-b__list li img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contacts-form {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding-top: 40px;
  padding-left: 22px;
  padding-right: 20px;
  padding-bottom: 64px;
}

.contacts-form-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 65px;
}

.contacts-form__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  width: 246px;
  height: 50px;
  -webkit-box-shadow: 0 2px 9px 1px rgba(146, 203, 23, 0.35);
  box-shadow: 0 2px 9px 1px rgba(146, 203, 23, 0.35);
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #0d9bc5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a7ee0d), color-stop(22%, #8dcc06), color-stop(90%, #a7ee0d), to(#a7ee0d));
  background-image: -webkit-linear-gradient(bottom, #a7ee0d 0%, #8dcc06 22%, #a7ee0d 90%, #a7ee0d 100%);
  background-image: -o-linear-gradient(bottom, #a7ee0d 0%, #8dcc06 22%, #a7ee0d 90%, #a7ee0d 100%);
  background-image: linear-gradient(to top, #a7ee0d 0%, #8dcc06 22%, #a7ee0d 90%, #a7ee0d 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  color: #ffffff;
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 25px;
  cursor: pointer; /**/
}

.contacts-form__button img {
  margin-right: 10px;
}

.contacts-form .reset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #cdcdcd;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  cursor: pointer; /**/
}

.contacts-form .reset img {
  margin-right: 10px;
}

.contacts-form__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.contacts-form__input:last-child {
  margin-bottom: 0;
}

.contacts-form__input p {
  padding-top: 10px;
  color: #9aa4a9;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.contacts-form__input input,
.contacts-form__input textarea {
  resize: none;
  width: 443px;
  max-width: 100%;
  height: 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #81898d;
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(59%, #ffffff), to(#f9f9f9));
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #ffffff 59%, #f9f9f9 100%);
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #ffffff 59%, #f9f9f9 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #ffffff 59%, #f9f9f9 100%);
  color: #000000;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contacts-form__input textarea {
  min-height: 134px;
}

.contacts .flex-wrap {
  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;
}

.contacts .flex-wrap .flex-col {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}

.contacts-mb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  margin-top: 20px;
  padding-left: 19px;
  padding-top: 36px;
  padding-right: 19px;
  padding-bottom: 42px;
}

.contacts-mb__title {
  color: #e02004;
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contacts-mb ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contacts-mb ul li:last-child {
  margin-bottom: 0;
}

.contacts-mb ul li img {
  margin-right: 10px;
}

.contacts-map {
  margin-top: 20px;
  height: 517px;
  background-color: #fff;
  padding: 20px;
}

.build-section {
  padding-top: 60px;
  /*background-image: url(../img/build-bg.png);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;*/
}

.build__title {
  color: #151515;
  font-family: 'Open Sans';
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.build-b {
  background-color: #ffffff;
  font-family: 'Open Sans';
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 67px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.build-b:last-child {
  margin-bottom: 0;
}

.build-b-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 400;
}

.build-b-wrap > * {
  width: -webkit-calc(25% - 15px);
  width: calc(25% - 15px);
}

.build-b-wrap:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.build-b__title {
  color: #e02004;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.build-b__info {
  color: #3c4143;
  font-size: 16px;
  line-height: 1.4;
}

.build-b li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.build-b li span {
  color: #d8d8d8;
}

.build-b li:last-child {
  margin-bottom: 0;
}

.build-b li img {
  margin-right: 8px;
}

.build-t__title {
  color: #151515;
  font-family: 'Open Sans';
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 62px;
  margin-bottom: 43px;
}

.build-t-b {
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}

.build-t-b-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  background-color: #f9f9f9;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #aeadad;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
}

.build-t-b-head__id {
  width: 145px;
  max-width: 100%;
}

.build-t-b-head__name {
  width: 865px;
  max-width: 100%;
}

.build-t-b-head__price {
  width: 170px;
  max-width: 100%;
}

.build-t-b__title {
  color: #e02004;
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

.build-t-b-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 60px;
  background-color: #f9f9f9;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.build-t-b-li:nth-child(2n) {
  background-color: #fff;
}

.build-t-b-li__id {
  width: 145px;
  max-width: 100%;
  color: #aeadad;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 600;
}

.build-t-b-li__name {
  width: 865px;
  max-width: 100%;
  color: #049bcb;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.build-t-b-li__name--blue {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#11bcf2), color-stop(1%, #11bcf2), to(#0bbad5));
  background-image: -webkit-linear-gradient(bottom, #11bcf2 0%, #11bcf2 1%, #0bbad5 100%);
  background-image: -o-linear-gradient(bottom, #11bcf2 0%, #11bcf2 1%, #0bbad5 100%);
  background-image: linear-gradient(to top, #11bcf2 0%, #11bcf2 1%, #0bbad5 100%);
}

.build-t-b-li__name--red {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fd7100), color-stop(1%, #fd7100), to(#d92300));
  background-image: -webkit-linear-gradient(bottom, #fd7100 0%, #fd7100 1%, #d92300 100%);
  background-image: -o-linear-gradient(bottom, #fd7100 0%, #fd7100 1%, #d92300 100%);
  background-image: linear-gradient(to top, #fd7100 0%, #fd7100 1%, #d92300 100%);
}

.build-t-b-li__name--green {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#acde00), to(#d9ec07));
  background-image: -webkit-linear-gradient(bottom, #acde00 0%, #d9ec07 100%);
  background-image: -o-linear-gradient(bottom, #acde00 0%, #d9ec07 100%);
  background-image: linear-gradient(to top, #acde00 0%, #d9ec07 100%);
}

.build-t-b-li__name span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 21px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-color: #049bcb;
  color: #fefefe;
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 13px;
  margin-left: 0px;
}

.build-t-b-li__price {
  width: 170px;
  max-width: 100%;
  color: #151515;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 400;
}

.footer-section {
  position: relative;
}

.footer-t {
  background-color: #3c4143;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer-t .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-t .flex-wrap .flex-col {
  width: 25%;
}

.footer-t .flex-wrap .flex-col li {
  margin-bottom: 23px;
}

.footer-t .flex-wrap .flex-col li:last-child {
  margin-bottom: 0;
}

.footer-t .flex-wrap .flex-col a {
  color: #c4c8ca;
  font-family: 'Open Sans';
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer-t .flex-wrap .flex-col a:hover {
  color: #ffffff;
}

.footer-t__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #454a4c;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-family: 'Open Sans';
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
}

.footer-t__title img {
  width: 32px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.footer-b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #292d2e;
}

.footer-b .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-b .flex-wrap .flex-col {
  width: 25%;
}

.footer-b__logo {
  margin-bottom: 15px;
}

.footer-b__copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-b__copyright img {
  width: 31px;
  height: 31px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.footer-b__copyright p {
  color: #636a6d;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.footer-b__title {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: 600;
  margin-bottom: 30px;
}

.footer-b p {
  color: #92989a;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.footer-b a {
  color: #92989a;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: underline;
}

.footer-b p a,
.footer-b a a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}

.footer-b p a img,
.footer-b a a img {
  margin-right: 10px;
}

.footer-b li {
  color: #92989a;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
}

.footer-b li img {
  margin-right: 10px;
}

.map-link {
    cursor:pointer;
}

@media all and (max-width: 1319px) {
  .header__text {
    text-align: center;
    font-size: 17px;
  }

  .header__text:before {
    display: none;
  }

  .header__nav li {
    margin-left: 0;
    margin-right: 0;
  }

    .header__nav li ul li {
    width: 20%; /*33*/ /*100*/
  }
  
  .header__nav li ul {
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    width: 100%;
  }

  .header__nav li ul li a { /* +блок*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .header__nav li ul li a {
    height: 40px;
  }

  .inflatable .inf-b__h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inflatable .inf-b__h p {
    font-size: 18px; /*16*/
    position: static;
  }

  .inflatable .inf-b__h p span {
    display: none;
  }

  .inflatable .inf-b img {
    width: 100%;
  }

  .inflatable .inf-b__text {
    font-size: 18px; /*16*/
  }

  .new-b {
    width: -webkit-calc(33.33333% - 20px);
    width: calc(33.33333% - 20px);
  }

  .info .flex-wrap .flex-col span {
    margin-left: 0;
  }

  .info .flex-wrap .flex-col span img {
    display: none;
  }

  .catalog-block {
    width: -webkit-calc(33.3333333% - 30px);
    width: calc(33.3333333% - 30px);
  }

  .item-media {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .item-media__other {
    width: 100%;
    margin-top: 15px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; /**/
  }

  .contacts .flex-wrap .flex-col {
    width: 100%;
  }
}

@media all and (max-width: 1300px) {
  .item-media__photo {
    margin-right: 10px;
  }
}

@media all and (max-width: 1205px) {
  .item-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item-info-table {
    overflow: auto;
  }

  .item-info-table .table {
    width: 900px;
  }

  .item-info__include {
    width: 100%;
    margin-top: 10px;
  }
}

@media all and (max-width: 1100px) {
  .header__contacts li img {
    display: none;
  }
  
  .header__nav li ul li a:before {
    /*display: none;*/
  }
}

@media all and (max-width: 1025px) {
  .header__contacts .callback__btn {
    display: none;
  }

  .new-blocks {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .new-b__dropdown {
    padding-top: 30px;
  }

  .new-b__dropdown li {
    font-size: 13px;
  }

  .advantages-b:before {
    z-index: -1;
  }

  .build-t {
    overflow: auto;
  }

  .build-t-b {
    width: 940px;
  }
}

@media all and (max-width: 1005px) {
  .header__text {
    display: none;
  }
}

@media all and (max-width: 1000px) {
  .header__nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__nav li ul li a {
    font-size: 18px;
  }

  .header__nav li ul li a:before {
  /*width: 18px;
  height: 18px;
  margin-right: 2px;
  background-image: url(../img/inf-b_m1.svg);*/
  }
}

@media all and (max-width: 980px) {
  .catalog-block {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
}

@media all and (max-width: 965px) {
  .header__nav li {
    /*width: 50%;*/
  }

  .header__nav li ul li {
    /*width: 50%;*/
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__nav li ul li a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media all and (max-width: 960px) {
  .header-t__menu a {
    font-size: 15px;
    margin-top: 5px;
  }

  .header-m .header__logo {
    width: 300px;
    margin-bottom: 10px;
    text-align: center;
  }

  .header-m .header__logo img {
    width: 150px;
  }

  .main-slide__text {
    width: 60%;
  }

  .inflatable .flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inflatable .flex-wrap .flex-col {
    width: 100%;
  }

  .inflatable .flex-wrap .flex-col .flex-col {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }

  .new-b {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }

  .advantages-blocks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advantages-b {
    width: 50%;
    margin-bottom: 10px;
  }

  .info-big__text {
    font-size: 16px;
    padding: 10px;
  }

  .info .flex-wrap .flex-col {
    width: 100%;
    margin-bottom: 15px;
  }

  .catalog-section {
    padding-top: 40px; /*150*/
  }

  .item-section {
    padding-top: 3px;
  }

  .catalog__title {
    font-size: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .build__title {
    font-size: 25px;
  }

  .contacts__title {
    font-size: 25px;
  }

  .catalog-sort {
    margin-top: 10px;
  }

  .item__title {
    font-size: 20px;
  }

  .item-info-table__title {
    font-size: 20px;
  }

  .item-info__include h3 {
    font-size: 20px;
  }

  .catalog-new__title {
    font-size: 25px;
  }

  .item-media__photo {
    margin-bottom: 10px;
  }

  .item-media__other a {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
  }

  .item .cut-media a {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
  }

  .item .item-btns {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .item .item-btns .item-btn {
    margin-top: 10px;
    font-size: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .contacts-form-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
  }

  .contacts-form__button {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .contacts-form__input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contacts-form__input p {
    margin-bottom: 10px;
  }

  .build-b-wrap {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .build-b-wrap > * {
    width: 50%;
    margin-bottom: 10px;
  }

  .footer-t .flex-wrap .flex-col {
    width: 50%;
    margin-bottom: 60px;
  }

  .footer-b {
    padding-bottom: 0;
  }

  .footer-b .flex-wrap .flex-col {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 660px) {

  .header__nav li ul li {
    width: 33%; /*33*/ /*100*/
  }

}	

@media all and (max-width: 600px) {

.item-info-table .table .table-td-info {
  width: 30%;
}

.item-info-table .table .bold-header {
  width: 70%;
}

.item-info-table .table .table-td-wrap {
  width: 70%;
}

  .contacts-i__btn {
    font-size: 12px;
  }

}

@media all and (max-width: 550px) {
  .section__title {
    font-size: 25px;
  }

  .item-section {
    padding-top: 3px;
  }

  /*.header__nav li ul li {
    display: none;
  }*/

  .catalog__subtitle {
    display: none;
  }

  .header__contacts {
    display: none;
  }

  .catalog-section {
    padding-top: 40px; /*300*/
  }

  .header-t-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-t__menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
  }

  .header-t__menu li {
    margin-right: 0;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
  }

  .header-t__menu a:after {
    display: none !important;
  }

  .header-t__lang {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .header-t__lang li {
    margin-left: 10px;
    margin-right: 10px;
  }

  .header-m-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__nav li {
    width: 100%;
  }

  .header__nav li ul li a {
    font-size: 16px;
  }

  .main-slide__text {
    width: 100%;
  }

  .main-slide__text:after {
    display: none !important;
  }

  .main-slide__text:before {
    display: none !important;
  }

  .main-slide__text p {
    font-size: 20px;
  }

  .inflatable .inf-b--bottom .inf-b__text {
    margin-bottom: 30px;
  }

  .inflatable .inf-b__text {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 16px; /*13*/
  }

  .new-b {
    width: 100%;
  }

  .advantages-b {
    width: 100%;
  }

  .item-media__other a h3 {
    display: none;
  }

  .item .cut-media a h3 {
    display: none;
  }

  .build-b-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .build-b-wrap > * {
    width: 100%;
    text-align: center;
  }

  .build-b li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-t .flex-wrap .flex-col {
    width: 100%;
  }

  .footer-b .flex-wrap .flex-col {
    width: 100%;
  }
}

@media all and (max-width: 500px) {
  .inflatable .inf-b__h p {
    font-size: 15px; /*13*/
  }
}

@media all and (max-width: 450px) {
  .catalog-block {
    width: 100%;
  }
}

@media all and (max-width: 450px) {
  .header-m {
    padding: 0;
  }

  .header-m .header__logo {
    display: none;
  }
  
  .item-info-table .table .table-td-info {
  width: 22%;
}

.item-info-table .table .bold-header {
  width: 78%;
}

.item-info-table .table .table-td-wrap {
  width: 78%;
}

  .contacts-i__btn {
    font-size: 12px;
  }
}
