.m-2 {
    background: #F5F6F8;
    padding-bottom: 0;
}

.m-2 .main-text {
    margin-bottom: 36px;
}

.m-2 .main-text,
.m-2 .main-text * {
    color: #fff;
}

.m-2-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.m-2-left {
    width: 500px;
}

.m-2-left img {
    display: block;
    width: 100%;
    height: auto;
}

.m-2-right {
    width: calc(100% - 610px);
    padding-bottom: 105px;
}

.m-2-right-box {
    background: #1B3545;
    padding: 50px 30px 40px 30px;
}

@media screen and (max-width: 1200px) {
    .m-2-left {
        width: 450px;
        max-width: 100%;
    }

    .m-2-right {
        width: calc(100% - 510px);
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 992px) {
    .m-2-flex {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .m-2-right {
        width: 100%;
        margin-bottom: 20px;
    }

    .m-2-right-box {
        padding: 30px 20px;
    }

    .m-2-left {
        margin-left: auto;
        margin-right: auto;
    }
}









.m-3 .section-title {
    margin-bottom: 20px;
    font-size: 48px;
}

.m-3-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.m-3-item {
    width: calc(25% - 45px / 4);
    position: relative;
    padding: 20px;
    background: #F5F6F8;
    min-height: 310px;
    transition: 0.25s;
}

.m-3-item:nth-child(1) {
    box-shadow: none !important;
}

.m-3-item:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.72);
}

.m-3-item:after,
.m-4-item:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    width: 24px;
    top: 20px;
    right: 20px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4yIiBkPSJNMTcuNTk1OSAxLjU5MzU0QzE3LjU5NTkgMC43MTMzMTQgMTYuODgyNSAtOC4xNDE1NmUtMDUgMTYuMDAyMyAtOC4xNDE1NmUtMDVMLTIuMDg2MjdlLTA1IC0wLjAwMDEwMzc3N0wtMi4xMDkyZS0wNSAzLjE4NzE1TDEyLjE1NDcgMy4xODcxN0wxLjQ5ODdlLTA2IDE1LjM0MTlMMi4yNTM5NyAxNy41OTU4TDE0LjQwODcgNS40NDExM0wxNC40MDg3IDE3LjU5NThMMTcuNTk1OSAxNy41OTU4TDE3LjU5NTkgMS41OTM1NFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.m-4-item:after{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4yIiBkPSJNMTcuNTk1OSAxLjU5MzU0QzE3LjU5NTkgMC43MTMzMTQgMTYuODgyNSAtOC4xNDE1NmUtMDUgMTYuMDAyMyAtOC4xNDE1NmUtMDVMLTIuMDg2MjdlLTA1IC0wLjAwMDEwMzc3N0wtMi4xMDkyZS0wNSAzLjE4NzE1TDEyLjE1NDcgMy4xODcxN0wxLjQ5ODdlLTA2IDE1LjM0MTlMMi4yNTM5NyAxNy41OTU4TDE0LjQwODcgNS40NDExM0wxNC40MDg3IDE3LjU5NThMMTcuNTk1OSAxNy41OTU4TDE3LjU5NTkgMS41OTM1NFoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
}

.m-3-item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
}

.m-3-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.m-3-item-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.m-3-item-bg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 53, 69, 0.95);
}

.m-3-item-icon {
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 5;
    margin-bottom: 30px;
}

.m-3-item-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.m-3-item-title {
    position: relative;
    z-index: 5;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.m-3-item-text {
    position: relative;
    z-index: 5;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

@media screen and (max-width: 1200px) {
    .m-3-item {
        width: calc(33.33% - 30px / 3);
        flex-grow: 2;
    }
}

@media screen and (max-width: 992px) {
    .m-3-item {
        width: calc(50% - 15px / 2);
        min-height: 1px;
    }
}

@media screen and (max-width: 767px) {
    .m-3-item {
        width: 100%;
    }

    .m-3 .section-title {
        font-size: 36px;
    }
}






.m-4 {
    background: #F5F6F8;
}

.m-4-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.m-4-item {
    width: calc(50% - 15px / 2);
    border-bottom: 2px solid #1B3545;
    background: #FFF;
    padding: 20px 20px 30px 40px;
    min-height: 277px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
	position: relative;
}

.m-4-item-title {
    color: #363B41;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 100%;
}

.m-4-item-text {
    color: #363B41;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .m-4-item {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 24px;
    }

    .m-4-item-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

}




.m-4+.m-5 {
    padding-top: 0;
}

.m-5 {
    background: #F5F6F8;
}

.m-5 .section-title {
    text-align: center;
}

.m-5-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #363B41;
    padding: 17px 20px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.48px;
    border-bottom: 1px solid #1B3545;
}

.m-5-item:first-child {
    border-top: 1px solid #1B3545;
}

.m-5-item:after {
    content: '';
    display: block;
    width: 48px;
    min-height: 48px;
    margin-left: 22px;
    height: 48px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiByeD0iMjQiIGZpbGw9IiMxQjM1NDUiLz4KPHBhdGggZD0iTTI5Ljg1NTcgMTkuMjQ2M0MyOS44NTU3IDE4LjYzNzYgMjkuMzYyNCAxOC4xNDQzIDI4Ljc1MzcgMTguMTQ0M0wxNy42ODgyIDE4LjE0NDNMMTcuNjg4MiAyMC4zNDgyTDI2LjA5MzEgMjAuMzQ4M0wxNy42ODgyIDI4Ljc1MzJMMTkuMjQ2OCAzMC4zMTE4TDI3LjY1MTcgMjEuOTA2OUwyNy42NTE3IDMwLjMxMThMMjkuODU1NyAzMC4zMTE4TDI5Ljg1NTcgMTkuMjQ2M1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .m-5-item {
        font-size: 16px;
        padding-left: 0;
    }
}








.m-5+.m-6 {
    padding-top: 0;
}

.m-6 {
    background: #F5F6F8;
}

.m-6-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.m-6-left {
    width: calc(50% - 40px);
}

.m-6-right {
    width: calc(50% - 28px);
}

.m-6-left-content {
    background: #1B3545;
    width: 570px;
    max-width: 100%;
    position: relative;
    z-index: 20;
    padding: 50px 40px;
}

.m-6-left-content:before {
    content: '';
    display: block;
    position: absolute;
    background: #FFF;
    width: calc(100% + 40px);
    left: -20px;
    top: 20px;
    height: calc(100% - 40px);
    z-index: 2;
}

.m-6-left-content:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1B3545;
    z-index: 5;
}

.m-6-left-sub-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    z-index: 20;
}

.m-6-left-info {
    padding: 20px 10px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    position: relative;
    z-index: 20;
}

.m-6-left-bottom-text {
    margin-top: 35px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    z-index: 20;
    line-height: 28px;
}


.m-6 .section-title {
    margin-bottom: 20px;
}

.m-6-right-text {
    color: #363B41;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 40px;
}

.m-6-form input,
.m-6-form textarea {
    display: block;
    width: 100%;
    border: 1px solid #1B3545;
    padding: 22px 20px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.m-6-form input::placeholder,
.m-6-form textarea::placeholder {
    color: rgba(54, 59, 65, 0.50);
}

.m-6-form textarea {
    height: 182px;
}

.m-6 .main-btn-2 {
    margin-top: 30px;
    margin-left: auto;
    max-width: 100%;
}

.m-6-form-row {
    margin-bottom: 15px;
}

.m-6-form-col {
    width: calc(50% - 15px / 2);
}

.m-6-form-row--dual {
    display: flex;
    justify-content: space-between;
}

.m-6-left-label {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 10px;
    opacity: 0.5;
}

.m-6-left-value {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    display: block;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 20px;
}

.m-6-left-value:last-child {
    margin-bottom: 0;
}

.page-contacts {
    padding-top: 140px;
}

@media screen and (min-width: 992px) {

    .m-6-left-value:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 992px) {
    .m-6-flex {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    
    .m-6-left {
        width: 100%;
    }
    
    .m-6-left-content {
        width: 100%;
    }
    
    .m-6-right {
        margin-bottom: 40px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .m-6-left-content {
        padding: 40px 20px;
    }

    .m-6-form-row--dual {
        flex-direction: column;
        gap: 15px;
    }
    
    .m-6-form-col {
        width: 100%;
    }

    .m-6-form input, .m-6-form textarea {
        padding: 14px 20px;
    }

    .m-6-form textarea {
        height: 120px;
    }
}