@import url(fonts/GothamPro/stylesheet.css);
body {
  font-family: "Gotham Pro"; }

strong{ font-weight:bold;}

.contentBox, .productLine p, header .headerBlock, header .menuBlock nav, .firstScreen .videoMask .maskBox, .secondScreen .shop-pane, .thirdScreen .shop-pane, .fourthScreen .shop_brand_block, .sixthScreen .news_block, .seventhScreen .aboutUsBox, footer .footerBox {
  width: 1140px;
  margin: 0 auto; }

.btn {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: white;
  background-color: #ED1B24;
  width: 120px;
  text-align: center; }

.productLine {
  height: 60px;
  color: white; }
  .productLine p {
    font: bold 37px/60px "Gotham Pro"; }

header {
  font-family: "Gotham Pro"; }
  header .headerBlock {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header .grayLine {
    height: 40px;
    background-color: #818181; }
    header .grayLine nav {
      width: 1140px;
      margin: 0 auto; }
      header .grayLine nav ul li {
        display: inline-block;
        margin-right: 15px; }
        header .grayLine nav ul li a {
          color: white;
          font: 400 14px/40px "Gotham Pro"; }
  header .logoBlock {
    width: 35%; }
    header .logoBlock a {
      color: black;
      display: flex;
      flex-direction: row;
      align-items: center; }
      header .logoBlock a .logo {
        background: url("../images/logoFooter.png") no-repeat center center/100%;
        height: 63px;
        width: 159px; }
      header .logoBlock a .logoSlogan {
        font: 600 20px "Gotham Pro";
        width: 50%;
        margin-left: 20px; }
  header .middleBlock {
    width: 40%; }
    header .middleBlock .phoneNumbers {
      display: flex;
      justify-content: space-around;
      margin-bottom: 17px; }
      header .middleBlock .phoneNumbers a {
        color: black;
        font-size: 14px; }
        header .middleBlock .phoneNumbers a:hover {
          color: #ED1B24; }
    header .middleBlock input {
      display: block;
      height: 40px;
      float: left;
      padding: 0 10px;
      border: 1px solid #707070;
      box-sizing: border-box; }
      header .middleBlock input[type="text"] {
        border-right: hidden;
        width: calc(100% - 40px); }
      header .middleBlock input[type="submit"] {
        background: url("../images/search.svg") no-repeat center center/60%, #707070;
        width: 40px; }
  header .workTime {
    width: 140px;
    font-size: 14px;
    color: #818181; }
  header .menuBlock {
    background-color: #0072ff; }
    header .menuBlock nav ul {
      display: flex;
      justify-content: space-between;
      height: 55px; }
      header .menuBlock nav ul li {
        width: 20%;
        text-align: center;
        border-right: 2px solid white;
        box-sizing: border-box; }
        header .menuBlock nav ul li:nth-child(2) {
          width: 30%; }
        header .menuBlock nav ul li:last-child {
          border-right: none; }
        header .menuBlock nav ul li a {
          color: white;
          height: 100%;
          width: 100%;
          font-size: 16px;
          display: flex;
          align-items: center;
          justify-content: center;
          line-height: normal; }

.firstPageSlider .owl-nav {
  position: absolute;
  right: 0;
  top: -44px; }
  .firstPageSlider .owl-nav > * {
    display: inline-block;
    height: 32px;
    width: 27px;
    text-align: center;
    line-height: 32px;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0 5px;
    font-size: 30px; }

.firstScreen {
  height: 600px;
  position: relative;
  overflow: hidden; }
  .firstScreen video {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%; }
  .firstScreen .videoMask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 45px 0;
    box-sizing: border-box; }
    .firstScreen .videoMask .maskBox {
      height: 100%;
      position: relative; }
    .firstScreen .videoMask p {
      color: white;
      width: 65%; }
      .firstScreen .videoMask p:nth-child(1) {
        font: bold 26px "Gotham Pro";
        margin-bottom: 15px; }
      .firstScreen .videoMask p:nth-child(2) {
        font: bold 20px "Gotham Pro";
        margin-bottom: 25px; }
    .firstScreen .videoMask ul {
      padding-left: 10px;
      width: 50%; }
      .firstScreen .videoMask ul li {
        font: 200 14px "Gotham Pro";
        color: white;
        margin: 12px 0;
        line-height: 1.5; }
        .firstScreen .videoMask ul li::before {
          display: inline-block;
          content: ' ';
          width: 12px;
          height: 12px;
          border-radius: 50%;
          background-color: #0072ff;
          margin-right: 10px; }
  .firstScreen .firstScreenImg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    height: 457px;
    background: url("../images/firstScreen.png") no-repeat center center/100%; }
  .firstScreen .goToCatalog {
    background-color: #0072ff; }

.secondScreen {
  height: 440px; }
  .secondScreen .productLine {
    background-color: #F6C019; }
  .secondScreen .shop-pane {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: calc(100% - 60px);
    padding: 15px 0;
    box-sizing: border-box;
    position: relative; }
    .secondScreen .shop-pane .shop-item {
      height: 340px;
      padding: 10px;
      box-sizing: border-box;
      position: relative; }
      .secondScreen .shop-pane .shop-item .block_header {
        width: 100%;
        text-align: center;
        font: bold 18px "Gotham Pro";
        margin-top: 20px; }
        .secondScreen .shop-pane .shop-item .block_header a {
          color: black; }
      .secondScreen .shop-pane .shop-item .shop_anons {
        font-size: 12px;
        color: #707070;
        text-align: left;
        display: none; }
      .secondScreen .shop-pane .shop-item .shop_img {
        height: 150px;
        overflow: hidden; }
        .secondScreen .shop-pane .shop-item .shop_img img {
          display: block;
          height: 100%;
          width: auto;
          margin: 0 auto; }
      .secondScreen .shop-pane .shop-item .productInfo {
        text-align: center;
        height: calc(100% - 150px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 0 0 0;
        box-sizing: border-box; }
        .secondScreen .shop-pane .shop-item .productInfo .shop-item-title {
          color: black;
          font-size: 16px;
          height: 60px;
          overflow: hidden;
          padding: 5px 0;
          box-sizing: border-box; }
        .secondScreen .shop-pane .shop-item .productInfo .shop_param_price {
          height: 30px;
          width: 100%;
          background-color: #F1F1F1;
          line-height: 30px; }
        .secondScreen .shop-pane .shop-item .productInfo .itemParams {
          display: none; }
      .secondScreen .shop-pane .shop-item .moreInfoBtn {
        display: none;
        height: 45px !important;
        line-height: 45px;
        background-color: #02014F;
        color: white !important;
        font-size: 14px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
      .secondScreen .shop-pane .shop-item:hover {
        box-shadow: 0 0 10px #ccc; }
        .secondScreen .shop-pane .shop-item:hover .moreInfoBtn {
          display: block; }
        .secondScreen .shop-pane .shop-item:hover .shop_anons {
          display: block; }

.thirdScreen {
  height: 440px; }
  .thirdScreen .productLine {
    background-color: #ED1B24; }
  .thirdScreen .shop-pane {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: calc(100% - 60px);
    padding: 15px 0;
    box-sizing: border-box; }
    .thirdScreen .shop-pane .shop-item {
      height: 340px;
      padding: 10px;
      box-sizing: border-box;
      position: relative; }
      .thirdScreen .shop-pane .shop-item .block_header {
        width: 100%;
        text-align: center;
        font: bold 18px "Gotham Pro";
        margin-top: 20px; }
        .thirdScreen .shop-pane .shop-item .block_header a {
          color: black; }
      .thirdScreen .shop-pane .shop-item .shop_anons {
        font-size: 12px;
        color: #707070;
        text-align: left;
        display: none; }
      .thirdScreen .shop-pane .shop-item .shop_img {
        height: 150px;
        overflow: hidden; }
        .thirdScreen .shop-pane .shop-item .shop_img img {
          display: block;
          height: 100%;
          width: auto;
          margin: 0 auto; }
      .thirdScreen .shop-pane .shop-item .productInfo {
        text-align: center;
        height: calc(100% - 150px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 0 0 0;
        box-sizing: border-box; }
        .thirdScreen .shop-pane .shop-item .productInfo .shop-item-title {
          color: black;
          font-size: 16px;
          height: 60px;
          overflow: hidden;
          padding: 5px 0;
          box-sizing: border-box; }
        .thirdScreen .shop-pane .shop-item .productInfo .shop_param_price {
          height: 30px;
          width: 100%;
          background-color: #F1F1F1;
          line-height: 30px; }
        .thirdScreen .shop-pane .shop-item .productInfo .itemParams {
          display: none; }
      .thirdScreen .shop-pane .shop-item .moreInfoBtn {
        display: none;
        height: 45px !important;
        line-height: 45px;
        background-color: #02014F;
        color: white !important;
        font-size: 14px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
      .thirdScreen .shop-pane .shop-item:hover {
        box-shadow: 0 0 10px #ccc; }
        .thirdScreen .shop-pane .shop-item:hover .moreInfoBtn {
          display: block; }
        .thirdScreen .shop-pane .shop-item:hover .shop_anons {
          display: block; }

.fourthScreen .productLine {
  background-color: #02014F; }
.fourthScreen .shop_brand_block {
  padding: 50px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .fourthScreen .shop_brand_block .shop_category {
    width: 24%;
    height: 330px;
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box;
    text-align: center; }
    .fourthScreen .shop_brand_block .shop_category .shop_category_img {
      height: 65%; }
    .fourthScreen .shop_brand_block .shop_category:hover {
      box-shadow: 0 0 5px #000; }
      .fourthScreen .shop_brand_block .shop_category:hover .gotoCategory {
        display: block; }
    .fourthScreen .shop_brand_block .shop_category .noImg img {
      height: 100%;
      width: auto;
      margin: 0 auto; }
  .fourthScreen .shop_brand_block .shop_category_name {
    margin-top: 12px;
    font: bold 18px "Gotham Pro";
    color: black;
    display: block; }
  .fourthScreen .shop_brand_block .categoryInfo {
    height: calc(100% - 203px);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .fourthScreen .shop_brand_block .categoryInfo .gotoCategory {
      display: none;
      width: 170px;
      text-align: center;
      height: 30px;
      line-height: 30px;
      color: white;
      background-color: #02014F;
      margin: 0 auto; }

.sixthScreen .productLine {
  background-color: #707070; }
.sixthScreen .news_block {
  padding: 15px 0; }
  .sixthScreen .news_block .news.block-row {
    float: left;
    width: 50%;
    margin: 10px 0;
    padding: 15px;
    box-sizing: border-box; }
    .sixthScreen .news_block .news.block-row > .block-row-img {
      float: left;
      width: 30%; }
      .sixthScreen .news_block .news.block-row > .block-row-img img {
        width: 100%;
        height: auto; }
    .sixthScreen .news_block .news.block-row .block-text {
      float: right;
      width: 65%; }
      .sixthScreen .news_block .news.block-row .block-text a {
        color: black; }
      .sixthScreen .news_block .news.block-row .block-text h4 {
        font: bold 18px "Gotham Pro"; }
      .sixthScreen .news_block .news.block-row .block-text .news_anons {
        font: 200 14px "Gotham Pro";
        margin: 18px 0; }
      .sixthScreen .news_block .news.block-row .block-text .newsInfo {
        display: flex;
        justify-content: space-between; }
        .sixthScreen .news_block .news.block-row .block-text .newsInfo a {
          font: 200 16px "Gotham Pro";
          color: #02014F; }
  .sixthScreen .news_block .moreNews {
    display: block;
    clear: both;
    height: 32px;
    line-height: 32px;
    width: 135px;
    text-align: center;
    background-color: #02014F;
    color: white; }
  .sixthScreen .news_block::after {
    display: block;
    clear: both;
    content: ' '; }

.seventhScreen .productLine {
  background-color: #707070; }
.seventhScreen .aboutUsBox {
  padding: 48px 0;
  font-size: 16px; }
  .seventhScreen .aboutUsBox p:nth-child(1) {
    font-size: 18px; }
  .seventhScreen .aboutUsBox ul {
    list-style: disc;
    padding-left: 25px; }
    .seventhScreen .aboutUsBox ul li {
      margin: 5px 0; }

.eightScreen {
  background-color: #F6C019;
  height: 205px;
  padding: 35px 0;
  box-sizing: border-box; }
  .eightScreen p {
    text-align: center;
    color: white;
    font: 500 20px "Gotham Pro"; }
  .eightScreen .mainPageForm {
    margin-top: 30px; }
    .eightScreen .mainPageForm .error_message {
      font-size: 36px;
      font-weight: bold;
      color: white; }
    .eightScreen .mainPageForm form {
      display: flex;
      flex-direction: row;
      justify-content: space-around; }
    .eightScreen .mainPageForm .formFields, .eightScreen .mainPageForm .submitBtn {
      display: flex;
      flex-direction: row; }
    .eightScreen .mainPageForm .feedback_form_param9::before,
    .eightScreen .mainPageForm .feedback_form_param10::before,
    .eightScreen .mainPageForm .submitBtn::before {
      font-family: Font Awesome\ 5 Free;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: block;
      background-color: #ED1B24;
      width: 40px;
      height: 40px;
      color: white;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 40px;
      text-align: center;
      font-weight: 900; }
    .eightScreen .mainPageForm .feedback_form_param9::before {
      content: '\f007'; }
    .eightScreen .mainPageForm .feedback_form_param10::before {
      content: '\f095'; }
    .eightScreen .mainPageForm .submitBtn::before {
      content: '\f0e0';
      background-color: #02014F; }
    .eightScreen .mainPageForm .submitBtn input {
      background-color: #ED1B24; }
    .eightScreen .mainPageForm input {
      width: 210px;
      height: 40px;
      box-sizing: border-box;
      display: block;
      border: none;
      background-color: #02014F;
      color: white; }
      .eightScreen .mainPageForm input.error_input {
        background-color: #ED1B24; }
      .eightScreen .mainPageForm input::placeholder {
        color: white; }
      .eightScreen .mainPageForm input[type="text"] {
        padding-left: 20px; }

footer {
  background-color: #707070;
  height: 150px; }
  footer .footerBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  footer .logoBlock {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 35%; }
    footer .logoBlock .logo {
      background: url("../images/logoFooter.png") no-repeat center center/100%;
      height: 63px;
      width: 159px; }
    footer .logoBlock .logoSlogan {
      font: 600 20px "Gotham Pro";
      width: 50%;
      margin-left: 20px;
      color: white; }
  footer .phoneBox a {
    display: block;
    color: white;
    margin: 10px 0; }
  footer .socialLinks {
    display: flex;
    flex-direction: row; }
    footer .socialLinks a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      color: white;
      font-size: 22px;
      border-radius: 50%;
      display: block;
      margin: 0 5px; }
      footer .socialLinks a.instagram {
        background: url("../images/instagram.svg") no-repeat center center/50%, #F6C019;
        display: inline-block; }
        footer .socialLinks a.instagram::before {
          display: block;
          content: ' '; }
      footer .socialLinks a.fa-facebook-f {
        background-color: #3B5998; }
      footer .socialLinks a.fa-twitter {
        background-color: #55ACEE; }
      footer .socialLinks a.fa-google-plus-g {
        background-color: #DC4E41; }
  footer .location {
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center; }
    footer .location .fas {
      font-size: 36px;
      margin-right: 15px; }
