/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.avatar-logo-120 img {
  /* Аватар на главной*/
  width: 120px;
  border-radius: 100%;
}
.client td {
  padding: 0.5rem;
  border: 1px solid #fff;
}
.logo-c img {
  /* Логотипы клиентов*/
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  /* IE 5.5+*/
  /* Mozilla 1.6 и ниже */
  -khtml-opacity: 0.5;
  /* Konqueror 3.1, Safari 1.1 */
  opacity: 0.5;
  /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.logo-c img:hover {
  /* Логотипы клиентов*/
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  /* IE 5.5+*/
  /* Mozilla 1.6 и ниже */
  -khtml-opacity: 1;
  /* Konqueror 3.1, Safari 1.1 */
  opacity: 1;
  /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}
.foot {
  /* Форма обратной связи в футере*/
  color: white;
  line-height: 2.2;
}
.line_block {
  /* Блок тела материалов*/
  width: 68%;
  height: auto;
  background: #fff;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #ff8670;
  border-radius: 5px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06);
  float: right;
  margin: 0 15px 15px 0;
  text-align: left;
  padding: 35px;
}
.vert_block {
  /* Несколько блоков по вертикали для материалов*/
  width: 25%;
  height: auto;
  background: #fff;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #ff8670;
  border-radius: 5px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06);
  margin: 0 15px 15px 0;
  text-align: left;
  padding: 7px 17px 5px;
}
.colum_block {
  /* Несколько блоков в ряд для материалов*/
  width: 30%;
  height: 100px;
  background: #f1f1f1;
  float: left;
  margin: 0 15px 15px 0;
  text-align: center;
  padding: 10px;
}
.vert_block_img {
  /* Блок для картинки в материалах*/
  width: 25%;
  height: auto;
  background: #fff;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #ff8670;
  border-radius: 5px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06);
  margin: 0 15px 15px 0;
  text-align: center;
  padding: 10px;
}
.column {
  /* Текст в 2 колонки - не и спользовано*/
  -webkit-column-width: 250px;
  -moz-column-width: 250px;
  column-width: 250px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.aside-f {
  /* Фиксация фото в пункте меню "Обо мне"*/
  position: fixed;
}
.white {
  /* Блок на белом фоне*/
  height: auto;
  background: #fff;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06);
  margin: 0 15px 15px 0;
  padding: 10px;
}
/* Вертикальный таймлайн в пункте меню "Обо мне" */
#timeline *, #timeline *:before, #timeline *:after {
  box-sizing: border-box;
}
#timeline .timeline-item:after, #timeline .timeline-item:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
#timeline {
  max-width: 1100px;
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  transition: all 0.4s ease;
}
#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #ff8670;
  left: 0%;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}
#timeline .timeline-item .timeline-icon {
  background: #ff8670;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  overflow: hidden;
  margin-left: -33px;
  border-radius: 50%;
}
#timeline .timeline-item .timeline-icon i {
  line-height: 50px;
}
#timeline .timeline-item .timeline-content {
  width: 85%;
  background: #fff;
  padding: 10px 20px;
  margin-left: 45px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content h4 {
  padding: 10px;
  background: #ff8670;
  color: #fff;
  margin: -20px -20px 10px -20px;
  font-weight: 300;
  border-radius: 3px 3px 0 0;
}
#timeline .timeline-item .timeline-content:before {
  content: "";
  position: absolute;
  left: 4.2%;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 15px solid #ff8670;
}
@media screen and (max-width: 368px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before, #timeline .timeline-item:nth-child(even) .timeline-content:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #ff8670;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}
/*# sourceMappingURL=custom_10.css.map */