﻿/* Example for down triangles
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
*/
@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/WebFonts/eot/iranyekanwebregular.eot");
    src: url("../fonts/WebFonts/eot/iranyekanwebregular.eot?#iefix") format("embedded-opentype"), url("../fonts/WebFonts/woff2/iranyekanwebregular.woff2") format("woff2"), url("../fonts/WebFonts/woff/iranyekanwebregular.woff") format("woff"), url("../fonts/WebFonts/ttf/iranyekanwebregular.ttf") format("truetype");
}

@font-face {
    font-family: IRANYekanBold;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/WebFonts/eot/iranyekanwebbold.eot");
    src: url("../fonts/WebFonts/eot/iranyekanwebregular.eot?#iefix") format("embedded-opentype"), url("../fonts/WebFonts/woff2/iranyekanwebbold.woff2") format("woff2"), url("../fonts/WebFonts/woff/iranyekanwebbold.woff") format("woff"), url("../fonts/WebFonts/ttf/iranyekanwebbold.ttf") format("truetype");
}

@font-face {
    font-family: IRANYekanNum;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/WebFonts(Num)/eot/iranyekanwebregular(fanum).eot");
    src: url("../fonts/WebFonts(Num)/eot/iranyekanwebregular(fanum).eot") format("embedded-opentype"), url("../fonts/WebFonts(Num)/woff2/iranyekanwebregular(fanum).woff2") format("woff2"), url("../fonts/WebFonts(Num)/woff/iranyekanwebregular(fanum).woff") format("woff"), url("../fonts/WebFonts(Num)/ttf/iranyekanwebregular(fanum).ttf") format("truetype");
}

body {
    font-family: IRANYekan;
    direction: rtl;
    background: #f7f7f7;
}

.main-header {
    background: #f7f7f7;
}

    .main-header .main-header_menu {
        display: inline-block;
        width: 100%;
        padding: 52px 0 0;
        text-align: left;
    }

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .main-header .main-header_menu {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .main-header .main-header_menu .mobile-wrapper {
        width: 100%;
        display: none;
    }
}

.main-header .main-header_menu .main-header_menu---link {
    width: 80%;
    float: right;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .main-header .main-header_menu .main-header_menu---link {
        margin-bottom: 14px;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .main-header .main-header_menu .main-header_menu---link {
        width: 70%;
    }
}

.main-header .main-header_menu .main-header_menu---link a {
    text-decoration: none;
    color: #000;
    margin-left: 8%;
    font-weight: bold;
    font-size: 13px;
    transition: ease 0.3s;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .main-header .main-header_menu .main-header_menu---link a {
        margin-left: 7%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .main-header .main-header_menu .main-header_menu---link a {
        margin-left: 3%;
        font-size: 12px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .main-header .main-header_menu .main-header_menu---link a {
        margin-left: 0;
        transition: ease 0.3s;
        width: 100%;
        text-align: center;
        display: inline-block;
        margin-bottom: 13px;
    }

    .lang-btn-container {
        display: block !important;
        width: 100%;
        text-align: center;
        margin-left: 0px !important;
    }

    .lang-btn {
        margin-left: 0px !important;
        display: inline !important;
    }

}

.main-header .main-header_menu .main-header_menu---link a:hover {
    color: #f52029;
}

.main-header .main-header_menu .main-header_menu---login {
    height: auto;
    width: 20%;
    float: left;
    text-align: left;
    padding-right: 15px;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .main-header .main-header_menu .main-header_menu---login {
        width: 100%;
        text-align: center;
        margin-bottom: 38px;
        padding-right: 0;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .main-header .main-header_menu .main-header_menu---login {
        width: 30%;
    }
}

.main-header .main-header_menu .main-header_menu---login a {
    background: #f52029;
    color: #fff;
    border-radius: 25px;
    padding: 11px 35px;
    text-decoration: none;
    font-size: 12px;
    transition: ease 0.3s;
}

    .main-header .main-header_menu .main-header_menu---login a:hover {
        opacity: 0.8;
    }

.main-header .main-header_logo {
    margin: 20px 0 12px;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .main-header .main-header_logo {
        float: right;
    }
}

.main-header .main-header_menu-icon {
    display: none;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .main-header .main-header_menu-icon {
        display: block;
        float: left;
        margin: 30px 10px 0 16px;
        font-size: 31px;
        cursor: pointer;
    }
}

.index-body {
    background: #f7f7f7;
    padding: 50px 0 80px;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .index-body {
        padding: 10px 0 80px;
    }
}

.index-body .index-body_top {
    margin-bottom: 50px;
}

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .index-body .index-body_top {
        margin-bottom: 0;
    }
}

.index-body .index-body_top .index-body_description {
    padding-top: 73px;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .index-body .index-body_top .index-body_description {
        padding-top: 0px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .index-body .index-body_top .index-body_description {
        padding-top: 0;
    }
}

@media only screen and (min-width: 451px) and (max-width: 768px) {
    .index-body .index-body_top .index-body_description {
        padding-top: 0;
    }
}

@media only screen and (max-width: 450px) {
    .index-body .index-body_top .index-body_description {
        padding-top: 0;
    }
}

.index-body .index-body_top .index-body_description .title {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    margin-bottom: 13px;
    display: inline-block;
}

.index-body .index-body_top .index-body_description p {
    font-size: 13px;
    color: #000;
    font-weight: bold;
    line-height: 25px;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .index-body .index-body_top .index-body_description p {
        font-size: 11px;
    }
}

.index-body .index-body_top .index-body_description .index-body_description--btn {
    padding-top: 43px;
    position: relative;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .index-body .index-body_top .index-body_description .index-body_description--btn {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .index-body .index-body_top .index-body_description .index-body_description--btn {
        padding-top: 30px;
    }
}

.index-body .index-body_top .index-body_description .index-body_description--btn a {
    background: #f11926;
    border-radius: 25px;
    padding: 13px 22px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    z-index: 5;
    font-size: 14px;
    transition: ease 0.3s;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .index-body .index-body_top .index-body_description .index-body_description--btn a {
        font-size: 13px;
    }
}

.index-body .index-body_top .index-body_description .index-body_description--btn a:hover {
    opacity: 0.8;
}

.index-body .index-body_top .index-body_description .index-body_description--btn .line {
    position: absolute;
    top: 56px;
    right: 85px;
    border-right: 5px dashed #d0def0;
    border-top: 5px dashed #d0def0;
    display: none;
    height: 100px;
    width: 511px;
    z-index: 2;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .index-body .index-body_top .index-body_description .index-body_description--btn .line {
        width: 431px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .index-body .index-body_top .index-body_description .index-body_description--btn .line {
        display: none;
    }
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .index-body .index-body_top .index-body_img {
        margin-bottom: 40px;
    }
}

.index-body .index-body_top .index-body_img img {
    width: 90%;
    position: relative;
    left: -107px;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .index-body .index-body_top .index-body_img img {
        width: 85%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .index-body .index-body_top .index-body_img img {
        left: -71px;
    }
}

@media only screen and (min-width: 451px) and (max-width: 768px) {
    .index-body .index-body_top .index-body_img img {
        width: 100%;
        left: 0;
    }
}

@media only screen and (max-width: 450px) {
    .index-body .index-body_top .index-body_img img {
        width: 100%;
        left: 0;
    }
}

.index-body .index-body_middle {
    padding-top: 80px;
}

    .index-body .index-body_middle .index-body_middle_right .index-body_middle--content {
        display: inline-block;
        width: 100%;
    }

        .index-body .index-body_middle .index-body_middle_right .index-body_middle--content .c-right {
            float: right;
            width: 25%;
            position: relative;
            z-index: 5;
        }

            .index-body .index-body_middle .index-body_middle_right .index-body_middle--content .c-right img {
                width: 132%;
            }

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .index-body .index-body_middle .index-body_middle_right .index-body_middle--content .c-right img {
        width: 142%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle_right .index-body_middle--content .c-right img {
        width: 142%;
    }
}

.index-body .index-body_middle .index-body_middle_right .index-body_middle--content .c-left {
    float: left;
    width: 75%;
    padding-top: 46px;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .index-body .index-body_middle .index-body_middle_right .index-body_middle--content .c-left {
        padding-top: 39px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle_right .index-body_middle--content .c-left {
        padding-top: 38px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .index-body .index-body_middle .index-body_middle_right .index-body_middle--content .c-left {
        padding-top: 15%;
    }
}

@media only screen and (max-width: 450px) {
    .index-body .index-body_middle .index-body_middle_right .index-body_middle--content .c-left {
        padding-top: 14%;
    }
}

.index-body .index-body_middle .index-body_middle_right .index-body_middle--content .c-left .title {
    background: #cfdef1;
    padding: 8px 40px 8px 0;
    font-weight: bold;
    margin-bottom: 10px;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .index-body .index-body_middle .index-body_middle_right .index-body_middle--content .c-left .title {
        font-size: 14px;
        height: 41px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle_right .index-body_middle--content .c-left .title {
        font-size: 13px;
    }
}

@media only screen and (min-width: 451px) and (max-width: 768px) {
    .index-body .index-body_middle .index-body_middle_right .index-body_middle--content .c-left .title {
        margin-right: 15px;
    }
}

.index-body .index-body_middle .index-body_middle_right .index-body_middle--content .c-left ul {
    padding: 0;
    margin: 0;
}

    .index-body .index-body_middle .index-body_middle_right .index-body_middle--content .c-left ul li {
        font-weight: bold;
        color: #000;
        font-size: 12px;
        text-decoration: none;
        list-style: none;
        line-height: 26px;
    }

.index-body .index-body_middle .index-body_middle_right .index-body_middle--img {
    padding: 0 16% 100px 0;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .index-body .index-body_middle .index-body_middle_right .index-body_middle--img {
        padding: 0 8% 140px;
    }
}

.index-body .index-body_middle .index-body_middle_right .index-body_middle--img .first-img {
    position: relative;
}

    .index-body .index-body_middle .index-body_middle_right .index-body_middle--img .first-img .f-image {
        box-shadow: 0 0 30px 2px #CCC;
        background: #ffff;
        padding: 20px;
        border-radius: 7px;
    }

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .index-body .index-body_middle .index-body_middle_right .index-body_middle--img .first-img .f-image {
        margin-top: 40px;
    }
}

.index-body .index-body_middle .index-body_middle_right .index-body_middle--img .first-img .f-image img {
    width: 100%;
}

.index-body .index-body_middle .index-body_middle_right .index-body_middle--img .first-img span {
    position: absolute;
    bottom: -97px;
    right: -18px;
    box-shadow: 0 0 30px 2px #CCC;
    background: #ffff;
    padding: 20px;
    border-radius: 7px;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle_right .index-body_middle--img .first-img span {
        width: 92%;
    }
}

@media only screen and (min-width: 451px) and (max-width: 768px) {
    .index-body .index-body_middle .index-body_middle_right .index-body_middle--img .first-img span {
        width: 85%;
    }
}

@media only screen and (max-width: 450px) {
    .index-body .index-body_middle .index-body_middle_right .index-body_middle--img .first-img span {
        width: 87%;
    }
}

.index-body .index-body_middle .index-body_middle_right .index-body_middle--img .first-img span img {
    width: 100%;
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-head {
    height: 280px;
    width: 100%;
    display: inline-block;
    padding-top: 77px;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-head {
        margin-bottom: 30px;
        height: auto;
        padding-top: 0px;
        display: inline-block;
    }
}

@media only screen and (min-width: 451px) and (max-width: 768px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-head {
        margin-bottom: 30px;
        height: auto;
        padding-top: 0px;
        display: inline-block;
    }
}

@media only screen and (max-width: 450px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-head {
        margin-bottom: 30px;
        height: auto;
        padding-top: 0px;
        display: inline-block;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-head span {
    margin-right: 80px;
    width: 135px;
    float: right;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-head span {
        width: 100px;
        margin-right: 12%;
    }
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-head span {
        margin-right: 10%;
    }
}

@media only screen and (max-width: 450px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-head span {
        margin-right: 5%;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-head span img {
    width: 100%;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-head span img {
        width: 80%;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-head .wrap-item {
    float: right;
    width: 147px;
    margin-right: 12%;
}

    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-head .wrap-item:hover .image img {
        border: 8px solid #6eb1e3;
    }

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-head .wrap-item {
        width: 105px;
        margin-right: 10%;
        margin-top: 54px;
    }
}

@media only screen and (min-width: 451px) and (max-width: 768px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-head .wrap-item {
        margin-right: 9%;
    }
}

@media only screen and (max-width: 450px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-head .wrap-item {
        width: 122px;
        margin-right: 6%;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-head .wrap-item .content {
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 7px;
    padding-left: 17px;
    font-size: 17px;
    font-weight: bold;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-head .wrap-item .content {
        font-size: 12px;
    }
}

@media only screen and (max-width: 450px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-head .wrap-item .content {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-top: 12px;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-head .wrap-item .content div {
    direction: ltr;
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-head .wrap-item .image {
    float: left;
    width: 100%;
}

@media only screen and (max-width: 450px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-head .wrap-item .image {
        width: 100%;
        text-align: center;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-head .wrap-item .image img {
    width: 100%;
    border: 8px solid #cccccc;
    transition: ease 0.3s;
    border-radius: 100%;
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-img {
    display: inline-block;
    width: 100%;
}

    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-img .first-image {
        text-align: left;
        position: relative;
        margin-bottom: 150px;
        display: inline-block;
        width: 100%;
    }

        .index-body .index-body_middle .index-body_middle_left .l-right .l-right-img .first-image .f-image {
            box-shadow: 0 0 30px 2px #CCC;
            background: #ffff;
            padding: 20px;
            border-radius: 7px;
            width: auto;
            float: left;
        }

@media only screen and (max-width: 450px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-img .first-image .f-image img {
        width: 78%;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-img .first-image .second-image {
    position: absolute;
    bottom: -103px;
    right: 0;
    box-shadow: 0 0 30px 2px #CCC;
    background: #ffff;
    padding: 20px;
    border-radius: 7px;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-img .first-image .second-image {
        width: 76%;
    }
}

@media only screen and (min-width: 451px) and (max-width: 768px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-img .first-image .second-image {
        width: 85%;
    }
}

@media only screen and (max-width: 450px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-img .first-image .second-image {
        width: 87%;
    }
}

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-img .first-image .second-image img {
        width: 100%;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-info {
    display: inline-block;
    width: 100%;
    box-shadow: -14px 0 39px 2px #Ccc;
    background: #fff;
    padding: 50px 40px;
    border-radius: 7px;
}

    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-info img {
        width: 100%;
    }

    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-head {
        display: flex;
        margin-bottom: 28px;
        background: #fff;
    }

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-head {
        flex-direction: column;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-head .info-link {
    width: 30%;
}

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-head .info-link {
        width: 100%;
        text-align: center;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-head .info-link .info-btn {
    float: right;
    color: #fff;
    border-radius: 25px;
    padding: 8px 30px;
    background: #0372b9;
    text-decoration: none;
    font-size: 13px;
    transition: ease 0.3s;
    margin-top: 45px;
}

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-head .info-link .info-btn {
        float: none;
        margin-top: 25px;
        display: inline-block;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-head .info-link .info-btn:hover {
    opacity: 0.8;
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-head .info-img {
    width: 70%;
}

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-head .info-img {
        width: 100%;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-head .info-img:hover .image img {
    border: 8px solid #6eb1e3;
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-head .info-img .content {
    float: left;
    text-align: left;
    padding-top: 46px;
    padding-left: 18px;
    font-size: 17px;
    font-weight: bold;
}

@media only screen and (max-width: 450px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-head .info-img .content {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-top: 12px;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-head .info-img .content div {
    direction: ltr;
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-head .info-img .image {
    float: left;
}

@media only screen and (max-width: 450px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-head .info-img .image {
        width: 100%;
        text-align: center;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-head .info-img .image img {
    width: 142px;
    border: 8px solid #cccccc;
    transition: ease 0.3s;
    border-radius: 100%;
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-body {
    display: inline-block;
    width: 100%;
}

    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-body .info-body-card {
        background: #ccccff;
        text-align: center;
        width: 24%;
        padding: 18px 0;
        float: right;
        margin: 0 .5%;
        font-weight: bold;
        font-size: 13px;
        transition: ease 0.3s;
    }

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-body .info-body-card {
        width: 49%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 450px) {
    .index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-body .info-body-card {
        width: 100%;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-body .info-body-card:hover {
    opacity: 0.85;
}

.index-body .index-body_middle .index-body_middle_left .l-right .l-right-info .info-body .info-body-card div:nth-child(1) {
    margin-bottom: 4px;
}

.index-body .index-body_middle .index-body_middle_left .l-right-2 {
    padding-left: 7%;
    margin-bottom: 70px;
}

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle_left .l-right-2 {
        padding-left: 0;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-left {
    padding-top: 75px;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .index-body .index-body_middle .index-body_middle_left .l-left {
        padding-top: 20px;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-left .l-left-side-left {
    float: left;
    width: 25%;
    position: relative;
    z-index: 5;
}

    .index-body .index-body_middle .index-body_middle_left .l-left .l-left-side-left img {
        width: 132%;
        position: absolute;
        left: 0;
    }

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .index-body .index-body_middle .index-body_middle_left .l-left .l-left-side-left img {
        width: 142%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle_left .l-left .l-left-side-left img {
        width: 142%;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-left .l-left-side-right {
    float: right;
    width: 75%;
    padding-top: 46px;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .index-body .index-body_middle .index-body_middle_left .l-left .l-left-side-right {
        padding-top: 39px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle_left .l-left .l-left-side-right {
        padding-top: 36px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .index-body .index-body_middle .index-body_middle_left .l-left .l-left-side-right {
        padding-top: 15%;
    }
}

@media only screen and (max-width: 450px) {
    .index-body .index-body_middle .index-body_middle_left .l-left .l-left-side-right {
        padding-top: 14%;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-left .l-left-side-right .title {
    background: #cfdef1;
    padding: 8px 40px 8px 0;
    font-weight: bold;
    margin-bottom: 10px;
}

.index-body .index-body_middle .index-body_middle_left .l-left .l-left-side-all {
    display: inline-block;
    width: 75%;
    margin-top: 26px;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .index-body .index-body_middle .index-body_middle_left .l-left .l-left-side-all {
        margin-top: 26px;
        margin-bottom: 70px;
    }
}

.index-body .index-body_middle .index-body_middle_left .l-left .l-left-side-all ul {
    padding: 0;
    margin: 0;
}

    .index-body .index-body_middle .index-body_middle_left .l-left .l-left-side-all ul li {
        font-weight: bold;
        color: #000;
        font-size: 12px;
        text-decoration: none;
        list-style: none;
        line-height: 26px;
    }

.index-body .index-body_middle .index-body_middle_left .l-left-2 {
    padding-top: 25px;
}

.index-body .index-body_middle .index-body_middle--items {
    margin-top: 0px;
}

    .index-body .index-body_middle .index-body_middle--items .item-card {
        display: inline-block;
        width: 100%;
        padding: 0 19px;
        text-decoration: none;
    }

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle--items .item-card {
        padding: 0;
    }
}

@media only screen and (min-width: 451px) and (max-width: 768px) {
    .index-body .index-body_middle .index-body_middle--items .item-card {
        padding: 0 38px;
    }
}

@media only screen and (max-width: 450px) {
    .index-body .index-body_middle .index-body_middle--items .item-card {
        padding: 0;
    }
}

.index-body .index-body_middle .index-body_middle--items .item-card:hover div:nth-child(1) img {
    box-shadow: 0 0 32px 7px #CCC;
}

.index-body .index-body_middle .index-body_middle--items .item-card div:nth-child(1) img {
    width: 100%;
    transition: ease 0.3s;
}

.index-body .index-body_middle .index-body_middle--items .item-card div:nth-child(2) {
    text-align: center;
    color: #fc5f5f;
    font-size: 25px;
    direction: ltr;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .index-body .index-body_middle .index-body_middle--items .item-card div:nth-child(2) {
        font-size: 20px;
    }
}

.index-body .index-body_middle .index-body_middle--items .item-card div:nth-child(3) {
    color: #242122;
    text-align: center;
    font-size: 16px;
}

.footer {
    background-image: url("../images/footer.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px 0;
    min-height: 380px;
}

    .footer .footer_top {
        font-size: 18px;
        display: inline-block;
        width: 100%;
    }

        .footer .footer_top .footer_top--icon {
            height: 40px;
            width: 40px;
            border-radius: 100%;
            border: 1px solid #fff;
            float: right;
            color: #fff;
            text-align: center;
            padding-top: 5px;
            font-size: 20px;
            cursor: pointer;
            transition: ease 0.3s;
            margin-right: 70px;
        }

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .footer .footer_top .footer_top--icon {
        margin-right: 0;
        margin-top: 10px;
    }
}

.footer .footer_top .footer_top--icon:hover {
    color: #f01725;
    border-color: #f01725;
}

.footer .footer_top .footer_top--btn a {
    font-size: 15px;
    color: #fff;
    border-radius: 20px;
    padding: 16px 23px;
    background: #f01725;
    float: left;
    text-decoration: none;
    box-shadow: 2px 0 2px 0px #674166;
    transition: ease 0.3s;
    margin-left: 14%;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .footer .footer_top .footer_top--btn a {
        margin-left: 0;
    }
}

.footer .footer_top .footer_top--btn a:hover {
    opacity: 0.85;
}

.footer .footer_content {
    padding-top: 20px;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .footer .footer_content {
        text-align: center;
    }
}

.footer .footer_content h4 {
    font-size: 18px;
    color: #ffff;
    text-shadow: 0 0 4px #375f8e, 0 0 4px #375f8e;
}

.footer .footer_content p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    opacity: 0.8;
    padding-left: 23%;
    margin-bottom: 0;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .footer .footer_content p {
        font-size: 12px;
        padding-left: 5%;
    }
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .footer .footer_content p {
        font-size: 14px;
        padding: 0 15%;
    }
}

.footer .footer_info {
    border-right: 2px solid #fff;
    min-height: 200px;
    padding-top: 20px;
    padding-right: 18px;
    height: 100%;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .footer .footer_info {
        text-align: center;
    }
}

.footer .footer_info h3 {
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0 4px #375f8e, 0 0 4px #375f8e;
}

.footer .footer_info .footer_info--email {
    color: #fff;
    font-size: 15px;
    margin-top: 6px;
    display: block;
    opacity: 0.8;
}

    .footer .footer_info .footer_info--email span:nth-child(1) {
        margin-left: 9px;
        letter-spacing: 2px;
        font-size: 18px;
    }

    .footer .footer_info .footer_info--email span:nth-child(2) {
        font-size: 20px;
        vertical-align: -1px;
    }

.footer .footer_info .footer_info--tel {
    color: #fff;
    font-size: 15px;
    margin-top: 6px;
    display: block;
    opacity: 0.8;
}

    .footer .footer_info .footer_info--tel > a {
        text-decoration: none;
        color: #fff;
        margin-left: 9px;
    }

    .footer .footer_info .footer_info--tel span:nth-child(1) {
        margin-left: 9px;
        letter-spacing: 2px;
        font-size: 18px;
    }

    .footer .footer_info .footer_info--tel span:nth-child(2) {
        font-size: 20px;
        vertical-align: -1px;
    }

.footer .footer_info .footer_info--social {
    margin-top: 13px;
}

    .footer .footer_info .footer_info--social a {
        color: #fff;
        text-decoration: none;
        font-size: 19px;
        margin-left: 16px;
        transition: ease 0.3s;
    }

        .footer .footer_info .footer_info--social a:hover {
            color: #f01725;
        }

.footer .footer_info .footer_info--address {
    color: #fff;
    font-size: 15px;
    margin-top: 6px;
    display: block;
    opacity: 0.8;
}

    .footer .footer_info .footer_info--address > span {
        text-decoration: none;
        color: #fff;
        margin-left: 9px;
        display: block;
    }

.footer .footer_copyright {
    display: inline-block;
    width: 100%;
}

    .footer .footer_copyright .footer_copyright--text {
        float: left;
        width: 50%;
        border-top: 2px solid #83ade6;
        margin-top: 11px;
        text-align: left;
        padding-top: 14px;
    }

@media only screen and (min-width: 100px) and (max-width: 768px) {
    .footer .footer_copyright .footer_copyright--text {
        width: 100%;
    }
}

.footer .footer_copyright .footer_copyright--text .copy-right {
    font-size: 17px;
    margin-left: 40px;
    margin-top: 26px;
    color: #fff;
    opacity: 0.8;
    letter-spacing: 2px;
}

@media only screen and (max-width: 450px) {
    .footer .footer_copyright .footer_copyright--text .copy-right {
        font-size: 12px;
    }
}

.footer .footer_copyright .footer_copyright--text .circle {
    float: right;
    color: #ffff;
    border-radius: 100%;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
    opacity: 0.8;
    font-size: 19px;
}

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .footer .footer_copyright .footer_copyright--text .circle {
        display: none;
    }
}

/*# sourceMappingURL=styles.css.map */

.active-lang {
    color: #f52029;
}

.lang-btn-container {
    margin-left: 7%;
    display: inline;
}

.lang-btn
{
    margin-left:0px !important;
}



