@font-face {
    font-family: TTInterfaces;
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/TTInterfacesBold/TTInterfacesBold.eot);
    src: url(../fonts/TTInterfacesBold/TTInterfacesBold.eot) format("embedded-opentype"), url(../fonts/TTInterfacesBold/TTInterfacesBold.woff2) format("woff2"), url(../fonts/TTInterfacesBold/TTInterfacesBold.woff) format("woff"), url(../fonts/TTInterfacesBold/TTInterfacesBold.ttf) format("truetype"), url(../fonts/TTInterfacesBold/TTInterfacesBold.svg#TTInterfacesBold) format("svg")
}

@font-face {
    font-family: TTInterfaces;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/TTInterfacesRegular/TTInterfacesRegular.eot);
    src: url(../fonts/TTInterfacesRegular/TTInterfacesRegular.eot) format("embedded-opentype"), url(../fonts/TTInterfacesRegular/TTInterfacesRegular.woff2) format("woff2"), url(../fonts/TTInterfacesRegular/TTInterfacesRegular.woff) format("woff"), url(../fonts/TTInterfacesRegular/TTInterfacesRegular.ttf) format("truetype"), url(../fonts/TTInterfacesRegular/TTInterfacesRegular.svg#TTInterfacesRegular) format("svg")
}

html {
    line-height: 1;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    line-height: 1;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

* {
    outline: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 0
}

html.hidden {
    overflow: hidden
}

body,
html {
    height: 100%
}

.modal {
    border-radius: 0;
    background: #01c57e;
    box-shadow: none;
    padding: 60px 120px;
    width: 593px;
    max-width: 90%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
    position: fixed
}
.modal.modal-form {
	background: #FFFFFF;
	padding: 60px 120px 20px;
}
@media only screen and (max-width:600px) {
	.modal.modal-form {
		padding: 60px 25px 10px
	}
    .modal {
        padding: 30px 24px
    }
}
.wpcf7-not-valid-tip {
	text-align: left;
    margin-top: -20px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 10px;
}
.modal a.close-modal {
    width: 56px;
    height: 48px;
    background-image: url('../img/svg/close.svg');
	background-size: contain;
	display: block;
    right: 0;
/* 	background: #000000; */
    top: 0
}

.modal .contact-text {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 64px;
    line-height: 80px;
    text-align: center;
    color: #fff
}

.modal .contact-subtext {
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000
}

.modal .contact-subtext:last-child {
    margin-bottom: 0
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: TTInterfaces, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    color: #000;
    background-color: #fff
}

body.active {
    height: 100vh;
    overflow: hidden
}

a,
button,
input,
select,
textarea {
    cursor: pointer;
    outline: 0
}

textarea {
    resize: none
}

a {
    text-decoration: none;
    color: inherit
}

main {
    width: 100%;
    height: auto
}

section {
    width: 100%;
    overflow: hidden
}

.d-flex {
    display: flex
}

.fd-c {
    flex-direction: column
}

.container {
    width: 1200px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    margin: 0 auto;
    color: #000
}

.title-section {
    font-weight: 600;
    font-size: 64px;
    line-height: 80px;
    text-align: center;
    color: #000;
    margin: 0
}

.desc-section {
    margin: 0 auto;
    width: 50%;
    font-weight: 400;
    color: #000
}

.btn,
.desc-section {
    font-size: 16px;
    line-height: 20px;
    text-align: center
}

.btn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    font-weight: 600
}

.btn.btn-border {
    border: 1px solid #000;
    min-width: 200px
}

.btn.btn-blue {
    background-color: #5662e5
}

.btn.btn-red {
    background-color: #fe645a
}

.btn.btn-yellow {
    background-color: #ffb039
}

.btn.btn-green {
    background-color: #01c57e;
    color: #fff
}

.btn.color-black {
    color: #000
}

.select-box {
    width: 100%
}

.select-box select {
    width: 100%;
    height: 50px;
    background: #f9f9f9;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-indent: 25px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: 22px;
    background-image: url(../img/svg/arrow-menu.svg)
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0
}

.slick-dots,
.slick-dots li {
    display: flex;
    align-items: center
}

.slick-dots li {
    height: 50px;
    width: 50px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: 0 0;
    border: 0;
    box-sizing: border-box;
    border-radius: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #b1b1b1;
    position: relative;
    vertical-align: middle
}

.slick-dots li:after,
.slick-dots li:before {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    left: 0
}

.slick-dots li:before {
    border: 1px solid transparent
}

.slick-dots li.slick-active {
    width: 50px;
    height: 50px;
    color: #000
}

.slick-dots li.slick-active:before {
    border: 1px solid rgba(0, 0, 0, .1);
    border-top-color: #01c57e;
    border-right-color: #01c57e;
    border-bottom-color: #01c57e;
    transition: border-top-color .15s linear, border-right-color .15s linear .1s, border-bottom-color .15s linear .2s
}

.slick-dots li:after {
    border: 0 solid transparent
}

.slick-dots li.slick-active:after {
    border-top: 1px solid #01c57e;
    border-left-width: 1px;
    border-right-width: 1px;
    transform: rotate(270deg);
    transition: transform .4s linear 0s, border-left-width 0s linear .35s
}

.error-page {
    height: 100vh;
    width: 100vw;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #01c57e
}

.error-page .container {
    height: 100vh;
    align-items: center;
    justify-content: center
}

.error-page .error-txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 0
}

.error-page .error-number {
    font-weight: 600;
    font-size: 180px;
    line-height: 180px;
    margin: 25px 0;
    color: #fff
}

.error-page .error-subtxt {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 0 0 5px
}

.error-page .error-subtxt a {
    color: #fff
}

.error-page .btn-items {
    margin-top: 25px;
    display: flex;
    align-items: center
}

.error-page .btn-items a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin-right: 50px
}

.error-page .btn-items a:last-child {
    margin-right: 0
}

.blocker {
	z-index: 999;
}

.header {
    position: fixed;
    top: 30px;
    width: 100%;
    left: 0;
    z-index: 990
}

.header,
.header.active {
    transition: all .3s linear 0s
}

.header.active {
    top: 0
}
.header .container .logo{
    display: flex;
}
.header .container .logo a{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.header .container .logo a img{
    height: 15px;
}
.header .container {
    background-color: #fff;
    justify-content: space-between;
    padding: 0 0 0 40px;
    height: 50px;
    align-items: center
}

.header .container .menu-items li {
    margin-right: 70px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .container .menu-items li:last-child {
    margin-right: 0
}

.header .container .menu-items li a {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    position: relative
}

.header .container .menu-items li a:before {
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: all .3s linear 0s
}

.header .container .menu-items li a:hover:before {
    transition: all .3s linear 0s;
    width: 100%
}

.header.gray .container,
.header.gray .right .lang-items li {
    background-color: #f9f9f9
}

.header.gray .right .box .phone {
    background: #f9f9f9
}

.header ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.header .burger {
    display: flex;
    align-items: center;
    margin-top: -8px;
}
.header .burger:hover{
    cursor: pointer;
}
.header .burger.active .burger-box span:first-child {
    opacity: 0
}

.header .burger.active .burger-box span:nth-child(2) {
    transform: translateY(-5px);
    transition: all .3s linear 0s
}

.header .burger .burger-box {
    width: 54px;
    position: relative;
    height: 30px;
    margin-right: 15px
}

.header .burger .burger-box span {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    transition: all .3s linear 0s
}

.header .burger .burger-box span:first-child {
    top: 14px;
    opacity: 1
}

.header .burger .burger-box span:nth-child(2) {
    bottom: 6px;
    transform: translateY(0)
}

.header .burger p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.header .right {
    display: flex;
    width: calc(50% + 20px)
}

.header .right.active .box .phone {
    display: flex
}

.header .right .box {
    position: relative;
    margin-right: 77px;
    display: flex;
    align-items: center
}

.header .right .box .phone {
    position: absolute;
    display: none;
    left: 0;
    height: 100%;
    align-items: center;
    width: 100%;
    background: #fff;
    z-index: 2;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.header .right .lang-items {
    position: relative
}

.header .right .lang-items:hover>li:before {
    transform: rotate(-180deg);
    transition: all .3s linear 0s
}

.header .right .lang-items:hover .sublang-items {
    opacity: 1;
    visibility: visible;
    transition: all .3s linear 0s
}

.header .right .lang-items .sublang-items {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear 0s
}

.header .right .lang-items>li {
    position: relative
}

.header .right .lang-items>li:before {
    content: "";
    transition: all .3s linear 0s;
    background-image: url(../img/svg/arrow-menu.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 5px;
    display: block;
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    margin: auto
}

.header .right .lang-items li {
    height: 50px;
    width: 95px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    background-color: #fff;
    transition: all .3s linear 0s
}

.header .right .lang-items li:hover {
    background-color: #ededed;
    transition: all .3s linear 0s
}

.header .right .lang-items li a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .right .contacts-link {
    background-color: #01c57e;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    min-width: 175px;
    height: 50px;
    transition: all .3s linear 0s
}

.header .right .contacts-link:hover {
    transition: all .3s linear 0s;
    color: #fff
}

.header .right .input-search {
    justify-content: center;
    width: 50px;
    min-width: 50px;
    position: relative
}

.header .right .input-search,
.header .right .input-search form {
    display: flex;
    align-items: center;
    height: 50px;
    background-color: #000
}

.header .right .input-search form {
    position: absolute;
    transition: all .3s linear 0s;
    width: 0;
    justify-content: flex-start;
    right: 0;
    padding: 0 15px;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden
}

.header .right .input-search form input {
    border: none;
    border-bottom: 1px solid #1a1a1a;
    font-style: normal;
    font-weight: 400;
    background-color: transparent;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    width: 100%;
    font-family: TTInterfaces, sans-serif
}

.header .right .input-search form input:placeholder-shown {
    font-family: TTInterfaces, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #b1b1b1
}

.header .right .input-search form input:focus+.clear {
    transition: all .3s linear 0s;
    opacity: 1
}

.header .right .input-search form .clear {
    position: absolute;
    right: 15px;
    opacity: 0;
    transition: all .3s linear 0s
}

.header .right .input-search form button {
    width: 25px;
    min-width: 25px;
    margin-right: 5px;
    height: 25px;
    background-image: url(../img/svg/search.svg);
    background-color: transparent;
    border: none
}

.header .right .input-search.active form {
    transition: all .3s linear 0s;
    width: 225px;
    opacity: 1;
    overflow: visible;
    visibility: visible
}

.header .desktop-menu {
    width: 1200px;
    padding: 30px 20px 20px;
    max-width: 100%;
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    transition: all .3s linear 0s
}

.header .desktop-menu.active {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transform: translateY(0);
    transition: all .3s linear 0s
}

.header .desktop-menu .left {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: end;
}

.header .desktop-menu .left .top {
    width: 100%;
    margin-bottom: 30px
}

.header .desktop-menu .left .top img {
    margin-bottom: 30px
}

.header .desktop-menu .left .top p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.header .desktop-menu .left .bottom {
    width: fit-content;
    display: flex;
    flex-direction: column

}

.header .desktop-menu .left .bottom .social-box {
    display: flex;
    flex-direction: column
}

.header .desktop-menu .left .bottom .social-title {
    margin: 0 0 45px;
    display: none
}

.header .desktop-menu .left .bottom .social-items {
    display: flex;
    align-items: center;
    padding-left: 5px
}

.header .desktop-menu .left .bottom .social-items .social-item {
    margin-right: 25px;
	display: flex;
	align-items: flex-end;
}

.header .desktop-menu .left .bottom .social-items .social-item:last-child {
    margin-right: 0;
	margin-bottom: -4px;
    margin-left: -5px;
	
}
.header .desktop-menu .left .bottom .social-items .social-item img {
	max-width: 17px;
}
.header .desktop-menu .right {
    width: 30%;
    display: flex;
    justify-content: space-between;
    order: -1;
}

.header .desktop-menu .right .menu-items {
    display: flex;
    flex-direction: column;
    width: 33.33%
}

.header .desktop-menu .right .menu-items li {
    margin-right: 0;
    margin-bottom: 8px;
    justify-content: flex-start
}

.header .desktop-menu .right .menu-items li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1a1a1a;
    transition: all .3s linear 0s
}

.header .desktop-menu .right .menu-items li a:hover {
    transition: all .3s linear 0s;
    color: #01c57e
}

.header .desktop-menu .right .menu-items:first-child li a {
    font-weight: 400;
    color: #b1b1b1
}

.header .desktop-menu .right .menu-items:first-child li a:hover {
    color: #01c57e
}

.header .desktop-menu .right .menu-items:first-child li:first-child a {
    font-weight: 600;
    color: #1a1a1a
}

.header .desktop-menu .right .menu-items:first-child li:first-child a:hover {
    color: #01c57e
}
.departament-slogan .container .content{
    flex-direction: column;
}
.departament-slogan .container .right .box p{
    line-height: 21px;
}
.departament-slogan .container .content .title-about-desc{
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
}
.departament-slogan .container .full-width{
    margin-top: 40px;
}
.departament-slogan .container .full-width .desc{
    line-height: 21px;
}
.search-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #f9f9f9;
    backdrop-filter: blur(64px);
    z-index: 989;
    padding: 136px 0 0;
    display: none
}

.search-wrapper .container {
    flex-direction: column;
    justify-content: space-between
}

.search-wrapper .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 80px
}

.search-wrapper .top .top-title {
    margin: 0;
    font-weight: 600;
    font-size: 64px;
    line-height: 80px;
    color: #000
}

.search-wrapper .top .top-count {
    margin: 0;
    font-weight: 600;
    font-size: 64px;
    line-height: 70px;
    text-align: right;
    color: #b1b1b1
}

.search-wrapper .content {
    width: 100%;
    display: flex;
    flex-direction: column
}

.search-wrapper .content .search-items {
    width: 100%;
    height: 45vh;
    max-height: 45vh;
    overflow-y: auto;
    margin-bottom: 40px
}

.search-wrapper .content .search-items .search-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid hsla(0, 0%, 69.4%, .4);
    padding: 30px 0
}

.search-wrapper .content .search-items .search-item:last-child {
    border-bottom-color: transparent
}

.search-wrapper .content .search-items .search-item .left {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin: 0
}

.search-wrapper .content .search-items .search-item .left span {
    color: #b1b1b1
}

.search-wrapper .content .search-items .search-item .right {
    width: 70%;
    padding-left: 40px;
    padding-right: 240px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.search-wrapper .content .count {
    margin: 0 0 0 calc(30% + 40px);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #b1b1b1
}

.home-slogan {
    position: relative
}

.home-slogan .slider-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.home-slogan .slider-item .container {
    height: 100vh;
    padding-top: 130px;
    padding-bottom: 210px;
    padding-right: 0;
    flex-direction: column;
    justify-content: space-between
}

.home-slogan .slider-item .home-slogan-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-slogan .slider-item .top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.home-slogan .slider-item .top .left {
    width: 50%
}

.home-slogan .slider-item .top .left img {
    margin-bottom: 30px
}

.home-slogan .slider-item .top .left p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.home-slogan .slider-item .top .right {
    width: 225px;
    display: flex;
    flex-direction: column
}

.home-slogan .slider-item .top .right .social-box {
    display: flex;
    flex-direction: column
}

.home-slogan .slider-item .top .right .social-title {
    margin: 0 0 45px;
    display: none
}

.home-slogan .slider-item .top .right .social-items {
    display: flex;
    align-items: center;
    padding-left: 5px
}

.home-slogan .slider-item .top .right .social-items .social-item {
    margin-right: 25px
}

.home-slogan .slider-item .top .right .social-items .social-item:last-child {
    margin-right: 0
}

.home-slogan .slider-item .bottom {
    display: none
}

.home-slogan .slider-item .bottom .subtitle-slider {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0 0 8px calc(50% + 10px)
}

.home-slogan .slider-item .bottom .title-slider {
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 80px;
    text-align: center;
    color: #000;
    margin: 0 0 30px
}

.home-slogan .slider-item .bottom .box {
    display: flex;
    justify-content: space-between
}

.home-slogan .slider-item .bottom .box .box-txt-one {
    text-align: right;
    width: 50%;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding-right: 130px;
    margin: 0
}

.home-slogan .slider-item .bottom .box .box-txt-two {
    padding-left: 10px;
    width: 50%;
    margin: 0;
    font-size: 16px;
    padding-right: 100px;
    line-height: 20px;
    color: #000
}

.home-slogan .slick-dots {
    position: absolute;
    bottom: 140px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1200px;
    padding-left: 20px;
    padding-right: 20px
}

.home-service-items {
    margin-top: -100px
}

.home-service-items .container {
    justify-content: space-between;
    align-items: flex-start
}

.home-service-items .service-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 33.33%
}

.home-service-items .service-item .bg {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    z-index: 1
}

.home-service-items .service-item p {
    margin: 0;
    color: #fff
}

.home-service-items .service-item .title {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 44px;
    line-height: 60px
}

.home-service-items .service-item:hover .hover {
    transition: all .3s linear 0s;
    opacity: 1
}

.home-service-items .service-item .hover {
    transition: all .3s linear 0s;
    opacity: 0;
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 65px
}

.home-service-items .service-item .hover p {
    text-align: center
}

.home-service-items .service-item .hover .number {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px
}

.home-service-items .service-item .hover .title {
    font-weight: 600;
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 8px
}

.home-service-items .service-item .hover .desc {
    font-size: 16px;
    line-height: 20px
}

.home-service-items.departaments-service-items {
    margin-top: 0
}

.home-service-items.departaments-service-items .container {
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.home-service-items.departaments-service-items .title-section {
    font-weight: 600;
    font-size: 64px;
    line-height: 80px;
    text-align: center;
    color: #000;
    margin: 0 0 8px
}

.home-service-items.departaments-service-items .subtitle-section {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #1a1a1a;
    margin: 0 0 100px
}

.home-service-items.departaments-service-items .service-items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.about-company {
    padding-top: 80px;
    padding-bottom: 180px;
    background-color: #f9f9f9
}

.about-company .btn.btn-green {
    transition: all .3s linear 0s;
    background-color: #01c57e
}

.about-company .btn.btn-green:hover {
    transition: all .3s linear 0s;
    background-color: rgba(1, 197, 126, .6)
}

.about-company .title-section {
    margin-bottom: 8px
}

.about-company .desc-section {
    margin-bottom: 70px
}

.about-company .box {
    display: flex
}

.about-company .box .left {
    width: 40%;
    padding-left: 0
}

.about-company .box .left .label {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 30px;
    color: #000
}

.about-company .box .left .about-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 40px
}

.about-company .box .left .about-info .title-box {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin: 0 0 40px
}

.about-company .box .right {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px
}

.about-company .box .right .about-item {
    width: 33.33%;
    padding-right: 20px
}

.about-company .box .right .about-item:last-child {
    padding-right: 0
}

.about-company .box .right .about-item .title-item {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin: 0 0 15px
}

.about-company .box .right .about-item .desc-item {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    opacity: .6;
    margin: 0
}

.blog-section {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 100px
}

.blog-section.depart-blog-section {
    padding-bottom: 0
}

.blog-section .title-section {
    margin-bottom: 8px
}

.blog-section .smtitle-section {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #000;
    margin: 0 0 15px;
    width: 100%
}

.blog-section .desc-section {
    margin-bottom: 50px
}

.blog-section .finder {
    background-color: #ededed;
    width: 124px;
    height: 50px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    margin-left: auto
}

.blog-section .blog-section-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative
}

.blog-section .blog-section-top:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #ededed;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0
}

.blog-section .blog-section-top .select-box.select-box-date {
    width: 240px
}

.blog-section .blog-section-top .right {
    display: flex;
    align-items: center
}

.blog-section .blog-section-top .right .select-box.select-box-category {
    width: 500px
}

.blog-section .blog-section-items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative
}

.blog-section .blog-section-items:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #ededed;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0
}

.blog-section .blog-section-items .blog-item {
    margin-bottom: 15px;
    margin-right: 15px;
    width: calc(25% - 11.5px);
    margin-top: 70px
}

.blog-section .blog-section-items .blog-item:nth-child(-n+4) {
    margin-top: 0
}

.blog-section .blog-section-items .blog-item:last-child,
.blog-section .blog-section-items .blog-item:nth-child(4n) {
    margin-right: 0
}

.blog-section .blog-section-items .blog-item .img {
    width: 100%;
    margin-bottom: 40px
}

.blog-section .blog-section-items .blog-item .img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center
}

.blog-section .blog-section-items .blog-item p {
    margin: 0;
    color: #000
}

.blog-section .blog-section-items .blog-item .title-item {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px
}

.blog-section .blog-section-items .blog-item .date-item {
    font-size: 16px;
    line-height: 20px;
    color: #b1b1b1;
    opacity: .7;
    margin-bottom: 15px
}

.blog-section .blog-section-items .blog-item .desc-item {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    opacity: .7
}

.blog-section .blog-section-bottom {
    display: flex;
    justify-content: space-between
}

.blog-section .blog-section-bottom .social-items {
    width: 50%;
    display: flex;
    align-items: center
}

.blog-section .blog-section-bottom .social-items a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    transition: all .3s linear 0s
}

.blog-section .blog-section-bottom .social-items a:first-child {
    margin-left: 0
}

.blog-section .blog-section-bottom .social-items a img {
    transition: all .3s linear 0s
}

.blog-section .blog-section-bottom .social-items a:hover {
    transition: all .3s linear 0s;
    background-color: #01c57e
}

.blog-section .blog-section-bottom .social-items a:hover img {
    transition: all .3s linear 0s;
    filter: brightness(0) invert(1)
}

.blog-section .blog-section-bottom .social-items .social-title {
    margin: 0 0 0 24px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.blog-section .blog-section-bottom .right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog-section .blog-section-top-depart {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 40px
}

.blog-section .blog-section-top-depart .count {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin: 0 150px 0 0
}

.blog-section .blog-section-top-depart .count.color-red {
    color: #fe645a
}

.blog-section .blog-section-top-depart .count.color-green {
    color: #5662e5
}

.blog-section .blog-section-top-depart .count.color-yellow {
    color: #ffb039
}

.blog-section .blog-section-top-depart .btn-top {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #1a1a1a
}

.blog-section .blog-section-bottom-depart {
    width: 100%;
    display: flex
}

.blog-section .blog-section-bottom-depart .blog-item-depart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.blog-section .blog-section-bottom-depart .blog-item-depart a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.blog-section .blog-section-bottom-depart .blog-item-depart .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #000;
    margin: 0 0 15px
}

.blog-section .blog-section-bottom-depart .blog-item-depart .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000;
    margin: 0
}

.banners {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    min-height: 500px
}

.banners .bg-mob {
    display: none
}

.banners .bg-desc {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.banners .right {
    width: 50%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.banners .right p {
    margin: 0;
    color: #000
}

.banners .right .title-box {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px
}

.banners .right .desc-box {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px
}

.banners .btn-border,
.banners .btn-border:hover {
    transition: all .3s linear 0s
}

.banners .btn-border:hover {
    border-color: transparent;
    background-color: #fff;
    color: #000
}

.reviews {
    padding-top: 80px;
    background-color: #f9f9f9;
    margin-bottom: 0
}

.reviews.bgc-white {
    background-color: #fff
}

.reviews .title-section {
    margin-bottom: 8px
}

.reviews .desc-section {
    margin-bottom: 80px
}

.reviews.c-red .box .right.review-slider .review-item .desc-item .btn-less p,
.reviews.c-red .box .right.review-slider .review-item .desc-item .btn-more p {
    color: #01c57e;
    opacity: 1
}

.reviews.c-red .slick-dots li.slick-active:before {
    border-top-color: #01c57e;
    border-right-color: #01c57e;
    border-bottom-color: #01c57e
}

.reviews.c-red .slick-dots li.slick-active:after {
    border-top: 1px solid #01c57e
}

.reviews.c-blue .box .right.review-slider .review-item .desc-item .btn-less p,
.reviews.c-blue .box .right.review-slider .review-item .desc-item .btn-more p {
    color: #01c57e;
    opacity: 1
}

.reviews.c-blue .slick-dots li.slick-active:before {
    border-top-color: #01c57e;
    border-right-color: #01c57e;
    border-bottom-color: #01c57e
}

.reviews.c-blue .slick-dots li.slick-active:after {
    border-top: 1px solid #01c57e
}

.reviews.c-yellow .box .right.review-slider .review-item .desc-item .btn-less p,
.reviews.c-yellow .box .right.review-slider .review-item .desc-item .btn-more p {
    color: #01c57e;
    opacity: 1
}

.reviews.c-yellow .slick-dots li.slick-active:before {
    border-top-color: #01c57e;
    border-right-color: #01c57e;
    border-bottom-color: #01c57e;
}

.reviews.c-yellow .slick-dots li.slick-active:after {
    border-top: 1px solid #01c57e;
}

.reviews .container {
    display: block
}

.reviews .slider-client {
    margin-bottom: 80px
}

.reviews .slider-client .client-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 60px
}

.reviews .slider-client .client-item img {
    max-width: 90%
}

.reviews .box {
    display: flex
}

.reviews .box .left {
    width: 50%;
    padding-left: 100px
}

.reviews .box .left .left-number {
    font-weight: 600;
    font-size: 180px;
    line-height: 225px;
    margin: 0
}

.reviews .box .left .left-number.color-green {
    color: #01c57e
}

.reviews .box .left .left-number.color-red {
    color: #01c57e
}

.reviews .box .left .left-number.color-green {
    color: #01c57e
}

.reviews .box .left .left-number.color-yellow {
    color: #01c57e;
}

.reviews .box .left .left-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin: 0 0 15px
}

.reviews .box .left .left-desc {
    font-size: 16px;
    line-height: 20px;
    color: #1a1a1a;
    opacity: .7;
    margin: 0
}

.reviews .box .right {
    width: 50%
}

.reviews .box .right.review-slider {
    padding-bottom: 80px
}

.reviews .box .right.review-slider .review-item {
    padding: 0 10px
}

.reviews .box .right.review-slider .slick-arrow {
    position: absolute;
    top: 62px;
    z-index: 20;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border: 1px solid #01c57e;
    border-radius: 50%;
    background: 0 0;
    font-size: 0
}

.reviews .box .right.review-slider .slick-arrow::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 4px;
    border: 1px solid #01c57e;
    border-width: 0 2px 2px 0
}

.reviews .box .right.review-slider .slick-arrow.slick-prev {
    left: -8px
}

.reviews .box .right.review-slider .slick-arrow.slick-prev::after {
    transform: translate(calc(-50% + 2px), -50%) rotate(-225deg)
}

.reviews .box .right.review-slider .slick-arrow.slick-next {
    right: -8px
}

.reviews .box .right.review-slider .slick-arrow.slick-next::after {
    transform: translate(calc(-50% - 2px), -50%) rotate(-45deg)
}

.reviews .box .right.review-slider .review-item .img {
    width: 100%;
    margin-bottom: 40px
}

.reviews .box .right.review-slider .review-item .img img {
    width: 100%;
    height: 160px;
    object-position: center;
    object-fit: cover
}

@media only screen and (max-width:600px) {
    .reviews .box .right.review-slider .review-item .img img {
        height: 200px
    }
}

.reviews .box .right.review-slider .review-item p {
    margin: 0
}

.reviews .box .right.review-slider .review-item .title-item {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #000
}

.reviews .box .right.review-slider .review-item .subtitle-item {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1a1a1a;
    opacity: .7;
    margin-bottom: 15px
}

.reviews .box .right.review-slider .review-item .desc-item p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20px;
    color: #1a1a1a;
    opacity: .7
}

.reviews .box .right.review-slider .review-item .desc-item .more-txt {
    display: none
}

.reviews .box .right.review-slider .review-item .desc-item .btn-more {
    font-style: normal
}

.reviews .box .right.review-slider .review-item .desc-item .btn-more p {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #01c57e;
    margin: 0;
    display: flex;
    align-items: center;
    opacity: 1
}

.reviews .box .right.review-slider .review-item .desc-item .btn-more p img {
    margin-left: 4px;
    margin-top: 2px
}

.reviews .box .right.review-slider .review-item .desc-item .btn-less {
    display: none
}

.reviews .box .right.review-slider .review-item .desc-item .btn-less p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #01c57e;
    margin: 0;
    display: flex;
    align-items: center
}

.reviews .box .right.review-slider .review-item .desc-item .btn-less p img {
    margin-left: 4px;
    margin-top: 2px
}

.reviews .box .right .slick-dots {
    margin-top: 60px
}

.about-slogan {
    padding-top: 130px;
    margin-bottom: 60px
}

.about-slogan .top {
    padding-bottom: 60px;
    border-bottom: 1px solid #ededed;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.about-slogan .top .left {
    width: 50%
}

.about-slogan .top .left img {
    margin-bottom: 50px
}

.about-slogan .top .left p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.about-slogan .top .right {
    width: 225px
}

.about-slogan .top .right,
.about-slogan .top .right .social-box {
    display: flex;
    flex-direction: column
}

.about-slogan .top .right .social-title {
    margin: 0 0 45px;
    font-size: 16px;
    line-height: 20px;
    color: #b1b1b1
}

.about-slogan .top .right .social-items {
    display: flex;
    align-items: center;
    padding-left: 5px
}

.about-slogan .top .right .social-items .social-item {
    margin-right: 25px
}

.about-slogan .top .right .social-items .social-item:last-child {
    margin-right: 0
}

.about-desc {
    margin-bottom: 50px
}

.about-desc.depart-about-desc {
    margin-bottom: 40px
}

.about-desc.depart-about-desc .box {
    margin-bottom: 0
}

.about-desc .container {
    flex-direction: column
}

.about-desc .title-about-desc {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #000
}

.about-desc .box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 85px
}

.about-desc .box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 0 0 15px
}

.about-desc .box p:last-child {
    margin-bottom: 0
}

.about-desc .box .left {
    padding-right: 20px
}

.about-desc .box .right {
    padding-left: 20px
}

.about-desc .date {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #b1b1b1;
    margin: 0
}

.about-service-items {
    display: flex;
    flex-direction: column;
    width: 100%
}

.about-service-items .container {
    align-items: center
}

.about-service-items .about-service-item {
    padding: 60px 0;
    border-top: 1px solid #ededed;
    display: flex;
    background-color: #fff;
    transition: all .3s linear 0s
}

.about-service-items .about-service-item .icon {
    width: 45px;
    min-width: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.about-service-items .about-service-item .name {
    width: calc(50% - 45px);
    padding-left: 70px;
    padding-right: 20px;
    margin: 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #000
}

.about-service-items .about-service-item .desc {
    width: 50%;
    min-width: 50%;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.about-service-items .about-service-item:hover {
    transition: all .3s linear 0s;
    background-color: #f9f9f9
}

.about-team-wrapper {
    padding-top: 80px;
    padding-bottom: 140px;
    background-color: #f9f9f9
}

.about-team-wrapper .title-section {
    margin-bottom: 8px
}

.about-team-wrapper .desc-section {
    margin-bottom: 80px
}

@media only screen and (max-width:767px) {
    .about-team-wrapper .desc-section {
        margin-bottom: 40px
    }
}

.about-team-wrapper .box {
    display: flex;
    align-items: flex-start
}

.about-team-wrapper .box .left {
    width: 50%;
    padding-right: 80px
}

.about-team-wrapper .box .left .team-big {
    width: 100%;
    margin-bottom: 40px
}

.about-team-wrapper .box .left .bottom {
    display: flex;
    justify-content: space-between
}

.about-team-wrapper .box .left .bottom .count {
    margin: 0;
    font-weight: 600;
    font-size: 100px;
    line-height: 125px;
    color: #1a1a1a
}

.about-team-wrapper .box .left .bottom .desc {
    width: 200px
}

.about-team-wrapper .box .left .bottom .desc .bottom-title {
    padding-top: 20px;
    margin: 0 0 22px;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #1a1a1a
}

.about-team-wrapper .box .left .bottom .desc .bottom-desc {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    opacity: .6
}

.about-team-wrapper .box .right {
    width: 50%;
    display: block
}

.about-team-wrapper .box .right .top {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ededed
}

.about-team-wrapper .box .right .top .title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px
}

.about-team-wrapper .box .right .top .title .name {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin: 0
}

.about-team-wrapper .box .right .top .title .img-items {
    display: flex;
    align-items: center
}

.about-team-wrapper .box .right .top .title .img-items .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px
}

.about-team-wrapper .box .right .top .title .img-items .icon:last-child {
    margin-right: 0
}

.about-team-wrapper .box .right .top .desc {
    margin: 0;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    opacity: .6;
    width: 60%
}

.about-team-wrapper .box .right .team-slider {
    position: relative;
    padding-top: 100px
}

.about-team-wrapper .box .right .team-slider .slick-dots {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%
}

.about-team-wrapper .box .right .team-slider .slick-arrow {
    position: absolute;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    width: 5px;
    height: 10px;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.about-team-wrapper .box .right .team-slider .slick-arrow.slick-prev {
    left: 68%;
    background-image: url(../img/slider-arrow-left.svg)
}

.about-team-wrapper .box .right .team-slider .slick-arrow.slick-next {
    left: calc(68% + 40px);
    background-image: url(../img/slider-arrow-right.svg)
}

.about-team-wrapper .box .right .team-slider .slick-arrow.slick-disabled {
    opacity: .5
}

.about-team-wrapper .box .right .team-slider .team-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.about-team-wrapper .box .right .team-slider .team-slide .team-item {
    margin-top: 50px;
    margin-right: 70px;
    width: calc(33.3% - 47.7px);
    cursor: pointer
}

.about-team-wrapper .box .right .team-slider .team-slide .team-item:nth-child(-n+3) {
    margin-top: 0
}

.about-team-wrapper .box .right .team-slider .team-slide .team-item:last-child,
.about-team-wrapper .box .right .team-slider .team-slide .team-item:nth-child(3n) {
    margin-right: 0
}

.about-team-wrapper .box .right .team-slider .team-slide .team-item .info-left,
.about-team-wrapper .box .right .team-slider .team-slide .team-item .info-right {
    display: none
}

.about-team-wrapper .box .right .team-slider .team-slide .team-item .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 145px;
    height: 145px;
    margin-bottom: 10px
}

.about-team-wrapper .box .right .team-slider .team-slide .team-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.about-team-wrapper .box .right .team-slider .team-slide .team-item .title {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.about-team-wrapper .team-slider-mob {
    display: none
}

.about-team-wrapper .team-slider-mob .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border: 1px solid #01c57e;
    border-radius: 50%;
    background: 0 0;
    font-size: 0
}

.about-team-wrapper .team-slider-mob .slick-arrow::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 4px;
    border: 1px solid #01c57e;
    border-width: 0 2px 2px 0
}

.about-team-wrapper .team-slider-mob .slick-arrow.team-slider-mob-prev {
    left: 4px
}

.about-team-wrapper .team-slider-mob .slick-arrow.team-slider-mob-prev::after {
    transform: translate(calc(-50% + 2px), -50%) rotate(-225deg)
}

.about-team-wrapper .team-slider-mob .slick-arrow.team-slider-mob-next {
    right: 4px
}

.about-team-wrapper .team-slider-mob .slick-arrow.team-slider-mob-next::after {
    transform: translate(calc(-50% - 2px), -50%) rotate(-45deg)
}

.blog-page-slogan .title-section {
    margin-bottom: 8px
}

.blog-page-slogan .desc-section {
    margin-bottom: 80px
}

.blog-page-slogan .box {
    display: flex
}

.blog-page-slogan .box p {
    margin: 0
}

.blog-page-slogan .box .left {
    width: 50%;
    min-width: 50%
}

.blog-page-slogan .box .left .left-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 95px
}

.blog-page-slogan .box .left .left-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin-bottom: 65px
}

.blog-page-slogan .box .left .author-items {
    margin-bottom: 60px;
    display: flex
}

.blog-page-slogan .box .left .author-items .author-item {
    margin-right: 20px
}

.blog-page-slogan .box .left .author-items .author-item:last-child {
    margin-right: 0
}

.blog-page-slogan .box .left .author-items .author-item .img {
    width: 85px;
    min-width: 85px;
    height: 85px;
    min-height: 85px;
    margin-bottom: 10px
}

.blog-page-slogan .box .left .author-items .author-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.blog-page-slogan .box .left .author-items .author-item .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 5px
}

.blog-page-slogan .box .left .author-items .author-item .subtitle {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    line-height: 20px;
    color: #b1b1b1
}

.blog-page-slogan .box .left .social-title {
    margin: 0 0 15px;
    color: #b1b1b1;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.blog-page-slogan .box .left .social-items {
    width: 50%;
    display: flex;
    align-items: center
}

.blog-page-slogan .box .left .social-items a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    transition: all .3s linear 0s
}

.blog-page-slogan .box .left .social-items a:first-child {
    margin-left: 0
}

.blog-page-slogan .box .left .social-items a img {
    transition: all .3s linear 0s
}

.blog-page-slogan .box .left .social-items a:hover {
    transition: all .3s linear 0s;
    background-color: #01c57e
}

.blog-page-slogan .box .left .social-items a:hover img {
    transition: all .3s linear 0s;
    filter: brightness(0) invert(1)
}

.blog-page-slogan .box .right {
    width: 50%;
    min-width: 50%
}

.blog-page-slogan .box .right .right-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

.blog-page-slogan .box .right .right-top .col-title .title {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin-bottom: 15px
}

.blog-page-slogan .box .right .right-top .col-count p,
.blog-page-slogan .box .right .right-top .col-title .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.blog-page-slogan .box .right .right-top .col-count p {
    text-align: right
}

.blog-page-slogan .box .right .blog-items {
    display: flex;
    align-items: flex-start
}

.blog-page-slogan .box .right .blog-items .blog-item {
    margin-bottom: 15px;
    margin-right: 15px;
    width: calc(50% - 7.5px)
}

.blog-page-slogan .box .right .blog-items .blog-item:last-child {
    margin-right: 0
}

.blog-page-slogan .box .right .blog-items .blog-item .img {
    width: 100%;
    margin-bottom: 40px
}

.blog-page-slogan .box .right .blog-items .blog-item .img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center
}

.blog-page-slogan .box .right .blog-items .blog-item p {
    margin: 0;
    color: #000
}

.blog-page-slogan .box .right .blog-items .blog-item .title-item {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px
}

.blog-page-slogan .box .right .blog-items .blog-item .date-item {
    font-size: 16px;
    line-height: 20px;
    color: #b1b1b1;
    opacity: .7;
    margin-bottom: 15px
}

.blog-page-slogan .box .right .blog-items .blog-item .desc-item {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    opacity: .7
}

.article-section {
    padding-top: 140px
}

.article-section h1 {
    font-family: TTInterfaces, sans-serif;
    font-style: normal;
    margin: 0;
    font-weight: 600;
    font-size: 64px;
    line-height: 80px;
    color: #000;
    text-align: center
}

.article-section h2 {
    font-size: 40px;
    line-height: 54px
}

.article-section h2,
.article-section h3 {
    margin: 20px 0;
    font-family: TTInterfaces, sans-serif
}

.article-section h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px
}

.article-section h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px
}

.article-section h4,
.article-section h5 {
    margin: 20px 0;
    font-family: TTInterfaces, sans-serif
}

.article-section h5 {
    font-size: 20px;
    line-height: 28px
}

.article-section p {
    margin: 20px 0;
    font-weight: 400
}

.article-section a,
.article-section p {
    font-family: TTInterfaces, sans-serif;
    font-size: 16px;
    line-height: 20px
}

.article-section a {
    color: #01c57e;
    text-decoration: underline;
    font-weight: 600
}

.article-section figure {
    width: 100%;
    margin: 40px 0
}

.article-section figure img {
    width: 100%;
    height: auto
}

.article-section .wp-block-columns {
    margin: 40px 0
}

.article-section .desc {
    margin-bottom: 40px
}

.article-section .author-articles .author-articles-title {
    margin: 0 0 13px;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px
}

.article-section .author-articles .author-items {
    margin-bottom: 60px;
    display: flex
}

.article-section .author-articles .author-items .author-item {
    margin-right: 20px
}

.article-section .author-articles .author-items .author-item:last-child {
    margin-right: 0
}

.article-section .author-articles .author-items .author-item .img {
    width: 85px;
    min-width: 85px;
    height: 85px;
    min-height: 85px;
    margin-bottom: 10px
}

.article-section .author-articles .author-items .author-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.article-section .author-articles .author-items .author-item .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 5px
}

.article-section .author-articles .author-items .author-item .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #b1b1b1
}

.contact-info,
.contact-info .desc-section {
    margin-bottom: 80px
}

.contact-info .box {
    display: flex;
    justify-content: space-between
}

.contact-info .box .left {
    display: flex;
    width: 50%;
    min-width: 50%
}

.contact-info .box .left .col {
    margin-right: 20px;
    width: 200px;
    display: flex;
    flex-direction: column
}

.contact-info .box .left .col .col-title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #000
}

.contact-info .box .left .col a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    transition: all .3s linear 0s
}

.contact-info .box .left .col a:hover {
    color: #01c57e;
    transition: all .3s linear 0s
}

.contact-info .box .left .col:last-child {
    margin-right: 0
}

.contact-info .box .right {
    width: 50%;
    min-width: 50%
}

.contact-info .box .right .desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin: 0
}

.contact-form {
    margin-bottom: 80px
}

.contact-form .container {
    justify-content: space-between
}

.contact-form .left,
.contact-form .right {
    width: 50%
}

.contact-form .right .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #b1b1b1;
    margin-bottom: 40px;
    width: 40%
}

.contact-form .right p {
    margin: 0
}

.modal-form form p {
	margin: 0;
}

.modal-form .bottom-box {
	display: flex;
	align-items: flex-start;
	width: 100%;
}

.modal-form .bottom-box p {
	width: 50%;
}
.modal-form .file-box {
	width: 50%;
	padding-top: 13px;
	padding-right: 30px;
}

.modal-form .file-box .wpcf7-not-valid-tip {
	width: 200px;
    margin-top: 0;
    padding-left: 0;
}

.modal-form .file-box label {
	display: flex;
	position: relative;
	align-items: center
}
.modal-form .file-box .remove-file {
	display: flex;
	align-items: center;
}
.modal-form .file-box .remove-file:after {
	content: '';
	background-image: url('../img/svg/remove-file.svg');
	width: 16px;
	height: 16px;
	background-size: contain;
	display: block;
	
}
.modal-form .file-box .remove-file span {
	font-size: 14px;
	line-height: 20px;
	color: #01C57E;
	white-space: nowrap;
    overflow: hidden;
	width: 100px;
    text-overflow: ellipsis;
}

.modal-form #remove_file {
	display: none;
}
.modal-form .file-box label span {
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #B1B1B1;
	position: relative;
	padding-left: 50px;
	opacity: 0;
	transition: all .3s linear 0s
}

.modal-form .file-box label:after {
	content: '';
	z-index: 3;
	background-image: url('../img/svg/file-icon-green.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	display: block;
	width: 25px;
	height: 25px;
		transition: all .3s linear 0s
}
.modal-form .file-box label:hover span {
	opacity: 1;
	    transition: all .3s linear 0s
}
.modal-form .file-box label:hover:after {
		background-image: url('../img/svg/file-icon.svg');
	    transition: all .3s linear 0s
}
.modal-form .file-box label:before {
	content: '';
	background-color: #01C57E;
	display: block;
	width: 48px;
	height: 48px;
	z-index: 2;
	position: absolute;
	opacity: 0;
	transition: all .3s linear 0s
}

.modal-form .file-box label:hover:before {
	opacity: 1;
	transition: all .3s linear 0s
}

.modal-form .file-box .modal-file input {
	display: none
}

.modal-form form p,
.contact-form .right form p {
    width: 100%
}

.modal-form form textarea,
.contact-form .right form textarea {
    height: 150px;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    line-height: 20px;
    color: #1a1a1a;
    margin-bottom: 10px;
    border: 1px solid #ededed;
    font-family: TTInterfaces, sans-serif;
    padding: 15px 24px
}

.modal-form form textarea:focus,
.contact-form .right form textarea:focus {
    border: 1px solid #01c57e
}

.modal-form form textarea:placeholder-shown,
.contact-form .right form textarea:placeholder-shown {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #b1b1b1;
    font-family: TTInterfaces, sans-serif
}

.modal-form form input,
.contact-form .right form input {
    height: 50px;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    line-height: 20px;
    color: #1a1a1a;
    margin-bottom: 20px;
    border: 1px solid #ededed;
    font-family: TTInterfaces, sans-serif;
    text-indent: 24px
}

.modal-form form input:focus,
.contact-form .right form input:focus {
    font-family: TTInterfaces, sans-serif;
    border: 1px solid #01c57e
}

.modal-form form input:placeholder-shown,
.contact-form .right form input:placeholder-shown {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #b1b1b1
}

.modal-form form input.wpcf7-submit {
	max-width: 100%;
	width: 100%;
}
.modal-form form input.wpcf7-submit,
.contact-form .right form input.wpcf7-submit {
    border: none;
    text-indent: 0;
    width: 200px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px
}

.contact-form .social-box {
    display: flex;
    flex-direction: column
}

.contact-form .social-title {
    margin: 0 0 40px;
    color: #b1b1b1;
    font-size: 16px;
    line-height: 20px
}

.contact-form .social-items {
    display: flex;
    align-items: center;
    padding-left: 5px
}

.contact-form .social-items .social-item {
    margin-right: 25px
}

.contact-form .social-items .social-item:last-child {
    margin-right: 0
}

.client-section {
    padding-bottom: 120px
}

.client-section .label-client {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #b1b1b1;
    margin: 0 0 55px
}

.client-section .slider-client .client-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 60px
}

.client-section .slider-client .client-item img {
    max-width: 90%
}

.departaments-slogan {
    padding-top: 130px;
    padding-bottom: 40px
}

.departament-slogan {
    padding-top: 190px;
    padding-bottom: 210px
}

.departament-slogan .container {
    justify-content: space-between
}

.departament-slogan.departament-slogan-other {
    padding-bottom: 0
}

.departament-slogan p {
    margin: 0
}

.departament-slogan .left {
    width: 50%;
    padding-right: 180px;
    display: flex;
    flex-direction: column
}

.departament-slogan .left .top {
    margin-bottom: 60px
}

.departament-slogan .left .top img {
    margin-bottom: 30px
}

.departament-slogan .left .top p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.departament-slogan .left .bottom img {
    margin-bottom: 30px
}

.departament-slogan .left .bottom .desc {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    margin-bottom: 15px
}

.departament-slogan .left .bottom .title-left {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #000
}

.departament-slogan .right {
    width: 50%;
    flex-direction: column;
    padding-top: 0px
}

.departament-slogan .right .top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 150px
}

.departament-slogan .right .top .img {
    width: 150px;
    min-width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px
}

@media only screen and (max-width:600px) {
    .departament-slogan .right .top .img {
        margin-right: 24px
    }
}

.departament-slogan .right .top .img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.departament-slogan .right .top .desc .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px
}

.departament-slogan .right .top .desc .name .name-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-right: 60px
}

.departament-slogan .right .top .desc .name .name-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #b1b1b1
}

.departament-slogan .right .top .desc .info {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 35px
}

.departament-slogan .right .top .desc .social-items {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.departament-slogan .right .top .desc .social-items .social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px
}

.departament-slogan .right .top .desc .social-items .social-item:last-child {
    margin-right: 0
}

.departament-slogan .right .bottom .title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin: 0 0 15px
}

.departament-slogan .right .bottom .desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 15px
}

.departament-slogan .right .bottom .desc p:last-child {
    margin-bottom: 0
}

.footer {
    background-color: #000;
    padding: 80px 0 30px
}

.footer .left {
    width: 50%
}

.footer .left .logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px
}

.footer .left .desc-footer {
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.footer .left .social-title {
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #f9f9f9
}

.footer .left .social-items {
    display: flex;
    align-items: center
}

.footer .left .social-items.color-yellow a:hover {
    background-color: #ffb039
}

.footer .left .social-items.color-red a:hover {
    background-color: #fe645a
}

.footer .left .social-items.color-green a:hover {
    background-color: #5662e5
}

.footer .left .social-items a {
    margin-right: 10px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1a1a1a;
    background-color: transparent;
    transition: all .3s linear 0s
}

.footer .left .social-items a:hover {
    background-color: #01c57e;
    transition: all .3s linear 0s;
    border-color: transparent
}

.footer .left .social-items a:last-child {
    margin-right: 0
}

.footer .right {
    width: 50%;
    display: flex;
    flex-direction: column
}

.footer .right .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px
}

.footer .right .top .top-left .directions {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px
}

.footer .right .top .top-left .directions a {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px
}

.footer .right .top .top-left .directions a:last-child {
    margin-bottom: 0
}

.footer .right .top .top-left .directions a.global {
    font-weight: 600;
    color: #f9f9f9;
    transition: all .3s linear 0s
}

.footer .right .top .top-left .directions a.global:hover {
    transition: all .3s linear 0s;
    color: #01c57e
}

.footer .right .top .top-left .directions a.other {
    font-weight: 400;
    color: #b1b1b1;
    transition: all .3s linear 0s
}

.footer .right .top .top-left .directions a.other:hover {
    transition: all .3s linear 0s;
    color: #01c57e
}

.footer .right .top .top-left .menu-items {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0
}

.footer .right .top .top-left .menu-items li {
    margin-bottom: 24px
}

.footer .right .top .top-left .menu-items li:last-child {
    margin-bottom: 0
}

.footer .right .top .top-left .menu-items li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #f9f9f9;
    transition: all .3s linear 0s
}

.footer .right .top .top-left .menu-items li a:hover {
    transition: all .3s linear 0s;
    color: #01c57e
}

.footer .right .top .top-right .title-form {
    margin: 0 0 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #f9f9f9
}

.footer .right .top .top-right form {
    width: 100%
}

.footer .right .top .top-right form input {
    width: 100%;
    background-color: transparent;
    height: 25px;
    margin-bottom: 25px;
    border: none;
    border-bottom: 1px solid #b1b1b1;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #f9f9f9
}

.footer .right .top .top-right form input:placeholder {
    color: #b1b1b1
}

.footer .right .top .top-right form .btn {
    border: none;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    transition: all .3s linear 0s
}

.footer .right .top .top-right form .btn.btn-green {
    background-color: #01c57e
}

.footer .right .top .top-right form .btn.btn-green:hover {
    background-color: transparent;
    transition: all .3s linear 0s;
    color: #01c57e;
    border: 1px solid #01c57e
}

.footer .right .top .top-right form .btn.btn-blue {
    background-color: #5662e5
}

.footer .right .top .top-right form .btn.btn-blue:hover {
    background-color: transparent;
    transition: all .3s linear 0s;
    color: #5662e5;
    border: 1px solid #5662e5
}

.footer .right .top .top-right form .btn.btn-red {
    background-color: #fe645a
}

.footer .right .top .top-right form .btn.btn-red:hover {
    background-color: transparent;
    transition: all .3s linear 0s;
    color: #fe645a;
    border: 1px solid #fe645a
}

.footer .right .top .top-right form .btn.btn-yellow {
    background-color: #ffb039
}

.footer .right .top .top-right form .btn.btn-yellow:hover {
    background-color: transparent;
    transition: all .3s linear 0s;
    color: #ffb039;
    border: 1px solid #ffb039
}

.footer .right .bottom {
	display: flex;
	align-items: flex-end;
}

.footer .right .bottom .bottom-right {
	min-width: 33%;
	width: 33%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.footer .right .bottom .bottom-right svg {
	width: 55px;
}

.footer .right .bottom p {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #b1b1b1
}

.footer .right .bottom .title-bottom {
    margin-bottom: 25px
}

@media only screen and (max-width:1200px) {
    .container {
        width: 100%
    }

    .header .right {
        width: auto
    }
}
@media only screen and (max-width:1024px) {
    .container {
        padding: 0 80px
    }

    .header .container {
        width: calc(100% - 40px);
        padding: 0 0 0 10px
    }

    .header .right .box {
        margin-right: 80px
    }

    .header .right .box .menu-items li:last-child {
        display: none
    }

    .header .desktop-menu {
        width: calc(100% - 40px)
    }

    .header .desktop-menu .right {
        justify-content: flex-start
    }

    .header .desktop-menu .right .menu-items {
        width: 50%
    }

    .header .desktop-menu .right .menu-items:nth-child(3) {
        display: none
    }

    .footer .container {
        flex-direction: column
    }

    .footer .left {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between
    }

    .footer .left .desc-footer {
        margin-bottom: 0
    }

    .footer .left .box {
        padding-bottom: 40px
    }

    .footer .right {
        width: 100%
    }

    .footer .right .top {
        margin-bottom: 45px;
        flex-direction: column-reverse;
    }

    .footer .right .top .top-left {
        /*display: none*/
    }
    .footer .right .top .top-left .directions,
    .footer .right .top .top-left .menu-items li {
        display: none
    }
    .footer .right .top .top-left .menu-items li:last-child {
        display: block;
    }
    .footer .right .bottom {
        width: 60%
    }
    .header .right .box{
        margin-right: 0;
    }
    .header .container .menu-items li{
        margin-right: 15px;
    }
}

@media only screen and (max-width:992px) {

    .author-articles,
    .home-slogan .slider-item .top .right {
        display: none
    }
    .departament-slogan{
        padding-top: 130px;
    }
    .desc-section {
        width: 90%
    }

    .home-service-items {
        margin-top: -50px
    }

    .home-service-items .container {
        padding: 0 20px
    }

    .home-service-items .service-item {
        height: 345px !important
    }

    .about-company {
        padding-bottom: 80px
    }

    .about-company .container {
        padding-right: 10px
    }

    .about-company .box .left .about-info {
        padding-right: 20px
    }

    .about-company .box .left .about-info .title-box {
        font-size: 24px;
        line-height: 34px
    }

    .about-company .box .right {
        padding-left: 25px;
        flex-wrap: wrap
    }

    .about-company .box .right .about-item {
        width: calc(50% - 10px);
        margin-right: 20px;
        padding-right: 0
    }

    .about-company .box .right .about-item:nth-child(2n) {
        margin-right: 0
    }

    .about-company .box .right .about-item .title-item {
        font-size: 24px;
        line-height: 34px
    }

    .reviews .container {
        padding: 0 0 0 80px
    }

    .reviews .desc-section,
    .reviews .slider-client,
    .reviews .title-section {
        padding-right: 80px
    }

    .reviews .box .left {
        width: 35%
    }

    .reviews .box .left .left-number {
        font-size: 100px;
        line-height: 125px
    }

    .reviews .box .left .left-title {
        font-size: 24px;
        line-height: 34px
    }

    .reviews .box .right.review-slider {
        width: 65%;
        padding-bottom: 60px;
        padding-left: 20px
    }

    .reviews .box .right.review-slider .review-item {
        padding: 0 0 0 20px
    }

    .banners {
        min-height: auto;
        padding: 50px 0
    }

    .blog-section .blog-section-top .select-box.select-box-date {
        width: 190px
    }

    .blog-section .blog-section-top .right {
        width: calc(100% - 300px)
    }

    .blog-section .blog-section-top .right .select-box.select-box-category {
        width: 100%
    }

    .blog-section .blog-section-items {
        padding-bottom: 35px
    }

    .blog-section .blog-section-items .blog-item {
        margin-bottom: 45px;
        width: calc(50% - 11.5px)
    }

    .blog-section .blog-section-items .blog-item:nth-child(2n) {
        margin-right: 0
    }

    .blog-section .blog-section-bottom .right .btn {
        margin-right: 20px
    }

    .about-desc .container,
    .about-slogan .container {
        padding: 0 70px 0 40px
    }

    .about-service-items .container {
        padding: 0 70px
    }

    .about-team-wrapper .container {
        padding: 0 20px
    }

    .about-team-wrapper .box .left {
        padding-right: 35px
    }

    .about-team-wrapper .box .left .bottom .count {
        font-size: 80px;
        line-height: 100px;
        padding-right: 30px
    }

    .about-team-wrapper .box .left .bottom .desc {
        padding-right: 20px
    }

    .about-team-wrapper .box .left .bottom .desc .bottom-title {
        padding-top: 13px;
        font-size: 30px;
        line-height: 40px
    }

    .about-team-wrapper .box .right .team-slider .team-slide .team-item {
        width: calc(50% - 47.7px)
    }

    .about-team-wrapper .box .right .team-slider .team-slide .team-item:nth-child(3n) {
        margin-right: 70px
    }

    .about-team-wrapper .box .right .team-slider .team-slide .team-item:nth-child(2n) {
        margin-right: 0
    }

    .about-team-wrapper .box .right .team-slider .team-slide .team-item:nth-child(-n+3) {
        margin-top: 50px
    }

    .about-team-wrapper .box .right .team-slider .team-slide .team-item:nth-child(-n+2) {
        margin-top: 0
    }

    .departament-slogan {
        padding-bottom: 0
    }

    .departament-slogan .left .bottom .desc {
        margin-bottom: 25px;
        width: 75%
    }

    .departament-slogan .right .top {
        margin-bottom: 250px
    }

    .departament-slogan .right .top .desc .name {
        flex-direction: column;
        align-items: flex-start
    }

    .departament-slogan .right .top .desc .name .name-title {
        margin-right: 0
    }

    .blog-section .blog-section-bottom-depart .blog-item-depart {
        height: 440px
    }

    .about-desc.depart-about-desc .container {
        padding: 0 40px 0 80px
    }

    .reviews+.blog-section.depart-blog-section {
        padding-top: 0
    }

    .contact-info .box .right .desc {
        padding-left: 55px
    }

    .contact-form {
        margin-top: -80px
    }

    .contact-form .container {
        flex-direction: column
    }

    .contact-form .left {
        width: 100%;
        margin-bottom: 85px
    }

    .contact-form .right {
        width: 100%
    }
}
@media only screen and (max-width:680px){
    .header .container .menu-items li{
        margin-right: 0px;
    }
}
@media only screen and (max-width:600px) {
    .title-section {
        font-size: 48px;
        line-height: 60px
    }

    .container {
        padding: 0 15px
    }

    .search-wrapper {
        padding-top: 100px
    }

    .search-wrapper .top {
        margin-bottom: 0;
        justify-content: flex-start
    }

    .search-wrapper .top .top-title {
        font-size: 20px;
        line-height: 24px
    }

    .search-wrapper .top .top-count {
        font-size: 40px;
        margin-left: 10px;
        line-height: 40px
    }

    .search-wrapper .content .search-items {
        height: 65vh;
        max-height: 65vh
    }

    .search-wrapper .content .search-items .search-item {
        flex-direction: column
    }

    .search-wrapper .content .search-items .search-item .left {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }

    .search-wrapper .content .search-items .search-item .right {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 0
    }

    .header .burger .burger-box {
        width: 40px
    }

    .header .right .contacts-link {
        width: 130px;
        min-width: 130px
    }

    .header .right .box,
    .header .right .lang-items {
        display: none
    }

    .header .right .input-search form {
        padding: 0 10px
    }

    .header .right .input-search.active form {
        width: 180px
    }

    .header .desktop-menu {
        flex-direction: column
    }

    .header .desktop-menu .left {
        width: 100%;
        margin-bottom: 20px
    }

    .header .desktop-menu .left .top img {
        width: 130px;
        max-width: 100%
    }

    .header .desktop-menu .right {
        width: 100%
    }

    .footer .left {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 60px
    }

    .footer .left .box {
        padding-bottom: 40px
    }

    .footer .right .top {
        margin-bottom: 65px
    }

    .footer .right .bottom,
    .footer .right .top .top-right {
        width: 100%
    }

    .home-slogan .slider-item .top .left {
        width: 100%;
        padding-left: 75px
    }

    .home-slogan .slider-item .top .left img {
        width: 100px
    }

    .home-slogan .slider-item .top .left p {
        width: 75%
    }

    .home-service-items {
        margin-top: -75px
    }

    .home-service-items .container {
        flex-direction: column
    }

    .home-service-items .service-item {
        width: 100%
    }

    .about-company .desc-section {
        margin-bottom: 55px
    }

    .about-company .box {
        flex-direction: column
    }

    .about-company .box .left {
        width: 100%
    }

    .about-company .box .left .label {
        margin-bottom: 55px
    }

    .about-company .box .left .about-info {
        padding-right: 0;
        align-items: center
    }

    .about-company .box .left .about-info .title-box {
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
        text-align: center
    }

    .about-company .box .right {
        padding-left: 0;
        padding-top: 85px;
        width: 100%
    }

    .about-company .box .right .about-item {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 70px
    }

    .about-company .box .right .about-item .desc-item {
        text-align: center;
        width: 75%
    }

    .about-company .box .right .about-item:last-child {
        margin-bottom: 0
    }

    .reviews .container {
        padding: 0 15px
    }

    .reviews .title-section {
        padding: 0
    }

    .reviews .desc-section,
    .reviews .slider-client {
        padding: 0;
        margin-bottom: 50px
    }

    .reviews .box {
        flex-direction: column
    }

    .reviews .box .left {
        width: 100%;
        padding: 0;
        margin-bottom: 55px;
        display: flex
    }

    .reviews .box .left .left-number {
        font-weight: 600;
        font-size: 120px;
        line-height: 146px;
        width: 50%;
        padding-right: 30px
    }

    .reviews .box .left .left-title {
        font-weight: 600;
        font-size: 22px;
        line-height: 30px
    }

    .reviews .box .left .left-desc {
        font-size: 14px;
        line-height: 18px
    }

    .reviews .box .left .col {
        display: flex;
        flex-direction: column;
        width: 50%
    }

    .reviews .box .right.review-slider {
        padding: 0;
        width: 100%
    }

    .reviews .box .right.review-slider .review-item {
        padding: 0
    }

    .reviews .box .right .slick-dots {
        margin-top: 40px;
        margin-bottom: 40px;
        justify-content: flex-end
    }

    .banners {
        padding: 0
    }

    .banners .bg-desc {
        display: none
    }

    .banners .bg-mob {
        display: block;
        width: 100%
    }

    .banners .right {
        position: absolute;
        padding: 0 20px;
        bottom: 50px;
        width: 100%
    }

    .blog-section {
        padding: 50px 0 60px
    }

    .blog-section .blog-section-top {
        flex-direction: column
    }

    .blog-section .blog-section-top .select-box.select-box-date {
        width: 100%;
        margin-bottom: 15px
    }

    .blog-section .blog-section-top .right {
        width: 100%
    }

    .blog-section .blog-section-top .right .select-box.select-box-category {
        margin-right: 15px
    }

    .blog-section .blog-section-items .blog-item {
        width: 100%;
        margin-right: 0
    }

    .blog-section .blog-section-items .blog-item:last-child {
        margin-bottom: 25px
    }

    .blog-section .blog-section-bottom .social-items {
        display: none
    }

    .blog-section .blog-section-bottom .finder {
        width: 100px;
        min-width: 100px
    }

    .blog-section .blog-section-bottom .right,
    .blog-section .blog-section-bottom .right .btn {
        width: 100%
    }

    .about-slogan .container {
        padding: 0 20px
    }

    .about-slogan .top {
        flex-direction: column
    }

    .about-slogan .top .left {
        width: 100%;
        margin-bottom: 40px
    }

    .about-slogan .top .left img {
        width: 225px;
        max-width: 90%;
        margin-bottom: 30px
    }

    .about-slogan .top .left p {
        font-size: 22px;
        line-height: 28px
    }

    .about-slogan .top .right {
        width: 100%;
        padding-left: 40%
    }

    .about-slogan .top .right .social-title {
        margin-bottom: 40px
    }

    .about-slogan .top .right .social-items .social-item {
        margin-right: 40px
    }

    .about-desc .container {
        padding: 0 20px
    }

    .about-desc .box {
        flex-direction: column
    }

    .about-desc .box .left {
        width: 100%;
        padding: 0;
        margin-bottom: 30px
    }

    .about-desc .box .right {
        width: 100%;
        padding: 0
    }

    .about-desc .date {
        padding-left: 80px
    }

    .about-team-wrapper {
        padding-bottom: 60px
    }

    .about-team-wrapper .box {
        display: none
    }

    .about-team-wrapper .team-slider-mob {
        padding-left: 20px;
        padding-right: 20px;
        display: block
    }

    .about-team-wrapper .team-slider-mob .slick-dots {
        justify-content: flex-end;
        flex-wrap: wrap
    }

    .about-team-wrapper .team-slider-mob .slick-dots li {
        display: none
    }

    .about-team-wrapper .team-slider-mob .slick-dots li:first-child,
    .about-team-wrapper .team-slider-mob .slick-dots li:last-child,
    .about-team-wrapper .team-slider-mob .slick-dots li:nth-child(2),
    .about-team-wrapper .team-slider-mob .slick-dots li:nth-child(3) {
        display: flex
    }

    .about-team-wrapper .team-slider-mob .team-item .img {
        width: 100%;
        margin-bottom: 25px;
        position: relative
    }

    .about-team-wrapper .team-slider-mob .team-item .img img {
        width: 100%
    }

    .about-team-wrapper .team-slider-mob .team-item .info-top {
        position: relative;
        padding-bottom: 40px;
        margin-bottom: 15px
    }

    .about-team-wrapper .team-slider-mob .team-item .info-top:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #ededed
    }

    .about-team-wrapper .team-slider-mob .team-item .info-top .title .img-items {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 10px
    }

    .about-team-wrapper .team-slider-mob .team-item .info-top .title .img-items .icon {
        width: 20px;
        margin-right: 10px
    }

    .about-team-wrapper .team-slider-mob .team-item .info-top .title .img-items .icon:last-child {
        margin-right: 0
    }

    .about-team-wrapper .team-slider-mob .team-item .info-top .title .img-items .icon img {
        width: 100%
    }

    .about-team-wrapper .team-slider-mob .team-item .info-top .title .name {
        margin: 0 0 30px;
        font-weight: 600;
        font-size: 30px;
        line-height: 40px
    }

    .about-team-wrapper .team-slider-mob .team-item .info-top .desc {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #000;
        margin: 0;
        opacity: .6
    }

    .about-team-wrapper .team-slider-mob .team-item .info-bottom {
        display: flex;
        align-items: center;
        margin-bottom: 20px
    }

    .about-team-wrapper .team-slider-mob .team-item .info-bottom .count {
        margin: 0;
        font-weight: 600;
        font-size: 80px;
        line-height: 100px;
        color: #1a1a1a
    }

    .about-team-wrapper .team-slider-mob .team-item .info-bottom .desc .bottom-title {
        padding-left: 50px;
        margin: 0;
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
        color: #1a1a1a
    }

    .about-service-items .container {
        display: grid;
        padding: 0 30px;
        align-items: flex-start;
        grid-template-areas: "a b b""a c c"
    }

    .about-service-items .about-service-item .icon {
        grid-area: a;
        width: 100%;
        min-width: 70px
    }

    .about-service-items .about-service-item .name {
        grid-area: b;
        width: 100%;
        padding: 0 0 15px
    }

    .about-service-items .about-service-item .desc {
        grid-area: c;
        width: 100%
    }

    .departaments-slogan {
        display: none
    }

    .home-service-items.departaments-service-items {
        padding-top: 130px
    }

    .home-service-items.departaments-service-items .title-section {
        font-size: 44px;
        line-height: 56px
    }

    .home-service-items.departaments-service-items .subtitle-section {
        margin-bottom: 55px
    }

    .departament-slogan .container,
    .home-service-items.departaments-service-items .service-items {
        flex-direction: column
    }
    .departament-slogan .left {
        width: 100%;
        padding: 0
    }

    .departament-slogan .left .top {
        display: none
    }

    .departament-slogan .left .bottom {
        margin-bottom: 40px
    }

    .departament-slogan .left .bottom img {
        max-width: 100%
    }

    .departament-slogan .left .bottom .desc {
        margin-bottom: 40px
    }

    .departament-slogan .right {
        width: 100%;
        padding: 0
    }

    .departament-slogan .right .top {
        margin-bottom: 40px
    }

    .blog-section .blog-section-bottom-depart {
        flex-direction: column
    }

    .blog-section .blog-section-bottom-depart .blog-item-depart {
        width: 100%
    }

    .about-desc.depart-about-desc {
        margin-bottom: 0
    }

    .about-desc.depart-about-desc .container {
        padding: 0 20px
    }

    .blog-page-slogan {
        padding-top: 130px
    }

    .blog-page-slogan+.blog-section {
        padding-top: 60px
    }

    .blog-page-slogan .desc-section {
        margin-bottom: 55px
    }

    .blog-page-slogan .box {
        flex-direction: column
    }

    .blog-page-slogan .box .left {
        width: 100%
    }

    .blog-page-slogan .box .left .left-label {
        margin-bottom: 20px
    }

    .blog-page-slogan .box .left .left-title {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 34px
    }

    .blog-page-slogan .box .left .author-items {
        margin-bottom: 30px
    }

    .blog-page-slogan .box .left .social-items {
        margin-bottom: 50px
    }

    .blog-page-slogan .box .right {
        width: 100%
    }

    .blog-page-slogan .box .right .right-top {
        margin-bottom: 30px
    }

    .blog-page-slogan .box .right .right-top .col-count {
        padding-top: 10px
    }

    .blog-page-slogan .box .right .blog-items {
        flex-direction: column
    }

    .blog-page-slogan .box .right .blog-items .blog-item {
        margin-right: 0;
        width: 100%;
        margin-bottom: 35px
    }

    .blog-page-slogan .box .right .blog-items .blog-item:last-child {
        margin-bottom: 0
    }

    .article-section .desc {
        margin-bottom: 20px
    }

    .article-section h1 {
        font-size: 44px;
        line-height: 56px
    }

    .article-section h2 {
        font-size: 34px;
        line-height: 44px
    }

    .article-section h3 {
        font-size: 24px;
        line-height: 34px
    }

    .article-section h4 {
        font-size: 20px;
        line-height: 28px
    }

    .article-section h5 {
        font-size: 16px;
        line-height: 20px
    }

    .article-section p {
        font-size: 14px;
        line-height: 20px
    }

    .contact-info {
        margin-bottom: 30px
    }

    .contact-info .box {
        flex-direction: column
    }

    .contact-info .box .left {
        width: 100%;
        margin-bottom: 55px
    }

    .contact-info .box .right {
        width: 100%
    }

    .contact-info .box .right .desc {
        padding-left: 0
    }

    .contact-form {
        margin-top: 0
    }

    .contact-form,
    .contact-form .left {
        margin-bottom: 55px
    }

    .contact-form .right .title {
        width: 65%
    }

    .client-section {
        padding-bottom: 50px
    }

    .client-section .label-client {
        margin-bottom: 35px
    }

    .error-page .error-number {
        font-size: 130px;
        line-height: 130px;
        margin: 15px 0
    }
	
	.footer .right .bottom .bottom-right {
		min-width: 60px;
		width: 60px;
	}
	
	.footer .right .bottom .bottom-right svg {
		width: 35px;
	}
}

.mob-menu {
    display: none
}
@media only screen and (max-width:600px) {
    .mob-menu {
        display: block
    }
    .mob-menu .lang-items li {
        margin-right: 10px
    }
    .mob-menu .lang-items li.active {
        color: #01c57e
    }
    .header .desktop-menu .right{
        width: 100%;
    }
    .header .desktop-menu .left{
        align-items: flex-start;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .header .desktop-menu .left .bottom .social-items{
        padding-left: 0;
    }
}
@media only screen and (min-width:600px) {
    .header .desktop-menu .right{
        width: 50%;
    }
}
@media only screen and (min-width:1024px) {
    .header .desktop-menu .right{
        width: 30%;
    }
}
@media screen and (max-width:420px){
    .header .container .logo a{
        margin-left: 0px;
    }
    .header .burger .burger-box{
        margin-right: 8px;
    }
}

