@font-face {
    font-family: 'Arial';
    src: url('../fonts/webFonts/ArialMT.eot');
    src: url('../fonts/webFonts/ArialMT.eot?#iefix') format('embedded-opentype'),
    url('../fonts/webFonts/ArialMT.woff2') format('woff2'),
    url('../fonts/webFonts/ArialMT.woff') format('woff'),
    url('../fonts/webFonts/ArialMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/webFonts/Arial-BoldMT.eot');
    src: url('../fonts/webFonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
    url('../fonts/webFonts/Arial-BoldMT.woff2') format('woff2'),
    url('../fonts/webFonts/Arial-BoldMT.woff') format('woff'),
    url('../fonts/webFonts/Arial-BoldMT.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

html {
    font-size: 16px;
    font-family: "Arial", sans-serif;
    color: white;
}

body {
    background: #ffffff;
    color: #000000;
    font-family: "Arial", sans-serif;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

.header {
    width: 100%;
    height: 700px;
}

.logo {
    width: 100px;
    height: 100px;
}

.logoImage {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.menu {
    background-color: #122E30;
    /*display: flex;*/
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
    height: 100px;
    z-index: 4;
}

.navbar-items {
    justify-content: right;
    background-color: #122E30;
}

.nav-item-custom {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    padding-left: 30px;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: #FFFFFF;
}

.banner {
    background: linear-gradient(rgba(17, 151, 136, 1), rgba(118, 232, 219, 0.98));
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 100px;
    height: 700px;
}

.bannerTitleBlock {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    width: 40%;
    height: 100%;
}

.schoolNumber {
    color: white;
    font-size: 27px;
    font-family: "Arial", sans-serif;
    font-weight: 700;
    line-height: 31px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.schoolAddress {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: white;
    padding-bottom: 77px;
}

.schoolPhotoBloc {
    width: 60%;
    height: 100%;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
}

.schoolLiner {
    position: absolute;
    width: 93%;
    height: 94%;
    left: 5%;
    right: 0;
    bottom: 0;
    top: -50px;
    z-index: 0;
}

.schoolImage {
    width: 95%;
    height: 120%;
    position: relative;
    z-index: 1;
    left: 5%;
    top: -13%;
}

.schoolImageMin {
    display: none;

    width: 95%;
    height: 120%;
}

.footer {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    background-size: cover;
    object-fit: contain;
    background-image: url("../img/footerBg.png");
    background-repeat: no-repeat;
}

.footerBlock {
    width: 77%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footerTitle {
    color: rgba(66, 189, 175, 1);
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
}

.footerAddress {
    color: rgba(66, 189, 175, 1);
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    margin-top: 10px;
}

.footerInfoBloc {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    border-bottom: 3px solid rgba(66, 189, 175, 1);
}

.footerLeftItem {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footerLeftItemImage {
    object-fit: contain;
    width: 15px;
}

.footerLeftItemText {
    font-size: 18px;
    color: white;
    font-weight: 400;
    line-height: 20px;
    margin-left: 20px;
}

.footerLeftItems {
    margin-bottom: 10px;
}

.footerRightBloc {
    display: flex;
    flex-direction: column;
}

.year {
    margin-top: 15px;
    color: white;
    text-align: center;
}

.title {
    text-align: center;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    color: rgba(18, 46, 48, 1);
    margin-bottom: 30px;
}

.titleBlock {
    margin: 85px auto;
    width: 80%;
}

.missionTitle {
    width: 50%;
}

.missionTitleBlock {
    display: flex;
    justify-content: space-between;
}

.missionText {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    align-items: center;
    text-align: justify;
    color: #6B6E7A;
}

.missionText-p-left {
    padding-left: 30px;
}

.missionText-p-right {
    padding-right: 30px;
}

.historyBlock {
    position: relative;
    width: 80%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

.historyImageBlock {
    width: 50%;
}

.historyImg {
    width: 115%;
    height: 108%;
}

.historyTitleBlock {
    position: absolute;
    right: 1px;
    top: 10%;
    width: 60%;
    height: 108%;
    border-radius: 5px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(58, 222, 203, 1);
    padding: 40px;
}

.historyTitle {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: rgba(18, 46, 48, 1);
}

.historyText {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #6B6E7A;
}

.btnAbout {
    width: 173px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #122E30;
    border-radius: 5px;
    margin-left: auto;
}
.btnAbout:hover{
    background: #F86A02;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.btnText {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.btnText {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.ourDaily {
    width: 100%;
    justify-content: space-between;
    margin-top: 10%;
    padding-top: 20px;
    /*background-color: rgba(248, 106, 2, 1);*/
}

.ourDailyImages {
    position: relative;
    width: 80%;
    /*display: flex;*/
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
}

.ourDailyBlock {
    width: 100%;
}

.ourDailyTitle {
    color: #122E30;
    text-align: center;
    font-weight: 700;
    margin-bottom: 24px;
}

.directorImageBlock {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.directorImage {
    width: 100%;
    height: 85%;
    object-fit: cover;
}

.directorBlock {
    width: 80%;
    height: 570px;
    display: flex;
    flex-direction: row;
    margin: 2% auto;
}

.directorTitleBlock {
    width: 60%;
    height: 100%;
    padding: 35px;
    background-color: white;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border: 2px solid rgba(58, 222, 203, 1);
    border-radius: 5px;
}

.directorTextMobile{
    display: none;
}

.directorTextDesctop {
    display: block;

}

.text_history_mobile{
    display: none;
}

.text_history{
    display: block;
}

.directorTitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #122E30;
    padding-bottom: 14px;
}

.directorName {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #122E30;
    padding-bottom: 14px;
}

.directorText {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #6B6E7A;
}

.menuPhone {
    display: none;
}

.btnContact {
    display: none;
    width: 173px;
    height: 46px;
    flex-direction: row;
    background: #122E30;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.btnContact:hover{
    background: #F36B06;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.btnContactTitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    color: #FFFFFF;
}

.slideshow-container {
    position: relative;
    background: #f1f1f1f1;
}

.dot-container {
    display: none;
    text-align: center;
    padding: 20px;
    background: #ddd;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

q {
    font-style: italic;
}

.author {
    color: cornflowerblue;
}

.missionTitleBlockMin {
    display: none;
}

.historyTitleMin {
    display: none;
}

.mySlides {
    width: 100%;
    line-height: 16px;
    font-size: 16px;
}

.slidePhotos {
    height: 100%;
    width: 100%;
    display: none;
    place-items: center;
}

.slider {
    overflow: hidden;
    display: none;
    width: 80%;
    height: 450px;
    position: relative;
}

.slide {
    width: 100%;
    max-width: 800px;
    height: 350px;
    position: absolute;
    transition: all 0.5s;
}

.slideAboutHistory {
    width: 100%;
    max-width: 800px;
    height: 350px;
    position: absolute;
    transition: all 0.5s;
}

.slideAboutAlbum {
    width: 100%;
    max-width: 800px;
    height: 350px;
    position: absolute;
    transition: all 0.5s;
}

.slideAboutDirector {
    width: 100%;
    max-width: 800px;
    height: 100%;
    position: absolute;
    transition: all 0.5s;
}


.slide img {
    width: 100%;
    height: 120%;
    object-fit: contain;
}

.btn-custom {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 10px;
    border: none;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    background-color: #fff;
    font-size: 18px;
}

.btn:active {
    transform: scale(1.1);
}

.btn-prev {
    top: 45%;
    left: 2%;
}

.btnNextAboutDirector {
    top: 50%;
    right: 2%;
}

.btnPrevAboutDirector {
    top: 50%;
    left: 2%;
}

.btnPrevAboutHistory {
    top: 45%;
    left: 2%;
}

.btn-next {
    top: 45%;
    right: 2%;
}

.btnNextAboutAlbum {
    top: 45%;
    right: 2%;
}

.btnNextAboutHistory {
    top: 45%;
    right: 2%;
}

.btnPrevAboutAlbum {
    top: 45%;
    left: 2%;
}

.directorTitleMin {
    display: none;
}

.directorNameMin {
    display: none;
}

#btnContactTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.pagination_section {
    position: relative;
}

.paginationBlock {
    display: flex;
    margin: 10px 0;
    justify-content: flex-end;
}

.pagination_section a {
    color: black;
    padding: 10px 18px;
    text-decoration: none;
}

.pagination_section a:hover:not(.active) {
    background-color: #031F3B;
    color: white;
}

.pagination_section a:nth-child(5) {
    background-color: rgba(98, 192, 182, 1);
    border-radius: 8px;
    color: white;
}

.pagination_section a:nth-child(1) {
    font-weight: bold;
}

.pagination_section a:nth-child(7) {
    font-weight: bold;
}

.aboutSchoolHistoryBlock {
    width: 100%;
    max-width: 1110px;
    margin: 70px auto;
}

.aboutSchoolHistoryTitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #122E30;
    padding-bottom: 18px;
}

.aboutSchoolHistoryText {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #6B6E7A;
}

.aboutSchoolHistoryImages {
    margin: 25px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 300px;
}

.aboutSchoolHistoryImages img {
    width: 23%;
    height: 100%;
    object-fit: cover;
}

.aboutAlbumBg {
    width: 100%;
    background: linear-gradient(#BFEFEA, rgba(251, 255, 254, 0));
    margin: 70px auto;
    padding: 25px 0;
}


.aboutAlbumTitle {
    color: #2A4C49;
    font-size: 24px;
    font-weight: bold;
    display: block;
}

.aboutAlbum {
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(152.18deg, #BFEFEA 17.27%, rgba(251, 255, 254, 0) 105.87%);
}

.aboutAlbum-content {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 72%;
    padding-top: 64px;
    padding-bottom: 25px;
}

.aboutAlbumImageTitle {
    position: absolute;
    width: 94%;
    height: 30%;
    background-color: rgba(243, 107, 6, 0.5);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px
}

.aboutAlbumImageBlock {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 8px;
    width: 265px;
    height: 282px;
    filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.2));
    border-radius: 5px
}

.aboutAlbumImageBlock:hover {
    cursor: pointer;
}

.aboutAlbumImageText {
    color: white;
    font-weight: 400;
}

.aboutAlbumImagesBlock {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.aboutAlbumImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.2));
    border-radius: 5px
}

.schoolDirectoryHistory {
    width: 100%;
    max-width: 1110px;
    margin: 40px auto;
}

.aboutDirectorBlock {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 0;
    justify-content: center;
}

.aboutDirectorHistoryItems {
    width: 24%;
    height: 350px;
    padding: 0 8px 0 8px;
}

.aboutDirectorHistoryItems img {
    width: 100%;
    height: 296px;
    object-fit: cover;
}

.aboutDirectorBlockInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aboutDirectorHistoryItems:hover {
    cursor: pointer;
}

.aboutDirectorBlockTitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #6B6E7A;
}

.aboutDirectorBlockText {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #6B6E7A;
}

.slideAboutHistoryMin {
    width: 100%;
    height: 100%;
}

.slideHistory {
    display: none;
}

.slideAboutAlbumMin {
    display: none;
}

.slidePhotosMin {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutDirectorHistoryItemsMin {
    background-color: black;
    width: 100%;
}

.aboutDirectorBlockTitleMin {
    background-color: white;
    margin: 20px 0;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #6B6E7A;
    text-align: justify;
}

.aboutDirectorBlockImageMin {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btnSlideAboutDirector {
    width: 80%;
    height: 100%;
    position: absolute;
}

.btnSlideAboutDirector {
    display: none
}

@media (max-width: 1128px) {
    .menuItems {
        margin-left: 15px;
    }

    #menuPhoneItem {
        margin-top: 25px;
        height: 50px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding-right: 55px;
        align-items: center;
    }

    #menuPhoneItem img {
        width: 40px;
        height: 25px;
    }

    .btnContact {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 230px;
        margin: 20px auto;
    }

    .btnAbout {
        display: none;
    }

    .historyTitleBlock {
        width: 100%;
        position: relative;
        /*margin-top: -25px;*/
        height: 250px;
        border: none;
        overflow: hidden;
        padding: 23px 0 0 0;
    }

    .historyImageBlock {
        width: 100%;
    }

    .historyTitleMin {
        display: block;
        margin: 7px 0;
        text-align: center;
        font-size: 20px;
    }

    .historyBlock {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footerTitleMin {
        text-align: center;
    }

    .footerLeftBloc {
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
        display: flex;
        margin: 0 auto;
    }

    .footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footerRightBloc {
        display: none;
    }

    .directorTitleBlock {
        border: none;
        text-align: center;
        width: 100%;
    }
    .directorTextMobile{
        display: block;
    }

    .directorTextDesctop {
        display: none;

    }
    .text_history_mobile{
        display: block;
    }

    .text_history{
        display: none;
    }

    .directorImageBlock {
        width: 90%;
    }

    .directorBlock {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .directorName {
        display: none;
    }

    .directorTitle {
        display: none;
    }

    .directorTitleMin {
        margin-top: 15vh;
        display: block;
    }

    .directorNameMin {
        margin: 15px 0;
        display: block;
    }

    .historyText {
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        text-align: justify;
        color: #6B6E7A;
    }

    .menuItemsText {
        font-size: 12px;
        width: 100%;
        height: 100%;
    }

    .btnText {
        font-size: 14px;
    }
}
.schoolHistoryTitle {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #2A4C49;
    text-align: center;
    display: block;
}
.schoolHistoryTitleMin{
    display: none;
}

.read-more{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #122E30;
    cursor: pointer;
}
.read-more:hover{
    color: #122E30;
}

@media (max-width: 973px) {
    .btnSlideAboutDirector {
        display: block;
    }

    .footerLeftItemText {
        font-size: 16px;
    }

    .schoolHistoryTitleMin{
        font-family: 'Arial';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #122E30;
        display: block;
    }
    .schoolHistoryTitle {
        display: none;
    }

    .aboutDirectorBlock {
        display: none;
    }

    .telItem {
        margin-top: 30px;
    }

    .slider {
        display: block;
    }

    .aboutAlbumTitle {
        text-align: center;
    }

    .aboutAlbumImageTitle {
        position: absolute;
    }

    .aboutAlbumImageBlock {
        width: 100%;
        height: 100%;
    }

    .aboutAlbumImageBlock img {
        width: 100%;
        height: 100%;
    }

    .slideAboutAlbumMin {
        display: block;
    }

    .aboutAlbumImagesBlock {
        display: none;
    }

    .pagination_section {
        display: none;
    }

    .slideHistory {
        display: block;
        width: 100%;
    }

    .aboutSchoolHistoryImages {
        display: none;
    }

    .aboutSchoolHistoryText {
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        text-align: justify;
        color: #6B6E7A;
    }

    .aboutSchoolHistoryTextBlock {
        padding: 15px;
        max-width: 800px;
        margin: 0 auto;
        width: 100%;
    }

    .aboutSchoolHistoryTextMin {
        display: none;
    }

    .aboutSchoolHistoryTitle {
        text-align: center;
    }

    .footerBlock {
        width: 100%;
    }

    .slidePhotos {
        display: grid;
    }

    .ourDailyBlock {
        display: none;
    }

    .historyImg {
        width: 100%;
    }

    .historyTitle {
        display: none;
    }

    .missionTitleBlock {
        display: none;
    }

    .missionTitleBlockMin {
        display: block;
    }

    .missionTitle {
        width: 100%;
    }

    .mySlides {
        display: none;
        text-align: center;
    }

    .dot-container {
        display: block;
        background-color: white;
    }

    .menuPhone {
        z-index: 10;
        display: flex;
    }

    .schoolPhotoBloc {
        width: 112%;
        height: 60%;
    }

    .schoolImageMin {
        display: block;
        width: 100%;
        margin-top: -13%;
        margin-bottom: -20px;
    }

    .bannerTitleBlock {
        align-items: center;
        margin-top: -13%;
        margin-bottom: -4%;
    }

    .schoolNumber {
        margin-top: 15px;
        text-align: center;
        padding-bottom: 15px;
    }

    .schoolAddress {
        text-align: center;
    }

    .schoolAddress {
        position: relative;
        align-items: center;
        margin: 10px auto;
        padding-bottom: 77px;
    }

    .banner {
        flex-direction: column-reverse;
        align-items: center;
    }

    .menuItems {
        width: 100%;
        align-items: center;
        height: 14%;
        margin: 0 auto;
    }

    .menuItemsLink {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 100%;
        justify-content: center;
    }

    .menuItemsText {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        font-size: 30px;
    }

    .menuBlock {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        width: 110%;
        background-color: rgba(18, 46, 48, 1);
        height: 700px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .schoolImage {
        display: none;
    }
}

@media (max-width: 375px) {
    .footerLeftItemText {
        font-size: 12px;
    }

    .footerLeftItemImage {
        display: none;
    }
}


/*slideAboutDirectorHistory*/
/*contact*/
.bg-contact3 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../img/Rectangle396.png);
}

.container-contact3 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 56px 76px 56px 76px;
    /*background: rgba(255,255,255,0.8);*/
}

.wrap-contact3 {
    width: 100%;
    overflow: hidden;
    padding: 72px 55px 65px;
    border: 1px solid #42BDAF;
    border-radius: 5px;
    background: #F6FBFA;
}
@media (max-width: 973px) {
    .bg-contact3{
        background: unset;
    }
    .container-contact3 {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 0;
        /*background: rgba(255,255,255,0.8);*/
    }
    .wrap-contact3 {
        width: 100%;
        overflow: hidden;
        padding: 72px 39px 65px;
        border: unset;
        border-radius: 5px;
        background: unset;
    }
    .button-row{
        text-align: center !important;
    }
    .send-btn{
        width: 100% !important;
    }
    .document-text{
        padding: 15px !important;
        text-align: justify !important;
    }
    .document-title{
        padding-top: 15px !important;
    }
    .dot-history{
        display: block !important;
    }
    .mobile-history{
        display: none !important;
    }
}
.dot-history{
    display: none;
}
.mobile-history{
    display: block;
}
.title-green {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #42BDAF;
    float: left;
}

.content-black {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #2A4C49;
}

.contact-input {
    width: 458px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #E6E8ED;
    border-radius: 5px;
    padding-left: 20px;
}

.contact-text {
    box-sizing: border-box;
    width: 458px;
    height: 189px;
    background: #FFFFFF;
    border: 1px solid #E6E8ED;
    border-radius: 5px;
}

.contact-form {
    padding-bottom: 9px;
}

.contact-desc {
    padding-bottom: 16px;
    padding-top: 16px;
}

.left-title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #122E30;
    padding-bottom: 16px;
}

.right-title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #122E30;
    padding-left: 0 !important;
    padding-bottom: 16px;
}

.button-row {
    text-align: right;
    padding-top: 40px;
}

.send-btn {
    width: 160px;
    height: 46px;
    background: #122E30;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;

    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    color: #FFFFFF;
}

.send-btn:hover{
    background: #F86A02;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border:unset;
}

.desktop-title {
    display: block;
}

.contact3-form {
    width: 100%;
}

.wrap-input3 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, .24);
    margin-bottom: 27px;
}

.input3 {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.2;
    padding: 0 5px;
    background: #FFFFFF;
    border: 1px solid #E6E8ED;
    border-radius: 5px;
    padding-left: 20px;
}

input.input3 {
    height: 46px;
}

textarea.input3 {
    height: 189px;
}

.contact-icon {
    padding-right: 12px;
    float: left;
}

@media (max-width: 780px) {
    .desktop-title {
        display: none;
    }

    .content-black {
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        color: #42BDAF;
    }

    .contact-input {
        height: 46px;
    }
}

/*============== header*/
.container-padding {
    padding: 0 !important;
}

.baner-left {
    text-align: left;
    padding-left: 137px;
}

.baner-title {
    font-weight: 700;
    font-size: 27px;
    line-height: 31px;
    color: #FFFFFF;
}

.baner-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;

    color: #FFFFFF;
}

#masthead {
    min-height: 270px;
    background: linear-gradient(rgba(17, 151, 136, 1), rgba(118, 232, 219, 0.98));
    color: #aaaacc;
}

#masthead h1 {
    font-size: 55px;
    line-height: 1;
}

#masthead .well {
    margin-top: 13%;
    background-color: #111155;
    border-color: #000033;
}

@media screen and (max-width: 768px) {
    .bannerTitleBlock {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    #masthead h1 {
        font-size: 100px;
    }
}

.document-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #122E30;
    text-align: center;
}

.document-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    align-items: center;
    text-align: center;
    color: #2A4C49;
    padding: 17px 185px 17px 185px;
}

.modal-nody-custom {
    text-align: center !important;
    height: 300px !important;
    width: 315px !important;
}

.modal-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #122E30;
    padding-top: 33px;
}

/*document page table*/
.document-table-row {
    width: 100%;
}

.document-table {
    border-bottom-color: #74E4D8;
}

.document-table-th {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    align-items: center;
    text-align: justify;
    color: #42BDAF;
}

.document-table-tr {
    background: #F6FBFA;
}

.document-download {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #6B6E7A;
    cursor: pointer;
}

.document-download .icon-default {
    display: inline;
}

.document-download .icon-hover {
    display: none;
}

.document-download .icon-focus {
    display: none;
}

.document-download:hover {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #119788;
}

.document-download:hover .icon-default {
    display: none;
}

.document-download:hover .icon-hover {
    display: inline;
}

.document-download:hover .icon-focus {
    display: none;
}

.document-download:active, .document-download:focus {
    color: #057;
}

.document-download:active .icon-default, .document-download:focus .icon-default {
    display: none;
}

.document-download:active .icon-hover, .document-download:focus .icon-hover {
    display: none;
}

.document-download:active .icon-focus, .document-download:focus .icon-focus {
    display: inline;
}

.useful-links-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #122E30;
    text-align: left;
}

.useful-links-call {
    background: #F6FBFA;
    border-radius: 5px;
    height: 74px;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #119788;
    padding-top: 20px;
}

/*document page table*/


/*simple pagination*/
.page-item.activea .page-link {
    color: #fff !important;
    border-color: #62C0B6 !important;
    background: #62C0B6;
    border-radius: 5px;
}

.page-link {
    background: unset;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #2A4C49;
}

.page-item:first-child .page-link {
    background: unset;
}

.page-item:last-child .page-link {
    background: unset;
}

.pagination li {
    padding: 3px;
}

.disabled .page-link {
    color: #212529 !important;
}

/*simple pagination*/


.swiper {
    width: 100%;
    max-width: 305px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    object-fit: cover;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    right: auto;
}

.readmore{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #122E30;
}


