@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');
* {
    box-sizing: border-box;
}
@font-face {
    font-family: 'Helvetica Light';
    src: url('../comparison/fonts/Helvetica Light.otf') format("opentype");
}
/*@font-face {
    font-family: 'Helvetica Light Regular';
    src: url('../comparison/fonts/Helvetica Light Regular.ttf') format('truetype');
}*/
@font-face {
    font-family: 'Proxima Nova';
    src: url('../comparison/fonts/Proxima Nova Regular.otf') format("opentype");
}
@font-face {
    font-family: 'RosaMarena';
    src: url('../comparison/fonts/Rosa_Marena.woff2') format('woff2'),
         url('../comparison/fonts/Rosa_Marena.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'RosaMarena';
    src: url('../comparison/fonts/Rosa_Marena.ttf') format('truetype');
}*/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../comparison/fonts/9115.woff2') format('woff2'),
         url('../comparison/fonts/9115.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../comparison/fonts/9115.otf') format("opentype");
}*/
@font-face {
    font-family: 'LucidaGrande';
    src: url('../comparison/fonts/LucidaGrande.woff2') format('woff2'),
         url('../comparison/fonts/LucidaGrande.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*@font-face {
    font-family: 'LucidaGrande';
    src: url('../comparison/fonts/LucidaGrande.ttf') format('truetype');
}*/




html,
body {
    height: 100%;
    font-size: 100%;
    font-family: 'Helvetica', 'Open Sans', 'Arial';
}
body {
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 5px;
    background-color: red;
}
    
::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
    
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}
    
.container {
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.scrolltop {
  position: fixed;
  bottom: 20px;
  right: -120px;
  width: 50px;
  height: 50px;
  border-radius: 10em;
  cursor: pointer;
  background-color: rgba(194, 194, 194, 0.4);
  text-align: center;
  /*opacity: 0.4;*/
  
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 55; }
  .scrolltop .fa {
    font-size: 32px;
    color: #94b3dc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 7px; }
    .scrolltop .fa:active {
      color: #000; 
      margin-top: 4px;
    }
      .scrolltop.active {
        right: 20px; }
      .scrolltop:hover {
        background-color: rgba(196, 199, 200, 1); 
        color: #6e94c8;
        } 


#main-header {
    position: fixed;
    left: 0;
    right: 0;
    height: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9999;
}

#main-header .container:after,
#main-header .container:before {
    content: '';
    display: block;
    clear: both;
}

#brand {
    float: left;
}

#brand a {
    display: inline-block;
}

#brand a img, #brand a svg {
    vertical-align: middle;
    position: relative;
}

#main-nav {
    float: right;
    height: 39px;
    margin: 5.5px 0;
}
#main-nav-mob {
    display: none!important;
}
#main-nav ul {
    height: 100%;
    padding: 0;
    margin: 0;
}

#main-nav ul li {
    display: inline-block;
    line-height: 39px;
    list-style: none;
}

#main-nav ul li.account {
    border: 1px solid rgb(101, 144, 186);
    border-radius: 7px;
}

#main-nav ul li.fall {
    position: relative;
}

#main-nav ul li.fall ul {
    display: none;
    background: rgba(255, 255, 255, 1);
    width: auto;
    height: auto;
    position: absolute;
    top: 100%;
    box-shadow: -3px 3px 10px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 6px 10px 1px rgba(0, 0, 0, 0.075);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 0;
    padding: 2px;
    padding-top: 7px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#main-nav ul li.fall:hover>ul {
    /* display: block; */
}

#main-nav ul li.fall ul li {
    display: block;
    height: 40px;
    line-height: 40px;
    list-style: none;
}

#main-nav ul li.fall ul li.drop-line {
    position: absolute;
    top: 4px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    height: 1px;
    line-height: normal;
    background-color: rgba(0, 0, 0, 0.05);
}

#main-nav ul li.fall ul li a {
    display: block;
    height: 40px;
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
}

#main-nav ul li.fall ul li:hover>a {
    border-radius: 0;
}

#main-nav ul li a {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#main-nav ul li:hover>a {
    background-color: rgb(217, 229, 242);
    border-radius: 5px;
    cursor: pointer;
}

#lang-menu {
    padding-left: 10px;
    padding-right: 0;
}

#main-nav #lang-menu a {
    padding-left: 0;
    padding-right: 0;
}

#main-nav #lang-menu a:hover {
    text-decoration: underline;
    background: transparent;
}

.lang-separator {
    display: inline;
}

#mobile-nav {
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

#mobile-nav a {
    display: inline-block;
}

#mobile-nav a img {
    vertical-align: middle;
}

/*Promo*/

.podrt_descr {
  background-color: #fff;
  max-width: 500px;
  margin: auto; 
  height: fit-content;
  border-radius: 7px;
    }
  .podrt_descr p,
  .podrt_descr h3 {
    padding-bottom: 0;
    text-align: center;
  }
  .podrt_descr h3 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
    padding-left: 135px;
    }
  .podrt_descr .bol {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    }
  .podrt_descr .centr {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    }
  .podrt_descr p {
    margin-top: 0;
    padding: 20px 0 0 135px;
    font-size: 14px;
  }
  .podrt_descr img {
    width: 41%;
    margin: 10px 0 0 0px;
  }

.modal-box-content {
  position: relative;
  padding: 23px 30px 80px 10px;
  }
  .ok {
    left: 208px!important;
    top: 250px!important;
    border: 1px solid #000!important;
    width: 104px!important;
    height: 36px!important;
    color: #fff;
    line-height: 44px;
    padding: 0 25px;
    font-size: 15px!important;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    text-align: center!important;
    line-height: 1!important;
    transition: all .5s;
  }
/*.ok:hover {
    background-color: #0000000a;
}*/

.contact_box {
  margin-bottom: 30px; }
  .contact_box h3 {
    text-align: left;
    color: #000;
    margin-bottom: 0px;
    font-size: 14px; }
  .contact_box .contacts_icon {
    font-size: 30px; }
  .contact_box p {
    margin-top: 5px; }


@media (max-width: 1200px) {
    
    .og-expander {
    left: 0!important;
    width: 100%!important;
    }
    #contact #contact-form {
        width: 100%!important;
    }
}
@media (max-width: 991px) {
    .chart_content_log h2 {
        text-align: center;
    }
    .wrap_chart {
        height: auto!important;
    }
}


@media (max-width: 520px) {
    .podrt_descr {
    max-width: 353px;
    }
    .podrt_descr .bol, .podrt_descr .centr {
    font-size: 14px;
    }
    .podrt_descr h3 {
    font-size: 12px;
    }
    .podrt_descr p {
    font-size: 10px;
    }
    .podrt_descr img {
    width: 35%;
    margin: 10px 0 0 15px;
    }
    .ok {
        left: 137px!important;
    width: 88px!important;
    height: 29px!important;
    }
    
}

@media (max-width: 375px) {
    

.podrt_descr {
    max-width: 304px;
}
.podrt_descr img {
    width: 44%;
    margin: 10px 0 0 9px;
}
.ok {
    left: 113px!important;
    top: 279px!important;
}
.slides {
    height: 480px!important;
}
}

/*Promo*/
.sidr-class-o_t {
    display: none!important;
}



#intro {
    /*padding-top: 260px;*/
    padding-bottom: 50px;
    height: auto;
    background: #F6F9FE;
}

#intro h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 100;
    color: rgba(0, 0, 0, 1);
    text-align: center;
}

#intro h1 strong {
    font-weight: 600;
}
#intro h6 {
    display: none;
}

#intro h2 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 100;
    color: rgba(112, 114, 120, 1);
    text-align: center;
}

#intro h2 strong {
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

#intro ul {
    margin-top: 150px;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    padding: 0;
    clear: both;
}

#intro ul:after,
#intro ul:before {
    content: '';
    display: block;
    clear: both;
}

#intro ul li {
    width: 33.333%;
    float: left;
    list-style: none;
    text-align: center;
}

#intro ul li .adv-header {
    font-size: 20px;
    font-weight: 600;
}

#intro ul li .adv-text {
    font-size: 16px;
    line-height: 1.3;
}

#team {
    padding-top: 0;
    height: auto;
    background-color: #fff!important;
    background: url(../img/background-icon-contacts-left-side.jpg) repeat-y,
                #fff url(../img/background-icon-contacts-right-side.jpg) repeat-y 100% 0; 
    z-index: 5;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
#team >.container {
    padding: 0;
    z-index: 7;
    background-color: #fff;
}
#team >.container > img {
    z-index: -1 !important;
}
#team .im_l {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
}
#team .im_r {
    position: absolute;
    right: 0;
    top: 0;  
    z-index: 6; 
}

#team .container:after,
#team .container:before {
    content: '';
    display: block;
    clear: both;
}
.block_click {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.block_click a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.name_company {
    font-family: "BebasNeueRegular", sans-serif ;
  font-size: 42px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #c3e2ff;
  padding-top: 71px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}
.name_company span {
    font-family: "BebasNeueRegular", sans-serif ;
  font-size: 48px;
  font-weight: normal;
  text-align: center;
}
.name_company span:nth-child(3) {
    position: relative;
}
.name_company span span {
    position: absolute;
    left: 3px;
    top: 6px;
    width: 100%;
    height: auto;
    font-size: 21px;
}
#team .container .join_our_team h3 {
    font-family: "RosaMarena", sans-serif;
  font-size: 60px;
  font-weight: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
  padding-top: 20px;
}
#team .container .our_team {
    display: inline-block;
    position: relative; 
    text-align: center;
    width: 100%;
    margin: 0 0 100px;

}
#team .container .join_our_team {
    display: inline-block;
    position: relative; 
    text-align: center;
    width: 100%;
    margin: 0 0 100px;
    background-color: #fff;

}
#team .container .our_team h2 {
    font-family: Helvetica, sans-serif;
    font-size: 50px;
    font-weight: normal;
    margin: 0; 
    
}

.our_team::after {
   content: "";
   left: 50%;
   margin-left: -75px;
   margin-top: 40px;
   position: absolute;
   width: 150px;
   height: 3px;
   background-color: #5e8db7;
}
#team .container .join_our_team::after {
   content: "";
   left: 50%;
   margin-left: -75px;
   margin-top: 0;
   position: absolute;
   width: 150px;
   height: 3px;
   background-color: #5e8db7;
}

#contact {
    width: 100%;
    height: 565px;
    position: relative;
}

#contact #contact-form-wrap {
    float: left;
    width: 50%;
    height: 565px;
    background-image: url(../img/b_prof.jpg);
    -webkit-background-size: cover;
    background-size: cover; 
}

#contact #contact-coordinates-wrap {
    float: left;
    width: 50%;
    height: 565px;
}

#contact .container {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

#contact #contact-form {
    width: 600px;
    float: right;
    padding: 50px 30px 0;
}

#contact #contact-form h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 100;
    color: rgba(255, 255, 255, 1);
}

#contact #contact-form form {
    width: 100%;
    margin-top: 60px;
}

#contact #contact-form form input {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    background-color: transparent;
    color: rgba(255, 255, 255, 1);
}

#contact #contact-form form input:nth-child(2) {
    margin-top: 30px;
}

#contact #contact-form form input:focus {
    outline: none;
}

#contact #contact-form form textarea {
    width: 100%;
    height: 175px;
    color: rgba(255, 255, 255, 1);
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    background-color: transparent;
    resize: none;
    margin-top: 30px;
}

#contact #contact-form form textarea:focus {
    outline: none;
}

#contact #contact-form form button {
    float: right;
    margin-top: 30px;
    font-family: "Helvetica",sans-serif;
    width: 30%;
    height: 45px;
    color: #93b6d6;
    text-align: center;
    font-weight: 100;
    font-size: 16px;
    background-color: #4c6a92;
    border: none;
    border: solid 1px #93b6d6;
    border-radius: 11px;
    transition: all .5s;
}

#contact #contact-form form button:hover {
    cursor: pointer;
    background-color: #93b6d6;
    color: #fff;
}

#contact #contact-form form button:focus {
    outline: none;
}

#main-footer {
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #4c6a92;
}

#main-footer .container:after,
#main-footer .container:before {
    content: '';
    display: block;
    clear: both;
}

#main-footer #copyright {
    margin-top: 20px;
    width: 100%;
    float: left;
}

#main-footer #copyright p {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
}

#main-footer #copyright p a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

#main-footer #copyright p a:hover {
    cursor: pointer;
    text-decoration: underline;
}

#main-footer #products-links, #main-footer #company-links, #main-footer #social-links, #main-footer #security-links, #main-footer #support-links {
    width: 20%;
    float: left;
}

#main-footer ul {
    margin: 15px 0 0 0;
    padding: 0;
}

#main-footer ul li {
    list-style: none;
    line-height: 1;
}

#main-footer ul li:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 5px;
}

#main-footer ul li a {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    text-decoration: none;
}

#main-footer ul li a:hover {
    cursor: pointer;
    text-decoration: underline;
}

#main-footer .links-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    line-height: 1;
}

#main-footer #social-links li {
    display: inline-block;
    margin: 0 6px 0 6px;
}

#main-footer #social-links li:first-child {
    margin-left: 0;
}

#main-footer #social-links li:last-child {
    margin-right: 0;
}

#main-footer #social-links li a {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    color: rgba(44, 50, 57, 1);
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    border-radius: 50%;
    transition: all 0.5s;
}

#main-footer #social-links li a:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: translateY(-3px);
}

@media(max-width: 557px) {
    
    #team {
        padding-top: 0;
        height: auto;
        background-color: rgba(249, 250, 252, 1);
    }
    #team .container:after,
    #team .container:before {
        content: '';
        display: block;
        clear: both;
    }
    
}

@media(max-width: 767px) {
    
    .container {
        width: 100%;
    }
    #main-header {
        position: static;
        height: 70px;
    }
    #brand a {
        padding-top: 7.5px;
        padding-bottom: 7.5px;
    }
    #brand a img, #brand a svg {
        height: 38px;
    }
    #main-nav {
        display: none;
    }
    #sidr-id-lang-menu {
        margin-top: 44px!important;
    }
    .sidr-class-lang-separator {
        display: none!important;
    }
    #mobile-nav {
        display: block;
    }
    #mobile-nav a {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    #mobile-nav a img {
        height: 34px;
    }
    #main-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #intro {
        /*padding-top: 75px;*/
        padding-bottom: 30px;
    }
    #intro h1 {
        font-size: 30px;
    }
    #intro ul {
        margin-top: 40px;
    }
    #intro ul li {
        width: 100%;
        float: none;
    }
    #intro ul li .adv-header {
        font-size: 18px;
    }
    #intro ul li .adv-text {
        font-size: 16px;
    }
       
    #team {
        padding-top: 0;
        height: auto;
        background-color: rgba(249, 250, 252, 1);
    }
    #team .container:after,
    #team .container:before {
        content: '';
        display: block;
        clear: both;
    }
    
    #contact {
        width: 100%;
        height: 884px;
        position: relative;
    }
    #contact #contact-form-wrap {
        display: block;
        float: none;
        width: 100%;
    }
    #contact #contact-coordinates-wrap {
        float: none;
        width: 100%;
        height: 442px;
        position: absolute!important;
        bottom: 0;
        right: 0;
        left: 0;
    }
    #contact .container {
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: rgba(21, 23, 33, 1);
    }
    #contact #contact-form {
        width: 100%;
    }
    #contact #contact-form h2 {
        font-size: 24px;
    }
    #contact #contact-form form input {
        width: 100%;
        height: 30px;
        border: none;
        border-bottom: 2px solid rgba(255, 255, 255, 1);
        background-color: transparent;
        color: rgba(255, 255, 255, 1);
    }
    #contact #contact-form form {
        margin-top: 40px;
    }
    #contact #contact-form form input:nth-child(2) {
        margin-top: 30px;
    }
    #contact #contact-form form textarea {
        height: 125px;
    }
    #contact #contact-form form button {
        margin-top: 20px;
        min-width: 100px;
    }
    #contact #contact-form form button:hover {
        cursor: pointer;
        background-color: rgba(0, 192, 255, 1);
    }
    #contact #contact-form form button:focus {
        outline: none;
    }
    #main-footer #copyright p {
        text-align: center;
    }
    #main-footer #products-links {
        width: 100%;
        float: none;
    }
    #main-footer #company-links {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    #main-footer #security-links {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    #main-footer #security-links ul {
        text-align: center;
    }
    #main-footer #support-links {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    #main-footer #social-links {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    #main-footer #social-links ul {
        text-align: center;
    }
    #main-footer .links-header {
        text-align: center;
    }
    #main-footer ul {
        display: block;
        width: 100%;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    #main-footer ul li {
        text-align: center;
        margin: 15px 0;
    }
}

@media(min-width: 768px) {
    .container {
        width: 750px;
    }
    #main-header {
        position: static;
    }
    #brand a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    /*#brand a img, #brand a svg {
        height: 40px;
    }*/
    #main-nav {
        display: none;
    }
    #sidr-id-lang-menu {
        margin-top: 44px!important;
    }
    .sidr-class-lang-separator {
        display: none!important;
    }
    #mobile-nav {
        display: block;
    }
    #mobile-nav a {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    #mobile-nav a img {
        height: 36px;
    }
    #intro {
        /*padding-top: 100px;*/
    }
    #intro ul {
        margin-top: 75px;
    }
    #intro ul li {
        width: 50%;
    }
    #intro ul li:last-child {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    #team {
        padding-top: 0;
        height: auto;
        background-color: rgba(249, 250, 252, 1);
    }
    #team .container:after,
    #team .container:before {
        content: '';
        display: block;
        clear: both;
    }
    
    #contact {
        height: 465px;
    }
    #contact #contact-form-wrap {
        height: 465px;
    }
    #contact #contact-coordinates-wrap {
        height: 465px;
    }
    #contact .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #contact #contact-form form {
        margin-top: 40px;
    }
    #contact #contact-form form textarea {
        height: 135px;
    }
    #contact #contact-form form button {
        width: 35%;
    }
}

@media(min-width: 992px) {
    
    .container {
        width: 970px;
    }
    #main-header {
        position: fixed;
    }
    #brand a {
        padding-top: 2.5px;
        padding-bottom: 2.5px;
    }
    /*#brand a img, #brand a svg {
        height: 45px;
    }*/
    #main-nav {
        display: block;
    }
    /* #main-nav ul li a {
        padding-left: 10px;
        padding-right: 10px;
    } */
    #mobile-nav {
        display: none;
    }
    #mobile-nav a {
        padding-top: 1px;
        padding-bottom: 1px;
    }
    #mobile-nav a img {
        height: 38px;
    }
    #intro {
        padding-top: 200px;
    }
    #intro ul {
        margin-top: 150px;
    }
    #intro ul li {
        width: 33.333%;
    }
    #intro ul li:last-child {
        margin: auto;
        float: left;
    }
    
    #contact {
        height: 525px;
    }
    #contact #contact-form-wrap {
        height: 525px;
    }
    #contact #contact-coordinates-wrap {
        height: 525px;
    }
    #contact .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #contact #contact-form form {
        margin-top: 60px;
    }
    #contact #contact-form form textarea {
        height: 175px;
    }
    #contact #contact-form form button {
        width: 30%;
    }
}

@media(min-width: 1200px) {
    .container {
        width: 1170px;
    }
    #main-header {
        position: fixed;
    }
    #brand a {
        padding-top: 0;
        padding-bottom: 0;
    }
    /*#brand a img, #brand a svg {
        height: 50px;
    }*/
    #main-nav {
        display: block;
    }
    #mobile-nav {
        display: none;
    }
    #mobile-nav a {
        padding-top: 0;
        padding-bottom: 0;
    }
    #mobile-nav a img {
        height: 40px;
    }
    #intro {
        padding-top: 260px;
    }
    #intro ul {
        margin-top: 150px;
    }
    #intro ul li {
        width: 33.333%;
    }
    #intro ul li:last-child {
        margin: auto;
        float: left;
    }


/*section contact*/

    #contact {
        height: 565px;
    }
    #contact #contact-form-wrap {
        height: 565px;
    }
    #contact #contact-coordinates-wrap {
        height: 565px;
    }
    #contact .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #contact #contact-form form {
        margin-top: 60px;
    }
    #contact #contact-form form textarea {
        height: 175px;
    }
    #contact #contact-form form button {
        width: 30%;
    }
}


/* MOBILE NAV */

.sidr {
    background: rgba(255, 255, 255, 1);
    box-shadow: none;
    border-left: 1px solid #dfdfdf;
}


/* MOBILE NAV */


/* MODAL */

body.vex-open {
    overflow: auto!important;
}

.vex.vex-theme-os {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.vex-content {
    font-family: 'Helvetica', 'Open Sans', 'Arial'!important;
    border-radius: 0!important;
    position: absolute!important;
    top: 35%;
    left: 0!important;
    right: 0!important;
}

.vex.vex-theme-os .vex-content {
    border-top: none!important;
}

.vex-dialog-message {
    text-align: center!important;
}

.vex.vex-theme-os .vex-dialog-button.vex-dialog-button-primary {
    background: rgba(15, 182, 237, 1)!important;
}

.vex.vex-theme-os .vex-dialog-button {
    font-family: 'Helvetica', 'Open Sans', 'Arial'!important;
}

.vex.vex-theme-os .vex-dialog-button:focus {
    animation: none!important;
    -webkit-animation: none!important;
    -moz-animation: none!important;
    -ms-animation: none!important;
    -o-animation: none!important;
    -webkit-backface-visibility: hidden!important;
}


/* MODAL */


/* FORM VALIDATION */

.input-success {
    border-bottom: 2px solid rgba(69, 149, 69, 1) !important;
}

.input-invalid {
    border-bottom: 2px solid rgba(155, 53, 53, 1) !important;
}


/* FORM VALIDATION */


/* ACTIVE NAV SCROLL */

.active-sect {
    background-color: rgba(238, 238, 238, 1);
    border-radius: 5px;
}
/* ACTIVE NAV SCROLL */



/*SECTION COMPARISON*/

#comparison {
    /*display: none;*/
    width: 100%;
    height: 722px;
    background: url('../img/Artboard.jpg') repeat-x left 0;

    position: relative;
}
#comparison .container {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
#comparison .container img {
    position: absolute;
    bottom: 0;
    right: -55px;
    width: 60%;
    z-index: 0;
}
.comparison_front_text_top {
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    color: #9abbda;
    font-family: 'Helvetica Light', sans-serif;
    text-align: right;
}
.comparison_front_text_top_s {
    font-weight: normal;
    font-size: 34px;
    color: #ffffff;
    font-family: 'Helvetica Light', sans-serif;
    text-align: right;
}
.comparison_front_text_m {
    margin-bottom: 60px;
    font-weight: 300;
    line-height: 1.04;
    font-size: 24px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
}
.comparison_front_text_guid {
    color: #ffffff;
    font-weight: 400;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Proxima Nova', sans-serif;
}
.it {
    font-style: italic;
}
.comparison_front_link {
    text-decoration: none;
    width: 292px;
    height: 55px;
    border-radius: 100px;
    background-color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    color: #004073;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-family: 'Proxima Nova', sans-serif;
    -ms-align-self: center;
    align-self: center;
    box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.17);
    transition: all 0.5s;
}
.comparison_front_link:hover {
    transform: scale(1.05);
    background-color: #FE6270;
    color: #fff;
}
.comparison_front_text {
    width: 48%;
    /*margin-top: -110px;*/
    z-index: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
/*SECTION COMPARISON*/




/*SECTION PROF*/

#prof {
    /*display: none;*/
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    overflow: hidden;
}
#prof .container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 600px;
    z-index: 5;
}
#prof > img {
    z-index: -1;
}
#prof > img:nth-of-type(2) {
    z-index: 1;
}

/*fon-2*/
.fon-2 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin: 0 0 400px;
    z-index: 3;
}
.fon-2 .hid {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}
.fon-2 .fadeInLeft {
    opacity: 0;
    transform: translateX(-200px);
    transition: all 1s ease-out;
}
.fon-2 .fadeInRight {
    opacity: 0;
    transform: translateX(200px);
    transition: all 1s ease-out;
}
.fon-2 .zoomIn {
    opacity: 0;
    transform: scale(0.5);
    transition: all 1s ease-out;
}
.anim_1 {
    opacity: 1!important;
    transform: translateY(0)!important;
}
.anim_2 {
    opacity: 1!important;
    transform: translateX(0)!important;
}
.anim_3 {
    opacity: 1!important;
    transform: scale(1)!important;
}
.icon-1 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: left;
}

.icon-1 > p {
    position: absolute;
    top: 210px;
    padding-left: 100px;
    width: 525px;
}
.lit_text {
    font-family: "OpenSans", sans-serif;
    /*font-size: 18px;*/
    font-size: 30px;
    display: inline-block;
    font-weight: normal;
    color: #013f7d;
    padding-left: 17px;
    text-align: left;
    position: relative;
    line-height: 1.4;
    margin: 0;
}
.arrow-1 {
    position: relative!important;
    top: 149px;
    left: -39px;
    width: 440px!important;
}
.icon-2 {
    position: relative;
    display: inline-block;
    margin: 77px 0 0;
    padding-right: 328px;
    width: 100%;
    height: auto;
    text-align: right;
}
.icon-img img {
    position: relative;
    width: 546px;
    height: auto;
}
.icon-2 .arrow-2 {
    position: absolute;
    bottom: -263px;
    right: 760px;
}
.icon-2 p {
    position: absolute;
    top: 26px;
    right: 915px;
    width: 482px;
}

.new_malware {
    top: 360px!important;
    padding-left: 25px!important;
}
.icon-img-3 {
    text-align: right;
    position: absolute;
    top: 0;
    padding-top: 215px;
    padding-right: 0;
    width: 100%;
    height: auto;
}
.icon-img-3 p {
    position: absolute;
    bottom: 81px;
    right: 582px;
}
.icon-img-3 .arrow-3-b {
    position: absolute;
    right: 285px;
    bottom: -570px;
    width: 500px;
}
.icon-3 {
    position: relative;
    display: inline-block;
    padding-top: 322px;
    padding-left: 500px;
    width: 100%;
    height: auto;
    text-align: left;
}
.icon-3 .arrow-3-c {
    position: absolute;
    bottom: -394px;
    left: 337px;
}
.icon-3 p {
    position: absolute;
    bottom: 200px;
    padding-left: 70px;
}
.icon-4 {
    margin-top: 130px;
}
.icon-4 p {
    width: 550px;
}
.icon-5 {
    position: relative;
    width: 100%;
    margin-top: -200px;
    text-align: right;
}
.arrow-4 {
    position: absolute;
    top: -45px;
    right: 726px;
    z-index: -2;
}
.icon-5 p {
    position: absolute;
    bottom: 181px;
    right: 806px;
}
.icon-6 {
    padding-top: 50px;
}
.icon-6 p {
    bottom: 278px;
}
.arrow-5 {
    position: absolute!important;
    bottom: -28px;
    left: 1065px;
    z-index: -2;
    width: 278px!important;
}
.icon-7 {
    margin: 0 0 300px;
    text-align: right;
    position: relative;
    right: 100px;
}
.icon-7 p {
    bottom: -23px;
    right: 40px;

}

/*fon-3*/
.fon-3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin: 650px 0;
    z-index: 1;
}
.each_day {
    position: relative;
    padding-right: 130px;
    text-align: right;
    margin-bottom: 82px!important;
}

.lucida_grande {
    font-family: "LucidaGrande", sans-serif;
    font-size: 230px;
    font-weight: bold;
    text-transform: uppercase;
    color: #eff8fd;
    margin: 0;
    white-space: nowrap;
}
.every_hour {
    position: relative;
    text-align: right;
}
.support-team_b {
    position: relative;
    left: 0;
    width: 100%;
    text-align: left;
    margin: 469px 0 267px;
    padding-left: 117px;
}
.every_week {
    padding-right: 10px;
}
.updates {
    margin-top: 205px;
    text-align: center;
    margin-bottom: 364px;
}
.enjoy-working {
    position: relative;
    line-height: 1.3;
    text-align: left;
}
.open_to_you {
    position: relative;
    text-align: right;
    padding-right: 100px;
    padding-top: 120px;
}
#prof .container .his_title {

    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 0 100px;
}

#prof .container .his_title h2 {
    font-family: "Helvetica", sans-serif;
    font-size: 34px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 15px 0;
}
#prof .container .his_title p {
  font-family: "Helvetica", sans-serif;
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
}
#prof .container h3 {
  font-family: "Helvetica", sans-serif;
  font-size: 48px;
  font-weight: normal;
  color: #4c6a92;
  margin: 20px 0 0;
}
#prof .container .his_title::after {
    content: "";
    left: 50%;
    margin-left: -139px;
    margin-top: 30px;
    position: absolute;
    width: 285px;
    height: 3px;
    background-color: #5e8db7;
}
#prof .container > img:nth-of-type(1) {
  width: 200px;
  margin-top: 30px;
}

.arrow-2 {
    position: relative;
    bottom: -256px;
    right: -120px;
    width: 345px !important;
    z-index: 1;
}
/*SECTION PROF*/






/*SECTION AM*/

#am {
    width: 100%;
    height: 110vh!important;
    margin-bottom: auto;
    box-shadow: 0 2px 20px 7px rgba(75, 105, 145, 0.05);
    position: relative;
}
#am .cont_er {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.comp_text {
    width: 402px;
    position: absolute;
    top: 143px;
    /*left: 293px;*/
    right: 1150px;
    z-index: 2;
    margin-bottom: 43px;
    /*transition: all 1s;*/
    opacity: 1;
    z-index: 1;
}

#am .block-img {
    position: absolute;
    top: 180px;
    left: 50vw;
    display: inline-block;
    width: 5000px;
    height: auto;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    background-color: #fff;
}
#am ul li {
    display: inline-block;
    margin-right: 50px;
}
#am ul li p a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
}
    
#am .block-img a img {
    width: 800px;
    height: auto;
    transition: all 0.5s;
}
#am .block-img a:hover img {
    opacity: 0.8;
    /*transform: scale(1.02);*/
}
.comp_text h2 {
    font-family: 'Helvetica', sans-serif;
    font-size: 47px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    margin-bottom: 10px;
}
.comp_text .line-blue {
    width: 188px;
  height: 3px;
  background-color: #5e8db7;
}
.og-details .line-blue {
    width: 128px;
  height: 3px;
  background-color: #5e8db7;
}
.comp_text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    font-weight: 300;
    color: #000;
    margin-bottom: 30px;
    text-align: justify;
}
.comp_download {
    width: 268px;
    height: 58px;
    border-radius: 4px;
    background-color: #FE6270;
    transition: all 0.1s;
}
.comp_download:hover {
    background-color: #DC5864;
}
.comp_download_blue_show {
    position: relative;
    background-color: #5e8db7;
    transition: all 1s;
    opacity: 0;
}
.comp_download_fixed {
    position: fixed;
    transform: rotate(-90deg);
    background-color: #FE6270;
    left: -105px;
    top: 68%;
    width: 268px;
    height: 58px;
    transition: all 1s ease;
    z-index: 100;
}
.transit {
    opacity: 0;
    transform: translateY(100px)!important;
    transform: rotate(0deg)!important;
    transform: translateX(500px)!important;
    visibility: hidden;
}
.transit_hide {
    opacity: 1!important;
}
.comp_download_fixed:hover {
    background-color: #DC5864;
}

.comp_download a {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-family: 'Helvetica', sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.comp_download_fixed a {
    /*transform: rotate(-90deg);*/
    position: relative;
    /*left: -105px;
    bottom: 105px;*/
    width: 100%;
    height: 100%;
}

.job {
    position: absolute!important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


@media (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }

    #prof {
        height: auto;
    }
    
    #comparison {
        height: auto;
    }
    #comparison .container img {
        display: none;
    }
    .comparison_front_text {
        width: 100%;
        padding: 30px 15px 60px 15px;
    }
    #team .container {
        padding: 0;
    }
}


/*SECTION AM*/







/*SECTION support_centre*/
/*ripple*/
[ripple] {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
[ripple] .ripple {
  position: absolute;
  background: #FFFFFF;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -webkit-animation: ripple 0.8s;
          animation: ripple 0.8s;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(40);
            transform: scale(40);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(40);
            transform: scale(40);
    opacity: 0;
  }
}
/*ripple*/

#support_centre {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    background-color: #fff;
    transition: all .5s;
}
#support_centre:hover {
    background-color: rgb(99, 182, 230);
    z-index: 2;
}
#support_centre:hover h3 {
    color: #fff;
    transform: scale(1.05)
}
#support_centre:hover ul {
    opacity: 0;
}
#support_centre:hover h4 {
    opacity: 1;
}

#support_centre  {
    display: inline-block;
    position: relative;

}
#support_centre h3 {
    font-size: 60px;
    margin: 50px 0 20px;
    font-family: Helvetica;
    color: rgb(62, 173, 224);
    font-weight: normal;
    transition: 0.5s ease;
}
#support_centre h4 {
    display: block;
    position: absolute;
    top: 142px;
    left: 0;
    width: 100%;
   font-family: Helvetica;
   font-size: 26px;
   font-weight: normal;
   line-height: 1.08;
   color: #ffffff; 
   opacity: 0;
   transition: 0.5s ease;
}

#support_centre ul {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    padding: 0;
    opacity: 1;
    transition: all 0.5s;
}
#support_centre ul li {
    display: inline-block;
    margin: 0 45px;
    width: 180px;

}
#support_centre ul li h3 {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    color: rgb(62, 173, 224);
    font-weight: normal;
}

#support_centre a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





/*SECTION CHART*/

#chart {
    /* display: none; */
}
.wrap_chart {
    width: 100%;
    height: 550px;
    background-color: #2a8fc0;
    /*background-image: linear-gradient(1deg, #4c6a92, #748aa9);*/
    position: relative;
    /* display: flex; */
    /* align-items: flex-end; */
    /* justify-content: center; */
}

.chart_slide {
    display: none;
    width: 100%;
    height: 600px; 
    padding: 80px 0;
    background: #f2f6f8;
    /*box-shadow: rgba(0, 0, 0, 0.14) 0px -4px 5px 0px inset, rgba(0, 0, 0, 0.1) 0px 4px 5px 0px inset;*/
}

.chart_slide_wrap {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.chart_slide h2 {
    text-align: center;
    font-weight: normal;
    line-height: 1.41;
    color: #4c6a92;
    font-size: 34px;
    text-transform: uppercase;
    margin: 0 0 65px;
}

.skew {
    background-color: #4c6a92;
    color: white;
    padding: 0px 5px 2px;
    transform: skew(-20deg);
    display: inline-block;
}

.skew span {
    transform: skew(20deg);
    display: inline-block;
}
.chart_item {
    position: relative;
    width: 30%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 2%;
}
.chart_item img {
    position: absolute;
    width: 100%;
}

.chart_slide_block1 {
    width: 100%;
    display: inline-block;
    position: relative;
    height: auto;
    top: 110px;
    padding: 0 10px;
}



.chart_slide_block img {
    width: 80px;
    margin-bottom: 20px;
}

.chart_title {
    font-weight: normal;
    font-size: 20px;
    color: #4c6a92;
    text-align: center;
}
.ln_title {
    width: 150px;
    height: 3px;
    background-color: #5cb3e7;
    margin: auto;
}
.chart_slide_deskr {
    text-align: justify;
    font-size: 14px;
    padding: 0 30px;
    line-height: 1.22;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-top: 29px;
}

#hero-bar {
    /* width: 100%!important;
    height: 385px!important; */
    /*opacity: 0.4;*/
    position: absolute;
    bottom: 0;
    left: 0;
}

.chart_content {
    z-index: 1;
    height: 100%;
}

.chart_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

.chart_logo {
    text-align: center;
}

.chart_logo img {
    width: 150px;
}

.chart_content_bottom h2 {
    text-align: center;
    font-size: 48px;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
    color: white;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: "Helvetica Light" ,sans-serif;
}

.chart_content_bottom p {
    color: white;
    text-align: center;
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.04;
    font-family: "Open Sans" ,sans-serif;
}

.chart_content .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 55;
}

.chart_content_log h2 {
    font-size: 50px;
    text-align: center;
    color: #fff;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-weight: normal;
}

.chart_button {
    margin-bottom: 50px;
    text-align: center;
}

.chart_button i {
    font-size: 2rem;
    background: #fff;
    color: #427ECC;
    border-radius: 50%;
    padding: 10px 17px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.chart_button i:hover {
    background: #fe6270;
    color: #fff;
}
/*.chart_button i:active {
    background: #1b447a;
}*/

.fa-angle-down:before {
    content: "\f107";
}

#db-update-notf {
    position: fixed;
    top: 150px;
    right: 50px;
    display: none;
    width: 260px;
    min-height: 100px;
    height: auto;
    padding: 10px 10px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999;
    border-radius: 3px;
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.15);
}

#db-update-notf p {
    font-size: 14px;
    margin: 0;
}

#db-update-notf .update-header {
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    line-height: 1.8;
}

#db-update-notf .update-time {
    margin-bottom: 5px;
}

#db-update-notf .update-signatures {
    margin-bottom: 5px;
}

/*SECTION CHART*/



/* NORMAL MEDIA */
@media(min-width: 2000px) {
   
    #am .block-img a img {
        width: 1300px;
    }
    .comp_text p {
        font-size: 24px;
    }
    .comp_text {
        width: 540px;
    }
    .comp_text h2 {
        font-size: 66px;
    }
    .comp_download {
        width: 357px;
        height: 84px;
    }
    .comp_download a {
        font-size: 31px;
    }
    .comp_download_fixed {
        left: -136px!important;
    }
}

@media(max-width: 1470px) {
    .icon-2 {
        padding-right: 0;
    }
    .icon-2 p {
        right: 515px;
    }
    .icon-2 .arrow-2 {
        right: 433px;
    }
    .icon-3 {
        padding-left: 0;
    }
    .arrow-5 {
        left: 559px;
    }
    .icon-3 .arrow-3-c {
        bottom: -304px;
        left: 75px;
    }
}
@media(max-width: 1350px) {
    .icon-img-3 {
        padding-top: 398px;
    }
    .icon-img-3 p {
        right: 546px;
        bottom: 253px;
    }
    .icon-1 > p {
        top: 171px;
        padding-left: 8px;
    }
    .icon-6 p {
        padding-left: 20px;
    }
    .new_malware {
        top: 269px!important;
    }
    .icon-5 {
        padding-top: 170px;
    }
    .enjoy-working {
        padding-top: 174px;
    }
    .arrow-1 {
        top: 88px;
        left: -39px;
        width: 325px!important;
    }
    .icon-img-3 .arrow-3-b {
        right: 131px;
        bottom: -326px;
        width: 400px;
    }
    .arrow-4 {
        top: 15px;
        right: 398px;
    }
    #support_centre ul li {
        margin: 0 25px;
    }
}
@media(max-width: 1280px) {
    .comp_text {
        top: 63px; 
    }
    #am .block-img {
        top: 100px;
    }
    /*#am {
        height: 2500px!important;
    }*/
}
@media(max-width: 1200px) {
    .chart_slide_block1 {
        top: 75px;
    }
    .chart_slide_deskr {
        font-size: 13px;
    }
    #main-nav ul li a {
        font-size: 14px;
    }
    
}

@media(max-width: 1150px) {
    .icon-5 p {
        position: absolute;
        bottom: 123px;
        right: 686px;
    }
    .icon-7 {
        right: 0;
    }
    .icon-2 .arrow-2 {
        right: 225px;
    }
    #support_centre ul li {
        margin: 0 25px;
    }
    .comp_text {
        left: 70px;

    }
    .og-details h3, .og-details .title_welcom {
        font-size: 40px;
    }
    .og-details h4 {
        font-size: 26px!important;
    }

}
@media(max-width: 991px) {
    .arrow-1, .arrow-2, .arrow-3-b, .arrow-3-c, .arrow-4, .arrow-5 {
        display: none;
    }
    .lit_text {
        font-size: 20px;
        padding: 20px 15px!important;
        display: block;
    }
    #prof .container .his_title p {
        font-size: 22px;
    }
    #prof .container h3 {
        font-size: 44px;
    }
    .icon-img img, .i-5 {
        width: 420px;
    }
    .fon-2 {
        margin: 0 0 80px;
    }
    
    .icon-1 {
        text-align: center;
        margin: 0 0 40px;
    }
    .icon-1 > p {
        position: relative;
        text-align: center;
        top: 0;
        padding-left: 0;
        width: 100%;
        padding: 20px 0;
    }
    #prof .container .his_title {
        margin: 0 0 40px;
    }
    .icon-2 {
        text-align: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-align-items: center;
        align-items: center;
        margin: 0 0 40px;
    }
    .icon-2 p {
        position: relative;
        text-align: center;
        left: 0;
        top: 0;
        width: 100%;
    }
    .icon-img-3 {
        text-align: center;
        position: relative;
        top: 0;
        padding: 0;
        width: 100%;
        height: auto;
        margin: 40px 0;
    }
    .new_malware {
        top: 0!important;
    }
    .icon-img-3 p {
        text-align: center;
        right: 0;
        bottom: 0;
        position: relative;
    }
    .icon-3 {
        padding: 0;
        text-align: center;
        margin: 0 0 40px;
    }
    .icon-3 p {
        position: relative;
        bottom: 0;
        text-align: center;
    }
    .icon-5 {
        padding: 0;
        margin: 0 0 40px;
        text-align: center;
    }
    .icon-5 p {
        position: relative;
        text-align: center;
        top: 0;
        left: 0;
    }
    .icon-7 {
        margin: 0 0 40px;
        text-align: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-align-items: center;
        align-items: center;
    }
    .icon-7 p {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }
    #am .block-img {
        /*left: 60%;*/
        left: 65vw;
        top: 14vw;
        /*top: 125px;*/
    }
    .comp_text h2 {
        /*font-size: 42px;*/
        font-size: 5vw;
    }
    .comp_text p {
        /*font-size: 16px;*/
        font-size: 2vw;
        margin-bottom: 3vw;
    }
    #am .block-img a img {
        /*width: 675px;*/
        width: 82vw;
    }
    .comp_download_fixed {
        display: none;
    }
    .comp_text {
        left: 50px;
        width: 46vw; 
        /*top: 160px;*/
        top: 9vw;
    }
    .og-expander-inner {
        display: inline-block!important;
        text-align: center;
    }
    .og-fullimg, .og-details {
        width: 100%!important;
        height: auto !important;
        text-align: center !important;
    }
    .og-fullimg img {
        width: 320px !important;
    }
    
    .og-details .line-blue {
        margin: auto!important;
        /*width: 400px!important;*/

    }
    .og-details h3, .og-details .title_welcom {
        font-size: 32px!important;
        margin-top: 50px!important;
    }
    .og-details h4 {
        margin-bottom: 10px!important;
    }
    .welcome .og-details h3, .welcome .og-details .title_welcom {
        margin-bottom: 24px !important;
        margin-left: 0px !important;
        padding-top: 0!important;
        padding-bottom: 0 !important;
    }
    #support_centre h3 {
        font-size: 6vw;
        margin: 4vw 0 2vw;
    }
    #support_centre h4 {
        font-size: 2.5vw;
        top: 16vw;
    }
    #support_centre ul {
        margin: 3vw 0;
    }
    #support_centre ul li {
        margin: 0 2vw;
        width: 19vw;
    }
    #support_centre ul li svg {
        width: 18%;
        height: auto;
    }
    #support_centre ul li .img_sm {
        width: 26%;
    }
    #support_centre ul li h3 {
        font-size: 3vw;
        margin: 3vw 0;
    }
    .og-close {
        right: 42px !important;
    }
    .comp_text .line-blue {
        width: 24vw;
        height: 3px;
    }
    #am {
        /*margin-bottom: 850px;*/
        /*height: 2800px !important;*/
    }
    .comp_download_blue_show {
        display: none;
    }
    .chart_slide_wrap {
        flex-direction: column;
        align-items: center;
    }
    .chart_slide {
        height: auto;
        padding: 50px 0;
    }
    .chart_item img {
        position: relative;
        width: 580px;
        margin-bottom: 75px;
        height: auto;
    }
    .chart_slide_block1 {
        position: absolute;
        top: 175px;
    }
    .chart_item {
        width: 80%;
    }
    .chart_title {
        font-size: 35px;
    }
    .chart_slide_deskr {
        font-size: 23px;
        padding: 0 60px;
    }
    .comp_download_fixed {
        display: none!important;
    }
    
}
@media(max-width: 767px) {
    #am {
        padding-bottom: 70px;
        height: auto!important;
        margin-bottom: 0;
    }
    #am .block-img {
        left: 0;
        top: 0;
        position: relative;
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .comp_text h2 {
        font-size: 35px;
        text-align: center;
    }
    .comp_text .line-blue {
        /*width: 24vw;
        height: 3px;*/
        text-align: center;
        margin: auto;
    }
    .comp_text p {
        font-size: 18px;
        margin-bottom: 3vw;
    }
    #am ul li {
         margin-right: 0; 
    }
    #am .block-img a img {
        width: 100%;
    }
    .comp_text {
        position: relative;
        left: 0;
        width: 100%;
        top: 0;
        padding: 20px 20px;
        margin: 0;
        text-align: center;
    }
    .og-grid li > a {
      width: 235px!important;
    }
    
    .og-grid li > a img {
        width: 100%;
    }
    .signat {
      font-size: 16px!important;
    }
    .signat span {
        font-size: 17px!important;
    }
    .chart_item img {
        width: 480px;
    }
    .chart_slide_block1 {
        top: 130px;
    }
    .chart_slide_block1 {
        width: 480px;
        top: 150px;
    }
    .chart_title {
        font-size: 27px;
    }
    .chart_slide_deskr {
        font-size: 23px;
    }
    .comparison_front_text_top, .chart_content_log h2 {
        font-size: 34px;
    }
    .comparison_front_text_top_s {
        font-size: 28px;
    }
    .comparison_front_text_m, .chart_content_bottom p {
        font-size: 18px;
    }
    .chart_content_bottom h2 {
        font-size: 32px;
    }
}
@media(max-width: 480px) {
    .icon-img img, .i-5 {
        width: 280px;
    }
    #team .container .join_our_team h3 {
        font-size: 50px;
    }
    #team .container .our_team h2 {
        font-size: 40px;
    }
    .support-team_b img {
        display: none;
    }
    .og-fullimg img {
        width: 73% !important;
    }
    .og-details {
        padding: 0 !important;
    }
    #support_centre h3 {
        font-size: 7vw;
        margin: 7vw 0 2vw;
    }
    
    /* #am .block-img a img {
        width: 440px;
        width: 92vw;
    }
    .comp_text {
        left: 20px;
        width: 63vw; 
        top: 160px;
        top: 35vw;
    }
    #am .block-img {
        left: 60%;
        left: 65vw;
        top: 19vw;
        top: 125px;
        padding: 80px 0;
    } */
    .comp_text h2 {
        font-size: 33px;
        /* font-size: 5vw; */
    }
    /* .comp_text p {
        font-size: 14px;
        margin-bottom: 3vw;
    } */
    /*#am {
        height: 2200px !important;
    }*/
    #support_centre h4 {
        top: 20vw;
    }
    .og-grid li > a {
      width: 160px!important;
    }
    
    .og-grid li > a img {
        width: 100%;
    }
    .chart_slide h2 {
        padding: 0 15px;
    }
    .chart_item {
        width: 100%;
    }
    .chart_item img {
        width: 365px;
        margin-bottom: 70px;
    }
    .chart_slide_block1 {
        width: 365px;
        top: 100px;
    }
    .chart_title {
        font-size: 22px;
    }
    .chart_slide_deskr {
        font-size: 16px;
    }
    .chart_slide h2 {
        font-size: 24px;
        padding: 0 5px;
    }
    .signat {
      font-size: 11px!important;
    }
    .signat span {
        font-size: 12px!important;
    }

}
@media(max-width: 375px) {
    .og-expander h3 {
        font-size: 26px!important;
    }
    .og-details h4 {
        font-size: 21px !important;
    }
    .chart_item img {
        width: 326px;
    }
    .chart_slide_block1 {
        width: 326px;
        top: 92px;
    }
    .chart_title {
        font-size: 22px;
    }
    .chart_slide_deskr {
        font-size: 15px;
        padding: 0 40px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    #main-footer #social-links li {
        display: inline-block;
        margin: 0 1px 0 1px;
    }
}
