﻿.main-content {
    padding-top: 80px;
    min-height: 80vh;
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: transparent;
}

.main-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
    transition: all .25s ease-in-out;
}

.main-slider .swiper-pagination-bullet-active {
    color: #fff;
    background: #d10e4a;
    width: 40px;
    height: 10px;
}

.main-slider img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    filter: blur(1px);
}

.main-slider .slide-item {
    position: absolute;
    width: 1480px;
    max-width: 100%;
    text-align: right;
    padding: 0 50px;
    opacity: 1;
}

    .main-slider .slide-item > span {
        display: block;
        max-width: 460px;
        float: right;
        color: black;
        font-weight: bold;
        font-size: 18px;
    }

.anim-main-slider {
    -webkit-animation-name: animMainSlider;
    animation-name: animMainSlider;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animMainSlider {
    from {
        opacity: 0;
        margin-bottom: -150px;
    }

    to {
        opacity: 1;
        margin-bottom: 0px;
    }
}

.tr-row {
    max-width: 100%;
    margin: auto;
    overflow-x: hidden;
    padding: 0 15px;
}

.row-size {
    width: 1480px;
    max-width: 100%;
    margin: auto;
}

.body-sub--systems {
    padding: 50px 0;
}

    .body-sub--systems > div:nth-child(1) {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        grid-gap: 20px;
    }

    .body-sub--systems > div.left:nth-child(1) {
        float: left;
    }

    .body-sub--systems > div:nth-child(1) > h2 {
        text-align: right;
        font-size: 42px;
        max-width: 450px;
        width: 100%;
    }

    .body-sub--systems > div:nth-child(2) {
        width: 100%;
        display: flex;
        align-items: flex-start;
        grid-gap: 20px;
        /* margin-top: 50px;*/
    }

        .body-sub--systems > div:nth-child(2) > div:nth-child(1) {
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .body-sub--systems > div:nth-child(2) > div:nth-child(1) > img {
                max-width: 100%;
                box-shadow: 0 0 10px rgba(0,0,0,0.2);
                -webkit-box-shadow: rgba(0,0,0,0.2) 0 0 10px;
            }

        .body-sub--systems > div:nth-child(2) > div:nth-child(2) {
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            grid-gap: 30px;
        }

            .body-sub--systems > div:nth-child(2) > div:nth-child(2) > ul > li {
                list-style: none;
                margin-top: 25px;
            }



                .body-sub--systems > div:nth-child(2) > div:nth-child(2) > ul > li p {
                    font-size: 16px;
                    margin-top: 12px;
                    max-width: 450px;
                }


.body--customers {
    padding: 50px 0;
}

    .body--customers > h2 {
        text-align: center;
        font-size: 42px;
    }

.customers-slider {
    padding: 50px 0 !important;
}

    .customers-slider .swiper-slide > div {
        width: 300px;
        border-radius: 5px;
        background-color: white;
        box-shadow: 0 0 10px rgba(100,100,100,.1);
        -webkit-box-shadow: rgba(100,100,100,.1) 0 0 10px;
        display: flex;
        flex-direction: column;
        padding: 15px;
        align-items: flex-start;
    }

    .customers-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: rgba(0,0,0,0.2);
        border-radius: 10px;
        transition: all .25s ease-in-out;
    }

    .customers-slider .swiper-pagination-bullet-active {
        color: #fff;
        background: #d10e4a;
        width: 40px;
        height: 10px;
    }

    .customers-slider .swiper-button-next, .customers-slider .swiper-button-prev {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        background-color: #d10e4aea;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: 15px;
    }

    .customers-slider .swiper-slide > div > img {
        max-width: 100%;
    }

    .customers-slider .swiper-slide > div > span:nth-child(2) {
        font-size: 16px;
        color: #282828;
        font-weight: bold;
        margin-top: 15px;
        text-align: right;
    }

    .customers-slider .swiper-slide > div > span:nth-child(3) {
        font-size: 14px;
        color: #808080;
        font-weight: normal;
        margin-top: 15px;
        text-align: right;
    }

.page--header {
    position: relative;
	margin-bottom: -10px
}

    .page--header > img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .page--header > div {
        width: 100%;
        height: 300px;
        position: absolute;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        grid-gap: 15px;
    }

        .page--header > div > h2 {
            font-size: 36px;
            color: black;
        }

        .page--header > div > div {
            display: flex;
            grid-gap: 10px;
        }

            .page--header > div > div > a {
                color: black;
                font-weight: bold;
                text-decoration: none;
                transition: all .25s ease-in-out;
            }

                .page--header > div > div > a:hover {
                    color: #2f82d3;
                }

            .page--header > div > div > span {
                color: #808080;
            }

.contact--body {
    padding: 50px 0;
    display: flex;
    grid-gap: 50px;
}

    .contact--body > div {
        width: 50%;
    }

        .contact--body > div:nth-child(1) {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .contact--body > div:nth-child(2) {
            display: flex;
            align-items: flex-end;
        }

        .contact--body > div > iframe {
            width: 100%;
            height: 400px;
        }

.column--body {
    padding: 50px 0;
}

    .column--body > h3 {
        font-weight: bold;
        margin-bottom: 32px;
    }

    .column--body > div {
        display: flex;
        grid-gap: 50px;
    }

        .column--body > div > div {
            width: 50%;
        }

            .column--body > div > div.full {
                width: 100%;
            }

            .column--body > div > div:nth-child(1) {
                text-align: center;
            }

                .column--body > div > div:nth-child(1) > img {
                    max-width: 100%;
                    filter: blur(1.1px);
                }





    .column--body .content > div > div:nth-child(1) {
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .column--body .content > div > div:nth-child(1) > i {
            color: #373333;
            font-size: 18px;
            margin-left: 10px;
        }

        .column--body .content > div > div:nth-child(1) > i.s12 {
            font-size: 12px;
        }

        .column--body .content > div > div:nth-child(1) > a {
            /* color: #d10e4a;*/
            color: #2f82d3;
            font-weight: bold;
            text-decoration: none;
            font-size: 16px;
            transition: all .25s ease-in-out;
            font-family: 'sabnam',Tahoma;
        }

            .column--body .content > div > div:nth-child(1) > a:hover {
                /* color: #2f82d3;*/
                text-decoration: underline !important;
            }

        .column--body .content > div > div:nth-child(1) > span {
            color: #726c6c;
            font-weight: bold;
            font-size: 16px;
        }

    .column--body .content > div > div:nth-child(2) {
        padding-top: 20px;
        display: none;
    }

.educ--body {
    padding: 50px 0;
    display: flex;
    align-items: flex-start;
    grid-gap: 50px;
}

    .educ--body > div:nth-child(1) {
        width: calc(100% - 300px);
        display: flex;
        flex-direction: column;
    }

    .educ--body > div:nth-child(2) {
        width: 300px;
    }

    .educ--body > div:nth-child(1) > p {
        margin-top: 20px;
        font-size: 16px;
    }

    .educ--body .menu {
        width: 300px;
        background-color: white;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        -webkit-box-shadow: #c11b4e 0 0 rgba(0,0,0,0.2);
        padding: 15px;
    }

        .educ--body .menu > h3 {
            font-weight: bold;
            border-bottom: 2px solid #d10e4a;
            padding-bottom: 12px;
        }

        .educ--body .menu ul li {
            list-style: none;
            margin-top: 10px;
        }

            .educ--body .menu ul li a {
                color: #282828;
                font-size: 16px;
                text-decoration: none !important;
                transition: all .25s ease-in-out;
            }

                .educ--body .menu ul li a:hover {
                    color: #d10e4a;
                }

.form--single {
    width: 500px;
    max-width: 100%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: #c11b4e 0 0 rgba(0,0,0,0.2);
    padding: 20px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    grid-gap: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
}

    .form--single > p {
        font-weight: bold;
        font-size: 18px;
    }

.full-row {
    padding: 50px 0;
}

    .full-row > div {
        display: flex;
        flex-direction: column;
    }

        .full-row > div > h5 {
            font-size: 18px;
            font-weight: bold;
        }

        .full-row > div > ul li {
            margin-right: 60px;
            font-family: shabnam;
            font-size: 16px;
        }

.descr ul li {
    margin-right: 60px;
    font-family: shabnam;
    font-size: 14px;
}