@charset "UTF-8";
* {
  outline: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.center {
  margin: 0 auto;
  max-width: 1000px !important;
}

html {
  margin: 0;
  padding: 0;
}

.red {
  color: #D30010;
}

.pricePopup {
  background: #3C4C5D;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.31);
  border-radius: 5px;
  color: #fff;
  display: none;
  font-size: 12px;
  font-family: "PT Sans", Sans-Serif, serif;
  line-height: 14px;
  padding: 6px 11px 10px;
  position: absolute;
}
.pricePopup.show {
  display: block;
}
.pricePopup ul {
  margin: 0;
  padding: 0 0 0 11px;
}
.pricePopup:after {
  content: "";
  bottom: -12px;
  border-color: #3c4c5d transparent transparent;
  border-style: solid;
  border-width: 12px 11.5px 0 11.5px;
  height: 0;
  left: 50%;
  margin-left: -11.5px;
  position: absolute;
  width: 0;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  margin: 0;
  min-height: 100vh;
  padding: 0;
}

.smallMenu {
  background: #EAEAEA;
  display: flex;
  flex-direction: row;
  height: 34px;
  padding: 0 10px;
  justify-content: center;
}
.smallMenu .links {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  height: 34px;
  margin: 0;
  padding: 0;
}
.smallMenu .links li {
  height: 34px;
  line-height: 34px;
  list-style: none;
  margin-right: 15px;
}
.smallMenu .links li:hover a, .smallMenu .links li.active a {
  color: #D30010;
}
.smallMenu .links li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.smallMenu .phone {
  align-items: center;
  color: #000;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  text-decoration: none;
}
.smallMenu .phone .icon {
  background: url("../images/redPhone.png") no-repeat;
  background-size: contain;
  margin-right: 5px;
  height: 25px;
  width: 25px;
}
.smallMenu .phone strong {
  margin-left: 3px;
}

.header {
  padding: 25px 0;
  text-align: center;
}
.header a img {
  max-height: 180px;
  height: auto;
  max-width: 100%;
}

.contentWrapper {
  align-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 10px;
}
.contentWrapper .searchAndBasket {
  background: #1A1A1A;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  height: 50px;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: 100%;
}
.contentWrapper .searchAndBasket .catHeader {
  align-items: center;
  background: #D30010;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  color: #FFF;
  height: 50px;
  font-size: 14px;
  padding-left: 15px;
  text-decoration: none;
  width: 25%;
}
.contentWrapper .searchAndBasket .catHeader .fas {
  font-size: 20px;
  margin-right: 7px;
}
.contentWrapper .searchAndBasket .search {
  align-items: center;
  background-color: #212121;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  color: #FFF;
  padding: 10px;
  position: relative;
}
.contentWrapper .searchAndBasket .search .fas {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.contentWrapper .searchAndBasket .search input {
  color: #FFF;
  border: 0;
  background: none;
  font-size: 14px;
  flex-grow: 1;
  outline: none;
  height: 50px;
}
.contentWrapper .searchAndBasket .search input::placeholder {
  color: #FFF;
}
.contentWrapper .searchAndBasket .search #searchList {
  background: #212121;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 100;
}
.contentWrapper .searchAndBasket .search #searchList .item {
  align-items: center;
  box-sizing: border-box;
  color: #9E9F9E;
  display: flex;
  height: 50px;
  text-decoration: none;
  padding: 0 40px;
  width: 100%;
}
.contentWrapper .searchAndBasket .search #searchList .item.empty {
  justify-content: center;
}
.contentWrapper .searchAndBasket .search #searchList .item:hover {
  background-color: #262626;
  color: #EA1929;
}
.contentWrapper .searchAndBasket .search #searchList .item .articul {
  flex-shrink: 0;
  margin-right: 10px;
  width: 200px;
}
.contentWrapper .searchAndBasket .search #searchList .item .image {
  margin-right: 10px;
  width: 50px;
}
.contentWrapper .searchAndBasket .search #searchList .item .name {
  flex-grow: 1;
}
.contentWrapper .searchAndBasket .search #searchList .item .price {
  flex-shrink: 0;
  width: 150px;
}
.contentWrapper .searchAndBasket .basket {
  align-items: center;
  color: #FFF;
  display: flex;
  flex-direction: row;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
}
.contentWrapper .searchAndBasket .basket .fas {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  position: relative;
  width: 30px;
}
.contentWrapper .searchAndBasket .basket .count {
  color: #fff;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: -5px;
  width: 20px;
}
.contentWrapper .searchAndBasket .basket .count:before {
  background-color: #D30010;
  content: "";
  font-size: 12px;
  height: 20px;
  left: 0;
  line-height: 20px;
  text-align: center;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 0;
}
.contentWrapper .searchAndBasket .basket .count span {
  display: block;
  font-size: 12px;
  font-family: "Ubuntu", sans-serif;
  height: 20px;
  position: relative;
  width: 20px;
  z-index: 10;
}
.contentWrapper .menuSide {
  flex-shrink: 0;
  flex-basis: calc(25% - 5px);
}
.contentWrapper .menuSide .catMenu {
  width: 100%;
}
.contentWrapper .menuSide .catMenu .mainSection {
  background: #EAEAEA;
  cursor: pointer;
  display: block;
  min-height: 50px;
}
.contentWrapper .menuSide .catMenu .mainSection > a, .contentWrapper .menuSide .catMenu .mainSection span {
  align-items: center;
  box-sizing: border-box;
  color: #000;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  min-height: 50px;
  text-decoration: none;
  padding: 0 15px;
  width: 100%;
}
.contentWrapper .menuSide .catMenu .mainSection > a:hover, .contentWrapper .menuSide .catMenu .mainSection > a.active, .contentWrapper .menuSide .catMenu .mainSection span:hover, .contentWrapper .menuSide .catMenu .mainSection span.active {
  background: #CDD3D5;
}
.contentWrapper .menuSide .catMenu .mainSection.active .subSections {
  display: block;
}
.contentWrapper .menuSide .catMenu .mainSection.active > a, .contentWrapper .menuSide .catMenu .mainSection.active span {
  background: #CDD3D5;
  color: #D30010;
}
.contentWrapper .menuSide .catMenu .mainSection .subSections {
  display: none;
}
.contentWrapper .menuSide .catMenu .mainSection .subSections .subSection {
  align-items: center;
  background: #D7DADB;
  display: flex;
  min-height: 34px;
  padding: 0 25px;
}
.contentWrapper .menuSide .catMenu .mainSection .subSections .subSection:hover {
  background: #CDD3D5;
}
.contentWrapper .menuSide .catMenu .mainSection .subSections .subSection.active a {
  color: #D30010;
  font-weight: bold;
}
.contentWrapper .menuSide .catMenu .mainSection .subSections .subSection a {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  width: 100%;
}
.contentWrapper .contentSide {
  display: flex;
  flex-grow: 1;
  max-width: 75%;
}
.contentWrapper .contentSide.full {
  max-width: 100%;
}
.contentWrapper .contentSide.full h1 {
  text-align: center;
}
.contentWrapper .contentSide.full .content {
  padding-left: 0;
}
.contentWrapper .contentSide .goodsCat {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contentWrapper .contentSide .goodsCat > a {
  align-items: center;
  box-sizing: border-box;
  color: #2C3E50;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin: 0 20px 20px 0;
  justify-content: center;
  text-decoration: none;
  padding: 20px;
  width: calc(25% - 20px);
}
.contentWrapper .contentSide .goodsCat > a:nth-of-type(4n) {
  margin-right: 0;
}
.contentWrapper .contentSide .goodsCat > a:hover {
  color: #EA1929;
}
.contentWrapper .contentSide .content {
  flex-grow: 1;
  padding: 0 0 15px 10px;
}
.contentWrapper .contentSide .content h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
.contentWrapper .contentSide .content h1.center {
  text-align: center;
}
.contentWrapper .contentSide .content p {
  color: #4A4A4A;
  margin: 0;
  line-height: 20px;
}
.contentWrapper .contentSide .content p a {
  color: #D30010;
  font-size: 14px;
}
.contentWrapper .contentSide .content .siteSectionCatalog {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 50px;
}
.contentWrapper .contentSide .content .siteSectionCatalog a {
  align-items: center;
  color: #2C3E50;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  margin-right: 2%;
  text-decoration: none;
  width: 32%;
}
.contentWrapper .contentSide .content .siteSectionCatalog a:nth-of-type(3n) {
  margin-right: 0;
}
.contentWrapper .contentSide .content .siteSectionCatalog a:hover .fas {
  color: #D30010;
}
.contentWrapper .contentSide .content .siteSectionCatalog a:hover .fas .count:before {
  background: #2C3E50;
}
.contentWrapper .contentSide .content .siteSectionCatalog a .fas {
  color: #2C3E50;
  font-size: 80px;
  margin-bottom: 50px;
  position: relative;
}
.contentWrapper .contentSide .content .siteSectionCatalog a .fas .count {
  color: #fff;
  height: 60px;
  position: absolute;
  right: -25px;
  top: -15px;
  width: 60px;
}
.contentWrapper .contentSide .content .siteSectionCatalog a .fas .count:before {
  background: #D30010;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 5;
}
.contentWrapper .contentSide .content .siteSectionCatalog a .fas .count:after {
  background: #fff;
  content: "";
  display: block;
  height: 60px;
  left: -5px;
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  width: 60px;
  z-index: 4;
}
.contentWrapper .contentSide .content .siteSectionCatalog a .fas .count span {
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
  z-index: 10;
}
.contentWrapper .contentSide .content .filters .limit_type {
  background-color: #EAEAEA;
  box-sizing: border-box;
  display: flex;
  height: 34px;
  line-height: 34px;
  margin-bottom: 20px;
  padding: 0 0 0 15px;
  justify-content: space-between;
}
.contentWrapper .contentSide .content .filters .limit_type .limits {
  color: #4A4A4A;
  font-size: 14px;
}
.contentWrapper .contentSide .content .filters .limit_type .limits span {
  display: inline-block;
  cursor: pointer;
  margin-left: 12px;
}
.contentWrapper .contentSide .content .filters .limit_type .limits span.active, .contentWrapper .contentSide .content .filters .limit_type .limits span:hover {
  color: #000;
  font-weight: 600;
}
.contentWrapper .contentSide .content .filters .limit_type .orders {
  align-items: center;
  display: flex;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .allowed {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .allowed .checkbox {
  background-image: url("/images/checkbox.png");
  background-repeat: no-repeat;
  background-position: center top;
  height: 18px;
  margin-right: 7px;
  width: 17px;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .allowed .checkbox input[type=checkbox] {
  display: none;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .allowed.active .checkbox, .contentWrapper .contentSide .content .filters .limit_type .orders .allowed:hover .checkbox {
  background-position: center bottom;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types {
  display: flex;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .type {
  background-color: #D6D6D6;
  cursor: pointer;
  height: 34px;
  margin-left: 2px;
  text-align: center;
  width: 34px;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .type.active .fas, .contentWrapper .contentSide .content .filters .limit_type .orders .types .type:hover .fas {
  color: #117BF6;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .type.price.asc .fa-caret-down {
  display: none;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .type.price.asc .fa-caret-up {
  display: inline-block;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .type.price.desc .fa-caret-down {
  display: inline-block;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .type.price.desc .fa-caret-up {
  display: none;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .type.price .fa-caret-down {
  display: none;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .type.price .fa-caret-up {
  display: none;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .type .fas {
  color: #000;
  font-size: 16px;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .name {
  background-color: #D6D6D6;
  cursor: pointer;
  height: 34px;
  margin-left: 2px;
  text-align: center;
  width: 34px;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .name .fas {
  font-size: 16px;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .name.none .asc {
  display: block;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .name.none .asc:hover .fas {
  color: #117BF6 !important;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .name.none .asc .fas {
  color: gray !important;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .name.none .desc {
  display: none;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .name.asc .asc {
  color: #117BF6;
  display: block;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .name.asc .desc {
  display: none;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .name.desc .desc {
  color: #117BF6;
  display: block;
}
.contentWrapper .contentSide .content .filters .limit_type .orders .types .name.desc .asc {
  display: none;
}
.contentWrapper .contentSide .content .filters .brands {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.contentWrapper .contentSide .content .filters .brands .brand {
  border: 1px solid rgba(146, 157, 169, 0.986424);
  box-sizing: border-box;
  border-radius: 17px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  font-size: 14px;
  height: 34px;
  line-height: 32px;
  margin: 0 7.5px;
  padding: 0 20px;
}
.contentWrapper .contentSide .content .filters .brands .brand.active {
  background-color: #117BF6;
  border-color: #117BF6;
  color: #fff;
}
.contentWrapper .contentSide .content .filters .brands .brand.active .fas {
  display: block;
  margin-left: 5px;
}
.contentWrapper .contentSide .content .filters .brands .brand .fas {
  display: none;
  height: 32px;
  line-height: 34px;
}
.contentWrapper .contentSide .content .filters .brands .brand:hover {
  background-color: #117BF6;
  border-color: #117BF6;
  color: #fff;
}
.contentWrapper .contentSide .content .goods {
  display: flex;
  flex-wrap: wrap;
}
.contentWrapper .contentSide .content .goods .goods__item {
  background: #EAEAEA;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  border-radius: 2px;
  color: #000;
  margin-right: 62.5px;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all 0.2s;
  width: calc(20% - 50px);
}
.contentWrapper .contentSide .content .goods .goods__item:nth-of-type(5n) {
  margin-right: 0;
}
.contentWrapper .contentSide .content .goods .goods__item:hover {
  box-shadow: 2px 2px 8px 0 rgba(34, 60, 80, 0.2);
}
.contentWrapper .contentSide .content .goods .goods__item .img {
  background-color: #fff;
  box-sizing: border-box;
  height: 260px;
  padding: 20px 15px;
  width: 100%;
}
.contentWrapper .contentSide .content .goods .goods__item .img img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.contentWrapper .contentSide .content .goods .goods__item .img .emoji {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  justify-content: center;
}
.contentWrapper .contentSide .content .goods .goods__item .img .emoji .emo {
  font-size: 36px;
  margin-bottom: 5px;
}
.contentWrapper .contentSide .content .goods .goods__item .img .emoji .text {
  font-size: 14px;
  line-height: 18px;
}
.contentWrapper .contentSide .content .goods .goods__item .info {
  padding: 20px 15px;
}
.contentWrapper .contentSide .content .goods .goods__item .info .articul {
  font-size: 12px;
  margin-bottom: 10px;
}
.contentWrapper .contentSide .content .goods .goods__item .info .name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contentWrapper .contentSide .content .goods .goods__item .info .price_count {
  display: flex;
  margin-bottom: 15px;
}
.contentWrapper .contentSide .content .goods .goods__item .info .price_count .price {
  flex-grow: 1;
  width: 50%;
}
.contentWrapper .contentSide .content .goods .goods__item .info .price_count .price .price__info {
  font-size: 12px;
  margin-bottom: 5px;
}
.contentWrapper .contentSide .content .goods .goods__item .info .price_count .price .price__info .far {
  color: #117BF6;
}
.contentWrapper .contentSide .content .goods .goods__item .info .price_count .price .prices .red {
  color: #D30010;
}
.contentWrapper .contentSide .content .goods .goods__item .info .price_count .count {
  display: flex;
  flex-direction: column;
}
.contentWrapper .contentSide .content .goods .goods__item .info .price_count .count .articul {
  font-size: 12px;
  margin-bottom: 10px;
}
.contentWrapper .contentSide .content .goods .goods__item .info .price_count .count .blocks {
  display: flex;
  justify-content: center;
}
.contentWrapper .contentSide .content .goods .goods__item .info .price_count .count .blocks .block {
  background-color: #D6D6D6;
  border-radius: 1px;
  height: 6px;
  margin-right: 2px;
  width: 10px;
}
.contentWrapper .contentSide .content .goods .goods__item .info .price_count .count .blocks .block.active {
  background-color: #117BF6;
}
.contentWrapper .contentSide .content .goods .goods__item .info .buyButton {
  background-color: #D30010;
  border-radius: 17px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 34px;
  line-height: 32px;
  padding: 0 22px;
}
.contentWrapper .contentSide .content .goods .goods__item .info .buyButton:hover {
  background-color: #EA1929;
}
.contentWrapper .contentSide .content .goods .goods__item .info .buyButton:active {
  background-color: #BC000E;
}
.contentWrapper .contentSide .content .goods .headers {
  background-color: #EAEAEA;
  display: flex;
  flex-direction: row;
  padding: 17px 15px;
  width: 100%;
}
.contentWrapper .contentSide .content .goods .headers .column {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
}
.contentWrapper .contentSide .content .goods .headers .column.articul {
  width: 200px;
}
.contentWrapper .contentSide .content .goods .headers .column.name {
  flex-grow: 1;
}
.contentWrapper .contentSide .content .goods .headers .column.count {
  text-align: center;
  width: 100px;
}
.contentWrapper .contentSide .content .goods .headers .column.price {
  text-align: center;
  width: 150px;
}
.contentWrapper .contentSide .content .goods .headers .column.price .fas {
  color: #117BF6;
}
.contentWrapper .contentSide .content .goods .headers .column.button {
  width: 100px;
}
.contentWrapper .contentSide .content .goods .row {
  align-items: center;
  border-bottom: 1px solid #D6D6D6;
  color: #000;
  display: flex;
  box-sizing: border-box;
  min-height: 56px;
  flex-direction: row;
  padding: 10px 15px;
  text-decoration: none;
  width: 100%;
}
.contentWrapper .contentSide .content .goods .row:last-of-type {
  margin-bottom: 20px;
}
.contentWrapper .contentSide .content .goods .row:hover .buyButton {
  display: inline-block !important;
}
.contentWrapper .contentSide .content .goods .row .column {
  flex-shrink: 0;
}
.contentWrapper .contentSide .content .goods .row .column.articul {
  font-size: 12px;
  font-weight: 300;
  width: 200px;
}
.contentWrapper .contentSide .content .goods .row .column.name {
  display: flex;
  flex-grow: 1;
  font-size: 12px;
  font-weight: 600;
}
.contentWrapper .contentSide .content .goods .row .column.name .img .emoji .emo {
  margin-right: 10px;
}
.contentWrapper .contentSide .content .goods .row .column.count {
  width: 100px;
}
.contentWrapper .contentSide .content .goods .row .column.count .blocks {
  display: flex;
  justify-content: center;
}
.contentWrapper .contentSide .content .goods .row .column.count .blocks .block {
  background-color: #D6D6D6;
  border-radius: 1px;
  height: 6px;
  margin-right: 2px;
  width: 10px;
}
.contentWrapper .contentSide .content .goods .row .column.count .blocks .block.active {
  background-color: #117BF6;
}
.contentWrapper .contentSide .content .goods .row .column.price {
  width: 150px;
}
.contentWrapper .contentSide .content .goods .row .column.price .price {
  flex-grow: 1;
  width: 50%;
}
.contentWrapper .contentSide .content .goods .row .column.price .price .price__info {
  font-size: 12px;
  margin-bottom: 5px;
}
.contentWrapper .contentSide .content .goods .row .column.price .price .price__info .far {
  color: #117BF6;
}
.contentWrapper .contentSide .content .goods .row .column.price .price .prices .red {
  color: #D30010;
}
.contentWrapper .contentSide .content .goods .row .column.button {
  width: 100px;
}
.contentWrapper .contentSide .content .goods .row .column.button .buyButton {
  background-color: #D30010;
  border-radius: 17px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 14px;
  height: 34px;
  line-height: 32px;
  padding: 0 22px;
}
.contentWrapper .contentSide .content .goods .row .column.button .buyButton:hover {
  background-color: #EA1929;
}
.contentWrapper .contentSide .content .goods .row .column.button .buyButton:active {
  background-color: #BC000E;
}
.contentWrapper .contentSide .content .pages {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.contentWrapper .contentSide .content .pages .arrow {
  background-color: #D6D6D6;
  border-radius: 2px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  height: 34px;
  line-height: 34px;
  margin: 0 7px;
  text-align: center;
  width: 34px;
}
.contentWrapper .contentSide .content .pages .arrow:hover {
  background-color: #C4C4C4;
  color: #D30010;
}
.contentWrapper .contentSide .content .pages .arrow.disabled {
  background-color: #D6D6D6 !important;
  cursor: inherit;
}
.contentWrapper .contentSide .content .pages .arrow.disabled .fas {
  color: gray !important;
}
.contentWrapper .contentSide .content .pages .pageNumber {
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  margin-right: 20px;
  text-align: center;
  width: 34px;
}
.contentWrapper .contentSide .content .pages .totalPage {
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  position: relative;
  text-align: center;
  width: 34px;
}
.contentWrapper .contentSide .content .pages .totalPage:before {
  content: "\\";
  font-size: 12px;
  position: absolute;
  left: -7.5px;
}
.contentWrapper .contentSide .content .goodsInnerInformation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contentWrapper .contentSide .content .goodsInnerInformation .images {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 100px;
  flex-grow: 1;
}
.contentWrapper .contentSide .content .goodsInnerInformation .images .selectedImage {
  align-items: center;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  display: flex;
  height: 320px;
  justify-content: center;
  width: 320px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .images .selectedImage img {
  height: 300px;
  object-fit: contain;
  width: 300px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .images .selectedImage .emoji {
  text-align: center;
}
.contentWrapper .contentSide .content .goodsInnerInformation .images .selectedImage .emoji .emo {
  font-size: 40px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .images .imgs {
  display: flex;
  justify-content: center;
}
.contentWrapper .contentSide .content .goodsInnerInformation .images .imgs .img {
  align-items: center;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 50px;
  margin: 0 7.5px;
  justify-content: center;
  width: 50px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .images .imgs .img.active, .contentWrapper .contentSide .content .goodsInnerInformation .images .imgs .img:hover {
  border-color: #117BF6;
  border-width: 2px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .images .imgs .img img {
  height: 45px;
  object-fit: contain;
  width: 45px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info {
  align-self: flex-start;
  background-color: #EAEAEA;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  box-sizing: border-box;
  flex-basis: 33%;
  flex-shrink: 0;
  padding: 20px 0;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .price {
  margin-bottom: 10px;
  padding: 0 20px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .price .price__info {
  font-size: 14px;
  margin-bottom: 10px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .price .price__info .far {
  color: #117BF6;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .price .prices {
  font-size: 28px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .price .prices .red {
  color: #D30010;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .count {
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 20px;
  padding: 0 20px 20px 20px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .count input {
  border: 1px solid #949494;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  margin-right: 8px;
  text-align: center;
  width: 40px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .count .buyButton {
  background-color: #D30010;
  border-radius: 17px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 34px;
  line-height: 32px;
  padding: 0 22px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .count .buyButton:hover {
  background-color: #EA1929;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .count .buyButton:active {
  background-color: #BC000E;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .count .install {
  align-items: flex-end;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .count .install .checkbox {
  background-image: url("/images/checkbox.png");
  background-repeat: no-repeat;
  background-position: center top;
  height: 18px;
  margin-right: 7px;
  width: 17px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .count .install .checkbox input[type=checkbox] {
  display: none;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .count .install.active .checkbox, .contentWrapper .contentSide .content .goodsInnerInformation .info .count .install:hover .checkbox {
  background-position: center bottom;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .count .install .red {
  color: #D30010;
  margin-left: 5px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .count .install .fas {
  font-size: 12px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .detailInfo {
  padding: 0 20px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .detailInfo .articul {
  font-size: 14px;
  margin-bottom: 10px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .detailInfo .articul strong {
  display: block;
  font-weight: 600;
  margin-top: 5px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .detailInfo .quantity .blocks {
  display: flex;
  margin-top: 10px;
  justify-content: flex-start;
  width: 100%;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .detailInfo .quantity .blocks .block {
  background-color: #D6D6D6;
  border-radius: 1px;
  height: 6px;
  margin-right: 2px;
  width: 10px;
}
.contentWrapper .contentSide .content .goodsInnerInformation .info .detailInfo .quantity .blocks .block.active {
  background-color: #117BF6;
}
.contentWrapper .contentSide .content .phones {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.contentWrapper .contentSide .content .phones .title {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}
.contentWrapper .contentSide .content .phones .icon {
  height: 50px;
  margin-right: 12px;
  width: 50px;
}
.contentWrapper .contentSide .content .phones a {
  color: #000;
  font-size: 32px;
  text-decoration: none;
}
.contentWrapper .contentSide .content .social {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.contentWrapper .contentSide .content .social .title {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}
.contentWrapper .contentSide .content .social img {
  height: 50px;
  margin-right: 10px;
  width: 50px;
}
.contentWrapper .contentSide .content .social span {
  font-size: 14px;
  width: 100%;
}
.contentWrapper .contentSide .content .map {
  border: 1px solid #EAEAEA;
  border-right: 2px;
}
.contentWrapper .contentSide .content .map .info {
  align-self: center;
  background-color: #EAEAEA;
  box-sizing: border-box;
  display: flex;
  flex: 14px;
  justify-content: space-between;
  padding: 20px 15px;
  width: 100%;
}
.contentWrapper .contentSide .content .map .info > div {
  align-self: center;
  display: flex;
}
.contentWrapper .contentSide .content .map .info .address {
  background: url("/images/mapPlaceholder.png") no-repeat center left;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}
.contentWrapper .contentSide .content .map .info .phones {
  background: url("/images/bluePhoneIcon.png") no-repeat center left;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  margin-bottom: 0;
}
.contentWrapper .contentSide .content .map .info .phones a {
  font-size: 14px;
}
.contentWrapper .contentSide .content .map .info .email {
  background: url("/images/emailIcon.png") no-repeat center left;
  font-weight: 600;
  padding-left: 30px;
  height: 25px;
}
.contentWrapper .contentSide .content .map .info .email a {
  color: #000;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}
.contentWrapper .contentSide .content .basket {
  text-align: center;
}
.contentWrapper .contentSide .content .basket .empty {
  background: #F4F4F4;
  border: 1px solid #ECB5B5;
  border-radius: 2px;
  box-sizing: border-box;
  margin: 0 auto;
  mix-blend-mode: normal;
  padding: 50px 40px;
  text-align: center;
  width: 400px;
}
.contentWrapper .contentSide .content .basket .empty .img {
  margin-bottom: 30px;
}
.contentWrapper .contentSide .content .basket .empty .title {
  color: #000;
  font-weight: 500;
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 30px;
  text-align: center;
}
.contentWrapper .contentSide .content .basket .empty .info {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
}
.contentWrapper .contentSide .content .basket .empty .catalog {
  align-items: center;
  background: #D30010;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 15px;
  text-decoration: none;
}
.contentWrapper .contentSide .content .basket .empty .catalog .fas {
  font-size: 20px;
  margin-right: 15px;
}
.contentWrapper .contentSide .content .basket .sections {
  background: #D6D6D6;
  box-sizing: border-box;
  border-radius: 2px;
  display: inline-flex;
  margin: 0 auto 30px auto;
  padding: 1px;
}
.contentWrapper .contentSide .content .basket .sections .section {
  border-radius: 2px;
  background-color: #EAEAEA;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  margin: 0 1px 0 0;
  padding: 0 20px;
}
.contentWrapper .contentSide .content .basket .sections .section:last-of-type {
  margin-right: 0;
}
.contentWrapper .contentSide .content .basket .sections .section.active {
  background-color: #fff;
  margin-right: 0;
  font-weight: 600;
}
.contentWrapper .contentSide .content .basket .sections .section:hover {
  color: #D30010;
}
.contentWrapper .contentSide .content .basket .step {
  display: none;
}
.contentWrapper .contentSide .content .basket .step.active {
  display: block;
}
.contentWrapper .contentSide .content .basket .step .stepTitle {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contentWrapper .contentSide .content .basket .step .stepTable {
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  padding: 0 0 30px 0;
}
.contentWrapper .contentSide .content .basket .step .stepTable > .title {
  border-bottom: 1px solid #D6D6D6;
  background-color: #EAEAEA;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}
.contentWrapper .contentSide .content .basket .step .stepTable input {
  border: 2px solid #949494;
  border-radius: 2px;
  box-sizing: border-box;
  height: 34px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  margin: 0 auto 20px auto;
  max-width: 500px;
  padding: 0 15px;
  width: 100%;
}
.contentWrapper .contentSide .content .basket .step .stepTable input:focus {
  border: 2px solid #117BF6;
}
.contentWrapper .contentSide .content .basket .step .stepTable textarea {
  border: 2px solid #949494;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  height: 122px;
  line-height: 34px;
  margin-bottom: 20px;
  max-width: 500px;
  padding: 10px 15px;
  resize: none;
  width: 100%;
}
.contentWrapper .contentSide .content .basket .step .stepTable textarea:focus {
  border: 2px solid #117BF6;
}
.contentWrapper .contentSide .content .basket .itemsTable {
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
}
.contentWrapper .contentSide .content .basket .itemsTable.deliveryTable {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.contentWrapper .contentSide .content .basket .itemsTable.deliveryTable .row, .contentWrapper .contentSide .content .basket .itemsTable.deliveryTable .header {
  display: flex;
  justify-content: space-between;
}
.contentWrapper .contentSide .content .basket .itemsTable.clientInfo {
  margin: 30px auto 0;
  max-width: 1000px;
  width: 100%;
}
.contentWrapper .contentSide .content .basket .itemsTable .header {
  border-bottom: 1px solid #D6D6D6;
  background-color: #EAEAEA;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  height: 50px;
  padding: 0 15px;
}
.contentWrapper .contentSide .content .basket .itemsTable .header:last-of-type {
  border-bottom: 0;
}
.contentWrapper .contentSide .content .basket .itemsTable .header .column {
  font-weight: 600;
}
.contentWrapper .contentSide .content .basket .itemsTable .column {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  min-height: 50px;
  line-height: 25px;
  text-align: left;
}
.contentWrapper .contentSide .content .basket .itemsTable .column.articul {
  flex-shrink: 0;
  width: 100px;
}
.contentWrapper .contentSide .content .basket .itemsTable .column.articul a {
  color: #000;
  text-decoration: none;
}
.contentWrapper .contentSide .content .basket .itemsTable .column.articul a:hover {
  color: #D30010;
}
.contentWrapper .contentSide .content .basket .itemsTable .column.name {
  flex-grow: 1;
}
.contentWrapper .contentSide .content .basket .itemsTable .column.name a {
  color: #000;
  text-decoration: none;
}
.contentWrapper .contentSide .content .basket .itemsTable .column.name a:hover {
  color: #D30010;
}
.contentWrapper .contentSide .content .basket .itemsTable .column.name .img .emoji .emo {
  margin-right: 10px;
}
.contentWrapper .contentSide .content .basket .itemsTable .column.price {
  flex-shrink: 0;
  text-align: center;
  width: 130px;
}
.contentWrapper .contentSide .content .basket .itemsTable .column.count {
  display: flex;
  flex-shrink: 0;
  text-align: center;
  justify-content: center;
  width: 110px;
}
.contentWrapper .contentSide .content .basket .itemsTable .column.fullPrice {
  flex-shrink: 0;
  width: 100px;
}
.contentWrapper .contentSide .content .basket .itemsTable .column.remove {
  flex-shrink: 0;
  width: 20px;
}
.contentWrapper .contentSide .content .basket .itemsTable .column.remove span {
  cursor: pointer;
}
.contentWrapper .contentSide .content .basket .itemsTable .column.deliveryType, .contentWrapper .contentSide .content .basket .itemsTable .column.deliveryTime {
  width: 40%;
}
.contentWrapper .contentSide .content .basket .itemsTable .column.deliveryPrice {
  width: 20%;
}
.contentWrapper .contentSide .content .basket .itemsTable .column.columnName {
  font-size: 12px;
  width: 50%;
}
.contentWrapper .contentSide .content .basket .itemsTable .column.columnValue {
  font-size: 12px;
  font-weight: 400 !important;
}
.contentWrapper .contentSide .content .basket .itemsTable .column label {
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.contentWrapper .contentSide .content .basket .itemsTable .column input[type=radio] {
  display: block;
  height: 50px;
  margin: 0 5px 0 0;
}
.contentWrapper .contentSide .content .basket .itemsTable .row {
  border-bottom: 1px solid #D6D6D6;
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  font-family: "PT Sans", sans-serif;
  min-height: 50px;
  padding: 0 15px;
}
.contentWrapper .contentSide .content .basket .itemsTable .row:last-of-type {
  border-bottom: 0;
}
.contentWrapper .contentSide .content .basket .itemsTable .row.gray {
  filter: grayscale(100%);
}
.contentWrapper .contentSide .content .basket .itemsTable .row .column {
  font-weight: 600;
}
.contentWrapper .contentSide .content .basket .itemsTable .row .articul {
  font-weight: 400;
}
.contentWrapper .contentSide .content .basket .itemsTable .row .name {
  align-items: center;
  display: flex;
}
.contentWrapper .contentSide .content .basket .itemsTable .row .name img {
  margin-right: 10px;
  height: 35px;
  width: 35px;
}
.contentWrapper .contentSide .content .basket .itemsTable .row .count {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.contentWrapper .contentSide .content .basket .itemsTable .row .count .block {
  align-items: center;
  border: 1px solid #949494;
  border-radius: 2px;
  display: flex;
  height: 35px;
  line-height: 35px;
  text-align: center;
  overflow: hidden;
  position: relative;
  width: 77.5px;
}
.contentWrapper .contentSide .content .basket .itemsTable .row .count .block input {
  border: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.contentWrapper .contentSide .content .basket .itemsTable .row .count .block span {
  box-sizing: border-box;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  right: 10px;
  width: 25px;
}
.contentWrapper .contentSide .content .basket .itemsTable .row .count .block span:before {
  content: "из";
  position: absolute;
  left: -10.5px;
}
.contentWrapper .contentSide .content .basket .itemsTable .row .selectedImage {
  cursor: pointer;
  justify-content: center;
}
.contentWrapper .contentSide .content .basket .itemsTable .row .selectedImage .emoji {
  text-align: center;
}
.contentWrapper .contentSide .content .basket .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.contentWrapper .contentSide .content .basket .buttons .button {
  font-size: 14px;
  display: flex;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  padding: 0 20px;
}
.contentWrapper .contentSide .content .basket .buttons .button.prev {
  border: 1px solid #117BF6;
  border-radius: 2px;
  color: #117BF6;
  cursor: pointer;
}
.contentWrapper .contentSide .content .basket .buttons .button.prev:hover {
  color: #4098FF;
}
.contentWrapper .contentSide .content .basket .buttons .button.prev:active {
  color: #076BDF;
}
.contentWrapper .contentSide .content .basket .buttons .button.next {
  background-color: #D30010;
  color: #fff;
  cursor: pointer;
}
.contentWrapper .contentSide .content .basket .buttons .button.next:hover {
  background-color: #EA1929;
}
.contentWrapper .contentSide .content .basket .buttons .button.next:active {
  background-color: #BC000E;
}
.contentWrapper .contentSide .rightSideMenu {
  align-self: flex-start;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-basis: 25%;
  margin: 0 0 0 15px;
  padding: 0;
}
.contentWrapper .contentSide .rightSideMenu ul.sections {
  margin: 0;
  padding: 0;
}
.contentWrapper .contentSide .rightSideMenu ul.sections > li {
  border-bottom: 1px solid #D6D6D6;
  list-style: none;
  position: relative;
}
.contentWrapper .contentSide .rightSideMenu ul.sections > li:last-of-type {
  border-bottom: 0;
}
.contentWrapper .contentSide .rightSideMenu ul.sections > li:hover > a, .contentWrapper .contentSide .rightSideMenu ul.sections > li:hover > span {
  background-color: #EAEAEA;
}
.contentWrapper .contentSide .rightSideMenu ul.sections > li.show .subSections, .contentWrapper .contentSide .rightSideMenu ul.sections > li.active .subSections {
  display: block;
  height: auto;
}
.contentWrapper .contentSide .rightSideMenu ul.sections > li.show > a, .contentWrapper .contentSide .rightSideMenu ul.sections > li.show > span, .contentWrapper .contentSide .rightSideMenu ul.sections > li.active > a, .contentWrapper .contentSide .rightSideMenu ul.sections > li.active > span {
  background-color: #EAEAEA;
}
.contentWrapper .contentSide .rightSideMenu ul.sections > li.show > a .fas, .contentWrapper .contentSide .rightSideMenu ul.sections > li.show > span .fas, .contentWrapper .contentSide .rightSideMenu ul.sections > li.active > a .fas, .contentWrapper .contentSide .rightSideMenu ul.sections > li.active > span .fas {
  transform: translateY(-50%) rotate(90deg);
}
.contentWrapper .contentSide .rightSideMenu ul.sections > li > a, .contentWrapper .contentSide .rightSideMenu ul.sections > li > span {
  color: #000;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  font-size: 16px;
  padding: 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.contentWrapper .contentSide .rightSideMenu ul.sections > li > a .fas, .contentWrapper .contentSide .rightSideMenu ul.sections > li > span .fas {
  left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
}
.contentWrapper .contentSide .rightSideMenu ul.sections > li .subSections {
  box-sizing: border-box;
  display: none;
  height: 0;
  margin: 0;
  padding: 0 0 0 0;
  width: 100%;
}
.contentWrapper .contentSide .rightSideMenu ul.sections > li .subSections > li {
  list-style: none;
}
.contentWrapper .contentSide .rightSideMenu ul.sections > li .subSections > li:hover a, .contentWrapper .contentSide .rightSideMenu ul.sections > li .subSections > li.active a {
  color: #D30010;
  background-color: #EAEAEA;
  font-weight: 300;
}
.contentWrapper .contentSide .rightSideMenu ul.sections > li .subSections > li.active a {
  font-weight: 400;
}
.contentWrapper .contentSide .rightSideMenu ul.sections > li .subSections > li > a {
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 10px 10px 25px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.contentWrapper .crumbs {
  align-items: center;
  align-self: flex-start;
  background: #EBEBEB;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  margin: 15px 0;
  min-height: 50px;
  padding: 0 10px;
  width: 100%;
}
.contentWrapper .crumbs a, .contentWrapper .crumbs span {
  color: #000;
  font-size: 14px;
  position: relative;
  text-decoration: none;
}
.contentWrapper .crumbs a:after {
  color: #929292;
  content: "/";
  margin: 0 5px;
}
.contentWrapper .crumbs span {
  color: #889292;
}

.footer {
  margin-top: 45px;
}
.footer .menu {
  display: flex;
  flex-direction: row;
  background: #EAEAEA;
  padding: 30px 10px;
}
.footer .menu a.logo {
  margin-right: 20px;
  width: 250px;
}
.footer .menu a.logo img {
  height: auto;
  max-width: 250px;
}
.footer .menu .contactInfo {
  margin-right: 50px;
  width: 350px;
}
.footer .menu .contactInfo .smallHeader {
  color: #000;
  font-size: 22px;
  margin-bottom: 12px;
}
.footer .menu .contactInfo p, .footer .menu .contactInfo a {
  color: #4A4A4A;
  font-size: 14px;
  margin: 0 0 5px 0;
  text-decoration: none;
}
.footer .menu .sections {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  justify-content: flex-end;
}
.footer .menu .sections .section {
  margin-left: 50px;
  min-width: 200px;
}
.footer .menu .sections .section .smallHeader {
  color: #000;
  font-size: 22px;
  margin-bottom: 12px;
}
.footer .menu .sections .section a {
  color: #4A4A4A;
  display: block;
  font-size: 14px;
  margin: 0 0 5px 0;
  text-decoration: none;
}
.footer .menu .sections .section a.active, .footer .menu .sections .section a:hover {
  color: #D30010;
}
.footer .social {
  background: #1A1A1A;
  display: flex;
  flex-direction: row;
  padding: 40px 10px;
}
.footer .social .buttons {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  margin-left: 270px;
}
.footer .social .buttons a {
  height: 50px;
  margin-right: 12px;
  text-decoration: none;
  width: 50px;
}
.footer .social .buttons a img {
  height: auto;
  max-width: 50px;
}
.footer .social .buttons span {
  color: #ADADAD;
  font-size: 14px;
}
.footer .social .ckp {
  align-items: center;
  display: flex;
  flex-direction: row;
  width: 200px;
}
.footer .social .ckp a {
  height: 50px;
  margin-right: 12px;
  text-decoration: none;
  width: 50px;
}
.footer .social .ckp a img {
  height: auto;
  max-width: 50px;
}
.footer .social .ckp span {
  color: #ADADAD;
  font-size: 14px;
}

/*# sourceMappingURL=site.css.map */
