@font-face {
  font-family: 'Gotham Pro';
  src: url("GothamPro-Bold.eot");
  src: local("Gotham Pro Bold"), local("GothamPro-Bold"), url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype"), url("../fonts/GothamPro-Bold.svg#GothamPro-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("GothamPro-Medium.eot");
  src: local("Gotham Pro Medium"), local("GothamPro-Medium"), url("../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype"), url("../fonts/GothamPro-Medium.svg#GothamPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("GothamPro.eot");
  src: local("Gotham Pro"), local("GothamPro"), url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype"), url("../fonts/GothamPro.svg#GothamPro") format("svg");
  font-weight: normal;
  font-style: normal;
}




* {
    outline: 0px none;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
html, body {
    height: 100%;
    width: 100%;
    font-size: 13px;
    font-family: 'Gotham Pro', Arial, sans-serif;
    font-weight: 400;
    line-height: 16px;
    color: #222222;
    text-align: left;
    background: #f4f7fc;
}
html, body, form, p, img {
    border: 0px none;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover {
    color: #23527c;
    text-decoration: underline;
}
a.selected {
    color: #00AA00;
    text-decoration: underline;
}
a.nolink {
    color: #000000;
}
.al     { text-align: left;   }
.ac     { text-align: center; }
.ar     { text-align: right !important;  }
.aj     { text-align: justify;  }
.at     { vertical-align: top; }
.ab     { vertical-align: bottom; }
.fl     { float: left;  }
.fr     { float: right; }
.mask   {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.clear  {
    clear: both;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
}


.try_button {
    display: inline-block;
    cursor: pointer;
    background: #ffe500;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 25px;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 60px 15px 60px;
    box-shadow: 0 3px 37px 0 rgba(0, 0, 0, 0.35);
    position: relative;
}
.try_button:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 15px;
    transform: scale(0.8);
    background-image: url(../images/sprite.png);
    background-position: -37px -101px;
    width: 10px;
    height: 18px;
}
.try_button:hover {
    color: #000;
    text-decoration: none;
}
.try_button.noshade {
    box-shadow: none;
}



#main_site {
    width: 100%;
}
#main_site_header {
    display: block;
    height: auto;
    overflow: auto;
    padding-bottom: 140px;
    background: url(../images/header_bg.svg) 50% 0% no-repeat;
    background-size: 340%;
    border-bottom: 10px solid #ffe343;
}
@media screen and (max-width: 749px){
    #main_site_header {
        background-size: 700%;
    }
}
#main_site_header.blog {
    padding-bottom: 25px;
    background: url(../images/header_bg.svg) 50% 0% no-repeat;
    background-size: 400%;
}
#main_site_header.integrators {
    padding-bottom: 0px;
    background: url(../images/header_bg.svg) 50% 0% no-repeat;
    background-size: 200%;
}
#main_site .site_content_holder {
    display: block;
    max-width: 1170px;
    width: 100%;
    margin: 0px auto;

    padding-left: env(safe-area-inset-left); /* Apply safe area */
    padding-right: env(safe-area-inset-right);
}
#main_site .section_title {
    display: block;
    width: 100%;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    color: #203058;
}
#main_site .section_title h1,
#main_site .section_title h2,
#main_site .section_title h3,
#main_site .section_title h4,
#main_site .section_title h5,
#main_site .section_title h6 {
    display: inline-block;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    color: #203058;
}
#main_site .section_title .small {
    padding: 10px 0px 0px 0px;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
}
#main_site .orange_button {
    display: inline-block;
    padding: 15px 65px 15px 65px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    color: #000000;
    border-radius: 100px;
    cursor: pointer;
    background: #ffe131;
}
#main_site .orange_button.small {
    padding: 8px 30px 8px 30px;
    font-size: 16px;
    line-height: 26px;
}
#main_site .blue_button {
    display: inline-block;
    padding: 15px 65px 15px 65px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 100px;
    background: #6258aa;
}
#main_site .blue_button.tiny {
    padding: 10px 35px 10px 35px;
    font-size: 15px;
    line-height: 18px;
}



#main_site_header .main_site_topline {
    display: block;
    overflow: auto;
}
#main_site_header .main-info {
    padding: 100px 0px 100px 0px;
    text-align: center;
    color: #ffffff;
}
#main_site_header .main-info h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
}
#main_site_header .main-info .desc {
    padding: 25px 0px 0px 0px;
    max-width: 800px;
    margin: 0px auto;
    font-size: 20px;
    line-height: 30px;
}

#main_site_header .main_site_topline .logo_apix_drive {
    display: block;
    float: left;
    width: 130px;
    height: 30px;
    margin: 30px 0px 0px 0px;
    /*background: url(../images/apix_drive.png) 0px 50% no-repeat;*/
    background: url(../images/logo.svg) 0px 50% no-repeat;
    background-size: cover;
}
#main_site_header .main_site_topline .main_menu {
    display: block;
    float: right;
    padding: 35px 40px 0px 0px;
}
#main_site_header .main_site_topline .main_menu a {
    display: inline-block;
    margin: 0px 0px 0px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}
#main_site_header .main_site_topline .main_menu_clear {
    display: none;
}
#main_site_header .main_site_topline .main_menu .main_menu_close {
    display: none;
    float: right;
    color: #cccccc;
    cursor: pointer;
}
#main_site_header .main_site_topline .main_menu_button {
    display: none;
    float: right;
    margin: 28px 0px 0px 10px;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
    color: #ffe131;
}
#main_site_header .main_site_topline .user_login_block {
    display: block;
    padding: 23px 0px 0px 0px;
    float: right;
    text-align: center;
}
#main_site_header .main_site_topline .login_reg {
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border: 2px solid #ffe131;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}
#main_site_header .main_site_topline .login_reg.yellow {
    margin-left: 10px;
    border: 2px solid #ffe131;
    color: #000000;
    background: #ffe131;
}
#main_site_header .main_site_topline .drop_down {
    display: block;
    float: right;
    margin: 35px 10px 0px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    padding-right: 18px;
    background: url(../images/arrow_down.png) 100% 50% no-repeat;
}
#main_site_header .main_site_topline .language_right {
    display: none;
}
#main_site_header .main_site_topline .popup_lang {
    display: none;
    position: absolute;
    padding: 15px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    border-radius: 5px;
    color: #2b3a66;
    z-index: 10;
    background: #ffffff;
}
#main_site_header .main_site_topline .popup_lang a {
    display: block;
    padding: 2px 0px 2px 0px;
}



#main_site_header .main_site_left {
    display: block;

    width: 100%;
    padding: 120px 0px 0px 0px;
    color: #ffffff;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
}
#main_site_header .main_site_left .title {
    display: inline-block;
    padding: 10px 0px 0px 0px;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
}
#main_site_header .main_site_left .title * {
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
}
#main_site_header .main_site_left .title .waiting {
    display: block;
    position: absolute;
    margin: -22px 0px 0px -92px;
    padding: 5px 7px 7px 7px;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    border-radius: 3px;
    background: #f0ad4e;
}
#main_site_header .main_site_left .title .waiting2 {
    display: block;
    margin: -30px 0px 5px 0px;
    padding: 5px 7px 7px 7px;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    border-radius: 3px;
    background: #f53546;
}
#main_site_header .main_site_left .title h1 {
    display: inline-block;
    font-size: 36px;
    line-height: 40px;
}
#main_site_header .main_site_left .title .small {
    font-size: 21px;
    line-height: 21px;
}
#main_site_header .main_site_left .subtitle {
    display: block;
    padding: 20px 0px 0px 0px;
    font-size: 15px;
    line-height: 20px;
    margin: 0px auto;
}
#main_site_header .main_site_left .subtitle a {
    color: #ffffff;
    text-decoration: underline;
}
#main_site_header .main_site_left .subtitle i {
    color: #ffe131;
}
#main_site_header .main_site_left .subtitle_index {
    display: block;
    padding: 50px 0px 80px 50px;
    font-size: 15px;
    line-height: 20px;
    max-width: 500px;
    margin: 0px auto;
    text-align: left;
}
#main_site_header .main_site_left .subtitle_index i {
    color: #ffe131;
}
#main_site_header .main_site_left .catalog_letters {
    padding: 30px 0px 0px 0px;
}
#main_site_header .main_site_left .catalog_letters a {
    display: inline-block;
    padding: 0px 5px 0px 5px;
    color: #ffffff;
}
#main_site_header .main_site_left .catalog_letters .header {
    padding: 0px 0px 5px 0px;
    font-weight: bold;
}



#main_site_header .main_site_right {
    display: block;
    float: right;
    width: 667px;
    height: 480px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background: url(../images/header_bg2.png) 0px 40px no-repeat;
}
#main_site_header .main_site_right.ua {
    background: url(../images/header_bg2_ua.png) 0px 40px no-repeat;
}
#main_site_header .main_site_right.en,
#main_site_header .main_site_right.fr {
    background: url(../images/header_bg2_en.png) 0px 40px no-repeat;
}
#main_site_header .main_site_right.pt {
    background: url(../images/header_bg2_pt.png) 0px 40px no-repeat;
}
#main_site_header .main_site_right.es {
    background: url(../images/header_bg2_es.png) 0px 40px no-repeat;
}
#main_site_header .main_site_right.de {
    background: url(../images/header_bg2_de.png) 0px 40px no-repeat;
}
#main_site_header .main_site_right.pl {
    background: url(../images/header_bg2_pl.png) 0px 40px no-repeat;
}
#main_site_header .main_site_right .text1 {
    display: block;
    float: left;
    width: 209px;
    height: 82px;
    padding: 10px 10px 10px 15px;
    margin: 40px 0px 0px 75px;
}
#main_site_header .main_site_right .text2 {
    display: block;
    float: right;
    width: 202px;
    height: 106px;
    padding: 10px 10px 0px 15px;
    margin: 138px 0px 0px 75px;
    line-height: 17px;
}
#main_site_header .main_site_right .text3 {
    display: block;
    float: left;
    width: 167px;
    height: 69px;
    padding: 6px 10px 0px 15px;
    margin: 161px 0px 0px 76px;
    line-height: 14px;
}



#main_site_header .main_site_right_single {
    display: block;
    float: right;
    width: 100%;
    height: 280px;
    /*background: url(../images/header_bg1.png) 0% 21px no-repeat;*/
}
#main_site_header .main_site_right_single .systems_connection {
    padding: 40px 20px 40px 20px;
    border-radius: 20px;
}
#main_site_header .main_site_right_single .systems_connection .header {
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
#main_site_header .main_site_right_single .systems_connection .header2 {
    width: 100%;
    padding: 10px 0px 0px 0px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
#main_site_header .main_site_right_single .systems_connection .systems {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 50px 0px 0px 0px;
}
#main_site_header .main_site_right_single .systems_connection .system_left {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 125px;
    border-radius: 15px;
    background: #ffffff;
    margin-right: 10px;
    border-radius: 15px;
    overflow: hidden;
}
#main_site_header .main_site_right_single .systems_connection .system_mid {
    display: flex;
    justify-content: center;
    align-items: center;
}
#main_site_header .main_site_right_single .systems_connection .system_right {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 125px;
    border-radius: 15px;
    background: #ffffff;
    margin-left: 10px;
    border-radius: 15px;
    overflow: hidden;
}
#main_site_header .main_site_right_single .systems_connection .system_right.icons {
    padding: 15px 0px 15px 0px;
}
#main_site_header .main_site_right_single .systems_connection .system_right .count {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid #444444;
    font-weight: bold;
    font-size: 18px;
    border-radius: 100px;
    margin-right: 20px;
}
#main_site_header .main_site_right_single .systems_connection .system_right.icons .count {
    height: 40px;
    border: 0px none;
}
#main_site_header .main_site_right_single .systems_connection .system_right .label {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 80px;
    font-size: 18px;
}
#main_site_header .main_site_right_single .systems_connection .system_bottom {
    width: 100%;
    height: 50px;
    background: url(../images/system_bottom.png) 50% 0% no-repeat;
}
#main_site_header .main_site_right_single .systems_connection img {
    cursor: pointer;
}

/*
#main_site_header .main_site_right_single.ua {
    background: url(../images/header_bg1_ua.png) 0% 21px no-repeat;
}
#main_site_header .main_site_right_single.de {
    background: url(../images/header_bg1_de.png) 0% 21px no-repeat;
}
#main_site_header .main_site_right_single.en {
    background: url(../images/header_bg1_en.png) 0% 21px no-repeat;
}
#main_site_header .main_site_right_single.es {
    background: url(../images/header_bg1_es.png) 0% 21px no-repeat;
}
#main_site_header .main_site_right_single.fr {
    background: url(../images/header_bg1_fr.png) 0% 21px no-repeat;
}
#main_site_header .main_site_right_single.it {
    background: url(../images/header_bg1_it.png) 0% 21px no-repeat;
}
#main_site_header .main_site_right_single.pl {
    background: url(../images/header_bg1_pl.png) 0% 21px no-repeat;
}
#main_site_header .main_site_right_single.pt {
    background: url(../images/header_bg1_pt.png) 0% 21px no-repeat;
}
#main_site_header .main_site_right_single.tr {
    background: url(../images/header_bg1_tr.png) 0% 21px no-repeat;
}
*/
#main_site_header .main_site_right_single .system_logo1 {
    display: block;
    position: relative;
    float: left;
    width: 217px;
    height: 109px;
    margin: 120px 0px 0px 106px;
}
/*
#main_site_header .main_site_right_single .system_logo1:before {
    display: block;
    position: absolute;
    right: 0px;
    width: 36px;
    height: 37px;
    margin: -26px 31px 0px 0px;
    content: "";
    background: url(../images/system1_corner.png) 0px 0px no-repeat;
}
*/
#main_site_header .main_site_right_single .system_logo2 {
    display: block;
    position: relative;
    float: right;
    width: 217px;
    height: 109px;
    margin: 120px 59px 0px 0px;
}
#main_site_header .main_site_right_single .system_logo1 .info,
#main_site_header .main_site_right_single .system_logo2 .info {
    display: block;
    padding: 30px 0px 0px 0px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #0177ff;
    border-radius: 15px;
    height: 109px;
    background: #ffffff;
}
#main_site_header .main_site_right_single .system_logo1 .count,
#main_site_header .main_site_right_single .system_logo2 .count {
    font-weight: bold;
    font-size: 40px;
}
/*
#main_site_header .main_site_right_single .system_logo2:before {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 15px;
    height: 25px;
    content: "";
    background: url(../images/system2_corner.png) 0px 0px no-repeat;
}
*/
#main_site_header .main_site_right_single .system_logo1 img,
#main_site_header .main_site_right_single .system_logo2 img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0px auto;
    border-radius: 15px;
}




#main_site_header .main_site_middle .title h1 {
    font-size: 32px;
    line-height: 32px;
}
#main_site_header .main_site_middle .title .small {
    font-size: 21px;
    line-height: 21px;
}
#main_site_header .main_site_middle .subtitle {
    display: block;
    padding: 20px 0px 0px 0px;
    font-size: 15px;
    line-height: 20px;
}





.integration_block2 {
    display: block;
    padding: 70px 0px 50px 0px;
}
.integration_block2 .info {
    padding: 10px 0px 0px 0px;
    font-size: 17px;
    line-height: 22px;
    font-weight: normal;
}
.integration_block2 .frame {
    display: block;
    padding: 50px 0px 0px 0px;
}
.integration_block2 .data_block {
    display: block;
    padding: 20px 10px 0px 10px;
    text-align: center;
}
.integration_block2 .block_step {
    display: block;
    border-radius:  5px;
    overflow: auto;
    font-size: 15px;
    line-height: 22px;
}
.integration_block2 img {
    display: inline-block;
    width: 100%;
    max-width: 936px;
}


#main_site .advantages_block {
}
#main_site .advantages_block .site_content_holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 40px 0px 20px 0px;
    border-bottom: 1px solid #dddddd;
}
#main_site .advantages_block .site_content_holder .title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #5b7b94;
}
#main_site .advantages_block .site_content_holder .advantage_block {
    width: 20%;
}
#main_site .advantages_block .site_content_holder .advantage_block {
    text-align: center;
}
#main_site .advantages_block .site_content_holder .advantage_block .value {
    font-weight: bold;
    font-size: 24px;
    padding: 0px 0px 10px 0px;
}
#main_site .advantages_block .site_content_holder .advantage_block .units {
    font-size: 14px;
}
@media screen and (max-width: 749px){
    #main_site .advantages_block .site_content_holder .advantage_block {
        width: 50%;
    }
    #main_site .advantages_block .site_content_holder .advantage_block.mobile_hidden {
        display: none;
    }
}



.find_apps_list {
    display: block;
    padding: 50px 0px 0px 0px;
    background: #ffffff;
}
.find_apps_list .systems_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 20px 0px 50px 0px;
}
.find_apps_list .systems_list .system_item {
    display: block;
    padding: 4px;
    margin: 10px 0px 0px 0px;
    width: calc((100% - 40px) / 3);
    white-space: nowrap;
    overflow: hidden;
}
.find_apps_list .systems_list .system {
    display: block;
    padding: 4px;
    margin: 10px 0px 0px 0px;
    width: calc(100% / 3 - 20px);
    background: #f8f8f8;
}
@media screen and (max-width: 749px){
    .find_apps_list .systems_list .system_item {
        width: calc((100% - 20px) / 2);
    }
    .find_apps_list .systems_list .system {
        width: calc(100% - 20) / 2);
    }
}
@media screen and (max-width: 550px){
    .find_apps_list .systems_list .system_item {
        width: 100%;
    }
    .find_apps_list .systems_list .system {
        width: 100%;
    }
}

.integration_catalog {
    display: block;
    padding: 50px 0px 0px 0px;
    background: #ffffff;
}
#main_site .site_content_holder.catalog_holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.integration_catalog .header {
    padding-bottom: 20px;
    width: 100%;
}
.integration_catalog .header > .text{
    display: block;
    width: 280px;
    padding: 20px 0px 10px 0px;
    margin: 0px auto;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    font-size: 18px;
}
.integration_catalog .catalog {
    width: 230px;
    color: #0a1b47;
    font-size: 18px;
}
.integration_catalog .catalog .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #5b7b94;
}
.integration_catalog .catalog .item {
    display: block;
    padding: 5px;
    margin: 10px 0px 0px 0px;
}
.integration_catalog .catalog .item a {
    display: inline-block;
    padding-bottom: 3px;
    font-size: 14px;
    color: #346eb8;
    border-bottom: 1px solid #bfd3ed;
    text-decoration: none;
    white-space: nowrap;
}
.integration_catalog .catalog .item.selected a {
    color: #cd192e;
    border-bottom: 1px solid #f6b4bc;
    /*background: #C9C1FB;*/
}
.integration_catalog .catalog .item.level0 {
    font-weight: bold;
}
.integration_catalog .catalog .item.level0:before {
    display: block;
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    margin: 6px 6px 0px 0px;
    content: "";
    background: #dddddd;
}
.integration_catalog .catalog .item.level0.selected:before {
    background: #cd192e;
}
.integration_catalog .logo_list {
    display: block;
    position: relative;
    flex-flow: row wrap;
    width: calc(100% - 250px);
}
.integration_catalog .logo_list .title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #5b7b94;
}

.integration_catalog .logo_list form {
    width: 100%;
}
.integration_catalog .logo_list form .catalog_filter {
    display: flex;
    flex-flow: row nowrap;
    padding: 30px 0px 10px 0px;
}
.integration_catalog .logo_list form .catalog_filter input  {
    width: calc(100% - 240px);
    height: 50px;
    padding: 3px 0px 0px 30px;
    border-radius: 100px;
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
    font-size: 18px;
}
.integration_catalog .logo_list form .catalog_filter .period_toggler {
    display: flex;
    width: 240px;
    margin-left: 20px;
    height: 50px;
    padding: 5px;
    flex-flow: row nowrap;
    border-radius: 100px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    background: #ffffff;
}
.integration_catalog .logo_list form .catalog_filter .period_toggler a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 100px;
    color: #000000;
}
.integration_catalog .logo_list form .catalog_filter a.selected {
    color: #ffffff;
    background: #407BFF;
}
.integration_catalog .logo_list .group {
    padding: 30px 0px 10px 0px;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #4b5879;
    text-align: center;
}
.integration_catalog .logo_list .logo_holder {
    position: relative;
    display: flex;
    width: 100%;
    flex-flow: row wrap;
}
.integration_catalog .logo_list .logo_frame {
    position: relative;
    width: calc(25% - 6px);
    margin: 7px 3px 0px 3px;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}
.integration_catalog .logo_list .logo_frame:hover {
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.integration_catalog .logo_list .logo_frame img {
    width: 100%;
    max-width: 223px;
    margin: 0px auto;
}
.integration_catalog .article-description {
    padding: 30px 0px 0px 0px;
    font-size: 15px;
    line-height: 24px;
    color: #464a55;
}
.integration_catalog .article-description .title {
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #464a55;
}



.integration_block {
    display: block;
    padding: 70px 0px 100px 0px;
}
.integration_block .frame {
    display: block;
    padding: 50px 100px 60px 100px;
}
.integration_block .infotext {
    display: block;
    padding: 20px 0px 0px 0px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}
.integration_block .form {
    max-width: 800px;
    margin: 0px auto;
}
.integration_block .form .control {
    padding: 40px 0px 0px 0px;
}
.integration_block .form .control.first {
    width: 48%;
    float: left;
}
.integration_block .form .control.second {
    width: 48%;
    float: right;
}
.integration_block .form .control label {
    display: block;
    font-size: 16px;
    line-height: 18px;
    padding: 0px 0px 4px 0px;
}
.integration_block .form input[type=text],
.integration_block .form input[type=password],
.integration_block .form textarea {
    display: block;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    width: 100%;
}
.integration_block .form .invalid input[type=text],
.integration_block .form .invalid textarea {
    border: 1px solid #dd4444;
}
.integration_block .data_block {
    display: block;
    padding: 0px 10px 0px 10px;
    float: left;
    width: 50%;
}
.integration_block .data_block .title {
    display: block;
    text-transform: uppercase;
    color: #203058;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    padding: 0px;
}
.integration_block .block_source,
.integration_block .block_target {
    display: block;
    padding: 50px;
    border-radius:  10px;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(90, 90, 170, 0.15);
}
.integration_block .block_source .control,
.integration_block .block_target .control {
    display: block;
    padding: 20px 5px 0px 0px;
}
.integration_block .block_source .control label,
.integration_block .block_target .control label {
    display: block;
    font-size: 14px;
    padding: 2px 0px 5px 0px;
}
.integration_block .block_source .control select,
.integration_block .block_target .control select {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 50px;
    padding-left: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #464a55;
}
.integration_block .info {
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
}


.finished_integrations {
    display: block;
    padding: 60px 0px 0px 0px;
    background: #ffffff;
}
.finished_integrations .source {
    display: block;
    float: left;
    width: 45%;
}
.finished_integrations .target {
    display: block;
    float: right;
    width: 45%;
}
.finished_integrations .combine {
    display: block;
    padding-bottom: 120px;
    width: 100%;
}
.finished_integrations .title {
    display: block;
    padding: 50px 0px 15px 0px;
    text-align: center;
    color: #203058;
    font-size: 21px;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 2px solid #ffe131;
}
.finished_integrations .title span {
    font-size: 15px;
    font-weight: normal;
}
.finished_integrations .systems_list {
    display: block;
    padding: 20px 0px 0px 0px;
}
.finished_integrations .source .systems_list .system_item {
    display: block;
    float: left;
    width: 33%;
    padding: 6px 15px 6px 0px;
}
.finished_integrations .target .systems_list .system_item {
    display: block;
    float: left;
    width: 33%;
    padding: 6px 15px 6px 0px;
}
.finished_integrations .combine .systems_list .system_item {
    display: block;
    float: left;
    width: 20%;
    padding: 5px 10px 5px 0px;
}
.finished_integrations .systems_list .system_item a {
    font-size: 13px;
    color: #464a55;
    text-decoration: none;
}





.forwhom {
    display: block;
    padding: 0px 0px 50px 0px;
}
.forwhom .menu_tabs {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0px 0px 0px;
}
.forwhom .menu_tabs a {
    flex-grow: 1;
    padding: 16px 20px 8px 20px;
    color: #a6abb9;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    border-bottom: 2px solid #ccd3e0;
}
.forwhom .menu_tabs a.selected {
    color: #203058;
    border-bottom: 2px solid #6a60b1;
}
.forwhom .forwhom_group {
    max-width: 900px;
    margin: 0px auto;
}
.forwhom .bullet_box1 {
    font-size: 16px;
    background: url(../images/bullet7.png) 14px 50% no-repeat;
    line-height: 20px;
    padding: 30px 20px 30px 70px;
    text-align: justify;
}
.forwhom .bullet_box1:nth-child(2n+1) {
    border-radius: 10px;
    background: #ffffff url(../images/bullet6.png) 14px 50% no-repeat;
}
.forwhom .bullet_box1:nth-child(1) {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 30px 20px 30px 20px;
    /*
    font-size: 18px;
    line-height: 24px;
    */
    border: 2px solid #6a60b1;
    background: #ffffff;
}
.forwhom .bullet_box1:nth-child(1) .fa {
    display: block;
    width: 50px;
    min-width: 50px;
    font-size: 40px;
    color: #6a60b1;
}
.forwhom .blue_text {
    padding: 15px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #6258aa;
}


.forwhom2 {
    display: block;
    padding: 50px 0px 100px 0px;
}
.forwhom2 .section-holder {
    display: flex;
    padding: 20px 0px 0px 0px;
    flex-flow: row wrap;
    justify-content: space-between;
}
.forwhom2 .section-holder .section-box {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    margin: 20px 0px 0px 0px;
    padding: 30px 40px 30px 40px;
    width: calc((100% - 40px) / 3);
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
@media screen and (max-width: 900px){
    .forwhom2 .section-holder .section-box {
        width: calc((100% - 20px) / 2);
    }
}
@media screen and (max-width: 600px){
    .forwhom2 .section-holder .section-box {
        width: 100%;
    }
}
.forwhom2 .section-holder .section-box a {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #1763BC;
    text-decoration: none;
}
.forwhom2 .section-holder .section-box .header {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #1763BC;
}
.forwhom2 .section-holder .section-box .icon1 {
    background: url(../images/index_graph01.png) 50% 0% no-repeat;
}
.forwhom2 .section-holder .section-box .icon2 {
    background: url(../images/index_graph02.png) 50% 0% no-repeat;
}
.forwhom2 .section-holder .section-box .icon3 {
    background: url(../images/index_graph03.png) 50% 0% no-repeat;
}
.forwhom2 .section-holder .section-box .icon4 {
    background: url(../images/index_graph04.png) 50% 0% no-repeat;
}
.forwhom2 .section-holder .section-box .icon5 {
    background: url(../images/index_graph05.png) 50% 0% no-repeat;
}
.forwhom2 .section-holder .section-box .icon6 {
    background: url(../images/index_graph06.png) 50% 0% no-repeat;
}
.forwhom2 .section-holder .section-box .icon {
    width: 48px;
    height: 55px;
    background-size: 48px 48px;
}
.forwhom2 .section-holder .section-box .info {
    flex-grow: 1;
    padding: 10px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
}
.forwhom2 .section-holder .section-box .info .detailed {
    display: none;
}
.forwhom2 .section-holder .section-box .more {
    display: inline-block;
    font-size: 16px;
    margin-top: 30px;
    border-bottom: 1px solid #1763BC;
}




.integration_list {
    padding: 100px 0px 0px 0px;
    background: #ffffff;
}
.integration_list .catalog_holder {
    display: flex;
    flex-flow: row wrap;
}
.integration_list .catalog_holder .catalog {
    width: 300px;
}
.integration_list .catalog_holder .catalog {
    width: 230px;
    color: #0a1b47;
    font-size: 18px;
}
.integration_list .catalog_holder  .catalog .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #5b7b94;
}
.integration_list .catalog_holder .catalog .item {
    display: block;
    padding: 5px;
    margin: 10px 0px 0px 0px;
}
.integration_list .catalog_holder .catalog .item a {
    display: inline-block;
    padding-bottom: 3px;
    font-size: 14px;
    color: #346eb8;
    border-bottom: 1px solid #bfd3ed;
    text-decoration: none;
}
.integration_list .catalog_holder .item.selected a {
    color: #cd192e;
    border-bottom: 1px solid #f6b4bc;
    /*background: #C9C1FB;*/
}
.integration_list .catalog_holder .item.level0 {
    font-weight: bold;
}
.integration_list .catalog_holder .item.level0:before {
    display: block;
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    margin: 6px 6px 0px 0px;
    content: "";
    background: #dddddd;
}
.integration_list .catalog_holder .item.level0.selected:before {
    background: #cd192e;
}

.integration_list .catalog_holder .catalog_list_holder {
    width: calc(100% - 300px);
}
.integration_list .catalog_holder .catalog_list_holder .logo_list {
    display: flex;
    flex-flow: row wrap;
}
.integration_list .logo_frame {
    display: block;
    overflow: hidden;
    width: calc(25% - 10px);
    max-width: 223px;
    margin: 6px 5px 3px 5px;
}
.integration_list .logo_frame.hover:hover {
    border-radius: 8px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.integration_list .title_ready {
    display: block;
    padding: 20px 0px 10px 0px;
    width: 300px;
    margin: 0px auto;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    font-size: 20px;
}
.integration_list .title_indev {
    display: block;
    padding: 20px 0px 10px 0px;
    width: 300px;
    margin: 0px auto;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    font-size: 20px;
    color: #b8b8b8;
}



.test_access {
    display: block;
    position: relative;
    z-index: 5;
    height: 400px;
    margin-top: 60px;
    padding: 80px 0px 0px 75px;
    color: #ffffff;
    border-radius: 5px;
    background: url(../images/order_now_bg.png) 0px 0px no-repeat;
}
.test_access .no_limits {
    font-size: 21px;
    line-height: 25px;
}
.test_access .obtain {
    padding: 5px 0px 0px 0px;
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
}
.test_access .obtain span {
    color: #ffe131;
}
.test_access .form_holder {
    display: block;
    width: 655px;
    padding: 30px 0px 0px 0px;
}
.test_access .form_holder .white_frame {
    display: block;
    height: 55px;
    border-radius: 100px;
    background: #ffffff;
}
.test_access .form_holder .white_frame .separator {
    display: block;
    float: left;
    width: 1px;
    height: 32px;
    margin: 12px 0px 0px 0px;
    background: #d7d7d7;
}
.test_access .form_holder .submit {
    display: block;
    float: right;
    cursor: pointer;
    width: 220px;
    height: 55px;
    border-radius: 100px;
    border: 0px none;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    background: #ffe131;
}
.test_access .form_holder input {
    display: block;
    width: 200px;
    height: 32px;
    margin: 12px 0px 0px 10px;
    padding: 0px 0px 0px 20px;
    font-size: 14px;
    border: 0px none;
}
.test_access .form_holder .invalid {
    border-bottom: 2px solid #ff0000;
}


.howto_integrate {
    display: block;
    margin-top: -70px;
    padding: 160px 0px 0px 0px;
    background: #f4f7fc;
}
.howto_integrate .info {
    display: block;
    padding: 30px 0px 0px 0px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #464a55;
}
.howto_integrate .steps {
    display: block;
    padding: 60px 40px 60px 40px;
    margin: 35px 0px 0px 0px;
    background: #ffffff;
}
.howto_integrate .steps .step {
    display: block;
    float: left;
    padding: 0px 30px 0px 30px;
    width: 25%;
    font-size: 15px;
    line-height: 20px;
    color: #464a55;
}
.howto_integrate .steps .icon {
    display: block;
    width: 60px;
    height: 75px;
    background: url(../images/howto_icons.png) 0px 0px no-repeat;
}
.howto_integrate .steps .step1 .icon {
    background-position: 0px 0px;
}
.howto_integrate .steps .step2 .icon {
    background-position: -65px 0px;
}
.howto_integrate .steps .step3 .icon {
    background-position: -130px 0px;
}
.howto_integrate .steps .step4 .icon {
    background-position: -195px 0px;
}


.integration-steps {
    display: block;
    margin-top: -70px;
    padding: 160px 0px 100px 0px;
    background: #f4f7fc;
}
.integration-steps ol {
    display: block;
    padding: 40px 0px 0px 0px;
}
.integration-steps li {
    display: block;
    list-style-type: none;
}
.integration-steps .step-holder {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    margin-top: 10px;
    border-radius: 8px;
    font-size: 17px;
    line-height: 20px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
}
.integration-steps .step-holder .name {
    flex-grow: 1;
}
.integration-steps .step-holder .time {
    opacity: 0.5;
    white-space: nowrap;
}
.integration-steps .step-holder .icon {
    color: #888888;
    padding: 2px 10px 0px 0px;
}


.video-tutorial {
    display: block;
    padding: 0px 0px 50px 0px;
}
.video-tutorial .video_holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 60px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 12px;
}
.video-tutorial .video_holder .video_player {
    width: calc(50% - 20px);
}
.video-tutorial .video_holder .video_player img {
    cursor: pointer;
    width: 100%;
    max-height: 300px;
}
.video-tutorial .video_holder .video_player .video_code_holder {
    width: 0px;
    height: 0px;
    overflow: hidden;
}
.video-tutorial .video_holder .video_info {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: calc(50% - 20px);
    text-align: left;
    max-width: 400px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #203058;
}
@media screen and (max-width: 800px){
    .video-tutorial .video_holder .video_info {
        font-size: 26px;
        line-height: 32px;
    }
}
@media screen and (max-width: 600px){
    .video-tutorial .video_holder {
        padding: 30px;
    }
    .video-tutorial .video_holder .video_player {
        width: 100%;
    }
    .video-tutorial .video_holder .video_info {
        width: 100%;
        max-width: 100%;
        padding: 60px 0px 0px 0px;
    }
}
.video-tutorial .video_holder .video_info .video_watch_holder {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 0px 0px 0px;
}
.video-tutorial .video_holder .video_info .video_watch {
    display: block;
    padding: 16px 32px 16px 50px;
    font-size: 16px;
    line-height: 16px;
    color: #222222;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
    background: #FFD900 url(../images/yt_logo.svg) 15px 50% no-repeat;
    background-size: 20px auto;
}

.video-tutorial .video {
    position: relative;
    cursor: pointer;
}
.video-tutorial .video .yt {
    display: block;
    width: 160px;
    height: 100px;
    position: absolute;
    left: calc(50% - 80px);
    top: calc(50% - 50px);
    background-size: 120px;
}
@media screen and (max-width: 800px){
    .video-tutorial .video .yt {
        top: calc(50% - 40px);
        background-size: 80px;
    }
}
@media screen and (max-width: 500px){
    .video-tutorial .video .yt {
        top: calc(50% - 35px);
        background-size: 40px;
    }
}




.integrations_actions {
    padding: 80px 0px 0px 0px;
}
.integrations_actions .info {
    font-size: 15px;
    line-height: 24px;
    color: #464a55;
}
.integrations_actions .info .subtitle {
    display: block;
    padding: 30px 0px 0px 0px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #464a55;
}
.integrations_actions .info .header {
    display: block;
    font-weight: bold;
    padding: 30px 0px 0px 0px;
}
.integrations_actions .info p {
    display: block;
    padding: 0px;
}
.integrations_actions .info li {
    margin: 0px 0px 0px 20px;
}
.integrations_actions .systems_combine {
    display: block;
    margin-top: 45px;
    background: #ffffff;
}
.integrations_actions .systems_combine .logo {
    display: block;
    float: left;
    width: 235px;
    padding: 70px 0px 0px 0px;
    overflow: hidden;
    text-align: center;
}
.integrations_actions .systems_combine .description {
    display: block;
    float: right;
    padding: 0px 0px 70px 70px;
    width: calc(100% - 235px);
    min-height: 400px;
    border-left: 1px solid #eeeeee;
}
.integrations_actions .systems_combine .system {
    display: block;
    padding: 70px 0px 0px 0px;
}
.integrations_actions .systems_combine .title {
    display: block;
    padding: 0px 0px 10px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #203058;
}
.integrations_actions .systems_combine li {
    display: block;
    float: left;
    width: calc(50% - 20px);
    padding: 10px 0px 10px 30px;
    margin-right: 20px;
    list-style-type: none;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    color: #464a55;
    background: url(../images/action_bullet.png) 0px 50% no-repeat;
}
.integrations_actions .systems_combine li.miltiline {
    white-space: normal;
    overflow: auto;
}
.integrations_actions .systems_combine {
    display: flex;
    align-items: center;
}
.integrations_actions .systems_combine .col1 {
    display: block;
    min-width: 235px;
    padding: 0px;
    text-align: center;
}
.integrations_actions .systems_combine .col2 {
    padding: 0px 30px 70px 70px;
    border-left: 1px solid #eeeeee;
    flex-grow: 1;
}



.help-holder {
    display: flex;
    width: 100%;
}
.help-holder .help-menu {
    display: block;
    width: 25%;
    padding: 20px;
    min-width: 250px;
    background: #f0f0f0;
}
.help-holder .help-menu .help-header {
    display: block;
    font-size: 24px;
    color: #6459a3;
    font-weight: 500;
    text-decoration: underline;
    padding: 5px 0px 0px 0px;
}
.help-holder .help-menu .grid_wrapper {
    display: block;
    max-height: 500px;
    overflow: auto;
    margin-top: 20px;
}
.help-holder .help-content {
    display: block;
    width: 75%;
    background: #ffffff;
}
.help-holder .help-content .content_wrapper {
    display: block;
    max-width: 950px;
}
.help-holder .help-content .article_path {
    display: block;
    padding: 0px 0px 20px 0px;
    color: #888888;
}




.help-holder .group_block_article {
    padding: 30px 10px 0px 30px;
    min-height: 700px;
}
.help-holder .group_block_article h1 {
    display: block;
    padding: 0px 0px 10px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: #6459a3;
}
.help-holder .group_block_article h2,
.help-holder .group_block_article h3,
.help-holder .group_block_article h4,
.help-holder .group_block_article h5,
.help-holder .group_block_article h6,
.help-holder .group_block_article p {
    display: block;
    /*font-size: 15px;*/
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    color: #828094;
}
.help-holder .group_block_article .text {
    display: block;
    padding: 5px 0px 0px 0px;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: #626074;
}
.help-holder .group_block_article li {
    font-size: 13px;
    font-weight: 500;
    color: #9290A4;
}
.help-holder .group_block_article .goto-top {
    display: block;
    width: 164px;
    height: 29px;
    margin: 0px auto;
    background: url(../img/help_top.png) 50% 50% no-repeat;
}
.help-holder .group_block_article .image {
    display: block;
    padding: 20px 0px 3px 0px;
    margin: 0px 0px 30px 0px;
    border-bottom: 1px solid #d9d9d9;
}
.help-holder .group_block_article .image img {
    display: block;
    float: left;
    width: 100%;
    max-width: 100%;
}
.help-holder .group_block_article .image iframe {
    display: block;
    float: left;
    width: 100%;
    max-width: 100%;
}
.help-holder .group_block_article .image .comment {
    display: block;
}
.help-holder .group_block_article .image .comment .comment-step {
    display: block;
    padding: 20px 0px 0px 0px;
    font-size: 12px;
}
.help-holder .group_block_article .image .comment .comment-step .index {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #222222;
    background: #ffe400;
}
.help-holder .help-menu a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #6459a3;
    text-decoration: none;
}
.help-holder .help-menu .selected {
    background: #e2e1e8;
}
.help-holder  .help-menu td {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #dcdbdf;
}
.help-holder .help-menu .help-menu-toggler {
    display: none;
    float: right;
}
.help-holder .help-menu .help-menu-toggler a {
    font-size: 20px;
    margin: 2px 0px 0px -15px;
}
.help-holder .help-menu .help-menu-toggler a i {
    float: left;
}
.help-holder .help-menu .help-menu-toggler a span {
    padding: 2px 0px 2px 4px;
    float: left;
    font-size: 13px;
}
.help-holder  .help-content .help-menu-toggler {
    display: none;
    float: left;
}
.help-holder  .help-content .help-menu-toggler a {
    float: left;
    font-size: 20px;
    margin: 3px 0px 0px 30px;
}
.help-holder .help-content .help-menu-toggler a i {
    float: left;
}
.help-holder .help-content .help-menu-toggler a span {
    padding: 2px 4px 2px 2px;
    float: left;
    font-size: 13px;
}
.help-holder td .index {
    display: block;
    float: left;
    padding-right: 10px;
    color: #ffe400;
    font-weight: bold;
}


.help-holder .markup_cell_last p,
.help-holder .markup_cell_last ul,
.help-holder .markup_cell_last .image {
    margin-bottom: 20px;
}
.help-holder .markup_cell_last h3 {
    padding: 0px 0px 10px 0px;
}



.subscription_rates {
    display: block;
}
.subscription_rates .menu_tabs {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0px 0px 0px;
}
.subscription_rates .menu_tabs a {
    flex-grow: 1;
    padding: 10px 0px 10px 0px;
    color: #a6abb9;
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
    border-bottom: 2px solid #ccd3e0;
}
.subscription_rates .menu_tabs a.selected {
    color: #203058;
    border-bottom: 2px solid #6a60b1;
}
.subscription_rates .rate_groups_holder {
}
.subscription_rates .text_group {
    display: block;
    padding: 20px 0px 20px 0px;
    font-size: 15px;
    line-height: 22px;
}
.subscription_rates .text_group .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #203058;
}
.subscription_rates .text_group ul {
    list-style: outside;
}
.subscription_rates .rate_group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.subscription_rates .rate_group .rate_description {
    display: block;
    width: 25%;
    padding: 0px 10px 0px 10px;
}
.subscription_rates .rate_group .rate {
    display: block;
    padding: 40px 10px 40px 10px;
    min-height: 200px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
}
.subscription_rates .rate_group .rate > .title {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #203058;
}
.subscription_rates .rate_group .rate > .price {
    display: block;
    height: 65px;
    padding: 30px 0px 0px 0px;
    text-align: center;
    line-height: 30px;
}
.subscription_rates .rate_group .rate > .term {
    display: block;
    text-align: center;
}
.subscription_rates .rate_group .rate > .price > .unit {
    display: inline-block;
    height: 30px;
    font-size: 20px;
    line-height: 26px;
    color: #bbb6e2;
    vertical-align: top;
}
.subscription_rates .rate_group .rate > .price > .value {
    display: inline-block;
    margin-left: -4px;
    font-size: 30px;
    font-weight: bold;
    color: #6258aa;
}
.subscription_rates .rate_group .rate > .price > .free {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    color: #6258aa;
}
.subscription_rates .rate_group .rate > .price > .period {
    display: inline-block;
    height: 30px;
    margin-left: -4px;
    font-size: 16px;
    font-weight: bold;
    color: #6258aa;
    vertical-align: top;
    padding-top: 5px;
}
.subscription_rates .rate_group .discount_toggler {
    padding: 20px 0px 0px 0px;
    text-align: center;
    height: 110px;
}
.subscription_rates .rate_group .discount_toggler a {
    text-decoration: none;
}
.subscription_rates .rate_group .discount {
    display: none;
    width: 170px;
    height: 100px;
    margin: 0px auto;
}
.subscription_rates .rate_group .discount > .title {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #464a55;
}
.subscription_rates .rate_group .discount > .item {
    display: block;
    padding: 3px 0px 0px 0px;
    font-size: 14px;
    text-align: center;
    color: #888888;
}
.subscription_rates .rate_group .discount > .item > .pct {
    display: inline-block;
    font-weight: bold;
    color: #888888;
    width: 38px;
}
.subscription_rates .rate_group .line {
    margin: 0px 20px 0px 20px;
    height: 25px;
    border-bottom: 1px solid #d0d7e3;
}
.subscription_rates .rate_group .limits {
    display: block;
    min-height: 125px;
    padding: 20px 20px 0px 20px;
    text-align: left;
    font-size: 15px;
    color: #464a55;
}
.subscription_rates .rate_group .limits > .title {
    display: block;
    text-align: left;
    font-weight: bold;
}
.subscription_rates .rate_group .limits > .limit {
    display: block;
    padding: 10px 0px 0px 25px;
    min-height: 30px;
    text-align: left;
    background: url(../images/rate_icon1.png) 0px 10px no-repeat;
}
.subscription_rates .rate_group .info {
    display: inline-block;
    margin-top: 10px;
    padding-left: 45px;
    color: #6258aa;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}
.subscription_rates .rate_group .button {
    display: inline-block;
    padding: 15px 40px 15px 40px;
    margin: 20px auto 0px auto;
    color: #6258aa;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    color: #000000;
    background: #ffe131;
}



#main_block11 {
    padding: 0px 0px 30px 0px;
    min-height: 450px;
    background: #ffffff;
}
#main_block11 .person {
    float: left;
    width: 30%;
    min-height: 450px;
    background: url(../images/main_block11.png) 50% 60% no-repeat;
}
#main_block11 .person_info {
    float: right;
    width: 70%;
    padding: 80px 30px 0px 30px;
}
#main_block11 .person_info h1 {
    display: block;
    font-size: 32px;
    font-weight: 200;
    line-height: 35px;
    color: #6459a3;
}
#main_block11 .person_info p {
    display: block;
    padding: 30px 20px 0px 0px;
    font-size: 17px;
    font-weight: 200;
    line-height: 24px;
    color: #000000;
}



#main_block12 {
    background: #e8eff7;
    padding-bottom: 60px;
}
#main_block12 h2 {
    display: block;
    padding: 90px 0px 0px 0px;
    text-align: center;
    font-size: 27px;
    line-height: 30px;
    color: #6459a3;
}
#main_block12 .icons_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#main_block12 .icon_box {
    width: 20%;
    margin-top: 30px;
    padding: 140px 20px 0px 20px;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
}
#main_block12 .icon_box.icon1 {
    background: url(../images/main_block12_1.png) 50% 0% no-repeat;
}
#main_block12 .icon_box.icon2 {
    background: url(../images/main_block12_2.png) 50% 0% no-repeat;
}
#main_block12 .icon_box.icon3 {
    background: url(../images/main_block12_3.png) 50% 0% no-repeat;
}
#main_block12 .icon_box.icon4 {
    background: url(../images/main_block12_4.png) 50% 0% no-repeat;
}
#main_block12 .icon_box.icon5 {
    background: url(../images/main_block12_5.png) 50% 0% no-repeat;
}



#main_block13 {
    padding: 40px 0px 40px 0px;
    background: #ffffff;
}
#main_block13 p {
    padding: 0px 20px 0px 20px;
    font-size: 18px;
    line-height: 28px;
}
#main_block13 .text1 {
    padding: 65px 0px 0px 0px;
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    color: #6459a3;
}
#main_block13 .text2 {
    padding: 30px 0px 0px 0px;
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    color: #68b944;
}
#main_block13 .calculation {
    display: flex;
    justify-content: center;
    padding: 65px 0px 0px 0px;
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    color: #6459a3;
}
#main_block13 .calculation .arg {
    width: 180px;
}
#main_block13 .calculation .value {
    font-size: 40px;
    font-weight: bold;
}
#main_block13 .calculation .info {
    font-size: 13px;
    line-height: 15px;
}
#main_block13 .calculation.inline {
    padding: 30px 0px 0px 0px;
}
#main_block13 .calculation.inline .arg{
    display: flex;
    width: auto;
    flex-flow: column nowrap;
}
#main_block13 .calculation.inline .arg .value{
    color: #53a092;
}
#main_block13 .calculation.inline .info {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 5px 0px 0px 0px;
}


#main_block9 {
    min-height: 515px;
    background: #55398e url(../images/main_block9.jpg) 50% 0% no-repeat;
}
#main_block9 .left {
    display: block;
    float: left;
    width: 35%;
}
#main_block9 .header {
    padding: 110px 0px 0px 0px;
    font-size: 37px;
    font-weight: bold;
    color: #ffffff;
}
#main_block9 .subheader {
    padding: 30px 0px 0px 20px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}
#main_block9 .phone {
    padding: 10px 0px 0px 0px;
    font-size: 27px;
    font-weight: 500;
    color: #ffe500;
}
#main_block9 .right {
    display: block;
    padding: 40px 0px 0px 100px;
    float: left;
    width: 50%;
}
#main_block9 .right .control {
    display: block;
    padding: 20px 0px 0px 0px;
}
#main_block9 .right .control label {
    display: block;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 0px 10px 0px;
}
#main_block9 .right .control input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0px 0px 0px 15px;
    font-size: 18px;
    color: #ffffff;
    border: 1px solid #9a8bbe;
    background: transparent;
}
#main_block9 .right .control input.invalid {
    border: 1px solid #cc0000;
}
#main_block9 .right .control input.valid {
    border: 1px solid #00cc00;
}
#main_block9 .right .control.invalid {
    border: 1px solid #cc0000;
}


#main_site_integrators {
    display: block;
    padding: 20px 0px 0px 0px;
}
#main_site_integrators .path {
    line-height: 18px;
    font-size: 16px;
    color: #444444;
}
#main_site_integrators a {
    line-height: 20px;
    font-size: 16px;
    color: #346eb8;
    text-decoration: none;
    border-bottom: 1px solid #bfd3ed;
}
#main_site_integrators a:hover {
    color: #cd192e;
    border-bottom: 1px solid #f6b4bc;
}

#main_site_integrators .section_title {
    padding: 20px 0px 0px 0px;
}
#main_site_integrators .section_info {
    padding: 20px 0px 0px 0px;
    margin: 0px auto;
    max-width: 970px;
    font-size: 18px;
    line-height: 26px;
    color: #203058;
    text-align: center;
}
#main_site_integrators .section_info .adding_info {
    padding: 20px 0px 0px 0px;
}
#main_site_integrators .section_info .adding_info a {
    font-size: 20px;
}
#main_site_integrators .section_info .adding_info .manual {
    display: none;
    padding: 10px 0px 0px 0px;
    font-size: 17px;
}
#main_site_integrators .section_info .adding_info .manual ol {
    padding-left: 25px;
}
#main_site_integrators .section_info .adding_info .manual .try_button {
    line-height: 24px;
}

#main_site_integrators .integrators_filter {
    display: flex;
    padding: 20px 0px 0px 0px;
    flex-flow: row wrap;
}
#main_site_integrators .integrators_filter .filter {
    width: calc(100% / 3 - 120px);
    min-width: 160px;
    margin-left: 20px;
    margin-top: 20px;
    flex-grow: 1;
}
#main_site_integrators .integrators_filter .filter.search {
    width: 120px;
}
#main_site_integrators .integrators_filter .filter:first-child {
    margin-left: 0px;
}
#main_site_integrators .integrators_filter label {
    display: block;
    padding: 0px 0px 5px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #203058;
}
#main_site_integrators .integrators_filter select,
#main_site_integrators .integrators_filter input[type=text] {
    width: 100%;
    padding: 10px;
    border: 0px none;
    border-right: 5px solid #ffffff;
    border-radius: 3px;
}
#main_site_integrators .integrators_filter input[type=text] {
    padding-left: 20px;
}
#main_site_integrators .integrators_filter button {
    display: inline-block;
    width: 100%;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    border-radius: 100px;
    border: 0px none;
    text-decoration: none;
    cursor: pointer;
    background: #FFE131;
}




#main_site_videos {
    display: block;
    padding: 20px 0px 0px 0px;
}
#main_site_videos .path {
    line-height: 18px;
    font-size: 16px;
    color: #444444;
}
#main_site_videos a {
    line-height: 20px;
    font-size: 16px;
    color: #346eb8;
    text-decoration: none;
    border-bottom: 1px solid #bfd3ed;
}
#main_site_videos a:hover {
    color: #cd192e;
    border-bottom: 1px solid #f6b4bc;
}

#main_site_videos .section_title {
    padding: 20px 0px 0px 0px;
}
#main_site_videos .section_info {
    padding: 20px 0px 0px 0px;
    margin: 0px auto;
    max-width: 970px;
    font-size: 18px;
    line-height: 26px;
    color: #203058;
    text-align: center;
}
#main_site_videos .videos_holder{
    display: flex;
    flex-flow: row wrap;
}
#main_site_videos .videos_holder .video {
    cursor: pointer;
    width: calc(100% / 3 - 20px);
    margin: 30px 0px 0px 30px;
    padding: 0px 0px 30px 0px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #ffffff;
}
#main_site_videos .videos_holder .video:nth-child(3n + 1) {
    margin-left: 0px;
}
#main_site_videos .videos_holder .video .name {
    padding: 10px 10px 0px 10px;
    font-weight: bold;
}
#main_site_videos {
    display: flex;
    padding: 20px 0px 0px 0px;
    flex-flow: row wrap;
}
#main_site_videos .integrators_filter {
    display: flex;
    flex-flow: row wrap;
}
#main_site_videos .filter {
    width: calc(100% / 4 - 90px);
    min-width: 160px;
    margin-left: 20px;
    margin-top: 20px;
    flex-grow: 1;
}
#main_site_videos .filter.search {
    min-width: 120px;
}
#main_site_videos .filter:first-child {
    margin-left: 0px;
}
@media screen and (max-width: 749px){
    #main_site_videos .videos_holder .video {
        width: calc(100% / 2 - 15px);
        margin: 30px 0px 0px 30px;
    }
    #main_site_videos .videos_holder .video:nth-child(3n + 1) {
        margin-left: 30px;
    }
    #main_site_videos .videos_holder .video:nth-child(2n + 1) {
        margin-left: 0px;
    }
    #main_site_videos .filter {
        width: calc(100% / 2 - 30px);
    }
    #main_site_videos .filter:nth-child(3) {
        margin-left: 0px;
    }
}
@media screen and (max-width: 500px){
    #main_site_videos .videos_holder .video {
        width: 100%;
        margin: 30px 0px 0px 0px;
    }
    #main_site_videos .videos_holder .video:nth-child(3n + 1) {
        margin-left: 0px;
    }
    #main_site_videos .filter {
        width: 100%;
    }
    #main_site_videos .filter:nth-child(3) {
        margin-left: 0px;
    }
    #main_site_videos .filter:nth-child(2) {
        margin-left: 0px;
    }
    #main_site_videos .filter:nth-child(4) {
        margin-left: 0px;
    }
}
#main_site_videos label {
    display: block;
    padding: 0px 0px 5px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #203058;
}
#main_site_videos select,
#main_site_videos input[type=text] {
    width: 100%;
    padding: 10px;
    border: 0px none;
    border-right: 5px solid #ffffff;
    border-radius: 3px;
}
#main_site_videos input[type=text] {
    padding-left: 20px;
}
#main_site_videos button {
    display: inline-block;
    width: 100%;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    border-radius: 100px;
    border: 0px none;
    text-decoration: none;
    cursor: pointer;
    background: #FFE131;
}
#main_site_videos .pagination {
    display: flex;
    padding: 20px 0px 0px 0px;
    font-size: 14px;
    line-height: 23px;
    justify-content: center;
}
#main_site_videos .pagination a,
#main_site_videos .pagination span {
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
    padding: 4px 5px 4px 5px;
    margin: 0px 4px 0px 4px;
    border: 0px none;
    text-align: center;
}
#main_site_videos .pagination a.selected {
    color: #ffffff;
    border-radius: 2px;
    background: #3350b8;
}
#main_site_videos .pagination .link-prev,
#main_site_videos .pagination .link-next {
    display: inline-block;
    border-radius: 2px;
    font-size: 24px;
    line-height: 20px;
    background: #eeeeee;
}




#main_site_integrators .integrators_holder {
    display: flex;
    flex-flow: row wrap;
}
#main_site_integrators .integrators_holder .integrator {
    width: calc(100% / 3 - 20px);
    margin: 30px 0px 0px 30px;
    padding: 0px 0px 30px 0px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #ffffff;
}
#main_site_integrators .integrators_holder .integrator:nth-child(3n + 1) {
    margin-left: 0px;
}
#main_site_integrators .integrators_holder .logo {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 50px 20px 20px 20px;
    height: 150px;
    border: 0px none;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#main_site_integrators .integrators_holder .logo img {
    max-width: 100%;
    max-height: 100%;
}
#main_site_integrators .integrators_holder .logo .overlay_top {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 0px;
    top: 0px;
    background: url(../images/overlay_top.svg) 100% 0% no-repeat;
}
#main_site_integrators .integrators_holder .name {
    font-size: 18px;
    font-weight: bold;
    color: #203058;
    padding: 10px 20px 0px 20px;
}
#main_site_integrators .integrators_holder .location {
    font-size: 16px;
    font-style: italic;
    color: #464A55;
    padding: 10px 20px 0px 20px;
}
#main_site_integrators .integrators_holder .url {
    padding: 10px 20px 0px 20px;
}
#main_site_integrators .integrators_holder .info {
    font-size: 16px;
    color: #464A55;
    padding: 20px 20px 0px 20px;
    max-height: 100px;
    min-height: 100px;
    overflow: hidden;
}
#main_site_integrators .integrators_holder .info.open {
    max-height: none;
    overflow: visible;
}
#main_site_integrators .integrators_holder .button {
    display: inline-block;
    padding: 12px 20px 12px 20px;
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    border-radius: 100px;
    text-decoration: none;
    background: #FFE131;
}
#main_site_integrators .integrators_detailed {
    padding-bottom: 70px;
    margin: 20px auto 0px auto;
    max-width: 770px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #ffffff;
}
#main_site_integrators .integrators_detailed .logo {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 220px;
    padding: 40px 0px 15px 0px;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#main_site_integrators .integrators_detailed .logo img {
    max-width: 100%;
    max-height: 100%;
}
#main_site_integrators .integrators_detailed .logo .overlay_top {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 0px;
    top: 0px;
    background: url(../images/overlay_top.svg) 100% 0% no-repeat;
}
#main_site_integrators .integrators_detailed .name {
    padding: 10px 0px 0px 0px;
    font-size: 36px;
    line-height: 36px;
    color: #203058;
}
#main_site_integrators .integrators_detailed .location {
    padding: 10px 0px 0px 0px;
    font-size: 16px;
    color: #6258AA;
}
#main_site_integrators .integrators_detailed .contacts {
    padding: 20px 20px 0px 20px;
}
#main_site_integrators .integrators_detailed .contacts form {
    display: flex;
    max-width: 500px;
    margin: 0px auto 0px auto;
    flex-flow: row wrap;
}
#main_site_integrators .integrators_detailed .contacts form .control {
    display: flex;
    width: 100%;
    padding: 10px 0px 0px 0px;
    flex-flow: row wrap;
    justify-content: center;
}
#main_site_integrators .integrators_detailed .contacts form .control label {
    width: 120px;
    padding: 5px 10px 0px 0px;
    text-align: right;
}
#main_site_integrators .integrators_detailed .contacts form .control input[type=text],
#main_site_integrators .integrators_detailed .contacts form .control textarea {
    padding: 5px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    width: calc(100% - 120px);
}
#main_site_integrators .integrators_detailed .contacts form .control.invalid input[type=text],
#main_site_integrators .integrators_detailed .contacts form .control.invalid textarea {
    border: 1px solid #cc0000;
}
#main_site_integrators .integrators_detailed .button {
    display: inline-block;
    cursor: pointer;
    padding: 12px 50px 12px 50px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    border: 0px none;
    border-radius: 100px;
    text-decoration: none;
    background: #FFE131;
}
#main_site_integrators .integrators_detailed .params {
    display: flex;
    padding: 20px 70px 0px 70px;
    flex-flow: row wrap;
    justify-content: space-between;
}
#main_site_integrators .integrators_detailed .params .item {
    padding: 15px 0px 0px 0px;
    width: 40%;
    text-align: left;
}
#main_site_integrators .integrators_detailed .params .item .param_name {
    padding: 0px 0px 5px 0px;
    font-size: 14px;
    color: #666A75;
}
#main_site_integrators .integrators_detailed .params .item .value {
    font-size: 14px;
    font-weight: bold;
    color: #203058;
}
#main_site_integrators .integrators_detailed .info {
    padding: 50px 70px 0px 70px;
    font-size: 14px;
    line-height: 23px;
    color: #203058;
    text-align: justify;
}
#main_site_integrators .pagination {
    display: flex;
    padding: 20px 0px 0px 0px;
    font-size: 14px;
    line-height: 23px;
    justify-content: center;
}
#main_site_integrators .pagination a,
#main_site_integrators .pagination span {
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
    padding: 4px 5px 4px 5px;
    margin: 0px 4px 0px 4px;
    border: 0px none;
    text-align: center;
}
#main_site_integrators .pagination a.selected {
    color: #ffffff;
    border-radius: 2px;
    background: #3350b8;
}
#main_site_integrators .pagination .link-prev,
#main_site_integrators .pagination .link-next {
    display: inline-block;
    border-radius: 2px;
    font-size: 24px;
    line-height: 20px;
    background: #eeeeee;
}





#main_site_footer {
    margin-top: 100px;
    padding: 40px 0px 40px 0px;
    background: #645ba1;
}
#main_site_footer.nomargin {
    margin-top: 0px;
}
#main_site_footer .col {
    display: block;
    width: 33%;
    float: left;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
}
#main_site_footer .col .line {
    display: block;
    width: 34px;
    height: 3px;
    background: #fee333;
}
#main_site_footer .col .info {
    padding: 10px 50px 0px 0px;
    height: 120px;
}
#main_site_footer .col .email {
    padding: 0px 0px 0px 20px;
    margin: 10px 0px 0px 0px;
    color: #fee334;
    background: url(../images/footer_icon1.png) 0px 50% no-repeat;
}



#main_site_footer_info {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #1c2959;
}
#main_site_footer_info .logo {
    display: block;
    float: left;
    width: 130px;
    height: 30px;
    padding: 22px 0px 0px 0px;
    margin-right: 30px;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    background: url(../images/logo.svg) 0px 50% no-repeat;
    background-size: contain;
}
#main_site_footer_info .info {
    display: block;
    float: left;
    width: 220px;
    color: #ffffff;
}
#main_site_footer_info .info .email {
    display: block;
    padding: 0px 0px 0px 26px;
    font-size: 14px;
    background: url(../images/footer_icon1.png) 0px 50% no-repeat;
}
#main_site_footer_info .info .location {
    display: block;
    padding: 0px 0px 0px 26px;
    margin-top: 8px;
    font-size: 14px;
    background: url(../images/footer_icon2.png) 1px 50% no-repeat;
}
#main_site_footer_info .info .phone {
    display: block;
    padding: 0px 0px 0px 26px;
    margin-top: 8px;
    font-size: 14px;
    background: url(../images/footer_icon3.png) 1px 50% no-repeat;
}
#main_site_footer_info .menu {
    display: block;
    float: right;
    text-align: left;
    width: 600px;
    margin-top: -8px;
}
#main_site_footer_info .menu a {
    display: inline-block;
    width: 270px;
    margin: 8px 0px 0px 20px;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
}
#main_site_footer_info .menu a:hover {
    text-decoration: none;
}

#main_site_footer_info .social-media {
    display: block;
    width: 100%;
    text-align: left;
}
#main_site_footer_info .social-media  a.social-link {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 0px 10px 0px 0px;
}



#main_site_footer_info .footer_layout {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#main_site_footer_info .logo_contacts {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 400px;
}
#main_site_footer_info .menu_links {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: calc(100% - 400px);
}
#main_site_footer_info .menu_links .menu_column {
    width: 30%;
}
#main_site_footer_info .menu_links .header {
    padding: 0px 0px 5px 0px;
    font-weight: bold;
    color: #f8f8f8;
}
#main_site_footer_info .menu_links .menu_column a {
    display: block;
    color: #aaaaaa;
}
#main_site_footer_info .menu_links .menu_catalog {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 20px 0px 0px 0px;
}
#main_site_footer_info .menu_links .menu_catalog .contacts {
    width: calc(30% + 10% / 2);
}
#main_site_footer_info .menu_links .menu_catalog a {
    display: inline-block;
    margin: 0px 4px 0px 0px;
    color: #aaaaaa;
}
#main_site_footer_info .menu_links .togglable_links {
    display: block;
    overflow: hidden;
    height: 82px;
}
@media screen and (max-width: 1000px){
    #main_site_footer_info .menu_links {
        width: 100%;
    }
    #main_site_footer_info .footer_layout {
        flex-direction: column-reverse;
    }
    #main_site_footer_info .logo_contacts {
        padding: 40px 0px 0px 0px;
        width: 100%;
        justify-content: center;
    }
}
@media screen and (max-width: 700px){
    #main_site_footer_info .menu_links .menu_column {
        width: 100%;
        padding: 0px 0px 20px 0px;
    }
    #main_site_footer_info .menu_links .menu_catalog .contacts {
        width: 100%;
        padding: 0px 0px 20px 0px;
    }
    #main_site_footer_info .menu_links .menu_catalog .catalog_letters {
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    #main_site_footer_info .logo_contacts {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
    }
    #main_site_footer_info .logo_contacts .info {
        padding: 20px 0px 0px 0px;
    }
}




.login-reg-window {
    position: relative;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    color: #000;
    padding: 50px 45px 50px 400px;
    width: 800px;
    height: auto;
    min-height: 450px;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.35);
    background: #ffffff url(../images/login_art.png) 85px 70px no-repeat;
}
.login-reg-window .tabs {
    height: 36px;
}
.login-reg-window .tabs li {
    display: block;
    width: 50%;
    float: left;
    padding: 0px 0px 10px 0px;
    text-align: left;
    border-bottom: 2px solid #cccccc;
}
.login-reg-window .tabs a {
    color: #cccccc;
    font-weight: 500;
    text-decoration: none;
}
.login-reg-window .tabs .selected a {
    color: #61599f;
}
.login-reg-window .tabs li.selected {
    border-bottom: 2px solid #61599f;
}
.login-reg-window .tab {
    text-align: center;
}
.login-reg-window .field {
    position: relative;
    padding: 15px 0px 0px 0px;
}
.login-reg-window .label {
    position: absolute;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    left: 10px;
    top: 27px;
    color: #9d9d9d;
}
.login-reg-window .control.invalid {
    display: block;
    border: 2px solid #ff0000;
}
.login-reg-window a.terms_link {
    text-decoration: none;
}
.login-reg-window a.terms_link:hover {
    text-decoration: underline;
}
.login-reg-window input[type="text"],
.login-reg-window input[type="password"],
.login-reg-window input[type="email"] {
    background: transparent;
    width: 100%;
    height: 41px;
    font-size: 16px;
    font-weight: bold;
    line-height: 0px;
    padding: 2px 10px 0px 0px;
    box-sizing: border-box;
    border: 2px solid #cccccc;
    border-radius: 4px;
    color: #61599f;
}
.login-reg-window input[type="text"]:focus,
.login-reg-window input[type="password"]:focus,
.login-reg-window input[type="email"]:focus {
    color: #61599f;
    border: 2px solid #61599f;
}
@media screen and (max-width: 520px){
    .login-reg-window .label {
        left: 10px;
        top: 29px;
    }
    .login-reg-window input[type="text"],
    .login-reg-window input[type="password"],
    .login-reg-window input[type="email"] {
        padding: 0px 10px 0px 0px;
    }
}
.login-reg-window input.invalid {
    border: 2px solid #ee0000;
}
.login-reg-window input.valid {
    border: 2px solid #00cc00;
}
.login-reg-window .field input[type="text"],
.login-reg-window .field input[type="password"] {
    padding-left: 80px
}
.login-reg-window .field .submit {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    background: #ffe500;
    padding: 10px 40px;
    border-radius: 25px;
    border: 0px none;
    font-weight: 600;
}
.login-reg-window .reg_info {
    padding: 10px 0px 0px 0px;
}
.login-reg-window .reg_info .error {
    color: #cc0000;
    font-size: 15px;
    font-weight: bold;
}
.login-reg-window .reg_info .success {
    color: #009900;
    font-size: 15px;
    font-weight: bold;
}
.login-reg-window .facebook_login {
    display: block;
    height: 50px;
    padding-left: 30px;
    color: #3b599a;
    border: 2px solid #ffe500;
    border-radius: 50px;
    text-decoration: none;
    line-height: 46px;
    font-weight: 500;
    font-size: 16px;
}
.login-reg-window .facebook_login:hover {
    border: 2px solid #6748ff;
}
.login-reg-window .facebook_login .fb_logo {
    display: block;
    float: right;
    width: 9px;
    height: 18px;
    margin: 14px 20px 0px 0px;
    background: url(../images/fb_2.png) 0px 0px no-repeat;
}
.login-reg-window .google_login {
    display: block;
    height: 50px;
    padding-left: 30px;
    color: #3b599a;
    border: 2px solid #ffe500;
    border-radius: 50px;
    text-decoration: none;
    line-height: 46px;
    font-weight: 500;
    font-size: 16px;
}
.login-reg-window .google_login:hover {
    border: 2px solid #6748ff;
}
.login-reg-window .google_login .google_logo {
    display: block;
    padding: 4px 15px 0px 0px;
    float: right;
}
.login-reg-window .back_tab {
    display: inline-block;
    padding: 5px 0px 5px 20px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin: 10px 0px 0px 0px;
    background: url(../images/bullet9.png) 5px 7px no-repeat;
}
.login-reg-window .facebook_or {
    display: inline-block;
    padding: 10px 0px 9px 0px;
    width: 100px;
    height: 7px;
    font-weight: 500;
    font-size: 16px;
    color: #9d9d9d;
    border-bottom: 2px solid #cccccc;
}
.login-reg-window .facebook_or > span {
    display: inline-block;
    padding: 0px 10px 0px 10px;
    background: #ffffff;
}
/*
.login-reg-window .facebook_or:before,
.login-reg-window .facebook_or:after {
    content: "";
    position: absolute;
    display: block;
    margin: 10px 0px 0px -45px;
    width: 35px;
    height: 2px;
    background: #cccccc;
}
.login-reg-window .facebook_or:after {
    margin: -8px 0px 0px 42px;
}
*/
.login-reg-window .forget_password {
    position: absolute;
    padding: 10px 0px 0px 0px;
    margin: 40px 0px 0px -270px;
}
@media screen and (max-width: 720px){
    .login-reg-window .forget_password {
        position: relative;
        margin: 0px;
    }
}
.login-reg-window .tabs li:last-child:after {
  display: none;
}
.login-reg-window .tabs a {
  font-size: 22px;
}
.login-reg-window .tabs .selected {
  font-weight: bold;
  text-decoration: none;
}

.login-reg-window .popup-close {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    opacity: 0.5;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
}
.system_message .error {
    font-weight: 800;
    color: #cc0000;
}
.system_message .success {
    font-weight: 800;
    color: #009900;
}





.index_info {
    float: left;
    padding: 90px 0px 0px 0px;
    text-align: left;
    width: calc(100% - 540px);
}
#main_site .index_info .orange_button {
    display: none;
}
#main_site_header .main_site_left .index_info .subtitle_index {
    padding-left: 0px;
    margin: 0px;
    font-size: 17px;
    line-height: 29px;
}
#main_site_header .main_site_left .index_info .subtitle {
    display: none;
    padding-left: 0px;
    margin: 0px;
}
.login-reg-sidebar {
    display: block;
    float: right;
    padding: 60px 0px 0px 90px;
    background: url(../images/login_art3.png) 0px 0px no-repeat;
}
@media screen and (max-width: 900px){
    .login-reg-sidebar {
        display: none;
    }
    #main_site .index_info .orange_button {
        display: inline-block;
    }
    .index_info {
        width: 100%;
        text-align: center;
    }
    #main_site_header .main_site_left .index_info .subtitle {
        display: block;
    }
    #main_site_header .main_site_left .index_info .subtitle_index {
        display: none;
    }
}
.login-reg-sidebar .whitebox {
    display: block;
    float: right;
    text-align: left;
    box-sizing: border-box;
    color: #000;
    padding: 40px;
    width: 450px;
    min-height: 410px;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.35);
    background: #ffffff;
}
.login-reg-sidebar .tabs {
    display: flex;
    flex-flow: row nowrap;
    height: 36px;
}
.login-reg-sidebar .tabs li {
    display: block;
    width: 50%;
    padding: 0px 0px 10px 0px;
    text-align: center;
    border-bottom: 2px solid #cccccc;
}
.login-reg-sidebar .tabs a {
    font-size: 20px;
    line-height: 22px;
    color: #cccccc;
    font-weight: 500;
    text-decoration: none;
}
.login-reg-sidebar .tabs li.selected a {
    color: #61599f;
}
.login-reg-sidebar .tabs li.selected {
    border-bottom: 2px solid #61599f;
}
.login-reg-sidebar .reg_info {
    font-size: 14px;
    line-height: 17px;
    padding: 10px 0px 0px 0px;
    text-align: center;
}
.login-reg-sidebar .reg_info .error {
    color: #cc0000;
    font-size: 15px;
    font-weight: bold;
}
.login-reg-sidebar .reg_info .success {
    color: #009900;
    font-size: 15px;
    font-weight: bold;
}
.login-reg-sidebar .field {
    position: relative;
    padding: 15px 0px 0px 0px;
}
.login-reg-sidebar .field_double {
    display: flex;
    padding: 15px 0px 0px 0px;
    flex-flow: row nowrap;
    justify-content: space-between;
    font-size: 14px;
    line-height: 17px;
}
.login-reg-sidebar .label {
    position: absolute;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    left: 10px;
    top: 27px;
    color: #9d9d9d;
}
.login-reg-sidebar input[type="text"],
.login-reg-sidebar input[type="password"],
.login-reg-sidebar input[type="email"] {
    background: transparent;
    width: 100%;
    height: 41px;
    font-size: 16px;
    font-weight: bold;
    line-height: 0px;
    padding: 2px 10px 0px 0px;
    box-sizing: border-box;
    border: 2px solid #cccccc;
    border-radius: 4px;
    color: #61599f;
}
.login-reg-sidebar input[type="text"]:focus,
.login-reg-sidebar input[type="password"]:focus,
.login-reg-sidebar input[type="email"]:focus {
    color: #61599f;
    border: 2px solid #61599f;
}
.login-reg-sidebar input.invalid,
.login-reg-sidebar .control.invalid {
    border: 2px solid #ee0000;
}
.login-reg-sidebar .submit {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    background: #ffe500;
    padding: 10px 40px;
    border-radius: 25px;
    border: 0px none;
    font-weight: 600;
}
.login-reg-sidebar .confirm_terms {
    font-size: 14px;
    line-height: 17px;
}
.login-reg-sidebar .facebook_login {
    display: block;
    height: 50px;
    padding-left: 30px;
    color: #3b599a;
    border: 2px solid #ffe500;
    border-radius: 50px;
    text-decoration: none;
    line-height: 46px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}
.login-reg-sidebar .facebook_login:hover {
    border: 2px solid #6748ff;
}
.login-reg-sidebar .facebook_login .fb_logo {
    display: block;
    float: right;
    width: 9px;
    height: 18px;
    margin: 14px 20px 0px 0px;
    background: url(../images/fb_2.png) 0px 0px no-repeat;
}
.login-reg-sidebar .google_login {
    display: block;
    height: 50px;
    padding-left: 30px;
    color: #3b599a;
    border: 2px solid #ffe500;
    border-radius: 50px;
    text-decoration: none;
    line-height: 46px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}
.login-reg-sidebar .google_login:hover {
    border: 2px solid #6748ff;
}
.login-reg-sidebar .google_login .google_logo {
    display: block;
    padding: 4px 15px 0px 0px;
    float: right;
}
.login-reg-sidebar .facebook_or {
    display: inline-block;
    padding: 10px 0px 9px 0px;
    width: 100px;
    height: 26px;
    font-weight: 500;
    font-size: 16px;
    color: #9d9d9d;
    border-bottom: 2px solid #cccccc;
}
.login-reg-sidebar .facebook_or > span {
    display: inline-block;
    padding: 0px 10px 0px 10px;
    background: #ffffff;
}
.login-reg-sidebar .reg_art {
    position: absolute;
    display: block;
    width: 220px;
    height: 330px;
    margin: -250px 0px 0px 330px;
    background: url(../images/login_art2.png) 0px 0px no-repeat;
}

/*
.login-reg-sidebar .control.invalid {
    display: block;
    border: 2px solid #ff0000;
}
.login-reg-sidebar a.terms_link {
    text-decoration: none;
}
.login-reg-sidebar a.terms_link:hover {
    text-decoration: underline;
}
@media screen and (max-width: 520px){
    .login-reg-sidebar .label {
        left: 10px;
        top: 29px;
    }
    .login-reg-sidebar input[type="text"],
    .login-reg-sidebar input[type="password"],
    .login-reg-sidebar input[type="email"] {
        padding: 0px 10px 0px 0px;
    }
}
.login-reg-sidebar input.invalid {
    border: 2px solid #ee0000;
}
.login-reg-sidebar input.valid {
    border: 2px solid #00cc00;
}
.login-reg-sidebar .field input[type="text"],
.login-reg-sidebar .field input[type="password"] {
    padding-left: 80px
}
.login-reg-sidebar .back_tab {
    display: inline-block;
    padding: 5px 0px 5px 20px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin: 10px 0px 0px 0px;
    background: url(../images/bullet9.png) 5px 7px no-repeat;
}
.login-reg-sidebar .forget_password {
    position: absolute;
    padding: 10px 0px 0px 0px;
    margin: 40px 0px 0px -270px;
}
@media screen and (max-width: 720px){
    .login-reg-sidebar .forget_password {
        position: relative;
        margin: 0px;
    }
}
.login-reg-sidebar .tabs li:last-child:after {
  display: none;
}
.login-reg-sidebar .tabs a {
  font-size: 22px;
}
.login-reg-sidebar .tabs .selected {
  font-weight: bold;
  text-decoration: none;
}
*/


















#fullsize-popup-overlay {
    display: none;
    position: fixed;
    background: #000000;
    opacity: 0.6;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}


.popup-message {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #000;
    padding: 80px 75px 80px 400px;
    margin: 50px auto 0px auto;
    width: 800px;
    height: 600px;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.35);
    background: #ffffff url(../images/login_art.png) 85px 70px no-repeat;
}
.popup-message-overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
    opacity: 0.5;
    background: #000000;
}
.popup-message .popup-close {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    opacity: 0.5;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
}


.page_block_faq {
    padding: 40px 0px 0px 0px;
    color: #444444;
}
.page_block_faq .page_block_faq_header {
    padding-bottom: 10px;
}
.page_block_faq .page_block_faq_header * {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}
.page_block_faq .page_block_faq_item {
    margin-top: 10px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}
.page_block_faq .page_block_faq_question {
    cursor: pointer;
    padding: 20px 40px 20px 20px;
    background: 98% 50% url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23cccccc" d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>') no-repeat;
    background-size: 20px 20px;
}
.page_block_faq .page_block_faq_answer {
    max-height: 0px;
    overflow: hidden;
    transition: all 400ms;
}
.page_block_faq .page_block_faq_answer .text {
    padding: 0px 20px 20px 20px;
    font-size: 14px;
    line-height: 18px;
}
.page_block_faq .page_block_faq_answer .text ul {
    margin-left: 20px;
}
.page_block_faq .page_block_faq_item.open  {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.page_block_faq .page_block_faq_item.open .page_block_faq_question  {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23cccccc" d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>');
}
.page_block_faq .page_block_faq_item.open .page_block_faq_answer {
    max-height: 500px;
}
@media screen and (max-width: 500px){
    .page_block_faq .page_block_faq_header * {
        text-align: center;
    }
    .page_block_faq .page_block_faq_question {
        background-position: 95% 50%;
    }
}



.page_block_holder {
    display: flex;
    flex-flow: row wrap;
}
.page_block_holder .part_half {
    width: 50%;
}
.page_block_holder .text_content {
    font-size: 16px;
    line-height: 32px;
    padding-left: 40px;
}
@media screen and (max-width: 700px){
    .page_block_holder .part_half {
        width: 100%;
    }
    .page_block_holder .text_content {
        padding-left: 0px;
    }
}



.blog_articles {
    padding: 70px 0px 0px 0px;
}
.blog_articles .header {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    color: #222222;
}
.blog_articles .article_popular_holder {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.blog_articles .article_popular {
    display: block;
    cursor: pointer;
    width: calc(100% / 3 - 20px);
    min-height: 284px;
    margin-top: 20px;
}
.blog_articles .article_popular .image_back {
    display: block;
    height: 120px;
    border-radius: 8px 8px  0px 0px;
    background: #000000;
}
.blog_articles .article_popular .image {
    display: block;
    height: 165px;
    border-radius: 8px 8px  0px 0px;
    background-position: center;
    background-size: cover;
}
.blog_articles .article_popular .info {
    display: block;
    padding: 15px;
    border-radius: 0px 0px 8px 8px;
    background: #ffffff;
}
.blog_articles .article_popular .tag {
    display: inline-block;
    padding: 4px 8px 4px 8px;
    margin: 16px 0px 0px 16px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 20px;
    color: #222222;
    background: #FFE131;
}
.blog_articles .article_popular .info .title {
    display: block;
    height: 61px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 110%;
    color: #222222;
}
.blog_articles .article_popular .info .meta {
    display: block;
    padding: 10px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #7E8996;
}
@media screen and (max-width: 800px){
    .blog_articles .article_popular {
        width: calc(100% / 2 - 10px);
    }
}
@media screen and (max-width: 500px){
    .blog_articles .article_popular {
        width: 100%;
    }
}


.info_block {
    padding: 40px 0px 0px 0px;
}
.info_block .header,
.info_block .header * {
    display: block;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    color: #203058;
}
.info_block .two_cols {
    display: flex;
    flex-flow: row wrap;
    padding: 40px 0px 0px 0px;
    font-size: 18px;
    line-height: 26px;
    color: #464a55;
}
.info_block .two_cols p {
    padding: 10px 0px 0px 0px;
}
.info_block .two_cols ul {
    padding: 10px 0px 0px 20px;
}
.info_block .two_cols .col_50 {
    width: 50%;
}



.video_tutorial_popup {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
}
.video_tutorial_popup.hidden {
    display: none;
}
.video_tutorial_popup .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #ffffff;
    opacity: 0.90;
}
.video_tutorial_popup .close {
    display: block;
    float: right;
    width: 120px;
    height: 30px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    line-height: 30px;
    /*border: 2px solid #;*/
    border-radius: 100px;
    cursor: pointer;
    color: #ffffff;
    background: #407BFF;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.video_tutorial_popup iframe {
    border: 3px solid #ffcc00;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}


apix-drive-input {
    display: block;
}
.apix-drive-input-holder {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 8px 8px 7px 8px;
    border: 2px solid #cccccc;
    border-radius: 4px;
    background: #ffffff;
}
.apix-drive-input-holder.focused {
    border: 2px solid #61599f;
}
.apix-drive-input-holder.invalid {
    border: 2px solid #ee0000;
}
.apix-drive-input-label {
    display: inline-block;
    height: 24px;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    line-height: 24px;
    vertical-align: bottom;
    color: #9d9d9d;
    padding: 0px 5px 0px 0px;
    white-space: nowrap;
    user-select: none;
}
.apix-drive-input-value {
    display: block;
    border: 0px none !important;
    width: 100%;
    padding: 0px !important;
    height: 24px !important;
    line-height: 16px  !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: Arial !important;
    color: #61599f;
    background: transparent;
}


.signup_appsumo{
    margin: 60px auto 60px auto;
    padding: 40px;
    width: 100%;
    max-width: 450px;
    border: 2px solid #cccccc;
    background: #ffffff;
}
.signup_appsumo .collaboration_logos {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
}
.signup_appsumo .collaboration_logos .logo_apix {
    display: block;
    max-width: 400px;
    width: calc((100% - 60px) / 2);
    height: 60px;
    border-radius: 4px;
    background: #4e52c7 url(../images/logo.svg) 50% 50% no-repeat;
    background-size: 80%;
}
.signup_appsumo .collaboration_logos .logo_appsumo {
    display: block;
    max-width: 400px;
    width: calc((100% - 60px) / 2);
    height: 60px;
    border-radius: 4px;
    background: #ffbc00 url(../images/appsumo-logo.svg) 50% 50% no-repeat;
    background-size: 80%;
}
.signup_appsumo .collaboration_logos .logo_with {
    font-size: 16px;
    font-weight: bold;
}
.signup_appsumo .greetings {
    display: block;
    padding: 40px 0px 20px 0px;
    text-align: center;
}
.signup_appsumo .greetings h2 {
    display: block;
    padding: 0px 0px 10px 0px;
    font-size: 30px;
    line-height: 30px;
    color: #222222;
}
.signup_appsumo .greetings p {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #666666;
}
.signup_appsumo .form {
    max-width: 800px;
    margin: 0px auto;
}
.signup_appsumo .form .control {
    padding: 20px 0px 0px 0px;
}
.signup_appsumo .form .control label {
    display: block;
    font-size: 16px;
    line-height: 18px;
    padding: 0px 0px 4px 0px;
}
.signup_appsumo .form input[type=text],
.signup_appsumo .form input[type=password],
.signup_appsumo .form textarea {
    display: block;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    width: 100%;
}
.signup_appsumo .form .invalid input[type=text],
.signup_appsumo .form .invalid .validaton_status,
.signup_appsumo .form .invalid textarea {
    border: 2px solid #ee0000;
}
.signup_appsumo .form .submit {
    display: inline-block;
    cursor: pointer;
    width: 220px;
    height: 55px;
    border-radius: 100px;
    border: 0px none;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    background: #ffe131;
}



.signup_page {
    display: flex;
    flex-flow: row nowrap;
    margin: 20px auto 60px auto;
    width: 100%;
    max-width: 950px;
    border-radius: 16px;
    background: #ffffff;
}
.signup_page .signup_page_sidebar {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 45px;
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    min-height: 380px;
    border-right: 1px solid #d4d4d4;
    background: url(../images/login_art.png) 50% 50% no-repeat;
}
.signup_page .signup_page_sidebar .header {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}
.signup_page .signup_page_sidebar .info {
    padding: 40px 0px 0px 0px;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
}
.signup_page .signup_page_content {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    padding: 45px;
}
@media screen and (max-width: 979px){
    .signup_page {
        flex-flow: row wrap;
    }
    .signup_page .signup_page_sidebar {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .signup_page .signup_page_content {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}
.signup_page_greetings {
    display: block;
    padding: 40px 0px 0px 0px;
    text-align: center;
}
.signup_page_greetings h2 {
    display: block;
    padding: 0px 0px 10px 0px;
    font-size: 30px;
    line-height: 30px;
    color: #222222;
}
.signup_page_greetings p {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #666666;
}
.signup_page .form {
    max-width: 800px;
    margin: 0px auto;
}
.signup_page .form .control {
    padding: 20px 0px 0px 0px;
}
.signup_page .form .control label {
    display: block;
    font-size: 16px;
    line-height: 18px;
    padding: 0px 0px 4px 0px;
}
.signup_page .form input[type=text],
.signup_page .form input[type=password],
.signup_page .form textarea {
    display: block;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    width: 100%;
}
.signup_page .form .invalid input[type=text],
.signup_page .form .invalid .validaton_status,
.signup_page .form .invalid textarea {
    border: 2px solid #ee0000;
}
.signup_page .form .submit {
    display: inline-block;
    cursor: pointer;
    width: 220px;
    height: 55px;
    border-radius: 100px;
    border: 0px none;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    background: #ffe131;
}
.signup_page .google_auth a,
.signup_page .facebook_auth a {
    display: block;
    height: 50px;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #3b599a;
    border: 2px solid #ffe500;
    border-radius: 50px;
    text-decoration: none;
    line-height: 46px;
    font-weight: 500;
    font-size: 16px;
}
.signup_page .google_auth a:hover,
.signup_page .facebook_auth a:hover {
    border: 2px solid #6748ff;
}
.signup_page .facebook_auth a{
    background: url(../images/fb_2.png) calc(100% - 25px) 50% no-repeat;
}
.signup_page .google_auth a{
    background: url(../images/google_logo.svg) calc(100% - 20px) 50% no-repeat;
    background-size: 20px 20px;
}
.signup_page .separator_or {
    display: inline-block;
    padding: 10px 0px 9px 0px;
    width: 100px;
    height: 7px;
    font-weight: 500;
    font-size: 16px;
    color: #9d9d9d;
    border-bottom: 2px solid #cccccc;
}
.signup_page .separator_or > span {
    display: inline-block;
    padding: 0px 10px 0px 10px;
    background: #ffffff;
}
.signup_page .forget_password {
    display: block;
    text-align: center;
    padding: 20px 0px 0px 0px;
}
.signup_page .signup_page_tabs {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
}
.signup_page .signup_page_tabs a {
    display: block;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
    color: #272727;
    text-decoration: none;
    padding: 8px 16px 8px 16px;
}
.signup_page .signup_page_tabs a.selected {
    color: #f35a38;
    border-bottom: 4px solid #f35a38;
}
.signup_page .signup_page_tabs a.right {
    float: right;
    font-weight: normal;
}





#cookie_confirmation_box .holder {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
#cookie_confirmation_box .button_holder {
    padding: 0px 0px 0px 10px;
}
@media screen and (max-width: 600px){
    #cookie_confirmation_box > .holder {
        flex-flow: column nowrap;
    }
    #cookie_confirmation_box .button_holder {
        padding: 10px 0px 0px 0px;
    }
}


@media screen and (max-width: 1189px){
    #main_site .orange_button {
        padding: 15px 35px 15px 35px;
    }
    #main_site .site_content_holder {
        padding: 0px 15px 0px 15px;
        padding-left: calc(env(safe-area-inset-left) + 15px); /* Apply safe area */
        padding-right: calc(env(safe-area-inset-right) + 15px);
    }
    .integration_list .logo_frame {
        margin: 0px;
        width: calc(25% - 10px);
        max-width: 223px;
    }
    .integration_list .logo_frame img {
        float: left;
        width: 100%;
    }
}



@media screen and (max-width: 979px){
    #main_site_header .main_site_left.index {
        padding-top: 55px;
    }
    #main_site_header .main_site_left .title h1 {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 10px;
    }
    #main_site_header .main_site_left .subtitle {
        font-size: 17px;
        line-height: 24px;
    }
    #main_site_header .main_site_topline .main_menu_button {
        display: block;
    }
    #main_site_header .main_site_topline .main_menu {
        display: block;
        clear: both;
        float: none;
        padding: 10px;
        margin-top:20px;
        border-radius: 5px;
        width: auto;
        height: auto;
        background: rgba(255,255,255,0.1);
    }
    #main_site_header .main_site_topline .main_menu_clear {
        display: block;
    }
    #main_site_header .main_site_topline .main_menu.hidden {
        display: none;
    }
    #main_site_header .main_site_topline .main_menu .main_menu_close {
        display: block;
    }

    #main_site_header .main_site_topline .main_menu a {
        display: block;
        margin: 0px;
        padding: 5px;
        font-size: 17px;
        text-align: center;
    }
    #main_site_header .main_site_left.index {
        display: block;
        width: 100%;
        text-align: center;
    }
    #main_site_header .main_site_right {
        display: none;
    }
    #main_site_header .main_site_right_single {
        display: none;
    }
    #main_site_footer .col .info {
        height: auto;
    }
    /*
    #main_site_footer_info .logo {
        float: left;
        width: 50%;
        margin: 0px;
    }
    #main_site_footer_info .info {
        padding: 0px;
        float: right;
        width: 50%;
    }
    #main_site_footer_info .menu {
        float: none;
        clear: both;
        width: 100%;
        padding: 20px 0px 0px 0px;
    }
    #main_site_footer_info .menu a {
        display: block;
        float: left;
        width: 50%;
        margin: 5px 0px 0px 0px;
    }
    */
    .integration_list .logo_frame {
        margin: 0px;
        width: 20%;
        height: auto;
    }
    .integration_list .logo_frame img {
        float: left;
        width: 100%;
    }
    .integration_block2 {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .integration_list {
        padding-top: 50px;
    }
    .finished_integrations .combine .systems_list .system_item {
        width: 25%;
    }
    .finished_integrations .target .systems_list .system_item {
        width: 33%;
    }
    .subscription_rates .rate_group .rate_description {
        width: 33%;
        padding: 5px;
    }
    #main_block12 .icon_box {
        width: 33%;
    }
    .integration_catalog .logo_list .logo_frame {
        width: calc(33% - 10px);
        border-radius: 0px;
        background: #ffffff;
    }
}


@media screen and (max-width: 749px){
    #main_site_header.integrators {
        background-size: 700%;
    }

    #main_site_header .main_site_right {
        display: none;
    }
    .test_access {
        display: block;
        padding: 30px;
    }
    .test_access .form_holder {
        width: auto;
        padding: 0px;
    }
    .test_access .obtain {
        font-size: 27px;
        line-height: 34px;
    }
    .test_access .form_holder .white_frame {
        background: transparent;
    }
    .test_access .form_holder .fl {
        float: none;
    }
    .test_access .form_holder input {
        margin: 10px 0px 0px 0px;
        width: 100%;
        height: 45px;
        border-radius: 50px;
    }
    .test_access .form_holder .white_frame .separator {
        display: none;
    }
    .test_access .form_holder .submit {
        width: 100%;
        height: 45px;
        margin: 10px 0px 0px 0px;
    }
    #main_site_footer {
        padding-top: 0px;
    }
    #main_site_footer .col {
        width: 100%;
        float: none;
        padding-top: 30px;
    }
    .login-reg-window {
        padding: 30px;
        width: 100%;
        background-image: none;
    }
    .popup-message {
        padding: 40px;
        width: 100%;
        height: auto;
        background-image: none;
    }
    .integration_list .logo_frame {
        margin: 0px;
        width: 20%;
        height: auto;
    }
    .integration_list .logo_frame img {
        float: left;
        width: 100%;
    }
    .integration_block .frame {
        padding: 50px 0px 60px 0px;
    }
    .finished_integrations .combine .systems_list .system_item {
        width: 33%;
    }
    .integrations_actions .systems_combine {
        display: block;
        padding: 20px;
    }
    .integrations_actions .systems_combine .col1 {
        width: 100%;
        padding: 0px;
    }
    .integrations_actions .systems_combine .col2 {
        border: 0px none;
        padding: 0px;
    }
    .integrations_actions .systems_combine .system {
        padding: 20px 0px 0px 0px;
    }
    .integrations_actions .systems_combine li {
        display: block;
        width: 45%;
    }
    .integration_block .form .control.second,
    .integration_block .form .control.first {
        width: 100%;
        float: none;
    }
    .howto_integrate .steps .step {
        width: 50%;
        float: left;
        padding: 10px 30px 10px 30px;
    }
    .finished_integrations .source {
        display: block;
        width: 100%;
    }
    .finished_integrations .target {
        display: block;
        width: 100%;
    }
    .finished_integrations .target .systems_list .system_item {
        width: 50%;
    }
    .finished_integrations .source .systems_list .system_item {
        width: 50%;
    }
    .help-holder {
        display: block;
        position: relative;
    }
    .help-holder .help-content {
        width: 100%;
    }
    .help-holder .help-content img {
        width: auto;
        max-width: 100%;
    }
    .help-holder .help-menu {
        position: absolute;
        height: 100%;
        overflow: auto;
    }
    .help-holder .help-menu.hidden {
        display: none;
    }
    .help-holder .help-menu .grid_wrapper {
        max-height: initial;
        overflow: auto;
    }
    .help-holder .help-menu .help-menu-toggler {
        display: block;
    }
    .help-holder .help-content .help-menu-toggler {
        display: block;
    }
    .subscription_rates .rate_group .rate_description {
        width: 50%;
        padding: 5px;
    }
    #main_block11 .person {
        float: none;
        width: 100%;
        min-height: 280px;
    }
    #main_block11 .person_info {
        float: none;
        width: 100%;
        padding: 20px 0px 0px 0px;
    }
    #main_block12 .icon_box {
        width: 50%;
    }
    #main_block9 {
        background: #52388f;
        padding-bottom: 25px;
    }
    #main_block9 .left {
        float: none;
        width: 100%;
    }
    #main_block9 .right {
        float: none;
        width: 100%;
        padding: 20px;
    }
    .integration_catalog .logo_list .logo_frame {
        width: calc(50% - 10px);
        border-radius: 0px;
        background: #ffffff;
    }
    #main_site_integrators .integrators_holder {
        justify-content: space-between;
    }
    #main_site_integrators .integrators_holder .integrator {
        width: calc(100% / 2 - 10px);
        margin: 20px 0px 0px 0px;
    }

    .integration_catalog .logo_list form .catalog_filter {
        flex-flow: row wrap;
        padding-top: 20px;
    }
    .integration_catalog .logo_list form .catalog_filter input {
        width: 100%;
    }
    .integration_catalog .logo_list form .catalog_filter .period_toggler {
        margin: 20px auto 10px auto;
    }

}



@media screen and (max-width: 520px){
    .login-reg-window .facebook_login {
        padding-left: 0px;
    }
    #main_site_header .main_site_left .title h1 {
        font-size: 35px;
        line-height: 40px;
    }
    #main_site .section_title h2,
    #main_site .section_title h3,
    #main_site .section_title h4,
    #main_site .section_title h5,
    #main_site .section_title h6 {
        font-size: 24px;
        line-height: 26px;
    }
    #main_site_header .main_site_topline .user_login_block {
        float: none;
        clear: both;
        overflow: auto;
        padding: 20px 0px 0px 0px;
    }
    #main_site_header .main_site_topline .login_reg {
        float: left;
        width: 47%;
    }
    #main_site_header .main_site_topline .login_reg.private {
        width: auto;
    }
    #main_site_header .main_site_topline .login_reg.yellow {
        float: right;
    }
    #main_site_header .main_site_topline .language_left {
        display: none;
    }
    #main_site_header .main_site_topline .language_right {
        display: block;
    }
    #main_site_footer_info .menu {
        float: none;
        width: 100%;
        padding: 20px 0px 0px 0px;
    }
    #main_site_footer_info .menu a {
        display: block;
        float: none;
        width: 100%;
        margin: 5px 0px 0px 0px;
    }
    .integration_block {
        /*padding-top: 0px;*/
        padding-bottom: 0px;
    }
    #vote-form.integration_block {
        padding-bottom: 30px;
    }
    .integration_list .logo_frame {
        margin: 0px;
        width: 33%;
        height: auto;
    }
    .integration_list .logo_frame img {
        float: left;
        width: 100%;
    }
    .integration_block .frame .data_block {
        width: 100%;
        float: none;
        padding: 10px 0px 10px 0px;
    }
    .finished_integrations .combine .systems_list .system_item {
        width: 50%;
    }
    .finished_integrations .combine {
        padding-bottom: 20px;
    }
    .howto_integrate {
        padding-top: 90px;
    }
    .howto_integrate .steps .step {
        width: 100%;
        float: none;
        text-align: center;
        padding: 10px 30px 10px 30px;
    }
    .howto_integrate .steps .icon {
        margin: 0px auto;
    }
    .integrations_actions .systems_combine li {
        display: block;
        width: 100%;
    }
    .subscription_rates .rate_group .rate_description {
        width: 100%;
        padding: 5px;
    }
    #main_block12 .icon_box {
        width: 100%;
    }
    .test_access {
        height: auto;
        min-height: 400px;
        margin-top: 20px;
        padding-bottom: 60px;
        background-size: cover;
    }
    .integration_catalog .catalog {
        width: 100%;
        padding-bottom: 20px;
    }
    .integration_catalog .catalog .scrollbox {
        height: 200px;
        margin-top: 10px;
        overflow: scroll;
    }
    .integration_catalog .catalog .item {
        margin: 0px 0px 0px 0px;
    }
    .integration_catalog .logo_list {
        width: 100%;
    }
    #main_site_integrators .integrators_holder .integrator {
        width: 100%;
    }
    #main_site_integrators .integrators_filter .filter {
        width: 100%;
        margin-left: 0px;
    }
    #main_site_integrators .section_info .adding_info .manual .try_button {
        padding: 10px;
    }
    #main_site_integrators .section_info .adding_info .manual .try_button:after {
        display: none;
    }
    #main_site_integrators .integrators_detailed .params {
        padding: 20px 20px 0px 20px;
    }
    #main_site_integrators .integrators_detailed .info {
        padding: 50px 20px 0px 20px;
    }
    #main_site_integrators .integrators_detailed .params .item {
        padding: 15px 0px 0px 0px;
        width: 100%;
        text-align: center;
    }
    #main_site_integrators .integrators_detailed .contacts form .control label {
        width: 100%;
        text-align: center;
    }
    #main_site_integrators .integrators_detailed .contacts form .control input[type=text],
    #main_site_integrators .integrators_detailed .contacts form .control textarea {
        width: 100%;
    }
}