@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.container form {
    width: 500px;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    height: 100%;
}

.container {
    width: 100%;
    height: 100%;
    justify-content: center;
}

.glav {
    max-width: 1016px;
    margin: 0 auto;
    margin-top: 48px;
}

.z {
    color: black;

    word-wrap: break-word;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}

.main-img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 48px;
    height: 400px;
}




.zag {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 44px;
    line-height: 56px;
    margin: 0;
    font-weight: 600;
    text-overflow: clip;
    margin-bottom: 48px;
}

.zag-1 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 38px;
    line-height: 56px;
    margin: 0;
    font-weight: 600;
    text-overflow: clip;
    margin-top: 48px;
}

.nezag-1 {
    color: rgb(0, 0, 0);

    text-align: left;
    width: auto;
    padding: 0;
    margin-top: 48px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}

.nezag-2 {
    color: rgb(0, 0, 0);

    text-align: left;
    width: auto;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}


/*само*/

.aircraft {
    /*блок про самолет, ex: airbus, boeing*/
    position: relative;
    text-align: center;
    width: 1016px;
    border-bottom: 1px solid #116394;
    margin-bottom: 48px;
    margin-top: 50px;
    border: none;
}

.block-aircraft {
    /*блок про тип самолета, ex: 320, 737*/
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}

.photo-aircraft {
    width: 50%;
    height: 250px;
    border-radius: 10px;
    object-fit: cover;
}

.info-aircraft {
    height: 250px;
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #e8e9f3;
    padding-bottom: 24px;
    border-top: 1px solid #e8e9f3;
    padding-top: 24px;
    margin-top: 48px;
}

.info-text-aircraft {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.zag-aircraft {
    color: rgb(0, 0, 0);

    text-align: left;
    font-size: 32px;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
    text-overflow: clip;
}

.nezag-aircraft {
    color: rgb(0, 0, 0);

    text-align: left;
    width: auto;
    padding: 0;
    margin: 0px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}

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

.header-nezag-aircraft {
    color: #505F79;
    text-decoration: none;

    text-align: right;
    width: auto;
    padding: 0;
    margin: 0px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}

.eee {
    display: inline-flex;
    align-items: center;
}

.show-more {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    border-radius: 100%;
    background-color: #ECEFF5;
}

.photo-aircraft-big {
    width: 100%;
    height: 380px;
    object-fit: cover;
    margin-bottom: 48px;
    border-radius: 20px;
}

/* авиакомпании */

.airlines {
    position: relative;
    text-align: center;
    width: 1016px;
    margin-bottom: 48px;
}

.block-airlines {
    height: auto;
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #e8e9f3;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.info-text-airlines {
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.zag-airlines {
    color: rgb(0, 0, 0);
    text-align: left;
    font-size: 32px;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
    text-overflow: clip;
    text-decoration: none;
    width: fit-content;
}

.zag-airlines:hover {
    color: #3366ff;
    cursor: pointer;
}

.nezag-airlines {
    color: rgb(0, 0, 0);
    text-align: left;
    width: auto;
    padding: 0;
    margin: 0px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}

.nezag-airlines-2 {
    color: #777;
    text-decoration: none;
    text-align: left;
    width: auto;
    padding: 0;
    margin: 0px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}

.nezag-airlines-2:hover {
    color: #3366ff;
    cursor: pointer;
}

.photo-airlines {
    width: 25%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
}


.header-airlines {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

/*фото*/

.photo {
    display: flex;
    gap: 24px;
    overflow-x: scroll;
}

.photo-img {
    width: auto;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.header-photo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.zag-photo {
    color: rgb(0, 0, 0);

    text-align: left;
    font-size: 32px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 12px;
    margin-top: 24px;
    font-weight: 500;
    text-overflow: clip;
}



/*синий загловок*/

.blue-box {
    width: 100%;
    height: 150px;
    background-color: #116394;
    text-align: center;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    /* Align horizontal */
    align-items: center;
    /* Align vertical */
    margin: 0;
}


.text-blue-box {
    color: rgb(255, 255, 255);

    text-align: center;
    font-size: 44px;
    line-height: 52px;
    margin: 0;
    font-weight: 600;
    text-overflow: clip;
}

.B1 {
    color: #505f79;
    font-size: 12px;
    margin: 12px 0 0 0;
    line-height: 16px;
    text-align: center;
}

#B1 {
    margin-top: 24px;
    width: 100%;
    height: 400px;
}

/*таблицы*/

.tabl {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 48px;
    height: auto;
}

.tabl1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tabl-info {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    height: 56px;
}

.tabl-info-text-dark {
    /*background-color: #116394;*/
    background: #3366ff;
    opacity: 0.3;
    width: 152px;
    height: 24px;
    border-radius: 10px;
    padding: 16px 26px;
    color: white;
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: right;
    font-size: 23px;
    font-weight: 700;
}

.tabl-info-text-dark-small {
    /*background-color: #116394;*/
    background: #3366ff;
    opacity: 0.3;
    width: 77px;
    height: 21px;
    border-radius: 10px;
    padding: 17px 16px 18px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
}

.tabl-info-text-light {
    background-color: #e6eff6;
    width: 152px;
    height: 24px;
    border-radius: 10px;
    padding: 16px 26px;
    color: white;
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: right;
    font-size: 23px;
    font-weight: 700;
    color: #116394;
}

.tabl-info-text-light-small {
    background-color: #e6eff6;
    width: 77px;
    height: 21px;
    border-radius: 10px;
    padding: 17px 16px 18px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: #116394;
}

.zag-tabl {
    color: rgb(0, 0, 0);

    text-align: center;
    font-size: 32px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 24px;
    font-weight: 500;
    text-overflow: clip;
}


div.table-title {
    display: block;
    margin: auto;
    max-width: 600px;
    width: 100%;
}

.table-title h3 {
    color: #fafafa;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto", helvetica, arial, sans-serif;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}


/*** Table Styles **/

.table-fill {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    padding: 0 5px 5px 5px;
    margin: auto;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}

th {
    /*color: #D5DDE5;*/
    background: #1b1e24;
    font-size: 23px;
    font-weight: 100;
    padding: 24px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

th:first-child {
    border-top-left-radius: 3px;
}

th:last-child {
    border-top-right-radius: 3px;
    border-right: none;
}

tr {
    /*color: #666B85;*/
    color: black;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

/*tr:hover td {
    /*background: #4E5066;
    background: #3366ff;
    opacity: 0.3;
    color: #FFFFFF;
    /*border-top: 1px solid #22262e;
}*/

tr:first-child {
    border-top: none;
}

tr:last-child {
    border-bottom: none;
}

tr:nth-child(odd) td {
    /*background: rgb(229,234,242)*/
    background: rgb(51, 102, 255, 0.25);
    color: black;
}

/*tr:nth-child(odd):hover td {
    background: #3366ff;
    opacity: 0.3;
}*/


td {
    background: #FFFFFF;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border: none;
}

td:last-child {
    border-right: 0px;
}

th.text-left {
    text-align: left;
}

th.text-center {
    text-align: center;
}

th.text-right {
    text-align: right;
}

td.text-left {
    text-align: left;
}

td.text-center {
    text-align: center;
}

td.text-right {
    text-align: right;
}

.read-main {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 56px;
    background: #3366ff;
    border-radius: 10px;
    text-align: center;
    /*margin-top: 24px;*/
    padding: 0;
    border: 0;
    text-decoration-line: none;
}

.read-text {
    width: auto;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
    padding: 20px 0
}

.knopki {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}

.zag-1 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 38px;
    line-height: 56px;
    margin: 0;
    font-weight: 600;
    text-overflow: clip;
    margin: 48px 0;
}

.zag-acc {
    color: rgb(0, 0, 0);
    text-align: left;
    font-size: 32px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 24px;
    font-weight: 500;
    text-overflow: clip;
    text-decoration: none;
    width: fit-content;
}