/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Montserrat-Regular", sans-serif;
}

a, a:hover {
    text-decoration: none;
}

body {
    background-color: #ffff;
}

.container {
    max-width: 1440px;
}

.wrapper {
    /*position: relative;*/
    overflow: hidden;
}

/*header*/
header {
    background-color: #242365;
    padding: 30px 0;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__logo {
    display: block;
}
.header__logo:focus{
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

.header__logo img {
    width: 105px;
    height: 50px;
}

.header__settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
}

.header__menu ul li {
    padding: 0 35px;
}

.header__menu ul li a {
    font-size: 18px;
    line-height: 22px;
    /*text-transform: capitalize;*/
    color: #FFFFFF;
    position: relative;
}

/* center-side-full-1 */
.header__menu ul li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 3px;
    background-color: #ffffff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header__menu ul li a:hover:after {
    width: 100%;
}

/* end of center-side-full-1 */

.mobile-menu a i {
    color: #ffff;
}

.header__lang {
    padding-left: 35px;
}

.mobile-menu {
    display: none;
    padding-left: 20px;
}

.header__lang .dropdown button {
    color: #FFFFFF;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header__lang .dropdown button i {
    padding-left: 5px;
}

.header__lang .dropdown .dropdown-menu {
    min-width: 100%;
    border: 0;
    padding: 0;
    background: #242365;
    margin-top: 5px;
    width: 100%;

}
.header__lang .dropdown-menu .dropdown-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px 15px;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
}

/*end of header*/

.title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 27px;
    color: #242365;
    margin: 0;
    padding-bottom: 50px;
}

/*home-slider*/
.home-slider {
    background-color: #F5F9FA;
    margin-bottom: 50px;
}

.home-slider__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.home-slider__left h1 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    color: #242365;
}

.home-slider__left p {
    font-size: 18px;
    line-height: 27px;
    color: #212121;
    padding: 40px 0;
}

.home-slider__left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #242365;
    border-radius: 35px;
    max-width: 210px;
    padding: 10px 0;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    overflow: hidden;
}

/*start*/
.btn99 {
    position: relative;
    -o-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}

.btn99.btn-border-1::after,
.btn99.btn-border-1::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    visibility: hidden;
}

.btn99.btn-border-1::after {
    bottom: 0;
    right: 0;
    border-radius: 35px;
    border-left: 3px solid #2eaae2;
    border-bottom: 3px solid #2eaae2;
    -webkit-transition: width .1s ease .1s, height .1s ease, visibility 0s .2s;
    -o-transition: width .1s ease .1s, height .1s ease, visibility 0s .2s;
    transition: width .1s ease .1s, height .1s ease, visibility 0s .2s;
}

.btn99.btn-border-1::before {
    top: 0;
    left: 0;
    border-radius: 35px;
    border-top: 3px solid #2eaae2;
    border-right: 3px solid #2eaae2;
    -webkit-transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s;
    -o-transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s;
    transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s;
}

.btn99.btn-border-1:hover {
    -webkit-animation: pulse 1s ease-out .4s;
    animation: pulse 1s ease-out .4s;
    color: #ffffff;
    background-color: #242365;
}

.btn99.btn-border-1:hover::after,
.btn99.btn-border-1:hover::before {
    width:100%;
    height:100%;
    visibility: visible;
    -webkit-transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
    -o-transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
    transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}

.btn99.btn-border-1:hover::after {
    -webkit-transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
    -o-transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
    transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}

.btn99.btn-border-1:hover::before {
    -webkit-transition: width .1s ease, height .1s ease .1s;
    -o-transition: width .1s ease, height .1s ease .1s;
    transition: width .1s ease, height .1s ease .1s;
}

/*end*/
.home-slider__left > * {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.owl-item.active .home-slider__left > * {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.owl-item.active .home-slider__left > *:nth-child(1) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.owl-item.active .home-slider__left > *:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.owl-item.active .home-slider__left > *:nth-child(3) {
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.owl-item.active .home-slider__left > *:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.home-slider__right {
    width: 100%;
    max-height: 720px;
}

.home-slider__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.home-slider__left-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.home-slider .owl-stage-outer{
    margin: 0 -15px;
    padding: 0 15px;
}
/*home-slider*/

/*home-statistic*/
.home-statistic {
    padding: 50px 0;
}

.staristi-card {
    width: 100%;
    max-height: 245px;
    background-color: rgba(245, 249, 250, 0.5);
    border-radius: 20px;
    /*overflow: hidden;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 55px 35px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.staristi-card:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-10px) !important;
    -ms-transform: translateY(-10px) !important;
    transform: translateY(-10px) !important;
}

.staristi-card__circle {

    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 14px rgba(36, 35, 101, 0.05);
    box-shadow: 0 0 14px rgba(36, 35, 101, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -50px;
}

.staristi-card__circle i {
    font-size: 45px;
    color: #242365;
}

.staristi-card h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #242365;
    margin: 0;
    padding: 35px 0;
    text-transform: uppercase;
}

.staristi-card p {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #212121;
    margin: 0;
    min-height: 75px;
    overflow: hidden;
}

/*end of home-statistic*/

/*home-about*/
.home-about {
    padding: 50px 0;
}

.home-about__img {
    width: 100%;
    height: 460px;
}

.home-about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.home-about__content {
    width: 100%;
    padding: 50px;
    background: rgba(245, 249, 250, 0.5);
    border-radius: 20px;
}

.home-about__content h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 27px;
    color: #242365;
}

.home-about__content p {
    font-size: 18px;
    line-height: 30px;
    color: #212121;
    margin: 0;
    padding: 30px 0;
}

.home-about__content a {
    font-size: 18px;
    line-height: 30px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #242365;
    float: right;
}

/*end of home-about*/

/*home-catalog*/
.home-catalog {
    padding: 50px 0;
}

.catalog-card {
    width: 100%;
    display: block;
    padding: 20px 30px;
    background: #F5F9FA;
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: 90px;
    position: relative;
}

.catalog-card:hover .catalog-card__img{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-10px) !important;
    -ms-transform: translateY(-10px) !important;
    transform: translateY(-10px) !important;
}

.catalog-card__img {
    width: 100%;
    height: 370px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: -90px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.catalog-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.catalog-card p {
    font-size: 16px;
    line-height: 25px;
    color: #212121;
    margin-bottom: 0;
    padding: 10px 0;
}

.catalog-card__more {
    padding: 10px 30px;
    overflow: hidden;
    background: #242365;
    border-radius: 20px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    max-width: 150px;
}

/*end of home-catalog*/

/*home-news*/
.home-news {
    padding: 50px 0;
}

.news-card {
    display: block;
    width: 100%;
}

.news-card__img {
    width: 100%;
    height: 230px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.news-card__img:before {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 400%;
    opacity: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    background: -moz- oldlinear-gradient(left, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0) 100%);
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0) 100%);
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, .1)), color-stop(77%, hsla(0, 0%, 100%, .1)), color-stop(92%, hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 77%, hsla(0, 0%, 100%, .5) 92%, hsla(0, 0%, 100%, 0));
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 3;
}
.news-card:hover .news-card__img:before {
    opacity: 1;
    top: -146%;
    left: -40%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.news-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news-card:hover .news-card__img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.news-card__date-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}

.news-card__date-view p {
    font-size: 16px;
    line-height: 20px;
    color: rgba(38, 38, 38, 0.7);
    margin: 0;
}

.news-card__date-view span {
    font-size: 14px;
    line-height: 17px;
    color: rgba(38, 38, 38, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-card__date-view span i {
    padding-right: 5px;
    font-size: 18px;
}

.news-card > p {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-m {
    padding-bottom: 25px;
}

/*end of home-news*/

/* Begin Home Partners */
.home-partners {
    padding: 50px 0;
}

.partners-slider {
}

#partners {
    position: relative;
}

#partners .owl-dots {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners-slider .item {
}

.partners-slider .item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    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: 100%;
    height: 100px;
}

.partners-slider .item > a:hover {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

.partners-slider .item > a img {
    width: auto;
    max-width: 210px;
    max-height: 100px;
    /*filter: grayscale(100%);*/
}

.partners-slider .item:hover > a img {
    /*filter: grayscale(0);*/
}

#partners .owl-dots button:focus {
    outline: none;
}

#partners .owl-dots button span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(36, 35, 101, 0.1);
}

#partners .owl-dots button.active span {
    width: 15px;
    height: 15px;
    background-color: rgba(36, 35, 101, 1);
}

/* End Home Partners */

/*home-contacts*/
.home-contacts {
    padding: 50px 0;
}

.home-contacts__map {
    width: 100%;
    height: 550px;
}

.home-contacts__map iframe {
    width: 100%;
    height: 100%;
}

.home-contacts__card {
    width: 100%;
    background-color: #F5F9FA;
    border-radius: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 45px 40px;
    margin-top: -180px;
}

.home-contacts__card ul li {
    padding: 0 30px;
}

.home-contacts__card ul li a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #8D8EAF;
}

.home-contacts__card ul li a.active {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-transform: capitalize;
    color: #242365;
    border-bottom: 1px solid #242365;
}

.home-contacts__card-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    color: #242365;
}

.home-contacts__card-content p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    color: rgba(33, 33, 33, 1);
}

.home-contacts__card-content p a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    color: rgba(33, 33, 33, 1);
}

.home-contacts__card-content span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    color: #242365;
}

.home-contacts__card-content {
    padding-top: 45px;
}

/*end of home-contacts*/

/*home-qustion*/
.home-qustion {
    padding: 50px 0;
}

.qustion-left h1 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 27px;
    color: #242365;
}

.qustion-left p {
    font-size: 18px;
    line-height: 26px;
    color: #212121;
    margin: 0;
    padding: 20px 0;
    border-bottom: 0.2px solid rgba(10, 176, 241, 0.5);
}

.qustion-left a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
    letter-spacing: 0.02em;
    color: #242365;
    display: block;
    padding: 20px 0;
}

.qustion-left__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.qustion-left__socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    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: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #F5F9FA;
    margin-right: 20px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.qustion-left__socials a:nth-last-child(1):hover i{
    color: #0f8ff2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.qustion-left__socials a:nth-last-child(2):hover i{
    color: #ed4956;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.qustion-left__socials a:nth-last-child(3):hover i{
    color: #5682a3;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.qustion-left__socials a i {
    color: #242365;
    font-size: 20px;
}

.question-input {
    border: 0;
    border-bottom: 0.2px solid rgba(10, 176, 241, 0.5);
    font-size: 18px;
    line-height: 26px;
    /*text-transform: capitalize;*/
    color: rgba(33, 33, 33, 0.5);
    width: 100%;
    margin-bottom: 40px;
}

.question-input:focus {
    outline: none;
}

.question-btn {
    max-width: 210px;
    padding: 10px 50px;
    background-color: #242365;
    border-radius: 35px;
    overflow: hidden;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0 auto;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.question-btn:hover {
    background-color: #ffffff;
    color: #242365;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #242365;
}

.question-text {
    font-size: 14px;
    line-height: 19px;
    color: #212121;
    margin: 0;
    padding-top: 40px;
}

/*end of home-qustion*/

/*footer*/
footer {
    margin-top: 50px;
    padding: 50px 0;
    background-color: #F5F9FA;
}

.footer-logo {
    display: block;
}

.footer-logo img {
    width: 105px;
    height: 50px;
}

.footer-card h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #242365;
    padding-bottom: 10px;
    margin: 0;
}

.footer-card ul {
    list-style: none;
}

.footer-card ul li {
    font-size: 16px;
    line-height: 23px;
    color: #242365;
    padding: 10px 0;
}

.footer-card ul li span {
    color: rgba(33, 33, 33, 1);
}

.footer-card ul li a {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(33, 33, 33, 1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer-card ul li a:hover{
    color: #242365;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

.footer-socials a {
    display: block;
    margin-right: 30px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}
.footer-socials a:nth-last-child(1):hover i{
    color: #0f8ff2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer-socials a:nth-last-child(2):hover i{
    color: #ed4956;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer-socials a:nth-last-child(3):hover i{
    color: #5682a3;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-socials a i {
    color: #193A68;
    font-size: 18px;
}

.footer-copy {
    font-size: 15px;
    line-height: 18px;
    color: #212121;
    white-space: nowrap;
    margin: 0;
    padding-top: 20px;
}

.footer-company {
    font-size: 15px;
    line-height: 18px;
    color: #212121;
    float: right;
    padding-top: 20px;
}

.footer-company a {
    color: rgba(36, 35, 101, 1);

}
.footer-copy br{
    display: none;
}

/*end of footer*/

/*page-breadcrumb*/
.page-breadcrumb {
    padding-top: 50px;
}

.breadcrumb__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
}

.breadcrumb__links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    color: #212121;
}

.breadcrumb__links li.active a {
    color: #212121;
}

.breadcrumb__links li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    color: #242365;
}

.breadcrumb__links li span {
    font-size: 18px;
    line-height: 22px;
    color: #676767;
    padding: 0 10px;
}

/*end of page-breadcrumb*/

/*about view*/
.about-first {
    padding: 50px 0;
}

.about-view-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    color: #242365;
}

.about-first__img {
    width: 100%;
    height: 620px;
}

.about-first__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.about-second {
    width: 100%;
    background-color: #F5F9FA;
    margin: 50px 0;
    padding: 60px 0;
}

.about-second__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.about-second__content p {
    font-size: 22px;
    line-height: 32px;
    color: #212121;
    margin: 0;
    padding: 45px 0;
}

.about-second__content h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #212121;
}

.about-second__content ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.about-second__content ul li {
    font-size: 22px;
    line-height: 32px;
    color: #212121;
    padding-left: 20px;
    position: relative;
}

.about-second__content ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #242365;
    position: absolute;
    left: 0;
    bottom: 12px;
}

.about-third {
    padding: 50px 0;
}

.about-third__img {
    width: 100%;
    height: 365px;
}

.about-third__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

/*end of about view*/

/*catalog*/
.catalog {
    padding: 50px 0;
}

/*end ofcatalog*/

/*catalog-view*/
.catalog-view {
    padding: 50px 0;
}

.catalog-view__navitems ul li a {
    width: 100%;
    height: 125px;
    display: block;
    border-radius: 10px;
    /*overflow: hidden;*/
    margin-bottom: 30px;
    position: relative;
}

.catalog-view__navitems ul li a.active:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #242365;
    position: absolute;
    /*top: 0;*/
    left: 0;
    right: 0;
    bottom: -10px;
}

.catalog-view__navitems ul li:last-child a {
    margin-bottom: 0;
}

.catalog-view__navitems ul li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.catalog-view__img {
    display: block;
    width: 100%;
    height: 450px;
}

.catalog-view__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.catalog-view__middle h1 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 34px;
    color: #242365;
    margin: 0;
}

.catalog-view__middle p {
    font-size: 22px;
    line-height: 34px;
    color: #242365;
    margin: 0;
    padding: 20px 0;
}

.catalog-view__middle ul {
    list-style: none;
    margin: 0;
}

.catalog-view__middle ul li {
    font-size: 18px;
    line-height: 22px;
    color: #212121;
    padding-bottom: 15px;
}

.catalog-view__middle ul li span {
    color: #242365;
}

.catalog-view__middle__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

.catalog-view__middle__socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    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: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #F5F9FA;
    margin-right: 20px;
}

.catalog-view__right-item {
    padding-bottom: 30px;
}

.catalog-view__right-item h2 {
    font-size: 22px;
    line-height: 27px;
    color: #242365;
    padding-bottom: 30px;
}

.catalog-view__right-item p {
    font-size: 18px;
    line-height: 28px;
    color: #212121;
}

.catalog-view__right-item p span {
    font-size: 18px;
    line-height: 22px;
    /*text-decoration-line: underline;*/
    color: #242365;
    padding-left: 35px;
}

.catalog-view__right {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
    /*height: 100%;*/
}

.catalog-view-btn {
    padding: 10px 25px;
    background-color: #242365;
    border-radius: 35px;
    overflow: hidden;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    display: inline-block;
}

.catalog-view__middle__socials a i {
    color: #242365;
    font-size: 20px;
}

.catalog-view-btn:hover {
    color: #ffffff;
}

.catalog-similar {
    padding: 50px 0;
}

/*end of catalog-view*/

/*news_view*/
.news_view {
    padding: 50px 0;
}

.news-slider__img {
    width: 100%;
    height: 575px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.news-slider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.news-date-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    /*padding-top: 20px;*/
}

.news-date-view span {
    font-size: 16px;
    line-height: 20px;
    color: rgba(38, 38, 38, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-date-view span i {
    padding-right: 5px;
    font-size: 18px
}

.news_view-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    color: #242365;
    margin: 0;
    padding: 30px 0;
}

.news_view-content-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.news-slider .owl-dots button:hover span {
    background-color: lightgray !important;
}

.news-slider .owl-dots button:focus {
    outline: none;
}

.news-slider .owl-dots button.active span {
    background-color: #242365 !important;
}

.ya-share2__icon {
    background-color: #242365;
}

.popup {
    max-width: 450px;
    max-height: 725px;
    background: #F5F9FA;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    padding: 30px;
}

.popup h1 {
    font-size: 22px;
    line-height: 27px;
    color: #242365;
    margin: 0;
}

.popup hr {
    margin-top: 15px;
    margin-bottom: 30px;
    border-top: 1px solid #0ab0f12e;
}

/*.mfp-close{*/
/*    right: 19px!important;*/
/*    top: 23px!important;*/
/*}*/
.mfp-close-btn-in .mfp-close {
    color: #242365 !important;
}

.popup-input {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.popup-btn {
    background: #242365;
    border-radius: 35px;
    overflow: hidden;
    padding: 10px 50px;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    /*float: right;*/
    margin-top: 20px;
}

#captcha_contacts_button {
    background-color: #242365 !important;
}

.captcha-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#captcha_contacts_button {
    margin-right: 0 !important;
}

.mfp-bg {
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*end of news_view*/


/*pagination*/
.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}

.pagination ul li {
    width: 40px;
    height: 40px;
    background: #F5F9FA;
    border-radius: 7px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
}

.pagination ul li a {
    font-size: 20px;
    line-height: 24px;
    color: #242365;
}

/*end of pagination*/