body {
    overflow-x: hidden;
}

.flex.aic {
    align-items: center;
}

.flex {
    display: flex;
}

.main-header {
    position: relative;
    z-index: 20;
}

.container-menu {
    max-width: 1464px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-header {
    color: #0A4CB5;
    background-color: transparent;
    border-color: #0A4CB5;
    padding: 6px 20px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: transform 0.1s linear;    
}

.btn-header:hover {
    border-color: #0A3B89;
    color: #0A3B89;
    border-color: #0A3B89;
    box-shadow: inset 0 0 0 1px #0A4CB5;
    transition: .3s;
}

.main-navigation-wrap {
    position: relative;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 32px rgb(0 0 0 / 5%);
}
.menu-pinned .menu-top {
    display: block;
}

.menu-mobi {
    position: fixed;
}

/*.footer .container-menu {
    max-width: 1276px;
}*/

.footer-nav {
    display: flex;
    justify-content: space-between;
/*    max-width: 1247px;*/
}

/*.footer-nav .flex-col {
    flex: 1;
}*/

.main-navigation {
    box-shadow: 0px 0px 32px rgb(0 0 0 / 5%);
    background-color: #ffffff;
    z-index: 999;
}

.mob-menu-main-body .main-navigation {
    overflow: auto;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

body.menu-main-body,
body.mob-menu-main-body {
    position: relative;
}


body.menu-main-body:before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

.menu-main-body .main-navigation:before {
    content: '';
    background-color: #D6DDEC;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.main-navigation-wrap {
    display: flex;
    align-items: center;
        left: 0;
        right: 0;
        background-color: #ffffff;
        box-shadow: 0px 0px 32px rgb(0 0 0 / 5%);    
        z-index: 20;
}

.main-navigation-wrap .menu-wrap {
    width: 100%;
}

.main-navigation-wrap .main-logo {
    margin-right: 64px;
    max-width: 170px;
    width: 100%;
}

.main-navigation-wrap .main-logo img {
    display: block;
    width: 100%;
    height: 100%;
/*    width: 171px;*/
    max-height: 40px;
    min-width: 80px;
}

.menu-top > ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #D6DDEC;
}

.menu-top ul li,
.menu-top ul li a {
    font-family: Raleway,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
    text-decoration: none;  
    position: relative;
}

.menu-top ul li:not(:last-child) {
    margin-right: 35px;
}

.menu-top ul li:hover > a {
    color: #0A4CB5;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;      
}

.menu-top ul li.search {
    width: 100%;
}

.menu-top > ul > li > a {
    white-space: nowrap;
    padding: 38px 0 22px 0;
}

.menu-top > ul > li > a {
    position: relative;
    display: inline-block;
    width: 100%;
}

.menu-top ul li.icon > a {
    padding-left: 23px;
}

.menu-top ul li.icon.search > a {
    padding-left: 25px;
}

.menu-top > ul > li > a:before {
    content: '';
    position: absolute;
    top: 39px;
    left: 0;
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
}

/*.menu-top > ul > li.icon.search > a:before {
    background-image: url(img/icon-search.svg);
}

.menu-top > ul > li.icon.request > a:before {
    background-image: url(img/icon-request2.svg);
}

.menu-top > ul > li.icon.download > a:before {
    background-image: url(img/icon-download.svg);
}

.menu-top > ul > li.icon.forum > a:before {
    background-image: url(img/icon-forum.svg);
}

.menu-top > ul > li.icon.blog > a:before {
    background-image: url(img/icon-blog.svg);
}

.menu-top > ul > li.icon.lang a:before {
    background-image: url(img/icon-lang.svg);
}

.menu-top > ul > li.icon.sign a:before {
    background-image: url(img/icon-sign.svg);
}*/

.menu-top > ul > li.icon svg {
    position: absolute;
    max-width: 14px;
    top: 16px;
    bottom: 0;
    margin: auto;
}

.menu-top > ul > li.icon.search svg,
.menu-top > ul > li.icon.forum svg,
.menu-top > ul > li.icon.blog svg {
    max-width: 18px;
}

.menu-top > ul > li.icon.lang svg {
    max-width: 16px;
}

.menu-top > ul > li.icon:hover svg path {
    stroke: #0A4CB5;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.menu-top > ul > li.icon:hover svg g path {
    fill: #0A4CB5;
    stroke: transparent;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.menu-top > ul > li.icon svg path.fill-point {
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out; 
}

.menu-top > ul > li.icon.blog:hover svg path.fill-point,
.menu-top > ul > li.icon:hover svg path.fill-point {
    fill: #0A4CB5;
    stroke: transparent;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;    
}

.menu-top > ul > li.icon.search:hover svg g path {
    fill: transparent;
    stroke: #0A4CB5;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out; 
}

.menu-top > ul > li.icon.blog:hover svg path {
    stroke: #0A4CB5;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

/* Search Modal */

.search-modal-show {
    position: relative;
    height: 100vh;
}

.menu-main-body {

}

.search-modal-show:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    z-index: 990;
}

.search-modal-show .main-navigation  {
    z-index: auto;
}

.search-modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;     
}

.search-modal-show .search-modal {
    visibility: visible;
    opacity: 1;
}

.search-modal .search-modal-container {
    position: relative;
    z-index: 9999;
    width: auto;
    max-width: 700px;
    margin: 147px auto;
    padding: 48px 48px 57px 48px;
    background: #fff;
    text-align: center;
    visibility: hidden; 
    opacity: 0;

    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out; 
}

.search-modal-show .search-modal-container {
    visibility: visible;
    opacity: 1;
}

.search-modal .search-modal-container .search-modal-title {
    font-family: Raleway,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #212529;
    margin: 0 0 37px;
}

.search-modal .search-modal-container .search-field {
    border: 0;
    outline: 0;
    width: 100%;
    border-bottom: 1px solid #D6DDEC;
    padding: 4px 0 4px 30px;
    height: 40px;
    font-family:  Raleway,sans-serif;
    font-style: normal;
    font-weight: 400; 
    font-size: 16px;
    line-height: 24px;
    color: #212529;
    box-sizing: border-box;
}

.search-modal .search-modal-container .input-wrap {
    position: relative;
    width: 100%;
}

.search-modal .search-modal-container .input-wrap:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(img/icon-search.svg);
}

.search-modal .search-modal-container .fields-group {
    display: flex;
}

.search-modal .search-modal-container .btn.blue {
    background-color: #0A4CB5;
    border-color: #0A4CB5;
    color: #ffffff;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 3px 21px !important;
    height: 40px;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    white-space: nowrap;
    cursor: pointer;
}

.search-modal .search-modal-container .btn.blue.disabled,
.search-modal .search-modal-container .btn.blue.disabled:hover {
    pointer-events: none;
    background-color: #9CA5B8;
    border-color: #9CA5B8;
    pointer-events: none;
}

.search-modal .search-modal-container .btn.blue:hover {
    background-color: #0A3B89;
    border-color: #0A3B89;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;    
}

.search-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
   
}

.search-modal-close:before,
.search-modal-close:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 19px;
    width: 1.5px;
    background-color: #212529;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;   
}

.search-modal-close:hover:before,
.search-modal-close:hover:after {
    background-color: #0A4CB5;
}

.search-modal-close:before {
    transform: rotate(45deg);
}

.search-modal-close:after {
    transform: rotate(-45deg);
}

/* End Search Modal */

.menu-top ul li.dropdown a {
    padding-right: 17px;
}

/*.menu-top ul li.dropdown.custom-wp a {
    padding-right: 17px;
}*/

.menu-top ul li.dropdown:last-child a {
   padding-right: 0; 
}

.arrow-icon {
    position: absolute;
    width: 12px;
    height: 6px;
    display: block;
    right: 0;
    top: 45px;
}

.arrow-icon span {
    top: 2px;
    position: absolute;
    width: 7px;
    height: 1px;
    background-color: #212529;
    display: inline-block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.arrow-icon span:first-of-type {
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow-icon span:last-of-type {
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dropdown.pinned:hover .arrow-icon span:first-of-type,
.menu-top ul li.dropdown:hover .arrow-icon span:first-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #0A4CB5;
}

.dropdown.pinned:hover .arrow-icon span:last-of-type,
.menu-top ul li.dropdown:hover .arrow-icon span:last-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    background-color: #0A4CB5;
}

.dropdown.pinned ul,
.menu-top ul li.dropdown ul {
    list-style: none;
    position: absolute;
    top: 81px;
    visibility: hidden;
    opacity: 0;
    background-color: #ffffff;
    z-index: 99;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 0 !important;
    flex-direction: column;
/*    border-top: 4px solid #0A4CB5;*/
    filter: drop-shadow(0px 8px 6px rgba(106, 109, 112, 0.08)) drop-shadow(0px 0px 8px rgba(106, 109, 112, 0.12));
}

.icon.dropdown.pinned:hover > a {
    color: #0A4CB5;
}

.icon.dropdown.pinned:hover ul,
.menu-top ul li.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
}

.menu-top ul li.dropdown ul li {
    margin: 0;
}

.menu-top ul li.dropdown ul li a {
    font-family: Raleway,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    padding: 13px 36px 13px 8px;
    display: inline-block;
}

/* Menu Main */

.menu-main > ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
    justify-content: space-between;
}

.menu-main .dropdown {
    display: block;
}

.menu-main > ul > li {
    white-space: nowrap;
    padding: 0 10px;
}

.menu-main > ul > li:first-child {
    padding-left: 0;
}

.menu-main ul li a {
    font-family: Raleway,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #212529;
    text-decoration: none;
    display: inline-block;
    padding: 24px 0 27px 0;
    position: relative;
}

.menu-main > ul > li:not(.menu-main-btn):hover > a:before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #0A4CB5;
    z-index: 2;
}

.menu-main > ul > li.menu-main-btn {
/*    margin-left: auto;*/
    margin-right: 0;
    padding-right: 0;
}

.menu-main > ul > li.menu-main-btn a {
    height: 40px;
}

.menu-main ul li:first-child a {
    padding-left: 0;
}

.menu-main ul li a:last-child {
    padding-right: 0;
}

.menu-main ul li a:hover,
.menu-main > ul > li:not(.menu-main-btn):hover > a {
    color: #0A4CB5;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.menu-main ul li.dropdown .menu-dropdown {
    position: absolute;
    top: 79px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background-color: #ffffff;
    z-index: 99;
/*    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;*/
    display: flex;
    width: 100%;
    z-index: 1;
}

.menu-main ul li.dropdown .menu-dropdown:before,
.menu-main ul li.dropdown .menu-dropdown:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: -1px;
    bottom: 0;
    z-index: -1;
    border-top: 1px solid #D6DDEC;
}

.menu-main ul li.dropdown .menu-dropdown:before {
    left: -100vw;
    right: 0;
}

.menu-main ul li.dropdown .menu-dropdown:after {
    right: -100vw;
    left: 0;
}

.menu-main ul li.dropdown .menu-dropdown > ul {
    list-style: none;
    margin: 47px 0 36px 0;
    padding: 0;
}

.menu-main ul li.dropdown .menu-dropdown > ul:not(:last-child) {
    margin-right: 36px;
}

.menu-main ul li.dropdown .menu-dropdown > ul.large-rught {
    margin-right: 84px;
}

.menu-main ul li.dropdown .menu-dropdown > ul li.title-li {
    text-transform: uppercase;
    min-height: 51px;
    margin-bottom: 10px;
}

.menu-main ul li.dropdown .menu-dropdown > ul li.title-li a {
    font-family: Raleway,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.menu-main ul li.dropdown .menu-dropdown > ul li a {
    font-family: Raleway,sans-serif;
    padding: 10px 0 17px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.menu-main ul li.dropdown:hover .menu-dropdown {
    opacity: 1;
    visibility: visible;
}

/* End Menu Main */

.menu-pinned .main-navigation {
    position: fixed;
    width: 100%;
    top: 0;
    margin-top: 0;
}

/*.menu-pinned .menu-top {
    display: none;
}*/

/* Footer */
#footer.footer {
    background: #F9FAFF !important;
    padding: 120px 0;
    position: relative;
    height: auto !important;
}
.footer .nav-list.hor ul li,
.footer .nav-list.hor ul li a {
    font-size: 12px;
}
.footer-switcher {
    position: absolute;
    width: 62px;
    height: 20px;
    background-color: #124cae;
    cursor: pointer;
    border-radius: 0 0 12px 12px;
}
.footer-switcher .arrow-icon span {
    top: 8px;
    height: 3px;
    width: 12px;
    background-color: #125dd3;
}
.footer-switcher .arrow-icon span:first-of-type {
    left: -4px;
}
.footer-switcher .arrow-icon span:last-of-type {
    right: -4px;
}
.footer .title,
.footer .title a {
    font-family: Raleway,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #0A4CB5;
    text-decoration: none;
}

.footer .title a:hover {
    color: #0A4CB5 !important;
}

.footer .nav-list ul {
    margin: 0 0 40px;
    list-style: none;
    padding: 0;
}

.footer .nav-list ul {
    line-height: 1;
}

.footer .nav-list ul li.microsoft-partner {
    width: 100%;
}

body .footer .nav-list ul li.vmware-partner {
    padding-right: 24px;
    margin-left: 60px;
}

.footer .nav-list ul li.microsoft-partner a {
    max-width: 288px;
    width: 100%;
}

.nav-list.hor {
    display: flex;
    justify-content: space-between;
}

.nav-list.hor {
    display: flex;
    justify-content: space-between;
}

.footer .nav-list ul li.microsoft-partner img,
.footer .nav-list ul li.microsoft-partner svg {
    max-width: 202px;
    width: 100%;
    height: 100%;
}

.footer .nav-list ul li.vmware-partner a  { 
    max-width: 66px;
    width: 100%;
    height: 100%;
}
.nav-list.hor ul {
    margin: 0;
    align-items: center;
}
.nav-list.hor ul li:last-child {
    margin-right: 0;
    margin-left: 23px;
}
.footer .nav-list .title {
    margin-bottom: 16px;
    pointer-events: none;
}

.footer .nav-list .title.single {
    margin-bottom: 40px;
}
.footer ul li a {
    font-family: Raleway,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
    display: inline-block;
    text-decoration: none;
}

.footer .nav-list.hor ul li a,
.footer .nav-list ul li:not(:last-child) a {
    padding-bottom: 12px;
}

.footer ul.foot-partners li a {
    margin: 0;
}

.footer .nav-list ul li a:hover {
    color: #0A4CB5 !important;

    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.footer ul li.title-li a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #576680;
}

.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 222px;
}

.social-icons ul li svg {
    width: 32px;
    height: 32px;
}

.social-icons .title {
    margin-bottom: 15px;
}

.social-icons ul li:not(:last-child) {
    margin-right: 17px;
}

.social-icons ul li.icon-rd {
    margin-right: 15px;
}

.social-icons ul li a:hover svg {
    fill: #0A4CB5;
}

.site-map {
    margin-top: 30px;
}

.site-map a {
    display: flex;
    align-items: center;
}

.site-map a:hover {
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.site-map a div {
    margin-left: 10px;
}

.footer .more a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #0A4CB5;
    text-decoration: none;
}

.footer .more a svg {
    margin-left: 10px;
}

.nav-list.hor ul {
    margin: 40px 0 0;
    display: flex;
    align-items: center;
/*    max-width: 1219px;*/
}

.nav-list.hor ul.foot-terms li {
    margin-right: 26px;
}

.microsoft-partner {
    margin-left: auto;
}

.footer .first-col {
    max-width: 311px;
}

/* End Footer */


/* top line */

.part-line-wrap {
    position: relative;
}

.part-line {
    display: none;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #212529;  
    background-color: #F0F5FF;
    padding: 16px 0;
    top: 0; 
    position: relative;
    width: 100%;
    z-index: 21;
}

.part-line-show .part-line {
    display: block;
}

.part-line strong {
    font-weight: 600;
}

.part-line .part-text sup {
    font-size: 10px;
    position: relative;
    top: -2px;
    right: 1px;
}


.part-line .part-img {
    margin-right: 28px;
}

.part-line .part-img img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 109px;
}

.part-line .btn-wrap {
    margin-left: auto;
}

.part-line .btn-close {
    margin-left: 16px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
}

.btn-close {
    position: relative;
    width: 18px;
    height: 18px;
    cursor: pointer;
   
}

.btn-close:before,
.btn-close:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 19px;
    width: 1.5px;
    background-color: #212529;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;   
}

.btn-close:hover:before,
.btn-close:hover:after {
    background-color: #0A4CB5;
}

.btn-close:before {
    transform: rotate(45deg);
}

.btn-close:after {
    transform: rotate(-45deg);
}

.v-line {
    position: relative;
    margin: 0 12px 0 2px;
}

.v-line:before {
    content: '';
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 3px;
    width: 1px;
    height: 24px;
    background: #212529;
}
/* end top line */

/* Menu Mobi */

.hamburger {
    width: 20px;
    height: 14px;
    position: relative;
    padding-left: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #212529;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0px;
}

.hamburger span:nth-child(2),.hamburger span:nth-child(3) {
  top: 6px;
}

.hamburger span:nth-child(4) {
  top: 12px;
}

.open .hamburger span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}

.open .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open .hamburger span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}


.main-navigation-mobi .main-logo a {
    display: block;
}

.main-navigation-mobi .main-logo img {
    width: 100%;
    height: 100%;
    max-width: 144px;
    display: block;
}

.main-navigation-mobi {
    box-shadow: 0px 0px 32px rgb(0 0 0 / 5%);
    position: relative;
    background-color: #ffffff;
    padding:  10px 0;
    z-index: 1000;
    overflow: auto;
}

.menu-mobi-wrap {
    display: flex;
    align-items: center;
    z-index: 9997;
}

.menu-top-mobi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}


.menu-top-mobi > ul {
    margin: 0 24px 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-top-mobi ul li:not(:last-child) {
    margin-right: 30px;
}

.menu-top-mobi ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
    text-decoration: none;
    position: relative;
    padding: 24px 0 21px 22px;
}

.menu-top-mobi ul li:hover > a {
    color: #0A4CB5;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.menu-top-mobi > ul > li > a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.menu-top-mobi > ul > li.icon.search > a:before {
    background-image: url(img/icon-search.svg);
}

.menu-top-mobi > ul > li.icon.lang > a:before {
    background-image: url(img/icon-lang.svg);
}

.menu-top-mobi ul li.dropdown ul {
    list-style: none;
    position: absolute;
    top: 54px;
    visibility: hidden;
    opacity: 0;
    background-color: #ffffff;
    z-index: 99;
/*    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;*/
    padding: 18px 25px !important;
    flex-direction: column;
    border-top: 4px solid #0A4CB5;
    filter: drop-shadow(0px 8px 6px rgba(106, 109, 112, 0.08)) drop-shadow(0px 0px 8px rgba(106, 109, 112, 0.12));
}

.menu-top-mobi ul li.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
}

.menu-top-mobi .arrow-icon {
    position: absolute;
    width: 12px;
    height: 6px;
    display: block;
    right: -17px;
    top: 40px;
}

.menu-top-mobi ul li.dropdown:hover .arrow-icon span:first-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #0A4CB5;
}

.menu-top-mobi ul li.dropdown:hover .arrow-icon span:last-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    background-color: #0A4CB5;
}


.menu-main-mobile {
    padding: 10px 0 10px 0;
    margin: 22px 0 0;
    border-top: 1px solid #D6DDEC;
}

.menu-main-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-main-mobile ul > li > a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #0A4CB5;
    padding: 6px 0 6px 14px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.menu-main-mobile ul li a:hover {
    color: #0A4CB5;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out; 
}

.menu-main-mobile .menu-drop-list {
    margin: 0 0 0 10px;
}

.menu-main-mobile .menu-drop-list {
    display: none;
}

.menu-main-mobile .menu-drop-list li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #212529;
    padding: 6px 0 11px 0;
    display: inline-block;
    position: relative;
} 

.menu-main-mobile .menu-dropdown-mobile.icon-drop:before {
    content: "";
    background-image: url(https://www.starwindsoftware.com/v22/assets/menu/img/icon-dropdown-mob.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 10px;
    position: absolute;
    top: 13px;
    right: 0;
    transition: 0.2s;
}

.menu-main-mobile .menu-dropdown-mobile.icon-drop.open.menu-dropdown-mobile:before {
    transform: rotate(180deg);
}

.menu-main-mobile {
    display: none;
}

/* End Menu Mobi */

.icon.dropdown.pinned {
    position: absolute;
    right: 4px;
    top: 11px;
    padding: 0 16px 10px 16px;
    z-index: 1;
    cursor: pointer;
}

.icon.dropdown.pinned a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #212529;
    position: relative;
    padding: 0 0 0 5px;
    text-decoration: none;
}

.icon.dropdown.pinned ul li a {
    padding: 6px 0 6px 9px;
    color: #212529;
    text-decoration: none;
}

.icon.dropdown.pinned .arrow-icon {
    position: absolute;
    width: 12px;
    height: 6px;
    display: block;
    right: -19px;
    top: 18px;
}

.icon.dropdown.pinned svg {
    max-width: 16px;
    position: absolute;
    top: 9px;
    left: 0;
}

.icon.dropdown.pinned svg path {
    stroke: #212529;
}

.dropdown.pinned ul {
    list-style: none;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
}

.dropdown.pinned ul li a:hover {
    color: #0A4CB5;
}

@media screen and (max-width: 1920px) {

    .container-menu {
        max-width: 1464px;
    }
}

@media screen and (max-width: 1360px) {
    .menu-top > ul {
        margin: 0;
    }
    .menu-main > ul {
        justify-content: space-between;
    }
    .menu-main > ul > li.menu-main-btn {
        margin-right: 0;
        padding-right: 0;
        margin-left: 0;
    }

    .menu-top > ul > li > a {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .menu-main ul li.dropdown .menu-dropdown {
        top: 75px;
    }
}

@media screen and (max-width: 1274px) {
    .menu-main ul li a,
    .menu-main ul li.dropdown .menu-dropdown > ul li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1130px) {
    .main-navigation-wrap .main-logo {
        margin-right: 24px;
    }
    .part-line .btn-wrap .btn,
    .menu-main ul li.menu-main-btn .btn {
        padding: 5px 10px !important;
    }
}

@media screen and (max-width: 1188px) {
    .menu-top ul li, .menu-top ul li a {
        font-size: 13px;
    }
    .menu-top > ul > li > a {
        padding: 14px 0 14px 0;
    }
    .menu-top > ul > li > a:before {
        top: 15px;
    }
    .arrow-icon span {
        top: -9px;
    }
    .menu-top ul li.dropdown ul {
        top: 48px;
    }
    .menu-main ul li a,
    .menu-main ul li.dropdown .menu-dropdown > ul li a {
        font-size: 14px;
        padding: 14px 0 14px 0;
    }
    .menu-main ul li.dropdown .menu-dropdown > ul li a {
        padding: 5px 0 5px 0;
    }
    .menu-main > ul > li {
        padding: 0 5px;
    }
    .menu-main ul li.dropdown .menu-dropdown {
        top: 56px;
    }
/*    .main-navigation-wrap .main-logo {
        padding-top: 10px;
    }*/
    .part-line {
        font-size: 14px;
        line-height: 20px;
    }
    .part-line .part-img img {
        max-width: 74px;
        height: 100%;
    }
    .menu-top > ul > li.icon svg {
        top: 0;
    }

    .menu-top > ul > li.icon .arrow-icon {
        top: 33px;
    }
}

.menu-mobi {
    display: none;
    width: 100%;
    top: 0;
    z-index: 10;
}

.menu-mobi.open {
    bottom: 0;
    overflow: auto;
}

@media screen and (max-width: 1359px) {

    .mob-menu-main-body {
        overflow: hidden;
    }

    body.mob-menu-main-body {
        position: relative;
    }

    body.mob-menu-main-body:before {
        content: '';
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10; 
    }

    .menu-main-body {
        overflow: hidden;
    }

    .menu-top ul li:not(:last-child) {
        margin-right: 0;
    }

    .menu-main-body:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(3px);
        z-index: 990;
    }


    .part-line .part-img img {
        max-width: 90px;
    }
    .part-line .part-img {
        margin-right: 20px;
    }
    .part-line .part-text sup {
        font-size: 9px;
    }
    .part-line .btn-wrap {
        margin-top: 0;
    }
    .part-line .btn-wrap .btn {
        padding: 6px 20px !important
    }
    .main-navigation-mobi .main-logo img,
    .main-navigation-wrap .main-logo img {
        width: 101px;
    }
    .menu-screen {
        display: none;
    }
    .menu-mobi {
        display: block;
    }
    .part-line {
        padding: 20px 0;
    }
    .main-navigation-mobi {
        padding: 22px 0;
    }
    .menu-main-mobile .menu-top > ul {
        border-bottom: 0;
        flex-direction: column;
    }


    .menu-top > ul > li.icon.forum svg {
        max-width: 15px;
    }    
    
    .menu-main-mobile .menu-top > ul > li.icon svg {
        top: 4px;
        left: 2px;
    }

    .menu-main-mobile .menu-top > ul > li.icon.blog svg {
        max-width: 16px;
    }

    .menu-main-mobile .menu-top > ul > li.icon.sign svg {
        top: 8px;
        left: 5px;
        max-width: 15px;
    }

    .menu-main-mobile .menu-top ul li.icon.sign > a {
        padding: 10px 0 0 28px;
    }


    .menu-top ul li.icon > a {
        padding-left: 24px;
    }    
    .menu-top ul li, .menu-top ul li a {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #212529;
    }
    .menu-main-mobile ul > li > a {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 27px;
        color: #212529;
        padding: 6px 0 14px 0px;
        width: 100%;
    }
    .menu-top ul li a:hover,
    .menu-main-mobile ul > li > a:hover {
        color: #0A4CB5;
    }

    .menu-top {
        margin-bottom: 0;
        padding-bottom: 0;
        border-top: 1px solid #D6DDEC;
        position: relative;
    }

    .menu-top ul li a {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #212529;
        padding: 12px 0 5px 0;
    }

    .menu-top ul li.menu-main-btn {
        margin-top: 23px;
    }

    .menu-top ul li.menu-main-btn .btn {
        max-width: 151px;
    }

    .menu-main-mobile .menu-drop-list {
        margin: 0;
    }

    .menu-main-mobile .menu-drop-list li a {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        padding: 7px 0 9px 0;
    }


    .menu-main-mobile .menu-drop-list li.title-li a {
        text-transform: uppercase;
        color: #576680;
        font-weight: 600;
    }

}

@media screen and (max-width: 662px) {
    .part-text-med {
        font-size: 14px;
        line-height: 20px;
    }

}
.part-text br {
    display: none;
}

@media screen and (max-width: 644px) {
    .footer .nav-list ul li.vmware-partner {
        margin-right: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 425px) {
    .menu-top-mobi ul li.dropdown ul {
        top: 48px;
    }
} 

@media (min-width: 1360px) and (max-width: 1919px) {

    .menu-main > ul > li:not(.menu-main-btn):hover > a:before {
        bottom: 1px;
    }
    .container-menu {
        max-width: 1224px;
    }

    .menu-main ul li.dropdown .menu-dropdown > ul li a,
    .menu-main ul li a {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }

    .menu-main ul li.dropdown .menu-dropdown > ul li a {
        font-weight: 400;
        padding: 0 0 16px 0;
    }
    .menu-main ul li.dropdown .menu-dropdown > ul li.title-li {
        max-height: auto;
        margin-bottom: 0;
    }


    .menu-main ul li.dropdown .menu-dropdown > ul li.title-li a {
        padding: 0 0 24px 0;
    } 
    .menu-main ul li.dropdown .menu-dropdown {
        top: 75px;
    }

}


.footer-socials {
    display: none;
}

@media (min-width: 1024px) and (max-width: 1359px) {

    .menu-main ul li.dropdown .menu-dropdown > ul li a,
    .menu-main ul li a {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .menu-main ul li.dropdown .menu-dropdown > ul li a {
        font-weight: 400;
        padding: 0 0 16px 0;
    }
    .menu-main ul li.dropdown .menu-dropdown > ul li.title-li {
        max-height: auto;
        margin-bottom: 0;
    }


    .menu-main ul li.dropdown .menu-dropdown > ul li.title-li a {
        padding: 0 0 24px 0;
    } 
    .menu-main ul li.dropdown .menu-dropdown {
        top: 75px;
    }


    #footer.footer {
        padding: 72px 0;
    }


    .footer .container-menu {
        max-width: 808px;
    }

    .footer .first-col {
        display: none;
    }
    .footer-socials {
        display: block;
    }
    .social-icons .title {
        margin-bottom: 18px;
    }

    .footer .footer-socials ul li a {
        padding: 0;
        display: block;
        line-height: 0;
        font-size: 0;
    }

    .site-map {
        margin: 20px 0 28px;
    }

}

.part-text-med {
    display: none;
}
    .footer .nav-list ul li.microsoft-partner,
    .footer .nav-list ul li.microsoft-partner img, 
    .footer .nav-list ul li.microsoft-partner svg {
        max-width: 202px;
    }

    .footer .nav-list ul li.vmware-partner img, 
    .footer .nav-list ul li.vmware-partner svg {
        max-width: 66px;
    }

@media screen and (max-width: 1359px) {
    .nav-list.hor {
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .nav-list.hor ul.foot-partners {
        flex-direction: initial;
    }

    .nav-list.hor ul.foot-partners .microsoft-partner {
        margin-right: 60px;
    }


    .nav-list.hor ul li:last-child,
    .microsoft-partner {
        margin-left: 0;
    }

    .footer .nav-list ul.foot-partner li {
        margin: 20px 30px 10px 30px;
    }

}

@media (max-width: 1024px) {
    .nav-list.hor ul {
        margin: 36px 0 0;
    }
    .social-icons ul li:not(:last-child) {
        margin-right: 15px;
    }

    #footer.footer {
        padding: 72px 0;
    }


    .footer .container-menu {
        max-width: 808px;
    }

    .footer .first-col {
        display: none;
    }
    .footer-socials {
        display: block;
    }
    .social-icons .title {
        margin-bottom: 18px;
    }

    .footer .footer-socials ul li a {
        padding: 0;
        display: block;
        line-height: 0;
        font-size: 0;
    }

    .site-map {
        margin: 24px 0 28px;
    }
}

@media screen and (max-width: 1023px) {

    .part-text {
        display: none;
    }
    .part-text-med {
        display: block;
        text-align: center;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    .part-line .part-img img {
        max-width: 108px;
    }

}

@media screen and (max-width: 767px) {
    .part-line {
        font-size: 16px;
        line-height: 24px;
    }
    .nav-list.hor {
        align-items: baseline;
    }    
    .nav-list.hor ul.foot-partners .microsoft-partner {
        margin-right: 52px; 
    } 
    .part-line-show .part-line {
        padding-right: 0;
    }
    .part-line .btn-close {
        margin: 0;
        right: 0px;
    }
    .icon.dropdown.pinned svg {
        top: 4px;
    }
    .part-text-med {
        display: none;
    }
    .part-text {
        display: block;
        margin: 16px 0;
    }
    .part-line-wrap {
        flex-direction: column;
    }
    .part-line .btn-wrap {
        margin-left: 0;
    }


    .part-line {
        padding: 14px 0;
    }
    .part-text-med {
        display: none;
    }
    .part-line {
        font-size: 14px;
        line-height: 28px;
    }
    .part-text {
        display: block;
    }
    .part-text br {
        display: block;
    }
    .btn-close-wrap {
        position: absolute;
        right: 0;
        top: 12px;
    }
 
    .part-line .part-img img {
        max-width: 72px;
    }
    .part-line .btn-close {
        top: -12px;
    }

    .part-line .part-text {
        margin: 10px 0;
    }

    .part-line .part-text .v-line {
        display: none;
    }    

    #footer.footer {
        padding: 50px 0;
    }
    .footer-nav,
    .nav-list.hor ul {
        flex-direction: column;
    }
    .nav-list.hor ul {
        align-items: flex-start;
        margin: 40px 0 0;
    }

    .footer .first-col {
        max-width: 100%;
    }
    .footer-nav .flex-col {
        flex: none;
    }
    .footer .nav-list ul li.microsoft-partner {
        margin-right: 0;
        padding-right: 0;

    }
    .footer .nav-list.hor ul li:last-child {
        margin-left: 0;
    }
    /* footer menu */
    .footer-nav .menu-dropdown-mobile {
        cursor: pointer;
    }
    .footer-nav .menu-dropdown-mobile + ul {
        display: none;
        margin-top: 4px;
    }
    .footer-nav .menu-dropdown-mobile.icon-drop {
        position: relative;
    } 
    .footer-nav .menu-dropdown-mobile.icon-drop:before {
        content: '';
        border: solid #212529;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transition: .2s;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 0;
        top: 6px;        
    }
    .footer-nav .menu-dropdown-mobile.icon-drop.open:before {
        transform: rotate(224deg);
    }   
    .footer .nav-list .title.single {
        margin-bottom: 20px;
    }
/*    .footer-nav .site-map {
        margin-top: 9px;
        margin-bottom: 23px;
    }*/
    .footer .footer-nav .menu-dropdown-mobile.icon-drop + ul li a {
        padding-bottom: 16px;
    }
    #footer.footer {
        padding: 34px 0;
    }
    .footer .title, .footer .title a {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }

    .footer .nav-list .title {
        pointer-events: all;
        margin-bottom: 24px;
    }
    .footer .nav-list:last-child .title {
        margin-bottom: 0;
    }
    .footer ul li.title-li a {
        padding-top: 0;
    }

    .footer .footer-nav .menu-dropdown-mobile.icon-drop + ul li.title-li a {
        padding-top: 4px;
        padding-bottom: 16px;
    } 
    .footer .hor ul li a {
        padding-bottom: 13px;
    }

    .footer .nav-list.hor ul.foot-terms li {
        padding-bottom: 0;
    }
    .footer .nav-list.hor ul.foot-terms li:last-child a {
        padding-bottom: 0;
    }  

    .nav-list.hor ul.foot-partners,
    .nav-list.hor ul.foot-year {
        margin: 32px 0 0;
    }

    .footer .footer-nav .menu-dropdown-mobile.icon-drop + ul li:last-child a {
        padding-bottom: 0;
    }
}


@media (max-width: 1189px) {
    .menu-main ul li.dropdown .menu-dropdown {
        top: 52px;
    }
}

@media (max-width: 650px) {
    .nav-list.hor {
        max-width: 100%;
    }
    .nav-list.hor ul.foot-partners {
        justify-content: space-between;
    }
    .footer .nav-list ul li.microsoft-partner,
    .footer .nav-list ul li.microsoft-partner img, 
    .footer .nav-list ul li.microsoft-partner svg {
        max-width: 202px;
    }
}