html,body {
    /* min-width: 480px; */
    min-width: 320px;
}
html {
    min-height: 100%;
    position: relative;
    /* font-family: 'Open Sans', Arial, sans-serif; */
}
body {
    /* min-width: 300px; */
    /* min-width: 480px; */
    /* width: auto !important; */
    /* width: 100%; */
    background-color: #1A1A1F;
    color: #ECECEF;
}
body:after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity .3s;
}
body.noticed {
    overflow: hidden;
    max-height: 100%;
}
body.noticed:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0, 0.75);
    z-index: 300;
    opacity: 1;
    transition: opacity .3s;
}
:focus,
a:focus {
    outline: none;
}
.navbar-brand {
    float: left;
    padding: 4px 0px 0px 0px;
    font-size: 20px;
    line-height: 64px;
    height: 64px;
    display: block;
    vertical-align: middle;
    margin-bottom: 13px;
    outline: none;
}
.navbar-brand:focus {
    outline: none;
}
.navbar-brand>img {
    display: inline-block;
    height: 32px;
    width: auto;
}
.navbar-toggle .nav-bar {
    display: block;
    background-color: #4477aa;
    height: 2px;
    border-radius: 1px;
    width: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-toggle .nav-bar + .nav-bar {
    margin-top: 4px;
}
.header-phone {
    float: left;
    margin: 7px 0 0 8px;
    padding-left: 16px;
    border-left: 1px solid #000;
    vertical-align: middle;
    position: relative;
    max-width: 470px;
}
.header-phone-inner {
    position: relative;
}
.header-phone p { margin: 0; }
.header-phone .header-phonenumber {
    /* line-height: 18px;
    font-size: 16px; */
    color: #000;
    font-weight: bold;
    vertical-align: top;
    line-height: 20px;
    font-size: 20px;
    letter-spacing: -0.02em;
}
.header-phone .header-phonedescription {
    font-size: 14px; color: #000; line-height: 15px; vertical-align: bottom;
    letter-spacing: -0.02em;
}
.header-phone .header-phonedescription .support-maintext {display: block;}
.header-phone .header-phonedescription .support-offered {
    display: block;
    color: #c2c2c2;
    font-size: 12px;
    line-height: 125%;
}
.header .phone-providedby {
    display: block;
    color: #c2c2c2;
    font-size: 12px;
    line-height: 125%;
}

.header .phone-providedby a {
    color: #777;
    text-decoration: none;
}
.header .phone-providedby a:hover, .header .phone-providedby a:focus {
    outline: none;
    box-shadow: none;
    text-decoration: underline;
    border: none;
}

.contacts-description .phone-providedby {
    display: inline;
    margin-left: 0.5em;
}

/*** HEADER-PHONE-V2 **********************************************************/
.header-phone-v2 {
    /* margin: 7px 0 0 8px; */
    margin-left: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-left: 1px solid #000;
    max-width: 470px;
    position: relative;
    float: left;
    vertical-align: middle;
}
.header-phone-v2 .header-phone-inner {
    position: relative;
}
.header-phone-v2 .phone-btn {
    display: block;
    border: 1.4px solid #e1e1e1;
    border-radius: 45px;
    height: 44px;
    width: 77px;
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    padding: 4px;
    position: absolute;
    left: 0;
    /* top: 3px; */
    top: 10px;
}
.header-phone-v2 .phone-btn:hover,
.header-phone-v2 .phone-btn:focus {
    outline: none;
    border-color: #0077af;
}
.header-phone-v2 .phone-btn .phone-flag {
    float: left;
    display: block;
    width: 34px;
    height: 34px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.header-phone-v2 .phone-btn .phone-btn-arr {
    display: block;
    float: left;
    width: 13px;
    height: 34px;
    margin-left: 11px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/flags/arrow.png');
}

.header-phone-v2 .phone-block {
    display: block;
    position: relative;
    padding-left: 90px;
}
.header-phone-v2 .header-phonenumber {
    color: #000;
    font-weight: 700;
    vertical-align: top;
    line-height: 20px;
    font-size: 20px;
    letter-spacing: -.02em;
    font-weight: 700;
}
.header-phone-v2 .header-phonedescription {
    font-size: 14px;
    color: #000;
    line-height: 15px;
    vertical-align: bottom;
    letter-spacing: -.02em;
}
.header-phone-v2 .header-phonedescription .support-maintext {
    display: inline-block;
}
.header-phone-v2 .header-phonedescription .support-offered {
    display: inline-block;
    color: #c2c2c2;
    font-size: 12px;
    line-height: 1em;
}

.header-phone-v2 .header-phones-list-wrapper {
    display: none;
    position: absolute;
    /* top: 57px; */
    top: 64px;
    left: -11px;
    padding: 16px;
    min-width: 186px;
    background-color: #F6F6F6;
}
.header-phone-v2 .header-phones-list-wrapper.active {
    display: block;
    z-index: 10;
}
.header-phone-v2 .header-phones-list:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #f6f6f6 transparent;
    -webkit-transform:rotate(360deg);
    position: absolute;
    top: -9px;
    left: 33px;
}
.header-phone-v2 .header-phones-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.header-phone-v2 .header-phones-list li {
    display: block;
}
.header-phone-v2 .header-phones-list .phone-item {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: #000000;
    transition: background-color .2s;
}
.header-phone-v2 .header-phones-list .phone-item:focus,
.header-phone-v2 .header-phones-list .phone-item:hover {
    cursor: pointer;
    background-color: #FFFFFF;
    text-decoration: none;
    outline: none;
    color: #0077af;
}
.header-phone-v2 .header-phones-list .phone-item + .phone-item {
    margin-top: 2px;
}
.header-phone-v2 .header-phones-list .phone-item .phone-flag {
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1.4px solid #CBCBCB;
    border-radius: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    vertical-align: middle;
}
.header-phone-v2 .header-phones-list .phone-item .phone-country {
    font-size: 16px;
    line-height: 34px;
    vertical-align: middle;
    padding-left: 10px;
}

.header-phone-v2 div[data-country-code = "default"] {
    text-decoration: none;
}

.header-phone-v2 div[data-country-code = "default"] .phone-btn .phone-flag,
.header-phone-v2 div[data-country-code = "us"] .phone-btn .phone-flag,
#phonecountry-default .phone-flag {
    background-image: url('../images/flags/us.svg');
}
.header-phone-v2 div[data-country-code = "au"] .phone-btn .phone-flag,
#phonecountry-au .phone-flag {
    background-image: url('../images/flags/au.svg');
}
.header-phone-v2 div[data-country-code = "ca"] .phone-btn .phone-flag,
#phonecountry-ca .phone-flag {
    background-image: url('../images/flags/ca.svg');
}
.header-phone-v2 div[data-country-code = "de"] .phone-btn .phone-flag,
#phonecountry-de .phone-flag {
    background-image: url('../images/flags/de.svg');
}
.header-phone-v2 div[data-country-code = "fr"] .phone-btn .phone-flag,
#phonecountry-fr .phone-flag {
    background-image: url('../images/flags/fr.svg');
}
.header-phone-v2 div[data-country-code = "gb"] .phone-btn .phone-flag,
#phonecountry-gb .phone-flag {
    background-image: url('../images/flags/gb.svg');
}
@media screen and (max-width: 1200px) {
    .header-phone-v2 {
        max-width: 360px;
    }
}
@media screen and (max-width: 991px) {
    .header-phone-v2 {
        max-width: 300px;
    }
    .header-phone-v2 .phone-btn {
        display: none;
    }
    .header-phone-v2 .phone-block {
        padding-left: 0px;
    }
}
@media screen and (max-width: 843px) {
    .header-phone-v2 {
        max-width: 240px;
    }
    .header-phone-v2 .header-phonedescription {
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 28px;
        padding-bottom: 27px;
    }
}
@media screen and (max-width: 767px) {
    .header-phone-v2 {
        max-width: none;
    }
    .header-phone-v2 .phone-block {
        padding-left: 90px;
    }
    .header-phone-v2 .phone-btn {
        display: block;
    }
    .header-phone-v2 .header-phonedescription {
        font-size: 14px;
        line-height: 120%;
    }
    .header-phone-v2 .header-phonedescription .support-offered {
        display: block;
        line-height: 130%;
    }
}
@media screen and (max-width: 599px) {
    .header-phone-v2 .phone-block {
        padding-left: 0px;
    }
    .header-phone-v2 .phone-btn {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .header-phone-v2 {
        display: none;
    }
}

/*** end HEADER-PHONE-V2 ******************************************************/

#header-menu { }
#header-menu > ul > li > a { text-transform: none; }
#header-menu a li a { text-transform: none; }
#header-menu a {
    color: #ECECEF;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#header-menu a:hover, #header-menu a:active, #header-menu .dropdown.open > a {
    /*color: #4477aa;*/
    color: #60CDFF;
    text-decoration: none;
    background-color: transparent;
}
#header-menu .menu-header { position: relative; text-align: center; vertical-align: middle; line-height: 13px; font-size: 13px; padding: 0; height: 16px; }
#header-menu .menu-header:before { content: " "; display: block; width: auto; height: 1px; left: 6px; right: 6px; position: absolute; background-color: #ccc; top: 50%; }
#header-menu .menu-header span { position: relative; display: inline-block; background-color: #fff; padding: 0 9px; color: #999; font-size: 13px; line-height: 13px; vertical-align: middle; }
/*#header-menu > ul > li > a:after { content: ''; display: block; left: 50%; bottom: 0; position: absolute; width: 0px; height: 3px; background-color: #4477aa; right: 50%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}*/
/*#header-menu .dropdown.open > a:after, #header-menu > ul > li > a:hover:after { content: ''; display: block; left: 15px; bottom: 0; position: absolute; width: auto; height: 3px; background-color: #4477aa; right: 15px; }*/
#header-menu .dropdown-menu li + li { margin-top: 4px; }
.navbar-toggle {
    margin-top: 22px;
    border: none;
    background: transparent !important;
}
.navbar-toggle:hover { background: transparent !important; }
.navbar-toggle.x .nav-bar-1 { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: 10% 10%; -ms-transform-origin: 10% 10%; transform-origin: 10% 10%; }
.navbar-toggle.x .nav-bar-2 { opacity: 0; filter: alpha(opacity=0); }
.navbar-toggle.x .nav-bar-3 { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 10% 90%; -ms-transform-origin: 10% 90%; transform-origin: 10% 90%; }
.navbar-toggle.x.collapsed .nav-bar-1 { -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); }
.navbar-toggle.x.collapsed .nav-bar-2 { opacity: 1; filter: alpha(opacity=100); }
.navbar-toggle.x.collapsed .nav-bar-3 { -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); }

/* D-MENU */
.d-menu {}
.d-menu .dropdown-menu {
    padding: 0px;
    margin: 0px;
    border: none;
    float: none;
    box-shadow: 0 16px 16px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 16px 16px rgba(0,0,0,.3);
    text-align: left;
    opacity: 1;
    background-color: #fff;
}
.d-menu-item-1 .dropdown-menu {
    right: -160px;
}
.d-menu-item-2 .dropdown-menu {
    right: -60px;
}
.d-menu-item-3 .dropdown-menu {
    right: 0px;
}
.d-menu-inner {width: 712px;}
.d-menu-inner:after, .d-menu-inner:before {
    content: " ";
    display: table;
    box-sizing: border-box;
}
.d-menu-inner:after {
    clear: both;
}
.d-menu-block {
    display: block;
    float: left;
    box-sizing: border-box;
    position: relative;
    padding: 54px 0px 55px 0px;
    font-family: "Open Sans", sans-serif;
}
.d-menu-block.block-left {
    width: 408px;
    padding-left: 68px;
    padding-right: 64px;
    color: #545454;
}
.d-menu-block.block-right {
    width: 304px;
    padding-left: 12px;
    padding-right: 24px;
    color: #000000;
}
.d-menu-content {
    min-height: 230px;
    display: block;
    position: relative;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    padding: 0px 0px 86px 0px;
    background-image: url('../images/o-logo.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}
.d-menu-items {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.d-menu-item {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
}
#header-menu .dropdown-menu li.d-menu-item + li.d-menu-item,
.d-menu-item + .d-menu-item {
    margin-top: 20px;
}
#header-menu li + li {
    border: none;
}
.d-menu-link, #header-menu a.d-menu-link {
    font-weight: normal;
    font-size: 26px;
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
    height: 54px;
    line-height: 54px;
}
.d-menu-link:hover, .d-menu-link:focus, #header-menu a.d-menu-link:hover, #header-menu a.d-menu-link:focus {
    color: #47a;
    outline: none;
    text-decoration: none;
}
.d-menu-item-desc {
    display: none;
}
.d-menu-icon {
    display: inline-block;
    width: 51px;
    height: 51px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 16px 0px 0px;
    padding: 0px;
    border-radius: 50% 50%;
    vertical-align: top;
    position: relative;
}
.d-menu-icon.appicon-pc-repair {
    background-image: url('../images/icons/icon-pc-repair.png');
}
.d-menu-icon.appicon-android-care {
    background-image: url('../images/icons/icon-android-care.png');
}
.d-menu-icon.appicon-vpn {
    background-image: url('../images/icons/icon-vpn.png');
}
.d-menu-icon.appicon-anti-malware {
    background-image: url('../images/icons/icon-anti-malware.png');
}
.d-menu-icon.appicon-antivirus {
    background-image: url('../images/icons/icon-antivirus.png');
}
.d-menu-icon.appicon-driver-updater {
    background-image: url('../images/icons/icon-driver-updater.png');
}



[class^="section-"] {position: relative;display: block;}
.section-header {text-align: center;}
.section-header {padding: 60px 0 32px;}
.section-title {font-size: 45px;margin-bottom: 26px;line-height: 45px;color: #000000;}
.section-header p {margin-bottom: 20px; font-size: 18px; line-height: 24px}
.section-divider .divider {width: 80%; height:1px; background-color:#cccccc;overflow: hidden;font-size: 1px;line-height: 1em;display: block;margin:0 auto;}

/* .page-top-info {
    text-align: center;
    padding: 0;
    background-color: #4477aa;
    color: #ffffff;
    background-image: url('../images/bg-04.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.page-top-info h1 {
    font-weight: bold;
    margin: 0;
    padding: 140px 0;
    letter-spacing: -0.02em;
    line-height: 1.5em;
    text-shadow: 1px 1px 3px #1a2c3f;
} */
.page-top {
    text-align: center;
    color: #fff;
    padding: 60px 0px;
    background-image: url('../images/bg/bg-03.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.page-top h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    letter-spacing: -0.02em;
    line-height: 1.5em;
    text-shadow: 0px 1px 2px #1a2c3f;
}

/* sticky footer */
#wrapper {
    width: 100%;
    margin: 0;
    padding: 0 0 0 0;
    position: relative;
    box-sizing: border-box;
    min-height: 100vh;

    display: flex;
    flex-direction: column;
}
#wrapper.headerempty {
    /*padding-bottom:230px;*/
}
/*#wrapper:after { content: ''; display: block; clear: both }*/
#wrapper .header {
    background-color: #121216;
    order-bottom: 1px solid #2B2B30;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}
.footer {
    /*position: absolute;
    bottom: 0;*/
    border-top: 1px solid #2B2B30;
    position: relative;
    width: 100%;
    /*height: 390px;*/
    background-color: #1a1a1f;
    color: #9393A1;
    overflow: hidden;
    margin: 0;
    padding: 50px 0 0 0;
}
.footer.footermin { height: 230px; padding-top: 30px; }
.footer-logo { max-width: 120px; }
.footer-nav { font-size: 15px; }
.footer-nav-title {color: #ECECEF; font-weight: bold; font-size: inherit; text-transform: uppercase; margin: 0 0 1em 0; font-family: "Open Sans", Helvetica, Arial, sans-serif; }
.footer-nav .nav a { padding: 0; margin: 0 0 0.8em 0; color: #9393A1; display: inline-block;}
.footer-nav .nav a:hover, .footer-nav .nav a:active, .footer-nav .nav a:focus { text-decoration: none; background-color: transparent; color: #fff; outline: none;}
.footer-nav .nav a:hover {
    color: #60CDFF;
}
.footer-slogan-wrapper { min-height: 66px; }
.footer-slogan {color: #9393A1; font-weight: normal; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 15px; padding: 12px 0 0 0; line-height: 1.5em; }
.footer-columns {
    justify-content: flex-end;
    display: flex;
}
.footer-nav-horizontal hr { border-top: 1px solid #2B2B30; }
.footer-navbar { list-style: none; padding: 0; margin: 0; }
.footer-navbar.languages {
    text-align: right;
}
.footer-navbar li { display: inline-block; vertical-align: middle; }
.footer-navbar li + li { margin-left: 1.5em; }
.footer-navbar a { color: #9393A1; text-decoration: none; outline: none;}
.footer-navbar a:hover, .footer-navbar a:focus, .footer-navbar a:active { color: #ffffff; text-decoration: none; outline: none;}
.footer-navbar a:hover {
    color: #60CDFF;
}
.footer-nav-horizontal { font-size: 15px;padding-bottom:22px; }
.footer-nav-horizontal .copyright { }
.footer-nav-horizontal .copyright p { vertical-align: middle; text-align: right; margin: 0}

.footer-connect { display: inline-block; height: 36px; margin: 0; width: 36px; background: url('../images/footer-social-icon.png') 0 0 no-repeat; background-size: auto 100%; opacity: 0.4;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.footer-connect + .footer-connect {margin-left:7px;}
.footer-connect:hover, .l-footer-connect:focus { opacity: 1; }
.footer-connect.facebook { background-position: 0px 0px; }
.footer-connect.twitter { background-position: -46px 0px; }
.footer-connect.tumblr { background-position: -94px 0px; }
.footer-columns {}
.footer-column-1 {}
.footer-column-2 {}
.footer-column-3 {}

#content {
    display: block;
    position: relative;
}
.page-home #wrapper {
    /* background-image: url('../images/bg-3.jpg');
    background-size: cover;
    background-position: center; */
}

/*
.page-home #content {
    min-height: calc(100vh - 77px);
    background-image: url('../images/bg-3-2.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: rgba(0,0,0,0.1);
    flex-direction: column;
}

.page-home #landing_page {
    flex: 0 1 auto;
    padding-bottom: 35px;
}
.page-home .main-content {
    color: #fff;
    text-align: center;
}
*/
.page-home #content {
    /*min-height: calc(100vh - 77px);*/
    /*background-image: url('../images/bg-3-3.jpg');
    background-size: cover;
    background-position: center;*/
    background-color: #202024;
    flex: 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.page-home #content::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../images/bg-3-3.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    filter: brightness(0.5);
}

.page-home #content #landing_page {
    padding: 40px 0;
}

/* .page-home #landing_page {
    flex: 0 1 auto;
    padding-bottom: 35px;
} */
.page-home .main-content-row {
    display: flex;
    /*display: table;*/
    position: relative;
}
.page-home .main-content {
    color: #fff;
    text-align: center;
    float: none;
    position: relative;
    vertical-align: middle;
    /*height: calc(100vh - 77px);*/
    /*display: table-cell;*/
}


.page-home .main-content h1 {
    font-size: 56px;
    letter-spacing: -0.02em;
    line-height: 1.5em;
    text-shadow: 1px 1px 3px #1a2c3f; /* #395b7c; */
    margin: 0px 0px 0.3em 0px;
}
.page-home .main-content p {
    font-size: 22px;
    margin: 0px;
    text-shadow: 1px 1px 2px #1a2c3f; /* #395b7c; */
    line-height: 1.5em;
}

#loading {
    font-size: 14px;
    line-height: 1.5em;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
#loading h4 {
    padding: 0;
    color: #2a67ac;
    font-size: 18px;
    margin: 0px 0px 10px 0px;
}
#loading p {
    margin: 0px;
}

.form-wrapper {
    display: block;
    position: relative;
    border: 1px solid #9e9e9e;
    padding: 32px;
}
.container.notify {
    margin-top: 20px;
    margin-bottom: 20px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert .alert-link {
    font-weight: 700;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger .alert-link {
    color: #843534;
}

.section {
}
.section-contacts {
    padding: 60px 0 72px;
}
.contacts-col1 { }
.contacts-col2 { padding: 0 60px; }
.form-table {
    position: relative;
    width: 100%;
    max-width: 100%;
}
.section-title { color: #009fdd; font-weight: bold; text-align: left; margin-bottom: 25px; }
.g-row.surely:before { width: 24px; display: block; float: right; margin-right: -19px; margin-bottom: -100%; font-size: 16px; color: red; content: '*'; text-align: right; }
.error-input {
    margin: 0;
    /*margin-top: -12px;*/
    margin-top: 0px;
    margin-bottom: 1em;
    text-align: left;
    color: #f60707;
    font-size: 13px;
    line-height: 1.5em;
}
.requred-p { margin: 0; margin-bottom: 8px; text-align: left; color: #f60707; font-size: 16px; }

.contacts-text {    /* padding: 24px; */
padding: 0 24px 24px 24px; position: relative; text-align: left; color: #444444; }
.contacts-text:before { border: 24px solid transparent; position: absolute; top: 24px; left: -48px; content: ''; }
.contacts-title { margin-bottom: 18px; font-size: 20px; font-weight: bold; color: #000; font-family: inherit; text-align: left; }
.contacts-description { margin-bottom: 16px; text-align: left; }
.contacts-description.bg { background-color: #ededed; padding: 30px; max-width: 282px }
.contacts-description.phone { font-weight: bold; font-size: 16px; background-color: #ededed; background-image: url(../images/phone.png); padding: 23px 21px 23px 49px; background-position: 21px center; background-repeat: no-repeat; max-width: 282px }
.contacts-description.phone-description, .contacts-description.details { margin-bottom: 36px; }
.contacts-description .company-name { margin-bottom: 12px; display: block; }
.contacts-description .mailing-address { }
.contacts-description-comment { }
.contacts-footer .important { font-weight: bold; }
.contacts-text-color-description { color: #444444; }

/* SELECT */
.jq-selectbox { text-align: left; /*margin-bottom: 17px;*/ width: 100%; font-size: 14px;}
.jq-selectbox.has-error .jq-selectbox__select { border-color: #f60707; background: #ffecec; }
.jq-selectbox.has-error.changed .jq-selectbox__select { border: 1px solid #9e9e9e; }
.jq-selectbox.has-error .jq-selectbox__select-text { color: #f60707; font-weight: normal; }
.jq-selectbox__select {
    height: 33px;
    padding: 0 40px 0 12px;
    /*background-color: #f5f5f5;*/
    background-color: #ffffff;
    border: 1px solid #9e9e9e;
}
.jq-selectbox__select-text { display: block; overflow: hidden; width: 100% !important; white-space: nowrap; text-overflow: ellipsis; line-height: 31px; color: #808080; font-weight: bold; }
.jq-selectbox__trigger { width: 34px; position: absolute; top: 0; right: 0; height: 100%; border-left: 1px solid #9e9e9e; cursor: pointer; }
.jq-selectbox__trigger-arrow { position: absolute; top: 14px; right: 11px; width: 0; height: 0; border-top: 6px solid #6d6d6d; border-right: 6px solid transparent; border-left: 6px solid transparent; }
.jq-selectbox__dropdown {
    border-top: 1px solid #4477aa;
    border-left: 1px solid #4477aa;
    border-right: 1px solid #4477aa;
    border-bottom: 1px solid #4477aa;
    left: 0;
    right: 34px;
    /*background: #f4fafd;*/
    background: #ffffff;
}
.jq-selectbox__dropdown ul {padding:0;margin: 0;}
.jq-selectbox__dropdown li { line-height: 19px; padding: 8px 12px; cursor: pointer; }
.jq-selectbox__dropdown li:hover { color: white; background: #4477aa; }
.jq-selectbox__select:hover .jq-selectbox__trigger-arrow { border-top: 6px solid #4477aa; }
.jq-selectbox.opened .jq-selectbox__select {
    border: 1px solid #4477aa;
    /*background-color: #f5f5f5;*/
    background-color: #ffffff;
}
.jq-selectbox.opened .jq-selectbox__select-text { color: #000000; }
.jq-selectbox.opened .jq-selectbox__trigger { border-left: 1px solid #4477aa; background-color: #4477aa; }
.jq-selectbox.opened .jq-selectbox__trigger-arrow { border-top: 6px solid #ffffff; }
.jq-selectbox.changed .jq-selectbox__select-text { color: #000000; }
.jq-selectbox.changed .jq-selectbox__select { background-color: white; }

.c-select-wrapper {}
.c-select-wrapper .select2-container {
    font-size: 14px;
}
.c-select-wrapper .select2-container:focus {
    outline: none;
}
.c-select-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #808080;
}
.c-select-wrapper .select2-container .select2-selection--single {
    height: 33px;
    padding: 0px;
    /*background-color: #f5f5f5;*/
    background-color: #ffffff;
    border: 1px solid #9e9e9e;
    border-radius: 0px;
}
.c-select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 31px;
    color: #808080;
    font-weight: bold;
    padding-right: 40px;
    padding-left: 12px;
}
.c-select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
}
.c-select-wrapper.success .select2-container .select2-selection--single {
    background-color: #ffffff;
    border-color: #6dbd0d;
}
.c-select-wrapper.success .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}
/*.c-select-wrapper .select2-container.select2-container--below .select2-selection--single,
.c-select-wrapper .select2-container.select2-container--below .select2-selection--single .select2-selection__rendered {
    background-color: #ffffff;
    color: #000000;
}*/
.c-select-wrapper #topicId-error {
    margin-top: 4px;
}

/* INPUT */
label[class^="field-"] {
    width: 100%;
    position: relative;
    display: block;
}
.text-error {
    color: #f60707;
}
.field-text input, .c-input {
    /*background-color: #f5f5f5;*/
    background-color: #ffffff;
    border: 1px solid #9e9e9e;
    box-sizing: border-box;
    color: #000000;
    font-family: "Open Sans", Arial;
    font-size: 14px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    /*margin-bottom: 17px;*/
    margin-bottom: 4px;
    padding: 0 12px;
    position: relative;
    width: 100%;
}
.c-input.c-noeditable {
    color: #999;
}
.field-text input.filled,
.c-input.filled { background: white; }
.c-input.has-error { border-color: #f60707; background: #ffecec; }
.field-text input:-webkit-autofill,
.c-input:-webkit-autofill { -webkit-box-shadow: inset 0 0 0 40px #fff !important; /* Цвет фона */ -webkit-text-fill-color: #000 !important; /* цвет текста */ color: #000 !important; /* цвет текста */ }
.field-text input::-webkit-input-placeholder,
.c-input::-webkit-input-placeholder { color: #808080; }
.field-text input::-moz-placeholder,
.c-input::-moz-placeholder { color: #808080; opacity: 1; }
.field-text input:-moz-placeholder,
.c-input:-moz-placeholder { color: #808080; }
.field-text input:-ms-input-placeholder,
.c-input:-ms-input-placeholder { color: #808080 !important; }
.c-input.has-error::-webkit-input-placeholder { color: #f60707; font-weight: normal; }
.c-input.has-error::-moz-placeholder { color: #f60707; font-weight: normal; }
.c-input.has-error:-moz-placeholder { color: #f60707; font-weight: normal; }
.c-input.has-error:-ms-input-placeholder { color: #f60707; font-weight: normal; }
.field-text input:focus,
.c-input:focus {
    /*background: #f4fafd;*/
    background-color: #ffffff;
    border: 1px solid #4477aa;
    outline: none;
}
.field-text input:focus::-webkit-input-placeholder,
.c-input:focus::-webkit-input-placeholder { color: transparent }
.field-text input:focus::-moz-placeholder,
.c-input:focus::-moz-placeholder { color: transparent }
.field-text input:focus:-moz-placeholder,
.c-input:focus:-moz-placeholder { color: transparent }
.field-text input:focus:-ms-input-placeholder,
.c-input:focus:-ms-input-placeholder { color: transparent }
.field-text input:focus:-webkit-autofill,
.c-input:focus:-webkit-autofill { -webkit-box-shadow: inset 0 0 0 40px #f4fafd !important; /* Цвет фона */ }

/* TEXTAREA */
.c-textarea {
    width: 100%;
    /*background-color: #f5f5f5;*/
    background-color: #ffffff;
    border: 1px solid #9e9e9e;
    line-height: 16px;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    font-family: "Open Sans", Arial;
    margin-bottom: 17px;
    min-height: 80px;
    padding-top: 8px;
    resize: vertical;
}
.c-textarea.has-error { border-color: #f60707; background: #ffecec; }
.c-textarea.filled { background: white; }
.c-textarea::-webkit-input-placeholder { color: #808080; }
.c-textarea::-moz-placeholder { color: #808080; opacity: 1; }
.c-textarea:-moz-placeholder { color: #808080; }
.c-textarea:-ms-input-placeholder { color: #808080; }
.c-textarea.has-error::-webkit-input-placeholder { color: #f60707; font-weight: normal; }
.c-textarea.has-error::-moz-placeholder { color: #f60707; font-weight: normal; }
.c-textarea.has-error:-moz-placeholder { color: #f60707; font-weight: normal; }
.c-textarea.has-error:-ms-input-placeholder { color: #f60707; font-weight: normal; }
.c-textarea:focus {
    /*background: #f4fafd;*/
    background-color: #ffffff;
    border: 1px solid #4477aa;
    outline: none;
}
.c-textarea:focus::-webkit-input-placeholder { color: transparent }
.c-textarea:focus::-moz-placeholder { color: transparent }
.c-textarea:focus:-moz-placeholder { color: transparent }
.c-textarea:focus:-ms-input-placeholder { color: transparent }

.dynamic-form-item + .dynamic-form-item {
    margin-top: 13px;
}
.dynamic-form + .dynamic-form {
    margin-top: 13px;
}
.c-input.success {
    border-color: #6dbd0d;
}
.btns-wrapper {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
form div.has-error {
    display: block;
    color: #f60707;
    font-size: 13px;
    line-height: 14px;
    padding-bottom: 8px;
    height: auto;
    margin: 0px;
}
form .c-select-wrapper div.has-error {
    margin-top: 4px;
}

form .redactor-box div.has-error {
    margin-top: 4px;
}
form div.has-error.success {
    display: none;
    height: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
form div.form-message {
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 22px 0px;
    text-align: center;
    padding: 0px;
}
form .error {
    color: #f60707;
}
.btn + a:not(.btn) {
    display: inline-block;
    margin-left: 10px;
}

.lb_label {
    font-size: 13px;
    font-weight: bold;
    color: #9e9e9e;
    background-color: #fff;
    line-height: 13px;
    margin-left: 8px;
    padding: 0px 5px;
}

.redactor-box .redactor-in {
    resize: none;
    /* pointer-events: none; */
}
.filedrop .files .file:after, .filedrop .files .file:before {
    display: table;
    content: "";
}
.filedrop .files .file:after {
    clear: both;
}
.dynamic-form-item .filedrop .files .file {
    display: table;
    height: auto;
    width: 100%;
    position: relative;
    max-width: 100%;
    padding: 5px 10px 5px 10px;
    font-size: 13px;
    line-height: 1em;
}
.dynamic-form-item .filedrop .files .file + .file {
    margin-top: 3px;
}

.dynamic-form-item .field-hint {
    display: block;
    position: relative;
    color: rgba(0,0,0,0.5);
    font-size: 12px;
    line-height: 16px;
}
.dynamic-form-item .field-hint-inner {

}
.dynamic-form-item .field-hint-inner p {
    margin-bottom: 0.65em;
}

.placeholder { color: #808080; }
.placeholder.has-error { color: #f60707; font-weight: normal; }
.buttons-wrapper {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top:17px;
}
.afterform {
    margin-top: 17px;
}
.agreement-chk {

}
.agreement-chk input[type=checkbox] {
    /*display: none;*/
    visibility: hidden;
    width: 0px;
    position: relative;
    margin: 0px;
}
.agreement-chk input[type=checkbox] + p {
    font-family: "Open Sans",Arial;
    font-weight: bold;
    font-size: 14px;
    padding-left: 48px;
    display: inline-block;
    background-image: url('../images/checkbox.svg');
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 31px 31px;
    min-height: 36px;
    cursor: pointer;
}
.agreement-chk input[type=checkbox]:checked + p {
    background-image: url('../images/checkbox_checked.svg');
}
.buttons-wrapper .btn {
    display: inline-block;
    background: #4477aa;
    border: 0rem;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    font-family: "Open Sans", Arial;
    position: relative;
    line-height: 24px;
    padding: 12px 34px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.buttons-wrapper .btn:hover, .buttons-wrapper .btn:focus {
    background: #0fb4f4;
}
.buttons-wrapper .btn:active {
    background: #0097d1;
}
.buttons-wrapper .btn:disabled {
    background-color: #b7cee4; cursor: not-allowed;
}
.buttons-wrapper .btn + .btn {
    margin-left: 15px;
}
.btn-submit {
    /* width: 100%;
    height: 50px; */
}
.btn.btn-cancel {
    background-color: #adb6bf;
    font-weight: normal;
}
.btn.btn-cancel:hover, .btn.btn-cancel:focus, .btn.btn-cancel:active {
    background-color: #91a3b6;
}
/* .btn-submit:hover, .btn-submit:focus { background: #0fb4f4; }
.btn-submit:active { background: #0097d1; }
.btn-submit:disabled {background-color: #b7cee4; cursor: not-allowed;} */

.nojs-box { display: none; text-align: center; padding: 8px 0rem 8px 0rem; background: #fdff86; }
.l-content { margin-top: -3rem; color: #000; font-size: 13px; }
.video-link-dialog, .video-link-dialog-youtube { background-position: center center; background-repeat: no-repeat; background-color: transparent; display: block; position: relative; }
.video-link-dialog span, .video-link-dialog-youtube span { position: absolute; top: 50%; left: 50%; }

#wrapper.phone-popup-showed, body.phone-popup-showed {
    overflow-y: hidden;
}
.phone-popup-button { right: 0; bottom: 40%; position: fixed; width: 32px; height: 130px; background-image: url('../images/phone-popup-btn.png'); border-radius: 5px 0 0 5px; background-size: 34px 100%; cursor: pointer; z-index: 100; -webkit-box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.25); box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.25); }
.phone-popup-button:hover { width: 34px; }
#phone-popup-overlay { display: none; position: fixed; top: 0px; bottom: 0px; left: 0px; right: 0px; background: rgba(0, 0, 0, 0.6); height: 100%; width: 100%; z-index: 500;}
.phone-popup-button-modal { display: none; font-size: 14px; top: 0; left: 0; position: fixed; padding: 0; margin: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); z-index: 505; overflow-y: scroll;}
/* .phone-popup-button-modal.calc-by-width { font-size: 14px; } */
.phone-popup-container {
    position: relative;
    width: 580px;
    height: auto;
    padding: 30px;
    /* left: 50%;
     top: -600px; */ /* 20px; */
    /* margin: 0px 0px 0px -290px; */
    margin-top: -650px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transition: all .5s ease-out .5s;
    opacity: 0;
    min-width: 300px;
}
.phone-popup-showed .phone-popup-container {
    /*top: 40px;*/
    margin-top: 40px;
    opacity: 1;
    transition: all .5s ease-in .5s;
}

.page-home .buttons-wrapper {
    margin: 40px 0px 0px 0px;
}
.page-home .btn-open {
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    border: 2px solid #fff;
    color: #fff;
    background-color: rgba(68, 119, 170, 0.7);
    padding: 0.6em 1.9em;
}

@media screen and (max-height: 540px) {
    .phone-popup-showed .phone-popup-container {
        margin-top: 0px;
    }
}
.phone-popup-container-close {
    font-size: 40px;
    cursor: pointer;
    display: block;
    height: 40px;
    margin: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    color: #ccc;
    transform: rotate(45deg);
    transition: all .3s;
}
.phone-popup-container-close:hover {
    color: #333;
    transform: rotate(-225deg);
    transition: all .3s;
}
.phone-popup-container-close:active {
    color: #333;
}
.phone-popup-container .pp-header { font-size: 3.2em; color: #336596; text-align: center; font-weight: 500; }
.phone-popup-container .pp-header2 { width: 60%; margin: auto; color: #747880; font-size: 1.15em; text-align: center; padding-top: 0.6em; padding-bottom: 1.15em; border-bottom: 1px solid #747880; }
.phone-popup-container .pp-header3 { font-size: 1.5em; color: #000; text-align: center; font-weight: 500; padding-top: 1em; padding-bottom: 1.2em; }
.phone-popup-container .phone-popup-number-link {
    color: #336596;
    text-decoration: none;
}
.phone-popup-container .phone-popup-number-link:hover,
.phone-popup-container .phone-popup-number-link:focus {
    color: #2e5173;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
.phone-popup-container .phone-popup-number-link.ppn-link-small {
    color: #000; text-decoration: underline;
}
.phone-popup-container .phone-popup-number-link.ppn-link-small:hover,
.phone-popup-container .phone-popup-number-link.ppn-link-small:focus {
    text-decoration: underline;
    color: #000;
}
.phone-popup-container .pp-item { float: left; width: 33.3333%; padding-left: 1.25em; padding-right: 1.25em; padding-top: 6em; background-size: auto 5.0em; background-position: top center; background-repeat: no-repeat; }
.phone-popup-container .pp-item.pp1 { background-image: url('../images/pp-1.png'); }
.phone-popup-container .pp-item.pp2 { background-image: url('../images/pp-2.png'); }
.phone-popup-container .pp-item.pp3 { background-image: url('../images/pp-3.png'); }
.phone-popup-container .pp-item p.h { margin: 0; margin-bottom: 1em; text-align: center; color: #000; font-size: 1em; font-weight: 600; }
.phone-popup-container .pp-item p.text { margin: 0; text-align: center; color: #747880; font-size: 13px; }
.phone-popup-container .pp-item p.text>span { color: #000; }


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-default {
    border-color: #ddd;
}
.panel-body {
    padding: 15px;
    overflow-wrap: break-word;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.lastmessage {
    padding: 80px 0px;
}
.form-wrapper h3 {
    text-align: left;
}
.form-group .select2-container {
    margin-bottom: 10px;
    text-align: left;
}
.form-group .select2-container--default .select2-selection--single {
    /*background-color: #f5f5f5;*/
    background-color: #ffffff;
    border: 1px solid #aaa;
    border-radius: 0px;
    padding: 0 40px 0 12px;
    height: 33px;
    position: relative;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 34px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-left: 1px solid #9e9e9e;
    cursor: pointer;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 15px;
    right: 13px;
    width: 0;
    height: 0;
    border-top: 6px solid #6d6d6d;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 0px solid transparent;
}
.form-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    border-left: 1px solid #4477aa;
    background-color: #4477aa;
}
.form-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-top: 0px solid transparent;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow:hover b {
    /* border-top: 6px solid #4477aa; */
    border-top-color: #4477aa;
}
.form-group .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0px;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 31px;
}
.form-group .select2-dropdown {
    border-radius: 0px;
    border: 1px solid #9e9e9e;
}

#content {
    /* background-image: url('../images/bg/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; */
}
.page-login {

}
.page-login h1, .page-login .sub-header {
    text-align: center;
}
.form-wrapper.center-form {
    max-width: 580px;
    text-align: center;
    margin: 40px auto 40px auto;
}


.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
.table td, .table th {
    padding: 0;
}
.table.nowrap-header th {
    text-align: left;
}
.table.nowrap-header th * {
    white-space: nowrap
}
.table.nowrap-header th a {
    display: inline-block;
}
.table.th-sm th {
    font-style: 14px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.sort-by-this a {
    /*color: #f60707;*/
    color: #0a0;
}

.ticketpanel {
    padding: 40px 0 20px 0px;
    text-align: right;
}
.table-info {
    border-collapse: collapse;
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 0px;
}
.table-info td {
    padding-left: 10px;
}
.table-info td:first-child {
    font-weight: bold;
    padding-left: 0px;
    width: 50%;
}
.table-info tr:first-child td {
    border-top: none;
}


.ticket-info-section {
    padding-bottom: 40px;
    padding-top: 40px;
}
.ticket-form-section {
    padding: 40px 0px;
}
.ticket-threads-section {
    padding: 40px 0px;
    background-color: #fafafa;
}
.thread-entry {
    display: flex;
    width: 100%;
}
.thread-entry.message {
    padding-left: 20%;
}
.thread-entry.response {
    padding-right: 20%;
}
.thread-entry .avatar {

}
.thread-entry .attachment-info .attachment-info-size {
    display: inline-block;
    margin-left: 5px;
}
.thread-entry .panel {
    max-width: 100%;
    position: relative;
}
.thread-entry .panel-body {
    position: relative;
}
.thread-entry figure {
    max-width: 100%;
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
}
.thread-entry figure img {
    position: relative;
    display: block;
    max-width: 100%;
}
.thread-avatar {
    display: block;
    width: 64px;
    min-width: 64px;
    height: auto;
}
.thread-avatar.etype-m {
    margin-left: 15px;
    order: 1;
}
.thread-avatar.etype-r {
    margin-right: 15px;
}
.thread-avatar .avatar-wrapper {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
}
.thread-avatar .avatar-wrapper .avatar {
    display: block;
    margin: 0px auto;
    width: unset;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.thread-inner {
    align-self: stretch;
    flex: 1 1 auto;
}

.page-tickets {
    padding-bottom: 60px;
}
.page-tickets .form-wrapper.search {

}
.tickets-panel-section {
    padding: 40px 0px;
}
.tickets-table-section {
    padding-bottom: 40px;
}
.tickets-table-section .showing {

}
.tickets-table-section .openclosed {
    text-align: right;
}
.tickets-table-section .openclosed .state {

}
.tickets-table-section .openclosed .state .text-small {
    display: inline-block;
    margin-left: 0.3em;
}
.tickets-table-section .openclosed .state.active {

}
.tickets-panel-section .btn-search {
    line-height: 33px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.btn[disabled="disabled"] {
    cursor: not-allowed;
    pointer-events: none;
}

.tickets-table-inforow {
    margin-bottom: 20px;
}
.tickets-table-section .nothing {
    font-size: 18px;
    padding: 16px 0px;
}

.profile-section {
    padding: 40px 0px;
}
.newticket-thx {
    padding: 60px 0px;
}


@media screen and (max-width: 1199px) {
    .header-phone {
        margin-top: 10px;
    }
    .header-phone .header-phonedescription {font-size: 13px; line-height: 14px;}
    .header-phone .header-phonedescription .support-maintext {display: block;}
    .header-phone .header-phonedescription .support-offered {display: block;}
}

@media screen and (max-width: 1024px) {
    #phone-popup-overlay {}
}

@media screen and (max-width: 991px) {
    #wrapper, #wrapper.headerempty {padding:0;}
    .header .container {
        width: 100%;
    }
    .footer, .footer.footermin {position: relative;height:auto;}
    .navbar-brand>img {height: 47px;}
    #header-menu > ul > li > a {
        padding-left: 16px;
        padding-right: 0px;
    }

    .d-menu-inner {width: auto;}
    .d-menu-block.block-left {display: none;}
    .d-menu-block.block-right {
        padding-left: 24px;
        padding-right: 24px;
    }

    .footer-navbar {text-align: center;}
    .footer-nav-horizontal .copyright p {text-align: center;}
}
@media screen and (max-width: 767px) {
    .navbar-brand>img {
        height: 47px;
        padding-left: 10px;
    }
    .header .nav {font-size: 24px;}
    #header-menu .nav > li {text-align: center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    #header-menu .nav > li + li {margin-top: 12px;}
    .header .nav .dropdown-menu {font-size: 22px;}
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 1.4em;
        /*padding: 5px 15px 5px 1.8em;*/
        padding:5px 15px 5px 15px;
    }
    #header-menu .dropdown-menu li + li {margin-top:6px;}
    .navbar-nav .open .dropdown-menu {
        margin-bottom: 12px;
        text-align: center;
        padding-bottom: 20px;
    }
    .navbar-collapse.in {padding-bottom: 40px;}

    .d-menu-inner {width: 100%;}
    .d-menu-block.block-left {
        display: block;
        width: 50%;
        padding-left: 32px;
        padding-right: 32px;
    }
    .d-menu-block.block-right {
        padding-left: 24px;
        padding-right: 24px;
        width: 50%;
    }
    .d-menu-item {text-align: left;}

    .d-menu-content {
        padding-bottom: 86px;
        min-height: auto;
        background-position: bottom center;
    }

    .footer-logo {
        /*max-width: 300px;
        width: 80%;*/
        margin: 0 auto;
    }
    .footer-nav {font-size: 17px;}
    .footer-columns {
        margin-top: 40px;
    }
    .footer-column-3 {
        text-align: center;
        margin-top: 40px;
    }
    .footer-slogan {text-align: center;}
    .footer-nav-horizontal {
        font-size: 17px;
    }
    .footer-nav-horizontal .copyright {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer-connect + .footer-connect {
        margin-left: 20px;
    }

    .phone-popup-button-modal {

    }

    .phone-popup-container {width: 470px; padding: 30px 20px;}
    .phone-popup-container .pp-header { font-size: 42px; }
    .phone-popup-container .pp-header2 { width: 80%; }
    .phone-popup-container .pp-header3 { font-size: 24px; color: #000; text-align: center; font-weight: 500; padding-top: 24px; padding-bottom: 28px; }
    .phone-popup-container .pp-item { display: block; float: none; padding-left: 96px; padding-top: 0px; width: 100%; position: relative; text-align: left; background-position: left center; background-size: 60px auto; min-height: 60px}
    .phone-popup-container .pp-item + .pp-item {margin-top:20px;}
    .phone-popup-container .pp-item p.h { margin: 0; text-align: left; color: #000; font-size: 20px;}
    .phone-popup-container .pp-item p.text { margin: 0; text-align: left; color: #747880; font-size: 16px; }
    .phone-popup-container .pp-item p.text>span { color: #000; }
}
@media screen and (max-width: 639px) {
    #header-menu .nav>li {text-align: left;}
    .d-menu-block.block-left {display: none}
    .d-menu-block.block-right {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    .d-menu-item {
        text-align: left;
    }
    .d-menu-item-1 .d-menu-block.block-right {
        width: 100%
    }
    .d-menu-block {
        padding: 34px 0 35px;
    }
    .d-menu-item-1 .d-menu-item {
        text-align: left;
    }
    .footer-navbar li {
        display: block;
    }
    .footer-navbar li + li {margin-left:0;}
}

@media screen and (max-width: 480px) {
    .header-phone {
        display: none;
    }

    .page-top-info h1 {
        padding: 80px 0;
    }
    .page-home .main-content h1 {
        font-size: 46px;
        line-height: 1.25em;
        margin-bottom: 1em;
    }
    .page-home .main-content p {
        font-size: 20px;
    }
    .page-home .btn-open {
        font-size: 22px;
        background-color: rgba(68, 119, 170, 0.9);
        white-space: normal;
    }
    #wrapper.phone-popup-showed {display: none;}
    .phone-popup-container { width: 100%; padding: 60px 20px; margin: 0px; height: auto; min-height: 100%;}
    .phone-popup-showed .phone-popup-container {
        margin-top: 0px;
    }
    .phone-popup-container .pp-header { font-size: 42px; line-height: 1.2em; font-weight: bold; letter-spacing: -0.04em;}
    .phone-popup-container .pp-header2 { width: 80%; font-size: 18px;}
    .phone-popup-container .pp-header3 { font-size: 22px; line-height: 1.2em;}
    .phone-popup-container .pp-item { display: block; float: none; padding-left: 76px; padding-top: 0px; width: 100%; position: relative; text-align: left; background-position: left center; background-size: 60px auto; min-height: 60px}
    .phone-popup-container .pp-item + .pp-item {margin-top:20px;}
    .phone-popup-container .pp-item p.h { margin: 0px 0px 10px 0px; text-align: left; color: #000; font-size: 20px;}
    .phone-popup-container .pp-item p.text { margin: 0; text-align: left; color: #747880; font-size: 16px; }
    .phone-popup-container .pp-item p.text>span { color: #000; }
}

/*** notices | messages ***/
.section-messages {
    padding: 0px;
}
.section-messages .alert:first-child {
    margin-top: 40px;
}
