﻿/* CSS Document */

@font-face {
    font-family: OpenSans-Regular; /*   */
    src: url(../fonts/open_sans_regular.ttf); /*      */
   }
   
@font-face {
    font-family: OpenSans-Bold; /*   */
    src: url(../fonts/open-sans-bold.ttf); /*      */
   }

@font-face { 
  font-family: 'OpenSans-Regular'; 
  src: url('../fonts/open_sans_regular.woff2') format('woff2'), 
       url('../fonts/open_sans_regular.ttf')  format('truetype'), /* Только если нужна поддержка старых Android, иначе закомментировать */ 
       url('../fonts/open_sans_regular.woff') format('woff'); 
  font-weight: normal; 
  font-style: normal; 
} 
  
@font-face { 
  font-family: 'OpenSans-Bold'; 
  src: url('../fonts/open-sans-bold.woff2') format('woff2'), 
       url('../fonts/open-sans-bold.ttf')  format('truetype'), /* Только если нужна поддержка старых Android, иначе закомментировать */ 
       url('../fonts/open-sans-bold.woff') format('woff'); 
  font-weight: bold; 
  font-style: normal; 
}    
   
@font-face {
    font-family: Raleway-Black; /*   */
    src: url(../fonts/Raleway-Black.ttf); /*      */
   }   
   
   
   

body
{
    margin: 0;
}

img
{
    width: 100%;
}

.clear
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.landing
{
    width: 1100px;
    margin: 0 auto;
    position: relative;
	z-index: 1;
}

.topWindow {
    position: fixed;
    top: 0;
    z-index:9999;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 30px #4e7eaf54;
}

img
{
    max-width: 100%;
}

/* первый экран */

.blok-pervyi-ekran
{
    background: url(../images/bg-top.jpg) top center no-repeat #050201;
	background-size: cover;
	padding: 0px 0 60px 0;
	position: relative;
}

.logo {
    margin: 20px 0 20px 0;
    width: 150px;
    float: left;
}

.logo img
{
    width: 100%;
}

.top-inn-ooo
{
    margin: 30px 0 0px 40px;
    width: 150px;
    float: left;
}

.ooo-top
{
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-weight: 400;
    font-size: 16px;
    margin: 0px 0 0px 0;
    color: #fff;
    line-height: 120%;
}

.inn-top
{
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-weight: 400;
    font-size: 16px;
    margin: 3px 0 0px 0;
    color: #fff;
    line-height: 120%;
}

.blok-pervyi-ekran-top
{

}

/* меню */

.menu-top.topWindow
{

}

.menu-top 
{   
    margin: 32px 40px 0 0px;
    width: 115px;
    float: right;
    text-align: center;
}

.menu-top ul {
    margin: 0 !important;
    padding: 0 !important;
}

.menu-top li {
    margin: 0 0px !important;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0 0px;
    list-style: none;
    min-width: 40px;
    text-align: center;
    line-height: 2em !important;
    z-index: 10;
    border-bottom: 2px solid #ffffff00;
    box-sizing: border-box;
}

.menu-top li:hover {
    border-bottom: 2px solid #4e7eaf;
}

.menu-top li.active {
    border-bottom: 2px solid #FC3E67;
}

.menu-top a {
    text-decoration: none;
    display: block;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 15px;
    color: #ffe136;
}

.kontakty-top
{
    margin: 23px 0px 0 0px;
    width: 260px;
    float: right;
}

.kontakty-top p
{
    font-size: 12px;
    margin: 0 0 0px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 140%;
    color: #0D3E57;
    text-align: left;
}

.kontakty-top h3
{
    font-size: 30px;
    margin: 0 0 0px;
    font-family: OpenSans-Bold, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: left;
}

.kontakty-top h3 a, .kontakty-top h3 a:link, .kontakty-top h3 a:visited
{
    text-decoration: none;
    color: #fff;
}


.vam-perezvonit
{
    margin: 27px 0px 0 20px;
    padding: 0 0 3px 0;
    border-bottom: 3px solid #ffe136;
    float: right;
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
}

.vam-perezvonit:hover {
    border-bottom: 3px solid #f20000;
    color: #ffe136;
}


.blok-pervyi-ekran h1
{
    font-family: Raleway-Black, Tahoma;
    font-size: 71px;
    margin: 100px auto 0px auto;
    color: #fff;
    line-height: 120%;
    width: 840px;
    text-align: center;
}

.blok-pervyi-ekran h1 span
{
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-weight: 400;
    font-size: 26px;
    margin: 0px 0 0px 0;
    color: #fff;
    line-height: 120%;
}

.blok-pervyi-ekran h2
{
    font-size: 34px;
    margin: 40px auto 20px;
    font-family: Raleway-Black, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 140%;
    color: #ffe136;
    text-align: center;
    width: 540px;
}



.pervyi-ekran-knopka
{
    background: #f20000;
    border: 5px solid #b32929;
    border-radius: 40px;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 24px;
    margin: 40px auto 80px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-align: center;
    width: 220px;
    box-shadow: 0px 0px 50px #040102;
}



.blok-pervy-ekran-plusy
{
    width: 31.3%;
    float: left;
    margin: 1%;
}

.blok-pervy-ekran-plusy-img
{
    width: 50px;
    margin: 0px 0 0px 0;
    float: left;
}

.blok-pervy-ekran-plusy-title
{
    font-family: OpenSans-Bold, Tahoma;
    font-size: 16px;
    margin: 20px 0 0px 0;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
    height: 45px;
    display: table;
    width: 100%;
    float: left;
}

.blok-pervy-ekran-plusy-title div {
    vertical-align: middle;
    display: table-cell;
}



/* Мы делаем */

.blok-my-delaem
{
    background: #ecf8fe;
	padding: 0 0 20px 0;
}


.blok-my-delaem h3
{
    font-family: Raleway-Black, Tahoma;
    font-size: 48px;
    margin: 60px 0 40px 0px;
    color: #1b3b5d;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
}

.blok-my-delaem-left
{
    width: 60%;
	float: left;
    margin: 0px 0 20px;
}

.podblok-my-delaem-left
{
    width: 100%;
	float: left;
	margin: 10px 0px 10px 0;
}

.podblok-my-delaem-left-img {
    width: 30px;
    margin: 0px 20px 0px 0;
    float: left;
    height: 40px;
    display: table;
}

.podblok-my-delaem-left-img div {
    vertical-align: middle;
    display: table-cell;
}

.podblok-my-delaem-left-img img {
    width: 100%;
}

.podblok-my-delaem-left-title {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    margin: 0px 0 0px 0;
    color: #1b3b5d;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
    height: 40px;
    display: table;
    width: 550px;
}

.podblok-my-delaem-left-title div {
    vertical-align: middle;
    display: table-cell;
}

.blok-my-delaem-right
{
    width: 40%;
	float: left;
    margin: 0px 0 0px;
}


.blok-my-delaem-niz
{
    width: 31.3%;
	float: left;
    margin: 1%;
}

.blok-my-delaem-niz-img {
    width: 15%;
    margin: 0px 10% 0px 0;
    float: left;
}

.blok-my-delaem-niz-img img {
    width: 100%;
}

.blok-my-delaem-niz-title
{
    font-family: OpenSans-Bold, Tahoma;
    font-size: 20px;
    margin: 0px 0 0px 0;
    color: #1b3b5d;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
    height: 50px;
    display: table;
    width: 65%;
}

.blok-my-delaem-niz-title div {
    vertical-align: middle;
    display: table-cell;
}

.blok-my-delaem-niz-text
{
    font-family: OpenSans-Regular, Tahoma;
    font-size: 13px;
    margin: 20px 0 20px 0;
    color: #1b3b5d;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
    height: 60px;
    display: table;
    width: 100%;
}

.blok-my-delaem-niz-text div {
    vertical-align: middle;
    display: table-cell;
}


/* Тарифы */

.blok-tarify {
    background: #fff;
    padding: 0 0 60px 0;
}

.tehnologiya-sposob
{
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 16px;
    margin: 0px 0 5px 0px;
}

.blok-tarify h3 {
    font-family: Raleway-Black, Tahoma;
    font-size: 48px;
    margin: 0px 0 20px 0px;
    padding: 5px 20px;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
    background: #2577dd;
    float: left;
}

.tab_zagolovok
{
    font-family: Raleway-Black, Tahoma;
    font-size: 30px;
    margin: 20px 0 20px 0px;
    padding: 0;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
    display: none;
}

.blok-tarify p {
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 16px;
    margin: 0px 0 10px 0px;
    color: #1b3b5d;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
}

.blok-tarify p:last-child {
    margin: 0px 0 0px 0px;
}

.blok-tarify h4 {
    font-family: Raleway-Black, Tahoma;
    font-size: 30px;
    margin: 40px 0 60px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
}

.blok-tarify h5 {
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 20px;
    margin: 40px 0 40px 0px;
    color: #1b3b5d;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
}

.blok-tarify-vklyuchaet
{
    width: 23%;
	float: left;
    margin: 1% 2% 1% 0;
}

.blok-tarify-vklyuchaet-img {
    width: 50px;
    margin: 0px 0 0px 0;
    float: left;
}

.blok-tarify-vklyuchaet-img img {
    width: 100%;
}

.blok-tarify-vklyuchaet-title
{
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 13px;
    margin: 20px 0 20px 0;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
    height: 65px;
    display: table;
    width: 100%;
	float: left;
}

.blok-tarify-vklyuchaet-title div {
    vertical-align: middle;
    display: table-cell;
}




.tabs_cont h5
{
    font-family: Raleway-Black, Tahoma;
    font-size: 36px;
    margin: 40px 0 10px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
}

.tabs_cont h6
{
    font-family: Raleway-Black, Tahoma;
    font-size: 25px;
    margin: 0px 0 40px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
}

.tabs_cont p
{
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 15px;
    margin: 0px 0 10px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
}


.tabs_cont-li-img
{
    margin: 20px 0;
}

.tabs_cont-li-img ul
{
    padding: 0;
    margin: 0;
}

.tabs_cont-li-img li
{
    width: 23.5%;
    padding: 0;
    margin: 1% 2% 1% 0;
    float: left;
    box-sizing: border-box;
    text-align: center;
    list-style: none;
}

div.tabs_cont-li-img li:nth-child(4), div.tabs_cont-li-img li:nth-child(8)
{
    margin: 1% 0% 1% 0;
}


.blok-cena
{
    font-size: 48px;
    margin: 0 0 0px;
    font-family: OpenSans-Bold, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: left;
	float: left;
	border-bottom: 5px solid #f20000;
}

.blok-cena span
{
    font-size: 20px;
}



/* Смету бесплатно */

.blok-smetu-besplatno
{
    background: #ffe136;
    padding: 60px 0 60px 0;
}

.blok-smetu-besplatno-left
{
    float: left;
	width: 640px;
}

.blok-smetu-besplatno-left h2
{
    font-family: Raleway-Black, Tahoma;
    font-size: 40px;
    margin: 0px 0 40px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
}

.blok-smetu-besplatno-left p {
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 17px;
    margin: 0px 0 0px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
}

.knopka-besplatno {
    background: #2577dd;
    border-radius: 40px;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 30px;
    margin: 15px 0 0px 0px;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-align: center;
    width: 300px;
    box-sizing: border-box;
    float: right;
}

.knopka-besplatno:hover {
    background: #183a65;
}

/* Зачем наши услуги */

.blok-zachem-nashi-uslugi
{
    background: #dddddd;
    padding: 0 0 40px 0;
}

.blok-zachem-nashi-uslugi h3 {
    font-family: Raleway-Black, Tahoma;
    font-size: 48px;
    margin: 60px 0 60px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
}

.blok-primenenie-tabs
{
    background: #fff;
}

.blok-tab-img
{
    display: none;
    width: 50px;
}

.blok-zachem-nashi-uslugi p {
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 16px;
    margin: 0px 0 10px 0px;
    color: #1b3b5d;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
}

.podblok-primenenie-tabs
{
    background: #eeeeee;
    margin: 20px 0 0 0;
}

.podblok-primenenie-tabs-img
{
    width: 40%;
    float: left;
}

.podblok-primenenie-tabs-text
{
    width: 60%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
}

.podblok-primenenie-tabs h3 {
    font-family: OpenSans-Bold, Tahoma;
    font-size: 24px;
    margin: 0px 0 20px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
}

.podblok-primenenie-tabs p {
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 15px;
    margin: 0px 0 10px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
}

.podblok-primenenie-tabs-text ul
{
    margin: 30px 0px 0px 1.2em !important;
    padding: 0 0px;
}

.podblok-primenenie-tabs-text li 
{
    margin: 0 0px 10px !important;
    width: 100%;
    position: relative;
    padding: 0 0px;
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 15px;
}


/* Блок заявка применение */

.blok-zayavka-primenenie
{
    background: #dddddd;
    padding: 20px 0 60px 0;
}

.blok-zayavka-primenenie-left
{
    float: left;
    width: 720px;
}

.blok-zayavka-primenenie-left h2 {
    font-family: Raleway-Black, Tahoma;
    font-size: 58px;
    margin: 0px 0 20px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 110%;
}

.blok-zayavka-primenenie-left h3 {
    font-family: Raleway-Black, Tahoma;
    font-size: 40px;
    margin: 0px 0 0px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
}

.knopka-primenenie
{
    background: #f20000;
    border-radius: 40px;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 30px;
    margin: 40px auto 80px;
    font-family: OpenSans-Bold, "Courier New", Courier, monospace;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-align: center;
    width: 270px;
    box-shadow: 0px 0px 50px #7c7b80;
    float: right;
}

.knopka-primenenie:hover {
    background: #6f1111;
}



/* Как мы работаем */

.blok-kak-my-rabotaem
{
    padding: 0 0 60px 0;
}

.blok-kak-my-rabotaem h3 {
    font-family: Raleway-Black, Tahoma;
    font-size: 48px;
    margin: 60px 0 40px 0px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
}

.blok-kak-my-rabotaem p {
    font-family: OpenSans-Regular, Tahoma;
    font-size: 16px;
    margin: 0px 0 10px 0px;
    color: #1b3b5d;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
}

div.blok-kak-my-rabotaem ul {
    padding: 0;
    margin: 0;
}

div.blok-kak-my-rabotaem li {
    width: 23.5%;
    padding: 0;
    margin: 1% 2% 1% 0;
    float: left;
    box-sizing: border-box;
    text-align: center;
    list-style: none;
}

div.blok-kak-my-rabotaem li:nth-child(4), div.blok-kak-my-rabotaem li:nth-child(8), div.blok-kak-my-rabotaem li:nth-child(12), div.blok-kak-my-rabotaem li:nth-child(16), div.blok-kak-my-rabotaem li:nth-child(20), div.blok-kak-my-rabotaem li:nth-child(24), div.blok-kak-my-rabotaem li:nth-child(28), div.blok-kak-my-rabotaem li:nth-child(32) {
    margin: 1% 0% 1% 0;
}


.podblok-kak-my-rabotaem-img {

}

.podblok-kak-my-rabotaem-title
{
    font-family: OpenSans-Regular, Tahoma;
    font-size: 15px;
    margin: 10px auto 10px auto;
    color: #000;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
    height: 40px;
    display: table;
    width: 95%;
}

.podblok-kak-my-rabotaem-title div {
    vertical-align: middle;
    display: table-cell;
}







/* нижний блок */

.blok-niz {
    background: #24262e;
    margin: 0px 0 0px 0;
    padding: 40px 0 40px;
}

.blok-niz-kontakty
{
    width: 300px;
    float: left;
    margin: 0px 40px 40px 0;
}

.blok-niz-telefons
{
    width: 100%;
    float: left;
    margin: 0px 0px 10px 0;
}

div.blok-niz-telefon-8800 p {
    color: #989c76 !important;
    text-align: left;
    margin: 0px 0px 0px 0;
    font-family: OpenSans-Regular, Tahoma, sans-serif;
    font-size: 12px !important;
    font-weight: 400;
}

div.blok-niz-telefon-8800 h3 {
    margin: 0 0 0px 0 !important;
    line-height: 120% !important;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 22px !important;
    color: #e2f44d !important;
    font-weight: 400 !important;
    text-align: left;
}

div.blok-niz-telefons h4 {
    margin: 10px 0 5px 0 !important;
    line-height: 120% !important;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 22px !important;
    color: #e0e6a8 !important;
    font-weight: 400 !important;
    text-align: left;
}

.blok-niz-telefons p {
    margin: 0px 0 5px 0 !important;
    line-height: 120% !important;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 32px !important;
    color: #fff !important;
    font-weight: 400 !important;
    text-align: left;
}

.blok-niz-telefons p a, .blok-niz-telefons p a:link, .blok-niz-telefons p a:visited
{
    text-decoration: none;
    color: #fff;
}

.blok-niz-adres
{
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0;
}

.blok-niz-adres p
{
    text-decoration: none;
    padding: 0 0px;
	margin: 5px 0px 5px 0;
    display: block;
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 17px;
    color: #70737e;
}

.blok-niz-mail
{
    margin: 5px 0 0px 0 !important;
}

div.blok-niz-mail p {
    margin: 10px 0 5px 0 !important;
    line-height: 120% !important;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 18px !important;
    color: #fff !important;
    font-weight: 400 !important;
    text-align: left;
}

.blok-niz-right
{
    float: left;
    width: 60%;
}

.blok-niz-menu
{
    float: left;
    margin: 0 40px 0 0;
}

.blok-niz-menu ul
{
    padding: 0;
}

.blok-niz-menu li
{
    margin: 0px 0 10px 0 !important;
    line-height: 120% !important;
	list-style: none;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 13px !important;
    color: #e0e6a8 !important;
    font-weight: 400 !important;
    text-align: left;
}

.blok-niz-menu li a
{
    color: #70737e;
    text-decoration: none;
}

.blok-niz-menu li a:hover
{
    text-decoration: underline;
}

.politika-konfidencialnosty
{
    float: left;
    width: 320px;
}

.politika-konfidencialnosty p
{
    margin: 0px 0 0px 0 !important;
    line-height: 140% !important;
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-size: 13px !important;
    color: #37454c !important;
    font-weight: 400 !important;
    text-align: left;
}

.politika-konfidencialnosty p a, .politika-konfidencialnosty p a:link, .politika-konfidencialnosty p a:visited
{
    color: #37454c;
	text-decoration: none;
}

.politika-konfidencialnosty p a:hover
{
    text-decoration: underline;
}

.blok-niz-rekvizity
{
    margin: 0px 0px 10px 0;
}

.blok-niz-rekvizity p
{
    text-decoration: none;
    padding: 0 0px;
    margin: 0px 0px 0px 0;
    display: block;
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 17px;
    color: #70737e;
}

.blok-niz-info
{
    margin: 10px 0px 10px 0;
}

.blok-niz-info p
{
    text-decoration: none;
    padding: 0 0px;
    margin: 0px 0px 0px 0;
    display: block;
    font-family: OpenSans-Regular, Calibri light, roboto, Tahoma;
    font-size: 13px;
	line-height: 140% !important;
	color: #37454c;
}

.saites
{
    float: right;
    width: 95px;
	margin: 20px 0 0px 0;
}

.saites p
{
    font-family: OpenSans-Bold, Calibri, Tahoma;
    font-size: 20px;
    margin: 0px 0 0px 0;
    color: #1b3b5d;
    line-height: 140%;
}

.saites p a
{
    color: #333640;
	text-decoration: none;
}





/* Всплывающая форма */


div.box-modal {
    position: relative;
    width: 400px;
    min-height: 120px;
    padding: 0px 0px 0px;
    background: #19202c;
    color: #fff;
    border-radius: 0px;
}

div.box-modal-shapka .modal-close, #feedback-modal-box .modal-close {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
    color: #ecff4e;
    cursor: pointer;
    border-radius: 14px;
    font-family: Calibri, Tahoma;
}

div.box-modal-shapka .modal-close:hover {
    background: #293547;
	color: #FF532E;
}

#feedback-modal-box .modal-close:hover {
    background: #19202c;
	color: #FF532E;
}

.box-modal-shapka
{
	padding: 20px 30px;
}

div.box-modal-shapka h1
{
    font-family: OpenSans-Bold, 'Open Sans', sans-serif;
	font-size: 28px;
    line-height: 120%;
    margin: 10px 0 10px;
	text-align: left;
	color: #fff;
}

div.box-modal-shapka h2
{
    font-family: OpenSans-Regular, Calibri, "Courier New", Courier, monospace;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    margin: 0px 0 10px;
	text-align: left;
	color: #fff;
}

div.box-modal-shapka-produkt-title {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 14px;
    list-style-position: outside;
    font-weight: 400;
    text-align: left;
    width: 70%;
    line-height: 140%;
    color: #fff;
    margin: 0px 5% 0px auto;
    display: table;
    height: 70px;
    float: left;
}

.box-modal-shapka-produkt-title div {
    vertical-align: middle;
    display: table-cell;
}


div.box-modal-shapka-produkt-cena {
    font-family: OpenSans-Regular, Calibri, Tahoma;
    font-size: 16px;
    list-style-position: outside;
    font-weight: 400;
    text-align: right;
    width: 25%;
    line-height: 140%;
    color: #e2f44d;
    margin: 0px auto 0px auto;
    display: table;
    height: 70px;
    float: left;
}

.box-modal-shapka-produkt-cena div {
    vertical-align: middle;
    display: table-cell;
}




div.box-modal-shapka p
{
    font-family: Calibri Light, 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    margin: 0px 0 10px;
	text-align: left;
	color: #fff;
}

.box-modal-content
{
    background: #19202c;
	padding: 20px 30px 40px;
}

.box-modal-content input[type="text"], .box-modal-content textarea
{
    background: #19202c;
    border: none;
    border-bottom: 2px solid #293547;
}

.box-modal-content .checkbox {
    min-height: 20px;
    padding-left: 0px;
	margin: 20px 0 0 0;
}

div.box-modal-content textarea, div.box-modal-content input[type="text"] {
    padding: 15px 2.5% !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

div.box-modal-content .input-medium {
    width: 95% !important;
}

div.box-modal-content .btn-success {
    color: #fff;
    border: 3px solid #e2f44d !important;
    border-radius: 30px !important;
    background-color: #19202c !important;
    font-family: OpenSans-Regular, Calibri, Tahoma !important;
}

div.box-modal-content input[type="button"].btn-block {
    width: 250px;
    margin: 10px 0 0 0;
}

div.box-modal-content input[type="button"].btn-block:active, div.box-modal-content input[type="button"].btn-block:focus {
  outline: none;
}
div.box-modal-content input[type="button"].btn-block::-moz-focus-inner {
  border: 0;
}


div.box-modal-content textarea:focus, div.box-modal-content input[type="text"]:focus
{
    box-shadow: none;
    border: none;
	border-color: #19202c;
    border-bottom: 2px solid #e2f44d;
}

div.box-modal-content a:active, div.box-modal-content a:focus { outline: none; }

div.box-modal-content input, div.box-modal-content textarea {outline:none;}
div.box-modal-content input:active, div.box-modal-content textarea:active {outline:none;}

div.box-modal-content textarea {resize:none;}
div.box-modal-content textarea {resize:vertical;}
div.box-modal-content textarea {resize:horizontal;}


div.box-modal-content input:-webkit-autofill, div.box-modal-content textarea:-webkit-autofill, div.box-modal-content select:-webkit-autofill {
    background-color: #19202c !important;
    background-image: none !important;
    color: #555 !important;
}





















/* ползунок */


.widget-small__button
{
    width: 220px;
}



::-webkit-scrollbar-button { 
background-image:url(''); 
background-repeat:no-repeat; 
width:3px; 
height:0px 
} 

::-webkit-scrollbar-track { 
background-color:#fff; 
} 

::-webkit-scrollbar-thumb { 
-webkit-border-radius: 5px; 
border-radius: 5px; 
background-color:#ec0b3b; 

background-position:center; 
background-repeat:no-repeat; 
} 

::-webkit-resizer{ 
background-image:url(''); 
background-repeat:no-repeat; 
width:3px; 
height:0px 
} 

::-webkit-scrollbar{ 
width: 3px; 
}

