@font-face {
  font-family: RobotoB;
  src: url("../fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: RobotoL;
  src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: RobotoM;
  src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: RobotoR;
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: PeIcon;
  src: url("../fonts/Pe-icon-7-stroke.ttf");
}
@font-face {
  font-family: LifeHack;
  src: url("../fonts/Lifehack.ttf");
}
@font-face {
  font-family: DearType;
  src: url("../fonts/DearType - Lifehack.otf");
}
button:focus, button:active, input:focus, input:active, textarea:focus, textarea:active {
  outline: none !important;
}

a, button, input, textarea {
  -webkit-transition: 0.25s;
          transition: 0.25s;
}

div:focus {
  outline: none;
}

a:hover, a:focus {
  text-decoration: none;
}

@-webkit-keyframes scrollRun {
  from {
    top: 5px;
  }
  to {
    top: 20px;
  }
}

@keyframes scrollRun {
  from {
    top: 5px;
  }
  to {
    top: 20px;
  }
}
@-webkit-keyframes blinkTop {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes blinkTop {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes blinkBottom {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes blinkBottom {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0);
  }
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
header {
  position: relative;
}
/*.contactsBody header .topBlockOfHeader {
  background: url(../images/woodBg.png) 50% 50% no-repeat;
  background-size: cover;
}*/
header .topBlockOfHeader {
  background-color: #085367;
  position: relative;
  padding: 3px 0 6px;
}
header .topBlockOfHeader:before {
  content: '';
  position: absolute;
  bottom: 2px;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #e3e3e3;
}
header .topBlockOfHeader .phoneBlock {
  float: left;
  display: inline-block;
  font-family: RobotoR;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  position: relative;
  padding-left: 26px;
  margin-right: 20px;
}
header .topBlockOfHeader .phoneBlock:before {
  content: '\e670';
  font-family: PeIcon;
  font-size: 19px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0px;
}
header .topBlockOfHeader .workTimeBLock {
  float: left;
  display: inline-block;
  font-family: RobotoR;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  position: relative;
  padding-left: 26px;
  margin-right: 22px;
  letter-spacing: -0.5px;
}
header .topBlockOfHeader .workTimeBLock:before {
  content: '\e66b';
  font-family: PeIcon;
  font-size: 19px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0px;
}
header .topBlockOfHeader .emailBlock {
  float: left;
  display: inline-block;
  font-family: RobotoR;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  position: relative;
  padding-left: 26px;
  margin-right: 20px;
}
header .topBlockOfHeader .emailBlock:before {
  content: '\e629';
  font-family: PeIcon;
  font-size: 19px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0px;
}
header .userActionBlock {
  float: right;
}
header .userActionBlock a {
  font-family: RobotoR;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
header .userActionBlock a:before {
  font-family: PeIcon;
  left: 0;
  color: #fff;
  position: absolute;
}
header .userActionBlock a:hover {
  opacity: .5;
}
header .userActionBlock a:first-child {
  margin-right: 10px;
}
header .userActionBlock .enterA:before {
  content: '\e6a9';
  font-size: 21px;
}
header .userActionBlock .registrationA:before {
  content: '\e69d';
  font-size: 17px;
}
header .blockWithLanguages {
  float: right;
  margin-right: 34px;
}
header .blockWithLanguages .buttonWithLanguages {
  font-family: RobotoR;
  font-size: 11px;
  line-height: 30px;
  color: #fff;
  border: none;
  background-color: transparent;
  padding: 0;
}
header .blockWithLanguages .buttonWithLanguages:after {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 11px;
  margin-left: 10px;
  color: #fff;
}
header .blockWithLanguages .buttonWithLanguages:focus {
  outline: none;
  background-color: transparent;
}
header .blockWithLanguages .buttonWithLanguages:hover {
  opacity: .5;
}
header .blockWithLanguages .dropdown-menu a {
  font-family: RobotoR;
}
header .blockWithLanguages .dropdown-menu a:hover {
  color: #fff;
  background-color: #085367;
}
header .middleBlockOfHeader {
  background-color: #fff;
  position: relative;
}
header .middleBlockOfHeader .blockWithLogo {
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 103px;
  top: -26px;
  z-index: 1;
}
header .middleBlockOfHeader .blockWIthSearch {
  float: right;
  border-left: 2px solid #898989;
  padding-left: 15px;
  cursor: pointer;
  position: relative;
  margin-top: 20px;
}
header .middleBlockOfHeader .blockWIthSearch i {
  color: #1a6072;
  font-size: 17px;
  -webkit-transition: 0.25s;
          transition: 0.25s;
}
header .middleBlockOfHeader .blockWIthSearch i:hover {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .middleBlockOfHeader .blockWIthSearch .hiddenSearchBlock {
  display: none;
  position: absolute;
  top: 125%;
  right: 0;
  padding: 15px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 7px 20px 2px #71777d;
  z-index: 9;
  width: 262px;
}
header .middleBlockOfHeader .blockWIthSearch .hiddenSearchBlock input {
  border: 1px solid #085367;
  border-right: none;
  font-family: RobotoR;
  font-size: 14px;
  color: #222;
  padding: 5px 10px;
  float: left;
  width: 200px;
}
header .middleBlockOfHeader .blockWIthSearch .hiddenSearchBlock button {
  float: left;
  width: 32px;
  height: 32px;
  border: 1px solid #085367;
  background-color: #fff;
  position: relative;
  text-align: center;
}
header .middleBlockOfHeader .blockWIthSearch .hiddenSearchBlock button:before {
  content: '\f002';
  font-family: FontAwesome;
  font-size: 18px;
  color: #1a6072;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  margin: 0 auto;
}
header .middleBlockOfHeader .blockWIthSearch .hiddenSearchBlock button:hover {
  background-color: #1a6072;
}
header .middleBlockOfHeader .blockWIthSearch .hiddenSearchBlock button:hover:before {
  color: #fff;
}
header .middleBlockOfHeader .blockWithBasket {
  position: relative;
  display: inline-block;
  float: right;
}
header .middleBlockOfHeader .blockWithBasket .blockWIthInfo {
  float: right;
  background: url("../images/headerIconCart.png"), url("../images/headerIconArrow.png");
  background-position: 50% 50%, 100% 50%;
  background-repeat: no-repeat;
  padding-right: 37px;
  margin-right: 15px;
  cursor: pointer;
  margin-top: 20px;
}
header .middleBlockOfHeader .blockWithBasket .blockWIthInfo span {
  font-family: RobotoR;
  font-size: 13px;
  color: #222;
}
header .middleBlockOfHeader .blockWithBasket:hover .blockWIthInfo {
  opacity: .5;
}
header .bottomBlockOfHeader {
  width: 100%;
  height: 11px;
  background-color: #085367;
  position: relative;
}
header .bottomBlockOfHeader:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  height: 1px;
  background-color: #e3e3e3;
}
header .blockWithSubMenu {
  position: absolute;
  top: 100%;
  width: 100%;
  display: inline-block;
  height: calc(100vh - 115px);
  z-index: 9;
  background: #fff url("../images/submenuBg.png") 50% 50% no-repeat;
  background-size: cover;
  padding: 30px 0;
  display: none;
}
header .blockWithSubMenu .grid {
  height: calc(100vh - 175px) !important;
  overflow-y: scroll;
}
header .blockWithSubMenu .submenu {
  opacity: 0;
  padding: 0;
  width: 24.3%;
  display: inline-block;
  margin-bottom: 21px;
}
header .blockWithSubMenu .submenu li {
  list-style-type: none;
  padding-right: 15px;
}
header .blockWithSubMenu .submenu li a {
  font-family: RobotoR;
  font-size: 16px;
  color: #808080;
  display: inline-block;
  padding: 3px 38px 3px 18px;
  border-radius: 6px;
}
header .blockWithSubMenu .submenu li a:hover {
  background-color: #f9f9f9;
  color: #054758;
}
header .blockWithSubMenu .submenu .titleCategory {
  padding-left: 18px;
  margin-bottom: 22px;
}
header .blockWithSubMenu .submenu .titleCategory a {
  font-family: RobotoM;
  font-size: 18px;
  text-decoration: underline;
  color: #085367;
  padding: 0;
}
header .blockWithSubMenu .submenu .titleCategory a:hover {
  background-color: transparent;
  opacity: .5;
}
header .blockWithNavigation {
  float: left;
  width: 75%;
}
header .blockWithNavigation > ul {
  padding: 0;
  margin: 0;
}
header .blockWithNavigation > ul > li {
  float: left;
  list-style-type: none;
  position: relative;
}
header .blockWithNavigation > ul > li:nth-last-of-type(-n+2) {
  float: right;
}
header .blockWithNavigation > ul > li:first-child a {
  padding-left: 0;
}
header .blockWithNavigation > ul > li:nth-last-of-type(2) a {
  padding-right: 0;
}
header .blockWithNavigation > ul > li > a {
  font-family: RobotoR;
  font-size: 16px;
  color: #222;
  padding: 21px 25px;
  display: inline-block;
}
header .blockWithNavigation > ul > li > a:hover {
  opacity: .5;
}
header .blockWithNavigation > ul > li.subMenuLi > a:after {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 16px;
  color: #222;
  margin-left: 5px;
  position: absolute;
}

.hiddenCartBlock {
  display: none;
  position: absolute;
  top: 188%;
  right: -50px;
  width: 293px;
  background-color: #fff;
  border-radius: 4px;
  z-index: 10;
  box-shadow: 1px 1px 15px #636363;
}
.hiddenCartBlock .topBlock {
  padding: 0;
  margin: 0;
  max-height: 265px;
  overflow: hidden;
}
.hiddenCartBlock .topBlock li {
  list-style-type: none;
  width: 100%;
  display: inline-block;
  padding: 15px;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}
.hiddenCartBlock .topBlock .blockWIthImage {
  float: left;
  display: table;
  border: 2px solid #d7d7d7;
  width: 54px;
  height: 54px;
  overflow: hidden;
}
.hiddenCartBlock .topBlock .blockWIthImage a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.hiddenCartBlock .topBlock .blockWIthImage a:hover {
  -webkit-transform: scale(1.1) rotate(10deg);
      -ms-transform: scale(1.1) rotate(10deg);
          transform: scale(1.1) rotate(10deg);
}
.hiddenCartBlock .topBlock .blockWIthImage img {
  max-width: 50px;
  max-height: 50px;
}
.hiddenCartBlock .topBlock .descriptionProductBlock {
  float: left;
  padding-left: 13px;
}
.hiddenCartBlock .topBlock .descriptionProductBlock .productText {
  font-family: RobotoR;
  font-size: 14.67px;
  color: #303030;
  display: inline-block;
  margin: 7px 0 2px;
}
.hiddenCartBlock .topBlock .descriptionProductBlock .productText:hover {
  opacity: .5;
}
.hiddenCartBlock .topBlock .descriptionProductBlock .blockOfNumberOfProduct {
  color: #d7d7d7;
  font-size: 11px;
}
.hiddenCartBlock .topBlock .descriptionProductBlock .blockOfNumberOfProduct span {
  font-family: RobotoR;
  font-size: 12.71px;
  color: #303030;
}
.hiddenCartBlock .topBlock .descriptionProductBlock .blockOfNumberOfProduct .numbersOfProduct {
  margin-right: 10px;
}
.hiddenCartBlock .topBlock .descriptionProductBlock .blockOfNumberOfProduct .priceOfProduct {
  margin-left: 10px;
}
.hiddenCartBlock .topBlock .close {
  position: absolute;
  background-color: #d7d7d7;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  top: calc(50% - 10px);
  right: 15px;
  opacity: 1;
  text-shadow: none;
  -webkit-transition: 0.25s;
          transition: 0.25s;
}
.hiddenCartBlock .topBlock .close:before {
  content: '\f00d';
  font-family: FontAwesome;
  font-size: 11px;
  color: #fff;
  font-weight: 300;
  /*vertical-align: 4.5px;*/
  display: block;
  line-height: 20px;
}
.hiddenCartBlock .topBlock .close:hover {
  background-color: #e20f00;
}
.hiddenCartBlock .bottomBlock {
  padding: 7px 15px 21px;
}
.hiddenCartBlock .bottomBlock .totalCartPrice {
  font-family: RobotoR;
  font-size: 12.71px;
  color: #808080;
  line-height: 28px;
}
.hiddenCartBlock .bottomBlock .totalCartPrice p {
  font-family: RobotoB;
  font-size: 20.39px;
  color: #303030;
  display: inline-block;
  float: right;
}
.hiddenCartBlock .bottomBlock .submitButton {
  width: 100%;
  font-family: RobotoR;
  font-size: 16.39px;
  border: 2px solid #31b404;
  background-color: #31b404;
  color: #fff;
  border-radius: 4px;
  padding: 5px 0 6px;
}
.hiddenCartBlock .bottomBlock .submitButton:hover {
  background-color: #66c745;
  border-color: #66c745;
  border-bottom-color: #57a93b;
}
.hiddenCartBlock .bottomBlock .submitButton:focus {
  background-color: #2a9903;
  border-color: #2a9903;
  border-top-color: #248203;
  color: #cae5c0;
}
.empty-basket {
    padding: 40px 25px 20px;
}
.empty-basket .title {
    text-align: left;
    position: relative;
    padding-left: 60px;
    font-size: 17px;
    font-family: RobotoB;
    margin: 0 0 15px;
    line-height: 20px;
}
.empty-basket .title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 40px;
    background: url(../images/shopping-basket.png) no-repeat center;
    background-size: contain;
}
.empty-basket p {
    font-size: 14px;
    text-align: left;
}
.empty-basket p a {
    color: #31b404;
    font-size: 14px;
}
.blockWithProductsInBasket .empty-basket {
  text-align: center;
  padding: 0;
}
.blockWithProductsInBasket .empty-basket .title {
  text-align: center;
  padding: 0;
}
.blockWithProductsInBasket .empty-basket .title:before{
  display: inline-block;
  position: static;
  vertical-align: -15px;
  margin-right: 10px;
}
.blockWithProductsInBasket .empty-basket p {
  text-align: center;
}


.nicescroll-rails {
  opacity: 0 !important;
}

.opacityZero {
  opacity: 1 !important;
}

.leftAsideMenu .mainUl {
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}
.leftAsideMenu .mainUl li {
  list-style-type: none;
}
.leftAsideMenu .mainUl > li {
  font-family: RobotoR;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}
.leftAsideMenu .mainUl > li span {
  background-color: #085367;
  padding: 16px 45px 13px 29px;
  border-bottom: 2px solid #074b5d;
  border-top: 2px solid #1a6072;
  display: inline-block;
  width: 100%;
  position: relative;
  line-height: 19px;
}
.leftAsideMenu .mainUl > li span:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 26px;
  color: #84a9b3;
  position: absolute;
  right: 19px;
  top: calc(50% - 13px);
  line-height: 1;
  -webkit-transition: 0.25s;
          transition: 0.25s;
}
.leftAsideMenu .mainUl > li span.active:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #1c8336;
}
.leftAsideMenu .mainUl > li:hover span:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.leftAsideMenu .mainUl .secondMenu {
  /*display: none;*/
  padding: 0;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
}
.leftAsideMenu .mainUl .secondMenu a {
  display: inline-block;
  width: 100%;
  font-family: RobotoR;
  font-size: 14px;
  color: #4d4d4d;
  padding: 10px 45px 10px 29px;
}
.leftAsideMenu .mainUl .secondMenu a:hover {
  background-color: #31b404;
  color: #fff;
  padding-left: 43px;
}
.leftAsideMenu .mainUl .secondMenu a.active {
  background-color: #31b404;
  color: #fff;
  padding-left: 43px;
}

.hamburgerMenu {
  display: none;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 0;
  width: 96px;
  width: 50px;
  height: 96px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
  background-color: transparent;
}
.hamburgerMenu.is-active span {
  background: 0 0;
}
.hamburgerMenu.is-active span:before, .hamburgerMenu.is-active span:after {
  -webkit-transition-delay: 0s,.3s;
  transition-delay: 0s,.3s;
}
.hamburgerMenu.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburgerMenu.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburgerMenu span {
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  height: 6px;
  background: #085367;
  border-radius: 8px;
}
.hamburgerMenu span:before, .hamburgerMenu span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #085367;
  content: "";
  -webkit-transition-duration: .3s,.3s;
  transition-duration: .3s,.3s;
  -webkit-transition-delay: .3s,0s;
  transition-delay: .3s,0s;
  border-radius: 8px;
}
.hamburgerMenu span:before {
  top: -15px;
  -webkit-transition-property: top,-webkit-transform;
  transition-property: top,transform;
}
.hamburgerMenu span:after {
  bottom: -15px;
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform;
}

.sectionOfBanner {
  position: relative;
  background: url("../images/secondBannerBackground.png") 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
}
.sectionOfBanner .layer1 {
  width: 10.773%;
  height: 24.881%;
  left: 9% !important;
  top: 9% !important;
  background: url(../images/layer1.png) 50% 50% no-repeat;
  background-size: contain;
}
.sectionOfBanner .layer2 {
  width: 8.8288%;
  height: 22.01%;
  left: 28% !important;
  top: 5% !important;
  background: url(../images/layer2.png) 50% 50% no-repeat;
  background-size: contain;
}
.sectionOfBanner .layer3 {
  width: 11.771%;
  height: 25.12%;
  left: 57% !important;
  top: 7% !important;
  background: url(../images/layer3.png) 50% 50% no-repeat;
  background-size: contain;
}
.sectionOfBanner .layer4 {
  width: 12.349%;
  height: 28.47%;
  left: 81% !important;
  top: 3% !important;
  background: url(../images/layer4.png) 50% 50% no-repeat;
  background-size: contain;
}
.sectionOfBanner .layer6 {
  width: 11.193%;
  height: 26.228%;
  left: 18% !important;
  top: 32% !important;
  background: url(../images/layer6.png) 50% 50% no-repeat;
  background-size: contain;
}
.sectionOfBanner .layer7 {
  width: 13.19%;
  height: 25.838%;
  left: 68% !important;
  top: 37% !important;
  background: url(../images/layer7.png) 50% 50% no-repeat;
  background-size: contain;
}
.sectionOfBanner .layer8 {
  width: 7.0945%;
  height: 16.15%;
  left: 11% !important;
  top: 75% !important;
  background: url(../images/layer8.png) 50% 50% no-repeat;
  background-size: contain;
}
.sectionOfBanner .layer9 {
  width: 9.8799%;
  height: 23.805%;
  left: 28% !important;
  top: 64% !important;
  background: url(../images/layer9.png) 50% 50% no-repeat;
  background-size: contain;
}
.sectionOfBanner .layer10 {
  width: 11.666%;
  height: 19.858%;
  left: 61% !important;
  top: 75% !important;
  background: url(../images/layer10.png) 50% 50% no-repeat;
  background-size: contain;
}
.sectionOfBanner .layer11 {
  width: 11.193%;
  height: 25.599%;
  left: 83% !important;
  top: 63% !important;
  background: url(../images/layer11.png) 50% 50% no-repeat;
  background-size: contain;
}
.sectionOfBanner .scroll {
  margin: 0 auto;
  width: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
}
.sectionOfBanner .scroll .oval {
  width: 20px;
  height: 37px;
  border: 1px solid #fff;
  border-radius: 9px;
  margin-bottom: 0;
  position: relative;
}
.sectionOfBanner .scroll .oval_dot {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1px;
  height: 2px;
  width: 2px;
  background-color: #fff;
  -webkit-animation: scrollRun 1.5s infinite;
          animation: scrollRun 1.5s infinite;
}
.sectionOfBanner .scroll .fa:first-of-type {
  -webkit-animation: blinkTop 1s infinite;
          animation: blinkTop 1s infinite;
  color: #fff;
  position: relative;
  top: -5px;
}
.sectionOfBanner .scroll .fa:first-of-type:before {
  content: '';
  height: 12px;
  width: 12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sectionOfBanner .scroll .fa:last-of-type {
  opacity: 0;
  -webkit-animation: blinkBottom 1s infinite;
          animation: blinkBottom 1s infinite;
  color: #fff;
  position: relative;
  top: -15px;
}
.sectionOfBanner .scroll .fa:last-of-type:before {
  content: '';
  height: 12px;
  width: 12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sectionOfAssortment {
  background: url("../images/assortmentBg.png") 50% 50% no-repeat;
  background-size: cover;
  padding: 76px 0 80px;
}
.sectionOfAssortment .blockWithBoard {
  background: url("../images/board.png") 50% 50% no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 100%;
  padding: 80px 85px;
}
.sectionOfAssortment .blockWithBoard .hackTitle {
  font-family: DearType;
  font-size: 36.76px;
  color: rgba(255, 255, 255, 0.15);
  text-align: center;
  -webkit-text-stroke: 0 rgba(255, 255, 255, 0.6);
  background-image: url(../images/textBg.png);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  position: relative;
  margin-top: 56px;
}
.sectionOfAssortment .blockWithBoard .hackTitle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  background: url("../images/crone.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 232px;
  margin: 0 auto;
}
.sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction {
  font-family: DearType;
  display: inline-block;
  margin: 60px 0 20px;
}
.sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction .titleOfUl {
  font-size: 22.76px;
  color: rgba(255, 255, 255, 0.15);
  -webkit-text-stroke: 0 rgba(255, 255, 255, 0.6);
  background-image: url(../images/textBg.png);
  background-position: 50% 50%;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  margin-bottom: 20px;
}
.sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction .blockWithAssortment {
  padding-left: 60px;
  overflow: hidden;
  background-position: 3% 8% !important;
  background-repeat: no-repeat !important;
  margin-bottom: 10px;
}
.sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction .bakaleyaBlock {
  background: url("../images/bakaleyaImg.png");
}
.sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction .bredBlock {
  background: url("../images/bredImg.png");
}
.sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction .milkBlock {
  background: url("../images/milkImg.png");
}
.sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction .beafBlock {
  background: url("../images/beafImg.png");
}
.sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction .vegetablesBlock {
  background: url("../images/vegetablesImg.png");
}
.sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction .fishBlock {
  background: url("../images/fishImg.png");
}
.sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction .fastfoodBlock {
  background: url("../images/fastfoodImg.png");
}
.sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction .japanBlock {
  background: url("../images/japanImg.png");
}
.sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction ul {
  padding: 0;
}
.sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction ul li {
  list-style-type: none;
}
.sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction ul li a {
  font-family: RobotoM;
  font-size: 14.76px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.15);
  -webkit-text-stroke: 0 rgba(255, 255, 255, 0.6);
  background-image: url(../images/textBg.png);
  background-position: 50% 20%;
  -moz-background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  display: inline-block;
}
.sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

.sectionOfSpecialOffer {
  background: url("../images/woodBg.png") 50% 50% no-repeat;
  background-size: cover;
  padding: 81px 0 80px;
  overflow: hidden;
}
.sectionOfSpecialOffer .insidePaperBLock {
  background: url("../images/paperBg.png") 50% 50% no-repeat;
  background-size: 100% 100%;
  padding: 25px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.sectionOfSpecialOffer .insidePaperBLock .infoBlock {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
/*.sectionOfSpecialOffer .insidePaperBLock .infoBlock.newProduct:before {
  content: 'new';
  font-family: RobotoB;
  font-size: 8px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  background-color: #31b404;
  border-radius: 4px;
  padding: 4px 5px 4px 7px;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 37px;
}*/
.sectionOfSpecialOffer .insidePaperBLock .infoBlock.newProduct .productStatus {
  font-family: RobotoB;
  font-size: 8px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  background-color: #31b404;
  position: absolute;
  top: 10px;
  right: -30px;
  padding: 5px 35px;
  transform: rotate(45deg);
  z-index: 9;
}
.sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithImg {
  display: table;
  overflow: hidden;
  width: 100%;
  height: 300px;

  height: 220px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithImg a {
  display: table-cell;
  vertical-align: middle;
}
.sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithImg a:focus {
  outline: none;
}
.sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithImg img {
  margin: 0 auto;
  max-height: 290px;
  max-width: 300px;

  max-height: 210px;
  max-width: 220px;
}
.sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithOfferDescrp {
  text-align: left;
  padding: 0 20px;
  height: 74px;

  height: 85px;
  overflow: hidden;
  margin-bottom: 10px;
}
.sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithOfferDescrp a {
  font-family: RobotoR;
  font-size: 18px;
  line-height: 24.73px;
  color: #2c2c2c;

  font-size: 15px;
  line-height: 17px;
}
.sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithOfferDescrp a:hover {
  color: #31b404;
}
.sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithOfferDescrp a:focus {
  outline: none;
}
.sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithOfferDescrp span {
  display: inline-block;
  width: 100%;
  font-family: RobotoR;
  font-size: 14px;
  color: #9fa3a7;
  margin-top: 5px;
}
.sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithPrice {
  display: inline-block;
  width: 100%;
  padding: 0 20px 17px;
}
.sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithPrice .pricesBlock {
  display: inline-block;
  float: left;

  width: 100%;
  text-align: center;
}
.sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithPrice .pricesBlock p {
  float: left;
  display: inline-block;
  font-family: RobotoR;
  margin-bottom: 0;
  line-height: 20px;

  float: none;
}
.sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithPrice .productButton {
  width: 100%;
  margin-top: 10px;
}
.productButton.added {
	color: transparent;
}
.sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithPrice .pricesBlock .oldPrice {
  font-size: 16px;
  color: #9fa3a7;
  text-decoration: line-through;
  margin-right: 10px;
}
.sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithPrice .pricesBlock .newPrice {
  font-size: 22.17px;
  color: #242424;
}
.sectionOfSpecialOffer .specialOfferCarousel .slick-arrow {
  border: none;
  background-color: transparent;
  position: absolute;
  top: calc(50% - 61px);
  z-index: 9;
}
.sectionOfSpecialOffer .specialOfferCarousel .slick-arrow:before {
  font-family: PeIcon;
  color: #fff;
  opacity: .36;
  font-size: 110px;
}
.sectionOfSpecialOffer .specialOfferCarousel .slick-arrow:hover:before {
  opacity: 1;
}
.sectionOfSpecialOffer .specialOfferCarousel .slick-prev {
  left: -10%;
}
.sectionOfSpecialOffer .specialOfferCarousel .slick-prev:before {
  content: '\e686';
}
.sectionOfSpecialOffer .specialOfferCarousel .slick-next {
  right: -10%;
}
.sectionOfSpecialOffer .specialOfferCarousel .slick-next:before {
  content: '\e684';
}

.sectionTitle {
  font-family: RobotoR;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  width: 92%;
  padding-bottom: 9px;
  border-bottom: 3px solid rgba(241, 241, 241, 0.64);
  margin: 0 0 55px;
}
.sectionTitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 44px;
  background-color: #31b404;
}

.sectionTitleBlock {
  position: relative;
  display: inline-block;
  width: 100%;
}

.sectionTitleBlock .slick-dots {
  position: absolute;
  right: 0;
  top: 25px;
  padding: 0;
  margin: 0;
}
.sectionTitleBlock .slick-dots li {
  list-style-type: none;
  float: left;
}
.sectionTitleBlock .slick-dots li button {
  border: none;
  background-color: #d7bdad;
  color: transparent;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  margin: 0 6.5px;
}
.sectionTitleBlock .slick-dots li button:hover {
  background-color: #31b404;
}
.sectionTitleBlock .slick-dots li.slick-active button {
  background-color: #31b404;
}

.productButton {
  float: right;
  font-family: RobotoR;
  font-size: 14px;
  color: #fff;
  background-color: #31b404;
  border: 2px solid #31b404;
  border-radius: 4px;
  padding: 3px 13px 3px 14px;
  position: relative;
}
.productButton:hover {
  background-color: #66c745;
  border-color: #66c745;
  border-bottom-color: #57a93b;
}
.productButton:focus {
  background-color: #2a9903;
  border-color: #2a9903;
  border-top-color: #248203;
  color: #cae5c0;
}
.productButton.added:before {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 16.79px;
  color: #fff;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sectionOfReviews {
  position: relative;
  overflow: hidden;
  background-color: #ebebeb;
  background-image: url("../images/napkinImg.png");
  background-repeat: no-repeat;
  background-position: 0% 90%;
  padding: 56px 0 77px;
}
.sectionOfReviews .reviewsTitleBlock .specOfferTitle {
  color: #676767;
  border-color: #f1f1f1;
  margin: 0;
}
.sectionOfReviews .reviewsTitleBlock .specOfferTitle:before {
  background-color: #676767;
}
.sectionOfReviews .reviewsDots li button {
  background-color: #676767;
}
.sectionOfReviews .reviewsItem {
  text-align: center;
  padding: 78px 90px 0;
  position: relative;
}
.sectionOfReviews .reviewsItem .insideBlock {
  display: inline-block;
  text-align: center;
}
.sectionOfReviews .reviewsItem:before {
  content: '\f10e';
  font-family: FontAwesome;
  font-size: 24px;
  color: #2a2a2a;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sectionOfReviews .reviewsItem .reviewDescription {
  font-family: RobotoR;
  font-size: 14px;
  line-height: 21px;
  color: #676767;
  margin-bottom: 24px;
}
.sectionOfReviews .reviewsItem .blockWithAuthor {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.sectionOfReviews .reviewsItem .blockWithAuthor .blockWithImg {
  border-radius: 4px;
  overflow: hidden;
  width: 60px;
  height: 62px;
  text-align: center;
  float: left;
  margin-right: 24px;
}
.sectionOfReviews .reviewsItem .blockWithAuthor .blockWithImg img {
  border-radius: 4px;
  max-width: 58px;
  max-height: 60px;
  margin: 0 auto;
}
.sectionOfReviews .reviewsItem .blockWithAuthor p{
  float: right;
  text-align: left;
  width: calc(100% - 90px)
}
.sectionOfReviews .reviewsItem .blockWithAuthor .nameOfAuthor {
  display: inline-block;
  float: left;
  font-family: RobotoM;
  font-size: 16px;
  color: #676767;
  margin-bottom: 3px;
}
.sectionOfReviews .reviewsItem .blockWithAuthor .authorLocation {
  display: inline-block;
  float: left;
  font-family: RobotoR;
  font-size: 14px;
  color: #676767;
  margin: 0;
}

.sectionOfProvider {
  background-image: url(../images/mark1.png), url(../images/mark2.png), url(../images/providerBg.png);
  background-repeat: no-repeat;
  background-size: auto, auto, 100% 102%;
  background-position: -2.5% 45%, 100% 85%, 50% 50%;
  padding: 63px 0 74px;
}
.sectionOfProvider .providerTitleBlock .sectionTitle {
  margin: 0 0 49px;
  color: #ebebeb;
  border-color: #f1f1f1;
}
.sectionOfProvider .providerTitleBlock .providerDots button {
  background-color: #ebebeb;
}
.sectionOfProvider .providerCarousel {
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 24px 0 18px;
}
.sectionOfProvider .providerCarousel .slick-list {
  width: 90%;
  margin: 0 auto;
}
.sectionOfProvider .providerCarousel .providerItem {
  text-align: center;
}
.sectionOfProvider .providerCarousel .providerItem .blockWIthImage {
  border: 1px solid #ccc;
  display: inline-block;
  width: 143px;
  height: 92px;
  background-color: #fff;
  text-align: center;
}
.sectionOfProvider .providerCarousel .providerItem img {
  max-width: 142px;
  max-height: 91px;
}
.sectionOfProvider .providerCarousel .slick-arrow {
  width: 33px;
  height: 92px;
  background-color: #4e4e4e;
  border: 1px solid #4e4e4e;
  position: absolute;
  top: calc(50% - 46px);
}
.sectionOfProvider .providerCarousel .slick-arrow:before {
  font-family: FontAwesome;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sectionOfProvider .providerCarousel .slick-arrow:hover {
  background-color: transparent;
}
.sectionOfProvider .providerCarousel .slick-prev {
  left: 0;
}
.sectionOfProvider .providerCarousel .slick-prev:before {
  content: '\f104';
}
.sectionOfProvider .providerCarousel .slick-next {
  right: 0;
}
.sectionOfProvider .providerCarousel .slick-next:before {
  content: '\f105';
}

.sectionOfOneBlock {
  width: 100%;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.sectionOfOneBlock .blockWithDescription {
  text-align: center;
  width: 100%;
}

.sectionOfError p {
  font-family: RobotoL;
  color: #555;
}
.sectionOfError .firstP {
  font-size: 30.23px;
  margin: 32px 0 4px;
}
.sectionOfError .secondP {
  font-size: 18.89px;
}

.sectionOfReviewsPage {
  text-align: center;
  padding: 14px 0 42px;
}
.sectionOfReviewsPage .pagePDescr {
  font-family: RobotoR;
  font-size: 13px;
  line-height: 22px;
  color: #000;
}
.sectionOfReviewsPage .reviewsPageCarousel {
  border-bottom: 1px solid #dadada;
  padding-bottom: 47px;
}
.sectionOfReviewsPage .blockWithRevAuthor {
  padding: 0px 46px;
  margin-top: 45px;
}
.sectionOfReviewsPage .blockWithRevAuthor .blockWithAuthorImage {
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 0 auto 27px;
  display: table;
}
.sectionOfReviewsPage .blockWithRevAuthor .blockWithAuthorImage div {
  display: table-cell;
  vertical-align: middle;
}
.sectionOfReviewsPage .blockWithRevAuthor .blockWithAuthorImage img {
  max-width: 100px;
  max-height: 100px;
}
.sectionOfReviewsPage .blockWithRevAuthor .authorName {
  font-family: RobotoR;
  font-size: 17.75px;
  color: #2c2c2c;
  width: 100%;
  display: inline-block;
  margin-bottom: 3px;
}
.sectionOfReviewsPage .blockWithRevAuthor .authorCity {
  font-family: RobotoR;
  font-size: 13.32px;
  color: #9fa3a7;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
}
.sectionOfReviewsPage .blockWithRevAuthor p {
  font-family: RobotoR;
  font-size: 13.02px;
  line-height: 20.04px;
  color: #404040;
  margin-bottom: 0;
}
.sectionOfReviewsPage .slick-dots {
  padding: 0;
  margin: 50px 0 0;
}
.sectionOfReviewsPage .slick-dots li {
  list-style-type: none;
  display: inline-block;
  margin: 0 7.5px;
}
.sectionOfReviewsPage .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: #9fa3a7;
  color: transparent;
  border: none;
  border-radius: 50%;
  line-height: 10px;
}
.sectionOfReviewsPage .slick-dots li button:hover {
  background-color: #085367;
}
.sectionOfReviewsPage .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background-color: #085367;
}
.sectionOfReviewsPage .blockWithFeedback h2 {
  font-family: RobotoR;
  font-size: 17.75px;
  color: #000;
  margin: 45px 0 51px;
}
.sectionOfReviewsPage .blockWithFeedback .reviewsForm {
  width: 85%;
  margin: 0 auto;
}
.sectionOfReviewsPage .blockWithFeedback .form-group {
  float: left;
  width: 50%;
  text-align: left;
  margin-bottom: 23px;
}
.sectionOfReviewsPage .blockWithFeedback .form-group label {
  float: left;
  margin: 0 0 0 15px;
  font-family: RobotoR;
  font-size: 14.2px;
  line-height: 45px;
  color: #666;
}
.sectionOfReviewsPage .blockWithFeedback .form-group input {
  float: right;
  width: 80%;
  height: 45px;
  border: 1px solid #eaeaea;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: 0.25s;
          transition: 0.25s;
  box-shadow: 0px 5px 15px -1px transparent;
  font-family: RobotoR;
  font-size: 14px;
  color: #666;
}
.sectionOfReviewsPage .blockWithFeedback .form-group input:focus {
  outline: none;
  box-shadow: 0px 5px 15px -1px rgba(8, 83, 103, 0.5);
}
.sectionOfReviewsPage .blockWithFeedback .form-group-textarea {
  width: 100%;
}
.sectionOfReviewsPage .blockWithFeedback .form-group-textarea textarea {
  resize: none;
  height: 155px;
  border: 1px solid #eaeaea;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: 0.25s;
          transition: 0.25s;
  box-shadow: 0px 5px 15px -1px transparent;
  font-family: RobotoR;
  font-size: 14px;
  line-height: 25px;
  color: #666;
}
.sectionOfReviewsPage .blockWithFeedback .form-group-textarea textarea:focus {
  outline: none;
  box-shadow: 0px 5px 15px -1px rgba(8, 83, 103, 0.5);
}

.custonSubmitButton {
  float: none;
  padding: 7px 19px 6px 23px;
  font-family: RobotoR;
  font-size: 14px;
  color: #fff;
  background-color: #31b404;
  border: 2px solid #31b404;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.custonSubmitButton:hover {
  background-color: #66c745;
  border-color: #66c745;
  border-bottom-color: #57a93b;
}
.custonSubmitButton:focus {
  background-color: #2a9903;
  border-color: #2a9903;
  border-top-color: #248203;
  color: #cae5c0;
}

.pageTitle {
  position: relative;
  font-family: RobotoR;
  font-size: 18px;
  color: #000;
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 29px;
}
.pageTitle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 225px;
  height: 1px;
  background-color: #dadada;
  margin: 0 auto;
}
.pageTitle:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background-color: #31b404;
}

.sectionOfRegistration {
  padding: 14px 0 70px;
}
.sectionOfRegistration .pageTitle {
  margin-bottom: 49px;
}
.sectionOfRegistration .leftBlock {
  padding: 0 55px 0 160px;
  text-align: center;
}
.sectionOfRegistration .leftBlock h2 {
  font-family: RobotoR;
  font-size: 24px;
  color: #222;
  margin-bottom: 30px;
}
.sectionOfRegistration .leftBlock h2 i {
  font-family: RobotoL;
  font-size: 16px;
  color: #888;
  display: inline-block;
  width: 100%;
}
.sectionOfRegistration .leftBlock .checkBoxBlock {
  text-align: left;
  margin-bottom: 18px;
}
.sectionOfRegistration .leftBlock .checkBoxBlock input {
  opacity: 0;
}
.sectionOfRegistration .leftBlock .checkBoxBlock label {
  font-family: RobotoR;
  font-size: 13px;
  color: #555;
  position: relative;
  cursor: pointer;
  margin-left: 21px;
}
.sectionOfRegistration .leftBlock .checkBoxBlock label:before {
  content: '';
  position: absolute;
  left: -38px;
  top: -4px;
  width: 25px;
  height: 25px;
  background-color: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.sectionOfRegistration .leftBlock .checkBoxBlock input:checked + label::after {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 16px;
  color: #2d2d2d;
  position: absolute;
  left: -33px;
  top: -3px;
  font-weight: 300;
}
.sectionOfRegistration .leftBlock .forgetPass {
  font-family: RobotoR;
  font-size: 13px;
  color: #bbb;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 35px;
  display: inline-block;
}
.sectionOfRegistration .rightBlock {
  padding: 0 160px 0 55px;
  text-align: center;
  position: relative;
}
.sectionOfRegistration .rightBlock:before {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e3e3e3;
}
.sectionOfRegistration .rightBlock:after {
  content: attr(before-value);
  position: absolute;
  left: -23px;
  top: 23%;
  width: 46px;
  height: 46px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  border-radius: 50%;
  font-family: RobotoL;
  font-style: italic;
  font-size: 15px;
  line-height: 42px;
  color: #888;
}
.sectionOfRegistration .rightBlock h2 {
  font-family: RobotoR;
  font-size: 24px;
  color: #222;
  margin-bottom: 30px;
}
.sectionOfRegistration .rightBlock p {
  font-style: italic;
  font-family: RobotoL;
  font-size: 16px;
  color: #050505;
  margin-bottom: 20px;
}
.sectionOfRegistration .rightBlock .blockWithRadio {
  text-align: left;
  margin-bottom: 32px;
}
.sectionOfRegistration .rightBlock .blockWithRadio .radioInputs {
  opacity: 0;
}
.sectionOfRegistration .rightBlock .blockWithRadio label {
  font-family: RobotoR;
  font-size: 14px;
  color: #2d2d2d;
  position: relative;
  cursor: pointer;
  margin-left: 12px;
  margin-bottom: 2px;
}
.sectionOfRegistration .rightBlock .blockWithRadio label:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e1e8ee;
  position: absolute;
  left: -26px;
  top: 1px;
}
.sectionOfRegistration .rightBlock .blockWithRadio input:checked + label::before {
  border: 4px solid #7dc855;
  background-color: #fff;
}
.sectionOfRegistration .customRegisInputPage {
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  font-family: RobotoR;
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  padding: 13px 15px 10px 48px;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: 5% 50% !important;
  -webkit-transition: none;
          transition: none;
}
.sectionOfRegistration .customRegisInputPage:focus {
  background-color: #fff;
}
.sectionOfRegistration .emailInputForm {
  background-image: url("../images/emailBefore.png");
}
.sectionOfRegistration .passwordInputForm {
  background-image: url("../images/passBefore.png");
}
.sectionOfRegistration .nameInputForm {
  background-image: url("../images/nameBefore.png");
}
.sectionOfRegistration .phoneInputForm {
  background-image: url("../images/phoneBefore.png");
}
.sectionOfRegistration .cityInputForm {
  background-image: url("../images/cityBefore.png");
}
.sectionOfRegistration .buildingInputForm {
  background-image: url("../images/buildingBefore.png");
}
.sectionOfRegistration .organizationInputForm {
  display: none;
}
.sectionOfRegistration .custonSubmitButton {
  width: 100%;
  font-size: 15.22px;
  padding: 11px 19px 9px 23px;
}

.passModal .modal-header {
  text-align: center;
  border-bottom: 2px solid #ecf0f1;
}
.passModal .modal-header .modal-title {
  font-family: RobotoM;
  font-size: 17.75px;
  line-height: 24.66px;
  color: #2f2f2f;
  margin: 9px 0;
}
.passModal .modal-header .close {
  font-size: 30px;
}
.passModal .modal-body {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 25px 20px 25px;
}
.passModal .modal-body .rePassInput {
  width: 70%;
  float: left;
  background-color: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  font-family: RobotoR;
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  padding: 13px 15px 10px;
  position: relative;
}
.passModal .modal-body .custonSubmitButton {
  width: 25%;
  padding: 11px 19px 10px 23px;
}
.passModal .modal-body p {
  font-family: RobotoR;
  font-size: 14px;
  line-height: 21px;
  color: #272727;
}
.passModal .modal-footer {
  background-color: #ecf0f1;
  text-align: center;
}

.sectionOfSearchError {
  text-align: center;
  padding: 34px 0 25px;
}
.sectionOfSearchError .blockWithFoundElements {
  text-align: left;
}
.sectionOfSearchError .blockWithFoundElements p {
  font-family: RobotoR;
  font-size: 16px;
  color: #303030;
  letter-spacing: -.6px;
  margin-bottom: 0;
}
.sectionOfSearchError .blockWithFoundElements p span {
  color: #085367;
}
.sectionOfSearchError .notFoundImage {
  margin: 85px 0 33px;
}
.sectionOfSearchError .notFoundP {
  font-family: RobotoL;
  font-size: 26.25px;
  color: #272727;
  letter-spacing: -.2px;
  margin: 5px 0 0;
}
.sectionOfSearchError .notFoundSpan {
  font-family: RobotoL;
  font-size: 18.75px;
  color: #555;
}

.sectionOfDelivery {
  text-align: center;
  padding: 14px 0 36px;
}
.sectionOfDelivery .deliveryDescp {
  font-family: RobotoM;
  font-size: 13px;
  line-height: 22px;
  color: #000;
  margin: 0;
}
.sectionOfDelivery .blockWIthTabsOfDelivery {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  padding: 19px 0 23px;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 38px 0 22px;
}
.sectionOfDelivery .blockWIthTabsOfDelivery .tabOfDelDescription {
  border-right: 1px solid #d7d7d7;
  padding: 0 30px 20px;
}
.sectionOfDelivery .blockWIthTabsOfDelivery .tabOfDelDescription:last-of-type {
  border-right: none;
}
.sectionOfDelivery .blockWIthTabsOfDelivery .tabOfDelDescription h3 {
  font-family: RobotoM;
  font-size: 15.75px;
  line-height: 21.7px;
  color: #303030;
  margin: 10px 0 12px;
}
.sectionOfDelivery .blockWIthTabsOfDelivery .tabOfDelDescription p {
  font-family: RobotoR;
  font-size: 12.82px;
  line-height: 19.73px;
  color: #808080;
  margin-bottom: 0;
}
.sectionOfDelivery .infoParagraph {
  font-family: RobotoR;
  font-size: 14px;
  color: #212121;
  line-height: 20px;
  margin: 0 0 4px;
}
.sectionOfDelivery .infoParagraph:before {
  content: '\f05a';
  font-family: FontAwesome;
  font-size: 14px;
  color: #085367;
  margin-right: 6px;
}

.sectionOfContacts {
  padding: 14px 0 25px;
}
.sectionOfContacts .contactsDescpP {
  font-family: RobotoM;
  font-size: 13px;
  line-height: 22px;
  color: #000;
  margin: 0 0 32px;
  text-align: center;
}
.sectionOfContacts .leftContactsBlock h2 {
  font-family: RobotoM;
  font-size: 16px;
  color: #000;
  margin: 0 0 23px;
}
.sectionOfContacts .leftContactsBlock p {
  font-family: RobotoM;
  font-size: 16px;
  line-height: 21px;
  color: #626262;
  margin-bottom: 20px;
}
.sectionOfContacts .leftContactsBlock p:before {
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 21px;
  color: #626262;
  margin-right: 10px;
}
.sectionOfContacts .leftContactsBlock span {
  font-family: RobotoM;
  font-size: 14px;
  line-height: 21px;
  color: #333;
}
.sectionOfContacts .leftContactsBlock a {
  font-family: RobotoM;
  font-size: 14px;
  line-height: 26px;
  color: #085367;
  text-decoration: underline;
}
.sectionOfContacts .leftContactsBlock a:hover {
  opacity: .5;
}
.sectionOfContacts .leftContactsBlock .locationP:before {
  content: '\f041';
}
.sectionOfContacts .leftContactsBlock .letterP:before {
  content: '\f0e0';
}
.sectionOfContacts .leftContactsBlock .manP {
  margin-bottom: 2px;
}
.sectionOfContacts .leftContactsBlock .manP:before {
  content: '\f007';
}
.sectionOfContacts .leftContactsBlock .phoneP:before {
  content: '\f095';
}
.sectionOfContacts .leftContactsBlock .blockWithDepartment h3 {
  font-family: RobotoM;
  font-size: 16px;
  line-height: 21px;
  color: #333;
  margin-bottom: 26px;
}
.sectionOfContacts .leftContactsBlock .blockWithDepartment h3:before {
  content: '\f0c0';
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 21px;
  color: #626262;
  margin-right: 10px;
}
.sectionOfContacts .leftContactsBlock .blockWithDepartment .locationP, .sectionOfContacts .leftContactsBlock .blockWithDepartment .phoneP {
  margin-bottom: 5px;
}
.sectionOfContacts .leftContactsBlock .worlTimeBlock h3 {
  font-family: RobotoM;
  font-size: 16px;
  line-height: 21px;
  color: #333;
  margin-bottom: 26px;
}
.sectionOfContacts .leftContactsBlock .worlTimeBlock h3:before {
  content: '\f017';
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 21px;
  color: #626262;
  margin-right: 10px;
}
.sectionOfContacts .leftContactsBlock .worlTimeBlock p {
  color: #333;
}
.sectionOfContacts .rightContactsBlock .map {
  height: 247px;
}
.sectionOfContacts .rightContactsBlock .writeUsTitle {
  font-family: RobotoM;
  font-size: 13px;
  line-height: 20px;
  color: #2b2b2b;
  margin: 35px 0 16px;
}
.sectionOfContacts .rightContactsBlock .form-group {
  width: 32%;
  margin-right: 2%;
  float: left;
}
.sectionOfContacts .rightContactsBlock .form-group label {
  font-family: RobotoR;
  font-size: 13px;
  color: #656d78;
  cursor: pointer;
}
.sectionOfContacts .rightContactsBlock .form-group .form-control {
  font-family: RobotoR;
  font-size: 13px;
  color: #aab2bd;
  background-color: #fff;
  border: 1px solid #e6e9ed;
  border-radius: 6px;
  padding: 10px 13px;
  height: auto;
}
.sectionOfContacts .rightContactsBlock .form-group .form-control:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(136, 136, 136, 0.6);
}
.sectionOfContacts .rightContactsBlock .email-form-group {
  margin-right: 0;
}
.sectionOfContacts .rightContactsBlock .form-group-textarea {
  margin-right: 0;
  width: 100%;
  margin-bottom: 30px;
}
.sectionOfContacts .rightContactsBlock .form-group-textarea .form-control {
  height: 120px;
  resize: none;
}

.sectionOfAboutUs {
  padding: 14px 0 25px;
}
.sectionOfAboutUs .blockWithOurAchievements {
  width: 20%;
  float: left;
  text-align: center;
  margin: 9px 0 54px;
}
.sectionOfAboutUs .blockWithOurAchievements img {
  margin-bottom: 24px;
}
.sectionOfAboutUs .blockWithOurAchievements:hover img {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.sectionOfAboutUs .blockWithOurAchievements span {
  width: 100%;
  display: inline-block;
  font-family: RobotoM;
  font-size: 15.9px;
  line-height: 19.87px;
  color: #000;
}
.sectionOfAboutUs p {
  font-family: RobotoM;
  font-size: 13px;
  line-height: 22px;
  color: #000;
  margin-bottom: 22px;
}

.sectionOfCabinet {
  padding: 14px 0 45px;
}
.sectionOfCabinet .cabinetNavTabs {
  border-bottom: 2px solid #d7dcde;
}
.sectionOfCabinet .cabinetNavTabs li {
  margin-bottom: -2px;
}
.sectionOfCabinet .cabinetNavTabs a {
  font-family: RobotoM;
  font-size: 14.07px;
  line-height: 14px;
  color: #040404;
  border: 2px solid transparent;
  padding: 11px 21px 7px 22px;
}
.sectionOfCabinet .cabinetNavTabs a:before {
  font-family: PeIcon;
  font-size: 20px;
  color: #040404;
  line-height: 14px;
  font-weight: bold;
  margin-right: 12px;
  vertical-align: -2px;
}
.sectionOfCabinet .cabinetNavTabs .active a {
  font-family: RobotoB;
  border: 2px solid #d7dcde !important;
  border-bottom-color: transparent !important;
}
.sectionOfCabinet .cabinetNavTabs .active a:hover {
  border: 2px solid #d7dcde !important;
  border-bottom-color: transparent !important;
}
.sectionOfCabinet .cabinetNavTabs .firstTab a:before {
  content: '\e68f';
}
.sectionOfCabinet .cabinetNavTabs .secondTab a:before {
  content: '\e69d';
}
.sectionOfCabinet .cabinetNavContents .firstContent {
  padding-top: 44px;
}
.sectionOfCabinet .cabinetNavContents .firstContent .leftBlockWIthForm {
  width: 50%;
  float: left;
  padding: 0 37.5px 0 180px;
}
.sectionOfCabinet .cabinetNavContents .firstContent .rightBlockWIthForm {
  width: 50%;
  float: left;
  padding: 0 180px 0 37.5px;
}
.sectionOfCabinet .cabinetNavContents .firstContent h2 {
  font-family: RobotoL;
  font-size: 16px;
  line-height: 27px;
  color: #050505;
  margin: 38px 0 17px;
}
.sectionOfCabinet .cabinetNavContents .firstContent .blockWithRadio {
  text-align: left;
  margin-bottom: 32px;
}
.sectionOfCabinet .cabinetNavContents .firstContent .blockWithRadio .radioInputs {
  opacity: 0;
}
.sectionOfCabinet .cabinetNavContents .firstContent .blockWithRadio label {
  font-family: RobotoR;
  font-size: 14px;
  color: #2d2d2d;
  position: relative;
  cursor: pointer;
  margin-left: 12px;
  margin-bottom: 2px;
}
.sectionOfCabinet .cabinetNavContents .firstContent .blockWithRadio label:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e1e8ee;
  position: absolute;
  left: -26px;
  top: 1px;
}
.sectionOfCabinet .cabinetNavContents .firstContent .blockWithRadio input:checked + label::before {
  border: 4px solid #7dc855;
  background-color: #fff;
}
.sectionOfCabinet .cabinetNavContents .firstContent .customRegisInputPage {
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  font-family: RobotoR;
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  padding: 13px 15px 10px 48px;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: 5% 50% !important;
  -webkit-transition: none;
          transition: none;
}
.sectionOfCabinet .cabinetNavContents .firstContent .customRegisInputPage:focus {
  background-color: #fff;
}
.sectionOfCabinet .cabinetNavContents .firstContent .emailInputForm {
  background-image: url("../images/emailBefore.png");
}
.sectionOfCabinet .cabinetNavContents .firstContent .passwordInputForm {
  background-image: url("../images/passBefore.png");
}
.sectionOfCabinet .cabinetNavContents .firstContent .nameInputForm {
  background-image: url("../images/nameBefore.png");
}
.sectionOfCabinet .cabinetNavContents .firstContent .phoneInputForm {
  background-image: url("../images/phoneBefore.png");
}
.sectionOfCabinet .cabinetNavContents .firstContent .cityInputForm {
  background-image: url("../images/cityBefore.png");
}
.sectionOfCabinet .cabinetNavContents .firstContent .buildingInputForm {
  background-image: url("../images/buildingBefore.png");
}
.sectionOfCabinet .cabinetNavContents .firstContent .streetInputForm {
  background-image: url("../images/streetBefore.png");
}
.sectionOfCabinet .cabinetNavContents .firstContent .organizationInputForm {
  display: none;
}
.sectionOfCabinet .cabinetNavContents .secondContent .statusBlock {
  display: inline-block;
  width: 100%;
}
.sectionOfCabinet .cabinetNavContents .secondContent .statusBlock h2 {
  font-family: RobotoM;
  font-size: 18px;
  color: #085367;
  margin: 33px 0 27px;
}
.sectionOfCabinet .cabinetNavContents .secondContent .statusBlock p {
  font-family: RobotoM;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.sectionOfCabinet .cabinetNavContents .secondContent .statusBlock p .price {
  float: right;
  color: #2f2f2f;
  display: inline-block;
  background-color: #fff;
}
.sectionOfCabinet .cabinetNavContents .secondContent .statusBlock p .name {
  float: left;
  background-color: #fff;
}
.sectionOfCabinet .cabinetNavContents .secondContent .statusBlock p:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #000;
  z-index: -1;
  bottom: 3px;
}
.sectionOfCabinet .cabinetNavContents .secondContent .statusBlock .processedSpan {
  display: inline-block;
  float: left;
  clear: both;
  font-family: RobotoR;
  font-size: 13.19px;
  color: #fff;
  background-color: #31b404;
  border-radius: 4px;
  padding: 5px;
  width: 128px;
  text-align: center;
  margin-top: 5px;
}
.sectionOfCabinet .cabinetNavContents .secondContent .statusBlock .canceledSpan {
  display: inline-block;
  float: left;
  clear: both;
  font-family: RobotoR;
  font-size: 13.19px;
  color: #fff;
  background-color: #f49000;
  border-radius: 4px;
  padding: 5px;
  width: 128px;
  text-align: center;
  margin-top: 5px;
}

.sectionOfBasket {
  padding: 14px 0 38px;
}

.blockWithProductsInBasket .blockWithProduct {
  width: 100%;
  display: inline-block;
  padding: 9px 0 13px;
  position: relative;
  border-bottom: 1px solid #dadada;
}
.blockWithProductsInBasket .blockWithProduct .blockWIthImage {
  border: 1px solid #c7c7c7;
  display: table;
  float: left;
  width: 92px;
  height: 92px;
  overflow: hidden;
  text-align: center;
}
.blockWithProductsInBasket .blockWithProduct .blockWIthImage a {
  display: table-cell;
  vertical-align: middle;
}
.blockWithProductsInBasket .blockWithProduct .blockWIthImage img {
  max-width: 90px;
  max-height: 90px;
}
.blockWithProductsInBasket .blockWithProduct .blockWithProductDescrp {
  float: left;
  margin-left: 41px;
  width: 35%;
}
.blockWithProductsInBasket .blockWithProduct .blockWithProductDescrp a {
  font-family: RobotoR;
  font-size: 18px;
  line-height: 28px;
  color: #303030;
  margin-bottom: 0;
  display: inline-block;
  -webkit-transition: 0.25s;
          transition: 0.25s;
  width: 100%;
  margin-top: 22px;
}
.blockWithProductsInBasket .blockWithProduct .blockWithProductDescrp a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.blockWithProductsInBasket .blockWithProduct .blockWithProductDescrp span {
  font-family: RobotoR;
  font-size: 13px;
  color: #303030;
  display: inline-block;
}
.blockWithProductsInBasket .blockWithProduct .blockWithProductPrice {
  float: left;
  margin-top: 35px;
  width: 16%;
  text-align: center;
  overflow: hidden;
}
.blockWithProductsInBasket .blockWithProduct .blockWithProductPrice span {
  font-family: RobotoR;
  font-size: 18px;
  color: #303030;
}
.blockWithProductsInBasket .blockWithProduct .blockWithProductNumber {
  float: left;
  margin-top: 29px;
  margin-left: 35px;
  width: 108px;
}
.blockWithProductsInBasket .blockWithProduct .blockWithProductNumber button {
  width: 32px;
  height: 37px;
  border: 2px solid #f2f2f2;
  background-color: #f9f9f9;
  position: relative;
}
.blockWithProductsInBasket .blockWithProduct .blockWithProductNumber button:before {
  font-family: FontAwesome;
  font-size: 12px;
  color: #b7b7b7;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
}
.blockWithProductsInBasket .blockWithProduct .blockWithProductNumber button:focus {
  outline: none;
  border-color: #085367;
}
.blockWithProductsInBasket .blockWithProduct .blockWithProductNumber .minus {
  border-radius: 50% 0 0 50%;
  float: left;
}
.blockWithProductsInBasket .blockWithProduct .blockWithProductNumber .minus:before {
  content: '\f068';
}
.blockWithProductsInBasket .blockWithProduct .blockWithProductNumber .plus {
  border-radius: 0 50% 50% 0;
  float: left;
}
.blockWithProductsInBasket .blockWithProduct .blockWithProductNumber .plus:before {
  content: '\f067';
}
.blockWithProductsInBasket .blockWithProduct .blockWithProductNumber .numberField {
  background-color: transparent;
  border: none;
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  width: 50px;
  height: 37px;
  vertical-align: 11px;
  margin-left: -4px;
  margin-right: -4px;
  text-align: center;
  font-family: RobotoB;
  float: left;
  -moz-appearance: textfield;
}
.blockWithProductsInBasket .blockWithProduct .blockWithProductNumber .numberField:focus {
  outline: none;
}
.blockWithProductsInBasket .blockWithProduct .blockWithProductNumber .numberField::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.blockWithProductsInBasket .blockWithProduct .blockWithMainPrice {
  float: left;
  margin-top: 35px;
  width: 16%;
  text-align: right;
}
.blockWithProductsInBasket .blockWithProduct .blockWithMainPrice span {
  font-family: RobotoR;
  font-size: 18px;
  color: #303030;
}
.blockWithProductsInBasket .blockWithProduct .remove {
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d7d7d7;
  -webkit-transition: 0.25s;
          transition: 0.25s;
  text-align: center;
  cursor: pointer;
}
.blockWithProductsInBasket .blockWithProduct .remove:before {
  content: '\f00d';
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.blockWithProductsInBasket .blockWithProduct .remove:hover {
  background-color: #e20f00;
}
.blockWithProductsInBasket .blockWithActionButtons {
  padding-top: 25px;
  display: inline-block;
  position: relative;
  width: 100%;
}
.blockWithProductsInBasket .blockWithActionButtons .hrefForNews {
  font-family: RobotoR;
  font-size: 16px;
  line-height: 25px;
  color: #646464;
}
.blockWithProductsInBasket .blockWithActionButtons .hrefForNews:before {
  content: '\f104';
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 26px;
  color: #aaa;
  width: 30px;
  height: 30px;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.25s;
          transition: 0.25s;
}
.blockWithProductsInBasket .blockWithActionButtons .hrefForNews:hover {
  color: #085367;
}
.blockWithProductsInBasket .blockWithActionButtons .hrefForNews:hover:before {
  color: #085367;
  border-color: #085367;
}
.blockWithProductsInBasket .blockWithActionButtons .custonSubmitButton {
  width: 274px;
  text-align: center;
  font-size: 15.09px;
}
.blockWithProductsInBasket .blockWithActionButtons .BlockWithPrice {
  font-family: RobotoR;
  font-size: 19.97px;
  line-height: 30.31px;
  color: #808080;
  margin: 7px 23px 0 0;
}
.blockWithProductsInBasket .blockWithActionButtons .BlockWithPrice span {
  font-size: 24.25px;
  color: #303030;
  margin-left: 10px;
}

.sectionOfOrdering {
  padding: 14px 0 50px;
}
.sectionOfOrdering .orderingNavTabs {
  border-bottom: 2px solid #d7dcde;
}
.sectionOfOrdering .orderingNavTabs li {
  margin-bottom: -2px;
}
.sectionOfOrdering .orderingNavTabs a {
  font-family: RobotoM;
  font-size: 13px;
  line-height: 14px;
  color: #040404;
  border: 2px solid transparent;
  padding: 11px 11px 7px 12px;
}
.sectionOfOrdering .orderingNavTabs .active a {
  font-family: RobotoB;
  border: 2px solid #d7dcde !important;
  border-bottom-color: transparent !important;
}
.sectionOfOrdering .orderingNavTabs .active a:hover {
  border: 2px solid #d7dcde !important;
  border-bottom-color: transparent !important;
}
.sectionOfOrdering .orderingNavContents .firstContent {
  padding-top: 42px;
  text-align: center;
}
.sectionOfOrdering .orderingNavContents .firstContent .custonSubmitButton {
  width: 100%;
  padding: 11px 19px 10px 23px;
}
.sectionOfOrdering .orderingNavContents .firstContent .customRegisInputPage {
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  font-family: RobotoR;
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  padding: 13px 15px 10px 48px;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: 5% 50% !important;
  -webkit-transition: none;
          transition: none;
}
.sectionOfOrdering .orderingNavContents .firstContent .customRegisInputPage:focus {
  background-color: #fff;
}
.sectionOfOrdering .orderingNavContents .firstContent .emailInputForm {
  background-image: url("../images/emailBefore.png");
}
.sectionOfOrdering .orderingNavContents .firstContent .passwordInputForm {
  background-image: url("../images/passBefore.png");
}
.sectionOfOrdering .orderingNavContents .firstContent .checkBoxBlock {
  text-align: left;
  margin-bottom: 18px;
}
.sectionOfOrdering .orderingNavContents .firstContent .checkBoxBlock input {
  opacity: 0;
}
.sectionOfOrdering .orderingNavContents .firstContent .checkBoxBlock label {
  font-family: RobotoR;
  font-size: 13px;
  color: #555;
  position: relative;
  cursor: pointer;
  margin-left: 21px;
}
.sectionOfOrdering .orderingNavContents .firstContent .checkBoxBlock label:before {
  content: '';
  position: absolute;
  left: -38px;
  top: -4px;
  width: 25px;
  height: 25px;
  background-color: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.sectionOfOrdering .orderingNavContents .firstContent .checkBoxBlock input:checked + label::after {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 16px;
  color: #2d2d2d;
  position: absolute;
  left: -33px;
  top: -3px;
  font-weight: 300;
}
.sectionOfOrdering .orderingNavContents .firstContent .forgetPass {
  font-family: RobotoR;
  font-size: 13px;
  color: #bbb;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 35px;
  display: inline-block;
}
.sectionOfOrdering .orderingNavContents .secondContent {
  padding-top: 26px;
}
.sectionOfOrdering .orderingNavContents .secondContent .blockWithRadio {
  text-align: left;
  margin-bottom: 24px;
}
.sectionOfOrdering .orderingNavContents .secondContent .blockWithRadio .radioInputs {
  opacity: 0;
}
.sectionOfOrdering .orderingNavContents .secondContent .blockWithRadio label {
  font-family: RobotoR;
  font-size: 14px;
  color: #2d2d2d;
  position: relative;
  cursor: pointer;
  margin-left: 12px;
  margin-bottom: 2px;
}
.sectionOfOrdering .orderingNavContents .secondContent .blockWithRadio label:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e1e8ee;
  position: absolute;
  left: -26px;
  top: 1px;
}
.sectionOfOrdering .orderingNavContents .secondContent .blockWithRadio input:checked + label::before {
  border: 4px solid #7dc855;
  background-color: #fff;
}
.sectionOfOrdering .orderingNavContents .secondContent .customRegisInputPage {
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  font-family: RobotoR;
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  padding: 13px 15px 10px 48px;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: 5% 50% !important;
  -webkit-transition: none;
          transition: none;
}
.sectionOfOrdering .orderingNavContents .secondContent .customRegisInputPage:focus {
  background-color: #fff;
}
.sectionOfOrdering .orderingNavContents .secondContent textarea {
  width: 100%;
  resize: none;
  height: 187px;
  background-color: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  font-family: RobotoR;
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  padding: 13px 15px;
  position: relative;
  -webkit-transition: none;
          transition: none;
}
.sectionOfOrdering .orderingNavContents .secondContent textarea:focus {
  background-color: #fff;
}
.sectionOfOrdering .orderingNavContents .secondContent .emailInputForm {
  background-image: url("../images/emailBefore.png");
}
.sectionOfOrdering .orderingNavContents .secondContent .passwordInputForm {
  background-image: url("../images/passBefore.png");
}
.sectionOfOrdering .orderingNavContents .secondContent .nameInputForm {
  background-image: url("../images/nameBefore.png");
}
.sectionOfOrdering .orderingNavContents .secondContent .phoneInputForm {
  background-image: url("../images/phoneBefore.png");
}
.sectionOfOrdering .orderingNavContents .secondContent .cityInputForm {
  background-image: url("../images/cityBefore.png");
}
.sectionOfOrdering .orderingNavContents .secondContent .buildingInputForm {
  background-image: url("../images/buildingBefore.png");
}
.sectionOfOrdering .orderingNavContents .secondContent .streetInputForm {
  background-image: url("../images/streetBefore.png");
}
.sectionOfOrdering .orderingNavContents .secondContent .organizationInputForm {
  display: none;
}
.sectionOfOrdering .orderingNavContents .secondContent .infoHref {
  font-family: RobotoR;
  font-size: 13px;
  line-height: 20px;
  color: #085367;
  margin-bottom: 39px;
  display: inline-block;
}
.sectionOfOrdering .orderingNavContents .secondContent .infoHref:before {
  content: '\f05a';
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
  color: #085367;
  margin-right: 6px;
}
.sectionOfOrdering .orderingNavContents .secondContent .infoHref:hover {
  opacity: .5;
}
.sectionOfOrdering .orderingNavContents .secondContent .tabTitle {
  font-family: RobotoM;
  font-size: 16px;
  color: #3d3d3d;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 13px;
  margin: 15px 0 25px;
}
.sectionOfOrdering .orderingNavContents .secondContent .deliverySpan {
  float: left;
  display: inline-block;
  font-family: RobotoR;
  font-size: 14px;
  line-height: 20px;
  color: #595959;
}
.sectionOfOrdering .orderingNavContents .secondContent .deliverySpan:before {
  content: '\f05a';
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
  color: #085367;
  margin-right: 6px;
}
.sectionOfOrdering .orderingNavContents .secondContent .deliveryRadio {
  display: inline-block;
  float: right;
  width: 65%;
  margin-bottom: 4px;
}
.sectionOfOrdering .orderingNavContents .secondContent .deliveryRadio label {
  width: 38%;
}
.sectionOfOrdering .orderingNavContents .secondContent .courierDeliveryBlock {
  display: inline-block;
}
.sectionOfOrdering .orderingNavContents .secondContent .courierDeliveryBlock h2 {
  font-family: RobotoL;
  font-size: 16px;
  color: #050505;
  margin-bottom: 29px;
}
.sectionOfOrdering .orderingNavContents .secondContent p {
  font-family: RobotoR;
  font-size: 16px;
  line-height: 21px;
  color: #626262;
  margin: 15px 0;
  display: inline-block;
}
.sectionOfOrdering .orderingNavContents .secondContent p:before {
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 21px;
  color: #626262;
  margin-right: 10px;
}
.sectionOfOrdering .orderingNavContents .secondContent .locationP:before {
  content: '\f041';
}
.sectionOfOrdering .orderingNavContents .secondContent .selfDeliveryBlock {
  display: none;
}
.sectionOfOrdering .orderingNavContents .secondContent .custonSubmitButton {
  width: 100%;
  margin-top: 25px;
}
.sectionOfOrdering .basketBlockInOrdering .blockWIthImage {
  width: 85px;
  height: 85px;
  border: 2px solid #d9d9d9;
}
.sectionOfOrdering .basketBlockInOrdering .blockWIthImage img {
  max-height: 81px;
  max-width: 81px;
}
.sectionOfOrdering .basketBlockInOrdering .blockWithProductDescrp {
  margin-left: 25px;
  width: 23%;
}
.sectionOfOrdering .basketBlockInOrdering .blockWithProductDescrp a {
  font-size: 14.67px;
  line-height: 24.45px;
  color: #303030;
  margin-top: 20px;
}
.sectionOfOrdering .basketBlockInOrdering .blockWithProductDescrp span {
  font-size: 12.71px;
  color: #303030;
}
.sectionOfOrdering .basketBlockInOrdering .blockWithProductPrice span, .sectionOfOrdering .basketBlockInOrdering .blockWithMainPrice span {
  font-size: 16px;
  color: #303030;
}
.sectionOfOrdering .basketBlockInOrdering .blockWithProductNumber {
  width: 88px;
}
.sectionOfOrdering .basketBlockInOrdering .blockWithProductNumber .numberField {
  width: 34px;
  height: 30px;
  vertical-align: 8px;
  padding: 0;
  text-align: center;
}
.sectionOfOrdering .basketBlockInOrdering .blockWithProductNumber button {
  width: 27px;
  height: 30px;
}
.sectionOfOrdering .basketBlockInOrdering .blockWithProductNumber button:before {
  top: 6px;
}
.sectionOfOrdering .basketBlockInOrdering .blockWithActionButtons .BlockWithPrice {
  font-size: 14.55px;
  line-height: 30.31px;
  color: #808080;
}
.sectionOfOrdering .basketBlockInOrdering .blockWithActionButtons .BlockWithPrice span {
  font-size: 21.81px;
  line-height: 30.31px;
  color: #303030;
}

.sectionOfCatalog {
  padding: 14px 0 46px;
}
.sectionOfCatalog .rightBlockOfCatalog .showNumbersOfItem {
  float: left;
  display: inline-block;
}
.sectionOfCatalog .rightBlockOfCatalog .showNumbersOfItem span {
  font-family: RobotoR;
  font-size: 12.54px;
  color: #808080;
  display: inline-block;
  float: left;
  margin: 9px 17px 0 0;
}
.sectionOfCatalog .rightBlockOfCatalog .showNumbersOfItem ul {
  padding: 0;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  overflow: hidden;
}
.sectionOfCatalog .rightBlockOfCatalog .showNumbersOfItem ul li {
  list-style-type: none;
  display: inline-block;
  float: left;
  border-right: 1px solid #d7d7d7;
}
.sectionOfCatalog .rightBlockOfCatalog .showNumbersOfItem ul li:last-of-type {
  border-right: none;
}
.sectionOfCatalog .rightBlockOfCatalog .showNumbersOfItem ul li a {
  font-family: RobotoM;
  font-size: 10.56px;
  color: #808080;
  cursor: pointer;
  display: inline-block;
  padding: 8px 11px 8px 12px;
  background-color: #f9f9f9;
}
.sectionOfCatalog .rightBlockOfCatalog .showNumbersOfItem ul li a.active {
  color: #085367;
}
.sectionOfCatalog .rightBlockOfCatalog .showNumbersOfItem ul li a:hover {
  background-color: #fff;
}
.sectionOfCatalog .rightBlockOfCatalog .blockWithNumbers {
  float: left;
  display: inline-block;
  font-family: RobotoR;
  font-size: 12.54px;
  color: #808080;
  margin: 9px 17px 0 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 9px auto;
  width: 153px;
}
.sectionOfCatalog .rightBlockOfCatalog .blockWithNumbers span {
  color: #000;
  font-size: 18px;
  vertical-align: -1px;
  margin-left: 5px;
  position: absolute;
  right: 0;
  top: -4px;
}
.sectionOfCatalog .rightBlockOfCatalog .sortingBlock {
  float: right;
  display: inline-block;
  position: relative;
}
.sectionOfCatalog .rightBlockOfCatalog .sortingBlock span {
  font-family: RobotoR;
  font-size: 12.54px;
  color: #808080;
  display: inline-block;
  float: left;
  margin: 9px 17px 0 0;
}
.sectionOfCatalog .rightBlockOfCatalog .sortingBlock button {
  font-family: RobotoR;
  font-size: 11.55px;
  color: #303030;
  background-color: #f9f9f9;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  width: auto;
  padding: 8px 40px 7px 10px;
  text-align: left;
  position: relative;
}
.sectionOfCatalog .rightBlockOfCatalog .sortingBlock button:before {
  content: '\f0d8';
  font-family: FontAwesome;
  font-size: 14px;
  color: #808080;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 33px;
  border-left: 1px solid #d7d7d7;
  text-align: center;
}
.sectionOfCatalog .rightBlockOfCatalog .sortingBlock button:after {
  content: '\f0d7';
  font-family: FontAwesome;
  font-size: 14px;
  color: #808080;
  background-color: transparent;
  position: absolute;
  top: 9px;
  right: 12px;
}
.sectionOfCatalog .rightBlockOfCatalog .sortingBlock ul {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  padding: 0;
  border: 1px solid #d7d7d7;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 4px;
  z-index: 8;
}
.sectionOfCatalog .rightBlockOfCatalog .sortingBlock ul li {
  list-style-type: none;
  font-family: RobotoR;
  font-size: 13px;
  color: #303030;
  padding: 3px 15px;
  -webkit-transition: 0.25s;
          transition: 0.25s;
  cursor: pointer;
}
.sectionOfCatalog .rightBlockOfCatalog .sortingBlock ul li:hover {
  background-color: #085367;
  color: #fff;
}
.sectionOfCatalog .rightBlockOfCatalog .sortingBlock ul li:hover a {
  color: #fff;
}
.sectionOfCatalog .rightBlockOfCatalog .blockWithPagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 21px;
}
.sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .pagePagination {
  font-family: RobotoB;
  font-size: 13.16px;
  color: #aaa;
  text-transform: uppercase;
  display: inline-block;
}
.sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .pagePagination:before, .sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .pagePagination:after {
  font-family: FontAwesome;
  color: #aaa;
  font-size: 21px;
  vertical-align: -2px;
  -webkit-transition: 0.25s;
          transition: 0.25s;
}
.sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .pagePagination:hover {
  color: #085367;
}
.sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .pagePagination:hover:before, .sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .pagePagination:hover:after {
  color: #085367;
}
.sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .prevPageA {
  float: left;
}
.sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .prevPageA:before {
  content: '\f104';
  margin-right: 11px;
}
.sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .nextPageA {
  float: right;
}
.sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .nextPageA:after {
  content: '\f105';
  margin-left: 11px;
}
.sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .pagination {
  margin: 0;
}
.sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .pagination a {
  border: none;
  font-family: RobotoR;
  font-size: 15.04px;
  color: #808080;
  position: relative;
  background-color: transparent;
}
.sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .pagination .active a {
  background-color: transparent;
  color: #31b404;
  font-weight: bold;
}
.sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .pagination .active a:before {
  opacity: 1;
}
.sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .pagination a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #31b404;
  opacity: 0;
  -webkit-transition: 0.25s;
          transition: 0.25s;
}
.sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .pagination a:hover {
  background-color: transparent;
  color: #31b404;
  font-weight: bold;
}
.sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .pagination a:hover:before {
  opacity: 1;
}
.sectionOfCatalog .blockWithCatalogProducts {
  width: 100%;
  display: inline-block;
  margin-top: 16px;
}
.sectionOfCatalog .insideCatalogProduct {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.25s;
          transition: 0.25s;
}
.sectionOfCatalog .insideCatalogProduct.newProduct .newProductSpan {
  display: block;
  position: absolute;
  top: 7px;
  right: -30px;
  font-family: RobotoB;
  font-size: 13px;
  color: #fff;
  background-color: #31b404;
  width: 100px;
  text-align: center;
  padding: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sectionOfCatalog .insideCatalogProduct .blockWIthImage {
  display: table;
  height: 267px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #f3f3f3;
  margin: 0 auto;
}
.sectionOfCatalog .insideCatalogProduct .blockWIthImage a {
  display: table-cell;
  vertical-align: middle;
}
.sectionOfCatalog .insideCatalogProduct .blockWIthImage img {
  max-width: 213px;
  max-height: 226px;
}
.sectionOfCatalog .insideCatalogProduct .nameOfProduct {
  display: inline-block;
  width: 100%;
  font-family: RobotoR;
  font-size: 15px;
  line-height: 19px;
  color: #2c2c2c;
  padding: 0 17px;
  margin: 13px 0 16px;
}
.sectionOfCatalog .insideCatalogProduct .nameOfProduct:hover {
  opacity: .5;
}
.sectionOfCatalog .insideCatalogProduct .blockWIthBottomPrice {
  display: inline-block;
  width: 100%;
  padding: 0 17px;
  margin-bottom: 17px;
}
.sectionOfCatalog .insideCatalogProduct .blockWIthBottomPrice .price {
  display: inline-block;
  float: left;
  font-family: RobotoM;
  font-size: 16px;
  color: #242424;
  margin-top: 7px;
}
.sectionOfCatalog .insideCatalogProduct .blockWIthBottomPrice .custonSubmitButton {
  float: right;
  padding: 4px 15px 2px;
}
.sectionOfCatalog .insideCatalogProduct .newProductSpan {
  display: none;
}
.sectionOfCatalog .insideCatalogProduct:hover {
  box-shadow: 0px 5px 15px -1px rgba(49, 180, 4, 0.5);
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 7px 0 25px;
}
.breadcrumb li {
  font-family: RobotoR;
  font-size: 13.87px;
  line-height: 24.77px;
  color: #808080;
}
.breadcrumb li a {
  color: #808080;
}
.breadcrumb li a:hover {
  opacity: .5;
}
.breadcrumb > li + li:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 24.77px;
  color: #d7d7d7;
  vertical-align: -2px;
  padding: 0 12px 0 13px;
}

.sectionOfProduct {
  padding: 14px 0 19px;
}
.sectionOfProduct .insideProductBlock {
  display: inline-block;
}
.sectionOfProduct .insideProductBlock .blockWIthImage {
  float: left;
  border: 2px solid #d7d7d7;
  display: table;
  width: 390px;
  height: 390px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.25s;
          transition: 0.25s;
}
.sectionOfProduct .insideProductBlock .blockWIthImage div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sectionOfProduct .insideProductBlock .blockWIthImage img {
  max-height: 386px;
  max-width: 386px;
}
.sectionOfProduct .insideProductBlock .blockWIthImage .numbersOfImage {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-family: RobotoR;
  font-size: 14px;
  color: #3f3f3f;
  background-color: #f7f7f7;
  padding: 10px;
}
.sectionOfProduct .insideProductBlock .blockWIthImage:hover {
  box-shadow: 0px 5px 15px -1px rgba(97, 93, 93, 0.5);
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription {
  float: left;
  width: calc(100% - 390px);
  padding-left: 32px;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .nameOfProduct {
  font-family: RobotoR;
  font-size: 24.15px;
  color: #303030;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .inStock {
  font-family: RobotoR;
  font-size: 13.3px;
  color: #808080;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .inStock:before {
  content: '\f046';
  font-family: FontAwesome;
  font-size: 13.3px;
  color: #31b404;
  margin-right: 7px;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification {
  border-top: 1px solid #d7d7d7;
  padding-top: 14px;
  margin-top: 17px;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification ul {
  padding: 0;
  margin: 0;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification ul li {
  list-style-type: none;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification p {
  font-family: RobotoR;
  font-size: 13.97px;
  line-height: 23.23px;
  color: #808080;
  margin-bottom: 0;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification p span {
  color: #000;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .oldPrice {
  float: left;
  clear: both;
  display: inline-block;
  font-family: RobotoM;
  font-size: 16.72px;
  color: #aaa;
  text-decoration: line-through;
  margin: 25px 20px 22px 0;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .currentPrice {
  font-family: RobotoM;
  font-size: 29.3px;
  color: #303030;
  display: inline-block;
  float: left;
  margin: 15px 0;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .blockWithProductNumber {
  width: 77px;
  display: inline-block;
  position: relative;
  text-align: left;
  float: left;
  clear: both;
  margin-right: 15px;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .blockWithProductNumber .numberField {
  font-family: RobotoB;
  font-size: 18.58px;
  color: #808080;
  height: 46px;
  width: 47px;
  text-align: center;
  border: 2px solid #d7d7d7;
  border-radius: 4px;
  -moz-appearance: textfield;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .blockWithProductNumber .numberField::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .blockWithProductNumber button {
  position: absolute;
  left: 45px;
  width: 30px;
  height: 24px;
  border: 2px solid #d9d9d9;
  background-color: #fff;
  overflow: hidden;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .blockWithProductNumber button:before {
  font-family: FontAwesome;
  font-size: 12px;
  color: #b7b7b7;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .blockWithProductNumber button:focus {
  outline: none;
  background-color: #f7f7f7;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .blockWithProductNumber .minus {
  bottom: 0;
  border-radius: 0 0 4px 0;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .blockWithProductNumber .minus:before {
  content: '\f068';
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .blockWithProductNumber .plus {
  top: 0;
  border-radius: 0 4px 0 0;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .blockWithProductNumber .plus:before {
  content: '\f067';
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .custonSubmitButton {
  float: left;
  width: 161px;
  text-align: right;
  padding: 7px 24px 6px 23px;
  height: 46px;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .custonSubmitButton:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  background: url("../images/cartIcon.png") 50% 50% no-repeat;
  left: 0;
  width: 47px;
  top: 0;
  bottom: 0;
  height: 100%;
  border-right: 2px solid #2ea804;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .custonSubmitButton.added:before {
	content: '\f00c';
    font-family: FontAwesome;
    font-size: 16.79px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: none;
    background: none;    
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    width: auto;
    text-align: center;
}
.sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .custonSubmitButton:hover:before {
  border-right-color: transparent;
}
.sectionOfProduct .insideProductBlock .shortDescriptionBlock {
  display: inline-block;
  width: 100%;
  margin-top: 6px;
}
.sectionOfProduct .insideProductBlock .shortDescriptionBlock h3 {
  font-family: RobotoM;
  font-size: 16px;
  color: #2a2a2a;
  margin-bottom: 16px;
}
.sectionOfProduct .insideProductBlock .shortDescriptionBlock p {
  font-family: RobotoR;
  font-size: 13px;
  line-height: 19px;
  color: #2a2a2a;
}
.sectionOfProduct .popularProductCarousel .popularCarouselItem, .sectionOfProduct .noveltyProductCarousel .popularCarouselItem {
  margin: 0 15px;
}
.sectionOfProduct .popularProductCarousel .insideCatalogProduct, .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.25s;
          transition: 0.25s;
}
.sectionOfProduct .popularProductCarousel .insideCatalogProduct.newProduct .newProductSpan, .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct.newProduct .newProductSpan {
  display: block;
  position: absolute;
  top: 7px;
  right: -30px;
  font-family: RobotoB;
  font-size: 13px;
  color: #fff;
  background-color: #31b404;
  width: 100px;
  text-align: center;
  padding: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sectionOfProduct .popularProductCarousel .insideCatalogProduct .blockWIthImage, .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct .blockWIthImage {
  display: table;
  height: 267px;
  border-bottom: 1px solid #f3f3f3;
  margin: 0 auto;
}
.sectionOfProduct .popularProductCarousel .insideCatalogProduct .blockWIthImage a, .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct .blockWIthImage a {
  display: table-cell;
  vertical-align: middle;
}
.sectionOfProduct .popularProductCarousel .insideCatalogProduct .blockWIthImage a:focus, .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct .blockWIthImage a:focus {
  outline: none;
}
.sectionOfProduct .popularProductCarousel .insideCatalogProduct .blockWIthImage img, .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct .blockWIthImage img {
  max-width: 251px;
  max-height: 257px;
}
.sectionOfProduct .popularProductCarousel .insideCatalogProduct .nameOfProduct, .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct .nameOfProduct {
  display: inline-block;
  width: 100%;
  font-family: RobotoR;
  font-size: 15px;
  line-height: 19px;
  color: #2c2c2c;
  padding: 0 17px;
  margin: 13px 0 16px;
}
.sectionOfProduct .popularProductCarousel .insideCatalogProduct .nameOfProduct:hover, .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct .nameOfProduct:hover {
  opacity: .5;
}
.sectionOfProduct .popularProductCarousel .insideCatalogProduct .nameOfProduct:focus, .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct .nameOfProduct:focus {
  outline: none;
}
.sectionOfProduct .popularProductCarousel .insideCatalogProduct .blockWIthBottomPrice, .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct .blockWIthBottomPrice {
  display: inline-block;
  width: 100%;
  padding: 0 17px;
  margin-bottom: 17px;
}
.sectionOfProduct .popularProductCarousel .insideCatalogProduct .blockWIthBottomPrice .price, .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct .blockWIthBottomPrice .price {
  display: inline-block;
  float: left;
  font-family: RobotoM;
  font-size: 16px;
  color: #242424;
  margin-top: 7px;
}
.sectionOfProduct .popularProductCarousel .insideCatalogProduct .blockWIthBottomPrice .custonSubmitButton, .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct .blockWIthBottomPrice .custonSubmitButton {
  float: right;
  padding: 4px 15px 2px;
}
.sectionOfProduct .popularProductCarousel .insideCatalogProduct .newProductSpan, .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct .newProductSpan {
  display: none;
}
.sectionOfProduct .popularProductCarousel .insideCatalogProduct:hover, .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct:hover {
  box-shadow: 0px 5px 15px -1px rgba(49, 180, 4, 0.5);
}
.sectionOfProduct .titleForPopular, .sectionOfProduct .titleForNovelty {
  padding-top: 24px;
  margin: 24px 0 25px;
  position: relative;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #d7d7d7;
}
.sectionOfProduct .titleForPopular h2, .sectionOfProduct .titleForNovelty h2 {
  font-family: RobotoR;
  font-size: 18px;
  color: #2a2a2a;
  margin: 8px;
}
.sectionOfProduct .titleForPopular .slick-arrow, .sectionOfProduct .titleForNovelty .slick-arrow {
  width: 36px;
  height: 36px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background-color: #f9f9f9;
  position: absolute;
  top: 24px;
}
.sectionOfProduct .titleForPopular .slick-arrow:before, .sectionOfProduct .titleForNovelty .slick-arrow:before {
  font-family: FontAwesome;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #aaa;
  font-size: 23px;
}
.sectionOfProduct .titleForPopular .slick-arrow:hover, .sectionOfProduct .titleForNovelty .slick-arrow:hover {
  background-color: transparent;
}
.sectionOfProduct .titleForPopular .slick-prev, .sectionOfProduct .titleForNovelty .slick-prev {
  right: 44px;
}
.sectionOfProduct .titleForPopular .slick-prev:before, .sectionOfProduct .titleForNovelty .slick-prev:before {
  content: '\f104';
}
.sectionOfProduct .titleForPopular .slick-next, .sectionOfProduct .titleForNovelty .slick-next {
  right: 0;
}
.sectionOfProduct .titleForPopular .slick-next:before, .sectionOfProduct .titleForNovelty .slick-next:before {
  content: '\f105';
}
/*.sectionOfProduct .leftAsideMenu .mainUl .secondMenu {
  display: block;
}*/

.sectionOfSearchResults {
  padding: 14px 0;
}
.sectionOfSearchResults .insideCatalogProduct {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.25s;
          transition: 0.25s;
}
.sectionOfSearchResults .insideCatalogProduct.newProduct .newProductSpan {
  display: block;
  position: absolute;
  top: 7px;
  right: -30px;
  font-family: RobotoB;
  font-size: 13px;
  color: #fff;
  background-color: #31b404;
  width: 100px;
  text-align: center;
  padding: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sectionOfSearchResults .insideCatalogProduct .blockWIthImage {
  display: table;
  height: 267px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #f3f3f3;
  margin: 0 auto;
}
.sectionOfSearchResults .insideCatalogProduct .blockWIthImage a {
  display: table-cell;
  vertical-align: middle;
}
.sectionOfSearchResults .insideCatalogProduct .blockWIthImage img {
  max-width: 260px;
  max-height: 266px;
}
.sectionOfSearchResults .insideCatalogProduct .nameOfProduct {
  display: inline-block;
  width: 100%;
  font-family: RobotoR;
  font-size: 15px;
  line-height: 19px;
  color: #2c2c2c;
  padding: 0 17px;
  margin: 13px 0 16px;
}
.sectionOfSearchResults .insideCatalogProduct .nameOfProduct:hover {
  opacity: .5;
}
.sectionOfSearchResults .insideCatalogProduct .blockWIthBottomPrice {
  display: inline-block;
  width: 100%;
  padding: 0 17px;
  margin-bottom: 17px;
}
.sectionOfSearchResults .insideCatalogProduct .blockWIthBottomPrice .price {
  display: inline-block;
  float: left;
  font-family: RobotoM;
  font-size: 16px;
  color: #242424;
  margin-top: 7px;
}
.sectionOfSearchResults .insideCatalogProduct .blockWIthBottomPrice .custonSubmitButton {
  float: right;
  padding: 4px 15px 2px;
}
.sectionOfSearchResults .insideCatalogProduct .newProductSpan {
  display: none;
}
.sectionOfSearchResults .insideCatalogProduct:hover {
  box-shadow: 0px 5px 15px -1px rgba(49, 180, 4, 0.5);
}
.sectionOfSearchResults .blockWithFoundElements {
  margin: 4px 0 26px;
}
.sectionOfSearchResults .blockWithFoundElements p {
  font-family: RobotoR;
  font-size: 16px;
  letter-spacing: -0.6px;
  color: #303030;
  margin: 0;
}
.sectionOfSearchResults .blockWithFoundElements p span {
  font-weight: 700;
  color: #085367;
}

.customModalBlock .modal-content {
  background-color: rgba(0, 0, 0, 0.8);
}
.customModalBlock .modal-content button.close {
  position: absolute;
  right: 10px;
  top: 5px;
  opacity: 1;
  color: #5c5c5c;
  outline: none;
  font-size: 34px;
  z-index: 99;
  font-weight: 300;
}
.customModalBlock .modal-content .fotorama__wrap {
  width: 100% !Important;
}

#ascrail2001 {
  opacity: 1 !important;
  border: 1px solid #555;
  border-radius: 4px;
}

.productionButton {
  width: 100%;
  display: inline-block;
  font-family: RobotoM;
  font-size: 20px;
  color: #fff;
  background-color: #31b404;
  text-align: center;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 15px;
  margin-bottom: 15px;
  border: 2px solid #31b404;
  display: none;
}
.productionButton:after {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 21px;
  color: #fff;
  margin-left: 10px;
  position: relative;
}
.productionButton.active {
  color: #31b404;
  background-color: transparent;
}
.productionButton.active:after {
  color: #31b404;
}

footer {
  background-color: #191c1f;
  padding-top: 51px;
}
footer .topBlockOfFooter #results {
  display: inline-block;
  float: right;
  margin-top: 15px;
  width: 30.771%;
  padding-left: 110px;
  color: #fff;
  font-size: 16px;
  font-family: RobotoR;
}
footer .topBlockOfFooter .leftBlockOfLogo {
  float: left;
  text-align: left;
  width: 21.93%;
}
footer .topBlockOfFooter .leftBlockOfLogo p {
  font-family: RobotoR;
  font-size: 12px;
  line-height: 18px;
  color: #f7f8f9;
  text-transform: uppercase;
  margin: 24px 0 0;
}
footer .topBlockOfFooter .leftBlockOfLogo a {
  display: inline-block;
}
footer .topBlockOfFooter .leftBlockOfLogo a:hover {
  opacity: .75;
}
footer .topBlockOfFooter .footerTitle {
  font-family: RobotoR;
  font-size: 11.96px;
  text-transform: uppercase;
  color: #f7f8f9;
  margin: 0 0 13px;
}
footer .topBlockOfFooter .footerNav {
  float: left;
  width: 19.299%;
}
footer .topBlockOfFooter .footerNav ul {
  padding: 0;
}
footer .topBlockOfFooter .footerNav ul li {
  list-style-type: none;
}
footer .topBlockOfFooter .footerNav ul li a {
  font-family: RobotoR;
  font-size: 14px;
  line-height: 28px;
  color: #6c6c6c;
}
footer .topBlockOfFooter .footerNav ul li a:hover {
  color: #e2e2e2;
  text-decoration: underline;
}
footer .topBlockOfFooter .footerContacts {
  width: 28%;
  float: left;
  font-family: RobotoR;
  font-size: 14px;
  line-height: 20px;
  color: #6c6c6c; 
}
footer .topBlockOfFooter .footerContacts p {
  margin-bottom: 0;
  color: #6c6c6c;
}
footer .topBlockOfFooter .footerContacts span {
  color: #dedede;
}
footer .topBlockOfFooter .footerWriteUsBlock {
  width: 30.771%;
  float: left;
  padding-left: 110px;
  position: relative;
}
footer .topBlockOfFooter .footerWriteUsBlock .footerWUinput {
  width: 100%;
  font-family: RobotoR;
  font-size: 14px;
  color: #6c6c6c;
  border: 1px solid #353535;
  background-color: #353535;
  border-radius: 4px;
  padding: 14px 5px 13px 23px;
}
footer .topBlockOfFooter .footerWriteUsBlock .footerWUinput:focus {
  box-shadow: 2px 3px 8px rgba(140, 140, 140, 0.37);
}
footer .topBlockOfFooter .footerWriteUsBlock .footerWUbutton {
  position: absolute;
  right: 9px;
  bottom: 5px;
  width: 39px;
  height: 39px;
  background-color: #31b404;
  border-radius: 50%;
  border: none;
}
footer .topBlockOfFooter .footerWriteUsBlock .footerWUbutton:before {
  content: '\e670';
  font-family: PeIcon;
  font-size: 22px;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
}
footer .topBlockOfFooter .footerWriteUsBlock .footerWUbutton:hover {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
footer .bottomBlockOfFooter {
  width: 100%;
  display: inline-block;
  padding: 20px 0;
  border-top: 1px solid #636363;
  margin-top: 21px;
}
footer .bottomBlockOfFooter .leftDevBlock {
  font-family: RobotoR;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #6c6c6c;
}
footer .bottomBlockOfFooter .rightDevBlock {
  font-family: RobotoR;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #6c6c6c;
}
footer .bottomBlockOfFooter .rightDevBlock a {
  text-transform: uppercase;
  color: #6c6c6c;
}
footer .bottomBlockOfFooter .rightDevBlock a:hover {
  color: #31b404;
}

.hiddenCartBlock.hiddenCatalogCartBlock {
  position: fixed;
  display: block;
  right: 10px;
  width: 350px;
  transition: 1s;
}
.hiddenCartBlock.hiddenCatalogCartBlock .continueShopping {
  width: 100%;
  font-family: RobotoR;
  font-size: 16.39px;
  border: 2px solid #505050;
  background-color: #ffffff;
  color: #505050;
  border-radius: 4px;
  padding: 5px 0 6px;
  margin-top: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #555;
  -webkit-box-shadow: 0 0 0px 1000px #f8f8f8 inset;
  transition: background-color 5000s ease-in-out 0s;
  padding-left: 20px !important;
}

.sectionOfSucces {
  padding: 25px 0; 
  padding: 30px 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  text-align: center;
}
.sectionOfSucces .contentBlock {
  font-family: RobotoR;
  font-size: 16px;
  color: #000;
}
.sectionOfSucces .contentBlock h2 {
  font-family: RobotoB;
  font-size: 40px;
  margin: 0 0 25px;
}
.sectionOfSucces .contentBlock .custonSubmitButton {
  font-size: 15px;
  padding: 12px 30px;
  display: inline-block;
}
.sectionOfSucces .contentBlock .custonSubmitButton:hover {
 color: #fff;
}
.sectionOfSucces .contentBlock p{
  font-size: 18px;
  text-align: center;
  margin: 0 0 25px;
}
#resultd {
  padding: 15px;
}
#resultd p {
  font-family: RobotoR;
  font-size: 20px;
  color: #000;
  margin: 0;
}
.custonSubmitButton.added {
	color: transparent;
}
.custonSubmitButton.added:before {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 16.79px;
    color: #fff;
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-height: 600px) {
  .sectionOfBanner {
    height: 600px;
  }
}
@media (max-width: 1199px) {
  header .topBlockOfHeader > .container {
    position: relative;
  }

  header .topBlockOfHeader .phoneBlock, header .topBlockOfHeader .emailBlock, header .topBlockOfHeader .workTimeBLock {
    line-height: 20px;
  }
  header .topBlockOfHeader .userActionBlock, header .topBlockOfHeader .blockWithLanguages {
    margin-top: 5px;
  }

  .workTimeBLock {
    line-height: 20px;
  }

  header .topBlockOfHeader .phoneBlock {
    margin-right: 75px;
  }

  header .topBlockOfHeader .emailBlock {
    position: absolute;
    left: 15px;
    top: 21px;
  }

  .workTimeBLock {
    width: 130px;
  }

  header .middleBlockOfHeader .blockWithNavigation > ul > li > a {
    font-size: 15px;
    padding: 21px 15px;
  }

  header .blockWithSubMenu .submenu {
    width: 22%;
  }

  .sectionOfBanner {
    height: 450px;
  }

  header .blockWithSubMenu {
    height: 450px;
  }
  header .blockWithSubMenu .grid {
    height: 390px !important;
  }

  .sectionOfBanner .scroll {
    bottom: 15px;
  }

  .sectionOfAssortment .blockWithBoard {
    padding: 90px 67px;
  }
  .sectionOfAssortment .blockWithBoard .hackTitle {
    margin-top: 40px;
  }

  .sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction .titleOfUl {
    font-size: 18px;
  }

  .sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction ul li a {
    font-size: 14px;
  }

  .sectionTitle {
    width: 100%;
  }

  .sectionTitleBlock .slick-dots {
    top: 5px;
  }

  footer .topBlockOfFooter .footerWriteUsBlock, footer .topBlockOfFooter #results {
    padding-left: 45px;
  }

  .blockWithProductsInBasket .blockWithProduct .blockWithProductDescrp {
    margin-left: 25px;
  }
  .blockWithProductsInBasket .blockWithProduct .blockWithProductDescrp a {
    margin-top: 5px;
  }

  .blockWithProductsInBasket .blockWithActionButtons .BlockWithPrice, .blockWithProductsInBasket .blockWithActionButtons .hrefForNews {
    margin-top: 4px;
  }

  .sectionOfCatalog .insideCatalogProduct .blockWIthImage {
    height: 210px;
  }
  .sectionOfCatalog .insideCatalogProduct .blockWIthImage img {
    max-width: 210px;
    max-height: 210px;
  }

  .sectionOfCatalog .insideCatalogProduct .blockWIthBottomPrice span {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .sectionOfCatalog .insideCatalogProduct .blockWIthBottomPrice .custonSubmitButton {
    width: 100%;
    margin-top: 10px;
  }

  .leftAsideMenu .mainUl > li span {
    padding: 10px 40px 10px 14px;
  }

  .leftAsideMenu .mainUl .secondMenu a {
    padding-left: 20px;
  }
  .leftAsideMenu .mainUl .secondMenu a.active {
    padding-left: 30px;
  }

  .sectionOfCatalog .insideCatalogProduct .blockWIthBottomPrice .price {
    margin: 0;
  }

  .sectionOfCatalog .insideCatalogProduct .nameOfProduct {
    margin: 13px 0 10px;
  }

  .sectionOfCatalog .rightBlockOfCatalog .blockWithPagination {
    margin-top: 0;
  }

  .sectionOfOrdering .basketBlockInOrdering .blockWithProductDescrp {
    margin-left: 0;
    width: calc(100% - 92px);
    padding-left: 15px;
  }

  .sectionOfOrdering .blockWithProductsInBasket .blockWithProduct .blockWithProductPrice {
    margin-top: 15px;
  }
  .sectionOfOrdering .blockWithProductsInBasket .blockWithProduct .blockWithProductNumber {
    margin-top: 12px;
  }
  .sectionOfOrdering .blockWithProductsInBasket .blockWithProduct .blockWithMainPrice {
    margin-top: 16px;
  }
  .sectionOfOrdering .blockWithProductsInBasket .blockWithProduct .blockWithMainPrice,
  .sectionOfOrdering .blockWithProductsInBasket .blockWithProduct .blockWithProductNumber,
  .sectionOfOrdering .blockWithProductsInBasket .blockWithProduct .blockWithProductPrice {
    width: calc(41% - 92px);
    text-align: center;
  }
  .sectionOfOrdering .blockWithProductsInBasket .blockWithProduct .remove {
    top: 10px;
  }

  .sectionOfOrdering .orderingNavTabs {
    border-bottom: none;
  }
  .sectionOfOrdering .orderingNavTabs li {
    margin-bottom: 5px;
    width: 100%;
  }
  .sectionOfOrdering .orderingNavTabs li a {
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 13px 11px 10px 12px;
    margin-bottom: 0;
  }
  .sectionOfOrdering .orderingNavTabs li.active a {
    border-bottom-color: #d7dcde !important;
  }

  .sectionOfOrdering .orderingNavTabs .active a:hover {
    border-bottom-color: #d7dcde !important;
  }

  .sectionOfOrdering .orderingNavContents .secondContent .deliveryRadio label {
    width: 28%;
  }

  .sectionOfProduct .popularProductCarousel .insideCatalogProduct .blockWIthImage,
  .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct .blockWIthImage {
    height: 210px;
  }

  .sectionOfProduct .popularProductCarousel .insideCatalogProduct .blockWIthImage img,
  .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct .blockWIthImage img {
    max-width: 203px;
    max-height: 197px;
  }

  .sectionOfProduct .popularProductCarousel .insideCatalogProduct .blockWIthBottomPrice .price,
  .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct .blockWIthBottomPrice .price {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }

  .sectionOfProduct .popularProductCarousel .insideCatalogProduct .blockWIthBottomPrice .custonSubmitButton,
  .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct .blockWIthBottomPrice .custonSubmitButton {
    width: 100%;
  }

  .sectionOfSearchResults .insideCatalogProduct .blockWIthImage {
    height: 220px;
  }
  .sectionOfSearchResults .insideCatalogProduct .blockWIthImage img {
    max-width: 210px;
    max-height: 216px;
  }

  .sectionOfSearchResults .insideCatalogProduct .blockWIthBottomPrice .price {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .sectionOfSearchResults .insideCatalogProduct .blockWIthBottomPrice .custonSubmitButton {
    width: 100%;
    margin-top: 10px;
  }

  .sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithOfferDescrp {
    height: 74px;
  }
}
@media (max-width: 991px) {
  .sectionOfCatalog .rightBlockOfCatalog .blockWithNumbers {
    position: relative;
    float: left;
    clear: both;
    padding-right: 40px;
  }
  .sectionOfBanner {
    height: 350px;
  }

  header .blockWithSubMenu {
    height: 350px;
  }
  header .blockWithSubMenu .grid {
    height: 290px !important;
  }

  .middleBlockOfHeader > .container {
    position: relative;
  }

  header .middleBlockOfHeader .blockWithNavigation {
    width: 100%;
    display: none;
    margin-top: 10px;
    position: relative;
    padding-top: 10px;
  }
  header .middleBlockOfHeader .blockWithNavigation:before {
    content: '';
    position: absolute;
    left: -50%;
    right: -50%;
    height: 11px;
    top: 0;
    background-color: #085367;
    opacity: 0;
    -webkit-transition: 0.25s;
            transition: 0.25s;
  }
  header .middleBlockOfHeader .blockWithNavigation:after {
    content: '';
    position: absolute;
    left: -50%;
    right: -50%;
    top: 2px;
    height: 1px;
    background-color: #e3e3e3;
    opacity: 0;
    -webkit-transition: 0.25s;
            transition: 0.25s;
  }
  header .middleBlockOfHeader .blockWithNavigation > ul > li > a {
    padding: 10px 29px;
  }
  header .middleBlockOfHeader .blockWithNavigation.opacityPseudo:before, header .middleBlockOfHeader .blockWithNavigation.opacityPseudo:after {
    opacity: 1;
  }

  .hamburgerMenu {
    display: inline-block;
  }

  header .topBlockOfHeader .phoneBlock {
    margin-right: 20px;
  }

  header .topBlockOfHeader .phoneBlock, header .topBlockOfHeader .emailBlock {
    line-height: 30px;
  }

  header .topBlockOfHeader .emailBlock {
    position: relative;
    top: 0;
    left: 0;
  }

  header .topBlockOfHeader .userActionBlock, header .topBlockOfHeader .blockWithLanguages {
    margin-top: 0;
  }

  header .topBlockOfHeader .workTimeBLock {
    display: none;
  }

  header .blockWithSubMenu .submenu .titleCategory a {
    font-size: 16px;
  }

  header .blockWithSubMenu .submenu li a {
    padding: 3px 15px;
    font-size: 14px;
  }

  header .blockWithSubMenu .submenu {
    margin-bottom: 15px;
  }

  header .blockWithSubMenu {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 50px rgba(136, 136, 136, 0.6);
  }

  .sectionOfBanner .scroll {
    display: none;
  }

  .sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction {
    height: 350px;
    overflow-y: scroll;
  }

  .sectionOfAssortment .blockWithBoard {
    padding: 57px 70px 57px 52px;
  }

  .sectionOfAssortment .blockWithBoard .hackTitle {
    margin-top: 20px;
  }

  header .middleBlockOfHeader .blockWIthSearch, header .middleBlockOfHeader .blockWithBasket .blockWIthInfo {
    margin-top: 15px;
  }

  .blockWithProductsInBasket .blockWithProduct .blockWithProductDescrp {
    margin-left: 10px;
  }
  .blockWithProductsInBasket .blockWithProduct .blockWithProductDescrp a {
    font-size: 16px;
    line-height: 22px;
  }

  .blockWithProductsInBasket .blockWithProduct .blockWithProductPrice {
    width: 50%;
    margin-top: 5px;
    text-align: left;
    padding-left: 50px;
  }
  .blockWithProductsInBasket .blockWithProduct .blockWithProductPrice span {
    font-size: 16px;
  }

  .blockWithProductsInBasket .blockWithProduct .blockWithProductNumber {
    margin-top: 0;
    margin-left: 0;
    width: 50%;
    text-align: center;
  }

  .blockWithProductsInBasket .blockWithProduct .blockWithMainPrice {
    margin-top: 0;
    width: 50%;
    text-align: left;
    padding-left: 20px;
  }

  .blockWithProductsInBasket .blockWithProduct .remove {
    top: 15px;
  }

  .blockWithProductsInBasket .blockWithActionButtons .BlockWithPrice {
    clear: both;
    margin: 10px 0 0;
  }
  
  .sectionOfCatalog .rightBlockOfCatalog .showNumbersOfItem ul {
    float: left;
    clear: both;
    margin-top: 10px;
  }

  .sectionOfCatalog .rightBlockOfCatalog .sortingBlock span {
    float: right;
  }
  .sectionOfCatalog .rightBlockOfCatalog .sortingBlock button {
    float: right;
    clear: both;
    margin-top: 10px;
  }

  .sectionOfCatalog .insideCatalogProduct .blockWIthImage {
    height: 220px;
  }
  .sectionOfCatalog .insideCatalogProduct .blockWIthImage img {
    max-width: 218px;
    max-height: 220px;
  }

  .sectionOfOrdering .orderingNavContents .secondContent .blockWithRadio .radioInputs {
    position: absolute;
    z-index: -3;
  }

  .sectionOfOrdering .orderingNavContents .secondContent .deliveryRadio {
    width: 100%;
    margin-top: 5px;
  }

  .sectionOfOrdering .orderingNavContents .secondContent .blockWithRadio label {
    margin-left: 25px;
  }

  .sectionOfOrdering .basketBlockInOrdering .blockWithProduct .blockWithProductDescrp {
    margin-left: 0;
  }

  .sectionOfOrdering .blockWithProductsInBasket .blockWithProduct .blockWithMainPrice,
  .sectionOfOrdering .blockWithProductsInBasket .blockWithProduct .blockWithProductNumber,
  .sectionOfOrdering .blockWithProductsInBasket .blockWithProduct .blockWithProductPrice {
    width: calc(47% - 92px);
    text-align: center;
    padding: 0;
  }

  .sectionOfProduct .insideProductBlock .blockWIthImage {
    width: 195px;
    height: 195px;
  }
  .sectionOfProduct .insideProductBlock .blockWIthImage img {
    max-width: 193px;
    max-height: 193px;
  }
  .sectionOfProduct .insideProductBlock .blockWIthImage .numbersOfImage {
    padding: 5px;
  }

  .sectionOfProduct .insideProductBlock .rightBlockOfDescription {
    width: calc(100% - 197px);
  }
  .sectionOfProduct .insideProductBlock .rightBlockOfDescription .nameOfProduct {
    margin-top: 0;
  }
  .sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .custonSubmitButton {
    padding: 7px 16px 6px 23px;
    width: 145px;
  }
  .sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .currentPrice {
    width: 100%;
  }
  .sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification .oldPrice {
    margin: 11px 10px 0 0;
  }

  .sectionOfSearchResults .insideCatalogProduct .blockWIthImage {
    height: 220px;
  }
  .sectionOfSearchResults .insideCatalogProduct .blockWIthImage img {
    max-height: 218px;
    max-width: 218px;
  }

  header .blockWithNavigation {
    width: 100%;
    display: none;
    margin-top: 11px;
  }

  header .smallMediaBlock {
    position: relative;
    width: 100%;
  }
  header .smallMediaBlock:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 11px;
    background-color: #085367;
    left: 0;
    right: 0;
    top: 0;
  }
  header .smallMediaBlock:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    height: 1px;
    background-color: #e3e3e3;
  }

  header .blockWithNavigation > ul > li > a {
    padding: 12px 25px;
  }

  header .middleBlockOfHeader .blockWithBasket .blockWIthInfo {
    background: url("../images/headerIconCart.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .sectionOfSucces .contentBlock h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sectionOfSucces .contentBlock h2 {
    font-size: 28px;
  }
  header .topBlockOfHeader .phoneBlock, header .topBlockOfHeader .emailBlock {
    display: none;
  }

  header .topBlockOfHeader {
    padding: 5.5px 0;
  }

  header .middleBlockOfHeader .blockWithLogo {
    width: 90px;
    top: -15px;
  }
  header .middleBlockOfHeader .blockWithLogo img {
    width: 100%;
  }

  .sectionOfOneBlock .blockWithDescription {
    padding: 0 15px;
  }
  .sectionOfOneBlock .blockWithDescription img {
    max-width: 100%;
  }

  	/*.blockWithProductsInBasket .blockWithProduct .blockWIthImage {
  		width: 60px;
  		height: 60px;
  		img {
  			max-width: 58px;
      		max-height: 58px;
  		}
  	}*/
  .blockWithProductsInBasket .blockWithProduct .blockWithProductDescrp {
    margin-left: 0;
    padding-left: 10px;
    width: calc(100% - 92px);
  }
  .blockWithProductsInBasket .blockWithProduct .blockWithProductDescrp a {
    margin: 0;
    font-size: 14px;
  }
  .blockWithProductsInBasket .blockWithProduct .blockWithProductDescrp .productDescrp {
    display: none;
  }

  .blockWithProductsInBasket .blockWithProduct .blockWithProductPrice,
  .blockWithProductsInBasket .blockWithProduct .blockWithProductNumber,
  .blockWithProductsInBasket .blockWithProduct .blockWithMainPrice {
    width: calc(41% - 92px);
    text-align: center;
    padding-left: 0;
    float: left;
    margin-top: 10px;
  }

  .blockWithProductsInBasket .blockWithProduct .blockWithProductPrice {
    margin-top: 17px;
  }

  .blockWithProductsInBasket .blockWithProduct .blockWithMainPrice {
    margin-top: 16px;
  }

  .blockWithProductsInBasket .blockWithProduct .remove {
    top: calc(50% - 15px);
  }

  .leftAsideMenu .productionButton {
    display: block;
  }
  .leftAsideMenu .mainUl {
    display: none;
  }

  .sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .pagination {
    width: 100%;
    text-align: center;
  }
  .sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .pagination li {
    display: inline-block;
  }

  .sectionOfCatalog .rightBlockOfCatalog .sortingBlock ul {
    width: 135%;
  }

  .sectionOfOrdering .orderingNavContents .firstContent .customRegisInputPage,
  .sectionOfOrdering .orderingNavContents .secondContent .customRegisInputPage {
    background-position: 2.5% 50% !important;
  }

  .sectionOfOrdering .leftBlockOfOrdering {
    margin-bottom: 20px;
  }

  .sectionOfOrdering .blockWithProductsInBasket .blockWithProduct .blockWithMainPrice,
  .sectionOfOrdering .blockWithProductsInBasket .blockWithProduct .blockWithProductNumber,
  .sectionOfOrdering .blockWithProductsInBasket .blockWithProduct .blockWithProductPrice {
    width: calc(41% - 85px);
  }

  .sectionOfProduct .insideProductBlock .blockWIthImage {
    margin: 0 10px 10px 0;
  }

  .sectionOfProduct .insideProductBlock .rightBlockOfDescription {
    width: auto;
    float: none;
    padding-left: 0;
  }

  .sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification {
    border-top: none;
  }

  .passModal .modal-body .rePassInput {
    width: calc(100% - 200px);
  }

  .passModal .modal-body .custonSubmitButton {
    width: 176px;
    float: right;
  }

  .sectionOfSearchResults .insideCatalogProduct .blockWIthImage img {
    max-width: 210px;
    max-height: 216px;
  }

  header .smallMediaBlock {
    background-color: #212121;
    padding-top: 11px;
    display: none;
  }
  header .smallMediaBlock .container {
    padding: 0;
  }

  header .blockWithLanguages {
    float: left;
    margin: 0 0 0 15px;
  }
  header .blockWithLanguages .buttonWithLanguages {
    font-size: 14px;
    padding: 0 10px;
  }

  header .userActionBlock {
    margin-right: 15px;
  }

  .open > .dropdown-toggle.btn-primary:hover {
    background-color: transparent;
    border: none;
  }

  header .userActionBlock a {
    font-size: 14px;
  }

  header .blockWithNavigation {
    display: block;
    margin: 0;
  }
  header .blockWithNavigation > ul > li {
    width: 100%;
  }
  header .blockWithNavigation > ul > li > a {
    padding: 12px 25px !important;
    font-size: 16px;
    font-family: RobotoM;
    color: #fff;
    background-color: #313131;
    border-top: 2px solid #4a4a4a;
    border-bottom: 2px solid #292929;
    width: 100%;
  }

  header .blockWithNavigation > ul > li.subMenuLi > a:after {
    color: #fff;
  }

  header .blockWithSubMenu {
    position: static;
  }

  header .blockWithSubMenu .submenu {
    width: 30%;
  }

  footer {
    padding: 0;
  }
  footer .topBlockOfFooter {
    display: none;
  }
  footer .bottomBlockOfFooter {
    margin-top: 0;
    border: none;
  }

  .sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithImg {
    height: 200px;
  }
  .sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithImg img {
    max-height: 187px;
    max-width: 197px;
  }

  .sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithOfferDescrp {
    padding: 0 10px;
  }

  .sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithPrice .pricesBlock {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithPrice .pricesBlock p {
    float: none;
  }

  .sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithPrice .productButton {
    width: 100%;
  }

  .sectionOfSpecialOffer .insidePaperBLock .infoBlock .blockWithPrice {
    padding: 0 10px 10px;
  }

  .sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction .blockWithAssortment {
    width: 50%;
    float: left;
  }

  .sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction {
    width: 100%;
  }

  .sectionOfAssortment .blockWithBoard {
    padding: 57px 55px 61px 52px;
  }
}
@media (max-width: 600px) {
  .sectionOfAssortment .blockWithBoard {
    padding: 57px 43px 61px 41px;
  }

  .sectionOfAssortment .blockWithBoard .hackTitle {
    font-size: 26px;
  }
  .sectionOfAssortment .blockWithBoard .hackTitle:before {
    display: none;
  }

  .sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction {
    margin: 15px 0;
  }

  .sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction .blockWithAssortment {
    padding-left: 45px;
  }
}
@media (max-width: 550px) {
  .blockWithProductsInBasket .blockWithProduct .blockWithMainPrice {
    margin-top: 0;
  }
  .blockWithProductsInBasket .blockWithProduct {
    text-align: center;
  }
  .blockWithProductsInBasket .blockWithProduct .blockWithProductPrice,
  .blockWithProductsInBasket .blockWithProduct .blockWithProductNumber,
  .blockWithProductsInBasket .blockWithProduct .blockWithMainPrice {
    width: calc(100% - 92px);
    float: right;
  }

  .blockWithProductsInBasket .blockWithProduct .remove {
    top: 0px;
    left: -10px;
  }

  .blockWithProductsInBasket .blockWithActionButtons {
    padding-top: 15px;
    text-align: center;
  }
  .blockWithProductsInBasket .blockWithActionButtons .custonSubmitButton {
    margin: 15px auto;
    float: none !important;
  }

  .blockWithProductsInBasket .blockWithActionButtons .BlockWithPrice, .blockWithProductsInBasket .blockWithActionButtons .hrefForNews {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .sectionOfOrdering .blockWithProductsInBasket .blockWithProduct .blockWithMainPrice,
  .sectionOfOrdering .blockWithProductsInBasket .blockWithProduct .blockWithProductNumber,
  .sectionOfOrdering .blockWithProductsInBasket .blockWithProduct .blockWithProductPrice {
    width: calc(100% - 85px);
    margin: 3px 0;
  }

  .passModal .modal-body .rePassInput {
    width: 100%;
    margin-bottom: 15px;
  }

  header .blockWithSubMenu .submenu {
    width: 50%;
  }

  .sectionOfBanner .layer1 {
    width: 20.773%;
    height: 34.881%;
    left: 0% !important;
    top: 0% !important;
  }
  .sectionOfBanner .layer2 {
    width: 18.8288%;
    height: 32.01%;
    display: none !important;
  }
  .sectionOfBanner .layer3 {
    width: 21.771%;
    height: 35.12%;
    left: 59% !important;
    top: -5% !important;
  }
  .sectionOfBanner .layer4 {
    width: 22.349%;
    height: 38.47%;
  }
  .sectionOfBanner .layer6 {
    width: 21.193%;
    height: 36.228%;
    left: 15% !important;
  }
  .sectionOfBanner .layer7 {
    width: 23.19%;
    height: 35.838%;
    left: 63% !important;
    top: 33% !important;
  }
  .sectionOfBanner .layer8 {
    width: 17.0945%;
    height: 26.15%;
    left: 2% !important;
    top: 71% !important;
  }
  .sectionOfBanner .layer9 {
    width: 19.8799%;
    height: 33.805%;
    display: none !important;
  }
  .sectionOfBanner .layer10 {
    width: 21.666%;
    height: 29.858%;
    left: 47% !important;
    top: 72% !important;
  }
  .sectionOfBanner .layer11 {
    width: 21.193%;
    height: 35.599%;
  }
  .blockWithProductsInBasket .blockWithProduct .blockWithProductNumber {
    float: none !important;
    display: inline-block;
    margin: 10px auto;
    width: auto !important;
  }
}
@media (max-width: 479px) {
  .sectionOfSucces .contentBlock h2 {
    font-size: 18px;
  }
  .sectionOfSucces .contentBlock p {
    font-size: 15px;
  }
  .blockWithProductsInBasket .blockWithActionButtons .BlockWithPrice span {
    display: inline-block;
    width: 100%;
    margin: 0;
  }

  .blockWithProductsInBasket .blockWithActionButtons .custonSubmitButton {
    margin-top: 0;
  }

  .blockWithProductsInBasket .blockWithActionButtons .BlockWithPrice {
    margin-bottom: 15px;
  }

  .sectionOfCatalog .blockWithCatalogProducts .catalogProduct {
    width: 100%;
  }

  .sectionOfCatalog .insideCatalogProduct .blockWIthImage img {
    max-width: 375px;
    max-height: 375px;
  }

  .sectionOfCatalog .rightBlockOfCatalog .blockWithPagination .pagination {
    margin-top: 15px;
  }

  .sectionOfCatalog .rightBlockOfCatalog .sortingBlock button {
    width: 155px;
  }

  .sectionOfSearchError .notFoundImage {
    margin: 35px 0;
  }
  .sectionOfSearchError .notFoundImage img {
    max-width: 100%;
  }

  .sectionOfProduct .popularProductCarousel .insideCatalogProduct .blockWIthImage img,
  .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct .blockWIthImage img {
    max-width: 250px;
    max-height: 250px;
    margin: 0 auto;
  }

  .sectionOfProduct .popularProductCarousel .insideCatalogProduct .blockWIthImage,
  .sectionOfProduct .noveltyProductCarousel .insideCatalogProduct .blockWIthImage {
    width: 100%;
    text-align: center;
  }

  .sectionOfProduct .insideProductBlock .blockWIthImage {
    width: 100%;
    text-align: center;
  }
  .sectionOfProduct .insideProductBlock .blockWIthImage img {
    max-width: 275px;
    max-height: 275px;
    margin: 0 auto;
  }

  .sectionOfProduct .insideProductBlock .rightBlockOfDescription {
    width: 100%;
    display: inline-block;
  }
  .sectionOfProduct .insideProductBlock .rightBlockOfDescription .blockWithSpecification {
    margin-top: 0;
  }

  .passModal .modal-body .custonSubmitButton {
    width: 100%;
  }

  .rightResultsBlock .blockWithCatalogProducts .catalogProduct {
    width: 100%;
  }

  .sectionOfSearchResults .insideCatalogProduct .blockWIthImage img {
    max-width: 270px;
    max-height: 276px;
  }

  .sectionOfProvider {
    padding: 30px 0;
  }

  .sectionOfReviews .reviewsItem {
    padding: 78px 15px 0;
  }

  .sectionOfSpecialOffer {
    padding: 50px 0;
  }

  .sectionOfAssortment .blockWithBoard .blockWIthCatalogOfProduction .blockWithAssortment {
    width: 100%;
  }

  .sectionOfAssortment .blockWithBoard {
    padding: 51px 34px 56px 34px;
  }

  .hiddenCartBlock.hiddenCatalogCartBlock {
  	width: 90%;
  	right: 5%;
  }
}
/* vasia */
@media (max-width: 1199px) {
  /* cabinet  */
  .sectionOfCabinet .cabinetNavContents .firstContent .leftBlockWIthForm {
    padding: 0 15px 0 50px;
  }

  .sectionOfCabinet .cabinetNavContents .firstContent .rightBlockWIthForm {
    padding: 0 50px 0 15px;
  }

  /* reviews */
  .sectionOfReviewsPage .blockWithRevAuthor {
    padding: 0 20px;
  }

  /* registration */
  .sectionOfRegistration .rightBlock {
    padding: 0 20px 0 55px;
  }

  .sectionOfRegistration .leftBlock {
    padding: 0 55px 0 20px;
  }

  .sectionOfRegistration .pageTitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  /* cabinet  */
  .sectionOfCabinet .cabinetNavContents .firstContent .leftBlockWIthForm {
    padding: 0 15px 0 0;
  }

  .sectionOfCabinet .cabinetNavContents .firstContent .rightBlockWIthForm {
    padding: 0 0 0 15px;
  }

  .sectionOfCabinet .cabinetNavContents .firstContent {
    padding-top: 20px;
  }

  .sectionOfCabinet .cabinetNavContents .firstContent .blockWithRadio {
    margin-left: 5px;
  }

  .sectionOfCabinet .cabinetNavContents .secondContent .statusBlock p .price {
    position: relative;
    z-index: 10;
    padding: 0 0 0 5px;
    bottom: 0;
    background: #fff;
  }

  /* reviews */
  .sectionOfReviewsPage .blockWithFeedback .form-group {
    width: 100%;
  }

  /* contacts*/
  .sectionOfContacts .leftContactsBlock p,
  .sectionOfContacts .leftContactsBlock .manP,
  .sectionOfContacts .leftContactsBlock .phoneP {
    border-bottom: 1px dashed #999;
    padding-bottom: 15px;
    margin-bottom: 20px !important;
  }

  .sectionOfRegistration .rightBlock:before,
  .sectionOfRegistration .rightBlock:after {
    display: none;
  }

  .sectionOfRegistration .leftBlock,
  .sectionOfRegistration .rightBlock {
    padding: 0;
  }

  .sectionOfRegistration .customRegisInputPage {
    background-position: 2% 50% !important;
  }

  /* delivery */
  .sectionOfDelivery .blockWIthTabsOfDelivery {
    padding: 0;
  }

  .sectionOfDelivery .blockWIthTabsOfDelivery .tabOfDelDescription {
    border-right: 0;
    padding: 20px 0;
    border-bottom: 1px dashed #d7d7d7;
  }

  .sectionOfDelivery .blockWIthTabsOfDelivery .tabOfDelDescription:last-of-type {
    border-bottom: 0;
  }

  .sectionOfDelivery .blockWIthTabsOfDelivery .tabOfDelDescription h3 {
    margin: 0 0 15px;
  }

  .sectionOfAboutUs .blockWithOurAchievements span {
    max-width: 200px;
    display: block;
  }

  .sectionOfAboutUs {
    text-align: center;
  }

  .sectionOfAboutUs .blockWithOurAchievements {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: auto;
  }

  .sectionOfAboutUs p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  /* cabinet  */
  .sectionOfCabinet .cabinetNavContents .firstContent .leftBlockWIthForm,
  .sectionOfCabinet .cabinetNavContents .firstContent .rightBlockWIthForm {
    float: none;
    width: auto;
    padding: 0;
  }
  .sectionOfCabinet .cabinetNavContents .firstContent .leftBlockWIthForm .custonSubmitButton,
  .sectionOfCabinet .cabinetNavContents .firstContent .rightBlockWIthForm .custonSubmitButton {
    width: 100%;
  }

  .sectionOfCabinet .cabinetNavContents .firstContent .customRegisInputPage {
    background-position: 3% 50% !important;
  }

  .sectionOfCabinet {
    padding: 15px 0 25px;
  }

  .sectionOfCabinet .cabinetNavTabs a {
    padding: 10px 7px;
  }

  .sectionOfCabinet .cabinetNavContents .secondContent .statusBlock p .name {
    max-width: 160px;
  }

  .sectionOfCabinet .cabinetNavContents .secondContent .statusBlock p {
    position: relative;
  }

  .sectionOfCabinet .cabinetNavContents .secondContent .statusBlock p .price {
    position: absolute;
    z-index: 10;
    padding: 0 0 0 5px;
    right: 0;
    bottom: 0;
    background: #fff;
  }

  /* reviews */
  .sectionOfReviewsPage .blockWithFeedback .form-group label {
    float: none;
    width: 100%;
    display: block;
    line-height: 1;
    margin: 0 0 5px;
  }

  .sectionOfReviewsPage .blockWithFeedback .form-group input {
    width: 100%;
  }

  /* contacts*/
  .sectionOfContacts .rightContactsBlock .form-group {
    width: 100%;
  }

  .leftContactsBlock,
  .rightContactsBlock {
    padding: 0;
  }

  .rightContactsBlock .custonSubmitButton {
    width: 100%;
  }

  .sectionOfContacts .rightContactsBlock .writeUsTitle {
    margin: 20px 0 15px;
  }

  .sectionOfContacts .leftContactsBlock .worlTimeBlock h3 {
    margin: 15px 0;
  }

  .sectionOfRegistration .customRegisInputPage {
    background-position: 3% 50% !important;
  }

  .sectionOfAboutUs .blockWithOurAchievements {
    margin-bottom: 20px;
  }
}
@media (max-width: 568px) {
  /* reviews */
  .sectionOfReviewsPage .blockWithFeedback .reviewsForm {
    width: 100%;
  }
  .sectionOfReviewsPage .blockWithFeedback .reviewsForm .custonSubmitButton {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  /* cabinet  */
  .sectionOfCabinet .cabinetNavContents .firstContent .customRegisInputPage {
    padding: 13px 15px 10px 40px;
  }

  .sectionOfRegistration .customRegisInputPage {
    background-position: 4% 50% !important;
    padding: 13px 15px 10px 40px;
  }
}

.sectionOfCatalog .insideCatalogProduct .blockWIthImage {
  background: url(../images/defaultPic.png) no-repeat center;
}

.sectionOfCatalog .insideCatalogProduct .blockWIthImage img {
  color: transparent;
  border: 0;
}

.hiddenCartBlock .topBlock .blockWIthImage {
  background: url(../images/defaultPic.png) no-repeat center;
  background-size: 80%;
}

.hiddenCartBlock .topBlock .blockWIthImage {
  color: transparent;
}

.blockWithProductsInBasket .blockWithProduct .blockWIthImage {
  background: url(../images/defaultPic.png) no-repeat center;
  background-size: 80%;
}

.headerHiddenCartBlock .continueShopping {
  display: none;
}

.sectionOfProduct .insideProductBlock .blockWIthImage {
  background: url(../images/defaultPic.png) no-repeat center;
}

.sectionOfProduct .insideProductBlock .blockWIthImage  img {
  color: transparent;
  border: 0;
}

.sectionOfSearchResults .insideCatalogProduct .blockWIthImage {
   background: url(../images/defaultPic.png) no-repeat center;
}

.sectionOfSearchResults .insideCatalogProduct .blockWIthImage  img {
  color: transparent;
  border: 0;
}