* {margin: 0;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, .wrapper, content{display: block;position:relative;}
ul {list-style: none;}
img, iframe{max-width:100%;color: transparent;vertical-align: bottom;border:0;}
button{border: 0; cursor: pointer;font-family: 'Montserrat', sans-serif;font-weight: bold;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
input, textarea{font-family: 'Montserrat', sans-serif;width: 100%;border: 0;border-radius: 2px;background-color: #fff;color: #333;}
b, strong, h1, h2, h3, h4, h5, h6{font-weight: 600}
a{color: #333;text-decoration: none;-webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;-moz-transition: all 0.35s;-ms-transition: all 0.35s;outline: none !important;}
a:hover, a:focus {color: #70ad47;}
*:focus{outline:0;}
input::-webkit-input-placeholder {color: #333;}input::-moz-placeholder {color: #333;}input:-ms-input-placeholder {color: #333;}input:-moz-placeholder {color: #333;}textarea::-webkit-input-placeholder {color: #333;}textarea::-moz-placeholder {color: #333;}textarea:-ms-input-placeholder {color: #333;}textarea:-moz-placeholder {color: #333;}
table {border-collapse: collapse;border-spacing: 0;width: 100%;max-width: 100%;}
body {
    margin: 0 auto;
    min-width: 320px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-weight: 500;
}
body::-webkit-scrollbar-button{width:14px;height:14px;background:#70ad47;cursor: pointer;}
body::-webkit-scrollbar-track{background-color:#fff;}
body::-webkit-scrollbar-thumb{background:#70ad47;cursor: pointer;}
body::-webkit-resizer{width:14px;height:14px}
body::-webkit-scrollbar{width:14px;height:0;cursor: pointer;}
.row:after {
    content: '';
    clear: both;
    display: block;
}
.wrap{
    width: 1260px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-justify {
    display: flex;
    justify-content: space-between;
}
.flex-all {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.button {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.button:hover {
    opacity: .9;
}
.blue {
    background: #70ad47;
    color: #fff;
    border-radius: 2px;
}
.blue:hover {
    color: #fff;
}
.madein {
    color: #fff;
    padding: 8px 0 4px;
    font-weight: 400;
    font-size: 14px;
    background: #70ad47;
}
/*header*/
.header {
    position: static; 
    box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);
    -webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;-moz-transition: all 0.35s;-ms-transition: all 0.35s;
    background: #fff;  
}
.header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}
.head-wrap {
    height: 80px;
    align-items: center;
}
.header.fixed .head-wrap {
    height: initial;
    padding: 5px 10px;
}
.head-menu {
    margin: 0 auto;
}
.head-menu>ul {
    display: flex;
}
.head-menu>ul>li {
    padding: 0 30px;
    position: relative;
}
.head-menu>ul>li.parent:hover:before, .head-phone:hover .default-phone:before {
    content: '';
    border: 10px solid transparent;
    border-bottom: 10px solid #F4F5F7;
    position: absolute;
    top: 12px;
    right: 24px;
}
.head-menu>ul>li>a {
    font-size: 16px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #313B4D;
    display: flex;
    align-items: center;
    position: relative;
}
.head-menu>ul>li:hover>a, .head-menu>ul>li.active>a {
    color: #FF3600;
}
.head-menu>ul>li.parent>a:after, .head-phone .default-phone:after {
    content: '';
    border: 4px solid transparent;
    border-top: 4px solid #313B4D;
    height: 0;
    margin: 3px 0 0 12px;
}
.head-menu>ul>li>ul, .popup-phone {
    display: none;
    position: absolute;
    top: 32px;
    width: 235px;
    padding: 15px 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    z-index: 99;
}
.head-menu>ul>li:hover>ul {
    display: block;
}
.head-menu>ul>li>ul:before, .head-phone .popup-phone:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 12px;
}
.head-menu>ul>li>ul>li>a, .popup-phone a {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #484B4C;
    display: block;
    padding: 12px 23px;
}
.head-menu>ul>li>ul>li.active>a, .head-menu>ul>li>ul>li>a:hover, .popup-phone a:hover {
    background: #70ad47;
    color: #fff;
}
.head-phone .default-phone {
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #313B4D;
}
.head-phone:hover .default-phone {
    color: #FF3600;
}
.head-phone:hover .default-phone:before {
    right: calc(50% - 10px);
}
.head-phone .default-phone:after {
    margin: 3px 0 0 15px;
}
.head-phone .default-phone i {
    margin-right: 10px;
    font-size: 15px;
}
.head-phone .popup-phone {
    width: initial;
    right: 0;
    top: 32px;
    white-space: nowrap;
}
.head-phone:hover .popup-phone {
    display: block;
}
.head-phone .popup-phone a {
    display: flex;
    align-items: center;
    padding: 12px;
}
.head-phone .popup-phone a i {
    margin-right: 10px;
    font-size: 12px;
}
/*.header*/

/*content*/
.default-page {
    padding-top: 20px;
    padding-bottom: 60px;
}
.default-title {
    font-size: 28px;
    line-height: 32px;
    color: #333;
    font-weight: 600;
    padding-bottom: 50px;
    text-align: center;
}
.default-title.line:after {
    content: '';
    width: 80px;
    height: 2px;
    display: block;
    margin: 25px auto 0;
    background: #4b76eb;
}
.item-page-wrap {
    align-items: flex-start;
}
.item-page-content, .blog-page, .services-page {
    width: 100%;
}
.services-page-list {
    flex-wrap: wrap;
}
.item-page-content h1, .item-page-content h2, .item-page-content h3, .blog-page h1, .blog-page h2, .services-page h1 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    font-weight: 600;
    padding: 6px 0 20px;
}
.item-page-content h1:after, .item-page-content h2:after, .item-page-content h3:after, .blog-page h1:after, .blog-page h2:after, .services-page h1:after {
    content: '';
    width: 60px;
    height: 2px;
    display: block;
    margin-top: 4px;
    background: #4b76eb;
}
.item-page-content h2 {
    font-size: 22px;
}
.item-page-content h3, .blog-page h2 {
    font-size: 20px;
}
.services-page-item h2 {
    font-size: 16px;
    padding-top: 15px;
}
.item-page-content p {
    line-height: 1.4;
    padding-bottom: 20px;
}
.item-page-content a {
    color: #4b76eb;
}
.item-page-content a:hover {
    text-decoration: underline;
}
.item-page-content ul {
    list-style-type: disc;
    padding: 0 0 10px 18px;
}
.item-page-content ol {
    padding: 0 0 10px 20px;
}
.item-page-content li {
    padding-bottom: 10px;
}
.item-page-content .table-wrapper {overflow-x: auto;margin-bottom: 20px;box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);}
.item-page-content td, .item-page-content th {
    border: 1px solid #eee;
    padding: 10px;
}
.item-page-content table tr:nth-child(2n) td {
    background: #70ad47;
    color: #fff;
    border-color: #fff;
}
.item-page-content a.blue {
    color: #fff;
    padding: 10px 25px;
}
.item-page-content a.blue i {
    margin-right: 10px;
}
.item-page-content .item-image {
    max-width: 800px;
    display: table;
    margin: 0 auto;
    box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);
}
.item-page-gallery {
    padding-top: 30px;
    justify-content: start;
}
.item-page-gallery .item {
    width: calc(25% - 15px);
    margin: 0 0 20px 20px;
    box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);
    cursor: pointer;
}
.item-page-gallery .item:nth-child(4n+1) {
    margin-left: 0;
}
.item-page-gallery .item:hover {
    opacity: .9;
}
.contact-list {
    padding-bottom: 30px;
}
.contact-list .item {
    width: calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    padding: 15px 15px 5px;
    box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);
}
.contact-list .item .title {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: 600;
    padding-bottom: 10px;
}
.contact-list .item .title:after {
    content: '';
    width: 60px;
    height: 2px;
    display: block;
    margin-top: 4px;
    background: #4b76eb;
}
.contact-list .item .button {
    justify-content: start;
    margin: 10px 0;
}
.contact-list .item .button:hover {
    color: #ff3600;
    text-decoration: none;
}
.contact-list .item .button i {
    width: 16px;
    text-align: center;
    margin-right: 10px;
}

.contactFormContainer {
    padding-bottom: 40px;
    justify-content: space-between;
}
.contactFormContainer .rsform-block {
    width: 100%;
    padding-bottom: 15px;
}
.contactFormContainer .rsform-block-name, .contactFormContainer .rsform-block-phone {
    width: calc(50% - 15px);
}
.contactFormContainer .rsform-block .formControlLabel {
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
}
.contactFormContainer .rsform-block .formControlLabel .formRequired {
    color: #ff3600;
}
.contactFormContainer .rsform-block .rsform-input-box, .contactFormContainer .rsform-block .rsform-text-box {
    border: 1px solid #dbd8d8;
    height: 40px;
    padding: 0 20px;
}
.contactFormContainer .rsform-block .rsform-text-box {
    height: 120px;
    padding: 20px;
}
.contactFormContainer .rsform-block .button {
    height: 40px;
    padding: 0 28px;
    margin-right: 5px;
}
.contactFormContainer .rsform-block .button.rsform-reset-button {
    opacity: .2;
}
.contactFormContainer .rsform-block .button.rsform-reset-button:hover {
    opacity: .8;
}

.services-page-item {
    width: calc(33.333% - 20px);
    padding: 15px 25px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);
}
.blog-page-item {
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 11px rgb(29 31 34 / 10%);
    align-items: center;
}
.blog-page-item:hover, .services-page-item:hover {
    box-shadow: 0px 10px 20px rgb(29 31 34 / 10%);
}
.blog-page-item .item-image {
    width: 270px;
}
.blog-page-item .content-wrap {
    width: calc(100% - 300px);
}
.blog-page-item .content-wrap .date {
    font-size: 12px;
    line-height: 24px;
    color: #BDBDBD;
}

.breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}
.breadcrumbs ul, .breadcrumbs ul li {
    display: flex;
    align-items: center;
    padding-right: 10px;
}
.breadcrumbs ul li .divider {
    padding-left: 10px;
    font-size: 12px;
}
.home-section {
    flex-wrap: wrap;
    padding-bottom: 100px;
}
.home-title {
    font-size: 28px;
    line-height: 32px;
    color: #333;
    font-weight: 600;
    padding-bottom: 30px;
}
.home-link-all .button {
    line-height: 32px;
    padding: 0 20px;
}
.home-link-all .button i {
    margin-left: 8px;
    font-size: 12px;
}

.home-banner {
    padding-top: 10px;
}
.home-banner-menu {
    width: 275px;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px rgba(29, 31, 34, 0.1);
}
.left-menu {
    margin-right: 30px;
    min-width: 235px;
    max-width: 235px;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px rgba(29, 31, 34, 0.1);
}
.home-banner-menu .title, .left-menu .title {
    padding: 10px 25px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #70ad47;
    border-bottom: 1px solid #fff;
}
.home-banner-menu ul li a, .left-menu ul li a {
    padding: 14px 15px 14px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    line-height: 16px;
    color: #484B4C;
}
.home-banner-menu ul li a:after, .left-menu ul li a:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Regular';
    font-weight: 700;
    margin-left: 8px;
}
.home-banner-menu ul li a:hover, .left-menu ul li a:hover, .left-menu ul li.current a {
    background: #70ad47;
    color: #fff;
}
.home-banner-slide {
    width: 955px;
    min-height: 100%;
}
.home-banner-slide .swiper {
    height: 100%;
}
.home-banner-slide .swiper .swiper-slide {
    background-size: cover;
}
.home-banner-slide .swiper-content {
    width: 360px;
    position: absolute;
    left: 108px;
    top: 50%;
    transform: translate(0%, -50%);
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    z-index: 2;
    background: rgb(0 0 0 / 80%);
    padding: 20px;
}
.home-banner-slide .swiper-content-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 20px;
}
.home-banner-slide .swiper-content-desc {
    padding-bottom: 20px;
}
.home-banner-slide .swiper-content-link a {
    padding: 0 30px;
    font-size: 16px;
    line-height: 40px;
}
.home-banner-slide .swiper-content-link a:hover {
    color: #fff;
    opacity: .8;
}
.home-banner-slide .swiper-button-next, .home-banner-slide .swiper-button-prev {
    width: 26.42px;
    height: 42.94px;
    background: rgb(3 125 188);
    border-radius: 3px;
    top: calc(50% - 22.5px);
}
.home-banner-slide .swiper-button-next:hover, .home-banner-slide .swiper-button-prev:hover {
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.4);
}
.home-banner-slide .swiper-pagination {
    margin-left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 3;
}

.home-one-list .item {
    width: calc(25% - 30px);
}
.home-one-list .item .icon {
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    background: #70ad47;
    border-radius: 50%;
    border: 2px solid;
    margin: 0 auto 20px;
}
.home-one-list .item .desc {
    text-align: center;
}
.home-one-list .item .desc strong {
    display: block;
    font-size: 18px;
    padding-bottom: 10px;
}
.home-one-article {
    padding-top: 60px;
}
.home-one-article .item {
    width: calc(50% - 15px);
    background: #f1faff;
    padding: 10px;
    align-items: center;
}
.home-one-article .item .image {
    min-width: 190px;
    height: 100%;
    overflow: hidden;
    margin-right: 20px;
}
.home-one-article .item .image img {
    height: 100%;
}
.home-one-article .item .desc h2 {
    font-size: 20px;
    padding-bottom: 15px;
}
.home-one-article .item .desc p {
    font-size: 15px;
    line-height: 24px;
}

.home-catalog-list {
    flex-wrap: wrap;
}
.home-catalog-list .item {
    width: calc(20% - 8px);
    background: #FFFFFF;
    border: 1px solid rgba(236, 236, 236, 0.6);
    text-align: center;
    padding: 15px;
    font-size: 14px;
}
.home-catalog-list .item:hover {
    box-shadow: 6px 10px 25px rgba(0, 0, 0, 0.1);
}
.home-catalog-list .item .name {
    padding-top: 15px;
}

.home-team-list {
    flex-wrap: wrap;
}
.home-team-list .item {
    width: calc(50% - 15px);
    background: #f1faff;
    padding: 10px;
    align-items: center;
    margin-bottom: 30px;
}
.home-team-list .item .image {
    min-width: 190px;
    max-width: 190px;
    height: 190px;
    overflow: hidden;
    margin-right: 20px;
}
.home-team-list .item:nth-child(4n+3) .image, .home-team-list .item:nth-child(4n+4) .image {
    order: 2;
    margin-right: 0px;
    margin-left: 20px;
}
.home-team-list .item:nth-child(4n+3) .info, .home-team-list .item:nth-child(4n+4) .info {
    text-align: right;
}
.home-team-list .item .image img {
    height: 100%;
}
.home-team-list .item .name {
    font-size: 20px;
    padding-bottom: 5px;
}
.home-team-list .item .profession {
    font-size: 12px;
    line-height: 24px;
    color: #BDBDBD;
}
.home-team-list .item .desc {
    font-size: 15px;
    line-height: 24px;
}

.home-news-list {
    width: 100%;
}
.home-news-list .item {
    border: 1px solid #F4F4F4;
    background: #fff;
}
.home-news-list .item:hover {
    box-shadow: 6px 10px 25px rgba(0, 0, 0, 0.1);
}
.home-news-list .item .image {
    height: 150px;
    overflow: hidden;
}
.home-news-list .item .data {
    padding: 18px 13px 12px;
    font-size: 12px;
    line-height: 24px;
    color: #BDBDBD;
}
.home-news-list .item .name {
    margin: 0 13px 18px;
    display: block;
    min-height: 35px;
    font-weight: 600;
    line-height: 120%;
}
.home-news-list .item .desc {
    padding: 0 13px 32px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.home-news .swiper-pagination {
    text-align: center;
    padding-top: 20px;
}

.home-about-desc {
    font-weight: 400;
    line-height: 24px;
    color: #828282;
    height: 96px;
    overflow: hidden;
    -webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;-moz-transition: all 0.35s;-ms-transition: all 0.35s;
}
.home-about-desc.active {
    height: 100%;
}
.home-about-desc:before {
    content: '';
    height: 79px;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(181.87deg, rgba(253, 251, 251, 0) 25.59%, rgba(253, 251, 251, 0.54) 61.4%, rgba(254, 254, 254, 0.85653) 76.53%, #FFFFFF 106.3%);
}
.home-about-desc.active:before {
    opacity: 0;
}
.home-about-desc p {
    padding-bottom: 20px;
}
.home-about-desc p:last-child {
    padding-bottom: 0;
}
.home-about-open {
    justify-content: left;
    line-height: 160%;
    color: #70ad47;
}
.home-about-open .close, .home-about-open.active .open {
    display: none;
}
.home-about-open.active .close {
    display: block;
}
.home-about-open i {
    margin-left: 8px;
    font-size: 12px;
}

/* section info */
.section-info {
    border-bottom: 20px solid #70ad47;
    padding: 12px 0;
    background: #F3F3F3;
}
.section-info .subscribe {
    display: flex;
    align-items: center;
}
.section-info .subscribe .title {
    font-weight: 600;
    font-size: 18px;
    color: #313B4D;
    padding-right: 80px;
}
.section-info .subscribe .form {
    display: flex;
    background: #FFFFFF;
    border-radius: 5px;
    height: 40px;
    width: 424px;
    padding: 6px 9px;
    overflow: hidden;
}
.section-info .subscribe .form input {
    padding: 0 12px;
    font-size: 16px;
    font-weight: 500;
}
.section-info .subscribe .form .button {
    padding: 0 6px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 2px;
}
.section-info .subscribe .form .formError {
    position: absolute;
    top: 0;
    left: 20px;
}
/* .section info */


/*footer*/
.foot-top {
    padding-top: 27px;
    padding-bottom: 27px;
}
.foot-info {
    width: 256px;
}
.foot-slogan {
    font-weight: 400;
    line-height: 24px;
    color: #002347;
    font-size: 13px;
    padding: 24px 0;
}
.footer-social {
    display: flex;
}
.footer-social a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 16px;
    background: rgb(49 59 77 / 10%);
}
.foot-top .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 24px;
}
.foot-contact a {
    font-weight: 400;
    line-height: 24px;
}
.foot-contact {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.foot-contact .button {
    justify-content: start;
    margin-bottom: 24px;
}
.foot-contact .button i {
    width: 24px;
    height: 18px;
    text-align: center;
    font-size: 20px;
    margin-right: 8px;
}
.foot-copir {
    padding: 25px 0;
    border-top: 1px solid #ECECEC;
    font-weight: 400;
    line-height: inherit;
}
/*.footer*/