/*
Theme Name: ITMatrix theme 1.0
Version: 1.0
*/
@import url(https://fonts.googleapis.com/css?family=Roboto + Condensed:300, 400, 700&subset=latin, cyrillic);
/** font-family: 'Roboto Condensed', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Open + Sans:400, 300, 700, 800&subset=latin, cyrillic);
/** font-family: 'Open Sans', sans-serif; */

* {
  box-sizing: border-box;
}
::selection {
  background: #c35813;
  color: white;
}
p,
ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.post-zone a {
  color: #00aeea;
  border-bottom: 1px dashed;
}
.post-zone a:hover {
  border-bottom: 1px solid;
}
::-moz-selection {
  background: #c35813;
  color: white;
}
.trn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.clear:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.menu:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #494949;
  padding: 0;
  margin: 0;
}
canvas {
  display: block;
  position: absolute;
  z-index: -1;
  border-bottom: 2px solid #b6b6b6;
}
.s-container {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 1%;
}
.header-zone {
  margin-bottom: 50px;
  padding-top: 20px;
}
.logo {
  font-size: 55px;
  font-weight: 700;
  text-shadow: 0 0 1px #8c8c8c;
  line-height: 50px;
}
.logo span {
  color: #99b70a;
}
.logoholder p {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.49);
}
.logoholder p span {
  color: rgb(0, 174, 234);
}
.logoholder {
  float: left;
  width: 50%;
}
.phoneholder {
  float: right;
  width: 50%;
  text-align: right;
}
.phoneholder address {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 2px;
}
.phoneholder address p {
  line-height: 40px;
}
.phone-attr p {
  float: right;
  height: 38px;
  margin-bottom: 16px;
}
.phone-attr .phone-icon {
  font-size: 46px;
  line-height: 0;
}
.phone-attr .phone-icon i {
  text-shadow: 0 0 1px rgb(183, 183, 183);
}
.phone-attr .divider {
  display: none;
}
.phone-attr .viber-icon img {
  height: 100%;
  padding-top: 6px;
}
.phone-attr .telegram-icon {
  width: 34px;
  height: 34px;
  margin: 4px 0 0 10px;
}
.phone-attr .telegram-icon img {
  width: 100%;
}
.phone-attr .phone-text {
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  padding-top: 6px;
  background: rgba(255, 255, 255, 0.65);
}
.primary-menu-zone {
  margin: 0 auto 50px auto;
  max-width: 1300px !important;
}
.primary-menu ul ul {
  box-shadow: 0 0 4px 0 #99b70a;
  display: none;
  position: absolute;
  z-index: 12;
  padding-top: 10px;
  border-left: 2px dotted #e3e3e3;
}
.bfcol {
  color: rgb(0, 174, 234);
}
.header-number {
  display: block;
}
.viber-number {
  color: rgb(122, 81, 157);
}
.primary-menu > div > ul {
  position: relative;
}
.primary-menu > div > ul > li {
  float: left;
  width: 105px;
  height: 100px;
}
.primary-menu > div > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px 3px 0 3px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 14px;
  font-weight: 300;
  border-left: 2px dotted #e3e3e3;
}
.primary-menu > div > ul > li:hover {
  color: white;
  background: #99b70a;
  box-shadow: 0 0 4px 0 #99b70a;
  border-radius: 2px 2px 0 0;
}
.primary-menu > div > ul > li:hover ul {
  display: block !important;
}
.primary-menu > div > ul > li ul {
  display: none;
  background: #99b70a;
  color: white;
}
.primary-menu li > a > i {
  display: block;
  font-size: 50px;
  margin-bottom: 10px;
  text-shadow: 0 0 1px #ccc;
}
.primary-menu > div > ul > li > ul li > a > i {
  display: block;
  font-size: 50px;
  margin-bottom: 10px;
  text-shadow: 0 0 1px #ccc;
}
.primary-menu > div > ul > li > ul li {
  min-width: 219px;
}
.primary-menu > div > ul > li > ul > li > a {
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 15px;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  text-align: left;
}
.primary-menu > div > ul > li > ul li:hover {
  background: #85a009;
}
.primary-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px 3px 0 3px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 14px;
  font-weight: 300;
}
.v-container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 1%;
}
.site-name-zone {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  text-align: center;
  margin-bottom: 25px;
  padding: 3px 0;
  font-weight: 400;
}
.site-name-zone h1 {
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
}
.primary-advantages-wrapper {
  background: #85a009;
}
.primary-advantages-wrapper .advantages-zone {
  margin-bottom: 50px;
  max-width: 1100px;
  margin: 0 auto 25px auto;
}
.primary-advantages-wrapper .advantages-zone a {
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  display: block;
  width: 33.3%;
  float: left;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  padding: 10px 60px;
  position: relative;
}
.primary-advantages-wrapper .advantages-zone a:hover {
  color: white;
  background: #02aef0;
}
.item-primary div {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin-bottom: 50px;
  padding: 0 10px;
}
.a-image {
  display: block;
}
.item-primary .a-image:hover {
  opacity: 0.8;
}
.item-primary img {
  display: block;
  width: 100%;
  border-bottom: 4px solid #494949;
}
.item-primary article h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  margin: -15px 3% 0 3%;
  text-align: center;
  border: 2px solid #494949;
  background: white;
  z-index: 600;
  position: relative;
}
.item-primary article .typical-p {
  display: block;
  background: #494949;
  color: white;
  width: 296px;
  margin: 0 auto 0 auto;
  padding: 3px 1px 3px 25px;
  border-bottom: 1px solid #7d7d7d;
}
.item-primary article .typical-p:hover {
  background: #0084b7;
}
.item-primary article .more {
  display: block;
  background: #99b70a;
  color: white;
  margin: 0 5% 0 5%;
  padding: 6px 1px 6px 25px;
  border-radius: 0 0 3px 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}
.item-primary article .more:hover {
  background: #0084b7;
}
.footer-text-zone {
  background: #494949;
  color: white;
}
.footer-text {
  padding: 50px 0;
}
footer {
  padding: 50px 0;
  text-align: center;
}
.post-zone {
  margin: 0 -15px 50px 0;
}
.post-zone .post-sidebar {
  float: left;
  padding: 0 15px;
  width: 50%;
}
.post-zone .post-article {
  padding: 0 15px;
  margin-left: 50%;
}
.post-sidebar h1 {
  font-size: 36px;
  font-weight: 400;
  color: white;
  margin-top: -13px;
  background: #99b70a;
  padding: 15px;
  margin-bottom: 30px;
}
.post-article {
  margin: 80px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}
.post-zone p {
  margin-bottom: 30px;
}
.advantages-zone {
  width: 100%;
}
.primary-advantages-wrapper {
  max-width: 1600px;
  margin: auto;
}
.post-zone img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.post-zone ul {
  margin: 5px 0 25px 0;
}
.post-zone li {
  margin: 0 0 0 30px;
  list-style: square;
}
.price-table {
  margin-bottom: 30px;
}
.price-table div {
  position: relative;
  padding: 10px 80px 10px 10px;
  transition: all 0.2s;
  background: rgba(194, 235, 250, 0.53) none repeat scroll 0% 0%;
  border-bottom: 1px solid rgba(0, 173, 234, 0.24);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  cursor: default;
}
.price-table div:hover {
  background: rgb(105, 184, 213);
  color: white;
}
.price-table h3 {
  margin: 0px;
  padding: 15px 10px;
  background: rgb(105, 184, 213) none repeat scroll 0% 0%;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid rgba(0, 173, 234, 0.24);
}
.price-table div span {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 700;
}
.infoblock {
  color: white;
  background: rgb(105, 184, 213);
  font-size: 22px;
  font-weight: 400;
  padding: 15px;
  margin-bottom: 30px;
  border: 3px dashed;
}
.infoblock span {
  font-weight: 700;
  font-size: 28px;
}
.bigline {
  margin: 90px 0px;
  background: rgb(170, 170, 170);
  height: 1px;
  border: none;
}
.errorreport span {
  display: block;
  font-size: 100px;
}
.price-table-header {
  margin: 0px;
  padding: 15px 10px;
  background: rgb(105, 184, 213) none repeat scroll 0% 0%;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid rgba(0, 173, 234, 0.24);
}
.price-table-row {
  position: relative;
  padding: 10px 80px 10px 10px;
  transition: all 0.2s;
  background: rgba(194, 235, 250, 0.53) none repeat scroll 0% 0%;
  border-bottom: 1px solid rgba(0, 173, 234, 0.24);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  cursor: default;
}
.price-table-row span {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 700;
}
.post-sidebar br {
  display: none;
}
.post-sidebar hr {
  margin: 90px 0px;
  background: rgb(170, 170, 170);
  height: 1px;
  border: none;
}
.bordered {
  border: 30px solid rgb(248, 248, 248);
}
.origin-weight {
  width: auto !important;
  margin: 0 auto 30px auto !important;
}
.order-form {
  padding: 25px;
  border: 3px solid;
  margin-top: 50px;
}
.order-form h3 {
  font-size: 28px;
  font-weight: 300;
}
.order-form form {
  display: block;
  padding-left: 20px;
  border-left: 3px solid rgb(105, 184, 213);
  margin-bottom: 25px;
}
.order-form form p {
  margin: 0 0 5px 0;
}
.order-form textarea,
.order-form input[type="text"] {
  display: block;
  width: 100%;
  padding: 3px;
  border-radius: 2px;
  border: 1px solid #d7d7d7;
}
.order-form input[type="submit"] {
  display: block;
  border: medium none;
  padding: 10px;
  background: rgb(153, 183, 10) none repeat scroll 0% 0%;
  color: white;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s;
}
.order-form input[type="submit"]:hover {
  background: rgb(130, 155, 11);
}
.order-form legend {
  font-weight: 700;
}
.order-form label {
  font-weight: 300;
}
.menu-toggle-button {
  text-align: right;
  display: none;
}
.menu-toggle-button i {
  font-size: 40px;
  padding: 0 30px;
  cursor: pointer;
}

@media (max-width: 800px) {
  .logoholder {
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 25px;
  }
  .phoneholder {
    float: none;
    width: auto;
    text-align: center;
  }
  .primary-number {
    padding-left: 25px;
  }
  .phone-attr {
    display: inline-block;
  }
  .phone-attr .divider {
    display: block;
  }
  .phone-attr .phone-text {
    color: inherit;
  }
  .phoneholder address p {
    line-height: 20px;
  }
  .phoneholder address {
    font-size: 25px;
  }
  .primary-menu > div > ul {
    display: none;
  }
  .primary-menu > div > ul > li {
    float: none;
    width: auto;
    height: auto;
    margin-left: 5%;
  }
  .primary-menu > div > ul > li > a {
    text-align: left;
  }
  .primary-menu > div > ul a i {
    display: inline;
    vertical-align: middle;
    margin-right: 15px;
  }
  .primary-menu ul ul {
    box-shadow: 0 0 4px 0 #99b70a;
    display: none;
    position: relative;
    width: 100%;
    z-index: 12;
  }
  .p-ul-submenu li {
    float: none;
    width: auto;
    height: auto;
  }
  .primary-advantages-wrapper .advantages-zone a {
    float: none;
    width: auto;
    font-size: 16px;
    padding: 2px;
  }
  .item-primary div {
    display: block;
    width: 100%;
  }
  .menu-toggle-button {
    display: block;
  }
  .p-ul-menu {
    display: none;
  }
  .p-ul-menu > li:hover ul {
    display: none;
  }
  .post-zone .post-sidebar {
    float: none;
    width: 100%;
  }
  .post-zone .post-article {
    float: none;
    width: 100%;
    padding: 0 15px;
    margin: 50px 0;
  }
  .post-zone {
    margin: 20px 0 0 0;
  }
  .phoneholder address {
    letter-spacing: 1px;
    font-size: 19px;
  }
  .primary-menu-zone {
    margin: 0 auto 10px auto;
  }
  .header-zone {
    margin-bottom: 70px;
  }
  .post-sidebar h1 {
    font-size: 24px;
    padding: 8px;
  }
  .order-form {
    padding: 10px;
    border: 2px solid;
  }
  .order-form h3 {
    font-size: 20px;
    margin: 10px 0;
  }
  .bigline {
    margin: 30px 0px;
  }
  .post-article h2 {
    font-size: 20px;
  }
  .site-name-zone h1 {
    font-size: 22px;
  }
  .a-image {
    overflow: hidden;
    margin: 0 3%;
    border-radius: 2px;
  }
}
