/*
Theme Name: Itet.Pro
Author: Boris Kluev
Version: 1.0
*/



.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s;
    transition: transform .1s;
    -o-transition: -o-transform .1s;
    -moz-transition: transform .1s,-moz-transform .1s;
    transition: transform .1s,-webkit-transform .1s,-moz-transform .1s,-o-transform .1s
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
    -moz-transform: scale(1.3,1.3);
    -o-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

@font-face {
    font-family: OS;
    src: url(/wp-content/themes/itet/assets/fonts/OPENSANS-REGULAR.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: OS;
    src: url(/wp-content/themes/itet/assets/fonts/OPENSANS-SEMIBOLD.ttf);
    font-weight: 600;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: RALE;
    src: url(/wp-content/themes/itet/assets/fonts/RALEWAY-REGULAR.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: RALE;
    src: url(/wp-content/themes/itet/assets/fonts/RALEWAY-MEDIUM.ttf);
    font-weight: 500;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: RALE;
    src: url(/wp-content/themes/itet/assets/fonts/RALEWAY-BOLD.ttf);
    font-weight: 700;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: RALE;
    src: url(/wp-content/themes/itet/assets/fonts/RALEWAY-BLACK.ttf);
    font-weight: 800;
    font-style: normal;
    font-display: fallback
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a,button,input,textarea {
    border: none;
    outline: 0;
    background: 0 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-family: OS;
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

a:hover {
    text-decoration: none
}

html {
    scroll-behavior: smooth!important
}

body {
    font-family: OS;
    color: #fff;
    background-color: #0a0e16;
    line-height: 1;
    font-weight: 400;
    position: relative;
}

main {
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto
}

.title {
    font-size: 32px;
    margin-bottom: 55px;
    font-weight: 800;
    font-family: RALE
}

.title span {
    color: #5fa978
}

header {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%
}

.header {
    padding: 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    max-width: 141px;
    margin-right: 15px
}

.header__desc {
    font-family: RALE;
    font-weight: 700;
    font-size: 17px;
    max-width: 341px;
    line-height: 21px;
    margin-right: auto
}

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

.header__inf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 18px
}

.header__inf img {
    margin-right: 6px
}

.header__inf span {
    font-size: 14px;
    font-weight: 600
}

.header__inf:nth-child(3) {
    margin-right: 0
}

.header__inf:nth-child(3) span {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400
}

.header__burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 35px;
    height: 29px;
    margin-left: 40px;
    cursor: pointer
}

.header__burger span {
    width: 35px;
    height: 5px;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.header__burger span:nth-child(1) {
    background-color: #5fa978;
    margin-bottom: 7px
}

.header__burger span:nth-child(2) {
    width: 25px;
    margin-bottom: 7px
}

.header__burger:hover span {
    background-color: #5fa978
}

.block-1 {
    background-image: url(/wp-content/themes/itet/image/bg/wave_1.png);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.offer {
    font-family: RALE;
    height: 690px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.offer__subtitle {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 600px
}

.offer__title {
    max-width: 768px;
    font-size: 34px;
    line-height: 45px;
    font-weight: 800
}

.offer__title span {
    color: #5fa978
}

.offerStar {
    position: absolute;
    width: 910px;
    height: 578px;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto
}

.offerStar__logo {
    position: absolute;
    width: 20px;
    -webkit-animation: 30s ease-in-out infinite star;
    -moz-animation: 30s ease-in-out infinite star;
    animation: 30s ease-in-out infinite star;
    opacity: 0
}

.offerStar__logo1 {
    top: 104px;
    left: 39px
}

.offerStar__logo2 {
    top: 564px;
    left: 59px;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s
}

.offerStar__logo3 {
    top: 473px;
    left: 136px;
    -webkit-animation-delay: 34s;
    -moz-animation-delay: 34s;
    animation-delay: 34s
}

.offerStar__logo4 {
    top: 484px;
    left: 272px;
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    animation-delay: 15s
}

.offerStar__logo5 {
    top: 406px;
    left: 370px;
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    animation-delay: 12s
}

.offerStar__logo6 {
    top: 314px;
    left: 444px;
    -webkit-animation-delay: 28s;
    -moz-animation-delay: 28s;
    animation-delay: 28s
}

.offerStar__logo7 {
    top: 560px;
    left: 559px;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s
}

.offerStar__logo8 {
    top: 475px;
    left: 758px;
    -webkit-animation-delay: 45s;
    -moz-animation-delay: 45s;
    animation-delay: 45s
}

.offerStar__logo9 {
    top: 361px;
    left: 613px;
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    animation-delay: 9s
}

.offerStar__logo10 {
    top: 61px;
    left: 583px;
    -webkit-animation-delay: 27s;
    -moz-animation-delay: 27s;
    animation-delay: 27s
}

.offerStar__logo11 {
    top: 173px;
    left: 608px;
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    animation-delay: 30s
}

.offerStar__logo12 {
    top: 92px;
    left: 693px;
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    animation-delay: 16s
}

.offerStar__logo13 {
    top: 286px;
    left: 710px;
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    animation-delay: 36s
}

.offerStar__logo14 {
    top: 89px;
    left: 803px;
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    animation-delay: 15s
}

.offerStar__logo15 {
    top: 242px;
    left: 829px;
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    animation-delay: 42s
}

.offerStar__logo16 {
    top: -3px;
    left: 890px;
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    animation-delay: 30s
}

.about {
    margin: 180px 0 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 90px;
    position: relative
}

.about__text {
    font-size: 18px;
    line-height: 30px;
    max-width: 600px;
    z-index: 1;
}

.about__text p {
    margin-bottom: 25px
}

.about__img {
    margin-right: 60px;
    position: relative;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: -250px
}

.about__img .sota {
    position: absolute;
    right: 60px;
    bottom: 30px
}

.about__img-animation {
    -webkit-animation: 10s linear infinite move;
    -moz-animation: 10s linear infinite move;
    animation: 10s linear infinite move
}

body.dark .about__vid--dark{
    display: block;
}

body.dark .about__vid--light{
    display: none;
}

body.light .about__vid--dark{
    display: none;
}

body.light .about__vid--light{
    display: block;
}

.wedo {
    margin-bottom: 140px;
    padding-left: 90px;
    position: relative
}

.wedo__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wedoItem {
    width: -moz-calc(100% / 2 - 125px);
    width: calc(100% / 2 - 125px);
    margin-right: 125px;
    max-width: 375px;
    margin-bottom: 50px
}

.wedoItem:nth-child(1) .wedoItem__text {
    max-width: 300px
}

.wedoItem:nth-child(3),.wedoItem:nth-child(4) {
    margin-bottom: 0
}

.wedoItem__img {
    margin-bottom: 10px
}

.wedoItem__title {
    font-size: 18px;
    line-height: 24px;
    font-family: RALE;
    font-weight: 800;
    margin-bottom: 30px
}

.wedoItem__text {
    font-size: 14px;
    line-height: 24px
}

.feedback {
    padding: 0 90px;
    margin-bottom: 80px;
    position: relative
}

.feedback__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.feedback__left {
    max-width: 270px;
    margin-right: 55px
}

.feedback__right {
    max-width: 270px
}

.feedback__inp {
    width: 100%;
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 8px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px
}

.feedback__inp::-webkit-input-placeholder {
    color: #fff
}

.feedback__inp::-moz-placeholder {
    color: #fff
}

.feedback__inp:-ms-input-placeholder {
    color: #fff
}

.feedback__inp::-ms-input-placeholder {
    color: #fff
}

.feedback__inp::placeholder {
    color: #fff
}

.feedback__inp:focus,.feedback__inp:hover {
    border-bottom: 1px solid #5fa978
}

.feedback__inf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

.feedback__inf img {
    margin-right: 14px
}

.feedback__inf span {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
}

.feedback__inf:nth-child(1) span {
    font-size: 14px;
    font-weight: 400
}

.feedback__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 270px;
    height: 40px;
    border: 2px solid #5fa978;
    border-radius: 5px;
    font-size: 16px;
    font-family: RALE;
    font-weight: 700;
    color: #5fa978
}

.feedback__btn:hover {
    color: #fff;
    background-color: #5fa978
}

footer {
    /* background-image: url(/wp-content/themes/itet/image/bg/wave_2.png);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat; */
    min-height: 440px;
    padding-top: 360px;
    margin-top: -240px
}

.footer {
    padding: 15px 0 84px 0;
    border-top: 1px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__logo {
    max-width: 141px;
    margin-right: -141px
}

.footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 560px;
    width: 100%;
    font-family: RALE;
    font-weight: 700;
    font-size: 14px
}

.footer__nav a:hover {
    color: #5fa978
}

.footer__soc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 90px;
    max-height: 20px;
    width: 90px;
    margin-left: -90px
}

.footer__soc a svg {
    width: 20px;
    max-height: 20px
}

.footer__soc a svg path {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    fill: #fff
}

.footer__soc a:hover svg path {
    fill: #5fa978
}

.bullets {
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    max-height: 219px
}

.bullets a {
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 14px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.bullets a:last-child {
    margin-bottom: 0
}

.bullets a span {
    position: absolute;
    right: 22px;
    top: -4px;
    font-size: 14px;
    line-height: 14px;
    color: #5fa978;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: block;
    white-space: nowrap
}

.bullets a:hover {
    background: #5fa978
}

.bullets a:hover span {
    opacity: 1
}

.bullets .bullets-active {
    background: #5fa978
}

.bullets .bullets-line {
    height: 60px;
    width: 1px;
    border-radius: 0;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer
}

.bullets .bullets-line:hover {
    background: #fff
}

.clients {
    padding-left: 90px;
    margin: 180px 0;
    position: relative
}

.clientsSlider .owl-stage-outer {
    overflow: visible!important
}

.clientsSlider .owl-item {
    opacity: 0
}

.clientsSlider .owl-item.active {
    opacity: 1
}

.clientsSlider .owl-item.active .clientsSlide-active {
    box-shadow: 0 0 10px 3px rgba(0,0,0,.75)
}

.clientsSlider .owl-dots {
    margin-top: 50px!important
}

.clientsSlider .owl-dots .owl-dot span {
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.clientsSlider .owl-dots .owl-dot.active span {
    background-color: #5fa978;
    width: 50px
}

.clientsSlide {
    padding: 40px;
    margin: 5px 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative
}

.clientsSlide__layer {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a0e16;
    background: -webkit-gradient(linear,right top,left top,color-stop(25%,#0a0e16),to(rgba(10,14,22,.4)));
    background: -webkit-linear-gradient(right,#0a0e16 25%,rgba(10,14,22,.4) 100%);
    background: -moz-linear-gradient(right,#0a0e16 25%,rgba(10,14,22,.4) 100%);
    background: linear-gradient(270deg,#0a0e16 25%,rgba(10,14,22,.4) 100%)
}

.clientsSlide__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.clientsSlide__title {
    font-family: RALE;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px
}

.clientsSlide__desc {
    font-family: RALE;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.clientsSlide__logo {
    display: none;
    max-width: 150px;
    margin-left: 10px
}

.aboutPage__text1 {
    line-height: 25px;
}

.clientsSlide__logo img {
    max-width: 100%
}

.clientsSlide__text {
    font-family: RALE;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px
}

.clientsSlide__res {
    font-family: RALE;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #5fa978
}

.clientsSlide__res span {
    display: block;
    font-family: RALE;
    font-weight: 800;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px
}

.hand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.hand__circle {
    -webkit-animation: 10s linear infinite fadeanim;
    -moz-animation: 10s linear infinite fadeanim;
    animation: 10s linear infinite fadeanim
}

.hand__logoblack {
    margin: -10px -180px 0;
    -webkit-animation: 10s linear infinite moveanim;
    -moz-animation: 10s linear infinite moveanim;
    animation: 10s linear infinite moveanim
}

.hand__hand {
    margin-left: -100px;
    -webkit-animation: 10s linear infinite handanim;
    -moz-animation: 10s linear infinite handanim;
    animation: 10s linear infinite handanim
}

.handItem {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.handItem:nth-child(1) {
    top: 15px;
    left: 360px
}

.handItem:nth-child(2) {
    top: 130px;
    left: 475px
}

.handItem:nth-child(3) {
    bottom: 25px;
    left: 380px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.handItem__title {
    font-family: RALE;
    font-weight: 800;
    margin: 15px 0 12px;
    color: #5fa978
}

.handItem__text {
    font-size: 14px;
    line-height: 20px;
    max-width: 340px;
    margin-bottom: 18px
}

.handItem__img {
    margin-right: -100px
}

.block-menu {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0a0e16;
    display: none
}

.block-menu .wrapper {
    height: 100%
}

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 100%;
    padding: 25vh 0
}

.menu__cross {
    position: absolute;
    top: 30px;
    right: 0;
    cursor: pointer
}

.menu li{
    list-style-type: none;
}

.menu a {
    font-family: RALE;
    font-weight: 800;
    font-size: 4.6vh
}

.menu a:hover {
    color: #5fa978
}

.menu li.current_page_item a {
    color: #5fa978;
    border-bottom: 5px solid #5fa978;
    padding: 10px 30px
}

.block-bc {
    background: url(/wp-content/themes/itet/image/bg/fon.png) center center/100% auto;
    padding: 25px 0;
    margin-top: 75px
}

.bc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bc__title {
    font-family: RALE;
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 12px
}

.bc__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 5px 10px;
}

.bc__links a:last-child {
    color: #5fa978
}

/*.bc__links span {
    margin: 0 10px
}*/

.aboutPage {
    margin-top: 60px;
    padding-left: 90px;
    margin-bottom: 110px;
    position: relative
}

.aboutPage__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.aboutPage__text {
    width: -moz-calc(100% / 12 * 6.5);
    width: calc(100% / 12 * 6.5)
}

.aboutPage__text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px
}

.aboutPage__img {
    width: -moz-calc(100% / 12 * 4.5);
    width: calc(100% / 12 * 4.5);
    margin-left: 30px;
    margin-top: -10px
}

.aboutPage__img img {
    box-shadow: 0 0 10px 3px rgba(0,0,0,.75)
}

.aboutPage__sota {
    position: absolute;
    right: 0
}

.history {
    padding-left: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -15px 150px
}

.history__side {
    margin: 0 15px;
    width: -moz-calc(100% / 12 * 5.5 - 30px);
    width: calc(100% / 12 * 5.5 - 30px)
}

.history__subtitle {
    font-family: RALE;
    font-weight: 800;
    font-size: 20px;
    color: #5fa978;
    margin-bottom: 55px
}

.history__text {
    font-size: 16px;
    line-height: 24px
}

.history__text p {
    margin-bottom: 25px
}

.block-contacts {
    margin-top: 60px;
    margin-bottom: 110px;
    position: relative
}

.block-map {
    margin: 0 0 150px
}

.map {
    margin-left: 90px;
    width: -moz-calc(100% / 12 * 10.15);
    width: calc(100% / 12 * 10.15)
}

.servs {
    margin-top: 60px;
    padding-left: 90px;
    padding-right: 90px;
    margin-bottom: 85px;
    position: relative
}

.servs__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -15px
}

.serv {
    margin: 0 15px 25px;
    width: -moz-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px)
}

.serv__img {
    margin-bottom: 10px
}

.serv__title {
    font-family: RALE;
    font-weight: 800;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px;
    text-transform: uppercase;
    display: block;
}

.serv__list {
    font-size: 14px;
    line-height: 24px;
    margin-left: 15px
}

.serv__list li {
    list-style: disc;
    margin-bottom: 3px
}

.serv__list li:last-child {
    margin-bottom: 0
}

.prs {
    padding-left: 90px;
    padding-right: 90px;
    margin-bottom: 60px;
    position: relative
}

.prs__subtitle {
    font-size: 24px
}

.prsContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 120px
}

.prsItem {
    width: -moz-calc(100% / 3 - 30px);
    width: calc(100% / 3 - 30px);
    margin: 0 15px;
    background-color: #0a0e16;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.75);
    padding: 45px 40px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.prsItem:nth-child(2) {
    border: 3px solid #5fa978
}

.prsItem__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px
}

.prsItem__title span {
    font-family: RALE;
    font-weight: 800;
    font-size: 32px;
    color: #5fa978
}

.prsItem__title span span {
    display: inline-block;
    margin-left: -7px;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 26px
}

.prsItem__subtitle {
    font-family: RALE;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 35px
}

.prsItem__list {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 24px;
    margin-left: 15px;
    max-width: 252px
}

.prsItem__list li {
    list-style: disc
}

.prsItem__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border: 2px solid #5fa978;
    height: 40px;
    font-size: 16px;
    font-family: RALE;
    font-weight: 700;
    color: #5fa978;
    border-radius: 5px;
    margin-top: auto;
    max-width: 270px
}

.prsItem__btn:hover {
    color: #fff;
    background-color: #5fa978
}

.popUpPr {
    position: absolute;
    z-index: 99;
    display: none
}

.popUpPr__layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.4);
    cursor: pointer
}

.popUpPr__content {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #0a0e16;
    width: 370px;
    height: 410px;
    padding: 50px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.75)
}

.popUpPr__title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px
}

.popUpPr__inp {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.popUpPr__inp::-webkit-input-placeholder {
    color: #fff
}

.popUpPr__inp::-moz-placeholder {
    color: #fff
}

.popUpPr__inp:-ms-input-placeholder {
    color: #fff
}

.popUpPr__inp::-ms-input-placeholder {
    color: #fff
}

.popUpPr__inp::placeholder {
    color: #fff
}

.popUpPr__inp:focus,.popUpPr__inp:hover {
    border-bottom: 1px solid #5fa978
}

.popUpPr__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 270px;
    height: 40px;
    border: 2px solid #5fa978;
    border-radius: 5px;
    font-size: 16px;
    font-family: RALE;
    font-weight: 700;
    color: #5fa978;
    margin-top: 20px
}

.popUpPr__btn:hover {
    color: #fff;
    background-color: #5fa978
}

.revs {
    margin-top: 60px;
    padding-left: 90px;
    padding-right: 90px;
    position: relative
}

.revsItem {
    margin-bottom: 70px
}

.revsItem__title {
    margin-bottom: 55px;
    font-family: RALE;
    font-weight: 800;
    font-size: 20px;
    color: #5fa978;
    text-transform: uppercase
}

.revsSlider__inf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #555556;
    font-family: RALE;
    font-weight: 600;
    font-size: 16px;
    margin-top: 50px
}

.revsSlider__inf span {
    margin: 0 4px
}

.revsSlider__inf button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #54575c
}

.revsSlider__inf button:hover {
    background: #233d34
}

.revsSlide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.revsSlide__left {
    width: -moz-calc(100% / 12 * 3.5 - 15px);
    width: calc(100% / 12 * 3.5 - 15px);
    margin-right: 15px
}

.revsSlide__right {
    width: -moz-calc(100% / 12 * 8.5 - 15px);
    width: calc(100% / 12 * 8.5 - 15px);
    margin-left: 15px
}

.revsSlide__img {
    margin-bottom: 15px;
    position: relative
}

.revsSlide__img video{
    width: 100%;
    height: auto;
}

.revsSlide__img img,.video iframe {
    width: 100%
}

.videoIcon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 68px
}

.revsSlide__name {
    font-family: RALE;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 3px
}

.revsSlide__job {
    font-family: RALE;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.revsSlide__title {
    font-family: RALE;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #5fa978;
    margin-bottom: 10px
}

.revsSlide__text {
    font-family: RALE;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px
}

.revsSlide__quot {
    font-style: italic;
    font-size: 18px;
    line-height: 30px;
    margin-top: 50px
}

.day,.night {
    display: none!important
}

.light {
    color: #282828;
    background-color: #fff
}

.light .day {
    display: block!important
}

.light .header .header__burger span {
    background-color: #282828
}

.light .header .header__burger span:nth-child(1),.light .header .header__burger:hover span {
    background-color: #5fa978
}

.light .bullets a {
    background: #282828
}

.light .bullets a:hover {
    background: #5fa978
}

.light .bullets a:hover span {
    opacity: 1
}

.light .bullets .bullets-active {
    background: #5fa978
}

.light .bullets .bullets-line:hover {
    background: #282828
}

.light .about__img {
    margin-top: -20px
}

.light .hand__hand {
    margin-left: 40px;
    margin-top: 82px
}

.light .hand__logoblack {
    margin: -1px 27px 0 35px
}

.light .clientsSlider .owl-dots .owl-dot span {
    background-color: #282828
}

.light .clientsSlider .owl-dots .owl-dot.active span {
    background-color: #5fa978
}

.light .clientsSlider .owl-item.active .clientsSlide-active {
    box-shadow: 0 0 10px 3px rgba(0,0,0,.09)
}

.light .clientsSlide__layer {
    background: -webkit-gradient(linear,right top,left top,color-stop(25%,#fff),to(rgba(251,251,251,.4)));
    background: -webkit-linear-gradient(right,#fff 25%,rgba(251,251,251,.4) 100%);
    background: -moz-linear-gradient(right,#fff 25%,rgba(251,251,251,.4) 100%);
    background: linear-gradient(270deg,#fff 25%,rgba(251,251,251,.4) 100%)
}

.light .feedback__inp {
    color: #282828;
    border-bottom: 1px solid #282828
}

.light .feedback__inp::-webkit-input-placeholder {
    color: #282828
}

.light .feedback__inp::-moz-placeholder {
    color: #282828
}

.light .feedback__inp:-ms-input-placeholder {
    color: #282828
}

.light .feedback__inp::-ms-input-placeholder {
    color: #282828
}

.light .feedback__inp::placeholder {
    color: #282828
}

.light .footer__soc a svg path {
    fill: #282828
}

.light .footer__soc a:hover svg path {
    fill: #5fa978
}

.light .block-menu {
    background: #fff
}

.light .handItem:nth-child(1) {
    top: 15px;
    left: 360px
}

.light .handItem:nth-child(2) {
    top: 130px;
    left: 475px
}

.light .handItem:nth-child(3) {
    bottom: 20px;
    left: 383px
}

.light .footer {
    border-top: 1px solid #282828
}

.light .block-bc {
    background: url(/wp-content/themes/itet/image/bg/fon-l.png) center center/100% auto
}

.light .aboutPage__img img {
    box-shadow: none
}

.light .prsItem {
    background-color: #fff;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.09)
}

.light .revsSlider__inf {
    color: #555556
}

.light .revsSlider__inf button {
    background: #bebebe
}

.light .revsSlider__inf button:hover {
    background: #cee5d6
}

.light .popUpPr__layer {
    background: rgba(255,255,255,.4)
}

.light .popUpPr__content {
    background: #fff;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.09)
}

.light .popUpPr__inp {
    border-bottom: 1px solid #0a0e16
}

.light .popUpPr__inp::-webkit-input-placeholder {
    color: #0a0e16
}

.light .popUpPr__inp::-moz-placeholder {
    color: #0a0e16
}

.light .popUpPr__inp:-ms-input-placeholder {
    color: #0a0e16
}

.light .popUpPr__inp::-ms-input-placeholder {
    color: #0a0e16
}

.light .popUpPr__inp::placeholder {
    color: #0a0e16
}

.dark .night {
    display: block!important
}

blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

abbr,fieldset,img {
    border: 0
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: 400
}

ul li {
    list-style: none
}

caption,th {
    text-align: left
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 400
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
    display: block
}

img {
    max-width: 100%;
    height: auto
}

.wrapper {
    max-width: 1230px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (max-width: 1160px) {
    .header__logo {
        margin-right:auto
    }

    .header__desc {
        display: none
    }

    .about__img {
        margin-top: -160px
    }
}

@media screen and (max-width: 1024px) {
    .offerStar {
        width:850px;
        height: 550px
    }

    .offerStar__logo {
        width: 15px
    }

    .offerStar__logo1 {
        display: none
    }

    .offerStar__logo2 {
        top: 527px
    }

    .offerStar__logo3 {
        top: 442px;
        left: 130px
    }

    .offerStar__logo4 {
        top: 452px;
        left: 258px
    }

    .offerStar__logo5 {
        top: 381px;
        left: 346px
    }

    .offerStar__logo6 {
        top: 296px;
        left: 417px
    }

    .offerStar__logo7 {
        top: 525px;
        left: 527px
    }

    .offerStar__logo8 {
        top: 446px;
        left: 715px
    }

    .offerStar__logo9 {
        top: 341px;
        left: 573px
    }

    .offerStar__logo10 {
        top: 60px;
        left: 546px
    }

    .offerStar__logo11 {
        top: 166px;
        left: 572px
    }

    .offerStar__logo12 {
        top: 90px;
        left: 648px
    }

    .offerStar__logo13 {
        display: none
    }

    .offerStar__logo14 {
        top: 87px;
        left: 752px
    }

    .offerStar__logo15 {
        top: 226px;
        left: 779px
    }

    .offerStar__logo16 {
        top: -1px;
        left: 837px
    }

    .wedoItem {
        width: -moz-calc(100% / 2 - 60px);
        width: calc(100% / 2 - 60px);
        margin-right: 60px
    }

    .footer__nav {
        max-width: 500px
    }

    .clientsSlide__logo {
        display: none
    }

    .prsItem {
        padding: 50px 20px
    }
}

@media screen and (max-width: 920px) {
    .header__burger {
        margin-left:20px
    }

    .block-1 {
        background-size: 150% auto
    }

    .offer {
        height: 500px
    }

    .offer__subtitle {
        font-size: 24px;
        line-height: 29px;
        max-width: 570px
    }

    .offer__title {
        font-size: 34px;
        line-height: 39px
    }

    .offerStar {
        width: 650px;
        height: 400px
    }

    .offerStar__logo2 {
        top: 404px;
        left: 46px
    }

    .offerStar__logo3 {
        top: 339px;
        left: 101px
    }

    .offerStar__logo4 {
        top: 347px;
        left: 198px
    }

    .offerStar__logo5 {
        top: 293px;
        left: 264px
    }

    .offerStar__logo6 {
        top: 224px;
        left: 316px
    }

    .offerStar__logo7 {
        top: 401px;
        left: 400px
    }

    .offerStar__logo8 {
        top: 338px;
        left: 544px
    }

    .offerStar__logo9 {
        top: 259px;
        left: 437px
    }

    .offerStar__logo10 {
        top: 43px;
        left: 417px
    }

    .offerStar__logo11 {
        top: 175px;
        left: 590px
    }

    .offerStar__logo12 {
        top: 64px;
        left: 573px
    }

    .offerStar__logo14 {
        top: -3px;
        left: 636px
    }

    .offerStar__logo15 {
        top: 65px;
        left: 493px
    }

    .offerStar__logo16 {
        display: none
    }

    .about {
        margin: 120px 0 50px;
        padding-left: 0
    }

    .wedo {
        padding-left: 0
    }

    .feedback {
        padding: 0
    }

    .footer__logo {
        max-width: 100px;
        margin-right: -100px
    }

    .footer__nav {
        max-width: 460px
    }

    .clients {
        margin: 120px 0;
        padding-left: 0
    }

    .aboutPage {
        padding-left: 0;
        margin-bottom: 85px
    }

    .aboutPage__img {
        width: -moz-calc(100% / 12 * 5.5);
        width: calc(100% / 12 * 5.5)
    }

    .history {
        padding-left: 0;
        margin: 0 -15px 50px
    }

    .history__side {
        width: -moz-calc(100% / 12 * 6 - 30px);
        width: calc(100% / 12 * 6 - 30px)
    }

    .block-contacts {
        margin-bottom: 85px
    }

    .block-map {
        margin: 0 0 100px
    }

    .map {
        margin-left: 0;
        width: 100%
    }

    .servs {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 60px
    }

    .prs {
        padding-left: 0;
        padding-right: 0
    }

    .prsContent {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .prsItem {
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        max-width: 370px;
        margin-bottom: 30px;
        min-height: 500px
    }

    .revs {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 800px) {
    .header__inf {
        margin-right:0
    }

    .header__inf:nth-child(2),.header__inf:nth-child(3) {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .offer__subtitle {
        font-size:18px;
        line-height: 24px;
        max-width: 440px
    }

    .offer__title {
        font-size: 24px;
        line-height: 29px;
        max-width: 470px
    }

    .offerStar {
        display: none
    }

    .about {
        margin: 100px 0 0
    }

    .about__img {
        margin-top: -110px;
        margin-right: 0;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        width: 370px
    }

    .about__img img {
        width: 100%;
        margin-left: -40px
    }

    .about__img video{
        margin: 25px 0 60px;
        width: 100%;
    }

    .about__img .sota {
        max-width: 340px;
        bottom: -50px;
        right: 0;
        left: 0;
        margin: 0 auto
    }

    .wedo {
        margin-bottom: 100px
    }

    .wedo__content {
        margin: 0 -25px
    }

    .wedoItem {
        margin: 0 25px 50px;
        width: -moz-calc(100% / 2 - 50px);
        width: calc(100% / 2 - 50px)
    }

    .feedback__left {
        margin-right: 40px
    }

    footer {
        background: 0 0;
        min-height: auto;
        padding: 0;
        margin: 0
    }

    .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: auto;
        max-height: none;
        padding: 15px 0 25px
    }

    .footer__logo {
        max-width: 95px;
        margin: 0 0 30px
    }

    .footer__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__nav a {
        margin-bottom: 30px
    }

    .footer__soc {
        margin: 0
    }

    .bullets {
        display: none
    }

    .clients {
        margin: 100px 0
    }

    .clientsSlide__layer {
        display: none!important
    }

    .clientsSlide__logo {
        display: block
    }

    .hand__hand {
        display: none!important
    }

    .bc__title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .aboutPage__content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .aboutPage__text {
        width: 100%
    }

    .aboutPage__img {
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin: 0 -15px
    }

    .aboutPage__img img {
        width: 100%
    }

    .aboutPage__sota {
        display: none!important
    }

    .history {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .history__side {
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 0 15px 25px
    }

    .map {
        margin: 0 -15px;
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        height: 300px
    }

    .prsContent {
        margin-bottom: 50px
    }

    .revsItem__slider {
        width: 100%;
        max-width: 500px;
        margin: 0 auto
    }

    .revsSlide {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .revsSlide__left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px
    }

    .revsSlide__right {
        width: 100%;
        margin-left: 0
    }

    .light .about__img {
        margin-top: 20px
    }

    .dark .aboutPage__sota,.dark .hand__hand,.light .aboutPage__sota,.light .hand__hand {
        display: none!important
    }

    .wrapper {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 576px) {
    .title {
        font-size:24px;
        line-height: 30px;
        margin-bottom: 25px
    }

    .offer {
        height: 330px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .offer__subtitle {
        font-size: 16px;
        max-width: 390px
    }

    .offer__title {
        line-height: 35px;
        margin-bottom: 35px
    }

    .about {
        margin: 50px 0 0
    }

    .about__text {
        font-size: 16px;
        line-height: 24px
    }

    .about__text p {
        margin-bottom: 20px
    }

    .wedo {
        margin-bottom: 60px
    }

    .wedoItem {
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
        max-width: none;
        margin: 0 25px 20px
    }

    .wedoItem:nth-child(1) .wedoItem__text {
        max-width: none
    }

    .wedoItem:nth-child(3),.wedoItem:nth-child(4) {
        margin: 0 25px 20px
    }

    .feedback {
        margin-bottom: 60px
    }

    .feedback__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .feedback__left {
        max-width: 275px;
        width: 275px;
        margin: 0
    }

    .feedback__right {
        max-width: 275px;
        width: 275px;
        margin-top: 25px
    }

    .feedback__inf {
        margin-bottom: 30px
    }

    .feedback__btn {
        width: 275px
    }

    .clients {
        margin: 60px 0
    }

    .clientsSlider .owl-dots {
        margin-top: 30px!important
    }

    .clientsSlide {
        padding: 25px
    }

    .clientsSlide__logo {
        display: none
    }

    .clientsSlide__text {
        margin-bottom: 15px
    }

    .hand__circle {
        max-width: 250px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .hand__logoblack {
        max-width: 250px;
        margin: -10px -130px 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .handItems {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: auto;
        max-width: 40%
    }

    .handItem {
        position: static
    }

    .handItem__title {
        margin: 0 0 10px
    }

    .handItem__text {
        margin: 0 0 20px
    }

    .handItem__img {
        display: none
    }

    .menu a {
        font-size: 8.5vw
    }

    .block-bc {
        background: url(/wp-content/themes/itet/image/bg/fon1.png) center center/100% auto;
        padding: 15px 0
    }

    .aboutPage {
        margin-top: 40px;
        margin-bottom: 55px
    }

    .history {
        margin: 0 -15px 10px
    }

    .history__subtitle {
        margin-bottom: 25px
    }

    .block-contacts {
        margin-top: 40px;
        margin-bottom: 55px
    }

    .block-map {
        margin: 0 0 60px
    }

    .map {
        height: 257px
    }

    .servs {
        margin-top: 40px;
        margin-bottom: 35px
    }

    .serv {
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px)
    }

    .serv__title {
        margin-bottom: 20px
    }

    .prs {
        margin-bottom: 25px
    }

    .prs__subtitle {
        font-size: 18px;
        line-height: 30px
    }

    .prsContent {
        margin-bottom: 30px
    }

    .popUpPr__btn {
        width: 275px
    }

    .revs {
        margin-top: 40px
    }

    .revsItem {
        margin-bottom: 60px
    }

    .revsItem__title {
        margin-bottom: 30px
    }

    .revsSlider__inf {
        margin-top: 30px
    }

    .revsItem__slider {
        width: 100vw;
        max-width: none;
        margin: 0 -15px
    }

    .videoIcon {
        max-width: 50px
    }

    .revsSlide__job,.revsSlide__name,.revsSlide__text,.revsSlide__title {
        padding: 0 15px
    }

    .revsSlide__quot {
        margin-top: 30px;
        padding: 0 15px
    }

    .light .hand__logoblack {
        margin: -5px 10px 0 25px;
        max-width: 20px
    }

    .light .block-bc {
        background: url(/wp-content/themes/itet/image/bg/fon1-l.png) center center/100% auto
    }
}

@media screen and (max-width: 500px) {
    .hand__circle {
        max-width:200px
    }

    .hand__logoblack {
        max-width: 200px;
        margin: -5px -100px 0
    }

    .handItems {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .light .hand__logoblack {
        margin: -3px 10px 0 25px;
        max-width: 16px
    }
}

@media screen and (max-width: 430px) {
    .hand__circle {
        max-width:150px;
        margin-left: -10px;
        -webkit-animation: 10s linear infinite fadeanimXs;
        -moz-animation: 10s linear infinite fadeanimXs;
        animation: 10s linear infinite fadeanimXs
    }

    .hand__logoblack {
        max-width: 150px;
        margin: -5px -80px 0;
        -webkit-animation: 10s linear infinite moveanimXs;
        -moz-animation: 10s linear infinite moveanimXs;
        animation: 10s linear infinite moveanimXs
    }

    .light .hand__logoblack {
        margin: -9px 10px 0 25px;
        max-width: 12px
    }
}

@media screen and (max-width: 400px) {
    .header__logo {
        max-width:94px
    }

    .about {
        margin: 40px 0 -30px
    }

    .about__img {
        width: 100%;
        max-width: 100%
    }

    .about__img img {
        margin-left: -20px
    }

    .about__img .sota {
        max-width: 230px;
        margin: 0 auto
    }

    .block-bc {
        margin-top: 55px
    }

    .popUpPr__content {
        width: 290px;
        height: 370px;
        padding: 30px
    }

    .popUpPr__btn {
        width: 100%
    }
}

@media screen and (max-width: 360px) {
    .light .handItems {
        margin-left:-15px
    }
}

@media screen and (max-width: 350px) {
    .header__inf span {
        font-size:12px
    }

    .header__burger {
        margin-left: 10px
    }

    .offer__subtitle {
        font-size: 14px;
        line-height: 22px
    }

    .offer__title {
        font-size: 22px;
        line-height: 32px
    }
}








































.chat{
        position: fixed;
        z-index: 999;
        bottom: 0;
        right: calc((100vw - 1170px) / 2);
        width: 340px;
        height: 488px;
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 5px 25px 0px 0px;
        box-shadow: 0 20px 40px 8px rgba(0,0,0,.25);
        padding-bottom: 20px;
        box-sizing: border-box;
        transition: 0.5s;
        transform: translateY(434.5px);
    }
    .chat-show{
        transform: translateY(0px);
    }
    .chatTop{
        position: relative;
        border-radius: 5px 25px 0px 0px;
        background: #fff;
        padding: 15px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }
    .chat__cross{
        position: absolute;
        top: 0;
        left: -35px;
        width: 25px;
        height: 25px;
        border: 1px solid #2f6c4f;
        border-radius: 50%;
        font-size: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
        opacity: 0;
        cursor: pointer;
    }
    .chat__cross-show{
        opacity: 1;
    }
    .chatTop__logo{
        width: 65px;
    }
    .chat__content{
        width: 100%;
        height: 320px;
        max-height: 320px;
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
        padding: 15px 20px;
        box-sizing: border-box;
    }
    .chat__content::-webkit-scrollbar{
        width: 4px;
        background-color: #FFFFFF;
    }
    .chat__content::-webkit-scrollbar-thumb{
        border-radius: 2px;
        background-color: #d1d1d1;
    }
    .chat__msg{
        background: #447acc;
        padding: 5px 10px;
        border-radius: 5px;
        max-width: 70%;
        align-self: flex-start;
        margin-bottom: 15px;
    }
    .chat__msg-client{
        align-self: flex-end;
        background: #adff92;
    }
    .chat__inp{
        border-top: 1px solid #d1d1d1;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .chat__inp input{
        outline: none;
        border: none;
        width: calc(100% - 50px);
        cursor: pointer;
        color:#006c4e;
    }
    .chat__inp button{
        background: #006c4e;
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.5s;
        cursor: pointer;
        border: none;
        outline: none;
    }
    .chat__inp button img{
        width: 20px;
        height: 20px;
    }
    .chat__inp button:hover{
        opacity: 0.8;
    }
    .chat__btns{
        display: flex;
        align-items: center;
        padding-left: 15px;
        margin-top: 5px;
    }
    .chat__btn{
        width: 24px;
        cursor: pointer;
        position: relative;
    }
    .chat__btn:first-child{
        margin-right: 3px;
    }
    .chat__btn:nth-child(2){
        margin-right: 5px;
    }
    .chat__desc{
        position: absolute;
        z-index: 1;
        bottom: 40px;
        left: 0px;
        background: #fff;
        box-shadow: 0 20px 40px 8px rgba(0,0,0,.25);
        padding: 10px 15px;
        width: 170px;
        border-radius: 5px;
        font-size: 12px;
        display: none;
    }
    .chat__emoji{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-left: -2.5px;
        margin-right: -2.5px;
    }
    .chat__emoji img{
        width: calc(20% - 5px);
        margin: 0px 2.5px 5px;
    }

    @media  screen and (max-width:1200px){
        .chat{
            right: 15px;
        }
    }
    @media  screen and (max-width:400px){
        .chat{
            width: 260px;
            font-size: 14px;
            transform: translateY(439.5px);
        }
        .chat-show{
            transform: translateY(0px);
        }
        .chatTop__text{
            font-size: 12px;
        }
        .chatTop__logo{
            width: 55px;
        }
        .chatTop, .chat__content, .chat__inp{
            padding: 15px;
        }
        .chat__btns{
            padding-left: 10px;
        }
    }
    
    
    .dark .chatTop, .dark .chat{
    background: #0a0e16;
}

.dark .chat__content::-webkit-scrollbar {
    background-color: #0a0e16;
}

.dark .chat__content::-webkit-scrollbar-thumb{
    background-color: #5fa978;
}

.dark .chat__msg-client {
    background: #5fa978;
}





























input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked,
input[type="radio"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label,
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    left: 3px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 4px solid #64a57b;
    border-bottom: 4px solid #64a57b;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #64a57b;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:not(:checked) + label:after{
    opacity: 0;
}

input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after{
    opacity: 1;
}
















.blog{
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    margin: 180px 0;
}

.blog.blogPage{
    margin: 60px 0 110px;
}

.blog.blogPage .blog__title{
    padding-left: 0;
}

.blog__title{
    width: 100%;
    margin-bottom: 15px;
    padding-left: 90px;
}

.blog-item{
    width: calc(100% / 3 - 20px);
    box-shadow: 5px 7px 20px rgba(63,82,70,0.09);
}

.blog-item__image{
    display: block;
    width: 100%;
    height: 340px;
    background-size: cover !important;
    background-position: center !important;
}

.blog-item__content{
    padding: 25px 30px 45px;
}

.blog-item__title{
    display: block;
    margin: 20px 0 25px;
}

.blog-item__title h4{
    font-size: 24px;
    line-height: 30px;
    font-family: RALE;
    font-weight: 900;
}

.blog-item__excerpt p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.blog-item__tags{
    display: flex;
    align-items: flex-start;
    min-height: 34px;
}

.blog-item__tags__list{
    width: calc(100% - 24px);
    padding-left: 12px;
    display: flex;
    flex-wrap: wrap;
}

.blog-item__tags__list a{
    font-weight: 500;
    font-size: 12px;
    margin: 5px 2px 0 0;
}

.blog-item__tags__list a:after{
    content: ' | ';
}

.blog-item__tags__list a:nth-last-of-type(1):after{
    content: '';
}

@media(max-width: 550px){
    .blog{
        margin: 70px 0 60px;
    }

    .blog__title{
        padding-left: 0;
        margin-bottom: 0;
    }

    .blog-item{
        width: 100%;
        margin: 0 !important;
    }
}
















.index-desc{
    margin: 180px 0;
    padding-left: 90px;
}

.index-desc h2{
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 800;
    font-family: RALE
}

.index-desc p{
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}

.index-desc p:nth-of-type(1){
    margin-top: 0;
}

.index-desc p strong{
    font-weight: 600;
}

@media(max-width: 550px){
    .index-desc{
        margin: 60px 0;
        padding-left: 0;
    }

    .index-desc__desc p{
        font-size: 16px;
        line-height: 26px;
    }
}













.singlePage{
    margin-top: 60px;
}

.singlePage h2{
    font-size: 32px;
    line-height: 36px;
}

.singlePage h3{
    font-size: 28px;
    line-height: 32px;
}

.singlePage h4{
    font-size: 24px;
    line-height: 28px;
}

.singlePage h5{
    font-size: 21px;
    line-height: 24px;
}

.singlePage h2,
.singlePage h3,
.singlePage h4,
.singlePage h5{
    margin: 60px 0 30px;
    font-weight: 600;
}

.singlePage p{
    margin-bottom: 20px;
    line-height: 1.5;
}

.singlePage strong{
    font-weight: 600;
}

.singlePage ul{
    list-style-type: disc;
    padding: 0 0 0 20px;
    margin-bottom: 25px;
}

.singlePage ul li{
    list-style: disc;
    line-height: 1.5;
    margin-bottom: 12px;
}

.singlePage ul li:nth-last-of-type(1){
    margin-bottom: 0;
}

.singlePage-tags{
    margin-top: 40px;
}

@media(max-width: 550px){
    .singlePage{
        margin-top: 30px;
    }

    .singlePage p{
        margin-bottom: 15px;
    }

    .singlePage ul{
        margin-bottom: 20px;
    }

    .singlePage h2,
    .singlePage h3,
    .singlePage h4,
    .singlePage h5{
        margin: 50px 0 20px;
    }

    .singlePage h2{
        font-size: 24px;
        line-height: 28px;
    }

    .singlePage h3{
        font-size: 21px;
        line-height: 24px;
    }

    .singlePage h4{
        font-size: 18px;
        line-height: 22px;
    }

    .singlePage h5{
        font-size: 16px;
        line-height: 20px;
    }
}











.offer-services__title{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.offer-services__title h3{
    font-weight: 700;
    margin-top: 5px;
    margin-left: 20px;
    font-size: 28px;
    line-height: 30px;
}

.offer-services__icon{
    width: 42px;
    text-align: center;
}

.offer-services__icon img{
    max-width: 100%;
}

.offer__list{
    padding: 0 0 0 35px;
}

.offer__list li{
    margin-top: 15px;
    list-style: disc;
    font-size: 18px;
    line-height: 20px;
}

.offer__list li span{
    color: #5fa978;
}

@media(max-width: 556px){
    .offer-services{
        height: fit-content !important;
        margin-top: 10px;
        margin-bottom: 60px;
    }

    .offer-services__title{
        margin-bottom: 10px;
    }

    .offer-services__title h3{
        margin-left: 12px;
        margin-top: 7px;
        font-size: 22px;
    }

    .offer-services__icon{
        width: 36px;
    }

    .offer__list{
        padding: 0 0 0 20px;
    }

    .offer__list li{
        margin-top: 8px;
        font-size: 16px;
        line-height: 18px;
    }
}

















.tags-wrapper{
    margin-top: 45px;
}

.tags-wrapper ul{
    padding: 0 0 0 20px;
}

.tags-wrapper ul ul{
    list-style-type: circle;
}

.tags-wrapper ul li{
    list-style-type: disc;
    margin-top: 15px;
}












.footer-video{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

body.light .footer-video__light{
    display: block;
}

body.dark .footer-video__dark{
    display: block;
}

@media(max-width: 768px){
    .footer-video{
        display: none !important;
    }
}







.handVideo{
    width: 100%;
    height: 100%;
    display: none;
}

body.dark .handVideo_dark{
    display: block;
}

body.light .handVideo_light{
    display: block;
}

.handItems{
    display: none !important;
}

@media(max-width: 768px){
    .handVideo{
        display: none !important;
    }

    .handItems{
        display: block !important;
    }
}






.main-xgraffic{
    position: relative;
    z-index: -1;
    display: none;
    opacity: .7;
}

body.dark .main-xgraffic_dark{
    display: block;
}

body.light .main-xgraffic_light{
    display: block;
}