@font-face {
  font-family: "MyriadPro";
  font-weight: normal;
  src: url("../fonts/myriadpro-regular.eot");
  src: url("../fonts/myriadpro-regular.otf") format("truetype"), url("../fonts/myriadpro-regular.eot") format("embedded-opentype"), url("../fonts/myriadpro-regular.woff2") format("woff2"), url("../fonts/myriadpro-regular.woff") format("woff"), url("../fonts/myriadpro-regular.svg#MyriadProRegular") format("svg"); }

@font-face {
  font-family: "MyriadPro";
  font-weight: bold;
  src: url("../fonts/myriadpro-bold.eot");
  src: url("../fonts/myriadpro-bold.otf") format("truetype"), url("../fonts/myriadpro-bold.eot") format("embedded-opentype"), url("../fonts/myriadpro-bold.woff2") format("woff2"), url("../fonts/myriadpro-bold.woff") format("woff"), url("../fonts/myriadpro-bold.svg#MyriadProBlack") format("svg"); }

.clear-fix:before, .clear-fix:after, .row:before, .row:after {
  content: "";
  display: table; }

.clear-fix:after, .row:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.clear-fix, .row {
  zoom: 1; }

body {
  color: #0d0d0d;
  background: white;
  min-width: 1080px; }

body, input, select, textarea, button {
  font: normal 20px/1.2 "MyriadPro", "Arial", "Verdana", sans-serif; }

h1, h2, h3, input[type=submit], button {
  font-weight: bold; }

h1, h2, h3, input[type=submit], button {
  text-align: center; }

h1 {
  font-size: 2em;
  line-height: 1.1;
  margin-bottom: 20px; }

h2 {
  font-size: 1.3em; }

h3 {
  font-size: 1.4em; }

.col, .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .row, .container, .icon, input, button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.col, .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  float: left;
  padding: 0 10px;
  min-height: 1px; }

.container {
  width: 1080px;
  padding: 0 10px;
  margin: 0 auto; }

.row {
  margin: 0 -10px; }

.col1 {
  width: 90px; }

.col2 {
  width: 180px; }

.col3 {
  width: 270px; }

.col4 {
  width: 360px; }

.col5 {
  width: 450px; }

.col6 {
  width: 540px; }

.col7 {
  width: 630px; }

.col8 {
  width: 720px; }

.col9 {
  width: 810px; }

.col12 {
  width: 1080px; }

.small {
  font-size: 0.7em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

a {
  text-decoration: none;
  color: #0d0d0d; }

input[type="text"] {
  background: white;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 3px solid #d9d9d9; }

input[type="submit"], button {
  width: 100%;
  height: 75px;
  border: none;
  text-transform: uppercase;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-size: 20px;
  line-height: 1.333;
  color: white;
  box-shadow: 0 4px 0 0 rgba(13, 13, 13, 0.25);
  background: #ff6c00;
  background: -moz-linear-gradient(top, #ff6c00 0%, #ff2e00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6c00), color-stop(100%, #ff2e00));
  background: -webkit-linear-gradient(top, #ff6c00 0%, #ff2e00 100%);
  background: -o-linear-gradient(top, #ff6c00 0%, #ff2e00 100%);
  background: -ms-linear-gradient(top, #ff6c00 0%, #ff2e00 100%);
  background: linear-gradient(to bottom, #ff6c00 0%, #ff2e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6c00', endColorstr='#ff2e00',GradientType=0 ); }

section {
  margin-bottom: 20px; }
  section.end {
    margin-bottom: 40px; }

.form {
  width: 360px;
  margin: 0 auto;
  text-align: center; }
  .form .title {
    font-size: 1.2em;
    margin-bottom: 30px;
    font-weight: bold; }

.politics {
  margin-top: 10px; }

span.underline {
  position: relative;
  border-bottom: 3px solid white; }

.data {
  padding: 40px 20px; }

.green .data {
  background: #95a814;
  color: white;
  height: 350px; }
.green .form .title {
  color: #0d0d0d; }

.blue .data {
  background: #0d498e;
  color: white; }

.brown .data {
  background: #888479;
  color: white;
  height: 350px; }

.header {
  margin: 15px 0;
  text-align: center; }
  .header a {
    text-decoration: underline; }
  .header a[href^=tel] {
    text-decoration: none; }
  .header .col {
    height: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #b3b3b3; }
    .header .col:last-child {
      border: none; }
  .header .title {
    width: 400px; }
    .header .title p {
      margin-top: 10px; }
  .header .advantages {
    width: 330px;
    padding-top: 23px; }
  .header .contacts {
    width: 350px;
    line-height: 30px;
    padding-top: 5px; }
  .header .logo {
    float: left; }
  .header .icon {
    background: transparent center top no-repeat;
    float: left;
    padding: 60px 10px 0;
    line-height: 1.07; }
  .header .clock {
    background-image: url(../images/icon-clock.png); }
  .header .warranty {
    background-image: url(../images/icon-warranty.png); }
  .header .delivery {
    background-image: url(../images/icon-delivery.png); }
  .header .phone, .header .mail {
    font-size: 1.1em; }
  .header .social img {
    margin: 0 10px;
    margin-top: 5px; }

.advantages .data {
  padding: 0 35px; }
.advantages .adv {
  background: transparent left center no-repeat;
  height: 142px;
  padding-left: 90px;
  border-bottom: 2px solid white; }
  .advantages .adv:last-child {
    border: none; }
  .advantages .adv p {
    display: table-cell;
    width: 100%;
    height: 142px;
    vertical-align: middle; }
.advantages .adv-01 {
  background-image: url(../images/icon-adv-01.png); }
.advantages .adv-02 {
  background-image: url(../images/icon-adv-02.png); }
.advantages .adv-03 {
  background-image: url(../images/icon-adv-03.png); }
.advantages .adv-04 {
  background-image: url(../images/icon-adv-04.png); }
.advantages .adv-05 {
  background-image: url(../images/icon-adv-05.png); }
.advantages .adv-06 {
  background-image: url(../images/icon-adv-06.png); }

.no-time .form {
  position: relative; }
.no-time .arrows {
  width: 434px;
  height: 301px;
  position: absolute;
  background: url(../images/no-time.png) center no-repeat;
  top: -15px;
  right: -440px; }

.help {
  overflow: hidden; }
  .help .col12.mainframe > .data {
    padding-bottom: 90px; }
  .help .adv {
    width: 50%; }
  .help .more-info {
    position: relative;
    margin-bottom: -90px;
    top: -90px; }
  .help .col12 > .data {
    padding: 0; }
  .help .adv > .data p {
    background: url(../images/icon-help.png) left 5px no-repeat;
    padding-left: 75px; }
  .help .more-info .data {
    height: 350px; }
  .help .about {
    text-align: center; }
    .help .about a {
      background: url(../images/help-t-shirt.png) top center no-repeat;
      display: block;
      padding-top: 300px;
      color: white;
      font-weight: bold;
      text-decoration: underline; }

.marketing .col12 > .data {
  border-right: 2px solid #0d498e;
  border-left: 2px solid #0d498e;
  border-bottom: 2px solid #0d498e;
  padding: 0;
  color: #0d0d0d;
  background: transparent; }
.marketing .column {
  box-sizing: border-box;
  width: 33.33%;
  float: left;
  border-right: 2px solid #ededed; }
  .marketing .column:last-child {
    border-right: none;
    width: 33.34%; }
  .marketing .column img {
    width: 100%;
    height: 350px;
    display: block; }
.marketing .text {
  display: table-cell;
  width: 100%;
  height: 140px;
  vertical-align: middle;
  text-align: center; }
  .marketing .text p {
    padding: 0 40px; }

.portfolio h2 {
  background: #95a814;
  margin: 0 10px;
  padding: 30px 30px;
  color: white; }
.portfolio .col12 > .data {
  border-right: 2px solid #95a814;
  border-left: 2px solid #95a814;
  border-bottom: 2px solid #95a814;
  padding: 0;
  color: #0d0d0d;
  background: transparent; }
.portfolio .column {
  padding: 2px 1px;
  width: 33.33%;
  box-sizing: border-box;
  float: left; }
  .portfolio .column:first-child {
    padding-left: 2px; }
  .portfolio .column img {
    display: block;
    width: 100%;
    height: 350px; }

.feedbacks h2 {
  background: #f5b400;
  margin: 0 10px;
  padding: 30px 30px;
  color: white;
  margin-bottom: 20px; }
.feedbacks .feedback {
  margin-bottom: 20px;
  position: relative; }
  .feedbacks .feedback:last-child {
    margin-bottom: 0; }
  .feedbacks .feedback .text {
    width: 908px;
    border: 2px solid #f5b400;
    border-left: 40px solid #f5b400;
    padding: 30px 20px;
    margin-left: 70px; }
    .feedbacks .feedback .text p {
      font-size: 0.8em; }
    .feedbacks .feedback .text .sig {
      font-size: 1em;
      font-style: italic;
      margin-top: 1em; }
      .feedbacks .feedback .text .sig span {
        font-size: 0.7em; }
  .feedbacks .feedback .photo {
    position: absolute;
    border: 2px solid #f5b400;
    top: 0;
    left: 0; }
    .feedbacks .feedback .photo img {
      display: block; }

.superform {
  background: #00a5d1; }
  .superform .col5 {
    background: #d0eaf1;
    margin: 15px auto 30px;
    float: none;
    padding: 30px 10px;
    position: relative; }
    .superform .col5 .arrow {
      position: absolute;
      top: -90px;
      left: -140px;
      background: url(../images/form-arrow.png) center no-repeat;
      width: 119px;
      height: 151px; }
  .superform .countbox {
    font-family: "Arial Narrow";
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    text-align: center;
    width: 336px; }
    .superform .countbox > div {
      float: left;
      margin: 0 3px; }
    .superform .countbox .number {
      background: url("../images/background-timer-number.png") top center no-repeat;
      width: 70px;
      line-height: 66px;
      height: 66px;
      color: white;
      font-size: 50px;
      float: left;
      letter-spacing: 16px;
      padding-left: 8px; }
    .superform .countbox .title {
      text-transform: lowercase;
      font-size: 0.8em; }
  .superform .form .title {
    margin: 0 -20px 30px; }

.footer-contacts {
  text-align: center; }
  .footer-contacts .phone, .footer-contacts .mail {
    font-size: 1.8em; }
  .footer-contacts .social {
    margin-top: 10px; }
    .footer-contacts .social img {
      margin: 0 10px;
      margin-top: 5px; }
  .footer-contacts a {
    text-decoration: underline; }
  .footer-contacts a[href^=tel] {
    text-decoration: none; }

.message {
  text-align: center; }
  .message a {
    color: white;
    text-decoration: underline;
    margin-top: 20px; }
  .message p {
    margin-bottom: 1em; }

section .image > .data {
  background: center no-repeat;
  background-size: cover;
  height: 430px;
  padding: 0; }
section .t-shirts > .data {
  background-image: url(../images/background-t-shirts.jpg); }
section .paint > .data {
  background-image: url(../images/background-paint.jpg); }
section .no-time > .data {
  background-image: url(../images/background-no-time.jpg); }

.frame.sea-blue .mainframe > .data {
  border: 2px solid #00a5d1; }
.frame.sea-blue h2 {
  background: #00a5d1;
  margin: 0 10px;
  padding: 30px 30px;
  color: white; }
.frame.sea-blue .more-info .data {
  background: #00a5d1;
  color: white; }
.frame.blue h2 {
  background: #0d498e;
  margin: 0 10px;
  padding: 30px 30px;
  color: white; }
