/*----------------------------------------*/
/**
 * Содержание
 */

/**
 * Font settings ......................Подключение нестандартных шрифтов
 * Common styles.......................Общие стили
 * Common classes......................Общие классы
 * Override Drupal styles..............Переопределение стилей Drupal
 * Header..............................Оформление Header'а
 * Region menu.........................Оформление региона Menu
 * Menu on main page...................Оформление "липкого" меню для главной страницы
 * Menu................................Оформление меню
 * Content.............................Оформление Content'а
 * Footer..............................Оформление Footer'а
 *  Footer menu........................Оформление меню в Footer'е
 * Other...............................Other css styles
 */
/*----------------------------------------*/



/**
 * Font settings
 */


@font-face {
    font-family: "comppro-regular";
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/firstbyte/assets/styles/fonts/comppro-regular/comppro-regular.eot") format("embedded-opentype"), url("/wp-content/themes/firstbyte/assets/styles/fonts/comppro-regular/comppro-regular.woff") format("woff"), url("/wp-content/themes/firstbyte/assets/styles/fonts/comppro-regular/comppro-regular.ttf") format("truetype"), url("/wp-content/themes/firstbyte/assets/styles/fonts/comppro-regular/comppro-regular.svg") format("svg");
}
@font-face {
    font-family: "condpro-light";
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/firstbyte/assets/styles/fonts/condpro-light/condpro-light.eot") format("embedded-opentype"), url("/wp-content/themes/firstbyte/assets/styles/fonts/condpro-light/condpro-light.woff") format("woff"), url("/wp-content/themes/firstbyte/assets/styles/fonts/condpro-light/condpro-light.ttf") format("truetype"), url("/wp-content/themes/firstbyte/assets/styles/fonts/condpro-light/condpro-light.svg") format("svg");
}
@font-face {
    font-family: "condpro-regular";
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/firstbyte/assets/styles/fonts/condpro-regular/condpro-regular.eot") format("embedded-opentype"), url("/wp-content/themes/firstbyte/assets/styles/fonts/condpro-regular/condpro-regular.woff") format("woff"), url("/wp-content/themes/firstbyte/assets/styles/fonts/condpro-regular/condpro-regular.ttf") format("truetype"), url("/wp-content/themes/firstbyte/assets/styles/fonts/condpro-regular/condpro-regular.svg") format("svg");
}
@font-face {
    font-family: "condpro-medium";
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/firstbyte/assets/styles/fonts/condpro-medium/condpro-medium.eot") format("embedded-opentype"), url("/wp-content/themes/firstbyte/assets/styles/fonts/condpro-medium/condpro-medium.woff") format("woff"), url("/wp-content/themes/firstbyte/assets/styles/fonts/condpro-medium/condpro-medium.ttf") format("truetype"), url("/wp-content/themes/firstbyte/assets/styles/fonts/condpro-medium/condpro-medium.svg") format("svg");
}
/* LatoRegular */
@font-face {
    font-family: 'LatoRegular';
    src: url('/wp-content/themes/firstbyte/assets/styles/fonts/LatoRegular/LatoRegular.eot');
    src: url('/wp-content/themes/firstbyte/assets/styles/fonts/LatoRegular/LatoRegular.woff') format('woff'),
	url('/wp-content/themes/firstbyte/assets/styles/fonts/LatoRegular/LatoRegular.woff2.html') format('woff2'),
    url('/wp-content/themes/firstbyte/assets/styles/fonts/LatoRegular/LatoRegular.ttf') format('truetype');
}
@font-face {
    font-family: 'LatoBold';
    src: url('/wp-content/themes/firstbyte/assets/styles/fonts/LatoBold/Lato-Bold.eot');
    src: url('/wp-content/themes/firstbyte/assets/styles/fonts/LatoBold/Lato-Bold.woff') format('woff'),
	url('/wp-content/themes/firstbyte/assets/styles/fonts/LatoBold/Lato-Bold.woff2.html') format('woff2'),
    url('/wp-content/themes/firstbyte/assets/styles/fonts/LatoBold/Lato-Bold.ttf') format('truetype');
}

/* end: Font settings */




/**
 * Common styles
 */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {

    /* абаКаЛббаЕаНаИаЕ баВаЕбаА аПаОаДбаВаЕбаКаИ бббаЛаКаИ аИаЛаИ аЛбаБаОаГаО аКаЛаИаКаАаБаЕаЛбаНаОаГаО JavaScript баЛаЕаМаЕаНбаА аПбаИ аКаАбаАаНаИаИ. */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: -webkit-paged-y;
}
body {
/*	min-width: 1170px; */
    font-family: 'LatoRegular', sans-serif;
    line-height: 1;
    background-color: #fff;
    color: #000;
    
}
body.front {
/*	min-width: 1204px; */
}
html, body {
    height: 100%;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
a {
    text-decoration: none;
}

b, strong {
	font-family: 'LatoBold', sans-serif;
	font-weight: normal;
}

/* end: Common custom styles */




/**
 * Common classes
 */

.contentCenter {
    width: 1124px;
    margin: 0 auto;
}
.overflowHidden {
    overflow: hidden;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}

/* end: Common classes */




/* Override Drupal styles */

#user-login {
    width: 1124px;
    margin: 0 auto;
}

/* end: Override Drupal styles */




/**
 * Header
 */

.header {
    height: 110px;
    padding: 24px 1px 18px 1px;
    background: #fff url("https://firstbyte.pro/images/main/header/pixel_bg.png") repeat-x bottom left;
}
.header__blockLogo__separator {
    width: 1px;
    height: 54px;
    background-color: #d0d0d0;
    margin: 4px 20px 7px 20px;
}
.header__blockLogo__slogan {
    font-family: 'Geometria-Bold';
    font-size: 1.25rem; /* 20px / 16px */
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #277cb3;
    padding: 19px 0 22px 0;
}
.header__shadow {
    width: 1125px;
    height: 19px;
    position: absolute;
    margin: 86px 0 0 0;
    background: transparent url("https://firstbyte.pro/images/main/common/shadow.png") no-repeat top center;
    z-index: 1;
}
.header__blockData__phone {
    font-family: 'Geometria-Medium';
    font-size: 1.25rem; /* 20px / 16px */
    color: #838484;
    margin: 19px 0 22px 0;
}
.header__blockData__phone:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 16px;
    background: transparent url("https://firstbyte.pro/images/main/header/tel-icon.png") no-repeat 0 0;
    margin-right: 5px;
}
.header__blockData__login {
    width: 159px;
    height: 34px;
    margin: 11px 0 0 41px;
    cursor: pointer;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background-color: #2888bf;
    -webkit-box-shadow: inset 0 -1px rgba(0,0,0,.6);
    -moz-box-shadow: inset 0 -1px rgba(0,0,0,.6);
    box-shadow: inset 0 -1px rgba(0,0,0,.6);
    border: solid 3px #d1e7f0;
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.3), rgba(255,255,255,.3));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.3), rgba(255,255,255,.3));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.3), rgba(255,255,255,.3));
    background-image: linear-gradient(to top, rgba(0,0,0,.3), rgba(255,255,255,.3));
}
.header__blockData__login:hover {
    background-color: #2a94d9;
    border-color: #174868;
}
.header__blockData__login:active {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.3), rgba(255,255,255,.3));
}
.header__blockData__login__content {
    width: 141px;
    height: 27px;
    font-family: 'Geometria-Bold';
    font-size: 0.6875rem; /* 11px / 16px */
    text-transform: uppercase;
    padding: 0 0 0 12px;
    line-height: 29px;
    background: transparent url("https://firstbyte.pro/images/main/common/main_sprite.png") no-repeat 126px 8px;
}
.header__blockData__login__content a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: inherit;
    height: inherit;
}
.header__blockData__blockRegionHeader {
    float: left;
    padding-left: 40px;
}
.header__blockData__blockRegionHeader .language-switcher-locale-url {
    margin: 14px 0 0 0;
    padding: 0;
    list-style: none;
    border: solid 2px #ccdfe6;
    overflow: hidden;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.header__blockData__blockRegionHeader .language-switcher-locale-url li {
    display: inline-block;
    float: left;
    line-height: 24px;
    padding: 0 15px;
    font-family: 'Geometria-Bold', sans-serif;
    font-size: 0.6875rem; /* 11px / 16px */
    background-color: #fff;
}
.header__blockData__blockRegionHeader .language-switcher-locale-url li.active {
    background-color: #e7f2f7;
}
.header__blockData__blockRegionHeader .language-switcher-locale-url li a {
    text-decoration: none;
    color: #35a6d2;
}
.header__blockData__blockRegionHeader .language-switcher-locale-url li.active a {
    color: #5b8fa3;
}

/* end: Header */





/**
 * Region menu
 */

.mainContent__blockRegionMenu .block .content {
    width: 1124px;
    margin: 0 auto;
    background: transparent url("https://firstbyte.pro/images/main/menu/shadow.png") no-repeat top center;
}
.mainContent__blockRegionMenu .block .content:after {
    content: "";
    display: block;
    width: 1125px;
    height: 19px;
    position: absolute;
    margin: 0;
    background: transparent url("https://firstbyte.pro/images/main/common/shadow.png") no-repeat top center;
    z-index: 1;
}
.mainContent__blockRegionMenu .block .content .menu {
    margin: 0;
}
.mainContent__blockRegionMenu .block .content .menu li {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;

    position: relative;
}
.mainContent__blockRegionMenu .block .content .menu li a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    /*font-family: 'Geometria-Bold';*/
    font-family: 'Roboto',sans-serif,Arial;
    text-transform: uppercase;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    border:solid 2px transparent;
}
.mainContent__blockRegionMenu .block .content .menu li a span {
    clear: both;
    margin-top: 6px;
    color: rgb(84, 189, 223);
    display: block;
}

/* end: Region menu */




/**
 * Menu on main page
 */

#block-menu-menu-menu-on-main-page-sticky-wrapper {
    height: 100% !important;
}
.menu-on-main-page {
    background: #014058 url("https://firstbyte.pro/images/main/menu/bg.png") repeat left top;
}
.menu-on-main-page.smint {
    z-index: 999;
    width: 100%;
}
.menu-on-main-page .menu {
    padding: 5px 21px;
    min-height: 85px;
}
.menu-on-main-page .menu li a {
    height: 75px;
    padding: 13px 12px;
    font-size: 0.8125rem; /* 13px / 16px */
}
.menu-on-main-page .menu li:not(:first-of-type) a {
    margin: 0 0 0 31px;
}
.menu-on-main-page .content ul.menu .active a,
.menu-on-main-page .content .menu li a:hover {
    border-color: #229ccb;
}
.menu-on-main-page .menu li:not(:last-of-type):after {
    content: "";
    display: inline-block;
    width: 31px;
    height: 1px;
    background-color: #2e7996;
    position: absolute;
    margin: 35px 0 0 0;
}
.menu-on-main-page .menu li .menu__item__1 {
    width: 186px;
}
.menu-on-main-page .menu li .menu__item__2 {
    width: 198px;
}
.menu-on-main-page .menu li .menu__item__3 {
    width: 240px;
}
.menu-on-main-page .menu li .menu__item__4 {
    width: 189px;
}
.menu-on-main-page .menu li .menu__item__5 {
    width: 129px;
}
.i18n-en .menu-on-main-page .menu li .menu__item__1 {
    width: 191px;
}
.i18n-en .menu-on-main-page .menu li .menu__item__2 {
    width: 185px;
}
.i18n-en .menu-on-main-page .menu li .menu__item__3 {
    width: 185px;
}
.i18n-en .menu-on-main-page .menu li .menu__item__4 {
    width: 245px;
}
.i18n-en .menu-on-main-page .menu li .menu__item__5 {
    width: 136px;
}

/* end: Menu on main page */




/* Menu */

.productMenuBlock,
.productMenuBlock .menu li,
.additionalMenuBlock,
.additionalMenuBlock .menu li {
    background: #302e2f;
}

.productMenuBlock .menu,
.additionalMenuBlock .menu {
    padding: 13px 28px 14px 31px;
}
.productMenuBlock .menu li a,
.additionalMenuBlock .menu li a {
    height: 48px;
    padding: 15px 17px;
    font-size: 0.9375rem; /* 15px / 16px */
}
.productMenuBlock .content .menu li:not(:first-of-type),
.additionalMenuBlock .content .menu li:not(:first-of-type) {
    margin: 0 0 0 25px;
}
.productMenuBlock .content ul.menu .active-trail a,
.productMenuBlock .content .menu li a:not(.menu__product__main):hover,
.additionalMenuBlock .content ul.menu .active-trail a,
.additionalMenuBlock .content .menu li a:hover {
    border-color: #480c0e;
    background-color: #480c0e;
}
.productMenuBlock .menu li .menu__product__main,
.additionalMenuBlock .menu li .menu__product__main {
    background: transparent url("../images/products-bg.png") no-repeat 19px 15px;
    padding-left: 41px;
    min-width: 153px;
}
/* Additional product menu */
.productMenuBlock .menu .menu,
.additionalMenuBlock .menu .menu {
    position: absolute;
    padding: 0;
    border: solid 2px #4b9ed3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: rgba(50,130,182,0.9);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    z-index: 999;
    display: none;
    margin-top: -48px !important;
    min-width: 230px;
}
.productMenuBlock .menu .menu li.first a,
.additionalMenuBlock .menu .menu li.first a {
    background: transparent url("https://firstbyte.pro/images/menu/product/products-bg.png") no-repeat 19px 15px;
    padding-left: 41px;
}
.productMenuBlock .menu li .menu__product__main:hover + .menu,
.productMenuBlock .menu .menu:hover,
.additionalMenuBlock .menu li .menu__product__main:hover + .menu,
.additionalMenuBlock .menu .menu:hover {
    display: block;
}
.productMenuBlock .menu .menu li,
.additionalMenuBlock .menu .menu li {
    display: block !important;
    margin: 0 !important;
    background: transparent !important;
    border-bottom: solid 1px #4b9ed3;
}
.productMenuBlock .menu .menu li a,
.additionalMenuBlock .menu .menu li a {
    border: none !important;
}
.productMenuBlock .menu .menu li:not(.first) a,
.additionalMenuBlock .menu .menu li:not(.first) a {
    text-transform: none !important;
}
.productMenuBlock .menu .menu li.last,
.additionalMenuBlock .menu .menu li.last {
    border-bottom: none;
}
.productMenuBlock .menu .menu li a.active-trail,
.productMenuBlock .menu .menu li a:hover,
.additionalMenuBlock .menu .menu li a.active-trail,
.additionalMenuBlock .menu .menu li a:hover {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none !important;
    background-color: #05445f !important;
}
.productMenuBlock .menu .menu li.first a:hover,
.additionalMenuBlock .menu .menu li.first a:hover {
    background-color: transparent !important;
}
.productMenuBlock .menu .menu li.last a.active-trail,
.productMenuBlock .menu .menu li.last a:hover,
.additionalMenuBlock .menu .menu li.last a.active-trail,
.additionalMenuBlock .menu .menu li.last a:hover {
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

/* end: Menu */




/**
 * Content
 */

.mainContent {
    min-height: 100%;
}
.ActionWrapper {
    background: transparent url("https://firstbyte.pro/images/main/common/actionBG.jpg") repeat-x 0 0;
    height: 125px;
    font-family: "Geometria-Medium", sans-serif;
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding-top: 43px;
}
.ActionWrapper a {
    color: #fff;
    text-decoration: underline;
}
.node-type-product .ActionWrapper {
    display: none;
}

/* end: Content */




/**
 * Footer
 */

.footer {
    height: 309px;
    border-top: solid 4px #317fb2;
    padding: 43px 0 0 0;
}

/* Footer menu */
.footer__blockTopFooter {
    position: relative;
    min-height: 172px;
}
.footer__blockTopFooter__blockRegionFooter .content ul.menu,
.footer__blockTopFooter__blockRegionFooter .content ul.menu li {
    margin: 0;
    padding: 0;
}
.footer__blockTopFooter__blockRegionFooter .content ul.menu li {
    list-style: none;
}
.footer__blockTopFooter__blockRegionFooter .content ul.menu li a {
    text-decoration: none;
}
.footer__blockTopFooter__blockRegionFooter .content ul.menu li.expanded {
    float: left;
    margin-right: 40px;
}
.footer__blockTopFooter__blockRegionFooter li.expanded > a {
    font-family: 'Roboto-Bold';
    font-size: 0.9375rem; /* 15px / 16px */
    text-transform: uppercase;
    color: #317fb2;
    cursor: default;
    margin-bottom: 13px;
}
.footer__blockTopFooter__blockRegionFooter li.expanded ul.menu {
    margin: 13px 0 10px 0;
}
.footer__blockTopFooter__blockRegionFooter li.expanded li a {
    font-size: 0.8125rem; /* 13px / 16px */
    color: #505050;
    line-height: 2;
}
/* end: Footer menu */

.footer_blockTopFooter__contacts {
    position: absolute;
    width: 188px;
    height: 100%;
    border: solid 1px #d6d6d6;
    border-bottom: 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    padding: 11px 0;
    margin-left: 936px;
}
.footer_blockTopFooter__contacts__phone {
    font-family: 'Geometria-Medium';
    font-size: 1.375rem; /* 22px / 16px */
    color: #838484;
    text-align: center;
}
.footer_blockTopFooter__contacts__salesEmail {
    display: block;
    text-decoration: none;
    font-size: 0.8125rem; /* 13px / 16px */
    color: #838484;
    line-height: 1.4;
    text-align: center;
    margin-top: 5px;
}
.footer_blockTopFooter__contacts__salesEmail span {
    font-size: 0.6875rem; /* 11px / 16px */
    color: #b7b7b7;
}
.footer_blockTopFooter__contacts__blockContactsButton {
    margin: 14px 0 0 0;
}
.footer_blockTopFooter__blockContactsButton__contactsButton {
    width: 101px;
    height: 28px;
    font-family: 'Geometria-Bold';
    font-size: 0.6875rem; /* 11px / 16px */
    color: #fff;
    line-height: 28px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 0 0 13px;
    margin: 0 43px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #b6b6b6;
    -webkit-box-shadow: inset 0 -1px rgba(0,0,0,.6);
    -moz-box-shadow: inset 0 -1px rgba(0,0,0,.6);
    box-shadow: inset 0 -1px rgba(0,0,0,.6);
    background-image: linear-gradient(to top, rgba(0,0,0,.3), rgba(255,255,255,.3));
}
.footer_blockTopFooter__blockContactsButton__contactsButton:hover {
    background-color: #979797;
}
.footer_blockTopFooter__blockContactsButton__contactsButton:active {
    background-color: #979797;
    background-image: linear-gradient(to bottom, rgba(0,0,0,.3), rgba(255,255,255,.3));
}
.footer_blockTopFooter__blockContactsButton__contactsButton__content {
    background: transparent url("https://firstbyte.pro/images/main/common/main_sprite.png") no-repeat 73px -52px;
}
.footer_blockTopFooter__blockContactsButton__contactsButton__content a {
    text-decoration: none;
    color: #fff;
}
.footer_blockTopFooter__contacts__blockContactsButton:before,
.footer_blockTopFooter__contacts__blockContactsButton:after {
    content: "";
    display: inline-block;
    width: 43px;
    height: 1px;
    background-color: #d6d6d6;
    position: absolute;
}
.footer_blockTopFooter__contacts__blockContactsButton:before {
    margin-top: 12px;
}
.footer_blockTopFooter__contacts__blockContactsButton:after {
    margin: -16px 0 0 144px;
}
.footer_blockTopFooter__contacts__socialLinks {
    margin-top: 16px;
    font-size: 0.6875rem; /* 11px / 16px */
    text-align: center;
}
.footer_blockTopFooter__contacts__socialLinks a {
    display: inline-block;
    height: 28px;
    padding-left: 31px;
    line-height: 28px;
    color: #505050;
    text-decoration: none;
}
.footer_blockTopFooter__contacts__socialLinks__facebook {
    background: transparent url("https://firstbyte.pro/images/main/common/main_sprite.png") no-repeat 0 -275px;
}
.footer_blockTopFooter__contacts__socialLinks__twitter {
    margin-left: 8px;
    background: transparent url("https://firstbyte.pro/images/main/common/main_sprite.png") no-repeat 0 -198px;
}
.footer__blockBottomFooter {
    height: 91px;
    border-top: solid 1px #d6d6d6;
    padding: 25px 0 37px 0;
    font-size: 0.6875rem; /* 11px / 16px */
    color: #8c8c8c;
    line-height: 1.5;
}
.footer__blockBottomFooter__paymentMethods {
    margin-left: 133px;
    color: #8C8C8C;
}
.footer__blockBottomFooter__paymentMethods__images {
    width: 243px;
    height: 28px;
    margin: 4px 0 0 13px;
    background: transparent url("https://firstbyte.pro/images/main/common/main_sprite.png") no-repeat 0 -418px;
}
.i18n-en .footer__blockBottomFooter__paymentMethods__images {
    background: transparent url("https://firstbyte.pro/images/main/common/paymethods-en.png") no-repeat 0 0;
}
.footer__blockBottomFooter__searchError {
    margin-left: 111px;
    color: #c39764;
    padding-left: 23px;
    background: transparent url("https://firstbyte.pro/images/main/common/main_sprite.png") no-repeat 0 -343px;
}
.footer__blockBottomFooter__designer {
    display: inline-block;
    color: #8c8c8c;
    text-decoration: none;
    margin-left: 74px;
    padding-right: 90px;
    background: transparent url("https://firstbyte.pro/images/main/common/main_sprite.png") no-repeat 42px -117px;
    opacity: 0.5;
}
.footer__blockBottomFooter__designer:hover {
    opacity: 1;
}

/* end: Footer */



/**
 * Basic page
 */

.node-page ul.links {
    display: none;
}
.field-name-field-title {
    min-width: 1124px;
    background: #06314d url("https://firstbyte.pro/images/pages/common/title-bg.png") no-repeat center;
    text-align: center;
}
.field-name-field-title h1 {
    display: inline-block;
    margin: 0;
    padding: 25px 25px 32px 25px;
    font-family: "Geometria", sans-serif;
    font-size: 2.625rem; /* 42px / 16px */
    color: #fff;
    background-color: #06314d;
}
.field-name-field-title h1:before,
.field-name-field-title h1:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    border-left: solid 1px #004a75;
    position: absolute;
}
.field-name-field-title h1:before {
    margin: 17px 0 0 -25px;
}
.field-name-field-title h1:after {
    margin: 17px 0 0 25px;
}
.CustomStylesBlock h2,
.CustomStylesBlock h3,
.CustomStylesBlock p,
.CustomStylesBlock table,
.CustomStylesBlock ul,
.CustomStylesBlock ol,
.node-page .field-name-body h2,
.node-page .field-name-body h3,
.node-page .field-name-body p,
.node-page .field-name-body table,
.node-page .field-name-body ul,
.node-page .field-name-body ol {
    max-width: 1124px;
    margin: 0 auto;
}
.CustomStylesBlock .patternWrapper,
.node-page .field-name-body .patternWrapper {
    background: transparent url("https://firstbyte.pro/images/pages/common/bg.png") repeat center;
}
.CustomStylesBlock .patternWrapper {
    padding-bottom: 40px;
}
.CustomStylesBlock h2,
.node-page .field-name-body h2 {
    font-family: "Geometria", sans-serif;
    font-size: 2.5rem; /* 40px / 16px */
    padding: 33px 0 37px 0;
}
.CustomStylesBlock h3,
.node-page .field-name-body h3 {
    font-family: 'Geometria-Medium', sans-serif;
    font-size: 2rem; /* 32px / 16px */
    padding: 34px 0 28px 0;
}
.CustomStylesBlock h5,
.node-page .field-name-body h5 {
    font-size: 0.9375rem; /* 15px / 16px */
}
.CustomStylesBlock p,
.node-page .field-name-body p {
    line-height: 1.6;
    padding: 0;
}
.CustomStylesBlock table,
.node-page .field-name-body table {
    width: 1124px;
    border: none;
    color: #303030;
    font-size: 1.1875rem; /* 19px / 16px */
    margin-top: 31px;
    border-collapse: separate;
}
.CustomStylesBlock table tr,
.node-page .field-name-body table tr {
    background-color: transparent;
}
.CustomStylesBlock table th,
.CustomStylesBlock table td,
.node-page .field-name-body table th,
.node-page .field-name-body table td {
    border: solid 1px #fff;
    vertical-align: top;
    padding: 16px 10px 19px 10px;
}
.CustomStylesBlock table th,
.node-page .field-name-body table th {
    background-color: #f7f1de;
    border-left: none;
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 0.875rem; /* 14px / 16px */
    color: #a09880;
    font-weight: normal;
    padding: 20px 17px 20px 16px;
    text-transform: uppercase;
}
.CustomStylesBlock table tr:nth-of-type(odd) td,
.node-page .field-name-body table tr:nth-of-type(odd) td {
    background-color: #f8f8f8;
}
.CustomStylesBlock table tr:nth-of-type(even) td,
.node-page .field-name-body table tr:nth-of-type(even) td {
    background-color: #ecedee;
}
.CustomStylesBlock table p,
.node-page .field-name-body table p {
    line-height: 1.3;
}
.CustomStylesBlock table h5,
.node-page .field-name-body table h5 {
    color: #505050;
    margin: 0;
    padding-top: 12px;
}
.CustomStylesBlock table tr th:first-child,
.CustomStylesBlock table tr td:first-child,
.node-page .field-name-body table tr th:first-child,
.node-page .field-name-body table tr td:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.CustomStylesBlock table tr th:last-child,
.CustomStylesBlock table tr td:last-child,
.node-page .field-name-body table tr th:last-child,
.node-page .field-name-body table tr td:last-child {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.CustomStylesBlock hr,
.node-page hr {
    border: none;
    height: 1px;
    background-color: #e1e2e3;
    margin-top: 39px;
}
.CustomStylesBlock ul,
.CustomStylesBlock ol,
.node-page .field-name-body ul,
.node-page .field-name-body ol {
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}
.CustomStylesBlock ul li,
.CustomStylesBlock ol li,
.node-page .field-name-body ul li,
.node-page .field-name-body ol li {
    padding: 0 0 0 5px;
    line-height: 1.6;
    margin: 10px 0 0 0;
}
.CustomStylesBlock table.noTable,
.node-page .field-name-body table.noTable {
    margin-top: 0;
    background-color: transparent;
}
.CustomStylesBlock table.noTable td,
.node-page .field-name-body table.noTable td {
    border: none;
    padding: 10px 0 0 0;
    background-color: transparent !important;
}
.CustomStylesBlock .buttonWrapper,
.node-page .buttonWrapper {
    border-top: solid 1px #216795;
    background-color: #3282b6;
    padding: 48px 0 31px 0;
    margin: 45px 0 0 0;
    color: #fff;
}
.CustomStylesBlock .buttonWrapper table,
.CustomStylesBlock .buttonWrapper table a,
.node-page .buttonWrapper table,
.node-page .buttonWrapper table a {
    color: #fff;
}
.CustomStylesBlock .buttonWrapper .buttonLink,
.node-page .buttonWrapper .buttonLink {
    font-family: 'Geometria-Bold', sans-serif;
    font-size: 1.6875rem; /* 27px / 16px */
    text-shadow: 1px 1px rgba(0,0,0, 0.8);
    text-transform: uppercase;
    display: inline-block;
    background: transparent url("https://firstbyte.pro/images/pages/common/btn-sprite.png") repeat-x 0 -138px;
    height: 65px;
    line-height: 65px;
    cursor: pointer;
    margin: -23px 0 0 32px;
}
.CustomStylesBlock .buttonWrapper .buttonLink:hover,
.node-page .buttonWrapper .buttonLink:hover {
    background-position: 0 -345px;
}
.CustomStylesBlock .buttonWrapper .buttonLink:active,
.node-page .buttonWrapper .buttonLink:active {
    background-position: 0 -552px;
}
.CustomStylesBlock .buttonWrapper .buttonLink:before,
.CustomStylesBlock .buttonWrapper .buttonLink:after,
.node-page .buttonWrapper .buttonLink:before,
.node-page .buttonWrapper .buttonLink:after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 65px;
}
.CustomStylesBlock .buttonWrapper .buttonLink:before,
.node-page .buttonWrapper .buttonLink:before {
    background: transparent url("https://firstbyte.pro/images/pages/common/btn-sprite.png") no-repeat 0 0;
    float: left;
    margin-left: -32px;
}
.CustomStylesBlock .buttonWrapper .buttonLink:after,
.node-page .buttonWrapper .buttonLink:after {
    background: transparent url("https://firstbyte.pro/images/pages/common/btn-sprite.png") no-repeat 0 -69px;
    float: right;
    margin-right: -32px;
}
.CustomStylesBlock .buttonWrapper .buttonLink:hover:before,
.node-page .buttonWrapper .buttonLink:hover:before {
    background-position: 0 -207px;
}
.CustomStylesBlock .buttonWrapper .buttonLink:active:before,
.node-page .buttonWrapper .buttonLink:active:before {
    background-position: 0 -414px;
}
.CustomStylesBlock .buttonWrapper .buttonLink:hover:after,
.node-page .buttonWrapper .buttonLink:hover:after {
    background-position: 0 -276px;
}
.CustomStylesBlock .buttonWrapper .buttonLink:active:after,
.node-page .buttonWrapper .buttonLink:active:after {
    background-position: 0 -483px;
}
.CustomStylesBlock .buttonWrapper table tr td:first-of-type,
.node-page .buttonWrapper table tr td:first-of-type {
    padding-right: 20px;
}
.CustomStylesBlock h4,
.node-page h4 {
    font-size: 1.625rem; /* 26px / 16px */
    line-height: 1.2;
    margin: 24px auto 10px auto;
}
.CustomStylesBlock .answerBlock h3,
.node-page .answerBlock h3 {
    padding-top: 44px;
    padding-bottom: 8px;
}
.CustomStylesBlock table.answerTable h4:before,
.node-page table.answerTable h4:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: transparent url("https://firstbyte.pro/images/pages/common/answer.png") no-repeat 0 0;
    position: absolute;
    margin-left: -45px;
}
.CustomStylesBlock table.answerTable,
.node-page table.answerTable {
    margin-top: 0;
    padding-bottom: 40px;
}
.CustomStylesBlock table.answerTable td,
.node-page table.answerTable td {
    padding: 0;
    background: transparent !important;
    border: none;
}
.CustomStylesBlock table.answerTable td:first-child,
.node-page table.answerTable td:first-child {
    padding-right: 80px;
}
.CustomStylesBlock table.answerTable p,
.node-page table.answerTable p {
    line-height: 1.6;
}
.CustomStylesBlock table.answerTable ol,
.node-page table.answerTable ol {
    padding-left: 25px;
}
.CustomStylesBlock .noMargin,
.node-page .noMargin {
    margin: 0 auto;
}
.conditionSSL {
    text-align: center;
    margin: 40px 0;
    font-size: 1.1875rem; /* 19px / 16px */
}
.conditionSSL:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: transparent url("https://firstbyte.pro/images/pages/common/doc.png") no-repeat ;
    position: absolute;
    margin: 0 0 0 -25px;
}
body:not(.admin-menu) .mainContent__blockMessage .messages.error {
    display: none;
}
/** end: Basic page **/




/** Other **/
.productMenuBlock .menu.ipmanager .leaf:nth-of-type(3),
.productMenuBlock .menu.dnsmanager .leaf:nth-of-type(3),
.productMenuBlock .menu.coremanager .leaf:nth-of-type(3),
.productMenuBlock .menu.coremanager .leaf:nth-of-type(4) {
    display: none;
}
.mapLinks {
    position: absolute;
    /*width: 1202px;*/
    height: 335px;
}
.mapLinks div {
    cursor: pointer;
    position: absolute;
}
.front .mapLinks .file {
    width: 60px;
    height: 60px;
    margin: 207px 0 0 108px;
    border-radius: 30px;
}
.front .mapLinks .pay {
    width: 65px;
    height: 65px;
    margin: 192px 0 0 239px;
    border-radius: 33px;
}
.front .mapLinks .cart {
    width: 77px;
    height: 77px;
    margin: 76px 0 0 296px;
    border-radius: 45px;
}
.front .mapLinks .web {
    width: 83px;
    height: 83px;
    margin: 165px 0 0 381px;
    border-radius: 45px;
}
.front .mapLinks .data {
    width: 80px;
    height: 80px;
    margin: 38px 0 0 560px;
    border-radius: 45px;
}
.front .mapLinks .phone {
    width: 73px;
    height: 73px;
    margin: 71px 0 0 762px;
    border-radius: 45px;
}
.front .mapLinks .mail {
    width: 70px;
    height: 70px;
    margin: 214px 0 0 750px;
    border-radius: 45px;
}
.front .mapLinks .hdd {
    width: 81px;
    height: 81px;
    margin: 148px 0 0 906px;
    border-radius: 45px;
}
.front .mapLinks .box {
    width: 59px;
    height: 59px;
    margin: 149px 0 0 1054px;
    border-radius: 45px;
}


@media screen and (max-width: 895px) {
    html, body { width: fit-content; } 
}


/* New Year 
.header {
    background: transparent url("../images/main/header/snow.png") repeat-x left;
}*/
/** end: Other **/