* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #00203C;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
body {
    background-color: #f9f9f9;;
}
body.disable {
    overflow: hidden;
}
html {
    height: -webkit-fill-available;
}
.container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
span {
    font-size: inherit;
    font-weight: inherit;
}
p {
    margin: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
/* popup */
.success_popup {
    display: none;

    position: fixed;
    transition: 0.5s;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow-y: auto;
    cursor: pointer;
}
.success_popup.active {
    display: block;
    background-color: rgba(0,0,0,.8);
}
.success_popup-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 40px 40px 50px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    cursor: default;
    max-width: 400px;
    width: 100%;
}
.close_popup {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
/* popup */
.link-to-main-page {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
}
.navigate_top {
    display: flex;
    align-items: center;
    gap: 11px;
}
.section_top {
    margin: 0 auto;
    max-width: 556px;
    text-align: center;
}
.section_title {
    font-size: 44px;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section_subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}
/* header */
#masthead {
    padding: 45px 0;
}
.header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_nav {
    position: relative;
}

.menu_list {
    position: absolute;
    top: 50px;
    left: -70px;
    background-color: #fff;
    padding: 20px 25px;
    width: fit-content;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    display: none;
}
.menu_list.open {
    display: block;
    z-index: 1;
}
.menu_list.open #menu-header {
    display: grid;
    grid-template-columns: 1fr;
    /* grid-gap: 20px; */
}
.menu_list::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    top: -12px;
    right: calc((100% - 12px)/2);
    transform: rotate(180deg);
}
.menu_list a {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}
.menu_list li {
    width: 242px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1px;
    transition: 0.5s;
}
.menu_list li:hover {
    background-color: #1692d7;
    cursor: pointer;
}
.menu_list li:hover a {
    color: #fff;
}
li.menu-item-has-children {
    position: relative;
}
li.menu-item-has-children .sub-menu {
    position: absolute;
    top: -20px;
    right: -217px;
    background-color: #fff;
    padding: 19px 13px;
    padding-left: 40px;
    border-radius: 10px;
    box-shadow: none;
}
.sub-menu li:hover .sub-menu li a {
    color:#00203C !important;
}
.sub-menu li:hover .sub-menu li:hover a {
    color: #fff !important;
}
li.menu-item-has-children .sub-menu  {
    display: none;
    box-shadow: none !important;
}
li.menu-item-has-children:hover > .sub-menu {
    display: block !important;
    margin-left: 0 !important;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.04);
}
li .sub-menu li {
    width: 166px;
    height: 54px;
}
li .sub-menu li a {
    color: #00203C !important;
}
li .sub-menu li:hover a{
    color: #fff!important;
}
.header_nav a {
    display: flex;
    align-items: center;
    gap: 7px;
}
.header_nav a,
.main_phone {
    font-weight: 400;
    letter-spacing: 0.1em;
}
.cross-menu--open {
    display: none;
}
.header_nav a.open .cross-menu--open{
    display: block;
}
.header_nav a.open .cross-menu--close{
    display: none;
}
/* header */

/* first section */
.first_section-inner {
    max-width: 710px;
}
#primary h1 {
    font-weight: 600;
    font-size: 38px;
    line-height: 55px;
    text-transform: uppercase;
}
#primary h1 span {
    color: #1692d7;
}
.first_section-inner p {
    line-height: 25px;
    letter-spacing: 0.05em;
    max-width: 440px;
}
.first_section-wrapper {
    min-height: 523px;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}
/* first section */

/* competence */
.competence .section_top {
    margin-bottom: 80px;
}
.list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
}
.competence_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 55px;
}
.competence_problems-list.list-grid li + li {
    margin-top: 0;
}
.competence_problems-list.list-grid li {
    max-width: 490px;
}
.competence_problems-list.list-grid li:last-child{
    grid-column-start: 1;
    grid-column-end: 3; 
    width: fit-content;
    margin: 0 auto;
}
.footer_right_menu #menu-header-2 li:last-child{
    margin: 0;
}
.competence_item {
    max-width: 490px;
    width: 100%;
    background-color: #fff;
    transition: 0.5s;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 10px 25px rgb(0 0 0 / 4%);
}
.competence_item-img--hover {
    display: none;
}
.competence_item-img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.competence_item:hover {
    background-color: #1692d7;
}
.competence_item:hover h3,
.competence_item:hover p{
    color: #fff;
}
.competence_item:hover .competence_item-img--hover {
    display: block;
}
.competence_item:hover .competence_item-img--default {
    display: none;
}

.competence_item:first-child,
.competence_item:nth-child(2) {
    padding: 50px 40px 50px 40px;
}
.competence_item:last-child,
.competence_item:nth-child(3) {
    padding: 50px 40px 80px 40px;
}
.competence_item h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 8px;
}
.competence_item p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    max-width: 250px;
}
/* competence */

/* feedback */
.feedbaack {
    margin-top: 90px;
}
.feedbaack_form {
    padding: 40px 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
}
.feedbaack_left-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 5px;
}
.feedbaack_left-subtitle {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
}
.feedbaack_form input {
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    margin-right: 20px;
    padding: 12px 15px;
    width: 245px;
    height: 47px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.feedbaack_form input::placeholder {
    color: #C4C4C4; 
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
}
.feedbaack_right {
    display: flex;
}
.feedbaack_form button   {
    cursor: pointer;
    border: none;
    background: #1692D7;
    color: #fff;
    border-radius: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 178px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feedback_phone:focus {
    outline: none;
}
/* feedback */

/* competence_problems */
.competence_problems h1,
.contacts_top h1,
.blog_top h1 {
    font-weight: 600;
    font-size: 45px;
    line-height: 61px;
    text-transform: uppercase;
    margin-bottom: 45px;
    text-align: center;
}
.competence_problems p,
.blog_top p,
.contacts_top p {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.05em;
    max-width: 940px;
    margin: 0 auto;
    margin-top: -40px;
}
.competence_problems-left h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
}
.competence_problems-list li,
.companies_ticks-item_list li {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 32, 60, 0.75);
    letter-spacing: 0.05em;
    padding-left: 30px;
}
.competence_problems-list li::before {
    content: url(../images/remove.svg);
    position: absolute;
    left: 0;
    top: 3px;
}
.companies_ticks-item_list li:before {
    position: absolute;
    left: 0;
    top: 3px;
}
.competence_problems-list li:last-child:before,
.companies_ticks-item_list li::before {
    content: url(../images/check.svg);
}
.competence_problems-list li + li {
    margin-top: 16px;
}
.competence_problems-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* competence_problems */

/* companies_ticks */
.companies_ticks {
    margin-top: 90px;
}
.companies_ticks-item_title {
    font-size: 30px;
    line-height: 41px;
    text-transform: uppercase;
    color: #221F1F;
    margin-bottom: 24px;
}

.companies_ticks-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 48px;
}
.companies_ticks-item_list {
    max-width: 490px;
}
.companies_ticks-item_list li {
    line-height: 22px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #000000;
}
.companies_ticks-item_list li + li {
    margin-top: 18px;
}
/* companies_ticks */

/* competence_offer */
.competence_offer {
    padding: 90px 0 0 0;
}
.competence_offer-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 90px;
}
.competence_offer-item {
    width: 275px;
    text-align: center;
    margin: 0 auto;
}
.competence_offer .section_top {
    margin-bottom: 80px;
}
/* competence_offer */

/* companies */
.companies_inner {
    max-width: 640px;
    margin: 80px auto 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.companies_item {
    cursor: pointer;
    width: 215px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.companies_item:last-child {
    grid-column: 2 / 2;
}
.companies_item:hover .companies_icon-default {
    display: none;
}
.companies_item:hover .companies_icon-hover {
    display: block;
}
.companies_item:nth-child(2),
.companies_item:last-child {
    border: 1px solid #e5e5e5;
    border-top: none;
    border-bottom: none;
}
.companies_item:nth-child(4),
.companies_item:nth-child(6) {
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
}
.companies_item:nth-child(5) {
    border: 1px solid #e5e5e5;
}
.companies_icon-hover {
    display: none;
}
/* companies */

/* blog */
.blog_item-img img {
    max-width: 373px;
    height: 242px;
    object-fit: cover;
}
.blog_item {
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    position: relative;
}
.blog_item-info {
    padding: 0px 45px;
}
.blog_item-info h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 8px;
}
.blog_item-info p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    max-height: 110px;
    overflow: hidden;
}
.blog_item-img {
    height: 242px;
}
.blog_item-more {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFFFFF; font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1692D7;
}
.blog_items {
    margin-top: 105px;
    display: flex;
    flex-direction: column;
    gap: 55px;
}
.blog_page-inner {
    background-color: #fff;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.04);
}
.blog_page-inner img {
    max-width: 100%;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.blog_page-info h1 {
    margin: 0 0 20px 0;
}
.blog_page-info p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
}
.blog_page-info {
    padding: 35px 40px 30px 40px;
}
.blog_page-info_date {
    display: flex;  align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.blog_page-info_date span {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #C4C4C4;
}
.blog_page-info_date span:last-child {
    color: #00203C;
}
.blog_page {
    margin-top: 55px;
}
/* blog */

/* contacts */
.contacts_inner {
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 44px 123px 44px 44px;
}
.contacts_wrapper {
    margin-top: 50px;
}
.contacts_wrapper,
.contacts_info-phones,
.contacts_info-phones_line,
.contacts_info-mail {
    display: flex;
    align-items: center;
    gap: 44px;
}
.contacts_wrapper {
    gap: 0;
}
.contacts_socials {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #66B9DF;
    justify-content: space-around;
    padding: 25px 22px;
    height: 245px;
}
.contacts_info a,
.contacts_info-mail{
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #00203C;    
}
.contacts_info-mail {
    margin-top: 76px;
}
.contacts_info-mail a{
    text-transform: lowercase;
}
.contacts_logo {
    margin-left: 180px;
}
/* contacts */

/* 404 */
.error-404 p {
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.error-404 {
    text-align: center;
}
.error-404 a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 38px;
    background: #1692D7;
border-radius: 2px;
}
/* 404 */

/* footer */
.footer {
    background-repeat: no-repeat;
    background-position: center center;
    padding: 90px 0 60px 0;
    background-size: cover;
    margin-top: 90px;
}
.footer_inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.footer_left {
    max-width: 240px;
}
.footer_left p {
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 30px 0 10px 0px;
}
.footer_left {
    margin-bottom: 90px;
}

.footer_left-bot p {
    font-size: 10px;
    line-height: 10px;
    color: #fff;
}
footer .copy {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
}
.footer_right {
    display: flex;
    align-items: flex-start;
    margin-bottom: -39px;
}
.footer_right_menu:last-child {
    margin-left: 120px;
}
.footer_right_menu:last-child li {
    /* max-width: 237px; */
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}
.footer_right_menu:last-child li:last-child {
    margin-top: 77px;
}
.footer_right_phones {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}
.footer_right_menu > div + li {
    margin-top: 30px;
}
.footer_right_menu h4 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}
.footer_right_menu {
    max-width: 200px;
}
.footer_right_menu a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
/* footer */








