@import "aos.css";
@import "swiper-bundle.css";

@import "jquery.pagepiling.css";
@import "jquery.fancybox.css";
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,400&display=swap');
html,
body {
    overflow: visible
}

html {
    box-sizing: border-box
}

p {
    line-height: 1.77;
    margin-bottom: 20px;
    text-align: justify;
}

a {
    color: #1d9ed8;
}

html ::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

html ::-webkit-scrollbar-button {
    display: none
}

html ::-webkit-scrollbar-track-piece {
    background-color: #eaeaea
}

html ::-webkit-scrollbar-thumb {
    background-color: #ff4800;
    border-radius: none
}

html ::-webkit-scrollbar-corner {
    background-color: #999
}

html ::-webkit-resizer {
    background-color: #666
}

html.beige ::-webkit-scrollbar-thumb {
    background-color: #ffdf91;
    border-radius: none
}

html.modern ::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: none
}

*,
*::before,
*::after {
    box-sizing: inherit
}

body {
    display: flex;
    flex-direction: column;
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
    -webkit-locale: auto;
    white-space: normal
}

main {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    background-color: #fff
}

a {
    text-decoration: none
}

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

input,
select,
textarea {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none
}

input:invalid,
textarea:invalid {
    box-shadow: none
}

@keyframes text-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.label-subs {
    position: relative
}

.label-subs>button[type=submit] {
    width: auto;
    padding: 0;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    background-color: #fff;
    transition: color .3s ease
}

@media(min-width:576px) {
    .label-subs>button[type=submit] {
        left: unset;
        bottom: unset;
        right: 0;
        top: 17px;
        transform: none
    }
}

@media(min-width:992px) {
    .label-subs>button[type=submit]:hover {
        color: #ff4800
    }
}

.label-subs label {
    width: 100%;
    display: block;
    position: relative;
    padding: 15px 25px 15px 45px;
    border-bottom: 1px solid #000;
    box-sizing: border-box
}

@media(min-width:576px) {
    .label-subs label {
        padding: 15px 100px 15px 45px
    }
}

.label-subs label::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA2NCA2NCc+PHBhdGggZD0nTTU4LjcgMTAuN0g1LjNDMi40IDEwLjcgMCAxMy4xIDAgMTZ2MzJjMCAyLjkgMi40IDUuMyA1LjMgNS4zaDUzLjNjMi45IDAgNS4zLTIuNCA1LjMtNS4zVjE2Yy4xLTIuOS0yLjMtNS4zLTUuMi01LjN6bTAgMzUuN0w0MC41IDI5LjNsMTguMS0xMC45djI4ek0yOC4zIDMyLjNjMS4xLjggMi40IDEuMSAzLjcgMS4xIDEuMyAwIDIuNy0uMyAzLjctMS4xTDUyLjUgNDhIMTAuN2wxNy4xLTE2IC41LjN6bTI0LTE2LjNMMzMuMSAyNy43Yy0uNS4zLTEuMy4zLTEuOSAwTDExLjcgMTZoNDAuNnpNMjMuMiAyOS4xTDUuMyA0NS45VjE4LjRsMTcuOSAxMC43eicvPjwvc3ZnPiA=);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 24px auto
}

.label-subs label input {
    width: 100%;
    padding: 0
}

.label-subs label input::placeholder {
    opacity: .5;
    color: #000
}

.label-subs label input:focus::placeholder {
    opacity: 0
}

.hero-banner__item-text-black {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

@media(min-width:768px) {
    .hero-banner__item-text-black {
        max-width: 490px;
        margin-bottom: 36px;
        font-size: 20px
    }
}

@media(min-width:1200px) {
    .hero-banner__item-text-black {
        max-width: 100%;
        font-size: 22px
    }
}

@media(min-width:1560px) {
    .hero-banner__item-text-black {
        margin-bottom: 10.3125vh;
        font-size: 24px
    }
}

.about-bg {
    position: absolute;
    width: 100%;
    float: left;
    height: 100%;
    top: 0;
    opacity: 0.06;
}
.dubai-bg {
    position: absolute;
    width: 100%;
    float: right;
    height: 100%;
    top: 0;
    opacity: 0.2;

}
.enquire-bg{background: url(../img/enquire-bg.jpg) no-repeat; background-size: cover; background-attachment: fixed; padding: 50px 0;}

.enquire-bg .field {
    position: relative;
    display: block;
    width: 100%;
    cursor: text
}

.enquire-bg .field .underline {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.enquire-bg .field .underline::before,
.enquire-bg .field .underline::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #1d9ed8 ;
    transition: width .3s ease
}

.enquire-bg .field .underline::before {
    left: 50%
}

.enquire-bg .field .underline::after {
    right: 50%
}

.enquire-bg .field__hint {
    position: absolute;
    top: -1.7em;
    display: block;
    transition: .3s;
    font-size: 12px;
    text-transform: uppercase;
    color: #ccc
}

.enquire-bg .field__hint .red {
    display: inline;
    position: relative;
    top: -7px;
    color: red
}

.enquire-bg .field input,
.enquire-bg .field textarea,
.enquire-bg .field select {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.2); padding:10px  15px; color: #fff;
}

.enquire-bg .field input::placeholder,
.enquire-bg .field textarea::placeholder,
.enquire-bg .field select::placeholder {
    color: transparent
}

.enquire-bg .field input:placeholder-shown~.field__hint,
.enquire-bg .field textarea:placeholder-shown~.field__hint,
.enquire-bg .field select:placeholder-shown~.field__hint {
    font-size:18px;
    text-transform: none;
    top: 10px;
    left: 10px;
    color: #fff;
  
}

.enquire-bg .field input:focus~.field__hint,
.enquire-bg .field select:focus~.field__hint, 
.enquire-bg .field textarea:focus~.field__hint {
    position: absolute;
    top: -1.7em;
    display: block;
    font-size: 12px;
    text-transform: uppercase
}

.enquire-bg .field input:focus~.underline::before,
.enquire-bg .field select:focus~.underline::before,
.enquire-bg .field textarea:focus~.underline::before {
    width: 50%
}

.enquire-bg .field input:focus~.underline::after,
.enquire-bg .field select:focus~.underline::after,
.enquire-bg .field textarea:focus~.underline::after {
    width: 50%
}

.enquire-bg .field textarea {
    resize: none;
    height: 150px
}

.custom-input {
    width: 100%;
    height: 46px;
    padding: 16px 20px;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color .3s ease
}

.news-sb-page__container {
    max-width: 1170px !important;
    padding: 80px 10px 60px
}

@media(min-width:768px) {
    .news-sb-page__container {
        padding: 90px 10px
    }
}

@media(min-width:1560px) {
    .news-sb-page__container {
        padding: 107px 0 168px
    }
}

.news-sb-page__title {
    font-size: 36px;
    letter-spacing: -1.2px;
    text-align: center
}

@media(min-width:768px) {
    .news-sb-page__title {
        font-size: 48px;
        text-align: left
    }
}

.news-sb-page__related-slider {
    margin-top: 30px;
    position: relative
}

@media(min-width:1560px) {
    .news-sb-page__related-slider {
        margin-top: 57px
    }
}

.news-sb-page .post-related {
    margin-bottom: 0;
    padding: 0
}

@media(min-width:768px) {
    .news-sb-page .post-related {
        margin-bottom: 30px
    }
}

.news-sb-page__related-arrow {
    width: 43px;
    height: 43px;
    border: none;
    background-color: #fff;
    position: absolute;
    bottom: -40px;
    outline: none;
    cursor: pointer
}

@media(min-width:768px) {
    .news-sb-page__related-arrow {
        bottom: unset;
        top: -112px
    }
}

@media(min-width:992px) {
    .news-sb-page__related-arrow:hover svg {
        fill: #ff4800
    }
}

.news-sb-page__related-arrow.swiper-button-disabled svg {
    fill: #ccc
}

.news-sb-page__related-arrow svg {
    width: 100%;
    height: 100%;
    transition: fill .3s ease
}

.news-sb-page__related-arrow--prev {
    left: calc(50% - 43px)
}

@media(min-width:768px) {
    .news-sb-page__related-arrow--prev {
        left: unset;
        right: 66px
    }
}

.news-sb-page__related-arrow--prev svg {
    transform: rotate(180deg)
}

.news-sb-page__related-arrow--next {
    right: calc(50% - 43px)
}

@media(min-width:768px) {
    .news-sb-page__related-arrow--next {
        right: 12px
    }
}

.news-sb-page__wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    margin-top: 100px;
    margin-bottom: 50px;
    border-top: 1px solid #dadada;
    overflow: hidden
}

@media(min-width:768px) {
    .news-sb-page__wrapper {
        margin-top: 60px;
        margin-bottom: 101px
    }
}

@media(min-width:992px) {
    .news-sb-page__wrapper {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 104px;
        margin-top: 94px
    }
}


.news-sb-page__container {
    max-width: 1170px !important;
    padding: 80px 10px 60px
}

@media(min-width:768px) {
    .news-sb-page__container {
        padding: 90px 10px
    }
}

@media(min-width:1560px) {
    .news-sb-page__container {
        padding: 107px 0 168px
    }
}

.news-sb-page__title {
    font-size: 36px;
    letter-spacing: -1.2px;
    text-align: center
}

@media(min-width:768px) {
    .news-sb-page__title {
        font-size: 48px;
        text-align: left
    }
}

.news-sb-page__related-slider {
    margin-top: 30px;
    position: relative
}

@media(min-width:1560px) {
    .news-sb-page__related-slider {
        margin-top: 57px
    }
}

.news-sb-page .post-related {
    margin-bottom: 0;
    padding: 0
}

@media(min-width:768px) {
    .news-sb-page .post-related {
        margin-bottom: 30px
    }
}

.news-sb-page__related-arrow {
    width: 43px;
    height: 43px;
    border: none;
    background-color: #fff;
    position: absolute;
    bottom: -40px;
    outline: none;
    cursor: pointer
}

@media(min-width:768px) {
    .news-sb-page__related-arrow {
        bottom: unset;
        top: -112px
    }
}

@media(min-width:992px) {
    .news-sb-page__related-arrow:hover svg {
        fill: #ff4800
    }
}

.news-sb-page__related-arrow.swiper-button-disabled svg {
    fill: #ccc
}

.news-sb-page__related-arrow svg {
    width: 100%;
    height: 100%;
    transition: fill .3s ease
}

.news-sb-page__related-arrow--prev {
    left: calc(50% - 43px)
}

@media(min-width:768px) {
    .news-sb-page__related-arrow--prev {
        left: unset;
        right: 66px
    }
}

.news-sb-page__related-arrow--prev svg {
    transform: rotate(180deg)
}

.news-sb-page__related-arrow--next {
    right: calc(50% - 43px)
}

@media(min-width:768px) {
    .news-sb-page__related-arrow--next {
        right: 12px
    }
}

.news-sb-page__wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    margin-top: 100px;
    margin-bottom: 50px;
    border-top: 0;
    overflow: hidden
}


.post-page__container {
    max-width: 770px !important;
    padding: 60px 10px
}

@media(min-width:768px) {
    .post-page__container {
        padding: 90px 10px
    }
}

@media(min-width:1560px) {
    .post-page__container {
        padding: 90px 0 176px
    }
}

.post-page__heading {
    margin-bottom: 38px
}

@media(min-width:1560px) {
    .post-page__filter {
        margin: 0 -200px
    }
}

.post-page__filter .news-list__filter-with-search input {
    width: 100%
}

.post-page__main-pic {
    margin: 0;
    height: 400px
}

@media(min-width:1560px) {
    .post-page__main-pic {
        margin: 0 -375px;
        height: 700px
    }
}

.post-page__main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post-page__wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 28px
}

@media(min-width:992px) {
    .post-page__wrapper {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 0px
    }
}

.post-sb--main {
    margin-right: 0
}

.post-sb--main .post-sb__content-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 35px -10px 0
}

@media(min-width:768px) {
    .post-sb--main .post-sb__content-gallery {
        margin-bottom: 28px
    }
}

@media(min-width:1200px) {
    .post-sb--main .post-sb__content-gallery {
        margin: 85px -0px 103px
    }
}

.post-sb--main .post-sb__content-gallery-item {
    width: 100%;
    padding: 0 0 48px
}

@media(min-width:768px) {
    .post-sb--main .post-sb__content-gallery-item {
        padding: 0 10px
    }
}

@media(min-width:1200px) {
    .post-sb--main .post-sb__content-gallery-item {
        padding: 0 15px
    }
}

.post-sb--main .post-sb__content-gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

@media(min-width:768px) {
    .post-sb--main .post-sb__content-gallery-item img {
        height: 400px
    }
}

.post-sb--main .post-sb__pic-caption {
    margin-top: 10px
}

.post-sb--main .post-sb__bottom {
    margin-top: 102px
}


.post-sb__title {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -1.2px;
    text-align: center;
    margin-bottom: 35px
}

@media(min-width:992px) {
    .post-sb__title {
        font-size: 48px;
        line-height: 60px;
        text-align: left;
        margin-bottom: 63px
    }
}

.post-sb__title br {
    display: none
}

@media(min-width:992px) {
    .post-sb__title br {
        display: block
    }
}

.post-sb__title-inner {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -.9px;
    margin-bottom: 25px
}

@media(min-width:992px) {
    .post-sb__title-inner {
        font-size: 36px;
        line-height: 29.93px;
        margin-bottom: 37px
    }
}

.post-sb__subtitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px
}

@media(min-width:992px) {
    .post-sb__subtitle {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 40px
    }
}

.post-sb__subtitle a {
    color: #f5480c;
    font-weight: 600
}

@media(min-width:992px) {
    .post-sb__subtitle a:hover {
        text-decoration: underline
    }
}

.post-sb__subtitle br {
    display: none
}

@media(min-width:992px) {
    .post-sb__subtitle br {
        display: block
    }
}

.post-sb__text {
    font-size: 16px;
    line-height: 26px;
    color: #666
}

@media(min-width:992px) {
    .post-sb__text {
        font-size: 18px;
        line-height: 30px
    }
}

.post-sb__text p {
    margin: 0
}

.post-sb__text p+p {
    margin-top: 15px
}

@media(min-width:992px) {
    .post-sb__text p+p {
        margin-top: 30px
    }
}

.post-sb__text a {
    color: #0cf
}

@media(min-width:992px) {
    .post-sb__text a:hover {
        text-decoration: underline
    }
}

.post-sb__review {
    margin: 40px 0
}

@media(min-width:992px) {
    .post-sb__review {
        margin: 84px 0 92px
    }
}

.post-sb__review .twitter-block__wrapper {
    padding: 30px
}

@media(min-width:576px) {
    .post-sb__review .twitter-block__wrapper {
        padding: 66px 71px 55px
    }
}

.post-sb__content-pic {
    margin: 35px 0 28px
}

@media(min-width:992px) {
    .post-sb__content-pic {
        margin: 85px 0 58px
    }
}

.post-sb__content-pic img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

@media(min-width:768px) {
    .post-sb__content-pic img {
        height: 400px
    }
}

@media(min-width:992px) {
    .post-sb__content-pic img {
        height: 500px
    }
}

.post-sb__pic-caption {
    font-size: 14px;
    font-style: italic;
    letter-spacing: .35px;
    color: #999;
    margin-top: 15px;
    text-align: center
}

@media(min-width:992px) {
    .post-sb__pic-caption {
        margin-top: 29px
    }
}

.post-sb__pic-caption a {
    color: #000
}

.post-sb__list {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin: 15px 0;
    padding-left: 0;
    list-style: none
}

@media(min-width:992px) {
    .post-sb__list {
        font-size: 18px;
        line-height: 30px;
        padding-left: 25px;
        margin: 32px 0 35px
    }
}

.post-sb__list li {
    position: relative;
    padding-left: 33px
}

.post-sb__list li+li {
    margin-top: 6px
}

.post-sb__list li::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #666;
    position: absolute;
    top: 14px;
    left: 1px
}

.post-sb__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 45px
}

@media(min-width:992px) {
    .post-sb__bottom {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 93px
    }
}

.post-sb__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.post-sb__tag-item {
    padding: 1.5px 9px;
    margin-bottom: 5px;
    background-color: #fff;
    color: #999;
    border: 1px solid #dadada;
    cursor: pointer;
    font-size: 14px;
    transition: all .3s ease
}

.post-sb__tag-item:hover {
    background-color: #f5480c;
    border: 1px solid #f5480c;
    color: #fff
}

.post-sb__tag-item:not(:last-child) {
    margin-right: 5px
}

.post-sb__socials {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(min-width:992px) {
    .post-sb__socials {
        flex-direction: row
    }
}

.post-sb__socials>p {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .7px;
    text-transform: uppercase;
    margin: 30px 0 10px
}

@media(min-width:992px) {
    .post-sb__socials>p {
        margin: 0 20px 0 0
    }
}

.post-sb__social .social__item+.social__item {
    margin-left: 7px
}

.post-sb__social .social__link {
    width: 30px;
    height: 30px;
    transition: all .3s ease
}

@media(min-width:992px) {
    .post-sb__social .social__link:hover {
        background-color: #fff
    }
}

.post-sb__social .social__link svg {
    fill: #fff
}

.post-sb__related-title {
    font-size: 36px;
    color: #16171e;
    margin-bottom: 39px
}

.post-sb__related-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

@media(min-width:1560px) {
    .post-sb__related-wrapper {
        margin: 0 -25px
    }
}

.post-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0 0;
}

@media(min-width:992px) {
    .post-author {
        flex-direction: row;
        align-items: flex-start;
        padding: 43px 0 0px;
    }
}

.post-author__photo {
    max-width: 80px;
    width: 100%;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px
}

@media(min-width:992px) {
    .post-author__photo {
        margin-right: 20px;
        margin-top: 7px;
        margin-bottom: 0
    }
}

.post-author__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post-author__name {
    font-size: 24px;
    text-align: center;
    margin-bottom: 2px
}

@media(min-width:992px) {
    .post-author__name {
        text-align: left
    }
}

.post-author__position {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    text-align: center;
    margin-bottom: 11px
}

@media(min-width:992px) {
    .post-author__position {
        text-align: left
    }
}

.post-author__text {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    text-align: center;
    margin-bottom: 26px
}

@media(min-width:992px) {
    .post-author__text {
        text-align: left
    }
}

.post-author__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

@media(min-width:992px) {
    .post-author__socials {
        justify-content: flex-start
    }
}

.post-author__socials li+li {
    margin-left: 18px
}

.post-author__socials li a {
    display: block;
    height: 18px
}

@media(min-width:992px) {
    .post-author__socials li a:hover svg {
        opacity: .5
    }
}

.post-author__socials li a svg {
    transition: opacity .3s ease
}

.post-related {
    padding: 0 10px;
    margin-bottom: 30px
}

@media(min-width:1560px) {
    .post-related {
        padding: 0 25px
    }
}

.post-related__pic {
    height: 273px;
    margin-bottom: 31px
}

.post-related__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post-related__date {
    font-size: 13px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 12px
}

.post-related__title {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    transition: color .3s ease
}

@media(min-width:992px) {
    .post-related__title:hover {
        color: #ff4800
    }
}

.comment {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 35px;
    border-top: 1px solid #e5e5e5
}

@media(min-width:768px) {
    .comment {
        margin-top: 71px;
        margin-bottom: 61px;
        padding-top: 67px
    }
}

.comment__title {
    font-size: 36px;
    color: #16171e;
    margin-bottom: 37px;
    text-align: center
}

@media(min-width:768px) {
    .comment__title {
        text-align: left
    }
}

.comment .comment-item {
    display: flex;
    flex-direction: column
}

@media(min-width:768px) {
    .comment .comment-item {
        flex-direction: row
    }
}

.comment .comment-item+.comment-item {
    margin-top: 39px
}

.comment .comment-item__photo {
    max-width: 70px;
    width: 100%;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px
}

@media(min-width:768px) {
    .comment .comment-item__photo {
        margin-bottom: 0;
        margin-right: 20px
    }
}

.comment .comment-item__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.comment .comment-item__top {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px
}

@media(min-width:768px) {
    .comment .comment-item__top {
        flex-direction: row;
        justify-content: space-between
    }
}

.comment .comment-item__name {
    font-size: 20px
}

.comment .comment-item__sent {
    font-size: 13px;
    letter-spacing: .65px;
    text-transform: uppercase
}

.comment .comment-item__text {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-bottom: 17px
}

.comment .comment-item__reply {
    width: 60px;
    padding: 5px 13px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #ccc;
    color: #181b31;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s ease
}

@media(min-width:768px) {
    .comment .comment-item__reply {
        left: 0;
        transform: none
    }

    .comment .comment-item__reply:hover {
        border-color: #f5480c;
        color: #f5480c
    }
}

.comment .comment-item--replyed {
    padding-left: 10px;
    margin-left: 20px;
    border-left: 1px solid #e5e5e5
}

@media(min-width:768px) {
    .comment .comment-item--replyed {
        margin-left: 90px;
        padding-left: 0;
        border-left: none
    }
}

.comment .comment-item--replyed .comment-item__photo {
    max-width: 45px;
    height: 45px
}

.comment-form__title {
    font-size: 36px;
    color: #16171e;
    text-align: center;
    margin-bottom: 30px
}

@media(min-width:992px) {
    .comment-form__title {
        text-align: left;
        margin-bottom: 50px
    }
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    height: 46px;
    padding: 16px 20px;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color .3s ease; margin-top: 10px;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
    font-size: 16px;
    opacity: .5;
    color: #000
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #000
}

.comment-form input:focus::placeholder,
.comment-form textarea:focus::placeholder {
    opacity: 0
}

.comment-form textarea {
    height: 150px;
    resize: none
}

.comment-form__inputs-group {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px
}

@media(min-width:992px) {
    .comment-form__inputs-group {
        flex-direction: row;
        justify-content: space-between;
        margin: 0 -15px 30px
    }
}

.comment-form__inputs-group .comment-form__field-wrapper {
    width: 100%;
    margin: 0 0 15px
}

@media(min-width:992px) {
    .comment-form__inputs-group .comment-form__field-wrapper {
        width: calc(33.3333% - 30px);
        margin: 0 15px
    }
}

.comment-form__inputs-group .comment-form__field-wrapper label {
    margin-bottom: 0
}

.comment-form__btn {
    width: 190px;
    height: 52px;
    padding: 10px;
    margin-top: 30px;
    border-radius: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer
}

@media(min-width:992px) {
    .comment-form__btn {
        left: 0;
        transform: none;
        margin-top: 44px
    }
}
@media(min-width:768px) {
    .news-sb-page__wrapper {
        margin-top: 60px;
        margin-bottom: 101px
    }
}

@media(min-width:992px) {
    .news-sb-page__wrapper {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 0px;
        margin-top: 0px
    }
}

.news-sb {
    order: 1
}

@media(min-width:992px) {
    .news-sb {
        margin-right: 100px;
        order: 0
    }
}

.news-sb__item {
    display: flex;
    flex-direction: column
}

@media(min-width:768px) {
    .news-sb__item {
        flex-direction: row
    }
}

.news-sb__item+.news-sb__item {
    margin-top: 50px
}

.news-sb__item--vertical {
    flex-direction: column
}

.news-sb__item--vertical .news-sb__pic {
    max-width: 100%;
    height: 300px;
    margin-right: 0;
    margin-bottom: 37px
}

@media(min-width:768px) {
    .news-sb__item--vertical .news-sb__pic {
        height: 453px
    }
}

.news-sb__pic {
    width: 100%;
    height: 300px;
    margin-bottom: 37px
}

@media(min-width:768px) {
    .news-sb__pic {
        max-width: 370px;
        height: 218px;
        margin-right: 50px;
        margin-bottom: 0
    }
}

.news-sb__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-sb__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #dadada
}

.news-sb__date {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .32px;
    color: #999;
    margin-top: -4px;
    margin-bottom: 17px
}

.news-sb__date .tag {
    font-size: 14px;
    letter-spacing: .7px;
    color: #ff4800
}

.news-sb__date .delimiter {
    font-size: 14px;
    padding: 0 10px
}

.news-sb__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 22px;
    color: #000;
    transition: color .3s ease
}

@media(min-width:992px) {
    .news-sb__title:hover {
        color: #ff4800
    }
}

.news-sb__text {
    font-size: 16px;
    line-height: 26px;
    color: #999;
    margin-top: auto;
    margin-bottom: 38px
}

.sidebar__categories-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 13px
}

@media(min-width:992px) {

    .sidebar__categories-item:hover .sidebar__categories-name,
    .sidebar__categories-item:hover .sidebar__categories-num {
        color: #ff4800
    }
}

.sidebar__categories-item+.sidebar__categories-item {
    border-top: 1px solid #dadada;
    padding-top: 13px
}

.sidebar__categories-item.active .sidebar__categories-name,
.sidebar__categories-item.active .sidebar__categories-num {
    color: #ff4800
}

.sidebar__categories-name,
.sidebar__categories-num {
    font-size: 14px;
    text-transform: uppercase;
    transition: color .3s ease
}

.sidebar__categories-num {
    color: #999
}

.sidebar__ads {
    display: block;
    max-width: 300px;
    height: 375px;
    margin: 0 auto;
    margin-top: 43px
}

@media(min-width:992px) {
    .sidebar__ads {
        margin: 43px 0 0
    }
}

.sidebar__ads img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sidebar__testimonial {
    margin: 0 auto
}

.sidebar__services {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: services
}

.sidebar__services-item {
    counter-increment: services;
    margin-bottom: -1px;
    padding: 18px 20px 14px 0;
    border-bottom: solid 1px #dadada;
    font-size: 18px;
    line-height: 1.33;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .025em
}

.sidebar__services-item:last-child {
    border-bottom: none
}

.sidebar__services-item a {
    display: flex;
    align-items: center;
    color: #000;
    transition: color .3s ease
}

.sidebar__services-item a::before {
    content: counter(services);
    width: 35px;
    margin-right: 19px;
    flex-shrink: 0;
    font-size: 30px;
    line-height: 1.33;
    color: #ccc;
    border-right: solid 1px #dfdfdf;
    transition: color .3s ease
}

.sidebar__services-item a:hover,
.sidebar__services-item a:focus {
    outline: none;
    color: #ff4800
}

.sidebar__services-item a:hover::before,
.sidebar__services-item a:focus::before {
    color: #000
}

.sidebar__services-item a:active {
    opacity: .7
}

.custom-input::placeholder {
    font-size: 16px;
    opacity: .5
}

.custom-input:focus {
    border-color: #000
}

.custom-input:focus::placeholder {
    opacity: 0
}

input[type=search] {
    border-bottom: 1px solid #000;
    padding: 10px 0;
    background: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA2NCA2NCc+PHBhdGggZD0nTTYyLjkgNTYuNWwtMTctMTMuOGM3LjItOS45IDYuMS0yMy43LTIuNy0zMi41QzM4LjQgNS4zIDMyIDIuNyAyNS4zIDIuN3MtMTMgMi42LTE3LjggNy40UzAgMjEuMyAwIDI4czIuNyAxMy4xIDcuNSAxNy45YzUuMSA1LjEgMTEuNSA3LjUgMTcuOSA3LjUgNi4xIDAgMTIuMy0yLjEgMTcuMS02LjdsMTcuMyAxNC4xYy41LjUgMS4xLjUgMS42LjUuOCAwIDEuNi0uMyAyLjEtMS4xLjgtMSAuOC0yLjYtLjYtMy43ek0yNS4zIDQ4Yy01LjMgMC0xMC40LTIuMS0xNC4xLTUuOS0zLjctMy43LTUuOS04LjgtNS45LTE0LjFzMi4xLTEwLjQgNS45LTE0LjFTMjAgOCAyNS4zIDhzMTAuNCAyLjEgMTQuMSA1LjkgNS45IDguOCA1LjkgMTQuMS0yLjEgMTAuNC01LjkgMTQuMWMtMy43IDMuOC04LjcgNS45LTE0LjEgNS45eicvPjwvc3ZnPiA=) no-repeat right center;
    background-size: 20px
}

input[type=search]::placeholder {
    font-size: 16px;
    opacity: .5
}

input[type=search]:focus::placeholder {
    opacity: 0
}

textarea.custom-input {
    height: 150px;
    resize: none
}

.slide-counter {
    font-size: 24px;
    line-height: 24px;
    color: #ccc
}

@media(min-width:992px) {
    .slide-counter {
        font-size: 30px;
        line-height: 30px
    }
}

.arrow-square {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #fff;
    position: absolute;
    z-index: 1;
    outline: none;
    padding: 0;
    transition: all .3s ease
}

@media(min-width:1200px) {
    .arrow-square {
        width: 60px;
        height: 60px
    }
}

@media(min-width:992px) {
    .arrow-square:hover {
        background-color: transparent
    }

    .arrow-square:hover svg {
        fill: #fff
    }
}

.arrow-square svg {
    width: 50%;
    height: 50%;
    fill: #000;
    transition: fill .3s ease
}

.arrow-square--prev svg {
    transform: rotate(180deg)
}

#pp-nav {
    display: none;
    right: 50px !important
}

@media(min-width:1560px) {
    #pp-nav {
        display: block
    }
}

#pp-nav.dark ul li a span {
    background-color: #000
}

#pp-nav ul li {
    width: 80px;
    margin: 0
}

#pp-nav ul li:hover a.active span {
    height: 1px !important;
    border-radius: 0 !important
}

#pp-nav ul li:hover a span {
    margin: 0;
    background-color: #ff4800
}

#pp-nav ul li+li {
    margin-top: 27px
}

#pp-nav ul li a span {
    width: 30px;
    height: 1px;
    border-radius: 0;
    clip: unset;
    background-color: #fff;
    left: unset;
    right: 0;
    border: none;
    transition: background-color .3s ease
}

#pp-nav ul li a.active span {
    margin: 0;
    width: 80px;
    background-color: #f5480c;
    transition: width .3s ease
}

.desktop-logo{display: block;}
.mobile-logo{display: none;}


.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.d-none {
    display: none !important
}

.overflow-hidden {
    overflow: hidden
}

.d-flex {
    display: flex
}

.about {
    position: relative;
}

.about .exp-img .img {
    width: 90%;
    height: 500px;
    position: relative;
    z-index: 2;
}

.about .exp-img .img:after {
    content: '';
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    background: rgba(255, 255, 255, 0.95);
    z-index: -1;
}

.about .exp-img .img .since {
    position: absolute;
    right: 70px;
    top: 70px;
}

.about .exp-img .img .since span {
    display: block;
    color: #b19777;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.about .exp-img .img .since span:first-of-type {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}

.about .exp-img .img .years {
    position: absolute;
    left: 70px;
    bottom: 70px;
}

.about .exp-img .img .years h2 {
    font-size: 140px;
    font-weight: 800;
    background: url(../img/exp.jpg) no-repeat;
    background-position: 18% 65%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.about .exp-img .img .years h5 {
    color: #b19777;
    letter-spacing: 5px;
    font-size: 20px;
}

.about .exp-content {
    position: relative;
    z-index: 2;
}

.about .exp-content:after {
    content: '';
    width: 200px;
    height: 250px;
    position: absolute;
    top: -40px;
    right: -40px;
    border: 10px solid #fafafa;
    z-index: -1;
}

.about .exp-content.nopat:after {
    display: none;
}

.about .exp-content ul {
    margin: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about .exp-content ul li {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.about .exp-content ul li:after {
    content: '/';
    position: relative;
    margin: 0 15px;
    color: #777;
}

.about .exp-content ul li:last-of-type:after {
    display: none;
}

.about .ab-exp .pattern {
    height: 100%;
    width: 100%;
}

.about .ab-exp .years-exp {
    position: relative;
    height: 100%;
    width: 100%;
    border: 10px solid #23a6de;
}

.about .ab-exp .years-exp .exp-text {
    position: absolute;
    bottom: 40px;
    left: -18px;
    padding: 10px 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
}

.about .ab-exp .years-exp .exp-text h2 {
    font-size: 60px;
    line-height: 1;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.about .ab-exp .years-exp .exp-text h2:after {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8f4f3;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: -1;
}

.about .ab-exp .years-exp .exp-text h6 {
    font-size: 13px;
}

.about .specialty ul {
    margin: 0;
}

.about .specialty ul li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 0 15px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
}

.about .specialty ul li span {
    font-size: 14px;
    font-weight: 300;
    color: #999;
    margin-right: 30px;
}

.about .specialty ul li:last-of-type {
    margin-bottom: 0;
}

.about .pat {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    z-index: 2;
}

.about .pat:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .94;
}

.intro-section .item h6 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-head {
    position: relative;
    margin: 0 auto 80px;
}

.section-head h4 {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 2px;
}

.section-head h6 {
    color: #b19777;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.sub-title {
    color: #b19777;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    padding-left: 60px;
    letter-spacing: 4px;
    margin-bottom: 15px;
    position: relative;
}

.sub-title:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #b19777;
    position: absolute;
    left: 0;
    top: 50%;
}

.extra-title {
    font-weight: 700;
}

.tit h6 {
    color: #b19777;
    font-weight: 400;
    font-size: 22px;
}

.tit h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.btn-curve.btn-color {
    background: #b19777;
    border-color: #b19777;
}

.btn-curve {
    background: transparent;
    padding: 12px 35px;
    border: 1px solid #1e1e1e;
    font-family: 'Teko', sans-serif;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.btn-curve.btn-color {
    background: #b19777;
    border-color: #b19777;
}

.tit .navs span {
    padding: 15px 30px;
    background: #f8f4f3;
    cursor: pointer;
}

.tit .navs span:hover {
    background: #b19777;
    color: #fff;
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat;
}

.sm-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-padding {
    padding: 120px 0;
}

.img img {
    width: 100%;
}

.mb-20 {
    margin-bottom: 20px !important;
}

@media(min-width:992px) {
    .lg-d-flex {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
}

/*------------------------
    about-home-right
---------------------------*/
.about-home-left {
    position: relative;
    z-index: 1;
    padding: 30px;
    margin-bottom: 30px;
    border: 20px solid #23a6de;
}

.about-home-right {
    position: relative;
    z-index: 1;
    padding-bottom: 160px;
}

.about-home-right .about-home-before {
    position: absolute;
    top: 70px;
    z-index: -1;
    right: 0px;
    max-width: 360px;
    width: 100%;
}

.about-home-right .about-home-before img {
    width: 100%;
}

@media only screen and (max-width:768px) {
    .about-home-right .about-home-before {
        top: 60px;
    }
}

@media only screen and (max-width:640px) {
    .about-home-left .text-right {
        text-align: left !important;
    }
}

.about-home {
    max-width: 369px;
    width: 100%;
    margin-left: 0;
}

.about-home img {
    width: 100%
}

.about-home .owl-carousel .owl-dots {
    position: absolute;
    right: 20px;
    margin-top: 0px;
    top: 50%;
    width: 0px;
    transform: translateX(-50%) translateY(-50%);
}

.about-home .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 3px;
    border: none;
    float: right;
    clear: both;
    position: relative;
}

.about-home .owl-carousel .owl-dots .owl-dot span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 3px;
    background-color: #000;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


.about-home.owl-carousel .owl-dots .owl-dot span {
    background: #444;
}

.about-home.owl-carousel .owl-dots .owl-dot.active span {
    background: #f5be23;
}

.about-home-left.about-right-v2 {
    margin-left: 0px;
    margin-top: 0px;
    min-height: 375px;
}

@media only screen and (max-width:480px) {
    .about-home-right .about-home-before {
        display: none;
    }

    .about-home {
        max-width: 100%;
        width: 100%;
    }

    .about-home-right {
        padding-bottom: 50px;
    }
}

.home-2-about {
    position: absolute;
    left: 15px;
    bottom: 0px;
    right: 15px;
    top: 0px;
    min-height: 300px;
}


.about-home-3 {
    position: relative;
    z-index: 1;
    padding: 30px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}


.enquiry {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 110px;
    right: 40px;
    background-color: #23a6de;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #ccc;
    z-index: 100;
}

.float svg,
.enquiry svg {
    fill: #fff;
}

.my-float {
    margin-top: 8px;
    margin-left: 3px;
}

/*=========== bg-change-section ============*/
.bg-change-section {
    position: relative;
}

.bgcall-block {
    height: 600px;
    overflow: hidden;
    position: relative;
    padding: 30px;
    z-index: 1;
    cursor: pointer;
    background-position: center;
    background-size: cover;
}

.bgcall-block-number {
    position: absolute;
    font-size: 120px;
    font-weight: 700;
    opacity: 0.2;
    color: #fff;
    line-height: 1;
    transition: all .3s ease;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bgcall-block:hover .bgcall-block-number {
    top: 42px;
    opacity: 1;
}

.bg-overlay {
    background: rgba(38, 55, 116, .6);
    z-index: -1;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    width: auto;
    height: auto;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;

    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.bgcall-block:hover .bg-overlay {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}


.bgcall-block .site-button-link:hover {
    color: #fff;
}

.bgcall-block .icon-content {
    padding: 0px 20px 0px 20px;
}

.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.bg-black {
    background-color: #000;
}

.sx-icon-box-wraper {
    position: relative;
}

.icon-lg {
    text-align: center;
    margin-bottom: 15px;
}

.sx-tilte a {
    color: #fff;
}

.sx-tilte {
    font-size: 35px;
    margin-bottom: 15px;
}

@media(max-width:991px) {
    .bg-dark {
        background-color: rgba(0, 0, 0, .6) !important
    }
}

@media(max-width:991px) {
    .bg-light {
        background-color: rgba(255, 255, 255, .6) !important
    }
}

.field-error {
    font-size: 16px;
    line-height: 20px;
    color: #f5480c;
    margin-bottom: 15px;
    margin-top: 5px
}

.grid-wrapper {
    display: flex;
    flex-wrap: wrap
}

@media(min-width:768px) {
    .grid-wrapper {
        margin: 0 -10px
    }
}

@media(min-width:1200px) {
    .grid-wrapper {
        margin: 0 -25px
    }
}

.btn {
    display: inline-block;
    vertical-align: top;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #ff4800;
    background-color: #ff4800;
    cursor: pointer;
    transition: background-color .3s ease
}

@media(min-width:1200px) {
    .btn {
       margin-bottom: 25px;
    }
}

.btn:hover,
.btn:focus {
    outline: none;
    background-color: #ff6d33;
    color: #fff;
    box-shadow: none
}

.btn:active {
    opacity: .7;
    box-shadow: none
}

.btn--outline {
    background-color: transparent;
    color: #ff4800;
    border-color: #ff4800;
    transition: background-color .3s ease, color .3s ease
}

.btn--outline:hover,
.btn--outline:focus {
    outline: none;
    background-color: #ff4800;
    color: #fff
}

.btn--technical {
    color: #000;
    font-weight: 600;
    border: solid 2px #000;
    border-radius: 0;
    background-color: transparent
}

.btn--technical:hover,
.btn--technical:focus {
    border-color: #ffdf91;
    background-color: #ffdf91
}


.webpage--modern .btn {
    border: solid 1px #1d9ed8;
    background-color: #1d9ed8
}

.webpage--modern .btn:hover,
.webpage--modern .btn:focus {
    background-color: #1d9ed8
}

.webpage--modern .btn--outline {
    background-color: transparent;
    color: #1d9ed8;
    border-color: #1d9ed8
}

.webpage--modern .btn--outline:hover,
.webpage--modern .btn--outline:focus {
    color: #fff;
    background-color: #1d9ed8
}

.field {
    position: relative;
    display: block;
    width: 100%;
    cursor: text
}

.field .underline {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.field .underline::before,
.field .underline::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: width .3s ease
}

.field .underline::before {
    left: 50%
}

.field .underline::after {
    right: 50%
}

.field__hint {
    position: absolute;
    top: -1.7em;
    display: block;
    transition: .3s;
    font-size: 12px;
    text-transform: uppercase;
    color: #999
}

.field__hint .red {
    display: inline;
    position: relative;
    top: -7px;
    color: red
}

.field input,
.field textarea,
.field select {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 18px
}

.field input::placeholder,
.field textarea::placeholder {
    color: transparent
}

.field input:placeholder-shown~.field__hint,
.field textarea:placeholder-shown~.field__hint {
    font-size: 15px;
    text-transform: none;
    top: -5px
}

.field input:focus~.field__hint,
.field textarea:focus~.field__hint {
    position: absolute;
    top: -1.7em;
    display: block;
    font-size: 12px;
    text-transform: uppercase
}

.field input:focus~.underline::before,
.field textarea:focus~.underline::before {
    width: 50%
}

.field input:focus~.underline::after,
.field textarea:focus~.underline::after {
    width: 50%
}

.field textarea {
    resize: none;
    height: 150px
}

@media(min-width:1200px) {
    .field textarea {
        height: 209px
    }
}

@media screen and (min-width:768px) and (max-width:1199.98px) {
    .field--md-small .field__hint {
        top: -1.2em;
        font-size: 10px
    }

    .field--md-small input,
    .field--md-small textarea {
        padding-bottom: 6px;
        font-size: 14px
    }

    .field--md-small input:placeholder-shown~.field__hint,
    .field--md-small textarea:placeholder-shown~.field__hint {
        font-size: 14px
    }

    .field--md-small input:focus,
    .field--md-small textarea:focus {
        border-bottom-color: #000
    }

    .field--md-small input:focus~.field__hint,
    .field--md-small textarea:focus~.field__hint {
        top: -1.2em;
        font-size: 10px
    }
}

.field--bordered input,
.field--bordered textarea {
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1;
    color: #000;
    border: solid 1px #dadada;
    transition: border-color .3s ease
}

@media(min-width:1200px) {

    .field--bordered input,
    .field--bordered textarea {
        padding: 18px 30px
    }
}

.field--bordered input:hover,
.field--bordered input:focus,
.field--bordered textarea:hover,
.field--bordered textarea:focus {
    outline: none;
    border-color: #000
}

.field--bordered input::placeholder,
.field--bordered textarea::placeholder {
    color: #999
}

@media(min-width:1200px) {
    .field--bordered textarea {
        height: 180px
    }
}

.video-btn {
    display: flex;
    align-self: flex-start;
    font-size: 14px;
    line-height: 1.375;
    color: #000;
    letter-spacing: .05em;
    text-transform: uppercase
}

@media(min-width:1200px) {
    .video-btn {
        font-size: 16px
    }
}

@media(min-width:1200px) {
    .video-btn--size-large .video-btn__text {
        max-width: 100px;
        margin-left: 24px;
        font-size: 18px
    }
}

.heading {
    margin: 0;
    font-size: 32px;
    line-height: 1.18;
    color: #283875;
    font-weight: 300;
    letter-spacing: -.025em
}

.heading--h1 {
    font-size: 36px
}

.heading--upper {
    text-transform: uppercase
}

@media(min-width:576px) {
    .heading {
        font-size: 42px
    }

    .heading--h1 {
        font-size: 48px
    }
}

@media(min-width:1200px) {
    .heading {
        font-size: 54px
    }

    .heading--h1 {
        font-size: 64px
    }
}

.menu-toggle {
    position: relative;
    display: block;
    width: 25px;
    height: 12px;
    padding: 0;
    border: none;
    background-color: transparent;
    appearance: none;
    cursor: pointer;
    transition: transform .3s ease
}

.menu-toggle--white::before,
.menu-toggle--white::after {
    border-top: solid 3px #fff
}

.menu-toggle--opened::before {
    transform: translateY(2px)
}

.menu-toggle--opened::after {
    transform: translateY(-2px)
}

.menu-toggle::before,
.menu-toggle::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-top: solid 3px #000;
    transition: border-top-color .3s ease, transform .3s ease
}

.menu-toggle::before {
    top: 0
}

.menu-toggle::after {
    bottom: 0
}

.menu-toggle--white::before,
.menu-toggle--white::after {
    border-top: solid 3px #fff
}

.menu-toggle:hover,
.menu-toggle:focus {
    outline: none
}

.menu-toggle:hover::before,
.menu-toggle:hover::after,
.menu-toggle:focus::before,
.menu-toggle:focus::after {
    border-top-color: #ff4800
}

.webpage--modern .menu-toggle:hover::before,
.webpage--modern .menu-toggle:hover::after,
.webpage--modern .menu-toggle:focus::before,
.webpage--modern .menu-toggle:focus::after {
    border-top-color: #1d9ed8 !important
}


.navigation__dropdown {
    position: absolute;
    z-index: 1;
    min-width: 400px;
    background-color: #253774;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease
}

.navigation__dropdown--columns {
    width: 670px;
    min-width: 0
}

@media(min-width:992px) {
    .navigation__dropdown--columns {
        width:200px
    }
}

@media(min-width:1200px) {
    .navigation__dropdown--columns {
        width: 200px
    }
}

.navigation__dropdown:hover {
    opacity: 1;
    pointer-events: auto
}

@media(min-width:992px) {
    .navigation__dropdown {
        left: -50px;
        bottom: -15px;
        transform: translateY(100%);
        padding: 10px 25px
    }
}

@media(min-width:1200px) {
    .navigation__dropdown {
        left: 0;
        padding: 20px
    }
}

@media(min-width:992px) {
    .navigation__dropdown-wrapper {
        display: flex
    }
}

@media(min-width:992px) {
    .navigation__dropdown-column {
        flex-grow: 1
    }

    .navigation__dropdown-column+.navigation__dropdown-column {
        width: 50%;
        padding-left: 32px
    }
}

.navigation__dropdown-column-title {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .01em
}

.navigation__dropdown-list {
    list-style: none;
    padding: 0px 0;
    margin: 0
}

.navigation__dropdown-item--current a {
    color: #ff4800 !important;
    font-weight: 600
}

.navigation__dropdown-item a {
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    letter-spacing: .015em;
    transition: color .3s ease
}

.navigation__dropdown-item a:hover,
.navigation__dropdown-item a:focus {
    outline: none;
    color: #1d9ed8
}

.navigation__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.navigation__item {
    position: relative;
    margin-right: 20px
}

@media(min-width:992px) {
    .navigation__item {
        margin-right: 40px
    }
}

@media(min-width:1200px) {
    .navigation__item {
        margin-right: 60px
    }
}

.navigation__item::after {
    content: "";
    position: absolute;
    top: 55%;
    right: -8px;
    transform: translateY(-50%) translateX(100%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ccc
}

@media(min-width:992px) {
    .navigation__item::after {
        right: -17px;
        width: 6px;
        height: 6px
    }
}

@media(min-width:1200px) {
    .navigation__item::after {
        right: -27px
    }
}

.navigation__item:last-child {
    margin-right: 0
}

.navigation__item:last-child::after {
    display: none
}

.navigation__item--current .navigation__link {
    color: #ff4800;
    font-weight: 600
}

.navigation__link {
    font-size: 12px;
    line-height: 1;
    color: #000;
    text-transform: capitalize;
    transition: color .3s ease
}

@media(min-width:992px) {
    .navigation__link {
        font-size: 16px
    }
}

.navigation__link:hover,
.navigation__link:focus {
    outline: none;
    color: #ff4800;
    position: relative
}

.navigation__link:hover::after,
.navigation__link:focus::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    height: 70px
}

.navigation__link:hover+.navigation__dropdown,
.navigation__link:focus+.navigation__dropdown {
    opacity: 1;
    pointer-events: auto
}

.navigation__link:active {
    opacity: .7
}

.webpage--modern .navigation__link:hover,
.webpage--modern .navigation__link:focus {
    color: #1d9ed8 !important
}

.webpage--modern .navigation__item::after {
    display: none
}

.webpage--modern .navigation__item--current .navigation__link {
    color: #38c1ff !important
}

.webpage--modern .navigation__dropdown-item a:hover,
.webpage--modern .navigation__dropdown-item a:focus {
    color: #1d9ed8
}

.webpage--modern .navigation__dropdown-item--current a {
    color: #1d9ed8 !important
}

.logo {
    display: flex
}

.logo__image {
    display: block;
    margin-right: 8px;
    align-self: center
}

@media(min-width:768px) {
    .logo__image {
        width: 52px;
        margin-right: 14px
    }
}

.logo__image svg {
    display: block;
    width: 100%;
    height: auto;
    transition: fill .3s ease
}

.logo__text {
    display: block;
    max-width: 110px;
    align-self: center;
    font-size: 12px;
    line-height: 1.285;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .22px;
    transition: color .3s ease
}

@media(min-width:768px) {
    .logo__text {
        font-size: 14px
    }
}

.logo[href]:hover,
.logo[href]:focus {
    outline: none
}

.logo[href]:hover svg,
.logo[href]:focus svg {
    fill: #ff4800
}

.logo[href]:hover .logo__text,
.logo[href]:focus .logo__text {
    color: #ff4800
}

.webpage--modern .logo__image svg {
    fill: #1d9ed8
}

.webpage--modern .logo__text {
    display: block;
    max-width: 110px;
    align-self: center;
    font-size: 12px;
    line-height: 1.285;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .22px;
    transition: color .3s ease
}

@media(min-width:768px) {
    .webpage--modern .logo__text {
        font-size: 14px
    }
}

.webpage--modern .logo[href]:hover,
.webpage--modern .logo[href]:focus {
    outline: none;
}

.webpage--modern .logo[href]:hover svg,
.webpage--modern .logo[href]:focus svg {
    fill: #edff2f;
}

.webpage--modern .logo[href]:hover__text,
.webpage--modern .logo[href]:focus__text {
    color: #1d9ed8 !important;
}

.social {
    list-style: none;
    padding: 0;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap
}

.social--black .social__link {
    width: 20px;
    height: 20px;
    border: none
}

.social--black .social__link svg {
    fill: #fff;
}

.social--black .social__link:hover,
.social--black .social__link:focus {
    background-color: transparent
}

.social--black .social__link:hover svg,
.social--black .social__link:focus svg {
    fill: #ff4800
}

.social--technical .social__link {
    border-color: #000
}

.social--technical .social__link svg {
    fill: #000
}

.social--technical .social__link:hover,
.social--technical .social__link:focus {
    border-color: #000;
    background-color: #ffdf91
}

.social--technical .social__link:hover svg,
.social--technical .social__link:focus svg {
    fill: #000
}

.social__item+.social__item {
    margin-left: 16px
}

@media(min-width:576px) {
    .social__item+.social__item {
        margin-left: 24px
    }
}

.social__link {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    border-radius: 50%;
    transition: border-color .3s ease, background-color .3s ease
}

.social__link svg {
    display: block;
    align-self: center;
    transition: fill .3s ease
}

.lang-switcher__item .social__link svg {
    fill: #fff;
}

.social__link:hover,
.social__link:focus {
    outline: none;
    background-color: #1d9ed8;
    border-color: #1d9ed8
}

.social__link:hover svg,
.social__link:focus svg {
    fill: #fff
}

.social__link:active {
    opacity: .7
}

.social .fb {
    background-color: #3b5999;
    border-color: #3b5999;
    transition: all .3s ease
}

@media(min-width:992px) {
    .social .fb:hover svg {
        fill: #3b5999
    }
}

.social .tw {
    background-color: #55acee;
    border-color: #55acee;
    transition: all .3s ease
}

@media(min-width:992px) {
    .social .tw:hover svg {
        fill: #55acee
    }
}

.social .g-plus {
    background-color: #dd4b39;
    border-color: #dd4b39;
    transition: all .3s ease
}

@media(min-width:992px) {
    .social .g-plus:hover svg {
        fill: #dd4b39
    }
}

.social .tumblr {
    background-color: #2b4b6a;
    border-color: #2b4b6a;
    transition: all .3s ease
}

@media(min-width:992px) {
    .social .tumblr:hover svg {
        fill: #2b4b6a
    }
}

.social .rss {
    background-color: #fb7000;
    border-color: #fb7000;
    transition: all .3s ease
}

@media(min-width:992px) {
    .social .rss:hover svg {
        fill: #fb7000
    }
}

.webpage--modern .social--black .social__link:hover svg,
.webpage--modern .social--black .social__link:focus svg {
    fill: #1d9ed8
}

.more {
    font-size: 14px;
    line-height: 1;
    color: #000;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: color .3s ease
}

.more:hover,
.more:focus {
    outline: none;
    color: #ff4800
}

.more:active {
    opacity: .7
}

.more-btn {
    display: flex;
    justify-content: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: solid 1px #ccc;
    transition: border-color .3s ease
}

.more-btn:hover,
.more-btn:focus {
    outline: none;
    border-color: #ff4800
}

.more-btn:hover .more-btn__text,
.more-btn:focus .more-btn__text {
    color: #ff4800
}

.more-btn__text {
    font-size: 16px;
    line-height: 1;
    color: #000;
    letter-spacing: .05em;
    text-transform: uppercase;
    align-self: center;
    transition: color .3s ease
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

@media(min-width:768px) {
    .pagination {
        justify-content: flex-start
    }
}

.pagination__links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    order: -1;
    margin-bottom: 20px
}

@media(min-width:768px) {
    .pagination__links {
        width: auto;
        justify-content: flex-start;
        order: 0;
        margin-bottom: 0
    }
}

.pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 16px;
    color: #000
}

@media(min-width:768px) {
    .pagination__link {
        width: 45px;
        height: 45px
    }
}

@media(min-width:992px) {
    .pagination__link:hover {
        color: #ff4800
    }
}

.pagination__link+.pagination__link {
    margin-left: 10px
}

@media(min-width:768px) {
    .pagination__link+.pagination__link {
        margin-left: 17px
    }
}

.pagination__link.active {
    color: #f5480c;
    border: 2px dashed #f5480c
}

.pagination__btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #999
}

@media(min-width:992px) {
    .pagination__btn:hover {
        color: #ff4800
    }
}

.pagination__btn--prev {
    margin-right: 20px
}

.pagination__btn--next {
    margin-left: 30px
}

.filter--technical .filter__item {
    font-weight: 400;
    position: relative;
    z-index: 1
}

.filter--technical .filter__item::before {
    content: "";
    display: block;
    width: 100%;
    height: 14px;
    position: absolute;
    bottom: -40%;
    left: 0;
    z-index: -1;
    background-color: #ffdf91;
    opacity: 0;
    transition: opacity .3s ease
}

.filter--technical .filter__item:hover,
.filter--technical .filter__item:focus {
    color: #000
}

.filter--technical .filter__item:hover::before,
.filter--technical .filter__item:focus::before {
    opacity: 1
}

.filter--technical .filter__item--active {
    font-weight: 700;
    color: #000
}

.filter--technical .filter__item--active::before {
    opacity: 1
}

.filter__item {
    margin-right: 20px;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    appearance: none;
    cursor: pointer;
    transition: color .3s ease
}

@media(min-width:1200px) {
    .filter__item {
        margin-right: 32px;
        font-size: 16px
    }
}

.filter__item:last-child {
    margin-right: 0
}

.filter__item:hover,
.filter__item:focus {
    outline: none;
    color: #ff4800
}

.filter__item--active {
    color: #ff4800
}

.sort {
    display: flex;
    align-items: baseline
}

.sort__hint {
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 14px;
    line-height: 1;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .05em;
    align-self: center
}

@media(min-width:1200px) {
    .sort__hint {
        font-size: 16px
    }
}

.sort__select {
    align-self: center;
    padding: 0 24px 0 0;
    font-size: 14px;
    line-height: 1;
    color: #000;
    text-align: right;
    border: none;
    appearance: none;
    background-size: 12px 12px;
    background-position: right 0 top 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA2NCA2NCc+PHBhdGggZD0nTTMyIDQ4LjFjLTEuMyAwLTIuNC0uNS0zLjUtMS4zTC44IDIwLjdDLS4zIDE5LjYtLjMgMTggLjggMTdjMS4xLTEuMSAyLjctMS4xIDMuNyAwTDMyIDQyLjhsMjcuNS0yNi4xYzEuMS0xLjEgMi43LTEuMSAzLjcgMCAxLjEgMS4xIDEuMSAyLjcgMCAzLjdMMzUuNSA0Ni41Yy0xLjEgMS40LTIuMiAxLjYtMy41IDEuNnonLz48L3N2Zz4=)
}

@media(min-width:1200px) {
    .sort__select {
        font-size: 16px
    }
}

.sort__select::-ms-expand {
    display: none
}

.paginate {
    overflow: hidden
}

.paginate--simple {
    display: flex;
    justify-content: center
}

.paginate--simple .paginate__item {
    padding: 0 15px
}

@media(min-width:1200px) {
    .paginate--simple .paginate__item {
        height: 16.104vw
    }
}

.paginate--simple .paginate__item a {
    font-size: 42px;
    line-height: 1;
    color: #000;
    transition: color .3s ease
}

@media(min-width:1200px) {
    .paginate--simple .paginate__item a {
        font-size: 90px
    }
}

.paginate--simple .paginate__item a:hover,
.paginate--simple .paginate__item a:focus {
    outline: none;
    color: #ff4800
}

.paginate--simple .paginate__item a:active {
    opacity: .7
}

.paginate--arrows {
    display: flex;
    justify-content: center;
    height: 82px;
    border-bottom: solid 1px rgba(0, 0, 0, .1)
}

@media(min-width:768px) {
    .paginate--arrows {
        padding: 0 5px
    }
}

@media(min-width:1200px) {
    .paginate--arrows {
        padding: 0 13px
    }
}

@media(min-width:1560px) {
    .paginate--arrows {
        padding: 0 51px
    }
}

.paginate--arrows .paginate__item {
    height: auto;
    padding: 0 15px;
    align-self: center;
    flex-shrink: 0
}

.paginate--arrows .paginate__item--all {
    flex-grow: 1;
    text-align: center
}

.paginate--arrows .paginate__item a {
    display: inline-block;
    vertical-align: top
}

.paginate--arrows .paginate__item a.disabled svg {
    fill: #999
}

.paginate--arrows .paginate__item a svg {
    display: block;
    transition: fill .3s ease
}

.paginate--arrows .paginate__item a:not(.disabled):hover,
.paginate--arrows .paginate__item a:not(.disabled):focus {
    outline: none
}

.paginate--arrows .paginate__item a:not(.disabled):hover svg,
.paginate--arrows .paginate__item a:not(.disabled):focus svg {
    fill: #ff4800
}

.paginate--arrows .paginate__item a:active {
    opacity: .7
}

.paginate__item {
    position: relative;
    z-index: 0;
    height: 120px
}

@media(min-width:768px) {
    .paginate__item {
        height: 15.104vw
    }
}

.paginate__item--prev .paginate__image {
    right: 0
}

.paginate__item--next {
    text-align: right
}

.paginate__item--next a {
    justify-content: flex-end
}

.paginate__item--next .paginate__image {
    left: 0
}

.paginate__item a {
    display: flex;
    height: 100%
}

.paginate__item a:hover,
.paginate__item a:focus {
    outline: none
}

.paginate__item a:hover .paginate__image,
.paginate__item a:focus .paginate__image {
    opacity: 1
}

.paginate__item a:hover .paginate__text span,
.paginate__item a:focus .paginate__text span {
    top: -30px;
    opacity: 0
}

.paginate__item a:active {
    opacity: .7
}

.paginate__image {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 50vw;
    height: 100%;
    opacity: 0;
    transition: all 500ms 500ms ease-in-out
}

.paginate__image img {
    display: block;
    width: auto;
    height: 100%
}

.paginate__text {
    align-self: center;
    font-size: 20px;
    line-height: 1.3;
    color: #000
}

@media(min-width:1200px) {
    .paginate__text {
        font-size: 30px
    }
}

.paginate__text span.hint {
    position: relative;
    top: 0;
    display: block;
    margin-bottom: 8px;
    transition: all 400ms 200ms ease-in-out;
    font-size: 12px;
    line-height: 1;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .075em
}

@media(min-width:1200px) {
    .paginate__text span.hint {
        margin-bottom: 16px;
        font-size: 14px
    }
}

.paginate__text span:not(.hint) {
    position: relative;
    top: 0;
    transition: all 400ms 300ms ease-in-out
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .8);
    display: none
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    transform: translateX(-50%) translateY(-50%);
    width: 640px;
    height: auto;
    padding: 40px;
    background-color: #fff;
    display: none
}

.modal__close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background-color: transparent;
    appearance: none;
    cursor: pointer
}

.modal__close svg {
    fill: #000;
    align-self: center;
    transition: fill .3s ease
}

.modal__close:hover,
.modal__close:focus {
    outline: none
}

.modal__close:hover svg,
.modal__close:focus svg {
    fill: #ff4800
}

.modal__close:active {
    opacity: .7
}

.modal--video {
    width: 90vw;
    padding: 0
}

.modal--video .wrapper {
    position: relative;
    padding-bottom: 56.25%
}

.modal--video .wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none
}

@media(min-width:768px) {
    .modal--video {
        width: 70vw
    }
}

.modal--video video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    border: none
}

.modal--video .modal__close {
    transform: translateY(-100%)
}

.modal--video .modal__close svg {
    fill: #fff
}

.modal--video .modal__close:hover svg,
.modal--video .modal__close:focus svg {
    fill: #ff4800
}

.popup--thanks .popup__title {
    font-size: 32px;
    text-align: center
}

@media(min-width:992px) {
    .popup--thanks .popup__title {
        font-size: 45px
    }
}


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none !important;
}

.preloader__text {
    align-self: center;
    font-size: 48px
}

.preloader__spinner {
    position: relative;
    width: 50px;
    height: 50px;
    align-self: center
}

.preloader__double-bounce {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: bounce 2s infinite ease-in-out;
    opacity: .6;
    border-radius: 50%;
    background-color: #ff4800
}

.preloader__double-bounce--delay {
    animation-delay: -1s
}


.webpage--modern .preloader__double-bounce {
    background-color: #1d9ed8
}

@keyframes bounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.webpage__an-awards {
    margin-bottom: 60px
}

@media(min-width:768px) {
    .webpage__an-awards {
        margin-bottom: 100px
    }
}

@media(min-width:1200px) {
    .webpage__an-awards {
        margin-bottom: 165px
    }
}

.webpage__our-story {
    margin-bottom: 60px
}

@media(min-width:768px) {
    .webpage__our-story {
        margin-bottom: 100px
    }
}

@media(min-width:1200px) {
    .webpage__our-story {
        margin-bottom: 0px
    }
}

.webpage__latest-projects {
    margin-bottom: 60px
}

@media(min-width:768px) {
    .webpage__latest-projects {
        margin-bottom: 100px
    }
}

@media(min-width:1200px) {
    .webpage__latest-projects {
        margin-bottom: 67px
    }
}

.webpage__review {
    margin-bottom: 60px
}

@media(min-width:768px) {
    .webpage__review {
        margin-bottom: 100px
    }
}

@media(min-width:1200px) {
    .webpage__review {
        margin-bottom: 185px
    }
}

.webpage__review+.webpage__partners {
    margin-bottom: 0;
    padding-bottom: 60px
}

@media(min-width:768px) {
    .webpage__review+.webpage__partners {
        margin-bottom: 0;
        padding-bottom: 100px
    }
}

@media(min-width:1200px) {
    .webpage__review+.webpage__partners {
        margin-bottom: 0;
        padding-bottom: 143px
    }
}

.webpage__rewards {
    margin-bottom: 60px
}

@media(min-width:768px) {
    .webpage__rewards {
        margin-bottom: 100px
    }
}

@media(min-width:1200px) {
    .webpage__rewards {
        margin-bottom: 128px
    }
}

.webpage__partners {
    margin-bottom: 60px
}

@media(min-width:768px) {
    .webpage__partners {
        margin-bottom: 100px
    }
}

@media(min-width:1200px) {
    .webpage__partners {
        margin-bottom: 143px
    }
}

.webpage__article-list {
    padding-bottom: 100px
}

@media(min-width:768px) {
    .webpage__article-list {
        padding-bottom: 150px
    }
}

@media(min-width:1200px) {
    .webpage__article-list {
        padding-bottom: 212px
    }
}

.webpage__hero-banner {
    margin-bottom: 60px
}

@media(min-width:1200px) {
    .webpage__hero-banner {
        margin-bottom: 150px
    }
}


.lang-switcher {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.lang-switcher--white .lang-switcher__link {
    color: #fff
}

.lang-switcher--upper .lang-switcher__link {
    text-transform: uppercase
}

.lang-switcher--menu .lang-switcher__item {
    margin-right: 24px
}

.lang-switcher--menu .lang-switcher__link {
    font-size: 14px;
    letter-spacing: .05em;
    color: #000
}

.lang-switcher--menu .lang-switcher__link--current {
    color: #ff4800
}

.lang-switcher__item {
    margin-right: 14px
}

@media(min-width:1200px) {
    .lang-switcher__item {
        margin-right: 15px
    }
}

.lang-switcher__item:last-child {
    margin-right: 0
}

.lang-switcher__link {
    font-size: 12px;
    line-height: 1;
    color: #999;
    text-transform: uppercase;
    transition: color .3s ease
}

@media(min-width:1200px) {
    .lang-switcher__link {
        font-size: 14px
    }
}

.lang-switcher__link--current {
    color: #000;
    font-weight: 600;
    pointer-events: none
}

.lang-switcher__link:hover,
.lang-switcher__link:focus {
    outline: none;
    color: #ff4800
}

.lang-switcher__link:not(.lang-switcher__link--current):active {
    opacity: .7
}

.webpage--modern .lang-switcher__link:hover,
.webpage--modern .lang-switcher__link:focus {
    color: #1d9ed8 !important
}

.webpage--modern .lang-switcher--menu .lang-switcher__link:hover,
.webpage--modern .lang-switcher--menu .lang-switcher__link:focus {
    color: #1d9ed8
}

.webpage--modern .lang-switcher--menu .lang-switcher__link--current {
    color: #1d9ed8
}

.header {
    position: relative;
    z-index: 2;
    border-top: solid 5px #f5480c;
    background-color: #fff
}

.header--aside {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: calc(100% - 52px);
    max-width: 375px;
    height: 100vh;
    min-height: 500px;
    padding: 0 !important;
    border-top: none;
    border-right: solid 1px #e2e2e2;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform .3s ease
}

@media(min-width:1200px) {
    .header--aside {
        transition: none;
        transform: translateX(0);
        max-width: 300px
    }
}

@media(min-width:1560px) {
    .header--aside {
        max-width: 375px
    }
}

.header--aside .header__inner {
    padding: 6.48vh 20px 8vh !important;
    flex-direction: column;
    height: 100%
}

@media(min-width:576px) {
    .header--aside .header__inner {
        padding-left: 3.64vw !important;
        padding-right: 3.64vw !important
    }
}

.header--aside .header__inner>* {
    align-self: flex-start
}

.header--aside .header__inner::before {
    content: "";
    width: 100%;
    margin: 4vh 0 3vh;
    border-bottom: solid 1px #e2e2e2
}

@media(min-height:900px) {
    .header--aside .header__inner::before {
        margin: 6.48vh 0 3.56vh
    }
}

.header--aside .header__logo {
    margin: 0;
    order: -1
}

.header--aside .header__lang-switcher {
    margin-bottom: 4vh;
    margin-left: 0;
    margin-right: 0
}

@media(min-height:900px) {
    .header--aside .header__lang-switcher {
        margin-bottom: 5.5vh
    }
}

.header--aside .header__social {
    margin-top: 30px;
    margin-bottom: 2.5vh
}

@media(min-height:900px) {
    .header--aside .header__social {
        margin-bottom: 4.44vh
    }
}

.header--aside .header__nav {
    display: block;
    margin-bottom: auto
}

.header--aside .header__toggle {
    position: absolute;
    top: 12px;
    right: 0;
    transform: translateX(100%)
}

@media(min-width:1200px) {
    .header--aside .header__toggle {
        display: none
    }
}

.header--aside .header__address {
    margin-bottom: 8px
}

.header--opened {
    z-index: 1000;
    transform: translateX(0)
}

@media(min-width:1200px) {
    .header--opened {
        z-index: 2
    }
}

.header--white {
    border: none !important
}

.header--white .header__inner {
    position: relative
}

.header--white .header__inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-top: solid 1px rgba(255, 255, 255, .2)
}

@media(min-width:1200px) {
    .header--white .header__lang-switcher {
        margin-right: 0vw
    }
}

.header--white .logo__text {
    color: #fff
}

.header--white .logo[href]:hover,
.header--white .logo[href]:focus {
    color: #ff4800
}

.header--white .lang-switcher__link {
    color: #fff
}

.header--white .lang-switcher__link:hover,
.header--white .lang-switcher__link:focus {
    color: #ff4800
}


.header--white .menu-toggle::before,
.header--white .menu-toggle::after {
    border-top: solid 3px #fff
}

.header--white .menu-toggle:hover::before,
.header--white .menu-toggle:hover::after,
.header--white .menu-toggle:focus::before,
.header--white .menu-toggle:focus::after {
    border-top-color: #ff4800
}

.header--white .navigation__link {
    color: #fff;
    font-weight: 500;
}

.header--white .navigation__link:hover,
.header--white .navigation__link:focus {
    color: #ff4800
}

.header--white .navigation__item--current .header--white .navigation__link {
    color: #ff4800 !important
}

.header--absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.header--intro {
    background-color: transparent
}

.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    border-top: none;
    box-shadow: 0 1px 0 0 #ddd;
    transition: transform .5s ease
}

@media(min-width:768px) {
    .header--fixed .header__inner {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.header--fixed .logo__image {
    width: 36px;
    margin-right: 10px
}

.header--fixed .logo__text {
    font-size: 10px
}

@media(min-width:992px) {
    .header--fixed .header__logo {
        margin-right: calc(2.69vw + 20px)
    }
}

@media(min-width:992px) {
    .header--fixed .navigation__dropdown {
        bottom: -29px
    }
}


@media(min-width:768px) {
    .header {
        border-top-width: 7px
    }
}

@media(min-width:992px) {
    .header {
        border-top-width: 10px
    }
}

.header__purchase {
    margin-left: auto;
    border-radius: 0;
    align-self: center
}

.header__purchase-text {
    display: none
}

@media(min-width:576px) {
    .header__purchase-text {
        display: inline
    }
}

.header__purchase svg {
    display: block;
    fill: #fff
}

@media(min-width:576px) {
    .header__purchase svg {
        display: none
    }
}

.header__inner {
    display: flex;
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
    padding: 15px;
    justify-content: space-between;
}

@media(min-width:768px) {
    .header__inner {
        padding: 32px 15px
    }
}

@media(min-width:992px) {
    .header__inner {
        padding: 10px 15px 10px
    }
}

.header__inner>* {
    align-self: center
}

.header__lang-switcher {
    margin-left: 50px;
}

@media(min-width:768px) {
    .header__lang-switcher {
        margin-right: 5.41vw
    }
}

.header__logo {
    margin-right: 20px
}

@media(min-width:768px) {
    .header__logo {
        margin-right: 0
    }
}

@media(min-width:992px) {
    .header__logo {
        margin-right: 8.69vw;
        margin-top: -5px
    }
}

.header__nav {
    display: none
}

@media(min-width:992px) {
    .header__nav {
        display: block;
        margin-left: auto;
    }
}

.header__chat {
    margin-right: 20px;
    margin-left: auto
}

@media(min-width:768px) {
    .header__chat {
        margin-right: 2.41vw
    }
}

@media(min-width:992px) {
    .header__chat {
        margin-right: 5.2vw
    }
}

.header__search {
    margin: 0
}

.header__menu-toggle {
    margin-left: 20px
}

@media(min-width:768px) {
    .header__menu-toggle {
        margin-left: 2.41vw
    }
}

@media(min-width:992px) {
    .header__menu-toggle {
        display: none;
        margin-left: 1.66vw
    }

    .header__menu-toggle--always {
        display: block
    }
}

.header__address {
    font-size: 18px;
    line-height: 1.44;
    color: #666;
    font-style: normal
}

.header__phone {
    font-size: 18px;
    line-height: 1.44;
    color: #666;
    transition: color .3s ease
}

.header__phone:hover,
.header__phone:focus {
    outline: none;
    color: #ff4800
}

.header__phone:active {
    opacity: .7
}

.header__part {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding-top: 15px;
    padding-bottom: 15px
}

@media(min-width:992px) {
    .header__part--start {
        padding-left: 15px;
        padding-right: 4.16vw;
        border-right: solid 1px #000
    }
}

.header__part--center {
    flex-grow: 1
}

@media(min-width:992px) {
    .header__part--center {
        padding-left: 4.16vw
    }
}

@media(min-width:992px) {
    .header__part--end {
        padding-left: 2.91vw;
        padding-right: 15px;
        border-left: solid 1px #000
    }
}

.webpage--modern .header {
    border-top: none
}

.webpage--modern .header--white {
    background-color: transparent
}

.webpage--modern .header--white.header--fixed {
    background: rgba(255, 255, 255, 0.9)
}

.webpage--modern .header--white .sticky-logo {
    display: none;
}

.webpage--modern .header--white.header--fixed .sticky-logo {
    display: block;
}

.webpage--modern .header--white.header--fixed .logo__image {
    display: none;
}

.webpage--modern .header--white.header--fixed .logo__text {
    color: #000
}

.webpage--modern .header--white.header--fixed .logo[href]:hover,
.webpage--modern .header--white.header--fixed .logo[href]:focus {
    color: #1d9ed8
}

.webpage--modern .header--white.header--fixed .lang-switcher__link {
    color: #000
}

.webpage--modern .header--white.header--fixed .lang-switcher__link:hover,
.webpage--modern .header--white.header--fixed .lang-switcher__link:focus {
    color: #1d9ed8
}

.webpage--modern .header--white.header--fixed .menu-toggle::before,
.webpage--modern .header--white.header--fixed .menu-toggle::after {
    border-top: solid 3px #000
}

.webpage--modern .header--white.header--fixed .menu-toggle:hover::before,
.webpage--modern .header--white.header--fixed .menu-toggle:hover::after,
.webpage--modern .header--white.header--fixed .menu-toggle:focus::before,
.webpage--modern .header--white.header--fixed .menu-toggle:focus::after {
    border-top-color: #1d9ed8
}

.webpage--modern .header--white.header--fixed .navigation__link,
.webpage--modern .header--white.header--fixed .social__link svg {
    color: #000;
    fill: #000;
}

.webpage--modern .header--white.header--fixed .navigation__link:hover,
.webpage--modern .header--white.header--fixed .navigation__link:focus {
    color: #1d9ed8
}

.webpage--modern .header--white.header--fixed .navigation__item--current .navigation__link {
    color: #1d9ed8 !important
}

.header-3 {
    display: block;
    width: 100%;
    border-top: none;
    background-color: transparent;
    padding: 8px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    transition: background-color .3s ease
}

@media(min-width:992px) {
    .header-3 {
        padding: 48px 0 15px
    }
}

.header-3 .logo__image svg {
    fill: #fff;
    transition: fill .3s ease
}

.header-3 .logo__text {
    color: #fff
}

@media(min-width:992px) {
    .header-3 .logo:hover .logo__image svg {
        fill: #ff4800
    }
}

.header-3 .header__inner {
    max-width: 100%;
    padding: 0 15px;
    justify-content: space-between
}

@media(min-width:992px) {
    .header-3 .header__inner {
        padding: 0 50px
    }
}

.header-3 .header__menu-toggle-wrapper {
    display: flex;
    align-items: center;
    align-self: center
}

@media(min-width:992px) {
    .header-3 .header__menu-toggle-wrapper {
        align-self: flex-start
    }
}

.header-3 .header__menu-toggle-wrapper span {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    padding-right: 17px;
    transition: color .3s ease
}

.header-3 .header__menu-toggle::before,
.header-3 .header__menu-toggle::after {
    border-top-color: #fff;
    transition: border-top-color .3s ease
}

@media(min-width:992px) {

    .header-3 .header__menu-toggle:hover::before,
    .header-3 .header__menu-toggle:hover::after {
        border-top-color: #ff4800
    }
}

.header-3--dark .logo__image svg {
    fill: #000
}

.header-3--dark .logo__text {
    color: #000
}

.header-3--dark .header__menu-toggle-wrapper span {
    color: #000
}

.header-3--dark .header__menu-toggle::before,
.header-3--dark .header__menu-toggle::after {
    border-top-color: #000
}

.footer {
    padding: 32px 0;
    background-color: #f9fbfd;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-image: url(../img/footer-bg.jpg);
    background-size: cover
}

@media(min-width:768px) {
    .footer {
        padding: 40px 0 40px
    }
    .footer__bottom{margin-top: 20px;}
}

@media(min-width:992px) {
    .footer {
        padding: 80px 0 40px
    }
}

@media(min-width:1200px) {
    .footer {
        padding: 100px 0 80px
    }
}


.footer--modern {
    background-image: none;
    background-color: #283875
}

.footer--modern .footer__column-title {
    text-transform: uppercase;
    font-weight: 700
}

@media(min-width:1200px) {
    .footer--modern .footer__inner {
        max-width: 1550px
    }
    .footer--modern .footer__inner a{color: #fff;}
    .footer--modern .footer__inner a:hover{color: #1d9ed8;}
}


.footer__top {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: solid 1px rgba(0, 0, 0, .2)
}

@media(min-width:768px) {
    .footer__top {
        margin-bottom: 56px;
        padding-bottom: 56px
    }
}

@media(min-width:1200px) {
    .footer__top {
        margin-bottom: 115px;
        padding-bottom: 130px
    }
}

.footer__top p {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1.33;
    color: #666;
    letter-spacing: -.025em
}

@media(min-width:768px) {
    .footer__top p {
        margin-top: 16px;
        font-size: 20px
    }
}

@media(min-width:1200px) {
    .footer__top p {
        margin-top: 32px;
        font-size: 24px
    }
}

@media(min-width:992px) {
    .footer__middle {
        margin-bottom: 56px
    }
}

@media(min-width:1200px) {
    .footer__middle {
        margin-bottom: 152px
    }
}

.footer__address {
    font-size: 14px;
    line-height: 1.44;
    color: #666;
    font-style: normal
}

@media(min-width:1200px) {
    .footer__address {
        margin-bottom: 10px;
        font-size: 18px
    }
}

.footer__phone {
    font-size: 14px;
    line-height: 1;
    color: #666;
    transition: color .3s ease
}

@media(min-width:1200px) {
    .footer__phone {
        font-size: 18px
    }
}

.footer__phone:hover,
.footer__phone:focus {
    outline: none;
    color: #ff4800
}

.footer__phone:active {
    opacity: .7
}

@media(min-width:992px) {
    .footer__social {
        justify-content: flex-end
    }
}

.footer__copyright {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: .015em
}

.footer__copyright span {
    color: #fff
}

@media(min-width:768px) {
    .footer__copyright {
        margin-bottom: 0
    }
}

@media(min-width:1200px) {
    .footer__copyright {
        font-size: 16px
    }
}

.footer__design {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
    letter-spacing: .015em
}

.footer__design span {
    color: #000
}

@media(min-width:576px) {
    .footer__design {
        text-align: right
    }
}

@media(min-width:1200px) {
    .footer__design {
        font-size: 16px
    }
}

.footer__column {
    margin-bottom: 24px
}

@media(min-width:992px) {
    .footer__column {
        margin-bottom: 0
    }
}

.footer__column-title {
    margin-top: 25px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin-bottom: 25px;
}

@media(min-width:768px) {
    .footer__column-title {
        font-size: 30px
    }
}

@media(min-width:1200px) {
    .footer__column-title {
        margin-bottom: 36px
    }
}

.footer__column-address {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    font-style: normal
}

.footer__column-email {
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    transition: color .3s ease
}

.footer__column-email:hover,
.footer__column-email:focus {
    outline: none;
    color: #fff
}

.footer__column-info {
    margin-bottom: 32px
}

.footer__column-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer__column-item--current .footer__column-link {
    color: #fff
}

@media(min-width:1200px) {
    .footer__column-item {
        margin-bottom: 9px;
        float: left;
        width: 50%;
    }
}

.footer__column-link {
    font-size: 14px;
    line-height: 1.44;
    color: #fff;
    transition: color .3s ease
}

@media(min-width:1200px) {
    .footer__column-link {
        font-size: 16px
    }
}

.footer__column-link:hover,
.footer__column-link:focus {
    outline: none;
    color: #ff4800
}

.footer__column-link:active {
    opacity: .7
}

.footer__logo {
    margin-bottom: 20px
}

@media(min-width:768px) {
    .footer__logo {
        margin-bottom: 0
    }
}

.footer__hint {
    margin: 12px 0;
    font-size: 16px;
    line-height: 1;
    color: #999
}

@media(min-width:768px) {
    .footer__hint {
        margin-top: 24px
    }
}

@media(min-width:992px) {
    .footer__hint {
        margin: 0 20px 0 0
    }
}

.footer__bottom {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #dbdee4
}

.webpage--modern .footer__appeal a {
    color: #1d9ed8
}

.webpage--modern .footer__column-email:hover,
.webpage--modern .footer__column-email:focus {
    outline: none;
    color: #1d9ed8
}

.webpage--modern .footer__column-link:hover,
.webpage--modern .footer__column-link:focus {
    outline: none;
    color: #1d9ed8
}

.phone-block {
    display: flex
}

.phone-block--theme-orange .phone-block__icon {
    background-color: #ff4800
}

.phone-block--theme-orange .phone-block__icon svg {
    fill: #fff
}

.phone-block--theme-beige .phone-block__icon {
    background-color: #4d524b
}

.phone-block--theme-beige .phone-block__icon svg {
    fill: #e6da89
}

.phone-block--theme-beige .phone-block__number:hover,
.phone-block--theme-beige .phone-block__number:focus {
    outline: none;
    color: #aeab98
}

.phone-block__icon {
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: #faece7;
    flex-shrink: 0;
    align-self: center
}

.phone-block__icon svg {
    fill: #ff4800;
    align-self: center
}

.phone-block__content {
    align-self: center
}

.phone-block__hint {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
    color: #666;
    letter-spacing: .05em;
    text-transform: uppercase
}

.phone-block__number {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 1;
    color: #000;
    letter-spacing: .025em;
    transition: color .3s ease
}

@media(min-width:992px) {
    .phone-block__number {
        font-size: 24px
    }
}

.phone-block__number:hover,
.phone-block__number:focus {
    outline: none;
    color: #ff4800
}

.work-card--compact,
.work-card--masonry {
    position: relative;
    padding: 0;
    box-sizing: border-box
}

.work-card--compact .work-card__content,
.work-card--masonry .work-card__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 36px 36px 30px;
    pointer-events: none
}

@media(min-width:768px) {

    .work-card--compact .work-card__content,
    .work-card--masonry .work-card__content {
        padding: 48px 48px 42px
    }
}

@media(min-width:1200px) {

    .work-card--compact .work-card__content,
    .work-card--masonry .work-card__content {
        padding: 64px 64px 60px
    }
}

.work-card--compact .work-card__image,
.work-card--masonry .work-card__image {
    position: relative;
    margin: 0
}



.work-card--compact .work-card__image:hover,
.work-card--compact .work-card__image:focus,
.work-card--masonry .work-card__image:hover,
.work-card--masonry .work-card__image:focus {
    outline: none;
    opacity: 1
}

.work-card--compact .work-card__image:hover::before,
.work-card--compact .work-card__image:focus::before,
.work-card--masonry .work-card__image:hover::before,
.work-card--masonry .work-card__image:focus::before {
    opacity: 1
}

.work-card--compact .work-card__year,
.work-card--masonry .work-card__year {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1;
    color: #fff
}

.work-card--compact .work-card__tags,
.work-card--masonry .work-card__tags {
    margin-top: auto;
    font-size: 18px;
    color: #fff
}

.work-card--compact .work-card__heading,
.work-card--masonry .work-card__heading {
    max-width: 380px;
    margin: 0;
    font-weight: 700
}

@media(min-width:1200px) {

    .work-card--compact .work-card__heading,
    .work-card--masonry .work-card__heading {
        font-size: 36px !important
    }
}

.work-card--compact .work-card__heading a,
.work-card--masonry .work-card__heading a {
    color: #fff
}

.work-card--masonry:hover .work-card__content {
    opacity: 1
}

.work-card--masonry .work-card__content {
    padding: 36px 36px 30px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease
}

@media(min-width:768px) {
    .work-card--masonry .work-card__content {
        padding: 48px 48px 42px
    }
}

.work-card--grid {
    border: 4px solid #000;
    box-sizing: border-box
}

.work-card--grid .work-card__image {
    height: 450px;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden
}

@media(min-width:1200px) {
    .work-card--grid .work-card__image {
        height: 780px;
        padding: 50px
    }
}

.work-card--grid .work-card__image:hover img {
    transform: scale(1.3)
}

.work-card--grid .work-card__image img {
    height: 100%;
    object-fit: cover
}

.work-card--grid .work-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 1px solid #000
}

@media(min-width:992px) {
    .work-card--grid .work-card__content {
        flex-direction: row
    }
}

.work-card--grid .work-card__content-wrapper {
    padding: 45px 60px 25px
}

.work-card--grid .work-card__tags {
    font-size: 14px;
    line-height: 34px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 10px
}

.work-card--grid .work-card__heading a {
    font-size: 36px;
    letter-spacing: -.025em;
    color: #000;
    text-transform: none;
    cursor: pointer
}

@media(min-width:992px) {
    .work-card--grid .work-card__heading a {
        font-size: 48px
    }
}

.work-card--grid .work-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #000;
    cursor: pointer;
    transition: background-color .3s ease
}

@media(min-width:992px) {
    .work-card--grid .work-card__button {
        width: 212px;
        border-left: 1px solid #000
    }

    .work-card--grid .work-card__button:hover,
    .work-card--grid .work-card__button:focus {
        outline: none;
        background-color: #ffdf91
    }
}

.work-card--grid .work-card__button svg {
    width: 96px;
    height: 54px
}

.work-card__image {
    display: block;
    margin-bottom: 24px;
    overflow: hidden;
    transition: opacity .3s ease
}

@media(min-width:1200px) {
    .work-card__image {
        margin-bottom: 43px
    }
}

.work-card__image:hover,
.work-card__image:focus {
    outline: none;
    opacity: .7
}

.work-card__image:hover img,
.work-card__image:focus img {
    transform: scale(1.1)
}

.work-card__image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .3s ease
}

.work-card__tags {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1;
    color: #ff4800
}

@media(min-width:1200px) {
    .work-card__tags {
        margin-bottom: 18px
    }
}

.work-card__heading {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1;
    color: #000;
    letter-spacing: .025em;
    font-weight: 400;
    text-transform: uppercase
}

@media(min-width:1200px) {
    .work-card__heading {
        margin-bottom: 26px;
        font-size: 30px
    }
}

.work-card__heading a {
    color: #000
}

.work-card__heading a:hover,
.work-card__heading a:focus {
    outline: none;
    text-decoration: underline
}

.work-card__text {
    font-size: 16px;
    line-height: 1.625;
    color: #666
}

.webpage--modern .work-card--compact .work-card__image::before {
    background-color: #1d9ed8
}

.slide-content {
    box-sizing: border-box;
    padding: 35px 0 10px;
    background-color: #fff;
    transition: all .3s ease
}

@media(min-width:576px) {
    .slide-content {
        padding: 20px
    }

    .slide-content:hover {
        background-color: #ff4800
    }

    .slide-content:hover .slide-content__heading a {
        color: #fff
    }

    .slide-content:hover .slide-content__detail {
        color: #fff
    }
}

@media(min-width:992px) {
    .slide-content {
        padding: 32px
    }
}

@media(min-width:1200px) {
    .slide-content {
        padding: 48px
    }
}

@media(min-width:1560px) {
    .slide-content {
        padding: 67px 63px 43px
    }
}

.slide-content--thumb {
    cursor: pointer
}

@media(min-width:768px) {
    .slide-content--thumb {
        background-color: transparent;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent)
    }
}

@media(min-width:1200px) {
    .slide-content--thumb {
        padding: 28px
    }
}

@media(min-width:768px) {
    .slide-content--thumb .slide-content__detail {
        color: #fff
    }
}

@media(min-width:768px) {
    .slide-content--thumb .slide-content__heading {
        color: #fff;
        font-weight: 300
    }

    .slide-content--thumb .slide-content__heading a {
        color: #fff
    }
}

.slide-content--thumb:hover,
.slide-content--thumb:focus {
    background-color: #fff;
    background-image: none;
    transition: background-color .3s ease
}

.slide-content--thumb:hover .slide-content__detail,
.slide-content--thumb:focus .slide-content__detail {
    color: #666
}

.slide-content--thumb:hover .slide-content__heading,
.slide-content--thumb:focus .slide-content__heading {
    color: #000
}

.slide-content--thumb:hover .slide-content__heading a,
.slide-content--thumb:focus .slide-content__heading a {
    color: #000
}

.slide-content--thumb:hover .slide-content__heading a:hover,
.slide-content--thumb:hover .slide-content__heading a:focus,
.slide-content--thumb:focus .slide-content__heading a:hover,
.slide-content--thumb:focus .slide-content__heading a:focus {
    color: #ff4800
}

@media(min-width:768px) {

    .slide-content--thumb:hover .slide-content__heading a,
    .slide-content--thumb:focus .slide-content__heading a {
        color: #000
    }

    .slide-content--thumb:hover .slide-content__heading a:hover,
    .slide-content--thumb:hover .slide-content__heading a:focus,
    .slide-content--thumb:focus .slide-content__heading a:hover,
    .slide-content--thumb:focus .slide-content__heading a:focus {
        color: #ff4800
    }
}

.slide-content__detail {
    margin-bottom: 6px;
    transition: color .3s ease;
    font-size: 12px;
    line-height: 1;
    color: #666;
    letter-spacing: .025em
}

@media(min-width:992px) {
    .slide-content__detail {
        margin-bottom: 8px;
        font-size: 14px
    }
}

@media(min-width:1200px) {
    .slide-content__detail {
        margin-bottom: 20px;
        font-size: 16px
    }
}

@media(min-width:1560px) {
    .slide-content__detail {
        margin-bottom: 24px
    }
}

.slide-content__heading {
    font-size: 20px;
    line-height: 1;
    color: #000
}

.slide-content__heading a {
    color: #000;
    transition: color .3s ease
}

.slide-content__heading a:hover,
.slide-content__heading a:focus {
    outline: none;
    color: #ff4800
}

@media(min-width:992px) {
    .slide-content__heading {
        font-size: 30px
    }
}

@media(min-width:1200px) {
    .slide-content__heading {
        font-size: 36px
    }
}

@media(min-width:1560px) {
    .slide-content__heading {
        font-size: 40px
    }
}

.slide {
    position: relative
}

.slide img {
    display: block;
    width: 100%;
    height: auto
}

@media(min-width:576px) {
    .slide__content {
        position: absolute;
        left: -1px;
        bottom: -1px
    }
}

@media(min-width:1200px) {
    .slide__content {
        min-width: 475px
    }
}

.slider {
    margin-bottom: 0 !important
}

.slider .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center
}

@media(min-width:576px) {
    .slider .swiper-pagination {
        bottom: -48px
    }
}

@media(min-width:1200px) {
    .slider .swiper-pagination {
        bottom: -104px
    }
}

.slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    appearance: none;
    border-radius: 4px;
    background-color: #ccc;
    opacity: 1;
    transition: width .3s ease, background-color .3s ease
}

@media(min-width:576px) {
    .slider .swiper-pagination .swiper-pagination-bullet {
        margin: 0 11px
    }
}

.slider .swiper-pagination .swiper-pagination-bullet-active {
    width: 36px;
    background-color: #ff4800
}

.slider--single .swiper-pagination {
    margin-top: 20px
}

@media(min-width:768px) {
    .slider--single .swiper-pagination {
        margin-top: 40px
    }
}

@media(min-width:1200px) {
    .slider--single .swiper-pagination {
        margin-top: 95px
    }
}

.slider--single .swiper-slide-next .slide__content {
    opacity: 0
}

@media(min-width:768px) {
    .slider--single .slider__item {
        width: 77%
    }
}

@media(min-width:1200px) {
    .slider--single .slider__item {
        width: 100%
    }
}

@media(min-width:768px) {
    .slider--single .slider__nav {
        top: calc(50% - 20px);
        left: 0;
        right: 0;
        transform: translateY(-50%);
        z-index: 1
    }
}

@media(min-width:1200px) {
    .slider--single .slider__nav {
        top: calc(50% - 47px)
    }
}

.slider--carousel .swiper-scrollbar {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin-top: 90px;
    background-color: rgba(0, 0, 0, .15)
}

.slider--carousel .swiper-scrollbar-drag {
    top: -1px;
    height: 3px;
    background-color: #ff4800
}

.slider--carousel .slider__item {
    width: 100%;
    box-sizing: border-box
}

@media(min-width:576px) {
    .slider--carousel .slider__item {
        width: 70%
    }
}

@media(min-width:992px) {
    .slider--carousel .slider__item {
        width: 40%
    }
}

@media(min-width:1200px) {
    .slider--carousel .slider__item {
        width: 35.5%
    }
}

.slider--with-thumbs {
    padding-top: 60px
}

@media(min-width:768px) {
    .slider--with-thumbs {
        padding-top: 0
    }
}

.slider--with-thumbs .slider__nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex
}

@media(min-width:768px) {
    .slider--with-thumbs .slider__nav {
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        z-index: 1
    }
}

.slider--with-thumbs .slider__nav-btn {
    width: 18px;
    height: 32px;
    padding: 0;
    border: none;
    overflow: hidden;
    background-color: transparent;
    appearance: none;
    cursor: pointer
}

.slider--with-thumbs .slider__nav-btn:hover,
.slider--with-thumbs .slider__nav-btn:focus {
    outline: none;
    background-color: transparent !important;
    border-color: transparent !important
}

.slider--with-thumbs .slider__nav-btn:hover svg,
.slider--with-thumbs .slider__nav-btn:focus svg {
    fill: #ff4800 !important
}

@media(min-width:768px) {
    .slider--with-thumbs .slider__nav-btn {
        border: solid 1px #fff !important
    }

    .slider--with-thumbs .slider__nav-btn:hover,
    .slider--with-thumbs .slider__nav-btn:focus {
        background-color: #ff4800 !important;
        border: solid 1px #ff4800
    }

    .slider--with-thumbs .slider__nav-btn:hover svg,
    .slider--with-thumbs .slider__nav-btn:focus svg {
        fill: #fff !important
    }
}

.slider--with-thumbs .slider__nav-btn.swiper-button-disabled {
    pointer-events: none;
    opacity: .5
}

@media(min-width:768px) {
    .slider--with-thumbs .slider__nav-btn.swiper-button-disabled {
        border: solid 1px #fff;
        background-color: transparent !important
    }

    .slider--with-thumbs .slider__nav-btn.swiper-button-disabled svg {
        fill: #fff !important
    }
}

.slider--with-thumbs .slider__nav-btn svg {
    position: relative;
    left: 50%;
    display: block;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    transition: fill .3s ease
}

@media(min-width:768px) {
    .slider--with-thumbs .slider__nav-btn svg {
        position: static;
        width: 34px;
        height: auto;
        transform: translateX(0);
        fill: #fff
    }
}

@media(min-width:768px) {
    .slider--with-thumbs .slider__nav-btn {
        position: absolute;
        top: 0;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border: solid 1px #fff;
        transition: background-color .3s ease, border-color .3s ease
    }

    .slider--with-thumbs .slider__nav-btn:hover,
    .slider--with-thumbs .slider__nav-btn:focus {
        background-color: #fff
    }

    .slider--with-thumbs .slider__nav-btn:hover svg,
    .slider--with-thumbs .slider__nav-btn:focus svg {
        fill: #000
    }
}

.slider__nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex
}

@media(min-width:768px) {
    .slider__nav {
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        z-index: 1
    }
}

.slider__nav-btn {
    width: 18px;
    height: 32px;
    padding: 0;
    border: none;
    overflow: hidden;
    background-color: transparent;
    appearance: none;
    cursor: pointer
}

.slider__nav-btn:hover,
.slider__nav-btn:focus {
    outline: none;
    background-color: #ff4800 !important;
    border-color: #ff4800 !important
}

.slider__nav-btn:hover svg,
.slider__nav-btn:focus svg {
    fill: #fff !important
}

.slider__nav-btn--next {
    margin-left: 12px
}

@media(min-width:768px) {
    .slider__nav-btn--next {
        right: 3.125vw;
        margin: 0
    }
}

@media(min-width:768px) {
    .slider__nav-btn--prev {
        left: 3.125vw
    }
}

.slider__nav-btn.swiper-button-disabled {
    pointer-events: none;
    opacity: .5
}

@media(min-width:768px) {
    .slider__nav-btn.swiper-button-disabled {
        border: solid 1px #fff;
        background-color: transparent !important
    }

    .slider__nav-btn.swiper-button-disabled svg {
        fill: #fff !important
    }
}

.slider__nav-btn svg {
    position: relative;
    left: 50%;
    display: block;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    transition: fill .3s ease
}

@media(min-width:768px) {
    .slider__nav-btn svg {
        position: static;
        width: 34px;
        height: auto;
        transform: translateX(0);
        fill: #fff
    }
}

@media(min-width:768px) {
    .slider__nav-btn {
        position: absolute;
        top: 0;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border: solid 1px #fff;
        transition: background-color .3s ease, border-color .3s ease
    }

    .slider__nav-btn:hover,
    .slider__nav-btn:focus {
        background-color: #fff
    }

    .slider__nav-btn:hover svg,
    .slider__nav-btn:focus svg {
        fill: #000
    }
}

.webpage--modern .slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1d9ed8
}

.project-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.project-meta--line .project-meta__item {
    padding: 0 10px;
    text-align: center
}

@media(min-width:768px) {
    .project-meta--line .project-meta__item {
        width: 25%;
        margin: 0 !important
    }
}

.project-meta--table {
    display: block
}

.project-meta--table .project-meta__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 !important;
    padding: 10px 0;
    border-bottom: solid 1px rgba(0, 0, 0, .1)
}

.project-meta--table .project-meta__item:last-child {
    border-bottom: none
}

.project-meta--table .project-meta__item-title {
    margin: 0;
    align-self: center
}

@media(min-width:576px) {
    .project-meta--table .project-meta__item-title {
        font-size: 14px
    }
}

.project-meta--table .project-meta__item-text {
    text-align: right;
    align-self: center
}

@media(min-width:576px) {
    .project-meta--table .project-meta__item-text {
        font-size: 16px
    }
}

@media(min-width:1200px) {
    .project-meta {
        padding-top: 10px
    }
}

.project-meta__item {
    width: 50%;
    padding-right: 10px
}

@media(min-width:1200px) {
    .project-meta__item {
        padding: 0 22px
    }
}

.project-meta__item:nth-child(n+3) {
    margin-top: 30px
}

@media(min-width:1200px) {
    .project-meta__item:nth-child(n+3) {
        margin-top: 52px
    }
}

.project-meta__item-title {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .05em
}

@media(min-width:1200px) {
    .project-meta__item-title {
        margin-bottom: 24px;
        font-size: 14px
    }
}

.project-meta__item-text {
    font-size: 14px;
    line-height: 1.66;
    color: #000
}

@media(min-width:1200px) {
    .project-meta__item-text {
        font-size: 18px
    }
}

@media(min-width:768px) {
    .twitter-block--small .twitter-block__wrapper {
        padding: 40px
    }
}

@media(min-width:992px) {
    .twitter-block--small .twitter-block__wrapper {
        padding: 40px
    }
}

@media(min-width:1200px) {
    .twitter-block--small .twitter-block__wrapper {
        padding: 65px 57px 65px 70px
    }
}

.twitter-block--small .twitter-block__text {
    font-size: 14px;
    line-height: 1.33;
    color: #000;
    font-style: italic
}

@media(min-width:576px) {
    .twitter-block--small .twitter-block__text {
        font-size: 20px
    }
}

@media(min-width:992px) {
    .twitter-block--small .twitter-block__text {
        font-size: 20px
    }
}

@media(min-width:1200px) {
    .twitter-block--small .twitter-block__text {
        font-size: 30px
    }
}

.twitter-block--sidebar {
    max-width: 100%
}

@media(min-width:992px) {
    .twitter-block--sidebar {
        max-width: 300px
    }
}

.twitter-block--sidebar .twitter-block__wrapper {
    padding: 30px !important
}

.twitter-block--sidebar .twitter-block__header {
    margin-bottom: 32px !important
}

.twitter-block--sidebar .twitter-block__author-image {
    width: 45px !important;
    height: 45px !important
}

.twitter-block--sidebar .twitter-block__author-meta,
.twitter-block--sidebar .twitter-block__author-name {
    font-size: 16px !important
}

.twitter-block--sidebar .twitter-block__author-info {
    font-size: 12px !important
}

.twitter-block--sidebar .twitter-block__text {
    margin-bottom: 30px;
    font-size: 18px !important
}

.twitter-block--sidebar .twitter-block__social svg {
    width: 24px !important
}

.twitter-block--sidebar time {
    font-size: 12px !important
}

.twitter-block--technical .twitter-block__wrapper {
    padding: 0;
    border: none
}

.twitter-block__heading {
    margin-bottom: 40px;
    font-weight: 400
}

@media(min-width:1200px) {
    .twitter-block__heading {
        margin-bottom: 92px;
        font-size: 60px;
        line-height: 1;
        letter-spacing: -.025em
    }
}

.twitter-block__wrapper {
    padding: 20px;
    border: solid 1px #d6d6d6
}

@media(min-width:576px) {
    .twitter-block__wrapper {
        padding: 40px
    }
}

@media(min-width:768px) {
    .twitter-block__wrapper {
        padding: 60px
    }
}

@media(min-width:992px) {
    .twitter-block__wrapper {
        padding: 80px
    }
}

@media(min-width:1200px) {
    .twitter-block__wrapper {
        padding: 93px 170px 105px
    }
}

.twitter-block__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

@media(min-width:576px) {
    .twitter-block__header {
        margin-bottom: 40px
    }
}

@media(min-width:992px) {
    .twitter-block__header {
        margin-bottom: 53px
    }
}

.twitter-block__author {
    display: flex
}

.twitter-block__author-image {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    align-self: center;
    border-radius: 50%;
    overflow: hidden
}

@media(min-width:576px) {
    .twitter-block__author-image {
        width: 60px;
        height: 60px;
        margin-right: 20px
    }
}

.twitter-block__author-image img {
    display: block;
    width: 100%;
    height: auto
}

.twitter-block__author-meta {
    font-size: 14px;
    line-height: 1;
    color: #000;
    align-self: center
}

.twitter-block__author-name {
    margin-bottom: 6px
}

@media(min-width:576px) {
    .twitter-block__author-name {
        font-size: 20px
    }
}

.twitter-block__author-info {
    font-size: 12px;
    color: #999;
    letter-spacing: .015em
}

@media(min-width:576px) {
    .twitter-block__author-info {
        font-size: 16px
    }
}

.twitter-block__author-info a {
    color: #999;
    transition: color .3s ease
}

.twitter-block__author-info a:hover,
.twitter-block__author-info a:focus {
    outline: none;
    color: #0cf
}

.twitter-block__author-info a:active {
    opacity: .7
}

.twitter-block__social {
    align-self: center
}

.twitter-block__social svg {
    display: block;
    width: 24px;
    height: auto;
    fill: #0cf;
    transition: fill .3s ease
}

@media(min-width:576px) {
    .twitter-block__social svg {
        width: 34px
    }
}

.twitter-block__text {
    font-size: 14px;
    line-height: 1.64;
    color: #000;
    font-style: italic
}

@media(min-width:576px) {
    .twitter-block__text {
        font-size: 20px
    }
}

@media(min-width:992px) {
    .twitter-block__text {
        font-size: 28px
    }
}

.twitter-block__text a {
    color: #0cf;
    transition: color .3s ease
}

.twitter-block__text a:hover,
.twitter-block__text a:focus {
    outline: none;
    color: #33d6ff
}

.twitter-block__text a:active {
    opacity: .7
}

.twitter-block time {
    font-size: 14px;
    line-height: 1;
    color: #999;
    letter-spacing: .015em
}

@media(min-width:576px) {
    .twitter-block time {
        font-size: 16px
    }
}

.liked {
    width: 80px
}

.liked__btn {
    display: flex;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
    border: solid 1px #d6d6d6
}

.liked__btn svg {
    align-self: center;
    fill: #ff4800;
    transition: transform .3s ease
}

.liked__btn:hover,
.liked__btn:focus {
    outline: none
}

.liked__btn:hover svg,
.liked__btn:focus svg {
    transform: scale(1.1)
}

.liked__btn:active {
    opacity: .7
}

.liked__text {
    font-size: 16px;
    line-height: 1;
    color: #000;
    letter-spacing: .015em;
    text-align: center
}

.testimonials__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

@media(min-width:1200px) {
    .testimonials__header {
        margin-bottom: 78px
    }
}

.testimonials__heading {
    font-weight: 400
}

.testimonials__nav {
    display: flex;
    margin-left: 20px
}

.testimonials__nav-btn {
    width: 18px;
    height: 32px;
    padding: 0;
    border: none;
    overflow: hidden;
    background-color: transparent;
    appearance: none;
    cursor: pointer
}

@media(min-width:1200px) {
    .testimonials__nav-btn {
        width: 20px;
        height: 36px
    }
}

.testimonials__nav-btn+.testimonials__nav-btn {
    margin-left: 12px
}

@media(min-width:1200px) {
    .testimonials__nav-btn+.testimonials__nav-btn {
        margin-left: 50px
    }
}

.testimonials__nav-btn svg {
    position: relative;
    left: 50%;
    display: block;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    transition: fill .3s ease
}

.testimonials__nav-btn:hover,
.testimonials__nav-btn:focus {
    outline: none
}

.testimonials__nav-btn:hover svg,
.testimonials__nav-btn:focus svg {
    fill: #ff4800
}

.testimonials__carousel .swiper-wrapper {
    padding: 1px 0
}

.testimonials__item {
    width: calc(100% - 2px);
    box-sizing: border-box
}

@media(min-width:992px) {
    .testimonials__item {
        width: calc(50% - 31px)
    }
}

.testimonials+.partners {
    margin-top: 60px
}

@media(min-width:1200px) {
    .testimonials+.partners {
        margin-top: 120px
    }
}


.th-testimonials__inner {
    padding: 40px
}

@media(min-width:1200px) {
    .th-testimonials__inner {
        padding: 120px 80px
    }
}

@media(min-width:1560px) {
    .th-testimonials__inner {
        padding: 120px 110px
    }
}

.th-testimonials__heading {
    margin-bottom: 32px;
    font-weight: 400
}

@media(min-width:1200px) {
    .th-testimonials__heading {
        margin-bottom: 72px
    }
}

.th-testimonials__slider .swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    margin-top: 60px
}

.th-testimonials__slider .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 25px;
    height: 25px;
    border: solid 1px transparent;
    background-color: transparent;
    opacity: 1
}

.th-testimonials__slider .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #ccc
}

.th-testimonials__slider .swiper-pagination .swiper-pagination-bullet-active {
    border-color: #ffdf91
}

.th-testimonials__slider .swiper-pagination .swiper-pagination-bullet-active::before {
    background-color: #ffdf91
}

.simplicity__line {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding-bottom: 60px;
    border-bottom: solid 1px #d6d6d6
}

@media(min-width:1200px) {
    .simplicity__line {
        padding-bottom: 134px
    }
}

.simplicity__image {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 90px;
    padding-top: 7vw;
    padding-left: 7vw;
    background-size: contain;
    background-image: url(../img/dots.png);
    background-repeat: no-repeat;
    background-size: 65% auto
}

@media(min-width:992px) {
    .simplicity__image {
        margin-bottom: 4.6875vw;
        padding-bottom: 7.135vw;
        padding-top: 3.64vw;
        padding-left: 3.64vw;
        background-size: 370px auto
    }
}

.simplicity__image img {
    display: block;
    max-width: 100%;
    height: auto
}

.simplicity__circle-text {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 180px;
    height: 180px;
    animation: text-rotate 9s linear infinite
}

@media(min-width:1200px) {
    .simplicity__circle-text {
        width: 226px;
        height: 226px;
        margin-left: -50px
    }
}

.simplicity__circle-text img {
    display: block;
    width: 100%;
    height: auto
}

.simplicity__circle-text:hover {
    animation-play-state: paused
}

@media(min-width:768px) {
    .simplicity__content {
        display: flex;
        flex-direction: column
    }
}

.simplicity__preheading {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1;
    color: #ff4800;
    text-transform: uppercase
}

.simplicity__heading {
    margin: 0 0 20px;
    font-weight: 400
}

.simplicity__heading--upper {
    text-transform: uppercase
}

@media(min-width:768px) {
    .simplicity__heading {
        margin-bottom: 40px
    }
}

@media(min-width:1200px) {
    .simplicity__heading {
        max-width: 500px;
        margin-bottom: 56px
    }
}

.simplicity__subheading {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: -.015em
}

@media(min-width:768px) {
    .simplicity__subheading {
        max-width: 320px;
        margin-bottom: 40px
    }
}

@media(min-width:1200px) {
    .simplicity__subheading {
        min-width: 370px;
        margin-bottom: 47px;
        font-size: 24px
    }
}

.simplicity__text {
    max-width: 390px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.77;
    color: #666;
    text-align: justify;
}

@media(min-width:1200px) {
    .simplicity__text {
        max-width: 100%;
        font-size: 15px;
        line-height:35px;
    }
}

.simplicity__notice {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

@media(min-width:768px) {
    .simplicity__notice {
        margin-top: auto
    }
}

@media(min-width:1200px) {
    .simplicity__notice {
        margin-bottom: 45px;
        font-size: 16px
    }
}

.simplicity__phone {
    margin-bottom: 60px
}

@media(min-width:768px) {
    .simplicity__phone {
        margin-bottom: 0
    }
}

.simplicity__btn {
    align-self: flex-start
}

.simplicity__statistics {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #aeab98
}

@media(min-width:1200px) {
    .simplicity__statistics {
        margin-top: 100px;
        padding-top: 50px
    }
}

@media(min-width:1560px) {
    .simplicity__statistics {
        margin-top: 140px;
        padding-top: 70px
    }
}

.webpage--modern .simplicity__preheading {
    color: #1d9ed8
}

.webpage--modern .simplicity__heading {
    font-weight: 700
}

.reward {
    padding: 32px 0
}

@media(min-width:768px) {
    .reward {
        display: flex
    }
}

@media(min-width:1200px) {
    .reward {
        padding: 54px 0
    }
}

.reward__date {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1;
    color: #999
}

@media(min-width:768px) {
    .reward__date {
        width: 36px;
        margin: 18px 40px 0 0
    }
}

@media(min-width:1200px) {
    .reward__date {
        margin: 12px 58px 0 0
    }
}

.reward__logo {
    margin-bottom: 20px
}

@media(min-width:768px) {
    .reward__logo {
        width: 150px;
        margin: 10px 50px 0 0;
        flex-shrink: 0;
        text-align: center
    }
}

@media(min-width:1200px) {
    .reward__logo {
        margin: 5px 126px 0 0
    }
}

.reward__logo img {
    max-width: 100%
}

.reward__content {
    width: 100%
}

@media(min-width:768px) {
    .reward__content {
        width: auto;
        flex-grow: 1
    }
}

@media(min-width:992px) {
    .reward__project {
        display: flex
    }
}

.reward__project+.reward__project {
    margin-top: 20px
}

@media(min-width:1200px) {
    .reward__project+.reward__project {
        margin-top: 32px
    }
}

.reward__project-wrap {
    margin-bottom: 20px
}

@media(min-width:992px) {
    .reward__project-wrap {
        margin-bottom: 0;
        margin-right: auto
    }
}

.reward__project-name {
    font-size: 24px;
    line-height: 1.33;
    color: #000;
    letter-spacing: -.025em
}

@media(min-width:1200px) {
    .reward__project-name {
        margin-bottom: 8px
    }
}

.reward__project-name a {
    color: #000
}

.reward__project-name a:hover,
.reward__project-name a:focus {
    outline: none;
    text-decoration: underline
}

.reward__project-name a:active {
    opacity: .7
}

.reward__project-text {
    font-size: 16px;
    line-height: 1.33;
    color: #999
}

.reward__project-link {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1;
    color: #666;
    letter-spacing: .025em;
    text-transform: uppercase;
    transition: color .3s ease
}

@media(min-width:992px) {
    .reward__project-link {
        margin-top: 8px;
        margin-left: 20px;
        flex-shrink: 0
    }
}

.reward__project-link:hover,
.reward__project-link:focus {
    outline: none;
    color: #ff4800
}

.reward__project-link:active {
    opacity: .7
}

.webpage--modern .reward__project-link:hover,
.webpage--modern .reward__project-link:focus {
    color: #1d9ed8
}


.rewards {
    padding: 60px 0;
    background-color: #f2f5fa
}

@media(min-width:1200px) {
    .rewards {
        padding: 156px 0 118px
    }
}

.rewards__preheading {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1;
    color: #ff4800;
    text-transform: uppercase
}

.rewards__header {
    margin-bottom: 12px
}

@media(min-width:768px) {
    .rewards__header {
        margin-bottom: 30px
    }
}

@media(min-width:1200px) {
    .rewards__header {
        margin-bottom: 45px
    }
}

.rewards__heading {
    font-weight: 400
}

.rewards__heading+* {
    margin-top: 42px
}

.rewards__text {
    font-size: 16px;
    line-height: 1.77;
    color: #999
}

@media(min-width:1200px) {
    .rewards__text {
        margin-bottom: 50px;
        font-size: 18px
    }
}

.rewards__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.rewards__item+.rewards__item {
    border-top: solid 1px #dfdfdf
}

.rewards+.bg-wrapper {
    margin-top: 26px
}


.webpage--modern .rewards__preheading {
    color: #1d9ed8;
    text-align: center
}

.webpage--modern .rewards__heading {
    text-align: center;
    font-weight: 700
}

.form {
    overflow: hidden
}

.form__title {
    font-size: 48px;
    margin-bottom: 22px;
    letter-spacing: -1.2px
}

.form__subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 100px
}

.form__group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0
}

@media(min-width:768px) {
    .form__group {
        margin: 0 -30px 11px
    }
}

.form__item {
    width: 100%;
    margin-bottom: 40px
}

@media(min-width:768px) {
    .form__item {
        width: calc(33.3333% - 60px);
        margin: 0 30px 50px
    }
}

@media(min-width:768px) {
    .form__field--width-full {
        width: 100%;
        margin: 0
    }
}

.form__field--width-full {
    height: 150px;
    margin: 0
}



.form__field--textarea {
    height: 150px
}

@media(min-width:1200px) {
    .form__field--textarea {
        height: 209px
    }
}

.form__submit {   
    padding:10px 20px;
    background-color: #24a6de;
    border: 1px solid #24a6de;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 40px;
    position: relative;   
    cursor: pointer;
    transition: all .3s ease
}

@media(min-width:768px) {
    .form__submit {
        left: 0;
        transform: none;
        margin-top:55px
    }
}

@media(min-width:992px) {

    .form__submit:hover,
    .form__submit:focus {
        outline: none;
        background-color: transparent;
        color: #24a6de
    }
}

.timer {
    display: flex
}


.contact-info {
    list-style: none;
    padding: 0;
    margin: 0
}

@media(min-width:576px) {
    .contact-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.contact-info__item {
    display: flex;
    padding-top: 20px;
    margin-bottom: 12px
}

.contact-info__item:last-child {
    margin-bottom: 0
}


@media(min-width:576px) {
    .contact-info__item {
        width: calc(50% - 8px);
        margin-bottom: 0
    }


}

@media(min-width:1200px) {
    .contact-info__item {
        width: 45%
    }
}

.contact-info__icon {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 24px;
    margin-top: -10px;
    border: solid 1px #283875;
    border-radius: 50%;
    transition: border-color .3s ease
}

@media(min-width:1200px) {
    .contact-info__icon {
        width: 60px;
        height: 60px;
        margin-right: 20px;
        margin-top: -10px
    }
}

.contact-info__icon svg {
    align-self: center;
    fill: #283875;
    transition: fill .3s ease
}

.contact-info__title {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1;
    color: #999;
    text-transform: uppercase
}

@media(min-width:1200px) {
    .contact-info__title {
        margin-bottom: 15px
    }
}

.contact-info__text {
    font-size: 16px;
    line-height: 1.66;
    color: #000
}

@media(min-width:1200px) {
    .contact-info__text {
        font-size: 16px;
        margin-top: 15px;
        line-height: 30px;
    }
}

.contact-info__text a {
    color: #000;
    transition: color .3s ease
}

.contact-info__text a:hover,
.contact-info__text a:focus {
    outline: none;
    color: #283875
}

.contact-info__text a:active {
    opacity: .7
}

.contact-info__text address {
    font-style: normal
}

@media(min-width:576px) {
    .specialization {
        display: flex
    }
}
.diagram {
    position: relative;
    width: 160px;
    height: 160px
}

.diagram__circle {
    display: block;
    fill: none;
    stroke: #dcdcdc;
    stroke-width: 1px
}

.diagram__circle--progress {
    fill: none;
    stroke: #ff4800;
    stroke-width: 1px;
    stroke-dasharray: 0 496;
    transition: all 2s linear
}

.diagram__percent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 36px;
    line-height: 1;
    color: #ff4800
}

.our-journal--mb {
    margin-bottom: 60px
}

@media(min-width:768px) {
    .our-journal--mb {
        margin-bottom: 100px
    }
}

@media(min-width:992px) {
    .our-journal--mb {
        margin-bottom: 140px
    }
}

@media(min-width:1200px) {
    .our-journal--mb {
        margin-bottom: 196px
    }
}

.our-journal__header {
    text-align: center;
    margin-bottom: 16px
}

@media(min-width:576px) {
    .our-journal__header {
        margin-bottom: 24px
    }
}

@media(min-width:768px) {
    .our-journal__header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 56px;
        text-align: left
    }
}

@media(min-width:992px) {
    .our-journal__header {
        margin-bottom: 70px
    }
}

@media(min-width:768px) {
    .our-journal__header--block {
        display: block
    }
}

.our-journal__heading {
    margin-bottom: 16px;
    text-align: center
}

@media(min-width:768px) {
    .our-journal__heading {
        margin-bottom: 0;
        align-self: baseline
    }
}

@media(min-width:1200px) {
    .our-journal__heading {
        margin-bottom: 0
    }
}

.our-journal__text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.77;
    color: #999;
    text-align: center
}

@media(min-width:1200px) {
    .our-journal__text {
        margin-top: 54px
    }
}

@media(min-width:768px) {
    .our-journal__more {
        align-self: baseline
    }
}

.our-journal__list {
    list-style: none;
    padding: 0
}

.header-toggle {
    width: 48px;
    height: 48px;
    padding: 0;
    border: solid 1px #e2e2e2;
    border-left: none;
    background-color: #fff;
    cursor: pointer;
    position: relative
}

.header-toggle:hover,
.header-toggle:focus {
    outline: none
}

.header-toggle::before,
.header-toggle::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 50%;
    height: 4px;
    background-color: #000;
    border-radius: 2px;
    transition: transform .3s ease
}

.header-toggle::before {
    transform: translateY(-175%)
}

.header-toggle::after {
    transform: translateY(75%)
}

.header-toggle.on::before {
    animation-name: before;
    animation-duration: .5s;
    animation-fill-mode: forwards
}

.header-toggle.on::after {
    animation-name: after;
    animation-duration: .5s;
    animation-fill-mode: forwards
}

.header-toggle.off::before {
    animation-name: before-back;
    animation-duration: .5s;
    animation-fill-mode: forwards
}

.header-toggle.off::after {
    animation-name: after-back;
    animation-duration: .5s;
    animation-fill-mode: forwards
}

@keyframes before {
    0% {
        transform: translateY(-175%)
    }

    50% {
        transform: translateY(-50%)
    }

    100% {
        transform: translateY(-50%) rotate(45deg)
    }
}

@keyframes after {
    0% {
        transform: translateY(75%)
    }

    50% {
        transform: translateY(-50%)
    }

    100% {
        transform: translateY(-50%) rotate(-45deg)
    }
}

@keyframes before-back {
    0% {
        transform: translateY(-50%) rotate(45deg)
    }

    50% {
        transform: translateY(-50%)
    }

    100% {
        transform: translateY(-175%)
    }
}

@keyframes after-back {
    0% {
        transform: translateY(-50%) rotate(-45deg)
    }

    50% {
        transform: translateY(-50%)
    }

    100% {
        transform: translateY(75%)
    }
}


.fact {
    max-width: 298px;
    padding-top: 24px;
    border-top: solid 1px #ff4800
}

@media(min-width:768px) {
    .fact {
        padding-top: 32px
    }
}

@media(min-width:1200px) {
    .fact {
        padding-top: 40px
    }
}

.fact--white .fact__title,
.fact--white .fact__value {
    color: #fff
}

.fact__title {
    max-width: 120px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.3;
    color: #000;
    text-transform: uppercase
}

@media(min-width:768px) {
    .fact__title {
        margin-bottom: 12px;
        font-size: 16px
    }
}

@media(min-width:1200px) {
    .fact__title {
        font-size: 20px
    }
}

.fact__value {
    font-size: 42px;
    line-height: 1;
    color: #000
}

@media(min-width:768px) {
    .fact__value {
        font-size: 60px
    }
}

@media(min-width:1200px) {
    .fact__value {
        font-size: 72px
    }
}

.webpage--modern .fact {
    border-top-color: #1d9ed8
}

.hero-banner {
    position: relative;
    background-color: #4d524b;
    height: 100vh;
    min-height: 480px
}

@media(min-width:768px) {
    .hero-banner {
        min-height: 540px
    }
}

@media(min-width:1200px) {
    .hero-banner {
        min-height: 600px
    }

    .inner-banner {
        min-height: 250px
    }
}

.hero-banner .swiper-container {
    margin: 0;
    padding-bottom: 50px
}

@media(min-width:576px) {
    .hero-banner .swiper-container {
        padding-bottom: 0
    }
}

.hero-banner .swiper-container .swiper-pagination {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: flex;
    justify-content: center
}

@media(min-width:576px) {
    .hero-banner .swiper-container .swiper-pagination {
        left: auto;
        bottom: 0;
        width: auto
    }
}

.hero-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    appearance: none;
    border-radius: 4px;
    background-color: #fff;
    opacity: 1;
    transition: width .3s ease, background-color .3s ease
}

@media(min-width:576px) {
    .hero-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
        margin: 0 11px
    }
}

.hero-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 36px;
    background-color: #ff4800
}

.hero-banner__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 15px
}

@media(min-width:1560px) {
    .hero-banner__inner {
        max-width: 1550px !important
    }
}

.hero-banner__item {
    min-width: 300px;
    max-width: 100%
}

@media(min-width:576px) {
    .hero-banner__item {
        width: 510px
    }
}

@media(min-width:768px) {
    .hero-banner__item {
        width: 690px
    }
}

@media(min-width:1200px) {
    .hero-banner__item {
        width: 1110px
    }
}

@media(min-width:1560px) {
    .hero-banner__item {
        width: 1520px
    }
}

.hero-banner__item br {
    display: none
}

@media(min-width:576px) {
    .hero-banner__item {
        display: flex
    }

    .hero-banner__item br {
        display: block
    }
}

@media(min-width:576px) {
    .hero-banner__item-left {
        width: calc(100% - 240px)
    }
}

@media(min-width:768px) {
    .hero-banner__item-left {
        width: calc(100% - 320px)
    }
}

@media(min-width:1200px) {
    .hero-banner__item-left {
        width: 100%;
        text-align: center;
    }
}

.hero-banner__item-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 540px;
    padding-top: 40px
}

@media(min-width:576px) {
    .hero-banner__item-right {
        width: 200px;
        padding-top: 0;
        margin-left: 40px
    }
}

@media(min-width:768px) {
    .hero-banner__item-right {
        width: 280px
    }
}

@media(min-width:1200px) {
    .hero-banner__item-right {
        width: 500px
    }
}

.hero-banner__item-fact {
    width: calc(50% - 20px)
}

@media(min-width:1200px) {
    .hero-banner__item-fact {
        width: calc(50% - 50px)
    }
}

.hero-banner__item-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700
}

@media(min-width:768px) {
    .hero-banner__item-title {
        font-size: 48px
    }
}

@media(min-width:1200px) {
    .hero-banner__item-title {
        font-size: 60px
    }
}

@media(min-width:1560px) {
    .hero-banner__item-title {
        margin-bottom: 4vh;
        font-size: 60px
    }
}

.hero-banner__item-text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff
}

@media(min-width:768px) {
    .hero-banner__item-text {
        max-width: 490px;
        margin-bottom: 36px;
        font-size: 20px
    }
}

@media(min-width:1200px) {
    .hero-banner__item-text {
        max-width: 100%;
        font-size: 22px
    }
}

@media(min-width:1560px) {
    .hero-banner__item-text {
        margin-bottom: 10.3125vh;
        font-size: 24px
    }
}


.hero-banner__down {
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
    width: 120px;
    height: 40px;
    padding-top: 8px;
    text-align: center;
    border: none;
    background-color: transparent;
    background-size: 100% auto;
    background-image: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNzUgMTAzJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGZpbGw9JyNGRkYnIGQ9J00uNDI3IDcxLjM2MXMtOC44MjItOC45NzIgNTEuOTk0LTguOTcyQzkzLjMxNSA2Mi4zODkgODMuMzYxLS43NDUgMTQwLjA1IDFjMzcuODI3IDEuMTY1IDQ4LjU0MyA2MS4zODkgODIuOTU2IDYxLjM4OSAzNC40MTQgMCA1MS45OTQgMy43NzggNTEuOTk0IDMuNzc4VjEwM0guNDI3VjcxLjM2MXonLz48L3N2Zz4=);
    cursor: pointer
}

@media(min-width:1200px) {
    .hero-banner__down {
        width: 275px;
        height: 76px;
        padding-top: 24px
    }
}

.hero-banner__down svg {
    width: 20px;
    height: auto;
    transition: fill .3s ease
}

@media(min-width:1200px) {
    .hero-banner__down svg {
        width: 26px
    }
}

.hero-banner__down:hover,
.hero-banner__down:focus {
    outline: none;
    fill: #ff4800
}

.hero-banner+.simplicity {
    padding-top: 60px
}

@media(min-width:1200px) {
    .hero-banner+.simplicity {
        padding-top: 150px
    }
}

.tparrows {
    width: 60px;
    height: 60px;
    border: solid 1px #fff;
    background-color: transparent;
    transition: all .3s ease
}

.tparrows:hover,
.tparrows:focus {
    border-color: #ff4800;
    background-color: #ff4800
}

.tparrows::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: 36px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.tp-leftarrow.tparrows::before {
    content: "";
    background-image: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA2NCA2NCc+PHBhdGggZmlsbD0nI2ZmZmZmZicgZD0nTTIxLjEgMzJMNDcuMiA0LjVjMS4xLTEuMSAxLjEtMi43IDAtMy43cy0yLjctMS4xLTMuNyAwTDE3LjQgMjguNWMtMS45IDEuOS0xLjkgNS4xIDAgNi45bDI2LjEgMjcuN2MuNS41IDEuMy44IDEuOS44LjUgMCAxLjMtLjMgMS45LS44IDEuMS0xLjEgMS4xLTIuNyAwLTMuN0wyMS4xIDMyeicvPjwvc3ZnPiA=)
}

.tp-rightarrow.tparrows::before {
    content: "";
    background-image: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA2NCA2NCc+PHBhdGggZmlsbD0nI2ZmZmZmZicgZD0nTTQ2LjggMjguNUwyMC42LjhjLTEuMS0xLjEtMi43LTEuMS0zLjcgMC0xLjEgMS4xLTEuMSAyLjcgMCAzLjdMNDIuOCAzMiAxNi42IDU5LjVjLTEuMSAxLjEtMS4xIDIuNyAwIDMuNy41LjUgMS4xLjggMS45LjhzMS4zLS4zIDEuOS0uOGwyNi4xLTI3LjdjMi4xLTEuOSAyLjEtNS4xLjMtN3onLz48L3N2Zz4g)
}

.tp-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    transition: background-color .3s ease
}

.tp-bullet.selected {
    background-color: #ff4800
}

#rev_slider_forcefullwidth+.simplicity {
    padding-top: 60px
}

@media(min-width:1200px) {
    #rev_slider_forcefullwidth+.simplicity {
        padding-top: 150px
    }
}

.webpage--modern .hero-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1d9ed8
}

.webpage--modern .hero-banner__down:hover,
.webpage--modern .hero-banner__down:focus {
    fill: #1d9ed8
}

.webpage--modern .tp-bullet.selected {
    background-color: #1d9ed8
}

.webpage--modern .tparrows:hover,
.webpage--modern .tparrows:focus {
    border-color: #1d9ed8;
    background-color: #1d9ed8
}


.layout--left-aside {
    max-width: 1920px;
    padding-top: 30px
}

@media(min-width:1200px) {
    .layout--left-aside {
        padding-top: 40px;
        padding-left: 300px
    }
}

@media(min-width:1560px) {
    .layout--left-aside {
        padding-left: 375px
    }
}

.sidebar {
    width: 100%;
    margin-bottom: 50px
}

@media(min-width:992px) {
    .sidebar {
        max-width: 300px;
        margin-bottom: 0
    }
}


.sidebar__social {
    margin-top: 23px;
    justify-content: center
}

@media(min-width:992px) {
    .sidebar__social {
        justify-content: flex-start
    }
}

.sidebar__testimonial {
    margin: 0 auto
}

.sidebar__services {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: services
}

.menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    min-height: 480px;
    overflow: auto;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0 bottom 0;
    background-size: auto 100%;
    background-image: url(../img/menu-bg.png);
    transform: translateX(100%);
    transition: transform .3s ease
}

@media(min-width:576px) {
    .menu {
        width: 56%
    }
}

@media(min-width:992px) {
    .menu {
        max-width: 750px
    }
}

.menu--opened {
    transform: translateX(0)
}

.menu__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 30px
}

@media(min-width:768px) {
    .menu__inner {
        padding: 44px 60px
    }
}

@media(min-width:992px) {
    .menu__inner {
        padding: 80px 100px
    }
}

.menu__wrapper {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 6px 0;
    overflow: auto
}

@media(min-width:992px) {
    .menu__wrapper {
        margin-top: 10.7vh
    }
}

.menu__bottom {
    margin-top: auto
}

.menu__copy {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.71;
    color: #999;
    letter-spacing: .015em
}

@media(min-width:992px) {
    .menu__copy {
        margin-bottom: 4.44vh
    }
}

.menu__copy span {
    color: #000
}

.menu__dropdown {
    display: none
}

.menu__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.menu__sublist {
    list-style: none;
    padding: 0;
    margin: 0
}

.menu__subitem {
    display: block;
    margin-top: 16px;
    line-height: 1 !important
}

.menu__subitem:first-child {
    margin-top: 20px
}

@media(min-width:992px) {
    .menu__subitem:first-child {
        margin-top: 32px
    }
}

.menu__sublink {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1;
    color: #999;
    transition: color .3s ease
}

.menu__sublink--current {
    color: #000;
    pointer-events: none
}

.menu__sublink--current:hover,
.menu__sublink--current:focus {
    color: #000 !important
}

.menu__sublink:hover,
.menu__sublink:focus {
    outline: none;
    color: #000 !important
}

.menu__sublink:active {
    opacity: .7
}

.menu__item {
    margin-bottom: 20px
}

@media(min-width:992px) {
    .menu__item {
        margin-bottom: 32px
    }
}

.menu__item:last-child {
    margin-bottom: 0
}

.menu__item--current .menu__link {
    color: #000
}

.menu__link {
    font-size: 24px;
    line-height: 1;
    color: #999;
    font-weight: 600;
    transition: color .3s ease
}

@media(min-width:992px) {
    .menu__link {
        font-size: 36px
    }
}

.menu__link:hover,
.menu__link:focus {
    outline: none;
    color: #000
}

.menu__link:active {
    opacity: .7
}

.menu__close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background-color: transparent;
    appearance: none;
    cursor: pointer
}

@media(min-width:768px) {
    .menu__close {
        top: 32px;
        right: 48px
    }
}

@media(min-width:768px) {
    .menu__close {
        top: 68px;
        right: 88px
    }
}

.menu__close svg {
    fill: #000;
    align-self: center;
    transition: fill .3s ease
}

.menu__close:hover,
.menu__close:focus {
    outline: none
}

.menu__close:hover svg,
.menu__close:focus svg {
    fill: #ff4800
}

.menu__close:active {
    opacity: .7
}
.latest-projects {
    padding-bottom: 24px
}

@media(min-width:576px) {
    .latest-projects {
        padding-bottom: 0px
    }
}

@media(min-width:1200px) {
    /* .latest-projects {
        padding-bottom: 104px
    } */
}

.latest-projects__header {
    text-align: center;
    margin-bottom: 16px
}

@media(min-width:576px) {
    .latest-projects__header {
        margin-bottom: 24px
    }
}

@media(min-width:768px) {
    .latest-projects__header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 56px;
        text-align: left
    }
}

@media(min-width:992px) {
    .latest-projects__header {
        margin-bottom: 80px
    }
}

@media(min-width:1200px) {
    .latest-projects__header {
        margin-bottom: 105px
    }
}

.latest-projects__preheading {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1;
    color: #ff4800;
    text-transform: uppercase
}

.latest-projects__heading {
    margin-bottom: 16px;
    text-align: center
}

@media(min-width:768px) {
    .latest-projects__heading {
        margin-bottom: 0;
        align-self: baseline
    }
}

@media(min-width:1200px) {
    .latest-projects__heading {
        margin-bottom: 0
    }
}

@media(min-width:768px) {
    .latest-projects__more {
        align-self: baseline
    }
}

.latest-projects__inner {
    position: relative
}

@media(min-width:1560px) {
    .latest-projects__inner {
        max-width: 1550px
    }
}

@media(min-width:768px) {
    .latest-projects__slider-thumbs {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0
    }
}

.latest-projects__slider-thumbs .swiper-wrapper {
    align-items: flex-end
}

.webpage--modern .latest-projects__inner {
    max-width: 1550px
}

.webpage--modern .latest-projects__preheading {
    color: #1d9ed8;
    text-align: center
}

.webpage--modern .latest-projects__header {
    display: block
}

.webpage--modern .latest-projects__heading {
    font-weight: 700
}

.webpage--modern .latest-projects .swiper-pagination .swiper-pagination-bullet {
    opacity: 1
}

@media(min-width:1200px) {
    .webpage--modern .latest-projects .swiper-pagination {
        margin-top: 90px !important
    }
}


.review {
    overflow: hidden
}

.review__image {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/review-shapes.png);
    background-position: center;
    min-height: 300px
}

@media(min-width:450px) {
    .review__image {
        min-height: 400px
    }
}

.review__image-author {
    position: absolute;
    border-radius: 50%;
    overflow: hidden
}

.review__image-author img {
    display: block;
    width: 100%;
    height: auto
}

.review__image-author--one {
    top: .2%;
    left: 58.2%;
    width: 28.94%
}

.review__image-author--two {
    top: 45.5%;
    left: 67%;
    width: 17.89%
}

.review__image-author--three {
    top: 45.5%;
    left: 30.4%;
    width: 21.93%
}

.review__image-author--four {
    top: 30%;
    left: 5%;
    width: 14.73%
}

.review__image-author--five {
    top: 72.4%;
    left: 17%;
    width: 13.15%
}

.review__image-author--six {
    top: 78.5%;
    right: 33%;
    width: 10.52%
}

@media(min-width:1200px) {
    .review__image-author--six {
        top: 69.5%;
        right: 0
    }
}

.review__image img {
    max-width: 100%;
    height: auto
}

@media(min-width:1200px) {
    .review__image img {
        max-width: none
    }
}

.review__text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.53;
    color: #000;
    font-weight: 300
}

@media(min-width:992px) {
    .review__text {
        margin-bottom: 36px;
        font-size: 24px
    }
}

@media(min-width:1200px) {
    .review__text {
        margin-bottom: 60px;
        padding-right: 10px;
        font-size: 30px
    }
}

.review__author-name {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1;
    color: #000
}

@media(min-width:992px) {
    .review__author-name {
        margin-bottom: 12px;
        font-size: 18px
    }
}

@media(min-width:1200px) {
    .review__author-name {
        margin-bottom: 16px;
        font-size: 22px
    }
}

.review__author-detail {
    font-size: 12px;
    line-height: 1;
    color: #999
}

@media(min-width:992px) {
    .review__author-detail {
        font-size: 14px
    }
}

.review__author-detail span {
    color: #000
}


.partners__line {
    padding-bottom: 60px;
    border-bottom: solid 1px #ddd
}

@media(min-width:576px) {
    .partners__line {
        padding-bottom: 80px
    }
}

@media(min-width:992px) {
    .partners__line {
        padding-bottom: 120px
    }
}

@media(min-width:1200px) {
    .partners__line {
        padding-bottom: 173px
    }
}


.partners__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -98px
}

.partners__list--justify-start {
    justify-content: flex-start
}

.partners__item {
    width: 50%;
    text-align: center;
    align-self: center;
    margin-top: 98px
}

@media(min-width:576px) {
    .partners__item {
        width: 33.33%
    }
}

@media(min-width:992px) {
    .partners__item {
        width: 25%
    }
}

@media(min-width:1200px) {
    .partners__item {
        width: 20%
    }
}

.partners__item img {
    display: inline-block;
    vertical-align: top;
    max-width: 90%;
    height: auto;
    filter: grayscale(1);
    transition: filter .3s ease
}

.partners__item img:hover {
    filter: grayscale(0)
}

.article-list__header {
    text-align: center;
    margin-bottom: 16px
}

@media(min-width:576px) {
    .article-list__header {
        margin-bottom: 24px
    }
}

@media(min-width:768px) {
    .article-list__header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 56px;
        text-align: left
    }
}

@media(min-width:992px) {
    .article-list__header {
        margin-bottom: 80px
    }
}

@media(min-width:1200px) {
    .article-list__header {
        margin-bottom: 100px
    }
}

.article-list__heading {
    margin-bottom: 16px;
    text-align: center
}

@media(min-width:768px) {
    .article-list__heading {
        margin-bottom: 0;
        align-self: baseline
    }
}

@media(min-width:1200px) {
    .article-list__heading {
        margin-bottom: 0
    }
}

@media(min-width:768px) {
    .article-list__more {
        align-self: baseline
    }
}

.article-list__list {
    list-style: none;
    padding: 0;
    margin: 0
}

@media(min-width:768px) {
    .article-list__list {
        margin: 0 -10px
    }
}

@media(min-width:1200px) {
    .article-list__list {
        margin: 0 -25px
    }
}

.article-list__list+.article-list__list {
    margin-top: 24px
}

@media(min-width:768px) {
    .article-list__list+.article-list__list {
        margin-top: 50px
    }
}

.article-list__item {
    margin-bottom: 24px;
    padding: 0
}

@media(min-width:768px) {
    .article-list__item {
        margin-bottom: 20px;
        padding: 0 10px
    }
}

@media(min-width:1200px) {
    .article-list__item {
        padding: 0 25px;
        margin-bottom: 50px
    }
}

.article-list__item:last-child {
    margin-bottom: 0
}

@media(min-width:768px) {
    .article-list__item.col-md-12 .article-preview__image {
        height: 545px
    }
}

.our-story {
    overflow: hidden
}

.our-story__inner {
    padding-bottom: 60px;
    border-bottom: solid 1px #d6d6d6
}

@media(min-width:1200px) {
    .our-story__inner {
        padding-bottom: 104px
    }
}

.our-story__intro {
    margin-bottom: 20px
}

@media(min-width:768px) {
    .our-story__intro {
        margin-bottom: 0
    }
}

@media(min-width:1200px) {
    .our-story__intro {
        padding-right: 100px
    }
}

.our-story__intro-wrapper {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%)
}

@media(min-width:992px) {
    .our-story__intro-wrapper {
        left: 14.1%;
        bottom: 16.9%;
        transform: translateX(0)
    }
}

.our-story__intro-text {
    width: 200px;
    font-size: 16px;
    line-height: 1.6;
    color: #fff
}

@media(min-width:992px) {
    .our-story__intro-text {
        width: 290px;
        font-size: 24px
    }
}

@media(min-width:1560px) {
    .our-story__intro-text {
        width: 360px;
        font-size: 30px
    }
}

.our-story__image {
    position: relative
}

@media(min-width:1560px) {
    .our-story__image {
        width: 850px;
        margin-left: -240px
    }
}

.our-story__image img {
    max-width: 100%;
    height: auto
}

.our-story__exp {
    display: flex;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.33;
    color: #fff;
    font-weight: 600
}

@media(min-width:1560px) {
    .our-story__exp {
        margin-bottom: 25px
    }
}

.our-story__exp-value {
    margin-right: 10px;
    font-size: 72px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -.025em;
    align-self: center
}

@media(min-width:992px) {
    .our-story__exp-value {
        margin-right: 24px;
        font-size: 112px
    }
}

@media(min-width:1560px) {
    .our-story__exp-value {
        margin-right: 36px;
        font-size: 150px
    }
}

.our-story__exp-text {
    max-width: 110px;
    text-transform: uppercase;
    align-self: center
}

@media(min-width:992px) {
    .our-story__exp-text {
        max-width: 178px;
        font-size: 24px
    }
}

@media(min-width:1560px) {
    .our-story__exp-text {
        max-width: 200px;
        font-size: 30px
    }
}

.our-story__content {
    padding-bottom: 5px
}

@media(min-width:1560px) {
    .our-story__content {
        position: relative;
        left: 75px
    }
}

.our-story__heading {
    margin-bottom: 20px
}

@media(min-width:1200px) {
    .our-story__heading {
        margin-bottom: 30px
    }
}

@media(min-width:1560px) {
    .our-story__heading {
        margin-bottom: 37px
    }
}

.our-story__text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.45;
    color: #666
}

@media(min-width:1200px) {
    .our-story__text {
        max-width: 405px;
        margin-bottom: 24px;
        font-size: 18px
    }
}

@media(min-width:1560px) {
    .our-story__text {
        margin-bottom: 42px;
        line-height: 1.65
    }
}

.our-story__text--style-bolditalic {
    font-size: 16px;
    color: #000;
    font-style: italic
}

@media(min-width:1200px) {
    .our-story__text--style-bolditalic {
        font-size: 22px
    }
}

@media(min-width:1560px) {
    .our-story__text--style-bolditalic {
        line-height: 1.45
    }
}

.our-story__buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px
}

@media(min-width:1560px) {
    .our-story__buttons {
        margin-top: 60px;
        transform: translateY(10px)
    }
}

.our-story__btn {
    margin-right: 10px;
    align-self: flex-start
}

@media(min-width:1200px) {
    .our-story__btn {
        margin-right: 27px
    }
}

.an-awards {
    overflow: hidden;
    padding-top: 40px
}

@media(min-width:1200px) {
    .an-awards {
        padding-top: 83px
    }
}

@media(min-width:1200px) {
    .an-awards--about .an-awards__notice {
        padding-top: 71px
    }
}

@media(min-width:1200px) {
    .an-awards--about .an-awards__image {
        margin-top: -20px;
        padding-left: 120px
    }
    
}

.an-awards__intro {
    margin-bottom: 20px
}

@media(min-width:768px) {
    .an-awards__intro {
        margin-bottom: 0
    }
}

@media(min-width:768px) {
    .an-awards__image--mb-negative {
        margin-bottom: -63px
    }
}

@media(min-width:992px) {
    .an-awards__image--mb-negative {
        margin-bottom: -97px
    }
}

@media(min-width:1560px) {
    .an-awards__image {
        width: 900px
    }
}

.an-awards__image img {
    max-width: 100%;
    height: auto
}

@media(min-width:768px) {
    .an-awards__content {
        padding-right: 0
    }
}

@media(min-width:1560px) {
    .an-awards__content {
        padding-top: 26px;
        align-self: flex-start
    }
}

.an-awards__heading {
    margin-bottom: 20px
}

.an-awards__heading--upper {
    text-transform: uppercase
}

@media(min-width:992px) {
    .an-awards__heading {
        max-width: 340px
    }
}

@media(min-width:1200px) {
    .an-awards__heading {
        max-width: none
    }
}

@media(min-width:1560px) {
    .an-awards__heading {
        margin-bottom: 22px
    }
}

.an-awards__text {
    max-width: 340px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.88;
    color: #999
}

@media(min-width:1200px) {
    .an-awards__text {
        font-size: 18px
    }
}

@media(min-width:1560px) {
    .an-awards__text {
        margin-bottom: 54px
    }
}

.an-awards__buttons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

@media(min-width:1560px) {
    .an-awards__buttons {
        margin-bottom: 84px
    }
}

.an-awards__btn {
    margin-right: 10px;
    align-self: flex-start
}

@media(min-width:1200px) {
    .an-awards__btn {
        margin-right: 27px
    }
}

.an-awards__notice {
    max-width: 400px;
    margin-bottom: 24px;
    padding-right: 30px;
    padding-top: 24px;
    font-size: 14px;
    line-height: 1.625;
    color: #000;
    border-top: solid 1px #d6d6d6
}

@media(min-width:1200px) {
    .an-awards__notice {
        font-size: 16px
    }
}

@media(min-width:1560px) {
    .an-awards__notice {
        margin-bottom: 46px;
        padding-top: 43px
    }
}

@media(min-width:1560px) {
    .works__inner {
        max-width: 1550px
    }
}

@media(min-width:1560px) {
    .works__inner--width-large {
        max-width: 1830px
    }
}

.works__header {
    max-width: 1520px;
    margin: 0 auto 30px
}

@media(min-width:768px) {
    .works__header {
        display: flex;
        flex-wrap: wrap
    }
}

@media(min-width:992px) {
    .works__header {
        margin-bottom: 50px
    }
}

@media(min-width:1200px) {
    .works__header {
        margin-bottom: 62px
    }
}

.works__filter {
    margin-right: auto
}

.works__sort {
    margin-top: 20px
}

@media(min-width:768px) {
    .works__sort {
        margin: 0 0 0 20px
    }
}

.works__list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.works__list--masonry {
    margin-left: -15px;
    margin-right: -15px
}

.works__list--masonry .works__item {
    margin-bottom: 28px;
    padding: 0 15px
}

@media(min-width:576px) {
    .works__list--masonry .works__item {
        width: 50%
    }
}

@media(min-width:768px) {
    .works__list--masonry .works__item {
        width: 33.33%
    }
}

@media(min-width:1200px) {
    .works__list--masonry .works__item {
        width: 25%
    }
}

.works__list--masonry .works__item--long {
    grid-row: auto/span 2;
    order: 2
}

@media(min-width:1200px) {
    .works__list--masonry .works__item--long {
        order: 0
    }
}

.works__list--masonry .works__item--short {
    order: 1
}

@media(min-width:1200px) {
    .works__list--masonry .works__item--short {
        order: 0
    }
}

.works__list--masonry .works__item.work-card--compact {
    margin-bottom: 30px
}

.works__item {
    margin-bottom: 40px
}

.works__item.work-card--compact {
    margin: 0
}

@media(min-width:1200px) {
    .works__item {
        margin-bottom: 75px
    }
}

.works__more {
    margin: 120px auto 0
}

/* .works--parallax {
    background-color: #fff;
    overflow-x: hidden
} */

.works--parallax .slide-counter-2 {
    min-width: 24px;
    height: 58px;
    display: inline-flex;
    width: auto;
    font-size: 18px;
    color: #fff;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0, 0, 0, .15);
    border-bottom-right-radius: 5px
}

@media(min-width:1700px) {
    .works--parallax .slide-counter-2 {
        flex-direction: column;
        height: auto;
        top: -7px;
        left: -8px;
        background-color: transparent;
        color: #999;
        padding: 0
    }
}

.works--parallax .slide-counter-2 .swiper-pagination-current {
    color: #fff;
    position: relative;
    border-right: 1px solid #999;
    padding-right: 10px;
    margin-right: 10px
}

@media(min-width:1700px) {
    .works--parallax .slide-counter-2 .swiper-pagination-current {
        border-right: none;
        border-bottom: 1px solid #999;
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        color: #ff4800
    }
}

.works--parallax .works-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, .25);
    position: absolute;
    bottom: 7px;
    z-index: 3;
    cursor: pointer;
    transition: border-color .3s ease
}

@media(min-width:992px) {
    .works--parallax .works-arrow:hover:not(.swiper-button-disabled) {
        border-color: #ff4800
    }

    .works--parallax .works-arrow:hover:not(.swiper-button-disabled) svg {
        fill: #ff4800
    }
}

@media(min-width:992px) and (min-width:1700px) {
    .works--parallax .works-arrow:hover:not(.swiper-button-disabled) {
        border-color: #fff
    }
}

@media(min-width:1700px) {
    .works--parallax .works-arrow {
        width: 24px;
        height: 24px;
        left: -7px;
        background-color: #fff
    }
}

.works--parallax .works-arrow.swiper-button-disabled svg {
    fill: #ccc
}

@media(min-width:1700px) {
    .works--parallax .works-arrow.swiper-button-disabled svg {
        fill: #999
    }
}

.works--parallax .works-arrow svg {
    width: 60%;
    height: 60%;
    fill: #fff;
    transition: fill .3s ease
}

@media(min-width:1700px) {
    .works--parallax .works-arrow svg {
        width: 100%;
        height: 100%;
        fill: #000
    }
}

.works--parallax .works-arrow--prev {
    left: calc(50% - 44px)
}

@media(min-width:1700px) {
    .works--parallax .works-arrow--prev {
        left: -7px;
        top: 250px
    }
}

.works--parallax .works-arrow--prev svg {
    transform: rotate(180deg)
}

.works--parallax .works-arrow--next {
    right: calc(50% - 44px)
}

@media(min-width:1700px) {
    .works--parallax .works-arrow--next {
        top: 250px;
        left: 345px;
    }
}

.site-button,
.site-button-secondry {
    position: relative;
    padding: 10px 25px;
    letter-spacing: 2px;
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-transform: uppercase;
}

.site-button-secondry {
    background-color: #253774;
    color: #fff;
}

.btn-half:before {
    top: 0;
    left: 0;
    right: auto;
}

.btn-half:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}

.btn-half:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.btn-half:hover span {
    color: #fff;
}

.btn-half:before,
.btn-half:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn-half:after {
    bottom: 0;
    right: 0;
    left: auto;
}

.btn-half:before,
.btn-half:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.site-button-secondry:active,
.site-button-secondry:hover,
.site-button-secondry:focus,
.active>.site-button-secondry {
    background-color: #253774;
    color: #fff;
}

.p-t120 {
    padding-top: 120px;
}

.p-120 {
    padding: 100px 0 5px;
}

.mt-50 {
    margin-top: 50px;
}

.pt-200 {
    padding-top: 230px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-80 {
    margin-bottom: 80px;
}


.mb-50 {
    margin-bottom: 50px;
}

/* .works--parallax .works-arrow--next::before {
    content: "";
    display: none;
    width: 100%;
    height: 1px;
    background-color: #999;
    position: absolute;
    top: -30px;
    left: 0
} */

@media(min-width:1700px) {
    .works--parallax .works-arrow--next::before {
        display: block
    }
}

.works--parallax .slide__content {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50%;
    min-height: 60px;
    padding: 16px 24px;
    background-color: #fff;
    box-sizing: border-box
}

.works--parallax .slide__content:hover {
    background-color: #ff4800
}

@media(min-width:576px) {
    .works--parallax .slide__content {
        top: unset;
        right: unset;
        left: -1px;
        bottom: -1px;
        max-width: 100%;
        height: auto;
        padding: 24px 32px
    }
}

@media(min-width:768px) {
    .works--parallax .slide__content {
        padding: 48px 48px 43px
    }
}

@media(min-width:1560px) {
    .works--parallax .slide__content {
        padding: 67px 63px 43px
    }
}

.works--parallax .slide-content__heading {
    font-weight: 600;
    font-size: 20px
}

@media(min-width:768px) {
    .works--parallax .slide-content__heading {
        font-size: 30px
    }
}

@media(min-width:1560px) {
    .works--parallax .slide-content__heading {
        font-size: 40px
    }
}

.works--parallax .slide-content__detail {
    font-size: 16px;
    color: #666;
    letter-spacing: .4px
}

.works--parallax .slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.works--parallax .works__slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 1434px;
    margin: 0 auto
}

@media(min-width:1560px) {
    .works--parallax .works__slider-wrapper {
        max-width: 1257px
    }
}

@media(min-width:1700px) {
    .works--parallax .works__slider-wrapper {
        max-width: 100%;
        margin: 0 58px
    }
}

.works--parallax .works__slider {
    height: 46vh
}

@media(min-width:768px) {
    .works--parallax .works__slider {
        height: 52vh
    }
}

.works--parallax .works__all {
    font-size: 18px;
    color: #000;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    text-decoration: underline;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%)
}

@media(min-width:992px) {
    .works--parallax .works__all {
        bottom: -30px
    }

    .works--parallax .works__all:hover {
        text-decoration: none
    }
}

@media(min-width:1200px) and (min-height:500px) {
    .works--parallax .works__all {
        bottom: -40px
    }
}

@media(min-width:1200px) and (min-height:960px) {
    .works--parallax .works__all {
        bottom: -76px
    }
}

.works-page {
    padding: 40px 0
}

@media(min-width:1200px) {
    .works-page {
        padding: 110px 0 170px
    }
}

@media(min-width:1560px) {
    .works-page__inner {
        max-width: 1550px
    }
}

.works-page__header {
    margin-bottom: 40px
}

@media(min-width:992px) {
    .works-page__header {
        margin-bottom: 80px
    }
}

@media(min-width:1200px) {
    .works-page__header {
        margin-bottom: 100px
    }
}

.works-page__heading {
    margin: 0 0 20px;
    font-weight: 400
}

@media(min-width:992px) {
    .works-page__heading {
        max-width: 700px
    }
}

@media(min-width:1200px) {
    .works-page__heading {
        max-width: 860px;
        margin-bottom: 50px
    }
}

.works-page__text {
    font-size: 16px;
    line-height: 1.66;
    color: #666
}

@media(min-width:992px) {
    .works-page__text {
        max-width: 795px
    }
}

@media(min-width:1200px) {
    .works-page__text {
        font-size: 18px
    }
}

.works-page__text p {
    margin: 0
}

.works-page__text p+p {
    margin-top: 16px
}

.works-page--grid {
    padding-bottom: 0
}

@media(min-width:1200px) {
    .works-page--grid {
        padding: 78px 0 0
    }
}

.works-page--grid .row {
    margin: 0
}

.works-page--grid .works__list {
    width: calc(100% + 8px);
    margin-left: -4px
}

.works-page--grid .work-card {
    width: 100%;
    margin-bottom: -4px
}

@media(min-width:768px) {
    .works-page--grid .work-card {
        width: calc(50% + 2px)
    }

    .works-page--grid .work-card:nth-child(even) {
        margin-left: -4px
    }
}

.works-page--grid .works__header {
    max-width: 1200px;
    margin-bottom: 73px;
    padding: 0 15px
}

.works-page--grid .works-page__inner {
    max-width: 1200px
}

.works-page--grid .works-page__inner--wide {
    max-width: 100%;
    margin: 0;
    padding: 0
}

.about {
    padding: 40px 0
}

@media(min-width:1200px) {
    .about {
        padding: 100px 0 150px
    }
}

@media(min-width:1200px) {
    .about--pb {
        padding: 104px 0 25px
    }
}

.about__header {
    margin-bottom: 60px
}

@media(min-width:1200px) {
    .about__header {
        margin-bottom: 143px
    }
}

.about__heading {
    max-width: 205px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .05em
}

@media(min-width:1200px) {
    .about__heading {
        margin-bottom: 36px
    }
}

.about__subheading {
    font-weight: 400
}

.about__statistics {
    margin-bottom: 60px
}

@media(min-width:1200px) {
    .about__statistics {
        margin-bottom: 143px
    }
}

.about__simplicity {
    margin-bottom: 60px
}

@media(min-width:1200px) {
    .about__simplicity {
        margin-bottom: 121px
    }
}

.about__journal {
    margin-bottom: 30px
}

.about__contacts {
    padding-top: 60px;
    border-top: solid 1px #e2e2e2
}

@media(min-width:1200px) {
    .about__contacts {
        padding-top: 137px
    }
}

.work-carousel .swiper-slide {
    padding: 0px 15px;
}

.work-carousel .swiper-button-next,
.work-carousel .swiper-button-prev {
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 0;
    border: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.work-carousel .swiper-button-prev svg {
    transform: rotate(180deg);
    width: 30%;
}

.work-carousel .swiper-button-next svg {
    width: 30%;
}


.work-carousel .swiper-button-next:after,
.work-carousel .swiper-button-prev:after {
    display: none;
}

.work-carousel:hover .swiper-button-next,
.work-carousel:hover .swiper-button-prev {
    opacity: 1;
}

.no-padding {
    padding: 0 !important;
}

.work-carousel .content {
    position: relative;
}

.work-carousel .content .item-img {
    position: relative;
    height: 480px;
    line-height: 0;
}

.work-carousel .content:hover .item-ig {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.work-carousel .content .cont {
    color: #fff;
    margin-top: 30px;
    text-align: center;
}

.work-carousel .content .cont h6 {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.work-carousel .content .cont h4 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.work-carousel.dark {
    background: #252531 !important;
    color: #fff;
}

.about__testimonials {
    padding: 80px 0;
}

.about__testimonials+.about__approach {
    margin-top: 60px
}

@media(min-width:1200px) {
    .about__testimonials+.about__approach {
        margin-top: 186px
    }
}

@media(min-width:1200px) {
    .about__feedback {
        padding-top: 24px
    }
}

.about__twitter-block {
    margin-bottom: 60px
}

@media(min-width:1200px) {
    .about__twitter-block {
        margin-bottom: 120px
    }
}

.post-sb {
    width: 100%;
    order: 1
}

@media(min-width:992px) {
    .post-sb {
        margin-right: 100px;
        order: 0
    }
}

.post-sb__date {
    margin-bottom: 22px
}

.post-sb__date a {
    font-size: 14px;
    text-transform: uppercase;
    color: #f5480c
}

.post-sb__date span {
    font-size: 13px;
    color: #666
}

.post-sb__date span.delimiter {
    font-size: 14px;
    padding: 0 8px
}


.post-sb__content-pic {
    margin: 35px 0 28px
}

@media(min-width:992px) {
    .post-sb__content-pic {
        margin: 85px 0 58px
    }
}

.post-sb__content-pic img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

@media(min-width:768px) {
    .post-sb__content-pic img {
        height: 400px
    }
}

@media(min-width:992px) {
    .post-sb__content-pic img {
        height: 500px
    }
}

.post-sb__pic-caption {
    font-size: 14px;
    font-style: italic;
    letter-spacing: .35px;
    color: #999;
    margin-top: 15px;
    text-align: center
}

@media(min-width:992px) {
    .post-sb__pic-caption {
        margin-top: 29px
    }
}

.post-sb__pic-caption a {
    color: #000
}

.post-sb__list {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin: 15px 0;
    padding-left: 0;
    list-style: none
}

@media(min-width:992px) {
    .post-sb__list {
        font-size: 15px;
        line-height: 30px;
        padding-left: 25px;
        margin: 32px 0 35px
    }
}

.post-sb__list li {
    position: relative;
    padding-left: 33px
}

.post-sb__list li+li {
    margin-top: 6px
}

.post-sb__list li::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #666;
    position: absolute;
    top: 14px;
    left: 1px
}

.post-sb__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 45px
}

@media(min-width:992px) {
    .post-sb__bottom {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 93px
    }
}



.comment {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 35px;
    border-top: 1px solid #e5e5e5
}

@media(min-width:768px) {
    .comment {
        margin-top: 0px;
        margin-bottom: 61px;
        padding-top: 67px
    }
}

.comment__title {
    font-size: 36px;
    color: #16171e;
    margin-bottom: 37px;
    text-align: center
}

@media(min-width:768px) {
    .comment__title {
        text-align: left
    }
}

.comment .comment-item {
    display: flex;
    flex-direction: column
}

@media(min-width:768px) {
    .comment .comment-item {
        flex-direction: row
    }
}

.comment .comment-item+.comment-item {
    margin-top: 39px
}

.comment .comment-item__photo {
    max-width: 70px;
    width: 100%;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px
}

@media(min-width:768px) {
    .comment .comment-item__photo {
        margin-bottom: 0;
        margin-right: 20px
    }
}

.comment .comment-item__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.comment .comment-item__top {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px
}

@media(min-width:768px) {
    .comment .comment-item__top {
        flex-direction: row;
        justify-content: space-between
    }
}

.comment .comment-item__name {
    font-size: 20px
}

.comment .comment-item__sent {
    font-size: 13px;
    letter-spacing: .65px;
    text-transform: uppercase
}

.comment .comment-item__text {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-bottom: 17px
}

.comment .comment-item__reply {
    width: 60px;
    padding: 5px 13px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #ccc;
    color: #181b31;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s ease
}

@media(min-width:768px) {
    .comment .comment-item__reply {
        left: 0;
        transform: none
    }

    .comment .comment-item__reply:hover {
        border-color: #f5480c;
        color: #f5480c
    }
}

.comment .comment-item--replyed {
    padding-left: 10px;
    margin-left: 20px;
    border-left: 1px solid #e5e5e5
}

@media(min-width:768px) {
    .comment .comment-item--replyed {
        margin-left: 90px;
        padding-left: 0;
        border-left: none
    }
}

.comment .comment-item--replyed .comment-item__photo {
    max-width: 45px;
    height: 45px
}


@media(min-width:768px) {
    .masonry {
        margin: 0 -5px
    }
}

.masonry .masonry-item {
    width: 100%;
    margin-bottom: 10px
}

@media(min-width:768px) {
    .masonry .masonry-item {
        width: calc(50% - 10px);
        margin: 0 5px 10px
    }
}

@media(min-width:1560px) {
    .masonry .masonry-item {
        width: calc(25% - 10px)
    }
}

.masonry .masonry-item .article-preview__image {
    position: relative
}

.masonry .masonry-item .article-preview__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 53%)
}

.masonry .masonry-item .article-preview__image {
    height: auto
}

.services__container {
    max-width: 1170px !important;
    padding: 60px 10px
}

@media(min-width:1200px) {
    .services__container {
        padding: 118px 0 203px
    }
}


.services .statistics {
    margin-top: 55px;
    margin-right: 0;
    margin-left: 0
}

@media(min-width:1200px) {
    .services .statistics {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media(min-width:992px) {
    .services .statistics {
        margin-top: 93px
    }
}

.services .twitter-block {
    margin: 60px 0
}

@media(min-width:992px) {
    .services .twitter-block {
        margin: 149px 0 127px
    }
}

.contacts {
    padding: 40px 0
}

@media(min-width:768px) {
    .contacts {
        position: relative
    }
}

@media(min-width:992px) {
    .contacts {
        padding: 60px 0
    }
}

@media(min-width:1200px) {
    .contacts {
        padding: 90px 0
    }
}

@media(min-width:1560px) {
    .contacts__inner {
        max-width: 1550px
    }
}

.contacts__header {
    margin-bottom: 60px
}

@media(min-width:1200px) {
    .contacts__header {
        margin-bottom: 138px;
        padding-top: 17px
    }
}

.contacts__info {
    margin-top: 40px
}

@media(min-width:992px) {
    .contacts__info {
        margin-top: 0
    }
}

@media(min-width:1200px) {
    .contacts__info {
        margin-left: 30px
    }
}

.contacts__heading {
    margin-bottom: 32px;
    font-weight: 400;
    letter-spacing: -.025em
}

@media(min-width:1200px) {
    .contacts__heading {
        margin-bottom: 66px;
        font-size: 60px
    }
}

.contacts__contact {
    max-width: 400px;
    background-color: #fff
}

@media(min-width:768px) {
    .contacts__contact {
        position: relative;
        padding: 40px
    }
}

@media(min-width:992px) {
    .contacts__contact {
        padding: 60px
    }
}

@media(min-width:1200px) {
    .contacts__contact {
        max-width: 595px;
        padding: 78px 83px 90px 100px
    }
}


.contacts__map {
    margin-top: 100px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: #999;
    margin-bottom: 0px;
}

@media(min-width:1200px) {
    .contacts__map {
        margin-bottom: 0px
    }
}

.contacts__map iframe {
    width: 100%;
    height: 100%;
    border: none
}

@media(min-width:1200px) {
    .contacts__map {
        height: 400px
    }
}

@media(min-width:768px) {
    .contacts__map--absolute {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
}

.team__container {
    max-width: 1170px !important;
    padding: 60px 10px;
    overflow: hidden
}

@media(min-width:1200px) {
    .team__container {
        padding: 127px 0 191px
    }
}

.team__title {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    letter-spacing: -1.5px;
    margin-bottom: 55px
}

@media(min-width:768px) {
    .team__title {
        font-size: 52px;
        line-height: 62px;
        margin-bottom: 74px
    }
}

@media(min-width:992px) {
    .team__title {
        font-size: 60px;
        line-height: 72px;
        margin-bottom: 100px
    }
}


.team__position {
    font-size: 14px;
    color: #666
}

.bg-wrapper {
    padding: 60px 0;
    background-color: #d8d5bf
}

@media(min-width:768px) {
    .bg-wrapper {
        padding: 100px 0
    }
}

@media(min-width:992px) {
    .bg-wrapper {
        padding: 160px 0
    }
}

@media(min-width:1200px) {
    .bg-wrapper {
        padding: 210px 0 200px;
        background-color: transparent;
        background-image: linear-gradient(to right, transparent 3.375vw, #d8d5bf 3.375vw)
    }
}

@media(min-width:1560px) {
    .bg-wrapper {
        background-image: linear-gradient(to right, transparent 9.375vw, #d8d5bf 9.375vw)
    }
}

@media(min-width:1200px) {
    .bg-wrapper--pb-less {
        padding-bottom: 158px
    }
}

@media(min-width:1200px) {
    .bg-wrapper--pb-less2 {
        padding-bottom: 170px
    }
}

@media(min-width:1200px) {
    .bg-wrapper--reverse {
        background-image: linear-gradient(to left, transparent 3.375vw, #d8d5bf 3.375vw)
    }
}

@media(min-width:1560px) {
    .bg-wrapper--reverse {
        background-image: linear-gradient(to left, transparent 9.375vw, #d8d5bf 9.375vw)
    }
}

.bg-wrapper+.our-journal {
    margin-top: 60px
}

@media(min-width:1200px) {
    .bg-wrapper+.our-journal {
        margin-top: 200px
    }
}

.bg-wrapper+.approach {
    margin-top: 30px
}

.bg-wrapper+.rewards {
    margin-top: 15px
}

@media (max-width:1366px) {
    .works--parallax .works-arrow--prev {
        left: -7px;
        top: 250px;
    }
    .works--parallax .works-arrow--next {
        right: -7px;
        top: 250px;
    }
    
}

@media (max-width:1024px) {
    .simplicity__text{max-width: 100%;}
    .desktop-logo{display: none;}
    .mobile-logo{display: block;}
    .mobile-logo{font-size: 25px; color: #fff; margin-top: 10px;}
    .sticky-logo .mobile-logo{font-size: 25px; color: #333; margin-top: 10px;}
    .lang-switcher{display: inline-flex; flex-wrap: nowrap; margin-left: 35px;}
    .navigation__link { font-size: 13px; }
    .navigation__item { margin-right: 20px; }
    .oss{max-width: 100%;}
    .footer__column-title { font-size: 20px; }
    .contacts__map{height: 300px;}
    .webpage__our-story{margin-bottom: 0;}
    .works--parallax .works__slider { height: 60vh;    }
    .footer__column-item { margin-bottom: 9px; float: left; width: 50%;}
    p{font-size: 14px; margin-bottom: 15px;}
    address{font-size: 14px;}
    .navigation__dropdown-item a{line-height: 40px;}
    .inner-banner .pt-200 { padding-top: 125px; }
    .team__title{font-size: 45px;}
    .form__title{font-size: 35px;}
    .about .ab-exp .years-exp .exp-text{padding: 10px; font-size: 50px;}
    .works--parallax{padding-top: 100px !important;}
    .section-padding {padding: 80px 0;}
    .section-head{    margin: 0 auto 50px;}
    .footer { padding: 60px 0 40px;}

}


@media (max-width:767px) {
    .desktop-logo{display: none;}
    .mobile-logo{display: block;}
    .mobile-logo{font-size: 25px; color: #fff; margin-top: 10px;}
    .sticky-logo .mobile-logo{font-size: 25px; color: #333; margin-top: 10px;}
    .lang-switcher{display: inline-flex; flex-wrap: nowrap; margin-left: 23px;}
    .enquiry{right: 15px;}
    .float{right: 15px;}
    .works--parallax .works__slider { height: 60vh; }
    .inner-banner .pt-200 { padding-top: 150px; }
    .oss{max-width: 100%;}
    .contacts__map{height: 300px;}
    .webpage__our-story{margin-bottom: 0;}
    .simplicity__text{max-width: 100%;}
    .footer__copyright{font-size: 16px;}
    .about .ab-exp .years-exp .exp-text{padding: 10px; font-size: 50px;}
    .exp-content .mt-50{margin-top: 0;}
    .contact-info{margin-top: 0;}
    .contact-info__title{margin-bottom: 8px;}
    .footer{padding: 20px 0;}
    .footer__bottom{padding-top: 30px;}
}

.comment-item__content {
    width: 95%;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* vertical tab by prominous */
:root {
	--white: #FFF;
	--blue: #17a2b8;
	--light: #F5F5F5;
	--light-blue: #F3F0FF;
	--grey: #eee;
	--dark-grey: #666;
	--black:#17a2b8;
}


.guide{
    justify-content: center;
    display: flex;
    padding: 20px;
    color: #283875;
    font-size: 35px;
    font-weight: 600;
}
.guide_1{
    justify-content: center;
    display: flex;
    padding: 20px;
    color: #283875;
    font-size: 30px;
    font-weight: 600;
}
.container_vtab {
	max-width: 100%;
	width: 100%;
	background: var(--white);

}
.wrapper_vtab {
	display: flex;
}
.indicator_vtab {
	padding: 1.5rem 0;
	border-right: 1px solid var(--grey);
    width: 40%;
}
.indicator_vtab li {
	display: flex;
	align-items: center;
	grid-gap: .5rem;
	padding: 10px 2rem;
	cursor:pointer;
	font-size: .875rem;
	color: var(--black);
	border-right: 3px solid transparent;
    font-size: 17px;

}
.indicator_vtab li i {
	font-size: 1rem;
}
.indicator_vtab li:hover {
	background: var(--light-blue);
}
.indicator_vtab li.active{
	border-right-color: var(--blue);
	color: var(--blue);
	background: var(--light-blue);
}
.content_vtab
 {
	padding: 1.5rem 2rem;
    width: 80%;
    line-height: 10px;
}
.content_vtab li {
	display: none;
}
.content_vtab li.active{
	display: block;
}
.content_vtab li h1 {
    font-size: 21px;
    font-weight: 500;
    margin: 30px 0 10px 0;
}
.content_vtab li p {

    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.77;
    color: #666;
    text-align: justify;
}
.img_dubai{
    position: relative;
    bottom: 450px;
    left:140%
}

@media screen and (max-width: 576px) {
	.wrapper_vtab {
		flex-direction: column;
	}
	.indicator_vtab {
		border-right: none;
        width: 100%;


	}
    .content_vtab
 {

    width: 100%;
}
}


/* infinte scrolling logos by prominous  */


.slider_logo .slider_track .slide img {
    padding: 10px 15px;
    width: 200px;
    height: 120px;
    border: 1px solid black;

}

.slider_logo {
    padding-top: 100px;
     padding-bottom: 200px;
    height: 100px;
    overflow: hidden;
    margin: auto;
    position: relative;

    width: auto;
}
.slider_logo .slider_track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px*14);
}

.slider_track .slide{
    padding: 15px;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
        100% {
            transform: translateX(calc(-250px*12));
        }
    }


/*  card by prominous*/

.card {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}

.card .image {
background: black;
height: 400px;
overflow: hidden;
}
.image img{
height: 100%;
width: 100%;
transition: 0.3s;
}

 .card:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}
.card_content .main_title {
    font-size: 24px;
    font-weight: 600;
    color:#333333;
}
.card_content .sub_title {
    font-size: 18px;
    font-weight: 500;
    color: #283875;
    margin-bottom: 10px;
}
.card_bottom p {
    color:#666666;
    font-size: 16px;
    text-align: justify;
    line-height: 1.8em;
}
.card_bottom button {
    float: center;
    padding: 7px 15px;
    font-size: 17px;
    background: #283875;
    color: white;
    font-weight: 500;
    border: none;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.3s ease;

}
.card_bottom button:hover {
    transform: scale(0.9);
    background: #e64533;
}
.card_bottom {
    display:none ;
}


 .card1 {

    position: relative;
bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card1:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card1 .image {
background: black;
height: 400px;
overflow: hidden;
}
.image img{
height: 100%;
width: 100%;
transition: 0.3s;
}

 .card1:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card1 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}


.card2 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card2:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card2 .image {
background: black;
height: 400px;
overflow: hidden;
}
.image img{
height: 100%;
width: 100%;
transition: 0.3s;
}

 .card2:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card2 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}
.card_header h3{
    padding-left: 43%;
    color: #E74C3C;
    font-weight: 600;
    font-size: 200%;
    position: relative;
    bottom: 200px;

}

.card3 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card3:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card3 .image {
background: black;
height: 400px;
overflow: hidden;
}

.card3:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card3 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}
.card4 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card4:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card4 .image {
background: black;
height: 400px;
overflow: hidden;
}

.card4:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card4 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}

.card5 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card5:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card5 .image {
background: black;
height: 400px;
overflow: hidden;
}

.card5:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card5 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}


.card6 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card6:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card6 .image {
background: black;
height: 400px;
overflow: hidden;
}

.card6:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card6 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}


.card7 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card7:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card7 .image {
background: black;
height: 400px;
overflow: hidden;
}

.card7:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card7 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}

.card8 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card8:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card8 .image {
background: black;
height: 400px;
overflow: hidden;
}

.card8:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card8 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}

.card9 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card9:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card9 .image {
background: black;
height: 400px;
overflow: hidden;
}

.card9:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card9 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}

.card10 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card10:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card10 .image {
background: black;
height: 400px;
overflow: hidden;
}

.card10:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card10 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}

.card11 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card11:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card11 .image {
background: black;
height: 400px;
overflow: hidden;
}

.card11:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card11 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}

.card12 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card12:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card12 .image {
background: black;
height: 400px;
overflow: hidden;
}

.card12:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card12 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}

.card13 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card13:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card13 .image {
background: black;
height: 400px;
overflow: hidden;
}

.card13:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card13 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}

.card14 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card14:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card14 .image {
background: black;
height: 400px;
overflow: hidden;
}

.card14:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card14 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}

.card15 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card15:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card15 .image {
background: black;
height: 400px;
overflow: hidden;
}

.card15:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card15 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}

.card16 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card16:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card16 .image {
background: black;
height: 400px;
overflow: hidden;
}

.card16:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card16 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}

.card17 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card17:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card17 .image {
background: black;
height: 400px;
overflow: hidden;
}

.card17:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card17 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}

.card18 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card18:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card18 .image {
background: black;
height: 400px;
overflow: hidden;
}

.card18:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card18 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}

.card19 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card19:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card19 .image {
background: black;
height: 400px;
overflow: hidden;
}

.card19:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card19 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}

.card20 {

    position: relative;
    bottom: 0px;

    display: block;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    transition: 0.4s linear;
}
.card20:hover .image img{
    opacity: 0.6;
    transform: scale(1.1);
}

.card20 .image {
background: black;
height: 400px;
overflow: hidden;
}

.card20:active .image img{
    opacity: 0.6;
    transform: scale(1.1);
}
.card20 .card_content{
    position:absolute;
    bottom:0px;
    background:white ;
    width: 100%;
    text-align: center;
    padding: 20px 30px ;
}
.dubai_card{
    display: none;
}
.load_more{
    display: block;
    margin: auto;
    margin-bottom: 25px;
    height: 50px;
    padding: 0 50px;
    border: 0;
    border-radius: 6px;
    background-color:#283875;
    color: #f1f1f1;
    font-size: 16px;
    cursor: pointer;
    transition: .3s linear;
  }

  .load_more:hover{
    opacity: .8;
  }

.responsive_card{
    display: grid;
    grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
    padding: 50px;
justify-content: center;
row-gap: 50px;
column-gap: 75px;

}


/*  horizontal tab by prominous*/

.wrapper {
    max-width: 80%;
    height: auto;
    position: relative;
    width: 100%;
    margin:-120px auto;
    margin-bottom: 120px;
    padding: 25px 30px 30px 30px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.wrapper nav {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}

.wrapper nav label {
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #17a2b8;
    font-size: 17px;
    border-radius: 5px;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.wrapper nav label:hover {
    background: rgba(23, 162, 184, 0.3);

}

#home:checked~nav label.home,
#blog:checked~nav label.blog,
#code:checked~nav label.code,
#help:checked~nav label.help,
#about:checked~nav label.about {
    color: #fff;
}

nav label i {
    padding-right: 7px;
}

nav .slider {
    position: absolute;
    height: 100%;
    width: 33%;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 5px;
    background: #17a2b8;
    transition: all 0.3s ease;
}

input[type="radio"] {
    display: none;
}

#blog:checked~nav .slider {
   left: 33%;
}

#code:checked~nav .slider {
    left: 66%;
}


section .content {
    display: none;
    background: #fff;
}

#home:checked~section .content-1,
#blog:checked~section .content-2,
#code:checked~section .content-3,
#help:checked~section .content-4,
#about:checked~section .content-5 {
    display: block;
}

section .content .title {
    font-size: 21px;
    font-weight: 500;
    margin: 30px 0 10px 0;
}

section .content p {
    text-align: justify;

}

@media screen and (max-width: 930px) {
	.wrapper{max-width: 100%;}
    .wrapper nav {
		flex-direction: column;
}
.content .simplicity__text{
    width: 100%;
}
.content{
    padding-top: 100px;
}
.wrapper nav label {
    padding: 20px;
    display: flex;

}
#blog:checked~nav .slider {
    top: 50px; left: 0px;
 }

 #code:checked~nav .slider {
     top: 100px; left: 0px;
 }
 nav .slider {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 5px;
    background: #17a2b8;
    transition: all 0.3s ease;

}
.wrapper nav label:hover {
    background: rgba(23, 162, 184, 0.3);

}
}
