 /*
Theme Name: Adept
Details URI: https://update.goodwinpress.ru/themes/adept-changelog.html
Theme URI:   http://www.goodwinpress.ru/tema-adept
Author: Goodwin
Author URI: http://www.goodwinpress.ru/
Description: Адаптивная тема для WP от Гудвина. Шаблон для сайта частного репетитора, учителя, логопеда, тренера, самозанятого специалиста. Получите преимущество, представляйте себя не только в соц. сетях и тематических порталах, среди многих других, но и на своём персональном сайте. Выкладывайте резюме, лучшее фото, укажите ваши преимущества по сравнению с остальными, сообщите, в чём вы эксперт, за какие дела берётесь и какие проблемы решаете, назовите свою цену, заполните контактные данные. Здесь есть всё самое основное, чтобы рассказать о себе и предложить свои услуги.
Version: 1.4.1
License: GNU General Public License v2 or later
Text Domain: gpress
*/


 /*
Содержание файла стилей:

01  Очистка и служебные селекторы
02  Шрифт
03  Основные контейнеры сайта
04  Шапка
05  Заголовок сайта / логотип
06  Кнопка с телефоном в шапке
07  Постер
08  Постер для внутряков
09  Основное меню в шапке
10  Подкл. мобильное меню
11  Анонсы, записи, страницы, миниатюры
12  Обертка для разделов статической главной
13  Статическая главная - раздел Резюме
14  Статическая главная - раздел Преимущества и презентация
15  Статическая главная - раздел Услуги, решаемые проблемы
16  Статическая главная - раздел Стоимость услуг, цены
17  Статическая главная - раздел Отзывы клиентов
18  Статическая главная - раздел Контактный блок
19  Статическая главная - форма отправки сообщений
20  Статическая главная - раздел Статьи и новости
21  Шаблон страницы - О себе
22  Раписание
23  Шаблон страницы - Контакты
24  Шаблон страницы - Вопросы (F.A.Q.) 
25  Соц. кнопки, аккаунты
26  Подвал сайта, кнопка вверх
27  Второе меню, в подвале
28  Заголовки внутри записей и страниц, в тексте
29  Виджеты сайдбара + метки, календарь и поиск
30  Встроенный виджет "свежие записи"
31  Маркированные списки
32  Нумерованные списки
33  Стили для постраничной навигации (wp pagenavi)
34  Соц. кнопки - яндекс.поделиться
35  Комментарии в записях и страницах
36  Изображения и галереи
37  Навигация внутри записей
38  Похожие записи в конце каждой публикации
39  Адаптивные стили (для мобильных устройств)
40  Стили для каруселей
41  Мобильное меню
42  Иконки Font Awesome 4.7

*/

 /* 01  Очистка и вспомогательные селекторы */
 html,
 body,
 div,
 span,
 applet,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 acronym,
 address,
 big,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 s,
 samp,
 small,
 strike,
 strong,
 sub,
 sup,
 tt,
 var,
 b,
 u,
 i,
 center,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 table,
 caption,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td,
 article,
 aside,
 canvas,
 details,
 embed,
 figure,
 figcaption,
 footer,
 header,
 hgroup,
 menu,
 nav,
 output,
 ruby,
 section,
 summary,
 time,
 mark,
 audio,
 video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline
 }

 body {
   line-height: 1
 }

 strong {
   font-weight: 700
 }

 em,
 i {
   font-style: italic
 }

 ol,
 ul {
   list-style: none
 }

 blockquote,
 q {
   quotes: none
 }

 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
   content: '';
   content: none
 }

 table {
   border-collapse: collapse;
   border-spacing: 0
 }

 .clear {
   clear: both;
   display: block;
   content: " ";
   height: 0;
   visibility: hidden
 }

 img,
 video,
 object,
 embed,
 iframe {
   max-width: 100%;
   vertical-align: bottom
 }

 img {
   height: auto
 }

 p {
   margin-bottom: 20px
 }

 p:last-child {
   margin-bottom: 0
 }

 img {
   border: 0
 }

 a {
   transition: all .2s linear;
   -o-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -webkit-transition: all .2s linear
 }

 .aligncenter {
   display: block;
   margin: 0 auto 20px
 }

 .alignleft {
   float: left
 }

 .alignright {
   float: right
 }

 html {
   font-size: 100%;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   overflow-x: hidden
 }

 dl {
   margin: 0 0 24px
 }

 dt {
   font-weight: bold
 }

 dd {
   margin-bottom: 18px
 }

 strong {
   font-weight: 700
 }

 em,
 i {
   font-style: italic
 }

 big {
   font-size: 131.25%
 }

 ins {
   text-decoration: none
 }

 abbr,
 acronym {
   border-bottom: 1px dotted #666;
   cursor: help
 }

 sup,
 sub {
   height: 0;
   line-height: 1;
   position: relative;
   vertical-align: baseline
 }

 sup {
   bottom: 1ex
 }

 sub {
   top: .5ex
 }

 input,
 textarea {
   color: #444;
   vertical-align: middle
 }

 pre {
   border: 1px solid rgba(0, 0, 0, 0.1);
   margin-bottom: 24px;
   max-width: 100%;
   overflow: auto;
   padding: 12px;
   white-space: pre;
   white-space: pre-wrap;
   word-wrap: break-word
 }

 table {
   width: 100%;
   margin: 30px 0 40px
 }

 table th {
   text-align: left;
   padding: 15px 14px;
   font-weight: bold;
   border: 1px solid #eaeaea
 }

 table td {
   padding: 13px 14px;
   border: 1px solid #eaeaea;
   vertical-align: top
 }

 table tr:nth-of-type(even) {
   background: #fff
 }

 table tr:nth-of-type(odd) {
   background: #fafafa
 }

 a {
   text-decoration: underline
 }

 a:hover {
   text-decoration: underline;
   cursor: pointer
 }

 hr {
   display: block;
   width: 100%;
   height: 1px;
   border: 0;
   border-bottom: 1px dashed #e6e6e6;
   margin: 30px auto 30px;
   clear: both
 }

 input:focus {
   border: 1px solid #fc5d5d
 }

 .red {
   color: red
 }

 .gp-clearfix:after {
   content: "\00A0";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0
 }

 input::placeholder,
 input:placeholder-shown {
   color: #444
 }

 ::-moz-selection {
   background: #68b3af;
   color: #fff
 }

 ::selection {
   background: #68b3af;
   color: #fff
 }

 ::-webkit-selection {
   background: #68b3af;
   color: #fff
 }

 .wpcf7-recaptcha {
   margin: 0 auto;
   width: 304px
 }

 code {
   display: block;
   margin: 25px 0;
   padding: 20px 20px;
   background: #f9f9f9;
   font-family: monospace, monospace;
   border: 1px solid #e6e6e6;
   font-size: 17px;
   line-height: 30px;
   letter-spacing: 1px
 }

 * {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
 }

 a {
   text-decoration: underline
 }

 a:hover {
   text-decoration: underline
 }

 /* 02 Шрифт */
 @font-face {
   font-family: 'Source Sans Pro';
   font-style: normal;
   font-weight: 400;
   font-display: swap;
   src: url('admin/fonts/source-sans-pro-v11-cyrillic_latin-regular.eot');
   src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('admin/fonts/source-sans-pro-v11-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), url('admin/fonts/source-sans-pro-v11-cyrillic_latin-regular.woff2') format('woff2'), url('admin/fonts/source-sans-pro-v11-cyrillic_latin-regular.woff') format('woff'), url('admin/fonts/source-sans-pro-v11-cyrillic_latin-regular.ttf') format('truetype'), url('admin/fonts/source-sans-pro-v11-cyrillic_latin-regular.svg#SourceSansPro') format('svg')
 }

 @font-face {
   font-family: 'Source Sans Pro';
   font-style: normal;
   font-weight: 700;
   font-display: swap;
   src: url('admin/fonts/source-sans-pro-v11-cyrillic_latin-700.eot');
   src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('admin/fonts/source-sans-pro-v11-cyrillic_latin-700.eot?#iefix') format('embedded-opentype'), url('admin/fonts/source-sans-pro-v11-cyrillic_latin-700.woff2') format('woff2'), url('admin/fonts/source-sans-pro-v11-cyrillic_latin-700.woff') format('woff'), url('admin/fonts/source-sans-pro-v11-cyrillic_latin-700.ttf') format('truetype'), url('admin/fonts/source-sans-pro-v11-cyrillic_latin-700.svg#SourceSansPro') format('svg')
 }


 /* 03 Основные контейнеры сайта */
 body {
   font-family: 'Source Sans Pro', Arial, sans-serif;
   font-size: 18px;
   line-height: 1.55;
   font-weight: 400;
   word-wrap: break-word;
   background: #fff
 }

 .wrap {
   width: 100%;
   max-width: 1920px;
   margin: 0 auto;
   overflow: hidden;
   position: relative;
 }

 .wrap-inner {
   max-width: 1200px;
   margin: 0 auto
 }

 .single-wrap {
   position: relative
 }

 .post-container {
   width: 68%
 }

 .custom-content {
   padding: 30px 0
 }

 .sidebar {
   float: left;
   width: 25%
 }


 /*  04 Шапка */
 .header {
   position: relative;
   margin: 0 auto;
   width: 100%;
   max-width: 1920px;
   padding: 40px 0
 }

 .header-wrap {
   margin: 0 auto;
   width: 100%;
   max-width: 1200px
 }

 /*  05 Логотип / текстовый заголовок */
 .logo {
   float: left;
   width: 27%;
   position: relative;
   z-index: 1
 }

 .textlogo h1,
 .textlogo span {
   display: block;
   text-align: left;
   font-size: 23px;
   line-height: 1;
   padding-top: 21px;
   font-weight: 700;
   margin: 0;
   text-transform: uppercase;
   letter-spacing: .5px;
 }

 .logo a {
   text-decoration: none
 }

 .imglogo h1,
 .imglogo span {
   margin: 0
 }

 .logo h1.site-title a,
 .logo span.site-title a {
   display: block;
   text-indent: -9999px
 }

 /*  06 Кнопка с телефоном в шапке */
 .contact-info {
   float: left;
   width: 17%;
   font-weight: 700;
   font-size: 18px;
   text-align: center;
   line-height: 1;
   margin-top: 4px
 }

 .contact-info a {
   text-decoration: none;
   border-radius: 30px;
   padding: 17px 20px;
   margin-top: 3px;
   transition: all .3s ease-in-out;
   display: inline-block;
   float: right
 }

 .contact-info a:hover {
   transform: translateY(3px)
 }

 /*  07 Постер для главной */
 .top-home-poster {
   width: 100%;
   position: relative;
   background-position: center center;
   overflow: hidden;
   margin-bottom: 80px
 }

 .top-home-poster:before {
   content: '';
   display: block;
   width: auto;
   height: 100%;
   z-index: 1;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0
 }

 .top-home-caption {
   width: 44%;
   margin: 0 auto;
   padding: 12% 0 9%;
   text-align: center;
   position: relative;
   z-index: 1
 }

 .top-home-caption h2 {
   font-size: 50px;
   line-height: 1.4;
   margin-bottom: 60px;
   text-transform: uppercase;
   letter-spacing: 0.5px
 }

 .top-home-caption .btn {
   font-size: 16px;
   line-height: 1;
   margin: 0 auto;
   padding: 20px 0;
   opacity: 0.85;
   width: 340px;
   text-align: center;
   transition: all .3s ease-in-out
 }

 .top-home-caption a {
   text-decoration: none;
   opacity: 1
 }

 .top-home-caption a:hover {
   text-decoration: none
 }


 /*  08 Мини постер для внутряков и шаблонов страниц*/
 .top-inner-poster {
   width: 100%;
   position: relative;
   overflow: hidden;
   margin-bottom: 50px
 }

 .top-inner-poster:before {
   content: '';
   display: block;
   width: auto;
   height: 100%;
   z-index: 1;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
 }

 .top-inner-caption {
   width: 100%;
   max-width: 1200px;
   margin: 0 auto
 }

 .top-inner-poster h1,
 .top-inner-poster span {
   padding: 50px 0;
   margin: 0;
   position: relative;
   z-index: 1;
   display: block;
   text-align: left;
   font-size: 23px;
   line-height: 1;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: .5px
 }


 /*  09 Главное меню */
 .menunav {
   width: 56%;
   float: left;
   text-align: center
 }

 .menunav li {
   display: inline-block;
   position: relative;
   transition: all .3s ease-in-out;
 }

 .menunav li a {
   display: block;
   text-decoration: none;
   font-weight: 700;
   font-size: 17px;
   text-align: center;
   position: relative;
   padding: 21px 9px
 }

 .menunav li a:hover {
   text-decoration: none
 }

 .menunav ul li ul {
   position: absolute;
   z-index: 100;
   left: -21px;
   top: 60px;
   display: none;
   visibility: hidden;
   width: 260px;
   margin: 0;
   padding: 50px 0 12px;
   border: 0;
   box-shadow: 1px 12px 15px -5px rgba(119, 119, 119, 0.16);
   line-height: 1
 }

 .menunav ul li ul li,
 .menunav ul li ul li ul li {
   width: 100%;
   padding: 0;
   margin: 0
 }

 .menunav ul li ul li:hover {
   border: 0
 }

 .menunav ul li ul li a {
   position: relative;
   margin: 0;
   padding: 10px 20px 14px 30px;
   text-transform: none;
   text-align: left;
 }

 .menunav ul li ul li ul {
   position: absolute;
   z-index: 100;
   height: auto;
   top: -50px;
   left: 260px;
   display: none;
   visibility: hidden;
   width: 260px;
   border: 0
 }

 .menunav ul li ul li ul li a {
   position: relative;
   margin: 0
 }

 .menunav .sf-sub-indicator:after {
   font-family: FontAwesome;
   content: '\f107';
   position: absolute;
   top: 22px;
   right: -10px
 }

 .menunav ul.sub-menu .sf-sub-indicator:after {
   font-family: FontAwesome;
   content: '\f105';
   position: absolute;
   top: 6px;
   right: -8px;
   font-size: 20px;
   content: "\203A";
   width: 20px;
   height: 20px;
 }

 .sub-menu {
   z-index: 100
 }

 .menunav .menu-item-has-children {
   padding-right: 14px
 }

 .menu-item-has-children:before {
   content: '\25BC';
   position: absolute;
   top: 28px;
   right: 5px;
   font-size: 10px
 }

 .menu-item-has-children:hover>ul {
   display: block;
   visibility: visible
 }

 .sub-menu .menu-item-has-children:before {
   content: '\25BC';
   transform: rotate(-90deg);
   top: 13px;
   right: 10px
 }

 .mm-panel .menu-item-has-children:before {
   display: none
 }


 /*  10 Подключение моб. меню */
 #mob {
   width: 100%;
   font-size: 18px;
   letter-spacing: 0.7px;
   margin-bottom: 20px;
   padding: 0;
   display: none;
   position: relative;
   text-align: center;
   font-weight: 700
 }

 #mob a {
   text-decoration: none;
   display: inline;
   position: relative
 }

 #mob .fa {
   font-size: 16px
 }

 #mob a {
   text-decoration: none;
   display: inline;
   position: relative
 }

 #mobilemenu:not(.mm-menu) {
   display: none
 }

 .mm-listview {
   font-size: 17px !important
 }

 .mm-listview span.sf-sub-indicator {
   display: none
 }


 /*  11 Оформление анонсов записей, страниц,миниатюр  */
 .entry {
   margin-bottom: 30px
 }

 .entry-list {
   margin-bottom: 60px
 }

 .entry-info {
   display: block;
   margin-bottom: 40px;
   color: #999;
   font-size: 15px;
   letter-spacing: 0.5px
 }

 .entry-list .entry-info {
   margin-bottom: 15px
 }

 .entry-thumb {
   float: left;
   margin: 0 0 40px 0;
   max-width: 815px;
   max-height: 380px;
   overflow: hidden;
   position: relative
 }

 .entry-thumb img {
   transition: all .5s ease-in-out
 }

 .entry-thumb:hover img {
   -o-transform: scale(1.05);
   transform: scale(1.05)
 }

 .entry-inner,
 .entry-cell-inner {
   position: relative
 }

 .gp-post-tags a {
   position: relative;
   padding-left: 9px;
   margin-left: 5px;
   font-size: 15px;
   letter-spacing: 0.5px
 }

 .gp-post-tags,
 .gp-post-tags a {
   color: #999;
 }

 .gp-post-tags a:before {
   content: "#";
   position: absolute;
   top: -2px;
   left: -1px
 }

 .sticky {}

 .archive-desc {
   margin-bottom: 50px;
   letter-spacing: .7px
 }

 .gp-breadcrumbs {
   width: 100%;
   padding-bottom: 20px;
   margin-bottom: 30px;
   border-bottom: 1px solid rgba(29, 43, 100, .1);
   font-size: 15px;
   letter-spacing: 0.5px;
   color: #999
 }

 .entry-info a,
 .gp-breadcrumbs a {
   color: #999;
   text-decoration: none
 }

 .entry-info a:hover,
 .gp-breadcrumbs a:hover {
   text-decoration: underline
 }

 .entry-cell-wrap {
   display: -ms-flexbox;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 15px
 }

 .gp-blog .entry-cell-wrap {
   margin-bottom: 30px
 }

 .entry-cell-inner {
   padding: 25px 25px 5px
 }

 .entry-cell-thumb {
   float: left;
   margin: 0 0 25px 0;
   position: relative;
   z-index: 1;
   overflow: hidden
 }

 .home .entry-cell-wrap {
   margin: 0
 }

 .entry-cell h2.post-title {
   font-size: 19px
 }

 .entry-date {
   position: absolute;
   bottom: -5px;
   left: 20px;
   padding: 6px 10px;
   font-size: 14px;
   font-weight: 700;
   transition: all .4s ease-in-out;
   opacity: 0.85
 }

 .entry-cell:hover .entry-date {
   transform: translateY(-5px)
 }

 blockquote {
   background: #f9f9f9;
   padding: 25px 15px 25px 30px;
   letter-spacing: 0.7px;
   margin: 35px 0
 }

 .widget404 {
   margin: 40px auto;
   width: 100%;
   max-width: 500px
 }

 /*  12 Обертка для разделов статической главной */
 .gp-container {
   margin-bottom: 50px
 }

 .gp-container-title {
   font-size: 28px;
   font-weight: 700;
   display: block;
   margin-bottom: 40px;
   letter-spacing: .7px;
   position: relative;
   z-index: 10;
   text-align: center
 }

 /*  13 Статическая главная - раздел Резюме */
 .about-container {
   margin-bottom: 120px
 }

 .about-img {
   float: left;
   width: 40%;
   margin-right: 9%;
   position: relative
 }

 .about-img img {
   position: relative;
   z-index: 1;
   transition: all .4s ease-in-out
 }

 .about-img:after {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 1;
   content: '';
   opacity: .2;
   transition: all .4s ease-in-out;
   background: #603813;
   background: -webkit-linear-gradient(to top, #b29f94, #603813);
   background: linear-gradient(to top, #b29f94, #603813)
 }

 .about-img:before {
   background: #e6e6e6;
   position: absolute;
   content: '';
   top: 25px;
   left: 25px;
   right: -25px;
   bottom: -25px;
   z-index: 1;
   opacity: .5;
   transition: all .4s ease-in-out
 }

 .about-img:hover img,
 .about-img:hover:after {
   transform: translateY(25px)
 }

 .about-img:hover:before {
   transform: translateY(-25px)
 }

 .about-wrap {
   float: left;
   width: 51%
 }

 .about-wrap h2 {
   font-size: 36px;
   line-height: 1.15;
   margin-bottom: 13px;
 }

 p.about-description {
   font-weight: 700;
   margin-bottom: 25px
 }

 /*  Кнопки */
 a.btn {
   display: block;
   width: 180px;
   text-align: center;
   padding: 13px 0;
   margin-top: 30px;
   text-decoration: none;
   text-transform: uppercase;
   font-size: 14px;
   letter-spacing: 1px;
   font-weight: 700;
   border-radius: 30px;
   transition: all .3s ease-in-out
 }

 a.btn:hover {
   transform: translateY(3px)
 }

 .entry-list a.btn {
   margin: 25px 0 0;
   padding: 8px 5px;
   font-size: 12px;
   width: 100px;
 }


 /*  14 Статическая главная - раздел Преимущества и презентация */

 .video-list {
   width: 100%;
   max-width: 1920px;
   position: relative;
   margin: 0 auto 70px
 }

 .video-wrap {
   position: relative;
   padding: 300px 0;
 }

 .video-list-items {
   background: #fff;
   padding: 20px 30px 10px;
   width: 100%;
   max-width: 500px;
   position: absolute;
   bottom: 0px;
   right: 16%;
   z-index: 10
 }

 .video-list:before {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   left: -100%;
   right: -100%;
   z-index: 1
 }

 .video-list .video-list-title {
   font-size: 28px;
   font-weight: 700;
   display: block;
   margin-bottom: 25px;
   letter-spacing: .7px;
   text-align: center;
 }

 .video-list span {
   width: 36px;
   height: 36px;
   display: block;
   margin: 0 auto;
   font-weight: 700;
   text-align: center;
   font-size: 23px;
   line-height: 35px;
   border-radius: 50%;
   opacity: .9;
   color: #fff
 }

 .video-list-items li {
   position: relative;
   padding: 0 !important;
   margin: 10px 0 25px 0 !important;
   line-height: 40px;
   text-align: center;
 }

 .video-list-items ul {
   margin: 0 auto
 }

 .video-list-caption {
   position: absolute;
   top: 40%;
   left: 16%;
   color: #fff;
   font-size: 110px;
   max-width: 300px;
   line-height: 1;
   cursor: pointer;
   text-align: center;
   z-index: 10
 }

 .video-list-caption .fa {
   margin-bottom: 35px;
   transition: all .3s ease-in-out
 }

 .video-list-caption p {
   font-size: 28px;
   font-weight: 700;
   display: block;
   margin-bottom: 30px;
   letter-spacing: .7px;
   position: relative
 }

 .video-list-caption .fa:hover {
   transform: rotate(360deg)
 }

 .video-action-bg {
   background: rgba(29, 43, 100, 0.8) none repeat scroll 0 0;
   visibility: hidden;
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0
 }

 .video-action {
   width: 100%;
   max-width: 700px;
   position: fixed;
   top: 40%;
   margin-top: -160px;
   left: -9999px;
   transition: opacity .5s;
   z-index: 1000;
   margin-left: -350px;
   border: 20px solid rgba(255, 255, 255, 0.3)
 }

 .video-action .close {
   position: absolute;
   top: -35px;
   right: -35px;
   z-index: 500;
   font-size: 26px;
   text-decoration: none;
   border-radius: 50%;
   background: red;
   color: #fff;
   width: 40px;
   height: 40px;
   text-align: center;
   line-height: 40px;
   display: block;
   cursor: pointer
 }


 /*  15 Статическая главная - раздел Услуги, решаемые проблемы */
 .problems-container {
   float: left;
   width: 100%;
   margin: 0px;
   position: relative;
   padding: 45px 0 15px
 }

 .problems-wrap {
   display: -ms-flexbox;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
   display: flex;
   flex-wrap: wrap
 }

 .problem-cell {
   float: left;
   width: 31.33%;
   margin-right: 3%;
   margin-top: 30px;
   margin-bottom: 30px;
   position: relative;
   padding: 35px 20px 25px;
   background: #fafafa;
   transition: all .3s ease-in-out;
   border: 2px solid #fff;
   box-shadow: 1px 12px 15px -5px rgba(119, 119, 119, 0.46);
   z-index: 50;
   text-align: center
 }

 .last-problem {
   margin-right: 0
 }

 .problem-cell p {
   margin: 0
 }

 .problem-cell span {
   font-size: 20px;
   line-height: 1.3;
   padding-top: 5px;
   font-weight: 700;
   display: block;
   margin-bottom: 15px;
   letter-spacing: .7px
 }

 .problem-cell:hover {
   box-shadow: 1px 12px 15px 5px rgba(51, 51, 51, 0.2)
 }

 .problem-cell:before {
   font-family: FontAwesome;
   content: '\f1b2';
   position: absolute;
   top: -20px;
   left: 50%;
   margin-left: -20px;
   width: 40px;
   height: 40px;
   line-height: 40px;
   border-radius: 50%;
   border: 1px solid #fff;
   text-align: center;
   transition: all .4s ease-in-out
 }

 .problems-wrap:last-child {
   margin-bottom: 30px
 }

 a.problem-url {
   display: inline-block;
   margin-top: 20px;
   font-size: 15px;
   letter-spacing: 0.7px;
   text-decoration: underline
 }

 /*  16 Статическая главная - раздел Стоимость услуг, цены */
 .price-blok {
   position: relative;
   margin-bottom: 60px
 }

 .price-blok:after {
   content: '';
   position: absolute;
   top: 60px;
   bottom: -90px;
   left: -50%;
   right: -50%;
   transform: rotate(2deg);
   transform-origin: 100%;
   z-index: 10
 }

 .price-blok:before {
   content: '';
   position: absolute;
   top: -75px;
   bottom: 40px;
   left: -50%;
   right: -50%;
   transform: rotate(-2deg);
   transform-origin: 100%;
   z-index: 20
 }

 .price-blok-title {
   font-size: 28px;
   margin-bottom: 10px;
   text-align: center;
   display: block;
   font-weight: 700;
   letter-spacing: .7px
 }

 .price-blok-wrap p {
   margin-bottom: 50px;
   text-align: center;
   font-size: 18px;
   font-weight: 700;
   color: #333;
   position: relative;
   z-index: 30
 }

 .price-blok-wrap {
   width: 50%;
   margin: 0 auto;
   padding: 60px 0 50px;
   color: #333;
   font-size: 20px;
   position: relative;
   z-index: 30
 }

 .price-line {
   width: 100%;
   float: left;
   margin-bottom: 20px
 }

 .price-blok-name {
   float: left;
   width: 80%;
   padding: 10px 0 10px 10px;
   display: block
 }

 .price-blok-value {
   float: left;
   width: 20%;
   text-align: right;
   padding: 10px 10px 10px 0;
   display: block
 }

 .gp-location {
   width: 50%;
   text-align: center;
   margin: 0 auto 0;
   padding: 0 0 50px;
   position: relative;
   z-index: 1;
   color: #333;
   font-size: 18px;
   position: relative;
   z-index: 30
 }

 .gp-location p {
   margin-bottom: 5px
 }

 .gp-location span {
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0.7px
 }

 .owl-cell {
   width: 100%;
   margin-top: 25px;
   padding: 60px 100px 10px;
   text-align: center;
   letter-spacing: .3px
 }


 /*  17 Статическая главная - раздел Отзывы клиентов */
 .owl-cell p {
   position: relative;
 }

 .owl-cell p:before {
   content: "\201c";
   position: absolute;
   top: -85px;
   left: 50%;
   margin-left: -30px;
   width: 60px;
   height: 60px;
   font-size: 70px;
   line-height: 88px;
   text-align: center;
   border-radius: 50%
 }

 .test-name {
   font-weight: 700;
   font-size: 22px
 }


 /*  18 Статическая главная - раздел Контактный блок*/
 .contact-blok {
   position: relative;
   z-index: 1;
   margin-bottom: 70px;
   background-repeat: no-repeat
 }

 .contact-blok-wrap {
   width: 100%;
   max-width: 1200px;
   margin: 0 auto
 }

 .contact-blok:before {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   left: -50%;
   right: -50%;
   z-index: -1
 }

 .contact-blok-text {
   font-size: 23px;
   float: left;
   width: 48%;
   font-weight: 700;
   line-height: 1.2
 }

 .home .contact-blok-text {
   padding-top: 180px
 }

 .contact-blok-text p {
   margin-bottom: 5px;
   margin-left: 30px
 }

 .contact-blok-text span {
   font-size: 40px;
   margin-bottom: 30px;
   display: inline-block;
   position: relative;
   margin-left: 30px
 }

 .contact-blok-text a,
 .contact-blok-text a:hover {
   text-decoration: none
 }

 .contact-blok-text span:after {
   content: '';
   position: absolute;
   bottom: 2px;
   left: 0;
   width: 100%;
   z-index: -1;
   transition: all .3s ease-in-out;
   opacity: 0.85
 }


 /*  19 Статическая главная - форма отправки сообщений */
 .contact-blok-form {
   width: 52%;
   float: right;
   padding: 50px 50px 20px;
   color: #fff;
   position: relative
 }

 .contact-blok-form:before {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: -100%;
   z-index: -1
 }

 .contact-blok-form-title {
   font-size: 23px;
   line-height: 1.2;
   margin-bottom: 30px;
   font-weight: 700;
   color: #fff;
   display: block
 }

 input::placeholder,
 input:placeholder-shown,
 textarea::placeholder {
   color: #fff
 }

 .contact-blok-form p {
   margin: 0;
   display: block
 }

 .contact-blok-form .wpcf7 input[type="text"],
 .contact-blok-form .wpcf7 input[type="email"],
 .contact-blok-form .wpcf7 input[type="tel"] {
   font-family: inherit;
   width: 48%;
   float: left;
   padding: 10px;
   display: block;
   border: 0;
   margin: 0 0 30px;
   font-size: 18px;
   position: relative;
   background: rgba(255, 255, 255, 0.15);
   color: #fff
 }

 .contact-blok-form .wpcf7 input[type="text"] {
   width: 100%
 }

 .contact-blok-form .wpcf7 input[type="tel"] {
   margin-right: 4%
 }

 .contact-blok-form .wpcf7 textarea {
   font-family: inherit;
   width: 100%;
   height: 130px;
   float: left;
   padding: 10px;
   display: block;
   border: 0;
   margin: 5px 0 35px;
   font-size: 18px;
   position: relative;
   z-index: 100;
   background: rgba(255, 255, 255, 0.15);
   color: #fff
 }

 .contact-blok-form .wpcf7 input[type="submit"] {
   width: 170px;
   font-size: 14px;
   font-weight: 700;
   letter-spacing: 1px;
   text-align: center;
   border: 0;
   text-decoration: none;
   -webkit-appearance: none;
   box-shadow: none;
   cursor: pointer;
   padding: 14px 0;
   margin: 0;
   transition: all .5s ease;
   position: relative;
   display: block;
   border-radius: 30px;
   text-transform: uppercase
 }

 .contact-blok-form .wpcf7 input[type="submit"]:focus {
   border: 0;
   outline: 0;
 }

 .contact-title {
   display: block;
   font-size: 15px;
   line-height: 1.25;
   text-align: center;
   margin-bottom: 20px;
   text-transform: uppercase;
   letter-spacing: 1px
 }

 .contact-blok-form .wpcf7 input[type="submit"]:hover {
   transform: translateY(5px)
 }

 p.gp-wpcf7-note {
   font-size: 14px;
   display: block;
   margin-bottom: 20px
 }

 .gp-wpcf7-note #comments-checkbox {
   margin: 4px 15px 15px 0;
   display: inline-block
 }

 .gp-wpcf7-note a {
   color: #fff;
   text-decoration: none
 }

 .wpcf7-response-output,
 .wpcf7-response-output,
 .wpcf7-not-valid-tip {
   font-size: 14px !important;
   color: #fff;
   display: table
 }

 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
   display: inline-block;
   width: 100%;
   text-align: center;
   margin: 0 auto 20px
 }

 .gp_contact-blok {
   margin-bottom: 0
 }

 .wpcf7-response-output {
   text-align: center;
   width: 100%
 }

 .wpcf7-mail-sent-ok {
   display: inline-block
 }


 /*  20 Статическая главная - раздел Статьи и новости*/
 .home-post-list {
   width: 100%;
   position: relative;
   margin-bottom: 0;
   padding: 60px 0 45px
 }

 .home-post-list:before {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   left: -50%;
   right: -50%;
   opacity: 0.06;
   z-index: -1
 }

 .home-post-list .entry-cell,
 .gp-blog .entry-cell {
   float: left;
   width: 31.33%;
   margin-right: 3%;
   margin-bottom: 30px;
   position: relative;
   transition: all .3s ease-in-out;
   box-shadow: 1px 12px 15px -5px rgba(119, 119, 119, 0.16);
   z-index: 50;
   border: 1px solid #fff;
   background: #fff
 }

 .home-post-list .entry-cell:nth-of-type(2n),
 .gp-blog .entry-cell:nth-of-type(2n) {
   margin-right: 3%
 }

 .home-post-list .entry-cell:nth-of-type(3n),
 .gp-blog .entry-cell:nth-of-type(3n) {
   margin-right: 0
 }

 .home-post-list .entry-cell:hover,
 .gp-blog .entry-cell:hover {
   box-shadow: 1px 12px 15px 5px rgba(51, 51, 51, 0.1)
 }

 .gp-blog .entry-cell {
   margin-bottom: 45px
 }


 /*  21 Шаблон страницы - О себе  */
 .about-page-left {
   float: left;
   width: 40%;
   margin-right: 4%;
   margin-bottom: 60px
 }

 .about-page-right {
   float: left;
   width: 56%;
   margin-bottom: 50px
 }

 .about-page-center {
   width: 100%;
   position: relative;
   padding: 50px 0;
   margin-bottom: 60px
 }

 .about-page-center:before {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   left: -50%;
   right: -50%;
   z-index: -1;
   opacity: 0.1
 }

 .no_bg.about-page-center {
   padding: 0
 }

 .no_bg.about-page-center:before {
   background: #fff
 }

 /*  22 Раписание*/
 .gp-schedule {
   width: 100%;
   float: left;
   margin-bottom: 50px;
   font-size: 16px;
   position: relative;
   border-top: 3px solid #fff;
   border-left: 3px solid #fff
 }

 .gp-schedule span {
   display: block;
   width: 12.5%;
   float: left;
   text-align: center;
   border-right: 3px solid #fff;
   border-bottom: 3px solid #fff;
   padding: 14px 0;
   opacity: 0.7
 }

 .gp-schedule span.blank {
   background: #f6f7fb
 }

 .legend-wrap {
   width: 100%;
   max-width: 390px;
   margin: 0 auto 40px
 }

 .legend-full,
 .legend-empty {
   display: block;
   position: relative;
   padding-left: 50px;
   float: left;
   margin-right: 35px
 }

 .legend-empty {
   margin-right: 0
 }

 .legend-full:before {
   content: '';
   position: absolute;
   top: -7px;
   left: 0;
   width: 40px;
   height: 40px;
   opacity: .6;
   border: 1px solid #e6e6e6
 }

 .legend-empty:before {
   content: '';
   position: absolute;
   top: -7px;
   left: 0;
   width: 40px;
   height: 40px;
   border: 1px solid #e6e6e6;
   opacity: 0.7
 }

 .diplom-cell {
   background: #e6e6e6;
   width: 100%
 }

 .owl-diplom .owl-dot {
   margin-bottom: 0
 }


 /*  23 Шаблон страницы - Контакты  */
 .contact-page {
   position: relative;
   margin-bottom: 0px;
   display: -ms-flexbox;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
   display: flex;
   flex-wrap: wrap
 }

 .contact-page-left {
   float: left;
   width: 50%;
   position: relative
 }

 .contact-page-right {
   float: left;
   width: 50%;
   position: relative;
   margin-bottom: 30px
 }

 .contact-page-right:before {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0%;
   right: -100%;
   z-index: -1
 }

 .contact-page-unit {
   padding: 21px 40px 8px 72px;
   position: relative
 }

 .contact-page-unit:last-child {
   padding: 21px 20px 21px 72px
 }

 .gp-tel a {
   color: #333
 }

 .gp-user:before,
 .gp-tel:before,
 .gp-loc1:before,
 .gp-loc2:before,
 .gp-soc:before {
   font-family: FontAwesome;
   position: absolute;
   top: 18px;
   left: 0;
   width: 40px;
   height: 40px;
   line-height: 40px;
   border-radius: 50%;
   text-align: center;
   transition: all .4s ease-in-out
 }

 .gp-user:before {
   content: '\f2bd'
 }

 .gp-tel:before {
   content: '\f095'
 }

 .gp-loc1:before {
   content: '\f041'
 }

 .gp-loc2:before {
   content: '\f276'
 }

 .gp-soc:before {
   content: '\f124'
 }


 .contact-page .contact-blok-text {
   width: 100%;
   margin: 0;
   padding: 0
 }

 p.contact-page-title {
   display: block;
   font-weight: 700;
   margin-bottom: 9px;
   margin-left: 0;
   font-size: 18px
 }

 .contact-page-unit span {
   display: block;
   font-size: 18px;
   font-weight: 400;
   margin: 0 0 15px;
   color: #333;
   line-height: 1.4
 }

 .contact-page-unit span:after,
 .contact-page-unit span:hover:after {
   border: 0 !important
 }

 .contact-page-unit .social-bar ul {
   margin-left: 0
 }

 .contact-page .contact-blok-form {
   width: 100%;
   padding: 30px 0 30px 40px;
 }



 /*  24 Шаблон страницы - Вопросы (F.A.Q.)  */
 /*  Аккордеон  */
 .accordion-toggle {
   border: 1px solid rgba(29, 43, 100, .1);
   border-top: 0;
   margin-bottom: 45px
 }

 .accordion-title {
   padding: 19px 20px;
   background: rgba(249, 249, 249, 0.5);
   border-top: 1px solid rgba(29, 43, 100, .1);
   cursor: pointer;
   transition: all .4s ease-in-out
 }

 .accordion-title span {
   font-weight: 700;
   line-height: 1.2
 }

 .accordion-value {
   padding: 20px;
   height: auto;
   border-top: 1px solid rgba(29, 43, 100, .1);
   display: none
 }

 .accordion-value.default {
   display: block
 }

 .accordion-title:hover {
   background: rgba(233, 242, 249, 0.7)
 }

 /*  Табы (вкладки)  */
 .faq-tabs {
   margin-bottom: 45px;
   border: 1px solid rgba(29, 43, 100, .1);
   overflow: hidden
 }

 .tabs {
   float: left;
   width: 25%;
   margin-right: 2%;
   position: relative
 }

 .tabs:before {
   content: '';
   position: absolute;
   top: 0;
   bottom: -100%;
   right: 0;
   width: 1px;
   background: rgba(29, 43, 100, .1)
 }

 .service-list-tabs .tabs ul {
   list-style: none
 }

 .service-list-tabs .tabs li {
   display: block;
   font-weight: 700;
   border-bottom: 1px solid rgba(29, 43, 100, .1);
   padding: 22px 25px;
   position: relative;
   line-height: 1.3;
   transition: all .3s ease-in-out;
 }

 .service-list-tabs .tabs li:last-child {
   border: 0
 }

 .service-list-tabs .tabs ul li a {
   text-decoration: none;
   color: #333
 }

 .service-list-tabs .tabs li:hover {
   background: rgba(233, 242, 249, 0.85)
 }

 .service-list-tabs .tab-content {
   padding: 22px 25px;
   transition: all .3s ease-in-out;
   float: left;
   width: 73%
 }

 .service-list-tabs .tabs .tabs-post {
   opacity: 0
 }

 .tabs li.active {
   position: relative;
   background: rgba(233, 242, 249, 0.7)
 }

 .service-list-tabs .tab-content>.tabs-post {
   display: none
 }

 .service-list-tabs .tab-content>.active {
   display: block
 }

 .service-list-tabs .tabs-post.in {
   opacity: 1
 }

 .tab-title {
   font-size: 22px;
   font-weight: 700;
   margin-bottom: 15px;
   display: block
 }


 /*  25 Соц. кнопки, аккаунты */
 .social-bar ul {
   list-style: none;
   margin-left: 30px
 }

 .social-bar ul li {
   text-align: center;
   width: 40px;
   margin: 10px 15px 5px 0;
   padding: 0;
   float: left;
   transition: all .3s linear
 }

 .social-bar ul li a {
   width: 100%;
   display: block;
   padding: 9px 0;
   font-size: 18px;
   text-decoration: none;
   color: #fff !important
 }

 .social-bar ul li a:hover {
   color: #fff;
   text-decoration: none
 }

 .vk {
   background: #4d7198
 }

 .fb {
   background: #3b5998
 }

 .tw {
   background: #14a1e8
 }

 .ig {
   background: #c7b5a1
 }

 .od {
   background: #f6881f
 }

 .yt {
   background: #a81a1e
 }

 .tele {
   background: #2b9dd9
 }

 .social-bar:after {
   content: '';
   display: block;
   clear: both
 }

 .social-bar ul li:before {
   height: 0;
   width: 0;
   position: relative;
   background: 0
 }

 .social-bar ul li:hover {
   transform: translateY(4px)
 }


 /*  26 Подвал сайта, кнопка вверх */
 .footer {
   position: relative;
   text-align: right;
   padding: 50px 0 30px
 }

 .footer:before {
   content: '';
   position: absolute;
   top: 0;
   bottom: -10px;
   left: -50%;
   right: -50%;
   background: #f9f9f9
 }

 .foot-nav-left {
   float: left;
   width: 30%;
   text-align: left;
   color: #999;
   position: relative;
   z-index: 1
 }

 .foot-nav-right {
   float: right;
   width: 70%
 }

 .foot-nav-left p {
   margin-bottom: 4px;
   font-size: 14px
 }

 .foot-nav-left span {
   color: #333;
   font-size: 17px
 }

 #backtop {
   display: none;
   position: fixed;
   text-align: center;
   z-index: 100;
   bottom: 15px;
   right: 15px;
   font-size: 20px;
   font-weight: 700;
   cursor: pointer;
   opacity: .8;
   width: 34px;
   height: 34px;
   line-height: 30px;
   border-radius: 3px
 }


 /*  27 Второе меню, в подвале */
 ul.bottom-nav li {
   display: inline-block;
   margin-left: 24px;
   position: relative;
   letter-spacing: .7px;
   font-size: 16px;
   font-weight: 700
 }

 ul.bottom-nav li a {
   text-decoration: none
 }

 ul.bottom-nav li a:hover {
   text-decoration: underline
 }

 ul.bottom-nav li:after {
   content: '\00B7';
   font-size: 14px;
   position: absolute;
   top: 2px;
   right: -16px;
   color: #000
 }

 ul.bottom-nav li:last-child:after {
   content: ''
 }


 /* 28 Заголовки внутри записей и страниц, в тексте */
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   font-weight: 700;
   line-height: 1.2
 }

 h1 {
   font-size: 28px
 }

 h2 {
   font-size: 26px
 }

 h3 {
   font-size: 24px
 }

 h4 {
   font-size: 22px
 }

 h5 {
   font-size: 20px
 }

 h6 {
   font-size: 18px
 }

 h1.post-title {
   font-size: 35px;
   margin-bottom: 20px
 }

 h2.post-title {
   font-size: 26px;
   margin-bottom: 15px
 }

 h2.post-title a {
   color: #444;
   text-decoration: none
 }

 h2.post-title a:hover {
   text-decoration: underline
 }

 .entry-list h2.post-title {
   font-size: 24px;
   margin-bottom: 15px
 }


 /*  29  Виджеты сайдбара + метки, календарь и поиск */
 .widget {
   margin-bottom: 30px;
   padding-bottom: 28px
 }

 .widget:last-child {
   border: 0
 }

 .widget p a {
   text-decoration: underline
 }

 .widget p a:hover {
   text-decoration: underline
 }

 .widget a {
   text-decoration: none
 }

 .widget a:hover {
   text-decoration: underline
 }

 .widget-title {
   text-transform: uppercase;
   font-size: 15px;
   letter-spacing: .7px;
   display: block;
   margin-bottom: 20px;
   font-weight: 700
 }

 .widget .tagcloud {
   width: 100%;
   margin-bottom: 10px;
   display: inline-block
 }

 .widget .tagcloud a {
   float: left;
   line-height: 12px;
   font-size: 12px !important;
   text-decoration: none;
   margin: 0 9px 9px 0;
   padding: 8px 9px;
   text-transform: uppercase;
   border: 1px solid rgba(29, 43, 100, .1)
 }

 .widget .tagcloud a:hover {
   text-decoration: none
 }

 .widget #calendar_wrap {
   width: 100%;
   font-size: 13px
 }

 .widget #wp-calendar th {
   text-align: center;
   padding: 5px 4px;
   font-size: 13px;
   font-weight: 700;
   border: 1px solid rgba(29, 43, 100, .06)
 }

 .widget #wp-calendar td {
   padding: 5px 3px;
   border: 1px solid rgba(29, 43, 100, .06);
   text-align: center
 }

 .widget #wp-calendar caption {
   font-size: 16px;
   margin-bottom: 10px
 }

 .widget #searchform #s {
   display: block;
   float: left;
   width: 68%;
   margin-right: 2%;
   padding: 10px;
   color: #333;
   background: #fff;
   border: 1px solid #e6e6e6;
   font-size: 14px;
   font-weight: normal
 }

 .widget #searchsubmit {
   display: block;
   float: left;
   width: 30%;
   padding: 11px 0;
   font-size: 15px;
   line-height: 15px;
   cursor: pointer;
   border: 0;
   transition: all .5s ease;
   border-radius: 20px
 }

 .screen-reader-text {
   display: none
 }

 /*  30 Встроенный виджет "свежие записи" */
 .recent-posts-content ul li {
   padding-left: 0;
   list-style-type: none;
   margin: 0 0 7px 0;
   padding: 20px 0 0 0 !important
 }

 .recent-posts-content span {
   display: block;
   font-size: 16px;
   line-height: 1.35;
   font-weight: 400;
   margin: 0
 }

 .recent-posts-content ul li:first-child {
   padding-top: 0
 }

 .recent-posts-content img {
   float: left;
   margin: 3px 20px 15px 0;
   max-width: 90px
 }

 .recent-posts-content em {
   display: block;
   margin-top: 10px;
   font-size: 12px;
   line-height: 14px;
   font-weight: normal;
   font-style: normal;
   color: #a6a6a6
 }

 .recent-posts-content li:after {
   content: '';
   display: block;
   clear: both
 }

 .recent-posts-content a {
   text-decoration: none
 }

 .recent-posts-content a:hover {
   text-decoration: underline
 }


 /* 31 Маркированные списки */
 .widget ul {
   margin: 0
 }

 .entry ul,
 .side-blok ul,
 .about-wrap ul,
 .about-page-right ul,
 .about-page-left ul,
 .about-page-center ul,
 .custom-content ul,
 .widget ul {
   list-style-type: none;
   margin: 15px 0
 }

 .entry ul li,
 .side-blok ul li,
 .about-wrap ul li,
 .about-page-right ul li,
 .about-page-left ul li,
 .about-page-center ul li,
 .custom-content ul li,
 .widget ul li {
   position: relative;
   padding: 0 0 10px 24px
 }

 .widget ul li:last-child {
   padding: 0 0 0 24px
 }

 .entry ul li:before,
 .side-blok ul li:before,
 .about-wrap ul li:before,
 .about-page-right ul li:before,
 .about-page-left ul li:before,
 .about-page-center ul li:before,
 .custom-content ul li:before,
 .widget ul li:before {
   display: block;
   content: '';
   height: 10px;
   width: 10px;
   left: 0;
   top: 9px;
   position: absolute
 }

 /* отключаем оформление пунктов в определенных списках */
 .related-posts ul li:before,
 .recent-posts-content ul li:before {
   width: 0;
   height: 0;
   background: none
 }


 /* 32 Нумерованные списки */
 ol {
   list-style: decimal;
   list-style-position: inside;
   margin: 30px 0
 }

 ol li {
   margin: 0;
   padding: 0 0 10px 0
 }

 ol ol {
   list-style: upper-alpha
 }

 ol ol ol {
   list-style: lower-roman
 }

 ol ol ol ol {
   list-style: lower-alpha
 }


 /* 33 Стили для постраничной навигации (wp pagenavi) */
 .wp-pagenavi {
   width: 100%;
   float: left;
   margin: 0 0 45px;
   font-size: 16px
 }

 .wp-pagenavi a {
   font-size: 16px;
   line-height: 1;
   padding: 10px 15px !important;
   border: 1px solid #e6e6e6 !important;
   color: #444
 }

 .wp-pagenavi a:hover {
   text-decoration: none !important;
   color: #fff;
   border: 0
 }

 .wp-pagenavi .pages,
 .wp-pagenavi .last {
   display: none
 }

 .wp-pagenavi .current {
   font-size: 16px;
   line-height: 1;
   padding: 11px 16px !important;
   font-weight: normal !important;
   color: #fff;
   border: 0
 }

 .wp-pagenavi .extend {
   border: 0
 }

 /*  34 Соц. кнопки - яндекс.поделиться*/
 .share-post ul {
   margin: 30px 0
 }

 .share-post ul li {
   padding: 0;
   margin-right: 8px !important
 }

 .share-post ul li:before {
   padding: 0;
   width: 0;
   background: 0
 }


 /* 35 Комментарии в записях и страницах*/
 .comments-box {
   width: 100%
 }

 .comment-respond {
   margin: 25px 0 25px
 }

 ol.commentlist {
   margin: 50px 0 0
 }

 ol.commentlist li div.vcard cite.fn a.url:hover {
   text-decoration: none
 }

 ol.commentlist li {
   margin-top: 30px;
   list-style-type: none
 }

 ol.commentlist li div.vcard cite.fn {
   font-weight: 700;
   font-size: 16px;
   text-transform: uppercase;
   letter-spacing: 1px
 }

 ol.commentlist li div.vcard cite.fn a.url {
   text-decoration: none
 }

 ol.commentlist li .comment-author {
   position: relative
 }

 ol.commentlist li .avatar {
   float: left;
   margin: 0 20px 15px 0
 }

 ol.commentlist li div.commentmetadata {
   font-size: 12px;
   color: #999
 }

 ol.commentlist li div.commentmetadata a {
   color: #999
 }

 ol.commentlist li div.comment-meta {
   margin: 0 0 10px 0
 }

 .comment-note {
   font-size: 15px;
   color: #999;
   display: block
 }

 .comment-note a {
   color: #999;
 }

 .comment-notes {
   padding: 0 0 15px;
   margin: 0
 }

 ol.commentlist li p {
   padding: 14px 0 20px 0;
   margin: 0
 }

 span.comment-reply-link {
   font-size: 14px;
   color: #999;
   cursor: pointer;
   text-decoration: underline
 }

 span.comment-reply-link:hover {
   text-decoration: underline
 }

 ol.children {
   margin: 0
 }

 ol.children li {
   margin: 40px 0 40px 20px;
   padding: 0
 }

 #comment {
   margin-bottom: 30px
 }

 a.comment-edit-link {
   float: right
 }

 p.comment-form-author,
 p.comment-form-email,
 p.comment-form-url {
   width: 31.33%;
   float: left;
   margin-left: 3%;
   display: block;
   margin-bottom: 10px
 }

 .comment-form label {
   font-size: 16px;
   color: #444;
   margin-bottom: 7px;
   display: block
 }

 h3#reply-title,
 .comment-title {
   margin: 10px 0 15px;
   font-size: 24px;
   font-weight: 700;
   display: block
 }

 .comment-reply-title {
   margin-top: 30px
 }

 .comment-form input[type="text"],
 .comment-form input[type="email"],
 .comment-form input[type="url"] {
   font-family: inherit;
   font-size: 17px;
   width: 100%;
   padding: 10px;
   margin-bottom: 10px;
   border: 1px solid rgba(29, 43, 100, .15);
   color: #333
 }

 .logged-in-as,
 .comment-notes,
 .comment-awaiting-moderation,
 .logged-in-as,
 .form-allowed-tags {
   color: #444;
   font-size: 15px;
   margin-bottom: 20px
 }

 .no-comments {
   color: #999;
   font-weight: 700;
   padding-top: 1.6em
 }

 .comment-navigation+.no-comments {
   border-top: 0
 }

 .required {
   color: red
 }

 .top-text .vcard {
   display: inline-block;
   margin-bottom: 40px
 }

 #comments-checkbox {
   display: block;
   float: left;
   margin: 6px 10px 35px 5px
 }

 #commentform textarea {
   font-family: inherit;
   height: 200px;
   width: 100%;
   border: 1px solid rgba(29, 43, 100, .15);
   padding: 10px;
   font-size: 17px;
   line-height: 24px;
   display: block;
   color: #333;
   float: left;
   position: relative;
   z-index: 2
 }

 #commentform input:focus,
 #commentform textarea:focus {
   background: #fff;
   box-shadow: 0 0 4px rgba(102, 203, 245, 0.9)
 }

 a#cancel-comment-reply-link {
   display: block;
   font-size: 12px;
   margin-top: 15px;
   font-weight: 400
 }

 .comment-form input[type="submit"] {
   width: 230px;
   display: block;
   font-size: 16px;
   text-align: center;
   text-decoration: none;
   border: 0;
   cursor: pointer;
   padding: 14px 0;
   margin: 25px auto;
   transition: all .3s ease-in-out;
   font-weight: 400;
   border-radius: 30px
 }

 .comments-box .says {
   display: none
 }

 .comments-box .navigation {
   width: 100%;
   margin: 40px auto 40px;
   text-align: center;
   border-top: 1px dashed #eee;
   border-bottom: 1px dashed #eee;
   padding: 20px 0
 }

 .comments-box .navigation .nav-previous {
   width: 50%;
   float: left;
   text-align: left
 }

 .comments-box .navigation .nav-next {
   width: 50%;
   float: right;
   text-align: right
 }

 .comments-box .navigation a {
   color: #bbb;
   text-decoration: none
 }

 .comments-box .navigation a:hover {
   text-decoration: underline
 }

 ol.commentlist li #respond p.comment-form-author,
 ol.commentlist li #respond p.comment-form-email,
 ol.commentlist li #respond p.comment-form-url {
   width: 31.33%;
   float: left;
   margin-left: 3%
 }

 ol.commentlist li #respond p.comment-form-comment {
   margin-left: 0
 }

 p.comment-form-author,
 ol.commentlist li #respond p.comment-form-author {
   margin-left: 0
 }

 .gp-comment-form {
   padding: 10px 0;
   margin-top: 20px
 }

 .comment-form-cookies-consent label {
   font-size: 15px !important;
   color: #999 !important
 }

 #wp-comment-cookies-consent {
   float: left;
   margin: 5px 10px 5px 0
 }

 .comment-form input[type="submit"]:hover,
 .widget #searchsubmit:hover {
   transform: translateY(3px)
 }



 /* 36 Изображения и галереи  */
 img.alignleft,
 iframe.alignleft {
   float: left;
   margin: 5px 35px 20px 0
 }

 img.aligncenter {
   float: none !important;
   margin: 30px auto
 }

 img.aligncenter:after {
   content: '';
   display: block;
   clear: both
 }

 .wp-caption {
   text-align: center;
   margin-bottom: 15px;
   max-width: 100%;
   height: auto
 }

 .wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none
 }

 .wp-caption-text {
   font-size: 12px;
   line-height: 17px;
   padding: 7px 5px;
   color: #999
 }

 .wp-caption.alignleft {
   float: left;
   margin: 5px 30px 7px 0
 }

 .wp-caption.alignright {
   float: right;
   margin: 5px 0 7px 30px
 }

 .wp-caption.aligncenter,
 .attachment img {
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px
 }

 img.alignright,
 iframe.alignright {
   float: right;
   margin: 5px 0 20px 35px
 }

 .gallery {
   margin: 10px auto
 }

 .gallery .gallery-item {
   float: left;
   margin-top: 0;
   margin-bottom: 10px;
   text-align: center;
   padding: 0 5px;
   width: 33.33%
 }

 .gallery-columns-2 .gallery-item {
   width: 50%
 }

 .gallery-columns-4 .gallery-item {
   width: 25%
 }

 .gallery img {
   padding: 8px
 }

 .gallery img:hover {
   background: white
 }

 .gallery-columns-2 .attachment-medium {
   max-width: 92%;
   height: auto
 }

 .gallery-columns-4 .attachment-thumbnail {
   max-width: 84%;
   height: auto
 }

 .gallery .gallery-caption {
   color: #999;
   font-size: 12px;
   margin: 0 0 12px
 }

 .gallery dl,
 .gallery dt {
   margin: 0
 }

 .gallery br+br {
   display: none
 }

 .img-attach {
   display: block;
   text-align: center
 }


 /* 37 Навигация внутри записей */
 .post-navigation {
   margin: 35px 0;
   float: left;
   width: 100%;
   border-bottom: 1px solid rgba(29, 43, 100, .1);
   border-top: 1px solid rgba(29, 43, 100, .1);
   padding: 25px 0;
   font-size: 16px;
   line-height: 22px;
   font-weight: 700
 }

 .nav-box-previous {
   float: left;
   width: 46%;
   margin-right: 8%;
   position: relative
 }

 .nav-box-next {
   float: right;
   width: 46%;
   position: relative;
   text-align: right
 }

 .post-navigation span {
   display: block;
   font-size: 15px;
   letter-spacing: 1px;
   color: #999;
   margin-bottom: 6px;
   font-weight: 400
 }

 .post-navigation a {
   text-decoration: none
 }

 .post-navigation a:hover {
   text-decoration: underline
 }

 /*  38 Похожие записи в конце каждой публикации */
 .related-posts {
   position: relative;
   margin: 30px 0 55px;
   float: left;
   width: 100%
 }

 .related-posts ul {
   margin: 15px auto 0;
   list-style: none;
   display: -ms-flexbox;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
   display: flex;
   flex-wrap: wrap
 }

 .related-posts ul li {
   width: 31.33%;
   float: left;
   padding: 0;
   margin-bottom: 20px;
   margin-right: 3%;
   transition: all .3s ease-in-out;
   box-shadow: 1px 12px 15px -5px rgba(119, 119, 119, 0.16);
   border: 2px solid #fff;
 }

 .related-posts ul li:hover {
   box-shadow: 1px 12px 15px -5px rgba(119, 119, 119, 0.36)
 }

 .related-posts ul li:nth-of-type(3n) {
   margin-right: 0
 }

 .rel-post-title {
   font-size: 16px;
   display: block;
   line-height: 1.25;
   padding: 20px;
   font-weight: 700
 }

 .related-posts p {
   display: block;
   margin-bottom: 20px;
   font-weight: 700;
   font-size: 18px
 }

 .related-posts a {
   text-decoration: none
 }

 .related-posts a:hover {
   text-decoration: underline
 }

 /* Gutenberg */

 .entry #toc_container li:before,
 .entry ul li.blocks-gallery-item:before {
   content: '';
   padding: 0;
   background: none
 }

 .entry .wp-block-gallery li {
   padding: 0
 }

 table {
   width: 100%;
   display: table;
 }

 table tr:nth-of-type(odd) {
   background: #f6f7fb
 }

 table tr:nth-of-type(even) {
   background: #fff
 }

 table tr,
 table td {
   font-size: 17px
 }

 .entry h1,
 .entry h2,
 .entry h3,
 .entry h4,
 .entry h5,
 .entry h6 {
   margin-bottom: 15px
 }

 .wp-block-embed,
 .wp-block-media-text {
   margin-bottom: 30px
 }



 /*  39 Адаптивные стили (для мобильных устройств) */

 @media only screen and (max-width:1400px) {
   .price-blok-wrap {
     width: 60%
   }

   .gp-location {
     width: 60%
   }

   .top-home-caption {
     width: 54%
   }

   .video-list-items {
     right: 9%
   }

   .video-list-caption {
     left: 9%
   }
 }

 @media only screen and (max-width:1300px) {
   .header {
     padding: 30px 20px
   }

   .wrap-inner {
     padding: 0 25px
   }

   .textlogo h1,
   .textlogo span {
     font-size: 20px
   }

   .menunav li a {
     font-size: 16px
   }

   .top-inner-poster h1,
   .top-inner-poster span {
     padding: 50px 0 50px 25px
   }

   h2.post-title {
     font-size: 26px
   }

   ul.bottom-nav {
     margin-right: 40px
   }

   input[type="checkbox"] {
     margin: 5px 10px 0 -15px
   }

   .contact-blok-form .wpcf7 textarea {
     height: 140px
   }

   .gp-diplom {
     width: 60%
   }

   .price-blok-wrap {
     width: 70%
   }

   .gp-location {
     width: 70%
   }

   .price-blok:before {
     top: -35px;
     bottom: 40px
   }

   .price-blok:after {
     top: 60px;
     bottom: -50px
   }

   .video-list-caption {
     left: 13%
   }
 }

 @media only screen and (max-width:1160px) {
   .header {
     padding: 10px 20px 25px
   }

   .logo {
     width: 100%;
     text-align: center;
     margin: 0 auto 10px
   }

   .textlogo h1,
   .textlogo span {
     text-align: center;
     font-size: 24px;
     position: relative;
     z-index: 1
   }

   .imglogo h1 a,
   .imglogo span a {
     margin: 10px auto 0;
   }

   .menunav {
     width: 100%;
     margin-bottom: 10px;
     text-align: center
   }

   .menunav li a {
     font-size: 17px
   }

   .contact-info {
     float: left;
     width: 100%
   }

   .contact-info a {
     padding: 15px 24px;
     font-size: 18px;
     float: none;
     margin: 0 auto 10px
   }

   .top-home-caption {
     width: 64%
   }

   .top-inner-poster h1,
   .top-inner-poster span {
     text-align: center;
     padding: 50px 20px;
     line-height: 1.3
   }

   .video-list-items {
     right: 7%
   }

   .video-list-caption {
     left: 7%
   }
 }

 @media only screen and (max-width:1024px) {
   .top-inner-poster {
     margin-bottom: 40px
   }

   .top-home-caption h2 {
     font-size: 40px
   }

   .single-wrap:before {
     right: 0;
     width: 0;
     background: #fff
   }

   .sticky:before {
     right: -75px;
     left: -75px
   }

   .widget:before {
     margin-left: -50px;
     width: 100px
   }

   .about-container {
     margin-bottom: 60px
   }

   .about-img {
     float: none;
     width: 60%;
     margin: 0 auto
   }

   .about-wrap {
     float: none;
     width: 90%;
     margin: 70px auto 0
   }

   .about-content {
     width: 90%;
     margin: 30px auto 50px
   }

   .about-wrap h2 {
     font-size: 30px;
     text-align: center
   }

   p.about-description {
     text-align: center;
     line-height: 1.3
   }

   .about-page-right p.about-description {
     text-align: left;
     margin-top: 8px
   }

   .about-wrap a.btn {
     float: none;
     margin: 35px auto 0
   }

   .video-wrap {
     padding: 0
   }

   .video-list-items {
     position: relative;
     max-width: 1024px;
     top: 0;
     right: 0;
     padding: 60px 10px 40px;
     background: #f9f9f9;
   }

   .video-list-right {
     width: 100%;
     float: left;
   }

   .video-list-caption {
     position: relative;
     left: 0;
     top: 0;
     bottom: 0;
     margin: 0 auto;
     padding: 110px 0 60px;
     font-size: 80px;
   }

   .problems-wrap {
     display: block;
     flex-wrap: nowrap;
     padding: 0
   }

   .problem-cell {
     float: none;
     width: 90%;
     margin: 60px auto 55px
   }

   .problems-wrap:last-child {
     margin-bottom: 0
   }

   .title-cell {
     padding: 0
   }

   .title-cell span {
     font-size: 26px;
     text-align: center
   }

   .owl-cell {
     width: 100%;
     padding: 60px 20px 10px
   }

   .price-blok-wrap {
     width: 80%;
     padding: 80px 0 0;
     font-size: 17px
   }

   .gp-location {
     width: 80%;
     font-size: 17px;
     padding: 50px 0 70px
   }

   .gp-location p {
     text-align: center
   }

   .price-blok:before {
     top: -15px;
     bottom: 40px
   }

   .price-blok:after {
     top: 60px;
     bottom: -30px
   }

   .custom-content {
     width: 100%
   }

   .contact-blok-wrap {
     width: 90%
   }

   .contact-blok-text {
     font-size: 20px
   }

   .contact-blok-text p {
     margin-left: 0
   }

   .contact-blok-text span {
     font-size: 34px;
     margin-left: 0
   }

   .contact-page-unit span {
     font-size: 18px;
     font-weight: 400;
     margin: 0 0 15px
   }

   .social-bar ul {
     margin: 0;
     text-align: center;
     display: inline-block
   }

   .contact-page .social-bar ul {
     margin-top: 20px
   }

   .social-bar ul li {
     margin: 0 9px 9px
   }

   .contact-blok {
     padding: 0;
     position: relative;
     z-index: 1;
     margin-bottom: 50px;
     padding-top: 50px
   }

   .contact-blok-form {
     padding: 40px 0 20px 40px
   }

   .contact-blok-form-title {
     font-size: 24px;
     margin-bottom: 30px;
     line-height: 1.2
   }

   .foot-nav-right,
   .foot-nav-left {
     float: left;
     width: 100%;
     text-align: center
   }

   .foot-nav-right {
     margin-bottom: 20px
   }

   ul.bottom-nav {
     margin-right: 0
   }

   .gp-diplom {
     width: 80%
   }

   .post-container {
     width: 90%;
     padding: 0
   }

   .sidebar {
     width: 90%;
     margin: 0 auto 40px;
     float: none
   }

   .wp-pagenavi a.page,
   span.extend,
   a.last {
     display: none
   }

   .wp-pagenavi {
     margin: 60px auto 40px;
     float: none;
     width: 134px
   }

   .gp-breadcrumbs {
     width: 90%;
     float: none;
     margin: 0 auto 40px
   }

   .error404 h1 {
     text-align: center
   }

   img.alignleft,
   img.alignright,
   .entry-thumb,
   .entry-thumb img {
     float: none;
     display: block;
     max-width: 100%;
     margin: 0 auto 25px !important;
     text-align: center
   }
 }

 @media only screen and (max-width:900px) {
   body {
     font-size: 17px
   }

   .about-img {
     width: 70%
   }

   .problems-container {
     margin-bottom: 0;
     padding: 0
   }

   .custom-content {
     margin-bottom: 30px
   }

   .contact-blok-form {
     width: 90%;
     padding: 30px;
     float: none;
     margin: 0 auto 50px
   }

   .contact-blok-form:before {
     right: 0
   }

   .contact-blok-text {
     width: 90%;
     float: none;
     margin: 0 auto 50px;
     text-align: center
   }

   .home .contact-blok-text {
     padding-top: 0
   }

   .contact-blok-form-title {
     font-size: 26px;
     text-align: center
   }

   .contact-blok-text p {
     text-align: center
   }

   .contact-blok-text span {
     font-size: 38px;
     margin-bottom: 30px;
     margin-left: 0
   }

   .contact-blok-text span:after {
     border-bottom: 10px solid rgba(255, 128, 72, 0.9)
   }

   .contact-blok-form .wpcf7 input[type="text"],
   .contact-blok-form .wpcf7 input[type="email"],
   .contact-blok-form .wpcf7 input[type="tel"] {
     width: 100%;
     font-size: 16px;
     margin-bottom: 30px
   }

   .contact-blok-form .wpcf7 input[type="tel"] {
     margin-right: 0
   }

   .contact-blok-form .wpcf7 textarea {
     height: 200px;
     margin: 0 0 30px;
     font-size: 16px
   }

   .contact-blok-form .wpcf7 input[type="submit"] {
     width: 170px;
     font-size: 15px;
     padding: 14px 0 12px;
     margin: 0 auto
   }

   .about-page-mask {
     padding: 50px 0 0
   }

   .about-page-left,
   .about-page-right,
   .about-page-center {
     width: 80%;
     margin-right: 0;
     margin: 0 auto 50px;
     float: none
   }

   .about-page-left img {
     width: 100%;
     max-width: 500px;
     display: block;
     margin: 0 auto
   }

   .gp-schedule {
     font-size: 14px
   }

   .gp-schedule span {
     padding: 10px 0
   }

   .contact-page {
     display: block
   }

   .contact-page-unit,
   .contact-page-unit:last-child {
     padding: 60px 22px 25px
   }

   .contact-page-unit span {
     font-size: 18px;
     margin-bottom: 10px
   }

   .contact-page-unit span:after {
     border: none
   }

   .gp-user:before,
   .gp-tel:before,
   .gp-loc1:before,
   .gp-loc2:before,
   .gp-soc:before {
     top: 4px;
     left: 50%;
     margin-left: -20px
   }

   .contact-page-left {
     width: 90%;
     margin: 0 auto 40px;
     float: none
   }

   .contact-page-left:before {
     left: 0
   }

   .contact-page-right:before {
     right: 0
   }

   .contact-page-right {
     width: 90%;
     margin: 0 auto;
     float: none
   }

   .contact-page .contact-blok-form {
     width: 100%;
     padding: 30px
   }

   .contact-page .contact-blok-form-title {
     font-size: 22px
   }

   .entry-cell-inner {
     padding: 20px
   }

   .entry-cell h2.post-title {
     font-size: 18px;
     margin-bottom: 12px
   }

   .entry-date {
     font-size: 12px
   }

   .gp-location {
     width: 90%;
     font-size: 16px
   }

   .accordion-title span {
     font-size: 20px
   }

   .service-list-tabs .tabs li {
     font-size: 15px
   }
 }

 @media only screen and (max-width:800px) {
   .logo {
     margin: 0 auto 25px
   }

   #menu {
     margin-left: -9999px;
     width: 0;
     height: 0;
     overflow: hidden
   }

   #mob {
     display: block
   }

   .top-home-caption {
     width: 70%
   }

   .top-home-caption .btn {
     font-size: 14px;
     padding: 18px 0;
     width: 300px
   }

   .video-list-items {
     padding: 40px 0
   }

   .price-blok-title {
     font-size: 26px
   }

   .price-blok-wrap p {
     margin-bottom: 40px;
     font-size: 16px
   }

   .price-blok-wrap {
     width: 90%;
     font-size: 17px;
     line-height: 1.25
   }

   .price-blok-name {
     width: 75%;
     padding: 20px 0 10px 0
   }

   .price-blok-value {
     width: 25%;
     padding: 20px 0 10px 25px
   }

   .price-blok {
     margin-bottom: 40px
   }

   .video-list .video-list-title,
   .video-list-caption p {
     font-size: 24px
   }

   .entry-cell-wrap {
     display: block !important;
     width: 100%;
     float: none;
     margin: 0px auto
   }

   .home-post-list .entry-cell,
   .gp-blog .entry-cell {
     width: 100%;
     max-width: 400px;
     margin: 0 auto 35px;
     float: none
   }

   .home-post-list .entry-cell:nth-of-type(2n),
   .home-post-list .entry-cell:nth-of-type(3n),
   .gp-blog .entry-cell:nth-of-type(2n),
   .gp-blog .entry-cell:nth-of-type(3n) {
     margin: 0 auto 35px;
   }

   .home-post-list .entry-cell h2.post-title,
   .gp-blog .entry-cell h2.post-title {
     font-size: 20px
   }
 }

 @media only screen and (max-width:736px) {
   body {
     font-size: 17px
   }

   h1.post-title {
     font-size: 28px
   }

   h2.post-title {
     text-align: center
   }

   .top-inner-poster h1,
   .top-inner-poster span {
     font-size: 23px
   }

   .entry-thumb {
     float: none;
     margin: 0 auto 26px;
   }

   .entry-list a.btn {
     float: none;
     margin: 35px auto 0
   }

   .about-img {
     width: 80%
   }

   .about-content {
     width: 100%
   }

   .top-home-caption {
     width: 80%
   }

   .foot-nav-left span {
     font-size: 15px
   }

   ul.bottom-nav li {
     font-size: 17px;
     margin-left: 15px
   }

   ul.bottom-nav li:after {
     top: 0;
     right: -11px
   }

   .owl-cell {
     padding: 60px 15px 0;
     letter-spacing: 0
   }

   .test-name {
     font-size: 18px
   }

   .contact-blok-text {
     width: 80%
   }

   .contact-blok-form {
     width: 80%
   }

   .widget_search {
     margin: 0 auto 30px;
     width: 72%
   }

   .gp-schedule span {
     padding: 15px 0;
     height: 40px;
     overflow: hidden
   }

   p.comment-form-author,
   p.comment-form-email,
   p.comment-form-url {
     width: 100%;
     margin: 0 0 10px 0
   }

   p.comment-form-url {
     margin-bottom: 20px
   }

   ol.commentlist li #respond p.comment-form-author,
   ol.commentlist li #respond p.comment-form-email,
   ol.commentlist li #respond p.comment-form-url {
     width: 100%;
     float: left;
     margin: 0 0 10px 0
   }

   ol.commentlist li #respond p {
     padding: 0
   }

   .tabs {
     width: 100%;
     margin-right: 0
   }

   .service-list-tabs .tab-content {
     width: 100%
   }

   .service-list-tabs .tabs li {
     font-size: 17px
   }

   .service-list-tabs .tabs li:last-child {
     border-bottom: 1px solid rgba(29, 43, 100, .1)
   }

   .accordion-title span {
     font-size: 17px
   }

   .top-home-caption h2 {
     font-size: 34px;
     margin-top: 9%
   }

   .video-list .video-list-title,
   .video-list-caption p {
     font-size: 20px
   }

   .price-blok-wrap {
     font-size: 17px
   }

   .home-post-list {
     margin: 0
   }

   .price-blok:before {
     top: -15px;
     bottom: 10px
   }

   .price-blok:after {
     top: 20px;
     bottom: -30px
   }

   .related-posts ul {
     display: block !important
   }

   .related-posts ul li {
     width: 100%;
     float: none;
     max-width: 400px;
     margin: 0 auto 30px
   }

   .related-posts ul li:nth-of-type(3n) {
     margin: 0 auto 30px
   }

   .related-posts p {
     margin-bottom: 20px;
     text-align: center
   }

   .rel-post-title {
     font-size: 18px;
     text-align: center;
     padding: 30px 20px
   }

   .video-action {
     top: 15%;
     margin-top: 0;
     margin-left: -50%;
     border: 0
   }

   .video-action a.close {
     top: -45px;
     right: 10px
   }

   .nav-box-previous {
     width: 100%;
     margin-right: 0;
     margin-bottom: 25px;
     padding-bottom: 20px
   }

   .nav-box-next {
     float: left;
     width: 100%;
     text-align: left;
   }

   .post-navigation a {
     font-size: 18px
   }

   .post-navigation span {
     margin-bottom: 10px
   }
 }

 @media only screen and (max-width:600px) {
   .gp-diplom {
     width: 80%
   }

   .accordion-title span {
     font-size: 18px
   }

   .home-post-list .entry-cell h2.post-title {
     font-size: 18px
   }

   .contact-blok-text {
     width: 90%
   }

   .contact-blok-form {
     width: 90%
   }

   .price-blok-name {
     width: 100%;
     padding: 20px 0 5px;
     border: 0;
     text-align: center;
   }

   .price-blok-value {
     width: 100%;
     text-align: center;
     padding: 15px 0;
     border-bottom: 1px solid rgba(29, 43, 100, .3)
   }

   .about-page-left,
   .about-page-right,
   .about-page-center {
     width: 90%
   }
 }

 @media only screen and (max-width:500px) {
   .top-home-poster {
     margin-bottom: 45px
   }

   .top-home-caption {
     width: 90%
   }

   .top-home-caption .btn {
     font-size: 12px;
     padding: 15px 0;
     width: 270px
   }

   .about-img {
     width: 90%
   }

   .about-wrap {
     width: 100%;
     margin: 60px auto 0
   }

   .about-wrap h2 {
     font-size: 28px
   }

   .title-cell span {
     font-size: 22px;
     line-height: 1.2
   }

   .problem-cell {
     width: 100%
   }

   .gp-location {
     padding: 20px 10px;
     text-align: left;
     line-height: 1.45;
     margin-top: 45px
   }

   .gp-location p {
     margin-bottom: 10px
   }

   .gp-container-title {
     font-size: 22px;
     margin-bottom: 30px;
     line-height: 1.1
   }

   .contact-blok-form-title {
     font-size: 20px
   }

   .contact-blok-text {
     width: 100%
   }

   .contact-blok-form {
     width: 100%
   }

   .contact-page-left {
     width: 100%
   }

   .contact-page-right {
     width: 100%
   }

   .contact-blok-form .wpcf7 input[type="text"],
   .contact-blok-form .wpcf7 input[type="tel"] {
     font-size: 16px;
     margin-bottom: 20px
   }

   .contact-blok-form .wpcf7 textarea {
     height: 150px;
     margin: 0 0 30px;
     font-size: 16px
   }

   .contact-blok-form .wpcf7 input[type="submit"] {
     width: 150px;
     font-size: 13px;
     padding: 12px 0
   }

   ul.bottom-nav li {
     font-size: 15px
   }

   h1.post-title {
     font-size: 26px
   }

   h2.post-title {
     font-size: 24px
   }

   h3#reply-title,
   .comment-title {
     font-size: 20px
   }

   .foot-nav-right {
     margin-bottom: 30px
   }

   .foot-nav-left p {
     font-size: 13px
   }

   .foot-nav-left span {
     font-size: 14px
   }

   .widget_search {
     margin: 0 auto 30px;
     width: 100%
   }

   .video-list-right {
     width: 100%;
     height: 260px
   }

   .social-bar ul li {
     margin: 0 3px 9px
   }

   .contact-blok-text span {
     font-size: 28px
   }
 }

 @media only screen and (max-width:475px) {
   .top-home-caption h2 {
     font-size: 34px
   }

   .legend-empty {
     margin-top: 25px
   }

   .entry-cell-wrap {
     width: 100%
   }

   .contact-blok-text {
     width: 90%
   }

   .contact-blok-form {
     width: 100%
   }

   .contact-blok-form {
     padding: 30px 25px 10px
   }

   .owl-cell p {
     font-size: 15px
   }

   .post-container {
     width: 100%;
     margin: 0 auto 30px
   }

   .sidebar {
     width: 100%;
     margin: 0 auto 30px
   }

   .gp-breadcrumbs {
     width: 100%
   }

   .rel-post-title {
     font-size: 16px;
     padding: 30px 15px
   }

   /*.contact-blok-text span{font-size:30px}*/
 }

 @media only screen and (max-width:414px) {
   body {
     font-size: 16px
   }

   .header {
     padding: 20px 20px
   }

   .textlogo h1,
   .textlogo span {
     font-size: 22px
   }

   .top-home-caption h2 {
     font-size: 28px;
   }

   .about-img {
     width: 100%
   }

   .home-post-list .entry-cell {
     width: 100%;
     max-width: 300px
   }
 }


 /* 40 Стили для каруселей  */
 .owl-nav.disabled {
   display: none
 }

 .owl-prev {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 40px;
   height: 45px;
   padding: 0 20px 15px 10px;
   overflow: hidden;
   border: 0;
   cursor: pointer
 }

 .owl-next {
   position: absolute;
   bottom: 0;
   right: 0;
   width: 40px;
   height: 45px;
   padding: 0 15px 15px 13px;
   overflow: hidden;
   border: 0;
   cursor: pointer
 }

 .owl-prev:before {
   content: "\2039";
   font-size: 40px;
   line-height: 1;
   color: #fff
 }

 .owl-next:before {
   content: "\203A";
   font-size: 40px;
   line-height: 1;
   color: #fff
 }

 .owl-dots {
   cursor: default;
   text-align: center;
   margin-top: 30px
 }

 .owl-dot {
   display: inline-block;
   zoom: 1;
   border: 0;
   background: 0;
   margin: 0 0 20px 0;
   padding: 0;
   cursor: pointer
 }

 .owl-dot span {
   width: 16px;
   height: 16px;
   margin: 10px 10px 0 0 !important;
   background: transparent;
   display: block;
   -webkit-backface-visibility: visible;
   -webkit-transition: opacity 200ms ease;
   -moz-transition: opacity 200ms ease;
   -ms-transition: opacity 200ms ease;
   -o-transition: opacity 200ms ease;
   transition: opacity 200ms ease;
   border: 0
 }

 .owl-carousel .animated,
 .owl-diplom .animated {
   -webkit-animation-duration: 1000ms;
   animation-duration: 1000ms;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both
 }

 .owl-carousel .owl-animated-in,
 .owl-diplom .owl-animated-in {
   z-index: 0
 }

 .owl-carousel .owl-animated-out,
 .owl-diplom .owl-animated-out {
   z-index: 1
 }

 .owl-carousel .fadeOut,
 .owl-diplom .fadeOut {
   -webkit-animation-name: fadeOut;
   animation-name: fadeOut
 }

 @-webkit-keyframes fadeOut {
   0% {
     opacity: 1
   }

   100% {
     opacity: 0
   }
 }

 @keyframes fadeOut {
   0% {
     opacity: 1
   }

   100% {
     opacity: 0
   }
 }

 .owl-carousel,
 .owl-diplom {
   display: none;
   width: 100%;
   -webkit-tap-highlight-color: transparent;
   cursor: move;
   position: relative;
   z-index: 1
 }

 .owl-diplom {
   cursor: default
 }

 .owl-carousel .owl-stage,
 .owl-diplom .owl-stage {
   position: relative;
   -ms-touch-action: pan-Y
 }

 .owl-carousel .owl-stage:after,
 .owl-diplom .owl-stage:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0
 }

 .owl-carousel .owl-stage-outer,
 .owl-diplom .owl-stage-outer {
   position: relative;
   overflow: hidden;
   -webkit-transform: translate3d(0px, 0px, 0px)
 }

 .owl-carousel .owl-controls .owl-nav .owl-prev,
 .owl-carousel .owl-controls .owl-nav .owl-next,
 .owl-carousel .owl-controls .owl-dot {
   cursor: pointer;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none
 }

 .owl-carousel.owl-loaded,
 .owl-diplom.owl-loaded {
   display: block
 }

 .owl-carousel.owl-loading,
 .owl-diplom.owl-loading {
   opacity: 0;
   display: block
 }

 .owl-carousel.owl-hidden,
 .owl-diplom.owl-hidden {
   opacity: 0
 }

 .owl-carousel .owl-refresh .owl-item,
 .owl-diplom .owl-refresh .owl-item {
   display: none
 }

 .owl-carousel .owl-item,
 .owl-diplom .owl-item {
   position: relative;
   min-height: 1px;
   float: left;
   -webkit-backface-visibility: hidden;
   -webkit-tap-highlight-color: transparent;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none
 }

 .owl-carousel .owl-item img,
 .owl-diplom .owl-item img {
   display: block;
   width: 100%
 }

 .owl-carousel.owl-text-select-on .owl-item,
 .owl-diplom.owl-text-select-on .owl-item {
   -webkit-user-select: auto;
   -moz-user-select: auto;
   -ms-user-select: auto;
   user-select: auto
 }

 .owl-carousel.owl-rtl,
 .owl-diplom.owl-rtl {
   direction: rtl
 }

 .owl-carousel.owl-rtl .owl-item,
 .owl-diplom.owl-rtl .owl-item {
   float: right
 }

 .no-js .owl-carousel,
 .no-js .owl-diplom {
   display: block
 }

 button.owl-dot {
   border: 0;
   outline: 0
 }

 .owl-dot span {
   border-radius: 50%
 }



 /*  41 Мобильное меню*/
 .mm-menu,
 .mm-panels,
 .mm-panels>.mm-panel {
   margin: 0;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: 0;
   box-sizing: border-box
 }

 .mm-btn,
 .mm-menu {
   box-sizing: border-box
 }

 .mm-listview a,
 .mm-listview a:hover,
 .mm-navbar a,
 .mm-navbar a:hover {
   text-decoration: none
 }

 .mm-hidden {
   display: none !important
 }

 .mm-wrapper {
   overflow-x: hidden;
   position: relative
 }

 .mm-menu {
   display: block;
   padding: 0;
   position: absolute
 }

 .mm-panels,
 .mm-panels>.mm-panel {
   background: inherit;
   border-color: inherit;
   position: absolute
 }

 .mm-btn,
 .mm-panel.mm-highest {
   z-index: 1
 }

 .mm-panels {
   overflow: hidden
 }

 .mm-panel {
   transition: -webkit-transform .4s ease;
   transition: transform .4s ease;
   transition: transform .4s ease, -webkit-transform .4s ease;
   -webkit-transform: translate3d(100%, 0, 0);
   transform: translate3d(100%, 0, 0)
 }

 .mm-panel.mm-opened {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0)
 }

 .mm-panel.mm-subopened {
   -webkit-transform: translate3d(-30%, 0, 0);
   transform: translate3d(-30%, 0, 0)
 }

 .mm-panels>.mm-panel {
   -webkit-overflow-scrolling: touch;
   overflow: scroll;
   overflow-x: hidden;
   overflow-y: auto;
   padding: 0 20px
 }

 .mm-listview .mm-divider,
 .mm-listview>li>a,
 .mm-listview>li>span,
 .mm-navbar .mm-title {
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden
 }

 .mm-panels>.mm-panel.mm-hasnavbar {
   padding-top: 40px
 }

 .mm-panels>.mm-panel:after,
 .mm-panels>.mm-panel:before {
   content: '';
   display: block;
   height: 20px
 }

 .mm-vertical .mm-panel {
   -webkit-transform: none !important;
   transform: none !important
 }

 .mm-listview .mm-vertical .mm-panel,
 .mm-vertical .mm-listview .mm-panel {
   display: none;
   padding: 10px 0 10px 10px
 }

 .mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
 .mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
   border-color: transparent
 }

 .mm-vertical li.mm-opened>.mm-panel,
 li.mm-vertical.mm-opened>.mm-panel {
   display: block
 }

 .mm-listview>li.mm-vertical>.mm-next,
 .mm-vertical .mm-listview>li>.mm-next {
   height: 40px;
   bottom: auto
 }

 .mm-listview>li.mm-vertical>.mm-next:after,
 .mm-vertical .mm-listview>li>.mm-next:after {
   top: 16px;
   bottom: auto
 }

 .mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
 .mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
   right: 19px
 }

 .mm-btn {
   width: 40px;
   height: 40px;
   position: absolute;
   top: 0
 }

 .mm-clear:after,
 .mm-clear:before,
 .mm-close:after,
 .mm-close:before {
   content: '';
   border: 2px solid transparent;
   display: block;
   width: 5px;
   height: 5px;
   margin: auto;
   position: absolute;
   top: 0;
   bottom: 0;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg)
 }

 .mm-clear:before,
 .mm-close:before {
   border-right: 0;
   border-bottom: 0;
   right: 18px
 }

 .mm-clear:after,
 .mm-close:after {
   border-left: none;
   border-top: 0;
   right: 25px
 }

 .mm-arrow:after,
 .mm-next:after,
 .mm-prev:before {
   content: '';
   border: 2px solid transparent;
   display: block;
   width: 8px;
   height: 8px;
   margin: auto;
   position: absolute;
   top: 0;
   bottom: 0;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg)
 }

 .mm-prev:before {
   border-right: 0;
   border-bottom: 0;
   left: 23px
 }

 .mm-arrow:after,
 .mm-next:after {
   border-top: 0;
   border-left: none;
   right: 23px
 }

 .mm-navbar {
   border-bottom: 1px solid;
   border-color: inherit;
   text-align: center;
   line-height: 20px;
   height: 40px;
   padding: 0 40px;
   margin: 0;
   position: absolute;
   top: 0;
   left: 0;
   right: 0
 }

 .mm-navbar>* {
   display: block;
   padding: 10px 0
 }

 .mm-navbar .mm-btn:first-child {
   padding-left: 20px;
   left: 0
 }

 .mm-navbar .mm-btn:last-child {
   text-align: right;
   padding-right: 20px;
   right: 0
 }

 .mm-panel .mm-navbar {
   display: none
 }

 .mm-panel.mm-hasnavbar .mm-navbar {
   display: block
 }

 .mm-listview,
 .mm-listview>li {
   list-style: none;
   display: block;
   padding: 0;
   margin: 0
 }

 .mm-listview {
   font: inherit;
   font-size: 14px;
   line-height: 20px
 }

 .mm-listview>li {
   position: relative
 }

 .mm-listview>li,
 .mm-listview>li .mm-next,
 .mm-listview>li .mm-next:before,
 .mm-listview>li:after {
   border-color: inherit
 }

 .mm-listview>li>a,
 .mm-listview>li>span {
   color: inherit;
   display: block;
   padding: 10px 10px 10px 20px;
   margin: 0
 }

 .mm-listview>li>a.mm-arrow,
 .mm-listview>li>span.mm-arrow {
   padding-right: 50px
 }

 .mm-listview>li:not(.mm-divider):after {
   content: '';
   border-bottom-width: 1px;
   border-bottom-style: solid;
   display: block;
   position: absolute;
   right: 0;
   bottom: 0;
   left: 20px
 }

 .mm-listview .mm-next {
   background: rgba(3, 2, 1, 0);
   width: 50px;
   padding: 0;
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: 2
 }

 .mm-listview .mm-next:before {
   content: '';
   border-left-width: 1px;
   border-left-style: solid;
   display: block;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0
 }

 .mm-listview .mm-next+a,
 .mm-listview .mm-next+span {
   margin-right: 50px
 }

 .mm-listview .mm-next.mm-fullsubopen {
   width: 100%
 }

 .mm-listview .mm-next.mm-fullsubopen:before {
   border-left: none
 }

 .mm-listview .mm-next.mm-fullsubopen+a,
 .mm-listview .mm-next.mm-fullsubopen+span {
   padding-right: 50px;
   margin-right: 0
 }

 .mm-panels>.mm-panel>.mm-listview {
   margin: 20px -20px
 }

 .mm-panels>.mm-panel>.mm-listview:first-child,
 .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
   margin-top: -20px
 }

 .mm-listview .mm-inset {
   list-style: disc inside;
   padding: 0 10px 15px 40px;
   margin: 0
 }

 .mm-listview .mm-inset>li {
   padding: 5px 0
 }

 .mm-listview .mm-divider {
   font-size: 10px;
   text-transform: uppercase;
   text-indent: 20px;
   line-height: 25px
 }

 .mm-listview .mm-spacer {
   padding-top: 40px
 }

 .mm-listview .mm-spacer>.mm-next {
   top: 40px
 }

 .mm-listview .mm-spacer.mm-divider {
   padding-top: 25px
 }

 .mm-menu {
   background: #f3f3f3;
   border-color: rgba(0, 0, 0, .1);
   color: rgba(0, 0, 0, .7)
 }

 .mm-menu .mm-navbar a,
 .mm-menu .mm-navbar>* {
   color: rgba(0, 0, 0, .3)
 }

 .mm-menu .mm-btn:after,
 .mm-menu .mm-btn:before {
   border-color: rgba(0, 0, 0, .3)
 }

 .mm-menu .mm-listview {
   border-color: rgba(0, 0, 0, .1)
 }

 .mm-menu .mm-listview>li .mm-arrow:after,
 .mm-menu .mm-listview>li .mm-next:after {
   border-color: rgba(0, 0, 0, .3)
 }

 .mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
 .mm-menu .mm-listview>li.mm-selected>span {
   background: rgba(255, 255, 255, .5)
 }

 .mm-menu .mm-divider,
 .mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
 .mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
 .mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
 .mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
   background: rgba(0, 0, 0, .05)
 }

 .mm-page {
   box-sizing: border-box;
   position: relative
 }

 .mm-slideout {
   transition: -webkit-transform .4s ease;
   transition: transform .4s ease;
   transition: transform .4s ease, -webkit-transform .4s ease;
   z-index: 1
 }

 html.mm-opened {
   overflow-x: hidden;
   position: relative
 }

 html.mm-blocking,
 html.mm-blocking body {
   overflow: hidden
 }

 html.mm-background .mm-page {
   background: inherit
 }

 #mm-blocker {
   background: rgba(3, 2, 1, 0);
   display: none;
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 2
 }

 html.mm-blocking #mm-blocker {
   display: block
 }

 .mm-menu.mm-offcanvas {
   z-index: 0;
   display: none;
   position: fixed
 }

 .mm-menu.mm-offcanvas.mm-current {
   display: block
 }

 .mm-menu {
   width: 80%;
   min-width: 140px;
   max-width: 440px
 }

 html.mm-opening .mm-slideout {
   -webkit-transform: translate3d(80%, 0, 0);
   transform: translate3d(80%, 0, 0)
 }

 @media all and (max-width:175px) {
   html.mm-opening .mm-slideout {
     -webkit-transform: translate3d(140px, 0, 0);
     transform: translate3d(140px, 0, 0)
   }
 }

 @media all and (min-width:550px) {
   html.mm-opening .mm-slideout {
     -webkit-transform: translate3d(440px, 0, 0);
     transform: translate3d(440px, 0, 0)
   }
 }




 /*   42  Иконки */
 /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @font-face {
   font-family: 'FontAwesome';
   src: url('css/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
   src: url('css/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('css/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('css/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
   font-weight: normal;
   font-style: normal
 }

 .fa {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
 }

 .fa-lg {
   font-size: 1.33333333em;
   line-height: .75em;
   vertical-align: -15%
 }

 .fa-2x {
   font-size: 2em
 }

 .fa-3x {
   font-size: 3em
 }

 .fa-4x {
   font-size: 4em
 }

 .fa-5x {
   font-size: 5em
 }

 .fa-fw {
   width: 1.28571429em;
   text-align: center
 }

 .fa-ul {
   padding-left: 0;
   margin-left: 2.14285714em;
   list-style-type: none
 }

 .fa-ul>li {
   position: relative
 }

 .fa-li {
   position: absolute;
   left: -2.14285714em;
   width: 2.14285714em;
   top: .14285714em;
   text-align: center
 }

 .fa-li.fa-lg {
   left: -1.85714286em
 }

 .fa-border {
   padding: .2em .25em .15em;
   border: solid .08em #eee;
   border-radius: .1em
 }

 .fa-pull-left {
   float: left
 }

 .fa-pull-right {
   float: right
 }

 .fa.fa-pull-left {
   margin-right: .3em
 }

 .fa.fa-pull-right {
   margin-left: .3em
 }

 .pull-right {
   float: right
 }

 .pull-left {
   float: left
 }

 .fa.pull-left {
   margin-right: .3em
 }

 .fa.pull-right {
   margin-left: .3em
 }

 .fa-spin {
   -webkit-animation: fa-spin 2s infinite linear;
   animation: fa-spin 2s infinite linear
 }

 .fa-pulse {
   -webkit-animation: fa-spin 1s infinite steps(8);
   animation: fa-spin 1s infinite steps(8)
 }

 @-webkit-keyframes fa-spin {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg)
   }

   100% {
     -webkit-transform: rotate(359deg);
     transform: rotate(359deg)
   }
 }

 @keyframes fa-spin {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg)
   }

   100% {
     -webkit-transform: rotate(359deg);
     transform: rotate(359deg)
   }
 }

 .fa-rotate-90 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg)
 }

 .fa-rotate-180 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg)
 }

 .fa-rotate-270 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
   -webkit-transform: rotate(270deg);
   -ms-transform: rotate(270deg);
   transform: rotate(270deg)
 }

 .fa-flip-horizontal {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
   -webkit-transform: scale(-1, 1);
   -ms-transform: scale(-1, 1);
   transform: scale(-1, 1)
 }

 .fa-flip-vertical {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
   -webkit-transform: scale(1, -1);
   -ms-transform: scale(1, -1);
   transform: scale(1, -1)
 }

 :root .fa-rotate-90,
 :root .fa-rotate-180,
 :root .fa-rotate-270,
 :root .fa-flip-horizontal,
 :root .fa-flip-vertical {
   filter: none
 }

 .fa-stack {
   position: relative;
   display: inline-block;
   width: 2em;
   height: 2em;
   line-height: 2em;
   vertical-align: middle
 }

 .fa-stack-1x,
 .fa-stack-2x {
   position: absolute;
   left: 0;
   width: 100%;
   text-align: center
 }

 .fa-stack-1x {
   line-height: inherit
 }

 .fa-stack-2x {
   font-size: 2em
 }

 .fa-inverse {
   color: #fff
 }

 .fa-glass:before {
   content: "\f000"
 }

 .fa-music:before {
   content: "\f001"
 }

 .fa-search:before {
   content: "\f002"
 }

 .fa-envelope-o:before {
   content: "\f003"
 }

 .fa-heart:before {
   content: "\f004"
 }

 .fa-star:before {
   content: "\f005"
 }

 .fa-star-o:before {
   content: "\f006"
 }

 .fa-user:before {
   content: "\f007"
 }

 .fa-film:before {
   content: "\f008"
 }

 .fa-th-large:before {
   content: "\f009"
 }

 .fa-th:before {
   content: "\f00a"
 }

 .fa-th-list:before {
   content: "\f00b"
 }

 .fa-check:before {
   content: "\f00c"
 }

 .fa-remove:before,
 .fa-close:before,
 .fa-times:before {
   content: "\f00d"
 }

 .fa-search-plus:before {
   content: "\f00e"
 }

 .fa-search-minus:before {
   content: "\f010"
 }

 .fa-power-off:before {
   content: "\f011"
 }

 .fa-signal:before {
   content: "\f012"
 }

 .fa-gear:before,
 .fa-cog:before {
   content: "\f013"
 }

 .fa-trash-o:before {
   content: "\f014"
 }

 .fa-home:before {
   content: "\f015"
 }

 .fa-file-o:before {
   content: "\f016"
 }

 .fa-clock-o:before {
   content: "\f017"
 }

 .fa-road:before {
   content: "\f018"
 }

 .fa-download:before {
   content: "\f019"
 }

 .fa-arrow-circle-o-down:before {
   content: "\f01a"
 }

 .fa-arrow-circle-o-up:before {
   content: "\f01b"
 }

 .fa-inbox:before {
   content: "\f01c"
 }

 .fa-play-circle-o:before {
   content: "\f01d"
 }

 .fa-rotate-right:before,
 .fa-repeat:before {
   content: "\f01e"
 }

 .fa-refresh:before {
   content: "\f021"
 }

 .fa-list-alt:before {
   content: "\f022"
 }

 .fa-lock:before {
   content: "\f023"
 }

 .fa-flag:before {
   content: "\f024"
 }

 .fa-headphones:before {
   content: "\f025"
 }

 .fa-volume-off:before {
   content: "\f026"
 }

 .fa-volume-down:before {
   content: "\f027"
 }

 .fa-volume-up:before {
   content: "\f028"
 }

 .fa-qrcode:before {
   content: "\f029"
 }

 .fa-barcode:before {
   content: "\f02a"
 }

 .fa-tag:before {
   content: "\f02b"
 }

 .fa-tags:before {
   content: "\f02c"
 }

 .fa-book:before {
   content: "\f02d"
 }

 .fa-bookmark:before {
   content: "\f02e"
 }

 .fa-print:before {
   content: "\f02f"
 }

 .fa-camera:before {
   content: "\f030"
 }

 .fa-font:before {
   content: "\f031"
 }

 .fa-bold:before {
   content: "\f032"
 }

 .fa-italic:before {
   content: "\f033"
 }

 .fa-text-height:before {
   content: "\f034"
 }

 .fa-text-width:before {
   content: "\f035"
 }

 .fa-align-left:before {
   content: "\f036"
 }

 .fa-align-center:before {
   content: "\f037"
 }

 .fa-align-right:before {
   content: "\f038"
 }

 .fa-align-justify:before {
   content: "\f039"
 }

 .fa-list:before {
   content: "\f03a"
 }

 .fa-dedent:before,
 .fa-outdent:before {
   content: "\f03b"
 }

 .fa-indent:before {
   content: "\f03c"
 }

 .fa-video-camera:before {
   content: "\f03d"
 }

 .fa-photo:before,
 .fa-image:before,
 .fa-picture-o:before {
   content: "\f03e"
 }

 .fa-pencil:before {
   content: "\f040"
 }

 .fa-map-marker:before {
   content: "\f041"
 }

 .fa-adjust:before {
   content: "\f042"
 }

 .fa-tint:before {
   content: "\f043"
 }

 .fa-edit:before,
 .fa-pencil-square-o:before {
   content: "\f044"
 }

 .fa-share-square-o:before {
   content: "\f045"
 }

 .fa-check-square-o:before {
   content: "\f046"
 }

 .fa-arrows:before {
   content: "\f047"
 }

 .fa-step-backward:before {
   content: "\f048"
 }

 .fa-fast-backward:before {
   content: "\f049"
 }

 .fa-backward:before {
   content: "\f04a"
 }

 .fa-play:before {
   content: "\f04b"
 }

 .fa-pause:before {
   content: "\f04c"
 }

 .fa-stop:before {
   content: "\f04d"
 }

 .fa-forward:before {
   content: "\f04e"
 }

 .fa-fast-forward:before {
   content: "\f050"
 }

 .fa-step-forward:before {
   content: "\f051"
 }

 .fa-eject:before {
   content: "\f052"
 }

 .fa-chevron-left:before {
   content: "\f053"
 }

 .fa-chevron-right:before {
   content: "\f054"
 }

 .fa-plus-circle:before {
   content: "\f055"
 }

 .fa-minus-circle:before {
   content: "\f056"
 }

 .fa-times-circle:before {
   content: "\f057"
 }

 .fa-check-circle:before {
   content: "\f058"
 }

 .fa-question-circle:before {
   content: "\f059"
 }

 .fa-info-circle:before {
   content: "\f05a"
 }

 .fa-crosshairs:before {
   content: "\f05b"
 }

 .fa-times-circle-o:before {
   content: "\f05c"
 }

 .fa-check-circle-o:before {
   content: "\f05d"
 }

 .fa-ban:before {
   content: "\f05e"
 }

 .fa-arrow-left:before {
   content: "\f060"
 }

 .fa-arrow-right:before {
   content: "\f061"
 }

 .fa-arrow-up:before {
   content: "\f062"
 }

 .fa-arrow-down:before {
   content: "\f063"
 }

 .fa-mail-forward:before,
 .fa-share:before {
   content: "\f064"
 }

 .fa-expand:before {
   content: "\f065"
 }

 .fa-compress:before {
   content: "\f066"
 }

 .fa-plus:before {
   content: "\f067"
 }

 .fa-minus:before {
   content: "\f068"
 }

 .fa-asterisk:before {
   content: "\f069"
 }

 .fa-exclamation-circle:before {
   content: "\f06a"
 }

 .fa-gift:before {
   content: "\f06b"
 }

 .fa-leaf:before {
   content: "\f06c"
 }

 .fa-fire:before {
   content: "\f06d"
 }

 .fa-eye:before {
   content: "\f06e"
 }

 .fa-eye-slash:before {
   content: "\f070"
 }

 .fa-warning:before,
 .fa-exclamation-triangle:before {
   content: "\f071"
 }

 .fa-plane:before {
   content: "\f072"
 }

 .fa-calendar:before {
   content: "\f073"
 }

 .fa-random:before {
   content: "\f074"
 }

 .fa-comment:before {
   content: "\f075"
 }

 .fa-magnet:before {
   content: "\f076"
 }

 .fa-chevron-up:before {
   content: "\f077"
 }

 .fa-chevron-down:before {
   content: "\f078"
 }

 .fa-retweet:before {
   content: "\f079"
 }

 .fa-shopping-cart:before {
   content: "\f07a"
 }

 .fa-folder:before {
   content: "\f07b"
 }

 .fa-folder-open:before {
   content: "\f07c"
 }

 .fa-arrows-v:before {
   content: "\f07d"
 }

 .fa-arrows-h:before {
   content: "\f07e"
 }

 .fa-bar-chart-o:before,
 .fa-bar-chart:before {
   content: "\f080"
 }

 .fa-twitter-square:before {
   content: "\f081"
 }

 .fa-facebook-square:before {
   content: "\f082"
 }

 .fa-camera-retro:before {
   content: "\f083"
 }

 .fa-key:before {
   content: "\f084"
 }

 .fa-gears:before,
 .fa-cogs:before {
   content: "\f085"
 }

 .fa-comments:before {
   content: "\f086"
 }

 .fa-thumbs-o-up:before {
   content: "\f087"
 }

 .fa-thumbs-o-down:before {
   content: "\f088"
 }

 .fa-star-half:before {
   content: "\f089"
 }

 .fa-heart-o:before {
   content: "\f08a"
 }

 .fa-sign-out:before {
   content: "\f08b"
 }

 .fa-linkedin-square:before {
   content: "\f08c"
 }

 .fa-thumb-tack:before {
   content: "\f08d"
 }

 .fa-external-link:before {
   content: "\f08e"
 }

 .fa-sign-in:before {
   content: "\f090"
 }

 .fa-trophy:before {
   content: "\f091"
 }

 .fa-github-square:before {
   content: "\f092"
 }

 .fa-upload:before {
   content: "\f093"
 }

 .fa-lemon-o:before {
   content: "\f094"
 }

 .fa-phone:before {
   content: "\f095"
 }

 .fa-square-o:before {
   content: "\f096"
 }

 .fa-bookmark-o:before {
   content: "\f097"
 }

 .fa-phone-square:before {
   content: "\f098"
 }

 .fa-twitter:before {
   content: "\f099"
 }

 .fa-facebook-f:before,
 .fa-facebook:before {
   content: "\f09a"
 }

 .fa-github:before {
   content: "\f09b"
 }

 .fa-unlock:before {
   content: "\f09c"
 }

 .fa-credit-card:before {
   content: "\f09d"
 }

 .fa-feed:before,
 .fa-rss:before {
   content: "\f09e"
 }

 .fa-hdd-o:before {
   content: "\f0a0"
 }

 .fa-bullhorn:before {
   content: "\f0a1"
 }

 .fa-bell:before {
   content: "\f0f3"
 }

 .fa-certificate:before {
   content: "\f0a3"
 }

 .fa-hand-o-right:before {
   content: "\f0a4"
 }

 .fa-hand-o-left:before {
   content: "\f0a5"
 }

 .fa-hand-o-up:before {
   content: "\f0a6"
 }

 .fa-hand-o-down:before {
   content: "\f0a7"
 }

 .fa-arrow-circle-left:before {
   content: "\f0a8"
 }

 .fa-arrow-circle-right:before {
   content: "\f0a9"
 }

 .fa-arrow-circle-up:before {
   content: "\f0aa"
 }

 .fa-arrow-circle-down:before {
   content: "\f0ab"
 }

 .fa-globe:before {
   content: "\f0ac"
 }

 .fa-wrench:before {
   content: "\f0ad"
 }

 .fa-tasks:before {
   content: "\f0ae"
 }

 .fa-filter:before {
   content: "\f0b0"
 }

 .fa-briefcase:before {
   content: "\f0b1"
 }

 .fa-arrows-alt:before {
   content: "\f0b2"
 }

 .fa-group:before,
 .fa-users:before {
   content: "\f0c0"
 }

 .fa-chain:before,
 .fa-link:before {
   content: "\f0c1"
 }

 .fa-cloud:before {
   content: "\f0c2"
 }

 .fa-flask:before {
   content: "\f0c3"
 }

 .fa-cut:before,
 .fa-scissors:before {
   content: "\f0c4"
 }

 .fa-copy:before,
 .fa-files-o:before {
   content: "\f0c5"
 }

 .fa-paperclip:before {
   content: "\f0c6"
 }

 .fa-save:before,
 .fa-floppy-o:before {
   content: "\f0c7"
 }

 .fa-square:before {
   content: "\f0c8"
 }

 .fa-navicon:before,
 .fa-reorder:before,
 .fa-bars:before {
   content: "\f0c9"
 }

 .fa-list-ul:before {
   content: "\f0ca"
 }

 .fa-list-ol:before {
   content: "\f0cb"
 }

 .fa-strikethrough:before {
   content: "\f0cc"
 }

 .fa-underline:before {
   content: "\f0cd"
 }

 .fa-table:before {
   content: "\f0ce"
 }

 .fa-magic:before {
   content: "\f0d0"
 }

 .fa-truck:before {
   content: "\f0d1"
 }

 .fa-pinterest:before {
   content: "\f0d2"
 }

 .fa-pinterest-square:before {
   content: "\f0d3"
 }

 .fa-google-plus-square:before {
   content: "\f0d4"
 }

 .fa-google-plus:before {
   content: "\f0d5"
 }

 .fa-money:before {
   content: "\f0d6"
 }

 .fa-caret-down:before {
   content: "\f0d7"
 }

 .fa-caret-up:before {
   content: "\f0d8"
 }

 .fa-caret-left:before {
   content: "\f0d9"
 }

 .fa-caret-right:before {
   content: "\f0da"
 }

 .fa-columns:before {
   content: "\f0db"
 }

 .fa-unsorted:before,
 .fa-sort:before {
   content: "\f0dc"
 }

 .fa-sort-down:before,
 .fa-sort-desc:before {
   content: "\f0dd"
 }

 .fa-sort-up:before,
 .fa-sort-asc:before {
   content: "\f0de"
 }

 .fa-envelope:before {
   content: "\f0e0"
 }

 .fa-linkedin:before {
   content: "\f0e1"
 }

 .fa-rotate-left:before,
 .fa-undo:before {
   content: "\f0e2"
 }

 .fa-legal:before,
 .fa-gavel:before {
   content: "\f0e3"
 }

 .fa-dashboard:before,
 .fa-tachometer:before {
   content: "\f0e4"
 }

 .fa-comment-o:before {
   content: "\f0e5"
 }

 .fa-comments-o:before {
   content: "\f0e6"
 }

 .fa-flash:before,
 .fa-bolt:before {
   content: "\f0e7"
 }

 .fa-sitemap:before {
   content: "\f0e8"
 }

 .fa-umbrella:before {
   content: "\f0e9"
 }

 .fa-paste:before,
 .fa-clipboard:before {
   content: "\f0ea"
 }

 .fa-lightbulb-o:before {
   content: "\f0eb"
 }

 .fa-exchange:before {
   content: "\f0ec"
 }

 .fa-cloud-download:before {
   content: "\f0ed"
 }

 .fa-cloud-upload:before {
   content: "\f0ee"
 }

 .fa-user-md:before {
   content: "\f0f0"
 }

 .fa-stethoscope:before {
   content: "\f0f1"
 }

 .fa-suitcase:before {
   content: "\f0f2"
 }

 .fa-bell-o:before {
   content: "\f0a2"
 }

 .fa-coffee:before {
   content: "\f0f4"
 }

 .fa-cutlery:before {
   content: "\f0f5"
 }

 .fa-file-text-o:before {
   content: "\f0f6"
 }

 .fa-building-o:before {
   content: "\f0f7"
 }

 .fa-hospital-o:before {
   content: "\f0f8"
 }

 .fa-ambulance:before {
   content: "\f0f9"
 }

 .fa-medkit:before {
   content: "\f0fa"
 }

 .fa-fighter-jet:before {
   content: "\f0fb"
 }

 .fa-beer:before {
   content: "\f0fc"
 }

 .fa-h-square:before {
   content: "\f0fd"
 }

 .fa-plus-square:before {
   content: "\f0fe"
 }

 .fa-angle-double-left:before {
   content: "\f100"
 }

 .fa-angle-double-right:before {
   content: "\f101"
 }

 .fa-angle-double-up:before {
   content: "\f102"
 }

 .fa-angle-double-down:before {
   content: "\f103"
 }

 .fa-angle-left:before {
   content: "\f104"
 }

 .fa-angle-right:before {
   content: "\f105"
 }

 .fa-angle-up:before {
   content: "\f106"
 }

 .fa-angle-down:before {
   content: "\f107"
 }

 .fa-desktop:before {
   content: "\f108"
 }

 .fa-laptop:before {
   content: "\f109"
 }

 .fa-tablet:before {
   content: "\f10a"
 }

 .fa-mobile-phone:before,
 .fa-mobile:before {
   content: "\f10b"
 }

 .fa-circle-o:before {
   content: "\f10c"
 }

 .fa-quote-left:before {
   content: "\f10d"
 }

 .fa-quote-right:before {
   content: "\f10e"
 }

 .fa-spinner:before {
   content: "\f110"
 }

 .fa-circle:before {
   content: "\f111"
 }

 .fa-mail-reply:before,
 .fa-reply:before {
   content: "\f112"
 }

 .fa-github-alt:before {
   content: "\f113"
 }

 .fa-folder-o:before {
   content: "\f114"
 }

 .fa-folder-open-o:before {
   content: "\f115"
 }

 .fa-smile-o:before {
   content: "\f118"
 }

 .fa-frown-o:before {
   content: "\f119"
 }

 .fa-meh-o:before {
   content: "\f11a"
 }

 .fa-gamepad:before {
   content: "\f11b"
 }

 .fa-keyboard-o:before {
   content: "\f11c"
 }

 .fa-flag-o:before {
   content: "\f11d"
 }

 .fa-flag-checkered:before {
   content: "\f11e"
 }

 .fa-terminal:before {
   content: "\f120"
 }

 .fa-code:before {
   content: "\f121"
 }

 .fa-mail-reply-all:before,
 .fa-reply-all:before {
   content: "\f122"
 }

 .fa-star-half-empty:before,
 .fa-star-half-full:before,
 .fa-star-half-o:before {
   content: "\f123"
 }

 .fa-location-arrow:before {
   content: "\f124"
 }

 .fa-crop:before {
   content: "\f125"
 }

 .fa-code-fork:before {
   content: "\f126"
 }

 .fa-unlink:before,
 .fa-chain-broken:before {
   content: "\f127"
 }

 .fa-question:before {
   content: "\f128"
 }

 .fa-info:before {
   content: "\f129"
 }

 .fa-exclamation:before {
   content: "\f12a"
 }

 .fa-superscript:before {
   content: "\f12b"
 }

 .fa-subscript:before {
   content: "\f12c"
 }

 .fa-eraser:before {
   content: "\f12d"
 }

 .fa-puzzle-piece:before {
   content: "\f12e"
 }

 .fa-microphone:before {
   content: "\f130"
 }

 .fa-microphone-slash:before {
   content: "\f131"
 }

 .fa-shield:before {
   content: "\f132"
 }

 .fa-calendar-o:before {
   content: "\f133"
 }

 .fa-fire-extinguisher:before {
   content: "\f134"
 }

 .fa-rocket:before {
   content: "\f135"
 }

 .fa-maxcdn:before {
   content: "\f136"
 }

 .fa-chevron-circle-left:before {
   content: "\f137"
 }

 .fa-chevron-circle-right:before {
   content: "\f138"
 }

 .fa-chevron-circle-up:before {
   content: "\f139"
 }

 .fa-chevron-circle-down:before {
   content: "\f13a"
 }

 .fa-html5:before {
   content: "\f13b"
 }

 .fa-css3:before {
   content: "\f13c"
 }

 .fa-anchor:before {
   content: "\f13d"
 }

 .fa-unlock-alt:before {
   content: "\f13e"
 }

 .fa-bullseye:before {
   content: "\f140"
 }

 .fa-ellipsis-h:before {
   content: "\f141"
 }

 .fa-ellipsis-v:before {
   content: "\f142"
 }

 .fa-rss-square:before {
   content: "\f143"
 }

 .fa-play-circle:before {
   content: "\f144"
 }

 .fa-ticket:before {
   content: "\f145"
 }

 .fa-minus-square:before {
   content: "\f146"
 }

 .fa-minus-square-o:before {
   content: "\f147"
 }

 .fa-level-up:before {
   content: "\f148"
 }

 .fa-level-down:before {
   content: "\f149"
 }

 .fa-check-square:before {
   content: "\f14a"
 }

 .fa-pencil-square:before {
   content: "\f14b"
 }

 .fa-external-link-square:before {
   content: "\f14c"
 }

 .fa-share-square:before {
   content: "\f14d"
 }

 .fa-compass:before {
   content: "\f14e"
 }

 .fa-toggle-down:before,
 .fa-caret-square-o-down:before {
   content: "\f150"
 }

 .fa-toggle-up:before,
 .fa-caret-square-o-up:before {
   content: "\f151"
 }

 .fa-toggle-right:before,
 .fa-caret-square-o-right:before {
   content: "\f152"
 }

 .fa-euro:before,
 .fa-eur:before {
   content: "\f153"
 }

 .fa-gbp:before {
   content: "\f154"
 }

 .fa-dollar:before,
 .fa-usd:before {
   content: "\f155"
 }

 .fa-rupee:before,
 .fa-inr:before {
   content: "\f156"
 }

 .fa-cny:before,
 .fa-rmb:before,
 .fa-yen:before,
 .fa-jpy:before {
   content: "\f157"
 }

 .fa-ruble:before,
 .fa-rouble:before,
 .fa-rub:before {
   content: "\f158"
 }

 .fa-won:before,
 .fa-krw:before {
   content: "\f159"
 }

 .fa-bitcoin:before,
 .fa-btc:before {
   content: "\f15a"
 }

 .fa-file:before {
   content: "\f15b"
 }

 .fa-file-text:before {
   content: "\f15c"
 }

 .fa-sort-alpha-asc:before {
   content: "\f15d"
 }

 .fa-sort-alpha-desc:before {
   content: "\f15e"
 }

 .fa-sort-amount-asc:before {
   content: "\f160"
 }

 .fa-sort-amount-desc:before {
   content: "\f161"
 }

 .fa-sort-numeric-asc:before {
   content: "\f162"
 }

 .fa-sort-numeric-desc:before {
   content: "\f163"
 }

 .fa-thumbs-up:before {
   content: "\f164"
 }

 .fa-thumbs-down:before {
   content: "\f165"
 }

 .fa-youtube-square:before {
   content: "\f166"
 }

 .fa-youtube:before {
   content: "\f167"
 }

 .fa-xing:before {
   content: "\f168"
 }

 .fa-xing-square:before {
   content: "\f169"
 }

 .fa-youtube-play:before {
   content: "\f16a"
 }

 .fa-dropbox:before {
   content: "\f16b"
 }

 .fa-stack-overflow:before {
   content: "\f16c"
 }

 .fa-instagram:before {
   content: "\f16d"
 }

 .fa-flickr:before {
   content: "\f16e"
 }

 .fa-adn:before {
   content: "\f170"
 }

 .fa-bitbucket:before {
   content: "\f171"
 }

 .fa-bitbucket-square:before {
   content: "\f172"
 }

 .fa-tumblr:before {
   content: "\f173"
 }

 .fa-tumblr-square:before {
   content: "\f174"
 }

 .fa-long-arrow-down:before {
   content: "\f175"
 }

 .fa-long-arrow-up:before {
   content: "\f176"
 }

 .fa-long-arrow-left:before {
   content: "\f177"
 }

 .fa-long-arrow-right:before {
   content: "\f178"
 }

 .fa-apple:before {
   content: "\f179"
 }

 .fa-windows:before {
   content: "\f17a"
 }

 .fa-android:before {
   content: "\f17b"
 }

 .fa-linux:before {
   content: "\f17c"
 }

 .fa-dribbble:before {
   content: "\f17d"
 }

 .fa-skype:before {
   content: "\f17e"
 }

 .fa-foursquare:before {
   content: "\f180"
 }

 .fa-trello:before {
   content: "\f181"
 }

 .fa-female:before {
   content: "\f182"
 }

 .fa-male:before {
   content: "\f183"
 }

 .fa-gittip:before,
 .fa-gratipay:before {
   content: "\f184"
 }

 .fa-sun-o:before {
   content: "\f185"
 }

 .fa-moon-o:before {
   content: "\f186"
 }

 .fa-archive:before {
   content: "\f187"
 }

 .fa-bug:before {
   content: "\f188"
 }

 .fa-vk:before {
   content: "\f189"
 }

 .fa-weibo:before {
   content: "\f18a"
 }

 .fa-renren:before {
   content: "\f18b"
 }

 .fa-pagelines:before {
   content: "\f18c"
 }

 .fa-stack-exchange:before {
   content: "\f18d"
 }

 .fa-arrow-circle-o-right:before {
   content: "\f18e"
 }

 .fa-arrow-circle-o-left:before {
   content: "\f190"
 }

 .fa-toggle-left:before,
 .fa-caret-square-o-left:before {
   content: "\f191"
 }

 .fa-dot-circle-o:before {
   content: "\f192"
 }

 .fa-wheelchair:before {
   content: "\f193"
 }

 .fa-vimeo-square:before {
   content: "\f194"
 }

 .fa-turkish-lira:before,
 .fa-try:before {
   content: "\f195"
 }

 .fa-plus-square-o:before {
   content: "\f196"
 }

 .fa-space-shuttle:before {
   content: "\f197"
 }

 .fa-slack:before {
   content: "\f198"
 }

 .fa-envelope-square:before {
   content: "\f199"
 }

 .fa-wordpress:before {
   content: "\f19a"
 }

 .fa-openid:before {
   content: "\f19b"
 }

 .fa-institution:before,
 .fa-bank:before,
 .fa-university:before {
   content: "\f19c"
 }

 .fa-mortar-board:before,
 .fa-graduation-cap:before {
   content: "\f19d"
 }

 .fa-yahoo:before {
   content: "\f19e"
 }

 .fa-google:before {
   content: "\f1a0"
 }

 .fa-reddit:before {
   content: "\f1a1"
 }

 .fa-reddit-square:before {
   content: "\f1a2"
 }

 .fa-stumbleupon-circle:before {
   content: "\f1a3"
 }

 .fa-stumbleupon:before {
   content: "\f1a4"
 }

 .fa-delicious:before {
   content: "\f1a5"
 }

 .fa-digg:before {
   content: "\f1a6"
 }

 .fa-pied-piper-pp:before {
   content: "\f1a7"
 }

 .fa-pied-piper-alt:before {
   content: "\f1a8"
 }

 .fa-drupal:before {
   content: "\f1a9"
 }

 .fa-joomla:before {
   content: "\f1aa"
 }

 .fa-language:before {
   content: "\f1ab"
 }

 .fa-fax:before {
   content: "\f1ac"
 }

 .fa-building:before {
   content: "\f1ad"
 }

 .fa-child:before {
   content: "\f1ae"
 }

 .fa-paw:before {
   content: "\f1b0"
 }

 .fa-spoon:before {
   content: "\f1b1"
 }

 .fa-cube:before {
   content: "\f1b2"
 }

 .fa-cubes:before {
   content: "\f1b3"
 }

 .fa-behance:before {
   content: "\f1b4"
 }

 .fa-behance-square:before {
   content: "\f1b5"
 }

 .fa-steam:before {
   content: "\f1b6"
 }

 .fa-steam-square:before {
   content: "\f1b7"
 }

 .fa-recycle:before {
   content: "\f1b8"
 }

 .fa-automobile:before,
 .fa-car:before {
   content: "\f1b9"
 }

 .fa-cab:before,
 .fa-taxi:before {
   content: "\f1ba"
 }

 .fa-tree:before {
   content: "\f1bb"
 }

 .fa-spotify:before {
   content: "\f1bc"
 }

 .fa-deviantart:before {
   content: "\f1bd"
 }

 .fa-soundcloud:before {
   content: "\f1be"
 }

 .fa-database:before {
   content: "\f1c0"
 }

 .fa-file-pdf-o:before {
   content: "\f1c1"
 }

 .fa-file-word-o:before {
   content: "\f1c2"
 }

 .fa-file-excel-o:before {
   content: "\f1c3"
 }

 .fa-file-powerpoint-o:before {
   content: "\f1c4"
 }

 .fa-file-photo-o:before,
 .fa-file-picture-o:before,
 .fa-file-image-o:before {
   content: "\f1c5"
 }

 .fa-file-zip-o:before,
 .fa-file-archive-o:before {
   content: "\f1c6"
 }

 .fa-file-sound-o:before,
 .fa-file-audio-o:before {
   content: "\f1c7"
 }

 .fa-file-movie-o:before,
 .fa-file-video-o:before {
   content: "\f1c8"
 }

 .fa-file-code-o:before {
   content: "\f1c9"
 }

 .fa-vine:before {
   content: "\f1ca"
 }

 .fa-codepen:before {
   content: "\f1cb"
 }

 .fa-jsfiddle:before {
   content: "\f1cc"
 }

 .fa-life-bouy:before,
 .fa-life-buoy:before,
 .fa-life-saver:before,
 .fa-support:before,
 .fa-life-ring:before {
   content: "\f1cd"
 }

 .fa-circle-o-notch:before {
   content: "\f1ce"
 }

 .fa-ra:before,
 .fa-resistance:before,
 .fa-rebel:before {
   content: "\f1d0"
 }

 .fa-ge:before,
 .fa-empire:before {
   content: "\f1d1"
 }

 .fa-git-square:before {
   content: "\f1d2"
 }

 .fa-git:before {
   content: "\f1d3"
 }

 .fa-y-combinator-square:before,
 .fa-yc-square:before,
 .fa-hacker-news:before {
   content: "\f1d4"
 }

 .fa-tencent-weibo:before {
   content: "\f1d5"
 }

 .fa-qq:before {
   content: "\f1d6"
 }

 .fa-wechat:before,
 .fa-weixin:before {
   content: "\f1d7"
 }

 .fa-send:before,
 .fa-paper-plane:before {
   content: "\f1d8"
 }

 .fa-send-o:before,
 .fa-paper-plane-o:before {
   content: "\f1d9"
 }

 .fa-history:before {
   content: "\f1da"
 }

 .fa-circle-thin:before {
   content: "\f1db"
 }

 .fa-header:before {
   content: "\f1dc"
 }

 .fa-paragraph:before {
   content: "\f1dd"
 }

 .fa-sliders:before {
   content: "\f1de"
 }

 .fa-share-alt:before {
   content: "\f1e0"
 }

 .fa-share-alt-square:before {
   content: "\f1e1"
 }

 .fa-bomb:before {
   content: "\f1e2"
 }

 .fa-soccer-ball-o:before,
 .fa-futbol-o:before {
   content: "\f1e3"
 }

 .fa-tty:before {
   content: "\f1e4"
 }

 .fa-binoculars:before {
   content: "\f1e5"
 }

 .fa-plug:before {
   content: "\f1e6"
 }

 .fa-slideshare:before {
   content: "\f1e7"
 }

 .fa-twitch:before {
   content: "\f1e8"
 }

 .fa-yelp:before {
   content: "\f1e9"
 }

 .fa-newspaper-o:before {
   content: "\f1ea"
 }

 .fa-wifi:before {
   content: "\f1eb"
 }

 .fa-calculator:before {
   content: "\f1ec"
 }

 .fa-paypal:before {
   content: "\f1ed"
 }

 .fa-google-wallet:before {
   content: "\f1ee"
 }

 .fa-cc-visa:before {
   content: "\f1f0"
 }

 .fa-cc-mastercard:before {
   content: "\f1f1"
 }

 .fa-cc-discover:before {
   content: "\f1f2"
 }

 .fa-cc-amex:before {
   content: "\f1f3"
 }

 .fa-cc-paypal:before {
   content: "\f1f4"
 }

 .fa-cc-stripe:before {
   content: "\f1f5"
 }

 .fa-bell-slash:before {
   content: "\f1f6"
 }

 .fa-bell-slash-o:before {
   content: "\f1f7"
 }

 .fa-trash:before {
   content: "\f1f8"
 }

 .fa-copyright:before {
   content: "\f1f9"
 }

 .fa-at:before {
   content: "\f1fa"
 }

 .fa-eyedropper:before {
   content: "\f1fb"
 }

 .fa-paint-brush:before {
   content: "\f1fc"
 }

 .fa-birthday-cake:before {
   content: "\f1fd"
 }

 .fa-area-chart:before {
   content: "\f1fe"
 }

 .fa-pie-chart:before {
   content: "\f200"
 }

 .fa-line-chart:before {
   content: "\f201"
 }

 .fa-lastfm:before {
   content: "\f202"
 }

 .fa-lastfm-square:before {
   content: "\f203"
 }

 .fa-toggle-off:before {
   content: "\f204"
 }

 .fa-toggle-on:before {
   content: "\f205"
 }

 .fa-bicycle:before {
   content: "\f206"
 }

 .fa-bus:before {
   content: "\f207"
 }

 .fa-ioxhost:before {
   content: "\f208"
 }

 .fa-angellist:before {
   content: "\f209"
 }

 .fa-cc:before {
   content: "\f20a"
 }

 .fa-shekel:before,
 .fa-sheqel:before,
 .fa-ils:before {
   content: "\f20b"
 }

 .fa-meanpath:before {
   content: "\f20c"
 }

 .fa-buysellads:before {
   content: "\f20d"
 }

 .fa-connectdevelop:before {
   content: "\f20e"
 }

 .fa-dashcube:before {
   content: "\f210"
 }

 .fa-forumbee:before {
   content: "\f211"
 }

 .fa-leanpub:before {
   content: "\f212"
 }

 .fa-sellsy:before {
   content: "\f213"
 }

 .fa-shirtsinbulk:before {
   content: "\f214"
 }

 .fa-simplybuilt:before {
   content: "\f215"
 }

 .fa-skyatlas:before {
   content: "\f216"
 }

 .fa-cart-plus:before {
   content: "\f217"
 }

 .fa-cart-arrow-down:before {
   content: "\f218"
 }

 .fa-diamond:before {
   content: "\f219"
 }

 .fa-ship:before {
   content: "\f21a"
 }

 .fa-user-secret:before {
   content: "\f21b"
 }

 .fa-motorcycle:before {
   content: "\f21c"
 }

 .fa-street-view:before {
   content: "\f21d"
 }

 .fa-heartbeat:before {
   content: "\f21e"
 }

 .fa-venus:before {
   content: "\f221"
 }

 .fa-mars:before {
   content: "\f222"
 }

 .fa-mercury:before {
   content: "\f223"
 }

 .fa-intersex:before,
 .fa-transgender:before {
   content: "\f224"
 }

 .fa-transgender-alt:before {
   content: "\f225"
 }

 .fa-venus-double:before {
   content: "\f226"
 }

 .fa-mars-double:before {
   content: "\f227"
 }

 .fa-venus-mars:before {
   content: "\f228"
 }

 .fa-mars-stroke:before {
   content: "\f229"
 }

 .fa-mars-stroke-v:before {
   content: "\f22a"
 }

 .fa-mars-stroke-h:before {
   content: "\f22b"
 }

 .fa-neuter:before {
   content: "\f22c"
 }

 .fa-genderless:before {
   content: "\f22d"
 }

 .fa-facebook-official:before {
   content: "\f230"
 }

 .fa-pinterest-p:before {
   content: "\f231"
 }

 .fa-whatsapp:before {
   content: "\f232"
 }

 .fa-server:before {
   content: "\f233"
 }

 .fa-user-plus:before {
   content: "\f234"
 }

 .fa-user-times:before {
   content: "\f235"
 }

 .fa-hotel:before,
 .fa-bed:before {
   content: "\f236"
 }

 .fa-viacoin:before {
   content: "\f237"
 }

 .fa-train:before {
   content: "\f238"
 }

 .fa-subway:before {
   content: "\f239"
 }

 .fa-medium:before {
   content: "\f23a"
 }

 .fa-yc:before,
 .fa-y-combinator:before {
   content: "\f23b"
 }

 .fa-optin-monster:before {
   content: "\f23c"
 }

 .fa-opencart:before {
   content: "\f23d"
 }

 .fa-expeditedssl:before {
   content: "\f23e"
 }

 .fa-battery-4:before,
 .fa-battery:before,
 .fa-battery-full:before {
   content: "\f240"
 }

 .fa-battery-3:before,
 .fa-battery-three-quarters:before {
   content: "\f241"
 }

 .fa-battery-2:before,
 .fa-battery-half:before {
   content: "\f242"
 }

 .fa-battery-1:before,
 .fa-battery-quarter:before {
   content: "\f243"
 }

 .fa-battery-0:before,
 .fa-battery-empty:before {
   content: "\f244"
 }

 .fa-mouse-pointer:before {
   content: "\f245"
 }

 .fa-i-cursor:before {
   content: "\f246"
 }

 .fa-object-group:before {
   content: "\f247"
 }

 .fa-object-ungroup:before {
   content: "\f248"
 }

 .fa-sticky-note:before {
   content: "\f249"
 }

 .fa-sticky-note-o:before {
   content: "\f24a"
 }

 .fa-cc-jcb:before {
   content: "\f24b"
 }

 .fa-cc-diners-club:before {
   content: "\f24c"
 }

 .fa-clone:before {
   content: "\f24d"
 }

 .fa-balance-scale:before {
   content: "\f24e"
 }

 .fa-hourglass-o:before {
   content: "\f250"
 }

 .fa-hourglass-1:before,
 .fa-hourglass-start:before {
   content: "\f251"
 }

 .fa-hourglass-2:before,
 .fa-hourglass-half:before {
   content: "\f252"
 }

 .fa-hourglass-3:before,
 .fa-hourglass-end:before {
   content: "\f253"
 }

 .fa-hourglass:before {
   content: "\f254"
 }

 .fa-hand-grab-o:before,
 .fa-hand-rock-o:before {
   content: "\f255"
 }

 .fa-hand-stop-o:before,
 .fa-hand-paper-o:before {
   content: "\f256"
 }

 .fa-hand-scissors-o:before {
   content: "\f257"
 }

 .fa-hand-lizard-o:before {
   content: "\f258"
 }

 .fa-hand-spock-o:before {
   content: "\f259"
 }

 .fa-hand-pointer-o:before {
   content: "\f25a"
 }

 .fa-hand-peace-o:before {
   content: "\f25b"
 }

 .fa-trademark:before {
   content: "\f25c"
 }

 .fa-registered:before {
   content: "\f25d"
 }

 .fa-creative-commons:before {
   content: "\f25e"
 }

 .fa-gg:before {
   content: "\f260"
 }

 .fa-gg-circle:before {
   content: "\f261"
 }

 .fa-tripadvisor:before {
   content: "\f262"
 }

 .fa-odnoklassniki:before {
   content: "\f263"
 }

 .fa-odnoklassniki-square:before {
   content: "\f264"
 }

 .fa-get-pocket:before {
   content: "\f265"
 }

 .fa-wikipedia-w:before {
   content: "\f266"
 }

 .fa-safari:before {
   content: "\f267"
 }

 .fa-chrome:before {
   content: "\f268"
 }

 .fa-firefox:before {
   content: "\f269"
 }

 .fa-opera:before {
   content: "\f26a"
 }

 .fa-internet-explorer:before {
   content: "\f26b"
 }

 .fa-tv:before,
 .fa-television:before {
   content: "\f26c"
 }

 .fa-contao:before {
   content: "\f26d"
 }

 .fa-500px:before {
   content: "\f26e"
 }

 .fa-amazon:before {
   content: "\f270"
 }

 .fa-calendar-plus-o:before {
   content: "\f271"
 }

 .fa-calendar-minus-o:before {
   content: "\f272"
 }

 .fa-calendar-times-o:before {
   content: "\f273"
 }

 .fa-calendar-check-o:before {
   content: "\f274"
 }

 .fa-industry:before {
   content: "\f275"
 }

 .fa-map-pin:before {
   content: "\f276"
 }

 .fa-map-signs:before {
   content: "\f277"
 }

 .fa-map-o:before {
   content: "\f278"
 }

 .fa-map:before {
   content: "\f279"
 }

 .fa-commenting:before {
   content: "\f27a"
 }

 .fa-commenting-o:before {
   content: "\f27b"
 }

 .fa-houzz:before {
   content: "\f27c"
 }

 .fa-vimeo:before {
   content: "\f27d"
 }

 .fa-black-tie:before {
   content: "\f27e"
 }

 .fa-fonticons:before {
   content: "\f280"
 }

 .fa-reddit-alien:before {
   content: "\f281"
 }

 .fa-edge:before {
   content: "\f282"
 }

 .fa-credit-card-alt:before {
   content: "\f283"
 }

 .fa-codiepie:before {
   content: "\f284"
 }

 .fa-modx:before {
   content: "\f285"
 }

 .fa-fort-awesome:before {
   content: "\f286"
 }

 .fa-usb:before {
   content: "\f287"
 }

 .fa-product-hunt:before {
   content: "\f288"
 }

 .fa-mixcloud:before {
   content: "\f289"
 }

 .fa-scribd:before {
   content: "\f28a"
 }

 .fa-pause-circle:before {
   content: "\f28b"
 }

 .fa-pause-circle-o:before {
   content: "\f28c"
 }

 .fa-stop-circle:before {
   content: "\f28d"
 }

 .fa-stop-circle-o:before {
   content: "\f28e"
 }

 .fa-shopping-bag:before {
   content: "\f290"
 }

 .fa-shopping-basket:before {
   content: "\f291"
 }

 .fa-hashtag:before {
   content: "\f292"
 }

 .fa-bluetooth:before {
   content: "\f293"
 }

 .fa-bluetooth-b:before {
   content: "\f294"
 }

 .fa-percent:before {
   content: "\f295"
 }

 .fa-gitlab:before {
   content: "\f296"
 }

 .fa-wpbeginner:before {
   content: "\f297"
 }

 .fa-wpforms:before {
   content: "\f298"
 }

 .fa-envira:before {
   content: "\f299"
 }

 .fa-universal-access:before {
   content: "\f29a"
 }

 .fa-wheelchair-alt:before {
   content: "\f29b"
 }

 .fa-question-circle-o:before {
   content: "\f29c"
 }

 .fa-blind:before {
   content: "\f29d"
 }

 .fa-audio-description:before {
   content: "\f29e"
 }

 .fa-volume-control-phone:before {
   content: "\f2a0"
 }

 .fa-braille:before {
   content: "\f2a1"
 }

 .fa-assistive-listening-systems:before {
   content: "\f2a2"
 }

 .fa-asl-interpreting:before,
 .fa-american-sign-language-interpreting:before {
   content: "\f2a3"
 }

 .fa-deafness:before,
 .fa-hard-of-hearing:before,
 .fa-deaf:before {
   content: "\f2a4"
 }

 .fa-glide:before {
   content: "\f2a5"
 }

 .fa-glide-g:before {
   content: "\f2a6"
 }

 .fa-signing:before,
 .fa-sign-language:before {
   content: "\f2a7"
 }

 .fa-low-vision:before {
   content: "\f2a8"
 }

 .fa-viadeo:before {
   content: "\f2a9"
 }

 .fa-viadeo-square:before {
   content: "\f2aa"
 }

 .fa-snapchat:before {
   content: "\f2ab"
 }

 .fa-snapchat-ghost:before {
   content: "\f2ac"
 }

 .fa-snapchat-square:before {
   content: "\f2ad"
 }

 .fa-pied-piper:before {
   content: "\f2ae"
 }

 .fa-first-order:before {
   content: "\f2b0"
 }

 .fa-yoast:before {
   content: "\f2b1"
 }

 .fa-themeisle:before {
   content: "\f2b2"
 }

 .fa-google-plus-circle:before,
 .fa-google-plus-official:before {
   content: "\f2b3"
 }

 .fa-fa:before,
 .fa-font-awesome:before {
   content: "\f2b4"
 }

 .fa-handshake-o:before {
   content: "\f2b5"
 }

 .fa-envelope-open:before {
   content: "\f2b6"
 }

 .fa-envelope-open-o:before {
   content: "\f2b7"
 }

 .fa-linode:before {
   content: "\f2b8"
 }

 .fa-address-book:before {
   content: "\f2b9"
 }

 .fa-address-book-o:before {
   content: "\f2ba"
 }

 .fa-vcard:before,
 .fa-address-card:before {
   content: "\f2bb"
 }

 .fa-vcard-o:before,
 .fa-address-card-o:before {
   content: "\f2bc"
 }

 .fa-user-circle:before {
   content: "\f2bd"
 }

 .fa-user-circle-o:before {
   content: "\f2be"
 }

 .fa-user-o:before {
   content: "\f2c0"
 }

 .fa-id-badge:before {
   content: "\f2c1"
 }

 .fa-drivers-license:before,
 .fa-id-card:before {
   content: "\f2c2"
 }

 .fa-drivers-license-o:before,
 .fa-id-card-o:before {
   content: "\f2c3"
 }

 .fa-quora:before {
   content: "\f2c4"
 }

 .fa-free-code-camp:before {
   content: "\f2c5"
 }

 .fa-telegram:before {
   content: "\f2c6"
 }

 .fa-thermometer-4:before,
 .fa-thermometer:before,
 .fa-thermometer-full:before {
   content: "\f2c7"
 }

 .fa-thermometer-3:before,
 .fa-thermometer-three-quarters:before {
   content: "\f2c8"
 }

 .fa-thermometer-2:before,
 .fa-thermometer-half:before {
   content: "\f2c9"
 }

 .fa-thermometer-1:before,
 .fa-thermometer-quarter:before {
   content: "\f2ca"
 }

 .fa-thermometer-0:before,
 .fa-thermometer-empty:before {
   content: "\f2cb"
 }

 .fa-shower:before {
   content: "\f2cc"
 }

 .fa-bathtub:before,
 .fa-s15:before,
 .fa-bath:before {
   content: "\f2cd"
 }

 .fa-podcast:before {
   content: "\f2ce"
 }

 .fa-window-maximize:before {
   content: "\f2d0"
 }

 .fa-window-minimize:before {
   content: "\f2d1"
 }

 .fa-window-restore:before {
   content: "\f2d2"
 }

 .fa-times-rectangle:before,
 .fa-window-close:before {
   content: "\f2d3"
 }

 .fa-times-rectangle-o:before,
 .fa-window-close-o:before {
   content: "\f2d4"
 }

 .fa-bandcamp:before {
   content: "\f2d5"
 }

 .fa-grav:before {
   content: "\f2d6"
 }

 .fa-etsy:before {
   content: "\f2d7"
 }

 .fa-imdb:before {
   content: "\f2d8"
 }

 .fa-ravelry:before {
   content: "\f2d9"
 }

 .fa-eercast:before {
   content: "\f2da"
 }

 .fa-microchip:before {
   content: "\f2db"
 }

 .fa-snowflake-o:before {
   content: "\f2dc"
 }

 .fa-superpowers:before {
   content: "\f2dd"
 }

 .fa-wpexplorer:before {
   content: "\f2de"
 }

 .fa-meetup:before {
   content: "\f2e0"
 }

 .sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   border: 0
 }

 .sr-only-focusable:active,
 .sr-only-focusable:focus {
   position: static;
   width: auto;
   height: auto;
   margin: 0;
   overflow: visible;
   clip: auto
 }