/* Основные классы для страницы */
html, body { font-family: 'PT Sans', sans-serif; background: #f7f5f7; font-size: 12px; color: #000; height: 100%; }
dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, input, textarea, select, button, a { margin: 0; padding: 0; outline: none; font-family: 'PT Sans', sans-serif; }
img { border: 0; vertical-align: top; } a { color: #dc4280; } a:hover { text-decoration: none; }

/* Дополнительные классы */
.reset { margin: 0; padding: 0; list-style: none; }
.pageWrapper { width: 1240px; margin: 0 auto; position: relative; }
.pageFeed { position: fixed; bottom: 20px; right: 20px; z-index: 300; opacity: 0.7; }
.pageFeed:hover { opacity: 1; }
.notClick { pointer-events: none !important; }
.pageContainer { height: 100%; min-height: 100%; height: auto !important; }
.pageClear { height: 230px; clear: both; }

/* Кнопки и другие элементы сайта */
.button { display: inline-block; border: none; cursor: pointer; padding: 0 20px; height: 40px; line-height: 40px; font-weight: 700; color: #fff; transition: all .3s; text-decoration: none; }
.button i { font-weight: 400; margin-right: 15px; }
.button.buttonLarge { height: 60px; padding: 0 55px; font-size: 21px; line-height: 60px; text-transform: uppercase; }
.button.buttonMiddle { height: 50px; padding: 0 35px; font-size: 14px; line-height: 50px; text-transform: uppercase; }
.button.buttonBlock { display: block; width: 100%; box-sizing: border-box; text-align: center; }
.button.buttonPink { background: #dc4280; }
.button.buttonPink:hover { background: #cd1f65; }
.button.buttonPink.active { background: #cd1f65; }
.button.buttonPurple { background: #3b2b4d; }
.button.buttonPurple:hover { background: #2f223e; }
.button.buttonWhite { background: #fff; color: #000; }
.button.buttonWhite:hover { background: #eee; }
.button.buttonGreen { background: #04a849; }
.button.buttonGreen:hover { background: #129348; }

/* Шапка сайта */
.pageHeader { position: relative; }
.pageHeader .pageHeaderTopper { height: 48px; background: #3b2b4d; }
.pageHeader .pageHeaderTopper .pageHeaderMenu { float: left; }
.pageHeader .pageHeaderTopper .pageHeaderMenu ul li { float: left; text-transform: uppercase; }
.pageHeader .pageHeaderTopper .pageHeaderMenu ul li a { display: block; height: 48px; padding: 0 20px; line-height: 48px; color: #fff; text-decoration: none; transition: all .3s; position: relative; }
.pageHeader .pageHeaderTopper .pageHeaderMenu ul li a:hover { background: rgba(0,0,0,0.2); }
.pageHeader .pageHeaderTopper .pageLogin { float: right; }
.pageHeader .pageHeaderTopper .pageLogin a { height: 48px; background: #dc4280; line-height: 48px; display: block; padding: 0 20px; color: #fff; text-transform: uppercase; text-decoration: none; transition: all .3s; }
.pageHeader .pageHeaderTopper .pageLogin a:hover { background: #cd1f65; }
.pageHeader .pageHeaderTopper .pageLogin a i { margin-right: 15px; }
.pageHeader .pageHeaderContent { height: 100px; background: #fff; width: 100%; }
.pageHeader .pageHeaderContent .pageLogotype { float: left; margin: 18px 0 0 20px; width: 25%; }
.pageHeader .pageHeaderContent .pageLogotype .pageLogo { float: left; width: 89px; height: 63px; background: url('../img/logo2.png') no-repeat; }
.pageHeader .pageHeaderContent .pageLogotype .pageLogoPresent { float: left; padding: 17px 0 18px 40px; text-transform: uppercase; text-decoration: none; color: #3b2b4d; }
.pageHeader .pageHeaderContent .pageLogotype .pageLogoPresent b { display: block; clear: both; }
.pageHeader .pageHeaderContent .pageGeneral { height: 15%; margin: 1.5%; float: left; padding: 1%; border-right: 1px solid #eee; position: relative; width: 40%; }
.pageHeader .pageHeaderContent .pageGeneral a { margin-right: 5%; width: 28%; }
.pageHeader .pageHeaderContent .pageGeneral a.last { margin-right: 0; width: 187px; }
.pageHeader .pageHeaderContent .pageGeneral .pageGeneralModal { display: none; position: absolute; top: 52px; width: 34.39%; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.1); box-sizing: border-box; padding: 20px; z-index: 400; }
.pageHeader .pageHeaderContent .pageGeneral .pageGeneralModal h3 { text-align: center; font-weight: 400; color: #888; padding-bottom: 10px; }
.pageHeader .pageHeaderContent .pageGeneral .pageGeneralModal span { background: #f1f1f1; padding: 12px 0; text-align: center; color: #333; display: block; font-weight: 700; }
.pageHeader .pageHeaderContent .pageGeneral .pageGeneralModal .pageGeneralComplete { cursor: pointer; transition: all .3s; height: 40px; display: block; text-align: center; line-height: 40px; font-weight: 700; color: #fff; background: #dc4280; }
.pageHeader .pageHeaderContent .pageGeneral .pageGeneralModal .pageGeneralComplete:hover { background: #cd1f65; }
.pageHeader .pageHeaderContent .pageContacts { padding: 30px 20px 0 0; float: right; width: 26%; height: 15%; }
.pageHeader .pageHeaderContent .pageContacts span { display: block; color: #999; text-transform: uppercase; padding-bottom: 5px; }
.pageHeader .pageHeaderContent .pageContacts span b { color: #666; }
.pageHeader .pageHeaderContent .pageContacts span e { color: #000; font-size: 14px; font-weight: 700; display: inline-block; margin: 0 10px; }
.pagePhones { display: none; }

/* Контентная часть сайта */
.pageArticle { padding: 25px 0; }
.pageMenu { height: 50px; background: #dc4280; text-align: center; display: table; width: 100%; }
.pageMenu ul { display: table-row; }
.pageMenu ul li { display: table-cell; vertical-align: middle; transition: all .3s; height: 50px; font-size: 13px; font-weight: 700; text-transform: uppercase; border-right: 1px solid rgba(255,255,255,0.2); box-sizing: border-box; }
.pageMenu ul li:hover { background: #cd1f65; }
.pageMenu ul li:first-child { margin-left: 0; }
.pageMenu ul li:last-child { border-right: none; }
.pageMenu ul li a { display: block; color: #fff; text-decoration: none; padding: 16px 16px; transition: all .3s; position: relative; }
.pageSlider { height: 350px; position: relative; }
.pageSlider .pageSliderControls { position: absolute; top: 140px; left: 0; width: 100%; z-index: 500; }
.pageSlider .pageSliderControls .pageSliderPrev { transform: rotate(180deg); position: absolute; top: 14px; left: 20px; width: 50px; height: 50px; cursor: pointer; font-size: 50px; color: rgba(255,255,255,0.5); }
.pageSlider .pageSliderControls .pageSliderPrev:hover { color: #fff; }
.pageSlider .pageSliderControls .pageSliderPrev a { position: absolute; top: 0; left: 0; display: block; color: rgba(255,255,255,0.5); font-size: 50px; cursor: pointer; width: 50px; height: 50px; }
.pageSlider .pageSliderControls .pageSliderNext { position: absolute; top: 0; right: 20px; cursor: pointer; width: 50px; height: 50px; font-size: 50px; color: rgba(255,255,255,0.5); }
.pageSlider .pageSliderControls .pageSliderNext a { position: absolute; top: 0; left: 0; display: block; color: rgba(255,255,255,0.5); font-size: 50px; width: 50px; height: 50px; cursor: pointer; }
.pageSlider .pageSliderControls .pageSliderNext:hover { color: #fff; }
.pageCarousel { background: #fff; padding: 20px; overflow: hidden; }
.pageCarousel h3 { font-size: 20px; text-transform: uppercase; font-weight: 400; text-align: center; color: #666; padding-bottom: 15px; }
.pageCarousel .pageCarouselContainer { position: relative; }
.pageCarousel .pageCarouselContainer .pageCarouselControls { position: absolute; top: 0; left: 0; width: 100%; }
.pageCarousel .pageCarouselContainer .pageCarouselControls a.disabled { opacity: 0.3; cursor: default !important; }
.pageCarousel .pageCarouselContainer .pageCarouselControls .carouselPrev { position: absolute; top: 55px; left: 0; }
.pageCarousel .pageCarouselContainer .pageCarouselControls .carouselPrev a { display: block; width: 33px; height: 33px; background: url('../img/controls.png') 0 0 no-repeat; overflow: hidden; text-indent: 9999px; cursor: pointer; }
.pageCarousel .pageCarouselContainer .pageCarouselControls .carouselNext { position: absolute; top: 55px; right: 0; }
.pageCarousel .pageCarouselContainer .pageCarouselControls .carouselNext a { display: block; width: 33px; height: 33px; background: url('../img/controls.png') -33px 0 no-repeat; overflow: hidden; text-indent: 9999px; cursor: pointer; }
.pageCarousel .pageCarouselContainer .pageCarouselContent { margin: 0 60px; }
.pageCarousel .pageCarouselContainer .pageCarouselContent .pageCarouselElement { float: left; padding: 20px; box-sizing: border-box; position: relative; z-index: 100; }
.pageCarousel .pageCarouselContainer .pageCarouselContent .pageCarouselElement .carouselImage { float: left; width: 100px; }
.pageCarousel .pageCarouselContainer .pageCarouselContent .pageCarouselElement .carouselPresent { margin-left: 130px; }
.pageCarousel .pageCarouselContainer .pageCarouselContent .pageCarouselElement .carouselPresent span { font-size: 14px; font-weight: 700; text-transform: uppercase; color: #222; padding-bottom: 10px; }
.pageCarousel .pageCarouselContainer .pageCarouselContent .pageCarouselElement .carouselPresent p { color: #666; padding-bottom: 0; margin-bottom: 0; line-height: 18px; }
.pageBonuses { padding: 25px 20px; position: relative; overflow: hidden; }
.pageBonuses .pageBonus { float: left; width: 600px; height: 280px; background: #dc4280; padding: 30px; box-sizing: border-box; color: #fff; position: relative; }
.pageBonuses .pageBonus .bx-controls { position: absolute; bottom: 20px; right: 20px; z-index: 100; }
.pageBonuses .pageBonus .bx-controls .bx-pager-item { display: inline-block; margin: 0 2px; }
.pageBonuses .pageBonus .bx-controls .bx-pager-item a { width: 10px; display: block; height: 10px; background: rgba(255,255,255,0.5); border-radius: 100%; overflow: hidden; text-indent: 9999px; }
.pageBonuses .pageBonus .bx-controls .bx-pager-item a.active { background: #fff; }
.pageBonuses .pageBonus .pageBonusImage { float: left; width: 100px; }
.pageBonuses .pageBonus .pageBonusPresent { margin-left: 130px; padding-top: 5px; }
.pageBonuses .pageBonus .pageBonusPresent span { font-size: 16px; font-weight: 700; text-transform: uppercase; padding-bottom: 10px; display: block; }
.pageBonuses .pageBonus .pageBonusPresent p { font-size: 14px; line-height: 21px; }
.pageBonuses .pageBonus .pageBonusPresent a { margin-top: 10px; }
.pageBonuses .pageIssues { float: right; width: 570px; height: 280px; position: relative; }
.pageBonuses .pageIssues .pageIssuesRow { width: 100%; height: 140px; }
.pageBonuses .pageIssues .pageIssuesRow .pageIssuesCol { width: 50%; height: 140px; float: left; padding: 30px; box-sizing: border-box; }
.pageBonuses .pageIssues .pageIssuesRow .pageIssuesCol.white { background: #fff; }
.pageBonuses .pageIssues .pageIssuesRow .pageIssuesCol .pageIssueImage { float: left; width: 50px; }
.pageBonuses .pageIssues .pageIssuesRow .pageIssuesCol .pageIssuePresent { margin-left: 70px; }
.pageBonuses .pageIssues .pageIssuesRow .pageIssuesCol .pageIssuePresent span { font-size: 13px; text-transform: uppercase; color: #433848; font-weight: 700; }
.pageComments { background: #eeebee; padding: 30px 40px; }
.pageComments h3 { font-size: 20px; text-transform: uppercase; text-align: center; color: #666; padding-bottom: 30px; }
.pageCommentsBlocks { position: relative; -webkit-column-width: 340px; -webkit-column-gap: 40px; -moz-column-width: 340px; -moz-column-gap: 40px; }
.pageCommentsBlocks .pageCommentsBLock { width: 100%; vertical-align: top; }
.pageCommentsBlocks .pageCommentsBLock .pageCommentsImage { float: left; width: 101px; }
.pageCommentsBlocks .pageCommentsBLock .pageCommentsPresent { margin-left: 116px; font-size: 14px; color: #666; line-height: 21px; height: 210px;}
.pageCommentsBlocks .pageCommentsBLock .pageCommentsInfo { display: block; clear: both; padding-top: 25px; text-align: center; margin-top: 25px; width: 100%; border-top: 1px solid rgba(0,0,0,0.1); color: #666; line-height: 21px; font-size: 14px; font-style: italic; }
.pagePartners { background: #fff; padding: 25px 0; text-align: center; }
.pagePartners a { margin: 0 10px; }
.pagePartners.inside { border-top: 3px solid #ddd; }
.pageDefault { background: #fff; position: relative; }
.pageBackground { height: 240px; position: relative; padding: 25px 60px; box-sizing: border-box; }
.pageBackground h1 { font-size: 30px; color: #fff; text-transform: uppercase; }
.pageBackground h2 { font-size: 16px; color: #fff; font-weight: 400; text-transform: uppercase; padding-bottom: 20px; }
.pageBackground p { font-size: 16px; color: #fff; line-height: 22px; padding-right: 400px; }
.pageBackground .pageBackgroundBlock { position: absolute; top: 0; right: 0; width: 400px; height: 100%; background: rgba(255,255,255,0.2); text-align: center; }
.pageBackground .pageBackgroundBlock h3 { font-size: 22px; font-weight: 400; color: #fff; padding: 40px 0; text-align: center; }
.pageBackground .pageBackgroundBlock h3 e { font-size: 26px; font-weight: 700; text-transform: uppercase; }
.pageBlock { padding: 25px 60px; }
.smallBlocks { position: relative; -webkit-column-width: 340px; -webkit-column-gap: 25px; -moz-column-width: 340px; -moz-column-gap: 25px; }
.smallBlocks .smallBlocksItem { width: 100%; vertical-align: top; text-align: center; padding: 5px 15px; border: 1px solid #f1f1f1; box-sizing: border-box; max-width: 350px;}
.smallBlocks.contacts .smallBlocksItem { width: 100%; vertical-align: top; text-align: center; padding: 15px; border: none; box-sizing: border-box; }
.smallBlocks .smallBlocksItem .smallBlocksImage { display: block; padding-bottom: 10px; font-size: 64px; }
.smallBlocks .smallBlocksItem .smallBlocksImage.blue { color: #045ea8; }
.smallBlocks .smallBlocksItem .smallBlocksImage.green { color: #04a849; }
.smallBlocks .smallBlocksItem .smallBlocksImage.pink { color: #8704a8; }
.smallBlocks .smallBlocksItem .smallBlocksPresent h3 { font-size: 15px; }
.smallBlocks.contacts .smallBlocksItem .smallBlocksPresent h3 { font-size: 15px; font-weight: 400; padding-bottom: 10px; }
.smallBlocks .smallBlocksItem .smallBlocksPresent p { font-size: 13px; line-height: 20px; color: #777; }
.smallBlocks .smallBlocksItem .smallBlocksPresent p.smallContacts { font-size: 20px; padding-bottom: 0; margin-bottom: 0; }
.smallBlocks .smallBlocksItem .smallBlocksPresent p.smallContacts a { border: 2px solid #dc4280; padding: 10px 20px; text-decoration: none; }
.pageContactsAnnotation { padding-top: 25px; position: relative; margin-top: 25px; border-top: 1px solid #eee; }
.pageContactsAnnotation p { padding: 0 240px 0 60px; font-size: 13px; line-height: 20px; }
.pageContactsAnnotation i { font-size: 40px; color: #ddd; position: absolute; top: 31px; left: 0; }
.pageContactsAnnotation a { position: absolute; top: 31px; right: 0; }
.pageServerContainer { overflow: hidden; width: 100%; padding: 25px 60px 25px 60px; box-sizing: border-box; background: url('../img/im10.jpg') no-repeat; background-size: cover !important; }
.pageServerTable { float: left; width: 50%; font-size: 13px; box-shadow: 0 0 20px rgba(0,0,0,0.2); }
.pageServerTable .pageServerRow { overflow: hidden; width: 100%; padding: 11px 40px; box-sizing: border-box; background: rgba(255,255,255,0.9); }
.pageServerTable .pageServerRow.pink { background: #dc4280 !important; color: #fff; }
.pageServerTable .pageServerRow .pageServerCol { float: left; width: 50%; }
.pageServerTable .pageServerRow .pageServerCol:last-child { text-align: right; }
.pageServerTable .pageServerPrice { display: inline-block; width: 100%; padding: 11px 40px; box-sizing: border-box; background: rgba(255,255,255,1); }
.pageServerTable .pageServerRow:nth-child(even) { background: rgba(255,255,255,0.8); }
.pageServerTable .pageServerTitle { background: #3b2b4d; text-align: center; padding: 11px 0; color: #fff; box-sizing: border-box; box-shadow: 0 0 20px rgba(0,0,0,0.2); }
.pageServerTable .pageServerTitle.pink { background: #dc4280; }
.pageServerTable .pageServerRightPrice { font-size: 16px; text-align: center; height: 40px; padding: 0 20px; line-height: 40px; background: #f1f1f1; float: left; font-weight: 700; }
.pageServerTable .pageServerRightBuy { float: right; }
.pageServerAttention { padding: 25px 60px; width: 100%; overflow: hidden; background: #f9f9f9; box-sizing: border-box; }
.pageServerAttention .pageServerAttentionLeft h3 { font-size: 30px; font-weight: 400; color: #000; text-align: center; padding-bottom: 20px; }
.pageServerAttention .pageServerAttentionRight h4 { font-size: 30px; font-weight: 400; color: #000; text-align: center; padding-bottom: 20px; }
.pageServerAttention .pageServerAttentionLeft { float: left; width: 700px; }
.pageServerAttention .pageServerAttentionRight { float: left; width: 400px; }
.pageServerAttention .pageServerAttentionRight .pageServerTable { width: 100%; }
.pageServerAttention .pageServerAttentionRight .pageServerTable .pageServerRow:nth-child(even) { background: #f1f1f1; }
.pageServerAttention .pageServerAttentionLeft ul li { font-size: 13px; padding: 11px 0 10px 35px; position: relative; }
.pageServerAttention .pageServerAttentionLeft ul li i { font-size: 24px; position: absolute; top: 50%; margin-top: -16px; left: 0; color: #dc4280; }
.pageContactsBlock { padding: 25px 60px; background: url('../img/im11.jpg') no-repeat; background-size: cover !important; overflow: hidden; }
.pageContactsBlock .pageContactsElement { float: left; width: 50%; text-align: center; }
.pageContactsBlock .pageContactsElement span { font-size: 18px; display: block; padding-bottom: 10px; }
.pageContactsBlock .pageContactsElement h3 { font-size: 30px; }
.pageContactsBlock .pageContactsElement h3 i { font-weight: 400; margin-right: 20px; }
.pageContactsBlock .pageContactsElement p { padding-bottom: 0; margin-bottom: 0; }
.pageContactsMap { overflow: hidden; background: #f9f9f9; text-align: center; padding: 25px 60px; }
.pageContactsMap h2 { font-size: 30px; font-weight: 400; padding-bottom: 10px; }
.pageContactsMap h3 { font-size: 18px; font-weight: 400; padding-bottom: 25px; }
.pageVDS { position: relative; overflow: hidden; }
.pageVDS .pageVDSTitle { padding: 25px 60px; z-index: 100; color: #fff; font-size: 30px; position: relative; }
.pageVDS .pageVDSTitle small { font-weight: 400; }
.pageVDS .pageVDSBackground { height: 434px; position: absolute; top: 0; left: 0; width: 100%; background-size: cover !important; }
.pageVDS .pageVDSIssues { position: relative; padding: 10px 60px 0 60px; display: inline-block; width: 100%; box-sizing: border-box; }
.pageVDS .pageVDSIssues .pageVDSBlock { float: left; width: 20%; box-shadow: 0 0 10px rgba(0,0,0,0.15); }
.pageVDS .pageVDSIssues .pageVDSBlock.top { box-shadow: 0 0 20px rgba(0,0,0,0.35); position: relative; z-index: 100; }
.pageVDS .pageVDSIssues .pageVDSBlock .vdsTitle { background: #3b2b4d; text-align: center; padding: 20px 0; color: #fff; font-size: 14px; height: 80px; box-sizing: border-box; }
.pageVDS .pageVDSIssues .pageVDSBlock .vdsTitle h3 { position: relative; top: 5px; }
.pageVDS .pageVDSIssues .pageVDSBlock .vdsTitle .vdsPrice { display: inline-block; padding: 8px 20px; background: rgba(255,255,255,0.9); color: #000; font-weight: 700; position: relative; top: 20px; }
.pageVDS .pageVDSIssues .pageVDSBlock.top .vdsTitle .vdsPrice { position: relative; top: 30px; background: rgba(255,255,255,0.9); color: #000; }
.pageVDS .pageVDSIssues .pageVDSBlock.top .vdsTitle h3 { position: relative; top: 10px; font-size: 18px; }
.pageVDS .pageVDSIssues .pageVDSBlock.top .vdsTitle { background: #dc4280; text-align: center; padding: 30px 0; color: #fff; height: 100px; box-sizing: border-box; margin-top: -20px; }
.pageVDS .pageVDSIssues .pageVDSBlock .vdsRow { background: rgba(255,255,255,0.9); padding: 20px 0; display: inline-table; width: 100%; }
.pageVDS .pageVDSIssues .pageVDSBlock .vdsRow.pink { background: #dc4280 !important; color: #fff; }
.pageVDS .pageVDSIssues .pageVDSBlock .vdsRow.button { background: rgba(255,255,255,0.9) !important; text-align: center; padding: 15px; box-sizing: border-box; height: 70px; }
.pageVDS .pageVDSIssues .pageVDSBlock .vdsRow.button a { font-size: 14px; }
.pageVDS .pageVDSIssues .pageVDSBlock .vdsRow:nth-child(even) { background: rgba(255,255,255,0.8); }
.pageVDS .pageVDSIssues .pageVDSBlock .vdsRow .vdsCol { float: left; width: 40%; padding: 0 0 0 15px; box-sizing: border-box; font-size: 13px; }
.pageVDS .pageVDSIssues .pageVDSBlock .vdsRow .vdsCol:last-child { text-align: right; font-weight: 700; width: 60%; padding: 0 15px 0 0; }
.pageVDSAbout { overflow: hidden; background-size: cover !important; background: url('../img/im3.jpg') no-repeat; padding: 25px 60px; box-sizing: border-box; }
.pageVDSAbout h3 { font-size: 30px; font-weight: 400; color: #000; text-align: center; padding-bottom: 20px; }
.pageVDSAbout ul { float: left; width: 490px; }
.pageVDSAbout ul li { font-size: 14px; padding: 6px 0; font-weight: 700; }
.pageVDSAbout ul li i { font-size: 24px; margin-right: 20px; position: relative; top: 4px; font-weight: 400; color: #09be6f; }
.pageVDSAbout .pageVDSAboutImage { float: right; }
.pageVDSWho { background-size: cover !important; background: url('../img/im4.jpg') no-repeat; padding: 20px 60px 25px 60px; box-sizing: border-box; }
.pageVDSWho .pageVDSWhoIcon { text-align: center; font-size: 64px; color: #09be6f; }
.pageVDSWho .pageVDSWhoTitle { font-size: 30px; text-align: center; padding-bottom: 20px; color: #fff; }
.pageVDSWho ul li { font-size: 14px; padding: 4px 0; color: #fff; }
.pageVDSWho ul li i { font-size: 24px; margin-right: 20px; position: relative; top: 4px; font-weight: 400; color: #fff; }
.pageBlockTitle { font-size: 30px; font-weight: 400; color: #000; text-align: center; padding-bottom: 25px; }
.pageVDSServices { position: relative; }
.pageVDSServices ul { -webkit-column-width: 460px; -webkit-column-gap: 25px; -moz-column-width: 460px; -moz-column-gap: 25px; }
.pageVDSServices ul li { background: #f9f9f9; padding: 40px; height: 254px; width: 100%; display: inline-block; vertical-align: top; box-sizing: border-box; margin-bottom: 25px; }
.pageVDSServices ul li h3 { font-size: 16px; }
.pageVDSServices ul li p { font-size: 14px; line-height: 20px; color: #777; }
.pageVDSServices ul li p:last-child { margin-bottom: 0; padding-bottom: 0; }
.pageVDSServices ul li:last-child { margin-bottom: 0; }
.pageVDSServices ul li:nth-child(2) { margin-bottom: 0; }
.pageSubtitle { position: relative; z-index: 100; font-size: 14px; width: 600px; color: #fff; line-height: 21px; padding-left: 60px; position: relative; top: -10px; }
.pageDedicated { position: relative; width: 100%; display: inline-block; padding: 0 60px 0 60px; box-sizing: border-box; }
.pageDedicatedTable { width: 100%; border-spacing: 0; border-collapse: separate; box-shadow: 0 0 20px rgba(0,0,0,0.1); background: #fff; }
.pageDedicatedTable tr { background: #fff; border-bottom: 1px solid #eee; }
.pageDedicatedTable tr.first { background: #dc4280 !important; }
.pageDedicatedTable tr.first td { font-size: 15px; color: #fff; font-weight: 700; }
.pageDedicatedTable tr:nth-child(even) { background: #f1f1f1; }
.pageDedicatedTable td { padding: 10px 15px; font-size: 13px; text-align: center; border-right: 1px solid rgba(255,255,255,0.3); position: relative; }
.pageDedicatedTable.pageDomains td { padding: 10px 15px; }
.pageDedicatedTable td:last-child { border-right: none; }
.pageDedicatedTableBonus { position: absolute; top: 10px; left: 0; padding: 10px 20px; font-weight: 700; font-size: 14px; text-transform: uppercase; z-index: 100; background: #09be6f; color: #fff; }
.pageDedicatedText { font-size: 1.2em; line-height: 20px; }
.pageDedicatedText i { margin-right: 10px; }
.pageDedicatedIssues { background: url('../img/im6.jpg') no-repeat; background-size: cover !important; padding: 25px 0; }
.pageDedicatedIssues h3 { font-size: 30px; font-weight: 400; color: #000; text-align: center; padding-bottom: 20px; }
.pageDedicatedIssues ul { width: 720px; margin: 0 auto; }
.pageDedicatedIssues ul li { font-size: 14px; padding: 6px 0; font-weight: 700; }
.pageDedicatedIssues ul li i { font-size: 24px; margin-right: 20px; position: relative; top: 4px; font-weight: 400; color: #09be6f; }
.pageDedicatedIssuesButton { text-align: center; margin-bottom: 25px; }
.pageStock { position: relative; background: #fff; overflow: hidden; padding: 0 60px 25px 60px; box-sizing: border-box; }
.pageStock .pageStockTitle { padding: 25px 0; z-index: 100; color: #000; font-size: 30px; position: relative; border-bottom: 2px solid #f1f1f1; margin-bottom: 25px; }
.pageStock .pageStockElement { border: 2px solid #dc4280; padding: 25px; margin-bottom: 25px; overflow: hidden; position: relative; }
.pageStock .pageStockElement .pageStockImage { float: left; width: 170px; overflow: hidden; margin-right: 25px; text-align: center; }
.pageStock .pageStockElement .pageStockPresent { overflow: hidden; font-size: 14px; line-height: 22px; }
.pageStock .pageStockElement .pageStockPresent .pageStockTitleElement { font-size: 16px; padding-bottom: 10px; }
.pageStock .pageStockElement .pageStockPresent p:last-child { margin-bottom: 0; padding-bottom: 0; }
.pageStock .pageStockElement .pageStockPresent p { font-size: 13px; }
.pageStock .pageStockElement .pageStockPresent small { font-style: italic; color: #888; }
.pageStock .pageStockElement .pageStockPresent .pageStockClock { display: block; position: absolute; top: 18px; right: 18px; }
.pageStock .pageStockElement .pageStockPresent .pageStockClock .pageStockClockTitle { float: left; height: 40px; line-height: 40px; font-weight: 700; padding: 0 20px; background: #f1f1f1; }
.pageStock .pageStockElement .pageStockPresent .pageStockClock .pageStockClockBody { float: left; height: 40px; padding: 0 20px; background: #dc4280; line-height: 40px; color: #fff; font-weight: 700; }
.pageStatic { font-size: 14px; color: #444; line-height: 20px; }
.pageStatic h3 { margin-bottom: 15px; padding-left: 15px; border-left: 3px solid #eee; }
.pageStaticImages { /** -webkit-column-width: 360px; -webkit-column-gap: 20px; -moz-column-width: 360px; -moz-column-gap: 20px; **/ margin-top: 30px; width: 1040px; margin-left: auto; margin-right: auto; }
.pageStaticImages a { display: inline-block; vertical-align: top; margin-bottom: 20px; padding: 10px; box-sizing: border-box; border: 1px solid #f1f1f1; }
.pageStaticImages a:nth-child(2n) { margin-left: 25px; }
.pageStaticImages a img { max-width: 100%; }
.pageVirtualTable { position: relative; width: 100%; font-size: 14px; border-spacing: 0px; border-collapse: separate; }
.pageVirtualTable tr { background: rgba(255,255,255,0.9); }
.pageVirtualTable tr:nth-child(odd) { background: rgba(255,255,255,1); }
.pageVirtualTable tr td { padding: 0; text-align: center; box-shadow: 0 0 10px rgba(0,0,0,0.15); border-bottom: 1px solid rgba(0,0,0,0.1); box-sizing: border-box; }
.pageVirtualTable tr.buttons { background: rgba(255,255,255,0.9); }
.pageVirtualTable tr.pageVirtualHeader { background: rgba(255,255,255,0.9); }
.pageVirtualTable tr.buttons td { border-bottom: none; }
.pageVirtualTable tr.buttons td.gray { padding: 0; }
.pageVirtualTable tr td.title { font-size: 16px;  }
.pageVirtualTable tr td.wide { width: 230px; }
.pageVirtualTable tr td.gray { padding: 15px 20px; font-weight: 700; text-align: left; }
.pageVirtualTable tr td .pinkColor { font-weight: 700; color: #dc4280; }
.pageVirtualTable .pageVirtualName { padding: 15px; text-align: center; color: #000; background: rgba(255,255,255,0.5) !important; width: 223px; box-sizing: border-box; position: relative; z-index: 300; }
.pageVirtualTable .pageVirtualName h3 { font-size: 15px; }
.pageVirtualTable .pageVirtualName .pageVirtualPrice { background: #fff; border: 1px solid #ddd; padding: 5px 10px; display: inline-block; font-weight: 700; color: #000; margin-top: 10px; }
.pageVirtualWindow { display: none; position: absolute; top: 129px; left: 0; width: 100%; background: #fff; z-index: 200; padding: 61px 20px 20px 20px; box-sizing: border-box; text-align: left; box-shadow: 0 0 20px rgba(0,0,0,0.1); }
.pageVirtualWindow .pageVirtualClose { position: absolute; top: 17px; right: 20px; font-size: 21px; cursor: pointer; }
.pageVirtualWindow h3 { position: absolute; top: 20px; left: 20px; }
.pageVirtualWindow h3 i { font-weight: 400; margin-right: 15px; }
.pageVirtualWindow .blockInformation { width: 280px; float: left; box-sizing: border-box; background: #f9f9f9; }
.pageVirtualWindow .blockInformation span { display: block; width: 100%; padding: 12px 20px; border-bottom: 1px solid #eee; font-weight: 700; box-sizing: border-box; }
.pageVirtualWindow .blockInformation span e { float: right; font-weight: 400; }
.pageVirtualWindow .blockChars { width: 600px; float: left; padding: 0 20px; box-sizing: border-box; }
.pageVirtualWindow .blockChars ul { float: left; width: 48%; }
.pageVirtualWindow .blockChars ul:last-child { float: right; }
.pageVirtualWindow .blockChars ul li { padding: 12px 15px; border-bottom: 1px solid #eee; }
.pageVirtualWindow .blockChars ul li:last-child { border-bottom: none; }
.pageVirtualWindow .blockChars ul li i { margin-right: 15px; color: #09be6f; }
.pageVirtualWindow .blockPrice { width: 200px; float: left; box-sizing: border-box; background: #f9f9f9; }
.pageVirtualWindow .blockPrice h3 { display: block; width: 100%; padding: 12px 20px; border-bottom: 1px solid #eee; font-weight: 700; box-sizing: border-box; font-size: 14px; color: #555; }
.pageVirtualWindow .blockPrice span { display: block; width: 100%; padding: 12px 20px; border-bottom: 1px solid #eee; font-weight: 700; box-sizing: border-box; }
.pageVirtualWindow .blockPrice span e { float: right; font-weight: 400; }
.pageVirtualWindow .blockPrice a { height: 43px; line-height: 43px; }
.pageVirtualBonuses { padding: 25px 0; background: #3b2b4d; text-align: center; }
.pageVirtualBonuses h3 { font-size: 20px; padding-bottom: 15px; color: #fff; }
.pageVirtualBonuses h3 small { font-weight: 400; font-size: 15px; }
.pageVirtualBonuses ul li { display: inline-block; color: #fff; font-size: 13px; margin: 0 10px; }
.pageVirtualBonuses ul li i { margin-right: 10px; color: #09be6f; }
.pageVirtualTest { padding: 25px 0; text-align: center; background: #f9f9f9; }
.pageVirtualTest h3 { font-size: 20px; padding-bottom: 20px; height: 30px; overflow: hidden; }
.pageVirtualAbout { overflow: hidden; background-size: cover !important; background: url('../img/im9.jpg') no-repeat; padding: 25px 60px; box-sizing: border-box; }
.pageVirtualAbout h3 { font-size: 30px; font-weight: 400; color: #000; text-align: center; padding-bottom: 25px; }
.pageVirtualAbout ul { float: left; width: 760px; padding-top: 10px; }
.pageVirtualAbout ul li { font-size: 14px; padding: 10px 0; }
.pageVirtualAbout ul li i { font-size: 24px; margin-right: 20px; position: relative; top: 4px; font-weight: 400; color: #09be6f; }
.pageVirtualAbout .pageVDSAboutImage { float: right; }
.pageBlockConfiguration { text-align: center; margin-bottom: 5px; padding: 5px 25px; border: 1px solid #f1f1f1; }
.pageBlockConfiguration ul li { display: inline-block; text-align: left; font-size: 14px; margin: 25px; }
.pageBlockConfiguration ul li .pageBlockConfigurationImage { float: left; }
.pageBlockConfiguration ul li .pageBlockConfigurationPresent { margin-left: 75px; color: #444; padding-top: 6px; }
.pageBlockConfiguration ul li .pageBlockConfigurationPresent h3 { padding-bottom: 4px; }
.pageBlockInstall { text-align: center; font-size: 14px; line-height: 20px; }
.pageBlockInstall span { font-weight: 700; font-size: 13px; }
.pageBlockInstall ul { display: inline-block; margin: 20px 0 0 0; text-align: left; }
.pageBlockInstall ul li { padding: 12px 0; float: left; width: 20%; }
.pageBlockInstall ul li i { margin-right: 15px; font-size: 22px; color: #09be6f; }
.pagePartnersView { padding: 25px 60px; position: relative; text-align: left; overflow: hidden; }
.pagePartnersView h3 { font-size: 24px; color: #000; padding-bottom: 25px; font-weight: 400; }
.pagePartnersView ul li { float: left; width: 50%; }
.pagePartnersView ul li .pagePartnersLeft { float: left; width: 170px; text-align: center; font-size: 30px; height: 186px; line-height: 186px; border: 2px solid #f1f1f1; color: #dc4280; }
.pagePartnersView ul li .pagePartnersRight { margin-left: 200px; font-size: 13px; line-height: 20px; padding-right: 40px; }
.pagePartnersView ul li .pagePartnersRight b { font-size: 14px; }
.pagePartnersViewWhy { padding: 25px 60px 0 60px; position: relative; overflow: hidden; background: #f1f1f1; }
.pagePartnersViewWhy h3 { font-size: 24px; color: #000; padding-bottom: 25px; font-weight: 400; }
.pagePartnersViewWhy ul { -webkit-column-width: 450px; -webkit-column-gap: 25px; -moz-column-width: 450px; -moz-column-gap: 25px;  }
.pagePartnersViewWhy ul li { width: 100%; border: 2px dashed rgba(0,0,0,0.2); box-sizing: border-box; text-align: center; padding: 25px; font-size: 14px; margin-bottom: 25px; }
.pagePartnersViewRegister { padding: 25px 60px 15px 60px; position: relative; overflow: hidden; background: url('../img/im12.jpg') no-repeat; background-size: cover !important; }
.pagePartnersViewRegister h3 { font-size: 24px; color: #fff; padding-bottom: 25px; font-weight: 400; }
.pagePartnersViewRegister ul { -webkit-column-width: 450px; -webkit-column-gap: 25px; -moz-column-width: 450px; -moz-column-gap: 25px;  }
.pagePartnersViewRegister ul li { width: 100%; box-sizing: border-box; padding: 25px; font-size: 14px; text-align: left; background: rgba(255,255,255,0.9); }
.pagePartnersViewRegister ul li span { display: block; font-size: 15px; padding-bottom: 10px; font-weight: 700; }
.pagePartnersViewRegister p { text-align: center; font-size: 13px; color: #fff; padding-top: 20px; }
.pagePartnersViewTable { padding: 25px 60px 25px 60px; position: relative; overflow: hidden; background: #fff; }
.pagePartnersViewTable h3 { font-size: 24px; color: #000; padding-bottom: 25px; font-weight: 400; }
.pagePartnersViewTable p { font-size: 13px; color: #444; padding-top: 0; margin-top: 0; padding-bottom: 25px; margin-bottom: 0; }

/* Футер сайта (подвал) */
.pageFooter { position: relative; height: 230px; margin-top: -230px; }
.pageFooter .pageFooterLeft { float: left; width: 800px; }
.pageFooter .pageFooterRight { float: right; width: 440px; padding-left: 10px; box-sizing: border-box; }
.pageFooter .pageFooterRight ul { float: left; padding-top: 20px; height: 150px; box-sizing: border-box; margin-left: 35px; padding-left: 35px; border-left: 1px solid #eee; }
.pageFooter .pageFooterRight ul:first-child { margin-left: 0; }
.pageFooter .pageFooterRight ul li { position: relative; }
.pageFooter .pageFooterRight ul li i { margin-right: 10px; font-weight: 400; }
.pageFooter .pageFooterRight ul li a { display: block; padding: 5px 0; font-weight: 700; font-size: 13px; text-decoration: none; transition: all .3s; }
.pageFooter .pageFooterRight ul li a:hover { color: #000; }
.pageFooter .pageFooterTopper { height: 150px; background: #fff; }
.pageFooter .pageFooterTopper .pageFooterPeople { padding: 25px 0px 20px 20px; float: left; }
.pageFooter .pageFooterTopper .pageFooterPays { padding: 5px 0 0 20px; float: left; }
.pageFooter .pageFooterTopper .pageFooterPays img { margin-right: 13px; -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all .3s; }
.pageFooter .pageFooterTopper .pageFooterPays img:hover { -webkit-filter: grayscale(0); filter: grayscale(0); }
.pageFooter .pageFooterTopper .pageFooterPays span { font-size: 14px; font-weight: 700; vertical-align: middle; padding-right: 20px; display: inline-block; line-height: 40px; height: 40px; }
.pageFooter .pageFooterTopper .pageFooterPeople span { font-size: 14px; font-weight: 700; line-height: 8px; padding: 12px 21px; display: inline-block; background: #f9f9f9; height: 40px; box-sizing: border-box; }
.pageFooter .pageFooterTopper .pageFooterPeople span i { font-weight: 400; font-size: 24px; position: relative; top: 3px; margin-right: 15px; color: #dc4280; }
.pageFooter .pageFooterTopper .pageFooterPeople span e { font-size: 24px; color: #dc4280; width: 74px; display: inline-block; text-align: center; position: relative; top: 3px; margin-right: 10px; }
.pageFooter .pageFooterTopper .pageFooterPeople a { margin-left: -6px; position: relative; top: -1px; }
.pageFooter .pageFooterContent { height: 80px; background: #3b2b4d; }
.pageFooter .pageFooterContent .pageCopyrights { float: left; margin-top: 20px; }
.pageFooter .pageFooterContent .pageStudio { float: right; margin-top: 20px; }
.pageFooter .pageFooterContent .pageCopyrights .footerLogo { display: block; width: 58px; height: 41px; background: url('../img/logoSmall.png') no-repeat; float: left; }
.pageFooter .pageFooterContent .pageCopyrights .footerText { float: left; color: #fff; padding: 3px 0 0 20px; line-height: 18px; }
.pageFooter .pageFooterContent .pageStudio a { float: left; color: rgba(255,255,255,0.8); padding: 3px 0 0 20px; line-height: 18px; text-align: right; text-decoration: none; }
.pageFooter .pageFooterContent .pageStudio a b { color: #fff; }

/* Стилизированный список */
.selectric-wrapper { position: relative; cursor: pointer; }
.selectric-responsive { width: 100%; }
.selectric { border: 1px solid #DDD; background: #F8F8F8; position: relative; }
.selectIcon { margin-right: 15px; }
.selectric .label { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0 38px 0 20px; font-size: 14px; line-height: 40px; color: #444; height: 40px; }
.selectric .button { display: block; padding: 0; position: absolute; right: 0; top: 0; width: 38px; height: 38px; color: #BBB; text-align: center; font: 0/0 a; }
.selectric .button:after { content: " "; position: absolute; top: 1px; right: 0; bottom: 0; left: 0; margin: auto; width: 9px; height: 14px; background: url('../img/arrow.gif') no-repeat; }
.selectric-hover .selectric { border-color: #C4C4C4; }
.selectric-hover .selectric .button { color: #A2A2A2; }
.selectric-hover .selectric .button:after { border-top-color: #A2A2A2; }
.selectric-open { z-index: 9999; }
.selectric-open .selectric { border-color: #C4C4C4; }
.selectric-open .selectric-items { display: block; }
.selectric-disabled { filter: alpha(opacity=50); opacity: 0.5; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.selectric-hide-select { position: relative; overflow: hidden; width: 0; height: 0; }
.selectric-hide-select select { position: absolute; left: -100%; display: none; }
.selectric-input { position: absolute !important; top: 0 !important; left: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; margin: 0 !important; padding: 0 !important; width: 1px !important; height: 1px !important; outline: none !important; border: none !important; *font: 0/0 a !important; background: none !important; }
.selectric-temp-show { position: absolute !important; visibility: hidden !important; display: block !important; }
.selectric-items { display: none; position: absolute; top: 100%; left: 0; background: #F8F8F8; border: 1px solid #C4C4C4; z-index: -1; box-shadow: 0 0 10px -6px; }
.selectric-items .selectric-scroll { height: 100%; overflow: auto; }
.selectric-above .selectric-items { top: auto; bottom: 100%; }
.selectric-items ul, .selectric-items li { list-style: none; padding: 0; margin: 0; font-size: 14px; line-height: 20px; min-height: 20px; }
.selectric-items li { display: block; padding: 10px 20px; border-top: 1px solid #FFF; border-bottom: 1px solid #EEE; color: #666; cursor: pointer; }
.selectric-items li.selected { background: #EFEFEF; color: #444; }
.selectric-items li:hover { background: #F0F0F0; color: #444; }
.selectric-items .disabled { filter: alpha(opacity=50); opacity: 0.5; cursor: default !important; background: none !important; color: #666 !important; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.selectric-items .selectric-group .selectric-group-label { font-weight: 700; padding-left: 10px; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background: none; color: #444; }
.selectric-items .selectric-group.disabled li { filter: alpha(opacity=100); opacity: 1; }
.selectric-items .selectric-group li { padding-left: 25px; }

/* Форма входа в биллинг */
.pagePopup { display: none; width: 400px; height: 310px; margin: -155px 0 0 -200px; z-index: 999; padding: 30px 40px; box-sizing: border-box; background: #fff; box-shadow: 0 0 50px rgba(0,0,0,0.5); position: fixed; top: 50%; left: 50%; }
.pagePopup::after { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.7); content: ''; }
.pagePopup form { position: relative; z-index: 999; }
.pagePopup h3 { font-size: 16px; text-transform: uppercase; padding-bottom: 20px; color: #000; }
.pagePopup label { margin-bottom: 20px; display: inline-block; width: 100%; }
.pagePopup label span { display: block; padding-bottom: 7px; font-size: 13px; }
.pagePopup label input { height: 40px; border: 1px solid #ddd; box-sizing: border-box; padding: 0 10px; line-height: 40px; background: #fff; width: 100%; }
.pagePopup .pagePopupClose { font-size: 22px; color: #000; position: absolute; top: -10px; cursor: pointer; right: -20px; }

@media all {
    html, body { font-size: 11px; min-width: 1240px; position: relative; }
}

.berrors { text-align: center; background: #fff; padding: 25px 60px; font-size: 13px; line-height: 20px; }
.berrors span { font-size: 160px; color: #dc4280; display: block; padding: 50px 0; line-height: normal; }

.ftp-container {
    font-size: 16px;
}

.ftp-container * {
    font-family: PT Sans !important;
    box-sizing: border-box;
    line-height: 1.4;
}

.ftp-container > *:after, .ftp-container > *:before {
    content: '';
    clear: both;
    display: block;
    height: 1px;
}

.ftp-main {
    background: url(/templates/Zomro/img/ftp-main-bg.jpg);
    color: #fff;
    padding-bottom: 18px;
    background-size: cover;
}

.ftp-main-title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 25px 60px 0;
}

.ftp-main-subtitle {
    text-transform: uppercase;
    margin-left: 60px;
    margin-top: 5px;
}

.ftp-main-shield {
    background: url(/templates/Zomro/img/ftp-main-shield.png) no-repeat 0 50%;
    padding-left: 40px;
    margin-top: 100px;
    font-weight: bold;
    margin-left: 60px;
}

.ftp-main-text {
    margin-left: 60px;
    margin-top: 28px;
    width: 730px;
    float: left;
}

.ftp-main-price {
    float: right;
    background: #dc4280;
    display: table;
    margin-right: 60px;
    margin-top: 32px;
}

.ftp-main-price:hover {
    background: #cd1f65;
}

.ftp-main-price-cell {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    text-align: center;
}

.ftp-main-price-cell:last-child {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    width: 225px;
}

.ftp-main-price-cell:first-child {
    width: 127px;
    padding-top: 1px;
    background: #9636aa;
    position: relative;
}

.ftp-main-price:hover .ftp-main-price-cell:first-child {
    background: #842e96;
}

.ftp-main-price-cell .value {
    display: inline-block;
    font-size: 27px;
    margin-top: -2px;
    vertical-align: middle;
    font-family: Montserrat !important;
    margin-left: -10px;
    margin-right: 3px;
}

.ftp-main-price-cell:first-child:after {
    content: '';
    width: 0;
    height: 0;
    border-right: 17px solid #dc4280;
    border-bottom: 25px solid rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    right: 0;
}

.ftp-main-price-cell:first-child:before {
    content: '';
    width: 0;
    height: 0;
    border-right: 17px solid #dc4280;
    border-top: 25px solid rgba(255, 255, 255, 0);
    position: absolute;
    bottom: 0;
    right: 0;
}
.ftp-main-price:hover .ftp-main-price-cell:first-child:after {
    border-right: 17px solid #cd1f65;
}

.ftp-main-price:hover .ftp-main-price-cell:first-child:before {
    border-right: 17px solid #cd1f65;
}

.ftp-tariff-title {
    text-align: center;
    font-size: 30px;
    margin-top: 27px;
    margin-bottom: 40px;
}

.ftp-tariff-item {
    float: left;
    text-align: center;
    padding: 10px;
    background: #fbfafb;
    box-shadow: 0 0 0 10px #fbfafb inset, 0 0 0 11px #ddd inset, 0 -2px 0 #3b2b4d;
    margin-right: 4px;
    width: 182px;
    height: 219px;
}

.ftp-tariff-title + div {
    padding-left: 63px;
}

.ftp-tariff-image {
    margin-top: 15px;
    margin-bottom: 10px;
}

.ftp-tariff-item.ftp-tariff-hit .ftp-tariff-image {
    margin-top: 40px;
}

.ftp-tariff-caption span {
    font-size: 30px;
    display: inline-block;
    font-family: Montserrat !important;
    min-width: 40px;
    margin-right: 2px;
    font-weight: normal;
}

.ftp-tariff-caption {
    color: #dc4280;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    min-width: 80px;
    font-weight: bold;
}

.ftp-tariff-month {
    margin-top: 6px;
    margin-bottom: 13px;
}

.ftp-tariff-item.ftp-tariff-hit .ftp-tariff-month {
    margin-bottom: 18px;
}

a.ftp-tariff-order {
    display: block;
    background: #3b2b4d;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    padding: 9px 0;
}

.ftp-tariff-item.ftp-tariff-hit a.ftp-tariff-order {
    background: #dc4280;
}

a.ftp-tariff-order span {
    display: block;
    font-size: 14px;
}

.ftp-tariff-item.ftp-tariff-hit {
    margin: 0 -20px;
    position: relative;
    top: -10px;
    width: 222px;
    height: 249px;
    box-shadow: 0 0 0 10px #fbfafb inset, 0 0 0 11px #dc4280 inset, 0 -2px 0 #3b2b4d, 0 0 50px rgba(0, 0, 0, 0.2);
}

.ftp-tariff-hit-label {
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -65px;
    width: 130px;
    height: 49px;
    color: #fff;
    font-weight: bold;
    background: url(/templates/Zomro/img/ftp-tariff-bg-hit.png);
    padding-top: 9px;
}
.ftp-plan {
    background: #fff url(/templates/Zomro/img/ftp-plan-bg.png) no-repeat 50% 0;
    padding-top: 30px;
    text-align: center;
}

.ftp-tariff {
    padding-bottom: 26px;
	background: #fff;
}

.ftp-plan-title {
    font-size: 30px;
    margin-bottom: 6px;
}

.ftp-plan-item {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin: 30px 13px 20px;
    position: relative;
}

.ftp-plan-caption {
    margin-top: 20px;
}

.ftp-plan-arrow {
    position: absolute;
    right: -23px;
    top: 100px;
}

.ftp-bu {
    background: url(/templates/Zomro/img/ftp-bu-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
}

.ftp-bu-title {
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.ftp-bu-text {
    text-align: center;
    margin-bottom: 20px;
}

.ftp-bu-item {
    float: left;
    margin-left: 61px;
    width: 513px;
    margin-bottom: 20px;
}

.ftp-bu-image {
    float: left;
    margin-top: 5px;
}

.ftp-bu-caption {
    margin-left: 126px;
    font-weight: bold;
    color: #f092b8;
}

.ftp-bu-desc {
    margin-left: 128px;
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.5;
}
.ftp-ben {
    text-align: center;
	background: #fff;
}

.ftp-ben-item {
    display: inline-block;
    width: 340px;
    vertical-align: top;
    margin: 20px 20px 20px;
}

.ftp-ben-desc {
    font-size: 14px;
    line-height: 1.5;
}

.ftp-ben-image {
    height: 78px;
}

.ftp-ben-caption {
    font-weight: bold;
    margin-bottom: 5px;
}

.ftp-feat {
    background: url(/templates/Zomro/img/ftp-feat-bg.jpg) 50% 0 no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-bottom: 50px;
}

.ftp-feat-title {
    font-size: 30px;
    margin-top: 30px;
}

.ftp-feat-item {
    display: inline-block;
    width: 555px;
    vertical-align: top;
    margin: 10px 10px 0;
}

.ftp-feat-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}

.ftp-feat-image {
    margin-bottom: 14px;
}
a.ftp-tariff-order:hover {
    background: #2f223e;
}
.ftp-tariff-item.ftp-tariff-hit a.ftp-tariff-order:hover {
    background: #cd1f65;
}
a.ftp-main-order {
    display: table-row;
    color: #fff;
    text-decoration: none;
}
.ftp-bu-item:nth-child(3) {
    clear: both;
}



/*contacts*/
.pageContactsBlock .pageContactsElement {
    width: 33%;
}


/*langs*/
.pageLang {
    float:  right;
}

.pageLang a {
    display:  block;
    width:  60px;
    height:  48px;
    color:  #fff;
    text-decoration:  none;
    font-size:  16px;
    padding-top: 11px;
    box-sizing:  border-box;
    background: #5b3f86;
    text-align:  center;
}

.pageLang.active a {
    background: #dc4280;
}

.pageLang a:hover {
    background: #6e4da0;
/*    background: #5b3f86;*/
}
.pageLang.active a:hover {
    background: #dc4280;
/*    background: #cd1f65;*/
}

.pageHeader .pageHeaderTopper .pageLogin {
    margin-left: 35px;
}