.nomargin {
    margin: 0 !important;
}

.pr-0 {
    padding-right: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mr-15 {
    margin-right: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-5 {
    padding-left: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.vis_hidden {
    visibility: hidden;
}

.bg_contact_header {
    background: url(../images/quiktrakglobal/footer.png) center bottom;
}

.contact_header {
    display: inline-block;
    /* height:40px;	 */
    background: url(../images/quiktrakglobal/footer.png) center bottom;
    color: white;
    line-height: 36px;
    text-align: left;
    /* position: relative; */
}

.plashka {
    content: '';
    background: url(../images/quiktrakglobal/footer.png) center bottom;
    height: 38px;
    width: 50%;
    top: 0;
    right: 0;
    position: absolute;
    display: none;
}

.header_block {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
}

.header_block_buffer {
    display: inline-block;
    text-align: left;
}

@media (min-width: 992px) {
    .contact_header {
        display: inline-block;
          width:800px;  
    }
}

.menuDropdown {
    position: relative;
    z-index: 100;
}

.menuDropdown:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 4px;
    background: url('../images/quiktrakglobal/arrow.png') no-repeat center center;
    right: 0;
    top: 50%;
    margin-top: -2px;
}

.menuDropdown ul {
    display: none;
    position: absolute;
    background: #fff;
    right: 0;
    top: 100%;
    box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
}

.menuDropdown:hover ul {
    display: block;
}

.menuDropdown ul li {
    white-space: nowrap;
    padding: 5px 15px;
}

.nav .menuDropdown li a:before,
.nav .menuDropdown li a:after {
    bottom: -5px;
}

@media (min-width: 768px) {
    .bg_block_logo {
        margin-top: -40px;
    }
    .plashka {
        display: block;
    }
    .contact_header {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
    }
    .header_block {
     
        margin-left: 20px;
    }
    .header_block:nth-child(1) {
        margin-left: 80px;
    }
    .header_block_buffer {
        width: 160px;
    }
    .menuDropdown ul {
        width: auto;
    }
    .nav li {
        padding: 15px 7px;
    }
}

@media (min-width: 992px) {
    .nav li {
        padding: 15px 8px;
    }
}

@media (min-width: 1200px) {
    .nav li {
        padding: 15px 10px;
    }
}

.qtg-map {
    width: 100%;
    max-width: 760px;
    display: block;
    margin-bottom: 0px;
}

.map_container {
    position: relative;
    width: 100%;
    margin: 0px auto 40px;
    min-height: 140px;
}

.pin {}

.pin-container {
    position: relative;
}

.pin .icon {
    display: none;
    cursor: pointer;
    color: rgba(221, 39, 72, .6);
    font-size: 30px;
    transition: all .3s;
}

.pin .icon:hover {
    color: rgba(221, 39, 72, .8);
}

.pin.active .icon {
    color: rgba(221, 39, 72, 1);
}

.pin .icon:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    margin-left: -5px;
    left: 50%;
    transition: all .3s;
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.pin .icon:hover:after {
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}

.pin.active .icon:after {
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}

.pin-details {
    display: none;
    position: relative;
    padding: 15px 20px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid rgb(232, 232, 232);
    background-color: rgb(255, 255, 255);
}

.pin-details:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    margin: 0 0 0 -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(232, 232, 232);
}

.pin-details:after {
    position: absolute;
    content: '';
    bottom: -8px;
    left: 50%;
    margin: 0 0 0 -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(255, 255, 255);
}

.pin.active .pin-details {
    display: block;
}

.pin-details-caption {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(56, 56, 56);
    text-align: left;
    font-weight: 900;
}

.pin-details .divider {
    background-color: rgb(221, 39, 72);
    width: 30px;
    height: 2px;
    margin: 10px 0;
}

.pin-details ul {
    margin: 0;
}

.pin-details ul li {
    font-size: 14px;
    line-height: 20px;
    font-family: "Open Sans";
    color: #434e50;
    white-space: nowrap;
}

.pin-details ul li a {
    color: #568ecc;
    text-decoration: underline;
}

.pin-details ul li a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .map_container {
        width: 760px;
        /* margin: 40px auto; */
    }
    .pin {
        position: absolute;
    }
    .pin .icon {
        display: block;
    }
    .pin-details {
        position: absolute;
        bottom: 39px;
        z-index: 2;
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin-left: 10px;
    }
    .pin-canada {
        top: 35px;
        left: 35px;
    }
    /* .pin-usa {
        top: 90px;
        left: 75px;
    } */

    .pin-wisconsin {
        top: 40px;
        left: 110px;
    }

    .pin-pennsylvania {
             top: 43px;
        left: 131px;
    }
    .pin-newjersey {
              top: 58px;
        left: 120px;
    }
     
    .pin-mexico {
        top: 105px;
        left: 20px;
    }
    .pin-colombia {
        top: 140px;
        left: 65px;
    }
    .pin-equador {
        top: 165px;
        left: 50px;
    }
    .pin-peru {
        top: 190px;
        left: 65px;
    }
    .pin-chile {
        top: 225px;
        left: 60px;
    }
    .pin-england {
        top: 40px;
        left: 275px;
    }
    .pin-spain {
        top: 66px;
        left: 272px;
    }
    .pin-italy {
        top: 63px;
        left: 292px;
    }
    .pin-kiev {
        top: 49px;
        left: 345px;
    }
    .pin-dnipro {
        top: 55px;
        left: 358px;
    }
    .pin-moscow {
        top: 28px;
        left: 366px;
    }
    .pin-zambia {
        top: 150px;
        left: 343px;
    }
    .pin-africa {
        top: 180px;
        left: 350px;
    }
    .pin-oae {
        top: 103px;
        left: 400px;
    }
    .pin-dalian {
        top: 66px;
        right: 183px;
    }
    .pin-changzhou {
        top: 101px;
        right: 187px;
    }
    .pin-thailand {
        top: 116px;
        right: 201px;
    }
    .pin-perth {
        top: 210px;
        right: 139px;
    }
    .pin-melbourne {
        top: 225px;
        right: 53px;
    }
    .pin-sydney {
        top: 213px;
        right: 30px;
    }
    .pin-auckland {
        top: 212px;
        right: 0px;
    }
}

.qtg-select {
    height: 42px;
    margin: 10px 0;
}

.form-group .bootstrap-select.btn-group.qtg-select {
    margin: 10px 0;
}

.qtg-select button.btn {
    padding: 10px 25px 10px 12px;
    border-radius: 0;
    border-color: rgb(232, 232, 232);
    box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
}

.qtg-select .dropdown-menu {
    border-radius: 0;
}

.qtg-select input {
    margin: 0;
}

.salesEmailWrapper {
    padding: 0;
}

.heckbox-wrapper {
    padding: 15px 0 0 0;
}

.support-form-left {
    padding: 0;
}

.support-form-right {
    padding: 0;
}

@media (min-width: 768px) {
    .support-form-left {
        padding-right: 15px;
    }
    .support-form-right {
        padding-left: 15px;
    }
    .heckbox-wrapper {
        padding: 0 20px;
    }
}

.support_text textarea {
    width: 100%;
    height: 120px;
    padding: 10px 20px;
    font-size: 16px;
    margin: 10px 0;
    border: 1px solid rgb(232, 232, 232);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

.supportSend {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .support_img {
        background: url(../images/quiktrakglobal/support_img.png) no-repeat right 105%;
        padding-bottom: 30px;
    }
    .salesEmailWrapper {
        padding: 0 0 0 20px;
    }
}

.qtg_bg_block_one {
    margin-top: 0px;
}

.qtg_bg_block_one1 {
    background-image: url('../images/quiktrakglobal/activate1.png');
}

.qtg_bg_block_one_l {
    background-image: url('../images/quiktrakglobal/legalbg.png');
}

.qtg_bg_block_free {
    background-image: url('../images/quiktrakglobal/demo.png');
}

.navbar-brand {
    height: 80px !important;
}

.qtg-navbar-header {
    padding: 0px;
    width: 100%;
    border-top: 1px solid rgb(232, 232, 232);
}

.navbar {
    //border: 0px !important;
}

.qtg-navbar-collapse {
    height: 560px;
}

.qtg-text-decoration {
    width: 80px;
    height: 4px;
    background-color: rgb(221, 39, 72);
    margin: 15px 0px;
}

.block_demo {
    width: 305px;
    margin: 50px auto;
}

.demo_button {
    width: 100%;
}

.free {
    font-size: 50px;
    letter-spacing: .7em;
    margin-left: 0;
    font-family: "OpenSans-Bold" !important;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    line-height: 0.9;
}

.logo-preview {
    text-align: center;
}

.button_upload_first {
    display: inline-block;
    cursor: pointer;
    padding: 5px 80px;
    height: 40px;
    background-color: rgba(221, 39, 72, .0);
    border: 2px solid rgb(255, 255, 255);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 10px;
}

.button_upload_first:hover {
    background-color: rgba(255, 255, 255, .0);
}

.button_upload_first p {
    font-size: 18px;
    font-family: "OpenSans-Bold";
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.button_upload_first:hover p {
    color: rgb(255, 255, 255);
}

.button_upload_first_pressed {
    border-color: rgba(221, 39, 72, .3) !important;
    cursor: auto !important;
    background-color: rgba(255, 255, 255, .0) !important;
    padding: 6px 70px !important;
}

.button_upload_first_pressed p {
    display: none;
}

.button_upload_first_pressed .preloader {
    display: block;
}

.bg_block_fon {
    //padding: 80px 0 45px 0;
    background: url("../images/quiktrakglobal/pattern.png") center bottom;
}

.bg_block_footer {
    //padding: 80px 0 45px 0;
    background: url("../images/quiktrakglobal/footer.png") center bottom;
}


/* mini select box */

.first-line-language {
    display: inline-block;
    float: right;
    width: 94px;
    height: 28px;
    margin: 0px 0px 0 0;
    margin-top: 10px;
    margin-right: -14px;
    /* padding: 10px;*/
    background: url(../images/quiktrakglobal/language.png) left no-repeat;
    background-position: 15%;
    background-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(232, 232, 232);
    box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.15);
    width: 91px;
    height: 26px;
    z-index: 510;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    /* Для Firefox */
    box-sizing: content-box;
}

.first-line-language:hover {
    //background-color: rgba(115, 115, 115, 0.8) !important;
    //border-radius: 5px 5px 0 0;
    //border-bottom: 1px solid #e6e8ea;
    cursor: pointer;
}

#nav-language:after {
    content: "";
    width: 0;
    height: 0;
    float: left;
    margin-left: 57px;
    margin-top: -19px;
    //border-width: 5px 4px 0 4px;
    //border-style: solid;
    //border-color: #fff transparent;
}

.current-language {
    height: 28px;
    width: 94px;
}

.en {
    height: 26px;
    width: 94px;
    padding: 10px 0 0 31px !important;
}

#nav-language {
    /*display: inline-block;*/
    width: 94px;
    list-style: none;
    /*font-weight:bold;
				margin-bottom:10px;*/
}

#nav-language p {
    color: rgb(45, 49, 60);
    font-size: 12px;
    font-family: "OpenSans-Regular";
    color: rgb(45, 49, 60);
    line-height: 0.486;
    //position: relative;
    padding: 0;
    //text-align: center;
    cursor: pointer;
}

#nav-language li {
    float: left;
    //margin-right:10px;
    position: relative;
    display: block;
    /* width: 80px;
			    height: 36px;*/
}

#nav-language li img {
    height: 2px;
    width: 94px;
    // margin: 2px 0 0 10px;
}

#nav-language li a {
    display: block;
    padding: 12px 0 0 10px;
    /*color:#fff;*/
    /*background:#333;*/
    font-size: 12px;
    font-family: "OpenSans-Regular";
    color: rgb(45, 49, 60);
    line-height: 1.286;
    position: relative;
    color: rgb(45, 49, 60);
    /* text-indent: 21px;*/
    /*text-shadow:1px 1px 1px rgba(0,0,0,0.75);  
				-moz-border-radius:2px;
				-webkit-border-radius:2px;
				border-radius:2px;*/
}

#nav-language li a:hover {
    color: rgb(45, 49, 60);
    /*background:#6b0c36;*/
    /*background:rgba(107,12,54,0.75);  Выглядит полупрозрачным */
    text-decoration: none;
}

#nav-language li ul li:last-child {
    padding-bottom: 15px;
}


/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/

#nav-language ul {
    list-style: none;
    position: absolute;
    top: 28px;
    left: -9999px;
    /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
    opacity: 0;
    /* Устанавливаем начальное состояние прозрачности */
    -webkit-transition: 0.25s linear opacity;
    /* В Webkit выпадающие пункты будут проявляться */
    //border-radius: 0 0 5px 5px;
    /*background-color: rgba(255, 255, 255, 0.2);*/
    background-color: rgba(255, 255, 255, 1);
    font-family: "OpenSans-Regular";
    color: rgb(45, 49, 60);
    text-align: left;
    border-width: 1px;
    border-color: rgb(232, 232, 232);
    box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.15);
    width: 91px;
    z-index: 10;
}

#nav-language ul li {
    padding-top: 1px;
    /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
    float: none;
    /*background:url(dot.gif);*/
}

#nav-language ul a {
    white-space: nowrap;
    /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
    display: block;
}

#nav-language li:hover ul {
    /* Выводим выпадающий пункт при наведении курсора */
    left: 0;
    /* Приносим его обратно на экран, когда нужно */
    opacity: 1;
    /* Делаем непрозрачным */
}

#nav-language li:hover a {
    /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
    /*background:#6b0c36;
				background:rgba(107,12,54,0.75);*/
    /* Выглядит полупрозрачным */
    text-decoration: none;
}

#nav-language li:hover ul a {
    /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.075s linear;
}

#nav-language li:hover ul li a:hover {
    /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
    /* background:#333;
				 background:rgba(51,51,51,0.75); */
    /* Будет полупрозрачным */
    text-decoration: none;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/* mini select box */

.first-line-activation {
    display: inline-block;
    width: 94px;
    height: 28px;
    margin: 0px 0px 0 0;
    margin-top: -10px;
    margin-left: -14px;
    float: center !important;
    /* padding: 10px;*/
    background-position: 15%;
    background-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(232, 232, 232);
    box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.15);
    width: 91px;
    height: 26px;
    z-index: 510;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    /* Для Firefox */
    box-sizing: content-box;
}

.first-line-activation:hover {
    //background-color: rgba(115, 115, 115, 0.8) !important;
    //border-radius: 5px 5px 0 0;
    //border-bottom: 1px solid #e6e8ea;
    cursor: pointer;
}

#nav-activation:after {
    content: "";
    width: 0;
    height: 0;
    float: left;
    margin-left: 57px;
    margin-top: -19px;
    //border-width: 5px 4px 0 4px;
    //border-style: solid;
    //border-color: #fff transparent;
}

.current-activation {
    height: 28px;
    width: 94px;
}

.en {
    height: 26px;
    width: 94px;
    padding: 10px 0 0 31px !important;
}

#nav-activation {
    /*display: inline-block;*/
    width: 94px;
    list-style: none;
    /*font-weight:bold;
				margin-bottom:10px;*/
}

#nav-activation p {
    color: rgb(45, 49, 60);
    font-size: 12px;
    font-family: "OpenSans-Regular";
    color: rgb(45, 49, 60);
    line-height: 0.486;
    //position: relative;
    padding: 0;
    //text-align: center;
    cursor: pointer;
}

#nav-activation li {
    float: left;
    //margin-right:10px;
    position: relative;
    display: block;
    /* width: 80px;
			    height: 36px;*/
}

#nav-activation li img {
    height: 2px;
    width: 94px;
    // margin: 2px 0 0 10px;
}

#nav-activation li a {
    display: block;
    padding: 12px 0 0 10px;
    /*color:#fff;*/
    /*background:#333;*/
    font-size: 12px;
    font-family: "OpenSans-Regular";
    color: rgb(45, 49, 60);
    line-height: 1.286;
    position: relative;
    color: rgb(45, 49, 60);
    /* text-indent: 21px;*/
    /*text-shadow:1px 1px 1px rgba(0,0,0,0.75);  
				-moz-border-radius:2px;
				-webkit-border-radius:2px;
				border-radius:2px;*/
}

#nav-activation li a:hover {
    color: rgb(45, 49, 60);
    /*background:#6b0c36;*/
    /*background:rgba(107,12,54,0.75);  Выглядит полупрозрачным */
    text-decoration: none;
}

#nav-activation li ul li:last-child {
    padding-bottom: 15px;
}


/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/

#nav-activation ul {
    list-style: none;
    position: absolute;
    top: 28px;
    left: -9999px;
    /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
    opacity: 0;
    /* Устанавливаем начальное состояние прозрачности */
    -webkit-transition: 0.25s linear opacity;
    /* В Webkit выпадающие пункты будут проявляться */
    //border-radius: 0 0 5px 5px;
    /*background-color: rgba(255, 255, 255, 0.2);*/
    background-color: rgba(255, 255, 255, 1);
    font-family: "OpenSans-Regular";
    color: rgb(45, 49, 60);
    text-align: left;
    border-width: 1px;
    border-color: rgb(232, 232, 232);
    box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.15);
    width: 91px;
    z-index: 10;
}

#nav-activation ul li {
    padding-top: 1px;
    /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
    float: none;
    /*background:url(dot.gif);*/
}

#nav-activation ul a {
    white-space: nowrap;
    /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
    display: block;
}

#nav-activation li:hover ul {
    /* Выводим выпадающий пункт при наведении курсора */
    left: 0;
    /* Приносим его обратно на экран, когда нужно */
    opacity: 1;
    /* Делаем непрозрачным */
}

#nav-activation li:hover a {
    /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
    /*background:#6b0c36;
				background:rgba(107,12,54,0.75);*/
    /* Выглядит полупрозрачным */
    text-decoration: none;
}

#nav-activation li:hover ul a {
    /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.075s linear;
}

#nav-activation li:hover ul li a:hover {
    /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
    /* background:#333;
				 background:rgba(51,51,51,0.75); */
    /* Будет полупрозрачным */
    text-decoration: none;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/* mini select box */

.first-line-login {
    display: inline-block;
    float: right;
    width: 94px;
    height: 28px;
    margin: 0px 0px 0 0;
    margin-top: 10px;
    margin-right: -14px;
    /* padding: 10px;*/
    background: url(../images/quiktrakglobal/login.png) left no-repeat;
    background-position: 15%;
    background-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(232, 232, 232);
    box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.15);
    width: 91px;
    height: 26px;
    z-index: 510;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    /* Для Firefox */
    box-sizing: content-box;
}

.first-line-login:hover {
    //background-color: rgba(115, 115, 115, 0.8) !important;
    //border-radius: 5px 5px 0 0;
    //border-bottom: 1px solid #e6e8ea;
    cursor: pointer;
}

.first-line-login-mobile {
    vertical-align: middle;
    margin: 10px 0;
    float: initial;
}

#nav-login:after {
    content: "";
    width: 0;
    height: 0;
    float: left;
    margin-left: 57px;
    margin-top: -19px;
    //border-width: 5px 4px 0 4px;
    //border-style: solid;
    //border-color: #fff transparent;
}

.current-login {
    height: 28px;
    width: 94px;
}

.en {
    height: 26px;
    width: 94px;
    padding: 10px 0 0 31px !important;
}

#nav-login {
    /*display: inline-block;*/
    width: 94px;
    list-style: none;
    /*font-weight:bold;
				margin-bottom:10px;*/
}

#nav-login p {
    color: rgb(45, 49, 60);
    font-size: 12px;
    font-family: "OpenSans-Regular";
    color: rgb(45, 49, 60);
    line-height: 0.486;
    //position: relative;
    padding: 0;
    //text-align: center;
    cursor: pointer;
}

#nav-login li {
    float: left;
    //margin-right:10px;
    position: relative;
    display: block;
    /* width: 80px;
			    height: 36px;*/
}

#nav-login li img {
    height: 2px;
    width: 94px;
    // margin: 2px 0 0 10px;
}

#nav-login li a {
    display: block;
    padding: 12px 0 0 10px;
    /*color:#fff;*/
    /*background:#333;*/
    font-size: 12px;
    font-family: "OpenSans-Regular";
    color: rgb(45, 49, 60);
    line-height: 1.286;
    position: relative;
    color: rgb(45, 49, 60);
    /* text-indent: 21px;*/
    /*text-shadow:1px 1px 1px rgba(0,0,0,0.75);  
				-moz-border-radius:2px;
				-webkit-border-radius:2px;
				border-radius:2px;*/
}

#nav-login li a:hover {
    color: rgb(45, 49, 60);
    /*background:#6b0c36;*/
    /*background:rgba(107,12,54,0.75);  Выглядит полупрозрачным */
    text-decoration: none;
}

#nav-login li ul li:last-child {
    padding-bottom: 15px;
}


/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/

#nav-login ul {
    list-style: none;
    position: absolute;
    top: 28px;
    left: -9999px;
    /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
    opacity: 0;
    /* Устанавливаем начальное состояние прозрачности */
    -webkit-transition: 0.25s linear opacity;
    /* В Webkit выпадающие пункты будут проявляться */
    //border-radius: 0 0 5px 5px;
    /*background-color: rgba(255, 255, 255, 0.2);*/
    background-color: rgba(255, 255, 255, 1);
    font-family: "OpenSans-Regular";
    color: rgb(45, 49, 60);
    text-align: left;
    border-width: 1px;
    border-color: rgb(232, 232, 232);
    box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.15);
    width: 91px;
    z-index: 10;
}

#nav-login ul li {
    padding-top: 1px;
    /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
    float: none;
    /*background:url(dot.gif);*/
}

#nav-login ul a {
    white-space: nowrap;
    /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
    display: block;
}

#nav-login li:hover ul {
    /* Выводим выпадающий пункт при наведении курсора */
    left: 0;
    /* Приносим его обратно на экран, когда нужно */
    opacity: 1;
    /* Делаем непрозрачным */
}

#nav-login li:hover a {
    /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
    /*background:#6b0c36;
				background:rgba(107,12,54,0.75);*/
    /* Выглядит полупрозрачным */
    text-decoration: none;
}

#nav-login li:hover ul a {
    /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.075s linear;
}

#nav-login li:hover ul li a:hover {
    /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
    /* background:#333;
				 background:rgba(51,51,51,0.75); */
    /* Будет полупрозрачным */
    text-decoration: none;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.first-line-select {
    //display: inline-block;
    //float: right;
    //width: 100%;
    height: 40px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
    /* padding: 10px;*/
    background-position: 15%;
    background-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(232, 232, 232);
    box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.15);
    z-index: 510;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    /* Для Firefox */
    box-sizing: content-box;
}

.first-line-select:hover {
    //background-color: rgba(115, 115, 115, 0.8) !important;
    //border-radius: 5px 5px 0 0;
    //border-bottom: 1px solid #e6e8ea;
    cursor: pointer;
}

#nav-select:after {
    content: "";
    width: 0;
    height: 0;
    float: left;
    margin-left: 17px;
    margin-top: -19px;
    //border-width: 5px 4px 0 4px;
    //border-style: solid;
    //border-color: #fff transparent;
}

.current-select {
    height: 35px;
    width: 100%;
}

.en {
    height: 32px;
    width: 100%;
    padding: 10px 0 0 31px !important;
}

#nav-select {
    /*display: inline-block;*/
    width: 100%;
    list-style: none;
    /*font-weight:bold;
				margin-bottom:10px;*/
}

#nav-select p {
    color: rgb(45, 49, 60);
    font-size: 16px;
    font-family: "OpenSans-Regular";
    color: rgb(45, 49, 60);
    line-height: 0.486;
    //position: relative;
    padding: 0;
    //text-align: center;
    cursor: pointer;
    margin-left: -10px;
    margin-top: 7px;
}

#nav-select li {
    float: left;
    //margin-right:10px;
    position: relative;
    display: block;
    /* width: 80px;
			    height: 36px;*/
}

#nav-language li img {
    height: 2px;
    width: 100%;
    // margin: 2px 0 0 10px;
}

#nav-select li a {
    display: block;
    padding: 12px 15px 15px 10px;
    /*color:#fff;*/
    /*background:#333;*/
    font-size: 14px;
    font-family: "OpenSans-Regular";
    color: rgb(45, 49, 60);
    line-height: 1.286;
    position: relative;
    color: rgb(45, 49, 60);
    /* text-indent: 21px;*/
    /*text-shadow:1px 1px 1px rgba(0,0,0,0.75);  
				-moz-border-radius:2px;
				-webkit-border-radius:2px;
				border-radius:2px;*/
}

#nav-select li a:hover {
    color: rgb(45, 49, 60);
    //background:#303440;
    background: rgba(48, 52, 64, 0.1);
    Выглядит полупрозрачным text-decoration: none;
}

#nav-select li ul li:last-child {
    //padding-bottom:15px;
}


/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/

#nav-select ul {
    list-style: none;
    position: absolute;
    top: 42px;
    left: -9999px;
    /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
    opacity: 0;
    /* Устанавливаем начальное состояние прозрачности */
    -webkit-transition: 0.25s linear opacity;
    /* В Webkit выпадающие пункты будут проявляться */
    //border-radius: 0 0 5px 5px;
    /*background-color: rgba(255, 255, 255, 0.2);*/
    background-color: rgba(255, 255, 255, 1);
    font-family: "OpenSans-Regular";
    color: rgb(45, 49, 60);
    text-align: left;
    border-width: 1px;
    border-color: rgb(232, 232, 232);
    box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    z-index: 10;
}

#nav-select ul li {
    padding-top: 1px;
    /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
    float: none;
    /*background:url(dot.gif);*/
}

#nav-select ul a {
    white-space: nowrap;
    /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
    display: block;
}

#nav-select li:hover ul {
    /* Выводим выпадающий пункт при наведении курсора */
    left: 0;
    /* Приносим его обратно на экран, когда нужно */
    opacity: 1;
    /* Делаем непрозрачным */
}

#nav-select li:hover a {
    /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
    /*background:#6b0c36;
				background:rgba(107,12,54,0.75);*/
    /* Выглядит полупрозрачным */
    text-decoration: none;
}

#nav-select li:hover ul a {
    /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.075s linear;
}

#nav-select li:hover ul li a:hover {
    /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
    /* background:#333;
				 background:rgba(51,51,51,0.75); */
    /* Будет полупрозрачным */
    //	text-decoration:none;
    //	-moz-transform:scale(1.05);
    //	-webkit-transform:scale(1.05);
}

.main_select {
    margin-top: 10px;
    border-radius: 0;
    height: 42px;
}

.container div input,
.container div textarea {
    color: rgb(4, 4, 4);
}

.solution_bg {
    background-image: url('../images/1400/solution_img1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 500px;
    transition: all .3s;
}

.bs-example {
    margin: 30px;
    margin-top: 70px;
}

@media (min-width: 992px) {
    .bs-example {
        margin-left: 0;
    }
}

.wrapper_solution_ico {
    text-align: center;
    width: 50px;
    margin: 0 auto;
}

.panel-group .panel {
    border: 0;
    border-radius: 0;
}

.panel-heading {
    border-radius: 0;
}

.panel-heading.active {
    background: #dd2748;
}

.panel-heading.active .panel-title {
    color: #fff;
}

.panel-title {
    font-family: "OpenSans-ExtraBold";
    font-size: 14px;
}

.panel-body {
    padding: 0;
    padding-left: 15px;
}

.panel-body ul {
    margin: 0;
}

.panel-body ul li {
    padding: 8px 0;
    padding-right: 15px;
    border-bottom: 1px solid rgb(198, 198, 198);
}

.panel-body ul li:last-child {
    border-bottom: none;
}

.panel-body ul li a {
    font-size: 14px;
    color: rgb(56, 56, 56);
    transition: all .3s;
}

.panel-body ul li a.active:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #dd2748;
    vertical-align: middle;
    margin-right: 5px;
    transition: all .3s;
}

.footer_logo_wrapper {
    text-align: center;
}

@media (min-width: 768px) {
    .footer_logo_wrapper {
        text-align: left;
    }
}

.app_links {
    text-align: center;
    margin-top: 25px;
}

.app_links a img {
    /* width: 100px; */
}

.wrapper_solution_info {
    display: none;
    color: rgb(255, 255, 255);
    font-weight: 300px;
    padding: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
    min-width: 300px;
    font-size: 12px;
}

@media (min-width: 768px) {
    .wrapper_solution_info {
        padding: 50px 0px;
    }
}

.wrapper_solution_info.active {
    display: block;
}

.service-plan-wrapper {
    text-align: center;
}

.service-plan {
    vertical-align: top;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    max-width: 260px;
    /* padding: 30px 30px 20px; */
    margin: 15px 5px 0;
    box-sizing: border-box;
    transition: all .3s;
}

.service-plan:hover {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 500px) {
    .service-plan {
        margin-left: 0;
        margin-right: 0;
    }

    .free {
        font-size: 50px;
    }
}

.service-plan .title {
    padding: 30px 30px 0;
}

.service-plan .title h4 {
    margin: 0;
}

.service-plan ul {
    padding: 0 15px;
}

.service-plan ul li {
    padding: 7px 0 6px 30px;
    background: url('../images/quiktrakglobal/service-plan-check.png') no-repeat left center;
    font-size: 16px;
    color: rgb(40, 40, 40);
    line-height: 20px;
    font-family: "OpenSans-Regular";
    text-align: left;
}

.service-plan ul li.disabled {
    background: none;
    color: #d6d6d6;
}

.service-plan.service-plan-1 ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.service-plan p {
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    font-family: "OpenSans-Semibold";
    padding: 0 30px;
}

.service-plan p span {
    color: #dd2748;
}

.service-plan .price {
    text-align: center;
    background: url('../images/quiktrakglobal/service-plan-price-bg.png') no-repeat center center;
    background-size: cover;
    padding: 15px 0;
}

.service-plan.service-plan-1 .price {
    margin-top: 13px;
    width: 100%;
    position: absolute;
    bottom: 110px;
    left: 0;
}

.service-plan.service-plan-3 .price {
    margin-top: 13px;
    width: 100%;
    position: absolute;
    bottom: 110px;
    left: 0;
}

.service-plan.service-plan-2 .price {
    margin-top: 13px;
    width: 100%;
    position: absolute;
    bottom: 110px;
    left: 0;
}

.service-plan .price h6 {
    font-size: 28px;
    font-family: "OpenSans-Regular";
    text-shadow: 0px 5px 7px rgba(0, 0, 0, 0.6);
    color: rgb(255, 255, 255);
    margin: 0;
}

.service-plan .price h6 span {
    font-size: 30px;
    font-family: "OpenSans-Extrabold";
}

.button-wrapper {
    /*padding: 20px;*/
    position: absolute;
    bottom: 40px;
    transform: translateX(-50%);
    left: 50%;
}

.qtg-button {
    display: block;
    cursor: pointer;
    background-color: rgb(221, 39, 72);
    border: 2px solid rgb(221, 39, 72);
    width: 200px;
    text-decoration: none;
    box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.15);
    transition: all .3s;
}

.qtg-button:hover {
    background: transparent;
}

.qtg-button p {
    font-size: 18px;
    font-family: "OpenSans-Bold";
    color: rgb(255, 255, 255);
    margin: 10px 0;
    text-align: center;
    transition: all .3s;
}

.qtg-button:hover p {
    color: rgb(221, 39, 72);
}

.nomargin-bottom {
    margin-bottom: 0px;
}

.bottom-nav {
    top: -128px !important;
}

.footer-1 {
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
}

.footer-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    border-top: 1px solid #cccccc;
}

.thank-info {
    padding-top: 70px !important;
    padding-right: 12px !important;
}

.padding-left-20 {
    padding-left: 20px;
}

.footer-block-1 div {
    padding: 5px;
}

.footer-block-1 div span {
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 400;
    margin-left: 5px;
}

.footer-block-2 div {
    padding: 2px;
    font-size: 12px;
}

.footer-block-2 div a,
.footer-block-3 div a {
    color: white;
}

.footer-block-3 div a {
    padding: 2px;
    font-size: 12px;
}

.footer-login-arrow {
    float: right;
    margin-right: 8px;
    margin-top: -17px;
}

.footer-copyright {
    font-size: 12px;
    padding-right: 10px;
    float: right;
}

.bg_block_eight a:hover {
    text-decoration: underline;
}

.presentation_button {
    width: 300px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.modal-presentation .modal {
    position: fixed;
}

@media (min-width:1114px) {
    .modal-presentation .modal-dialog {
        width: 1114px;
    }
}

.modal-presentation .modal-body {
    padding: 0px;
}

.modal-presentation .modal-content {
    border: 0px;
    border-radius: 0px;
    min-height: 350px;
}

.modal-presentation .modal-closer {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 0 0 0;
    top: 10px;
    right: 10px;
    z-index: 5;
    position: absolute;
    display: inline-block;
    cursor: pointer;
}

.modal-presentation .modal-caption {
    margin-top: 50px;
    bottom: 50px;
    padding: 50px;
    padding-bottom: 100px;
}

.enquire_link {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.service-plan-1 ul {
    margin-bottom: 25px;
}

.service-plan-1 {
    height: 980px;
    position: relative;
}

.service-plan-2 {
    height: 980px;
    position: relative;
}

.service-plan-3 {
    height: 980px;
    position: relative;
}

.service-plan-4 {
    height: 980px;
    position: relative;
}

.block_demo__title {
    color:rgb(255,255,255);font-size:23px;letter-spacing: .02em;
}

.block_demo__specspan {
    font-size: 18px;
  }
  