@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '<<'
}

[dir=rtl] .slick-prev:before {
    content: '>>'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '>>'
}

[dir=rtl] .slick-next:before {
    content: '<<'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 40px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.advantages-popup__conteiner {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -100;
    opacity: 0;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.popupConteinerActive {
    z-index: 9999;
    opacity: 1
}

.advantages-popap {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    width: 600px;
    padding: 40px;
    font-family: Montserrat, sans-serif;
    color: #333;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(400%) scale(.4) skew(30deg, 20deg);
    -ms-transform: translateY(400%) scale(.4) skew(30deg, 20deg);
    transform: translateY(400%) scale(.4) skew(30deg, 20deg);
    opacity: 0;
    top: auto;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s
}

.popupOpen {
    -webkit-transform: translateY(0) scale(1) skew(0deg, 0deg);
    -ms-transform: translateY(0) scale(1) skew(0deg, 0deg);
    transform: translateY(0) scale(1) skew(0deg, 0deg);
    opacity: 1
}

.advantages-popup__close-element {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url(../images/close-icg.png) no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.advantages-popup__close-element:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

li {
    list-style-type: none
}

button {
    cursor: pointer;
    outline: 0 none!important
}

body::-webkit-scrollbar {
    width: 3px
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

body::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090
}

.slick-slide img:focus {
    outline: 0!important
}

.slick-slide:focus {
    outline: 0!important
}

.towar-box-sec5 a {
    outline: 0!important
}

.slick-slide {
    outline: 0!important
}

.slick-slide p {
    outline: 0!important
}

.slick-slide a {
    outline: 0!important
}

.slick-slide div {
    outline: 0!important
}

.slick-track {
    outline: 0!important
}

input {
    outline: 0 none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Montserrat, sans-serif
}

button {
    font-family: Montserrat, sans-serif
}

select {
    cursor: pointer;
    outline: 0 none!important;
    font-family: Montserrat, sans-serif
}

textarea {
    outline: 0 none!important;
    font-family: Montserrat, sans-serif
}

body {
    background-color: #000;
    color: #fff;
    font-family: Montserrat, sans-serif;
    background-image: url(../images/bg-body.jpg);
    background-repeat: repeat;
    background-position: center
}

p {
    font-size: 16px;
    color: #fff;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    color: #fff
}

ul {
    margin-bottom: 0
}

.content {
    overflow: hidden
}

.general-conteiner {
    width: 1180px;
    margin: 0 auto
}

.general-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase
}

.general-subtitle {
    padding: 16px 0;
    line-height: 1.5;
    padding-right: 650px;
    width: 100%;
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7
}

.preloader-conteiner {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5555;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, .7)
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-animation: sk-chase 2.5s infinite linear both;
    animation: sk-chase 2.5s infinite linear both
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: sk-chase-dot 2s infinite ease-in-out both;
    animation: sk-chase-dot 2s infinite ease-in-out both
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-chase-dot-before 2s infinite ease-in-out both;
    animation: sk-chase-dot-before 2s infinite ease-in-out both
}

.sk-chase-dot:nth-child(1) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-chase-dot:nth-child(3) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-chase-dot:nth-child(4) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-chase-dot:nth-child(5) {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-chase-dot:nth-child(6) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-chase-dot:nth-child(1):before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2):before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-chase-dot:nth-child(3):before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-chase-dot:nth-child(4):before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-chase-dot:nth-child(5):before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-chase-dot:nth-child(6):before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

@-webkit-keyframes sk-chase {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes sk-chase {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-chase-dot {
    100%,
    80% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes sk-chase-dot {
    100%,
    80% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-chase-dot-before {
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-chase-dot-before {
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.hidePreloader {
    opacity: 0;
    z-index: -100
}

.box_lang-wpml {
    width: 43px;
    height: 43px;
    position: relative
}

.box_lang-wpml .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    position: relative;
    width: 100%;
    left: 0;
    text-align: center;
    top: 0;
    display: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.box_lang-wpml .wpml-ls-legacy-list-horizontal a {
    color: #fff;
    font-weight: 600;
    cursor: pointer
}

.box_lang-wpml .wpml-ls-statics-shortcode_actions ul {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 8px
}

.box_lang-wpml .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    left: 0;
    top: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.box_lang-wpml .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language:before {
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    background: url(../images/arfaq_active.png) no-repeat;
    background-size: cover;
    background-position: center;
    right: -12px;
    cursor: pointer;
    top: 7px
}

.box_lang-wpml .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.wpml-ls-legacy-list-horizontal {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.lang-nav-mob .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
    color: #c19d6a
}

.wpml-ls-legacy-list-horizontal a {
    padding-left: 0
}

.wpml-ls-display {
    display: none
}

@media only screen and (max-width:1200px) {
    .general-conteiner {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (max-width:700px) {
    .general-conteiner {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (max-width:360px) {
    .general-conteiner {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

header {
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 0;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
    background: rgba(0, 0, 0, 0)
}

header .general-conteiner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s
}

.fixed_header .general-conteiner {
    margin-top: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, .8);
    border-radius: 20px
}

.header__nav {
    width: calc(50% - 70px)
}

.header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__nav ul li {
    font-size: 16px;
    margin-right: 50px;
    font-weight: 300
}

.header__nav ul li a {
    color: #fff
}

.header__logo {
    display: block;
    width: 180px;
    height: 35px
}

.header__logo img {
    width: 100%;
    display: block
}

.header__right-row {
    width: calc(50% - 70px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__lang-box {
    margin-right: 90px;
    font-size: 16px
}

.burger-meny {
    width: 31px;
    height: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.burger-meny__line {
    display: block;
    background: #fff;
    height: 2px;
    border-radius: 10px;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.burger-meny__line_el1 {
    width: 100%;
    top: 0
}

.burger-meny__line_el2 {
    background: #1891AC;
    width: 100%
}

.burger-meny__line_el3 {
    bottom: 0;
    width: 18px;
    right: 0
}

.header__mobile-nav-wrapper {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 50px;
    display: none;
    height: calc(100vh - 75px)
}

.header__vsv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.header__nav-list li {
    text-align: center;
    font-size: 22px;
    margin-bottom: 35px;
    letter-spacing: 2px;
    font-weight: 400
}

.header__nav-list li a {
    color: #fff;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.header__nav-list li a:hover {
    color: #1891AC;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.header__sotial-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__sotial-mob a {
    margin: 0 10px;
    font-size: 16px;
    letter-spacing: 1px
}

.activMobNav {
    background: #000
}

.activMobNav .general-conteiner {
    padding: 20px 0;
    margin-top: 0
}

.activMobNav .burger-meny__line_el2 {
    opacity: 0
}

.activMobNav .burger-meny__line_el1 {
    top: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.activMobNav .burger-meny__line_el3 {
    bottom: auto;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.btn_header {
    background: 0 0;
    border: solid 2px #1891AC;
    border-radius: 100px;
    padding: 15px 47px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    font-weight: 500;
    cursor: pointer;
    padding: 10px 20px
}

.btn_header:hover {
    background: #1891AC;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.header__btn-wrapper {
    display: none
}

@media only screen and (max-width:1200px) {
    .activMobNav .general-conteiner {
        padding-right: 30px;
        padding-left: 30px
    }
    .fixed_header .general-conteiner {
        margin-top: 5px
    }
    .activMobNav {
        overflow-y: auto;
        padding-bottom: 20px
    }
}

@media only screen and (max-width:700px) {
    .header__nav {
        display: none
    }
    .header__right-row {
        width: auto
    }
    .header__nav-list li {
        font-size: 20px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:430px) {
    .header__lang-box {
        margin-right: 40px
    }
    .header__sotial-mob {
        display: none
    }
    .header__btn-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
    .header__mobile-nav-wrapper {
        padding-top: 40px;
        padding-bottom: 120px
    }
}

@media only screen and (max-width:320px) {
    .header__sotial-mob {
        display: none
    }
    .header__nav-list li {
        font-size: 16px
    }
    .header__logo {
        display: none
    }
    .header__right-row {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

footer {
    background: #000
}

footer .general-conteiner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .11)
}

footer .general-conteiner p {
    font-size: 16px;
    color: #828282
}

footer .general-conteiner a {
    font-size: 16px;
    color: #828282;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

footer .general-conteiner a:hover {
    color: #1891AC;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

@media only screen and (max-width:1200px) {
    footer .general-conteiner {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (max-width:700px) {
    footer .general-conteiner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    footer .general-conteiner p {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
    footer .general-conteiner a {
        text-align: center
    }
}

.main-sec {
    width: 100%;
    height: 100vh;
    position: relative;
    padding-top: 65px;
    background: url(../images/main-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-sec .general-conteiner {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-sec__social {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -150px
}

.main-sec__social a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin: 0 11px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.main-sec__social a:hover {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    color: #1891AC
}

.main-sec__conteiner {
    width: 640px
}

.main-sec__title {
    font-size: 45px;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 1.3
}

.main-sec__title b {
    font-weight: 600;
    color: #1891AC
}

.main-sec__subtitle {
    font-size: 24px;
    margin-top: 18px;
    line-height: 1.5
}

.main-sec__btn-wrapper {
    margin-top: 60px
}

.btn-wrapper__button {
    background: 0 0;
    border: solid 2px #1891AC;
    border-radius: 100px;
    padding: 15px 47px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    font-weight: 500;
    cursor: pointer
}

.btn-wrapper__button:hover {
    background: #1891AC;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.report-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.report-row__title {
    font-size: 14px;
    color: #909090
}

.report-row__value {
    font-size: 30px;
    margin-top: 17px;
    line-height: 1;
    font-weight: 400
}

.main-sec__report-row {
    position: absolute;
    width: 100%;
    bottom: 90px
}

.btn-wrapper__buttonV2 {
    background: 0 0;
    border: solid 2px #ff4a22;
    border-radius: 100px;
    padding: 15px 47px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    font-weight: 500;
    cursor: pointer
}

.btn-wrapper__buttonV2:hover {
    background: #ff4a22;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.about-sec {
    padding: 100px 0
}

.about-sec .general-conteiner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-sec__image {
    width: 470px;
    height: 470px;
    border-radius: 1000px;
    overflow: hidden
}

.about-sec__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.about-sec__info-wrapper {
    width: calc(100% - 470px);
    padding-left: 110px
}

.about-sec__text-wrapper {
    width: 100%;
    margin-top: 20px
}

.about-sec__text-wrapper p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px
}

.about-sec__read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.about-sec__read-more p {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer
}

.about-sec__read-more-ic {
    width: 11px;
    margin-left: 10px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    cursor: pointer
}

.about-sec__read-more-ic img {
    width: 100%;
    display: block
}

.about-sec__btn-wrapper {
    margin-top: 60px
}

.about-sec__line {
    margin-top: 75px;
    height: 1px;
    width: 100%;
    background: #272525
}

.services-sec {
    padding: 100px 0
}

.services-sec__row {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: 65px
}

.services-sec__row .prev-ar_slide {
    left: -88px
}

.services-sec__row .next-ar_slide {
    right: -88px
}

.services-box {
    padding: 10px
}

.services-box__wrapper {
    width: 100%;
    height: 450px;
    position: relative;
    border-radius: 5px;
    border: solid 1px #272525;
    overflow: hidden
}

.services-box__image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.services-box__nam {
    position: absolute;
    z-index: 2;
    font-size: 14px;
    color: #fff;
    padding-bottom: 35px;
    display: inline-block;
    font-weight: 500;
    top: 25px;
    left: 30px;
    border-bottom: 2px solid #1891AC
}

.services-box__body {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 25px 30px;
    position: absolute;
    z-index: 2
}

.services-box__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.services-box__title:first-letter {
    font-size: 22px
}

.services-box__description {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 45px
}

.services-box__more-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.services-box__more-link p {
    font-size: 14px;
    color: #828282;
    margin-right: 10px;
    font-weight: 500
}

.services-box__more-link svg {
    width: 10px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.services-box__more-link svg path {
    fill: #828282
}

.services-box__all-text-conteiner {
    display: none
}

.ar_slier {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #272525;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    top: calc(50% - 24px)
}

.ar_slier:hover {
    border: solid 1px #1891AC;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.ar-ic-slider {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../fonts/ar-slider.svg) no-repeat;
    background-size: cover;
    background-position: center
}

.prev-ar_slide {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.portfolio-sec {
    margin-top: 100px;
    margin-bottom: 100px;
    background: url(../images/portfolio-bg-v2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0
}

.portfolio-sec .general-conteiner {
    position: relative
}

.portfolio-sec__slider {
    position: relative;
    z-index: 10;
    margin-top: 64px;
    width: calc(100% + 20px);
    margin-left: -10px
}

.portfolio-sec__slider .prev-ar_slide {
    right: -88px
}

.portfolio-sec__slider .next-ar_slide {
    right: -175px
}

.portfolio-slider__element {
    padding: 10px
}

.portfolio-slider__element-wrapper {
    border-radius: 10px;
    height: 446px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #242424
}

.portfolio-slider__image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1
}

.portfolio-slider__image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.portfolio-slider__info-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    padding: 0 30px;
    padding-top: 68px;
    padding-bottom: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.portfolio-slider__info-wrapper .services-box__more-link {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.portfolio-slider__info-wrapper .services-box__more-link p {
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px
}

.portfolio-slider__info-wrapper .services-box__more-link svg path {
    fill: #fff
}

.portfolio-slider__logo-work {
    width: auto;
    height: 35px
}

.portfolio-slider__logo-work img {
    width: auto;
    height: 100%;
    display: block
}

.portfolio-slider__title-work {
    font-size: 25px;
    font-weight: 500;
    margin-top: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.4;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.portfolio-slider__title-work:first-letter {
    font-size: 32px
}

.portfolio-slider__title-element {
    text-align: center;
    letter-spacing: .61em;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    font-size: 22px
}

.portfolio-sec__decor-man {
    position: absolute;
    z-index: 20;
    width: 146px;
    top: 500px;
    left: calc(50% - 72px)
}

.portfolio-sec__decor-man img {
    width: 100%;
    display: block
}

.portfolio-sec__contact-row {
    margin-top: 70px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.portfolio-sec__soliat-title {
    font-size: 16px;
    font-weight: 500
}

.portfolio-sec__soliat-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px
}

.portfolio-sec__soliat-row a {
    margin-right: 25px
}

.soliat-element {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.soliat-element:hover {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    color: #1891AC
}

.prise-sec {
    padding: 100px 0
}

.prise-sec__row {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.prise-sec__slider {
    width: calc(100% + 20px);
    margin-left: -10px
}

.prise-sec__slider .prev-ar_slide {
    left: -88px
}

.prise-sec__slider .next-ar_slide {
    right: -88px
}

.prise-sec__slide-element .services-box__wrapper {
    border: none;
    height: 395px
}

.prise-sec__slide-element .services-box__description {
    color: #dadada
}

.prise-sec__prise-wrapper {
    margin-bottom: 45px
}

.prise-sec__prise-wrapper p {
    font-size: 14px;
    color: #fff
}

.prise-sec__prise-wrapper span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 11px
}

.prise-sec__prise-wrapper span h5 {
    font-size: 34px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    line-height: 1;
    margin-left: 10px
}

.prise-sec__prise-wrapper span h5 b {
    font-size: 20px;
    font-weight: 400
}

.prise-sec__data {
    width: 470px
}

.prise-sec__data-title {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 25px
}

.prise-sec__data-subtitle {
    font-size: 16px;
    line-height: 1.5
}

.prise-sec__data-row {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.data-diagram__name {
    font-size: 13px;
    margin-top: 11px;
    font-weight: 300;
    text-align: center
}

.data-diagram__value-wrapper {
    width: 92px;
    height: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.data-diagram__value-wrapper svg {
    width: 100%;
    height: 100%
}

.data-diagram__value {
    position: absolute;
    font-size: 16px;
    font-weight: 500
}

.prise-sec__data-btn-wrapper {
    margin-top: 62px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.reviews-sec {
    padding: 100px 0
}

.reviews-sec__slider {
    margin-top: 40px
}

.reviews-sec__slider .prev-ar_slide {
    left: -88px
}

.reviews-sec__slider .next-ar_slide {
    right: -88px
}

.reviews-slider {
    width: calc(100% + 20px);
    margin-left: -10px
}

.reviews-slider__element {
    padding: 10px
}

.reviews-slider__photo-wrapper {
    width: 200px;
    height: 200px;
    border-radius: 500px;
    border: solid 1px #272525;
    padding: 26px;
    margin: 0 auto
}

.reviews-slider__photo-wrapper-2 {
    border-radius: 500px;
    border: solid 1px #272525;
    padding: 26px
}

.reviews-slider__photo-wrapper-2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 500px
}

.reviews-slider__name-autor {
    font-size: 21px;
    margin-top: 21px;
    text-align: center
}

.reviews-slider__company {
    text-align: center;
    font-size: 12px;
    margin-top: 6px
}

.reviews-slider__review-small-text {
    margin-top: 12px;
    height: 34px;
    overflow: hidden
}

.reviews-slider__review-small-text p {
    line-height: 1.5;
    text-align: center;
    color: #828282;
    font-size: 12px
}

.reviews-slider__read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 21px
}

.reviews-sec__add-review-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 80px
}

.seo-sec {
    padding: 100px 0
}

.seo__title {
    font-size: 22px;
    font-weight: 500
}

.seo__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 34px;
    height: 56px;
    overflow: hidden
}

.open-read-more {
    height: auto
}

.seo__box {
    width: calc(50% - 30px)
}

.seo__box p {
    font-size: 12px;
    line-height: 1.5;
    color: #828282;
    margin-bottom: 15px;
    text-align: justify
}

.seo__read-more {
    margin-top: 50px
}

.seo__read-more p {
    color: #fff
}

.seo__read-more svg path {
    fill: #fff
}

.contacts-sec {
    padding: 100px 0;
    background: url(../images/contacts-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.contacts-sec .general-conteiner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contacts-sec__contact-info {
    width: calc(100% - 400px)
}

.contacts-sec__contact-info .general-title {
    margin-bottom: 45px
}

.contacts-sec__contact-box {
    margin-bottom: 28px
}

.contacts-sec__contact-box p {
    font-size: 16px
}

.contacts-sec__link {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 6px;
    display: inline-block;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.contacts-sec__link:hover {
    color: #1891AC;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.contacts-sec__sotial-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px
}

.contacts-sec__sotial-row a {
    margin-right: 16px
}

.form-wrapper {
    width: 380px;
    background: rgba(0, 0, 0, .59);
    -webkit-box-shadow: 0 4px 10px 10px rgba(0, 0, 0, .33);
    box-shadow: 0 4px 10px 10px rgba(0, 0, 0, .33);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 10px;
    padding: 40px 30px
}

.form-wrapper__title {
    font-size: 24px;
    font-weight: 500
}

.form-wrapper__subtitle {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px
}

.form-wrapper__icon {
    width: 16px;
    left: 20px;
    position: absolute;
    opacity: .6;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.form-wrapper__icon img {
    width: 100%
}

.form-wrapper__input-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 23px
}

.form-wrapper__input-wrapper svg {
    position: absolute;
    width: 16px;
    left: 20px
}

.form-wrapper__input-wrapper svg path {
    fill: rgba(255, 255, 255, .52);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.form-wrapper__input-wrapper:hover svg path {
    fill: #fff;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.form-wrapper__input-wrapper:hover .form-wrapper__icon {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    opacity: 1
}

.form-wrapper__input-wrapper input {
    border: 1px solid rgba(255, 255, 255, .52);
    padding: 12px 20px;
    padding-left: 53px;
    background: 0 0;
    width: 100%;
    border-radius: 100px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.form-wrapper__input-wrapper input:focus {
    border: solid 1px #fff;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.form-wrapper__input-wrapper textarea {
    border: 1px solid rgba(255, 255, 255, .52);
    padding: 12px 20px;
    padding-left: 53px;
    background: 0 0;
    width: 100%;
    font-size: 16px;
    color: #fff;
    resize: none;
    font-family: Montserrat, sans-serif;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    border-radius: 20px;
    height: 152px
}

.form-wrapper__input-wrapper textarea:focus {
    border: solid 1px #fff;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.int-wrapper {
    width: 100%
}

.form-wrapper__input-wrapper_textarea svg {
    top: 14px
}

.form-wrapper__input-wrapper_textarea .form-wrapper__icon {
    top: 14px
}

.form-wrapper__btn-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-wrapper__file-btn-wrapper {
    position: relative
}

.file-btn {
    width: 75px;
    height: 75px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #272525;
    font-size: 12px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.file-btn:hover {
    background: #272525;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.file-btn .x1-file {
    font-size: 12px
}

.file-hide {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.wpcf7-not-valid-tip {
    width: 100%;
    text-align: center;
    position: absolute;
    font-size: 12px
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 14px
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #ff4a22
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #1891AC
}

.wpcf7-spinner {
    position: absolute;
    opacity: .4
}

.slick-dots li button:before {
    color: #fff
}

.slick-dots li.slick-active button:before {
    color: #fff
}

.slick-dots {
    bottom: -40px
}

.new-portfolio {
    padding: 100px 0
}

.title-wraper__subtitle {
    font-size: 20px;
    color: #fff
}

.new-portfolio__conteiner {
    margin-top: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.new-portfolio__conteiner .new-portfolio__box:nth-child(odd) {
    margin-top: -130px
}

.new-portfolio__box {
    width: calc(50% - 15px);
    height: 680px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #272525;
    position: relative
}

.new-portfolio__box:hover .new-portfolio__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.new-portfolio__img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.new-portfolio__info {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, .45);
    left: 0;
    top: 0
}

.new-portfolio__link {
    position: absolute;
    bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid transparent;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.new-portfolio__link:hover {
    border-bottom: 1px solid #fff;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.new-portfolio__link p {
    font-size: 14px;
    margin-right: 6px
}

.new-portfolio__link span {
    display: block;
    width: 22px
}

.new-portfolio__link span img {
    width: 100%;
    height: auto;
    display: block
}

.new-portfolio__title {
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1
}

.new-portfolio__subtitle {
    font-size: 20px;
    margin-top: 10px;
    text-align: center
}

.btn-wrapper-portfolio {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.portfolio-sec__soliat-box {
    width: calc(50% - 25px);
    position: absolute;
    bottom: 30px;
    left: 0
}

.new-portfolio__box picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.new-portfolio__box picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.advantages-sec {
    padding: 100px 0
}

.advantages-sec__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 90px);
    margin-left: -45px
}

.advantages-sec__box {
    width: calc(33.333% - 90px);
    margin: 0 45px;
    margin-top: 60px
}

.advantages-sec__title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.advantages-sec__text {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.4;
    color: rgba(255, 255, 255, .62)
}

.tools-sec {
    padding: 100px 0
}

.tools-sec__conteiner {
    margin-top: 10px;
    width: calc(100% + 30px);
    margin-left: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tools-sec__box {
    margin: 0 15px;
    width: calc(20% - 30px);
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tools-sec__box img {
    max-width: 100%;
    max-height: 42px;
    display: block
}

.main-sec {
    background: #000
}

.main-sec .general-conteiner {
    position: relative;
    z-index: 10
}

.main-sec .main-sec__conteiner {
    position: relative;
    z-index: 10
}

.anim {
    position: absolute;
    z-index: 0;
    width: 700px;
    height: 700px;
    right: -200px
}

.anim video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.anim img {
    display: none
}

@media only screen and (max-width:1570px) {
    .services-sec__row .next-ar_slide {
        left: auto;
        right: -60px
    }
    .services-sec__row .prev-ar_slide {
        left: -60px
    }
    .portfolio-sec__slider .next-ar_slide {
        left: auto;
        right: -60px
    }
    .portfolio-sec__slider .prev-ar_slide {
        left: -60px
    }
    .prise-sec__slider .next-ar_slide {
        left: auto;
        right: -60px
    }
    .prise-sec__slider .prev-ar_slide {
        left: -60px
    }
    .reviews-sec__slider .next-ar_slide {
        left: auto;
        right: -60px
    }
    .reviews-sec__slider .prev-ar_slide {
        left: -60px
    }
}

@media only screen and (max-width:1350px) {
    .reviews-sec__add-review-row {
        margin-top: 100px
    }
    .portfolio-sec__decor-man {
        display: none
    }
}

@media only screen and (max-height:890px) {
    .main-sec__report-row {
        bottom: 0
    }
}

@media only screen and (max-width:1280px) {
    .main-sec__social {
        display: none
    }
    .main-sec__report-row {
        left: 0;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (max-width:1200px) {
    .main-sec__social {
        left: -145px
    }
    .main-sec__report-row {
        bottom: 30px
    }
    .main-sec {
        min-height: 635px
    }
    .about-sec {
        padding: 70px 0
    }
    .services-sec {
        padding: 70px 0
    }
    .portfolio-sec {
        margin-top: 60px;
        margin-bottom: 60px;
        padding: 40px 0
    }
    .prise-sec {
        padding: 70px 0
    }
    .reviews-sec {
        padding: 70px 0
    }
    .seo-sec {
        padding: 70px 0
    }
    .contacts-sec {
        padding: 70px 0
    }
    .portfolio-sec__slider {
        margin-top: 35px
    }
    .about-sec__info-wrapper {
        padding-left: 75px
    }
}

@media only screen and (max-width:1080px) {
    .main-sec__title {
        font-size: 42px
    }
    .report-row__value {
        font-size: 26px
    }
    .general-title {
        font-size: 32px
    }
    .about-sec__image {
        width: 350px;
        height: 350px
    }
    .about-sec__info-wrapper {
        width: calc(100% - 350px)
    }
    .services-sec__row {
        margin-top: 30px
    }
    .portfolio-sec__slider {
        margin-top: 30px
    }
    .services-sec {
        padding: 50px 0
    }
    .portfolio-sec {
        margin-top: 50px;
        margin-bottom: 50px
    }
    .portfolio-slider__info-wrapper {
        padding-bottom: 80px
    }
    .prise-sec__row {
        margin-top: 30px
    }
    .prise-sec {
        padding: 50px 0
    }
    .prise-sec__data {
        display: none
    }
    .prise-sec__slider {
        width: calc(100% + 20px);
        margin-right: 0;
        margin-left: -10px
    }
    .about-sec {
        padding-bottom: 50px
    }
    .new-portfolio {
        padding: 50px 0
    }
    .advantages-sec {
        padding: 50px 0
    }
    .tools-sec {
        padding: 50px 0
    }
    .anim {
        width: 500px;
        height: 500px;
        right: 0;
        display: none
    }
    .anim video {
        display: none
    }
    .main-sec {
        background: url(../images/main-bg.jpg) no-repeat;
        background-size: cover;
        background-position: center
    }
}

@media only screen and (max-width:900px) {
    .about-sec .general-conteiner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .about-sec__info-wrapper {
        width: 100%;
        padding-left: 0;
        max-width: 750px;
        margin-top: 35px
    }
    .general-title {
        text-align: center
    }
    .about-sec__text-wrapper p {
        text-align: center
    }
    .about-sec__btn-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
    .about-sec__read-more {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .about-sec__line {
        margin-top: 50px
    }
    .portfolio-sec__soliat-box {
        display: none
    }
    .portfolio-sec__contact-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 100px
    }
    .prise-sec .general-title {
        text-align: center
    }
    .reviews-sec {
        padding: 50px 0
    }
    .seo-sec {
        padding: 50px 0
    }
    .seo__box {
        width: calc(50% - 15px)
    }
    .title-wraper__subtitle {
        text-align: center
    }
    .advantages-sec__box {
        width: calc(50% - 90px)
    }
    .tools-sec__box {
        margin-top: 30px
    }
    .new-portfolio__conteiner {
        margin-top: 160px
    }
    .new-portfolio__box {
        height: 480px
    }
    .new-portfolio__title {
        font-size: 30px
    }
    .new-portfolio__subtitle {
        font-size: 16px
    }
    .advantages-sec__box {
        margin-top: 40px
    }
}

@media only screen and (max-width:768px) {
    .seo__box {
        width: 100%
    }
    .seo__title {
        font-size: 18px
    }
    .contacts-sec .general-conteiner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .contacts-sec__contact-info {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .contacts-sec__contact-info .general-title {
        width: 100%;
        text-align: center
    }
    .contacts-sec__contact-info .contacts-sec__contact-box {
        width: calc(100%)
    }
    .contacts-sec__contact-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .contacts-sec__contact-box p {
        text-align: center;
        width: 100%
    }
    .contacts-sec__sotial-row a {
        font-size: 16px;
        margin: 0 10px
    }
    .form-wrapper {
        margin: 0 auto;
        width: 100%;
        max-width: 500px;
        margin-top: 50px
    }
    .form-wrapper__title {
        text-align: center
    }
    .form-wrapper__subtitle {
        text-align: center
    }
    .main-sec__report-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
        left: 0;
        padding-left: 20px;
        padding-right: 20px
    }
    .main-sec .general-conteiner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .main-sec__social {
        display: none
    }
    .main-sec__conteiner {
        padding-left: 0
    }
    .report-row__title {
        font-size: 12px
    }
    .report-row__value {
        font-size: 22px
    }
    .main-sec__title {
        font-size: 40px
    }
}

@media only screen and (max-width:580px) {
    .report-row__box {
        width: calc(50% - 10px);
        margin-top: 15px
    }
    .main-sec__title {
        font-size: 36px
    }
    .prise-sec__slide-element .services-box__wrapper {
        height: 444px
    }
    .portfolio-sec {
        background: #000
    }
    .new-portfolio__conteiner {
        margin-top: 40px
    }
    .new-portfolio__conteiner .new-portfolio__box:nth-child(odd) {
        margin-top: 0
    }
    .new-portfolio__box {
        width: 100%
    }
    .advantages-sec__box {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .advantages-sec__wrapper {
        width: 100%;
        margin-left: 0
    }
    .advantages-sec__title {
        text-align: center;
        font-size: 18px
    }
    .advantages-sec__text {
        text-align: center
    }
    .tools-sec__box {
        width: calc(33.333% - 30px)
    }
    .tools-sec__conteiner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:500px) {
    .general-title {
        font-size: 28px
    }
}

@media only screen and (max-width:440px) {
    .main-sec__report-row {
        display: none
    }
    .main-sec__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        left: 0;
        width: 100%;
        bottom: 50px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 30px
    }
    .main-sec__social a {
        margin: 0
    }
    .main-sec__subtitle {
        font-size: 18px
    }
    .btn-wrapper__button {
        font-size: 14px
    }
    .about-sec {
        padding-top: 50px;
        padding-bottom: 35px
    }
    .about-sec__text-wrapper p {
        font-size: 14px
    }
    .btn-wrapper__buttonV2 {
        font-size: 14px
    }
    .general-title {
        font-size: 24px;
        line-height: 1.3
    }
    .services-sec {
        padding: 35px 0
    }
    .contacts-sec__sotial-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .contacts-sec__sotial-row a {
        margin-bottom: 10px
    }
    .form-wrapper {
        margin-top: 35px
    }
    .form-wrapper {
        padding: 25px
    }
    .form-wrapper__btn-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-wrapper__btn-wrapper .btn-wrapper {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }
    .seo__title {
        text-align: center
    }
    .services-box__more-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .contacts-sec {
        padding: 35px 0;
        background: url(../images/contact-bg-mobile.jpg) no-repeat;
        background-size: cover;
        background-position: center
    }
    .contacts-sec__contact-info {
        display: none
    }
    .form-wrapper {
        margin-top: 0
    }
    .form-wrapper {
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        background: rgba(0, 0, 0, .6);
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .main-sec {
        background: url(../images/main-bg-mobile.jpg) no-repeat;
        background-size: cover;
        background-position: center
    }
    .main-sec .general-conteiner {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 50px
    }
    .main-sec__social {
        display: none
    }
    .about-sec {
        padding-top: 80px
    }
    .main-sec__title {
        font-size: 26px
    }
    .main-sec .general-conteiner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:360px) {
    .main-sec__title {
        font-size: 26px
    }
    .btn-wrapper__button {
        padding: 12px 30px
    }
    .btn-wrapper__buttonV2 {
        padding: 12px 30px
    }
    .about-sec__image {
        width: 250px;
        height: 250px
    }
    .general-title {
        font-size: 20px
    }
    .about-sec__text-wrapper p {
        font-size: 13px
    }
    .services-box__wrapper {
        height: 380px
    }
    .portfolio-slider__element-wrapper {
        height: 380px
    }
    .prise-sec__slide-element .services-box__wrapper {
        height: 380px
    }
    .form-wrapper__title {
        font-size: 20px
    }
    .form-wrapper__input-wrapper input {
        font-size: 14px
    }
    footer .general-conteiner a {
        font-size: 14px
    }
    footer .general-conteiner p {
        font-size: 14px
    }
    .services-box__description {
        font-size: 12px
    }
    .prise-sec__prise-wrapper span h5 {
        font-size: 28px
    }
    .services-box__title {
        font-size: 16px
    }
    .about-sec__image {
        width: 300px;
        height: 300px
    }
}

@media only screen and (max-width:320px) {
    .form-wrapper__input-wrapper svg {
        display: none
    }
    .form-wrapper__input-wrapper input {
        padding: 10px;
        font-size: 12px
    }
    .form-wrapper__input-wrapper textarea {
        font-size: 12px;
        padding: 10px;
        border-radius: 10px
    }
    .main-sec__title {
        font-size: 23px
    }
}

.portfolio-full-screan {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    position: relative;
    padding-top: 65px;
    background: url(../images/all-work-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.portfolio-full-screan .general-conteiner {
    height: 100%;
    padding-top: 190px;
    position: relative
}

.portfolio-full-screan__name-page {
    font-size: 16px
}

.portfolio-full-screan__main-wrapper {
    padding-left: 127px;
    padding-top: 52px
}

.portfolio-full-screan__title-page {
    font-size: 67px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .04em
}

.portfolio-full-screan__last-work-subtitle {
    margin-top: 50px;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 300
}

.portfolio-full-screan__last-work-title {
    font-size: 36px;
    margin-top: 10px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 1
}

.portfolio-full-screan__link-wrapper {
    margin-top: 65px;
    padding-left: 118px
}

.portfolio-full-screan__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.portfolio-full-screan__link p {
    font-size: 16px;
    margin-right: 20px;
    letter-spacing: 1px
}

.portfolio-full-screan__link span {
    width: 35px;
    display: block
}

.portfolio-full-screan__link span img {
    width: 100%;
    display: block
}

.portfolio-full-screan__down-link {
    position: absolute;
    display: inline-block;
    width: 160px;
    right: -65px;
    bottom: 200px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.portfolio-full-screan__down-link p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px
}

.portfolio-full-screan__down-icon {
    width: 100%;
    display: block
}

.portfolio-full-screan__down-icon img {
    width: 100%;
    display: block
}

.portfolio-all-work {
    padding: 60px 0
}

.gen-titleV2 {
    font-size: 67px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px
}

.gen-subtitleV2 {
    line-height: 1;
    margin-left: 110px;
    font-size: 16px;
    margin-top: 4px
}

.portfolio-all-work__wrapper {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.portfolio-all-work__wrapper .portfolio-slider__element {
    width: calc(33.333% - 20px);
    padding: 0;
    margin: 0 10px;
    margin-bottom: 20px
}

.portfolio-all-work__wrapper .portfolio-slider__element .portfolio-slider__element-wrapper {
    width: 100%
}

.portfolio-all-work__wrapper .portfolio-slider__element {
    display: none
}

.portfolio-all-work__wrapper .portfolio-slider__element:nth-child(-n+6) {
    display: block
}

.btn-mre-work-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.load-more-work {
    display: none
}

.activ-btn-load {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:1570px) {
    .portfolio-full-screan__down-link {
        right: 100px
    }
}

@media only screen and (max-width:900px) {
    .portfolio-full-screan__title-page {
        font-size: 55px
    }
    .portfolio-full-screan__last-work-title {
        font-size: 28px
    }
    .gen-titleV2 {
        font-size: 45px
    }
    .portfolio-full-screan__last-work-subtitle {
        font-size: 18px
    }
    .portfolio-full-screan {
        height: 800px
    }
    .portfolio-all-work__wrapper .portfolio-slider__element {
        width: calc(50% - 20px)
    }
    .gen-subtitleV2 {
        margin-left: 76px
    }
    .portfolio-full-screan__down-link {
        right: 0;
        bottom: 100px
    }
    .portfolio-full-screan__main-wrapper {
        padding-left: 80px
    }
}

@media only screen and (max-width:580px) {
    .portfolio-all-work__wrapper .portfolio-slider__element {
        width: calc(100% - 20px)
    }
    .portfolio-full-screan .general-conteiner {
        padding-top: 120px
    }
    .portfolio-full-screan .portfolio-full-screan__main-wrapper {
        padding-left: 40px
    }
    .portfolio-full-screan__title-page {
        font-size: 36px
    }
    .portfolio-full-screan__last-work-subtitle {
        font-size: 16px
    }
    .portfolio-full-screan__last-work-title {
        font-size: 22px
    }
    .portfolio-full-screan__link-wrapper {
        padding-left: 0
    }
    .portfolio-full-screan {
        min-height: auto;
        height: 650px
    }
    .portfolio-full-screan__name-page {
        font-size: 12px
    }
    .portfolio-full-screan__link p {
        font-size: 14px
    }
    .portfolio-full-screan__link span {
        width: 30px
    }
    .gen-titleV2 {
        font-size: 36px
    }
    .gen-subtitleV2 {
        margin-left: 64px;
        font-size: 14px
    }
    .portfolio-all-work {
        background: #000
    }
}

@media only screen and (max-width:360px) {
    .portfolio-full-screan__down-link {
        display: none
    }
    .portfolio-full-screan .portfolio-full-screan__main-wrapper {
        padding-left: 0
    }
    .portfolio-full-screan {
        height: 590px
    }
}

.single-full-screan {
    width: 100%;
    height: 100vh;
    min-height: 650px;
    position: relative;
    padding-top: 65px;
    background: url(../images/all-work-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.single-full-screan .general-conteiner {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-full-screan__title-wrapper {
    padding-left: 245px
}

.single-full-screan__subtitle {
    font-size: 36px;
    margin-top: 45px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3;
    max-width: 500px
}

.single-full-screan__dop-info {
    position: absolute;
    width: 200px;
    padding-top: 180px;
    padding-bottom: 120px;
    left: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-full-screan__dop-wrapper .single-full-screan__info-box {
    margin-bottom: 45px
}

.single-full-screan__info-box p {
    color: #fff;
    font-size: 16px;
    line-height: 1.7
}

.single-full-screan__info-box p b {
    font-weight: 400;
    color: #a6a6a6
}

.single-full-screan__info-box a {
    color: #fff;
    font-size: 16px;
    line-height: 1.7
}

.all-target {
    padding: 100px 0
}

.all-target .general-conteiner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 82px
}

.all-target__target {
    width: 320px
}

.all-target__wrapper {
    margin-top: 16px
}

.all-target__wrapper .single-full-screan__info-box {
    margin: 29px 0
}

.all-target__wrapper .single-full-screan__info-box p b {
    font-size: 14px
}

.all-target__category {
    width: 590px;
    padding-left: 100px
}

.all-target__category .all-target__category-box:nth-child(even) {
    margin-left: -80px
}

.all-target__category-box {
    width: 100%;
    border-bottom: 1px solid #707070;
    margin: 26px 0
}

.all-target__category-title {
    font-size: 24px;
    font-weight: 500;
    color: #ff4a22;
    font-family: Montserrat, sans-serif;
    margin-bottom: 21px;
    line-height: 1
}

.all-target__category-text p {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 16px
}

.work-views-V1 {
    padding: 100px 0
}

.work-views-V1 .general-conteiner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.work-views-V2-all__page-wrapper {
    margin-bottom: 100px;
    width: 100%
}

.work-views-V2-all__page-wrapper img {
    width: 100%
}

.work-views-V2-all {
    padding: 100px 0
}

.work-views-V2-all .general-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}

.work-views-V2-all .work-views-V1__page-title {
    text-align: center
}

.work-views-V1__col {
    width: 540px
}

.work-views-V1__page-wrapper {
    margin-bottom: 100px
}

.work-views-V1__page-wrapper img {
    width: 100%;
    display: block
}

.work-views-V1__page-title {
    margin-bottom: 25px;
    font-size: 16px;
    color: #a6a6a6
}

.work-views-V1__col1 .work-views-V1__page-wrapper:last-child {
    margin-bottom: 0
}

.work-views-V1__col2 {
    padding-top: 130px
}

.work-views-V1__col2 .general-title {
    margin-bottom: 120px
}

.work-views-V1__col2 .work-views-V1__page-wrapper:last-child {
    margin-bottom: 0
}

.work-views-mobile {
    padding: 100px 0
}

.work-views-mobile .general-conteiner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.work-views-mobile__slider-conteiner {
    width: 366px;
    height: 732px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.work-views-mobile__slider-conteiner .slick-slider .slick-list,
.work-views-mobile__slider-conteiner .slick-slider .slick-track {
    height: 100%
}

.work-views-mobile__slider-conteiner .slick-slide div {
    height: 100%
}

.work-views-mobile__mobile-border {
    position: absolute;
    background: url(../images/mobile-border.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.work-views-mobile__slider {
    position: relative;
    z-index: 1;
    width: 325px;
    height: 695px;
    border: solid 1px red
}

.work-views-mobile__slider .next-ar_slide {
    right: -120px
}

.work-views-mobile__slider .prev-ar_slide {
    left: -120px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.work-views-mobile__element {
    width: 100%;
    height: 100%
}

.work-views-mobile__element img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.work-views-mobile__controls-wrapper {
    position: absolute;
    left: 0;
    top: 110px
}

.work-views-mobile__title {
    font-size: 24px;
    letter-spacing: 2px
}

.work-views-mobile__select-wrapper {
    margin-top: 30px
}

.work-views-mobile__select-wrapper p {
    font-size: 14px;
    color: #a6a6a6
}

.work-views-mobile__select-wrapper select {
    width: 200px;
    color: #fff;
    border: none;
    background: 0 0;
    margin-top: 10px
}

.work-views-mobile__select-wrapper select option {
    margin: 40px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1)
}

.work-views-mobile__section-counter {
    position: absolute;
    width: 250px;
    bottom: 25px;
    left: calc(50% + 280px)
}

.work-views-mobile__counter {
    font-size: 14px;
    color: #a6a6a6
}

.work-views-mobile__name-sec-slider {
    margin-top: 5px
}

.work-views-mobile__section-element {
    font-size: 16px;
    letter-spacing: 1px
}

.arrayImage {
    display: none
}

.form-claster__title {
    font-size: 24px;
    font-weight: 500;
    color: #ff4a22;
    font-family: Montserrat, sans-serif;
    margin-bottom: 21px;
    line-height: 1
}

.form-claster__text {
    border-bottom: 1px solid #707070
}

.form-claster__text p {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 16px
}

.form-claster__point-form {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-claster__point-form .single-full-screan__info-box {
    width: 50%;
    margin-bottom: 30px
}

.form-views-mod__title {
    width: 100%;
    padding-left: 260px;
    margin-bottom: 60px;
    color: #fff;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    letter-spacing: 1px;
    font-size: 24px
}

.work-vievs-fonts-color {
    padding: 100px 0;
    padding-bottom: 50px
}

.work-vievs-fonts-color .general-conteiner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.work-vievs-fonts-color__title {
    font-size: 24px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 41px
}

.work-vievs-fonts-color__font-wrapper {
    margin-bottom: 50px
}

.work-vievs-fonts-color__fonts {
    width: 540px
}

.work-vievs-fonts-color__font-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 18px
}

.work-vievs-fonts-color__font-element-wrapper {
    font-size: 36px;
    font-weight: 400
}

.work-vievs-fonts-color__font-element-wrapper img {
    width: 100%;
    display: block
}

.work-vievs-fonts-color__color {
    width: 540px
}

.work-vievs-fonts-color_color-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin-left: -20px
}

.work-vievs-fonts-color__color-box {
    margin: 0 20px;
    margin-bottom: 40px
}

.work-vievs-fonts-color__color-circle {
    border-radius: 100px;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    margin-bottom: 12px
}

.work-vievs-fonts-color__hex {
    text-align: center;
    color: #737373;
    font-size: 18px
}

.work-vievs-video {
    padding: 50px 0
}

.work-vievs-video__conteiner {
    width: 100%;
    height: 690px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.work-vievs-video__conteiner img {
    width: 100%;
    display: block
}

.work-vievs-video__conteiner video {
    position: relative;
    z-index: 5
}

.work-vievs-video__play {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(86, 86, 86, .42);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    position: absolute;
    cursor: pointer;
    z-index: 10
}

.work-vievs-video__play img {
    width: 23px;
    display: block;
    margin-left: 3px
}

.link-web-site {
    display: inline-block;
    margin-top: 50px
}

@media only screen and (max-width:1200px) {
    .single-full-screan__dop-info {
        left: 30px
    }
    .portfolio-full-screan__title-page {
        font-size: 55px
    }
    .single-full-screan__subtitle {
        font-size: 28px
    }
    .work-views-mobile__controls-wrapper {
        left: 30px
    }
    .all-target .general-conteiner {
        padding-left: 30px
    }
    .work-views-V1__col {
        width: 500px
    }
    .work-vievs-fonts-color__fonts {
        width: 500px
    }
    .work-vievs-fonts-color__color {
        width: 500px
    }
    .single-full-screan .portfolio-full-screan__down-link {
        display: none
    }
}

@media only screen and (max-width:1100px) {
    .work-views-V1__col {
        width: 420px
    }
    .work-vievs-fonts-color__fonts {
        width: 420px
    }
    .work-vievs-fonts-color__color {
        width: 420px
    }
    .work-views-mobile__controls-wrapper {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        margin-bottom: 40px
    }
    .work-views-mobile .general-conteiner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .work-views-mobile__section-counter {
        position: relative;
        width: 100%;
        margin-top: 100px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .work-views-mobile__title {
        text-align: center
    }
    .work-views-mobile__select-wrapper {
        margin: 0 auto;
        width: 242px;
        margin-top: 30px
    }
    .work-views-mobile__section-counter {
        right: auto;
        bottom: auto;
        left: auto;
        margin-top: 40px;
        width: 100%
    }
    .work-views-mobile__counter {
        width: 100%;
        text-align: center
    }
    .work-views-mobile__section-element {
        text-align: center
    }
}

@media only screen and (max-width:900px) {
    .work-views-V2-all__page-wrapper {
        margin-bottom: 60px
    }
    .work-views-V2-all {
        padding: 60px 0
    }
    .work-views-V1__col {
        width: 100%
    }
    .work-vievs-fonts-color__fonts {
        width: 100%
    }
    .work-vievs-fonts-color__color {
        width: 100%
    }
    .portfolio-full-screan__title-page {
        font-size: 45px
    }
    .single-full-screan__subtitle {
        font-size: 22px;
        margin-top: 35px
    }
    .single-full-screan__dop-info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        left: auto;
        top: auto;
        bottom: auto;
        height: auto;
        width: 100%
    }
    .single-full-screan {
        height: auto
    }
    .single-full-screan .general-conteiner {
        padding-top: 150px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .single-full-screan__title-wrapper {
        padding-left: 0;
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .single-full-screan__dop-wrapper {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 70px
    }
    .single-full-screan__dop-wrapper .single-full-screan__info-box {
        margin-right: 100px
    }
    .all-target__category .all-target__category-box:nth-child(even) {
        margin-left: 0
    }
    .all-target {
        padding: 60px 0
    }
    .work-views-V1 {
        padding: 60px 0
    }
    .work-views-V1__col2 .general-title {
        display: none
    }
    .work-views-V1__col2 {
        padding-top: 60px
    }
    .work-views-V1__page-title {
        text-align: center
    }
    .work-views-mobile {
        padding: 60px 0
    }
    .work-views-V1__page-wrapper {
        margin-bottom: 60px
    }
    .work-vievs-fonts-color {
        padding-top: 60px
    }
    .work-vievs-fonts-color__title {
        font-size: 20px
    }
    .work-vievs-fonts-color__font-title {
        font-size: 28px
    }
    .work-vievs-fonts-color__font-element-wrapper {
        font-size: 28px
    }
    .work-vievs-video {
        padding-top: 0
    }
    .work-vievs-video__conteiner {
        height: 550px
    }
    .form-views-mod__title {
        padding-left: 0;
        text-align: center
    }
    .single-full-screan {
        padding-bottom: 40px
    }
}

@media only screen and (max-width:740px) {
    .all-target .general-conteiner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .all-target__target {
        width: 100%
    }
    .all-target__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .all-target__wrapper .single-full-screan__info-box {
        width: calc(33.333%)
    }
    .all-target__target .general-title {
        text-align: left
    }
    .all-target__category {
        width: 100%;
        padding-left: 0
    }
}

@media only screen and (max-width:580px) {
    .work-views-mobile__slider .next-ar_slide {
        right: -70px
    }
    .work-views-mobile__slider .prev-ar_slide {
        left: -70px
    }
    .single-full-screan__dop-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .single-full-screan__dop-wrapper .single-full-screan__info-box {
        margin-top: 0;
        width: 100%
    }
    .single-full-screan .general-conteiner {
        padding-bottom: 100px
    }
    .portfolio-full-screan__title-page {
        font-size: 36px
    }
    .single-full-screan__subtitle {
        margin-top: 25px;
        font-size: 18px
    }
    .single-full-screan__dop-wrapper .single-full-screan__info-box {
        margin-right: 0;
        margin-bottom: 20px
    }
    .all-target {
        padding: 40px 0
    }
    .work-views-V1 {
        padding: 40px 0
    }
    .work-views-V1__col2 {
        padding-top: 40px
    }
    .work-views-V1__page-title {
        text-align: center
    }
    .work-views-mobile {
        padding: 40px 0
    }
    .work-views-V1__page-wrapper {
        margin-bottom: 40px
    }
    .work-vievs-fonts-color {
        padding-top: 40px
    }
    .single-full-screan {
        padding-bottom: 0
    }
    .link-web-site {
        margin-top: 30px
    }
}

@media only screen and (max-width:480px) {
    .work-views-mobile__slider-conteiner {
        width: 244px;
        height: 488px
    }
    .work-views-mobile__slider {
        width: 216px;
        height: 453px;
        border: none
    }
    .work-vievs-video__conteiner {
        height: 300px
    }
    .work-vievs-video__play {
        width: 40px;
        height: 40px
    }
    .work-vievs-video__play img {
        width: 17px
    }
    .work-vievs-fonts-color__color-box {
        width: 33.333%;
        margin-left: 0;
        margin-right: 0
    }
    .all-target__wrapper .single-full-screan__info-box {
        width: 50%
    }
    .form-views-mod__title {
        font-size: 20px;
        margin-bottom: 30px
    }
    .single-full-screan .general-conteiner {
        padding-top: 50px;
        padding-bottom: 30px
    }
    .single-full-screan__dop-wrapper {
        margin-top: 30px
    }
    .single-full-screan {
        min-height: auto
    }
    .work-views-V2-all__page-wrapper {
        margin-bottom: 40px
    }
    .work-views-V2-all {
        padding: 40px 0
    }
}

@media only screen and (max-width:359px) {
    .portfolio-full-screan__title-page {
        font-size: 26px
    }
    .single-full-screan .general-conteiner {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .single-full-screan__subtitle {
        font-size: 16px
    }
    .single-full-screan__dop-wrapper {
        margin-top: 30px
    }
    .single-full-screan__info-box p {
        font-size: 14px
    }
    .single-full-screan {
        min-height: auto
    }
    .all-target__wrapper .single-full-screan__info-box {
        width: 100%;
        margin: 10px 0
    }
    .all-target__category-title {
        font-size: 18px;
        margin-bottom: 10px
    }
    .all-target__category-text p {
        font-size: 14px
    }
    .work-views-mobile__title {
        font-size: 18px
    }
    .form-claster__title {
        font-size: 20px
    }
    .form-claster__text p {
        font-size: 14px
    }
    .form-claster__point-form .single-full-screan__info-box {
        width: 100%;
        margin-bottom: 20px
    }
    .work-vievs-video__conteiner {
        height: 200px
    }
    .work-vievs-fonts-color__color-box {
        width: 50%
    }
}

.advantages-popap {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    width: 380px;
    background: #000;
    padding: 40px 30px;
    max-height: 100%
}

.advantages-popup__conteiner {
    background: rgba(0, 0, 0, .4);
    background: rgba(0, 0, 0, .59);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px)
}

.popup-services {
    padding: 30px;
    border-radius: 20px;
    border: solid 1px #272525;
    width: 400px
}

.popup-services__image {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden
}

.popup-services__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.popup-services__about-info {
    width: calc(100%);
    margin-top: 30px
}

.popup-services__title {
    font-size: 22px;
    font-weight: 500
}

.popup-services__text-wrapper {
    margin-top: 20px
}

.popup-services__text-wrapper p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px
}

.popup-reviews-text {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    width: 380px;
    background: #000;
    padding: 40px 30px;
    border: solid 1px #272525
}

.popup-reviews-text .reviews-slider__review-small-text {
    height: auto;
    max-height: auto;
    overflow: auto
}

.popup-reviews-text .reviews-slider__review-small-text p {
    font-size: 16px
}

.popup-send-message-done .advantages-popap__wrapper h3 {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    line-height: 1.5
}

@media only screen and (max-width:900px) {
    .advantages-popup__close-element {
        width: 25px;
        height: 25px;
        top: 10px;
        right: 10px
    }
    .advantages-popap {
        padding-top: 65px;
        overflow-y: auto
    }
    .advantages-popup__conteiner {
        opacity: 1
    }
}

@media only screen and (max-width:500px) {
    .advantages-popap {
        width: 96%
    }
}

.contact-modul {
    position: fixed;
    right: 100px;
    bottom: 100px;
    z-index: 1111
}

.contact-modul__solial-conteiner {
    display: none;
    width: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-modul__sitial-box {
    width: 30px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px
}

.contact-modul__sitial-box svg {
    width: 100%;
    height: auto;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.contact-modul__sitial-box svg path {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.contact-modul__sitial-box svg:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.contact-modul__sitial-box svg:hover path {
    fill: #1891AC
}

.cont-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 100%
}

.cont-btn__bg {
    width: 1px;
    height: 1px;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    z-index: 1110;
    opacity: 0;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    right: 100px;
    bottom: 100px
}

.act-bg {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    opacity: 1
}

.cont-btn_anim {
    -webkit-animation: radial-pulse 3s infinite;
    animation: radial-pulse 3s infinite
}

@-webkit-keyframes radial-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(140, 100, 255, .5);
        box-shadow: 0 0 0 0 rgba(140, 100, 255, .5)
    }
    100% {
        -webkit-box-shadow: 0 0 0 40px rgba(198, 245, 198, 0);
        box-shadow: 0 0 0 40px rgba(198, 245, 198, 0)
    }
}

@keyframes radial-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(140, 100, 255, .5);
        box-shadow: 0 0 0 0 rgba(140, 100, 255, .5)
    }
    100% {
        -webkit-box-shadow: 0 0 0 40px rgba(198, 245, 198, 0);
        box-shadow: 0 0 0 40px rgba(198, 245, 198, 0)
    }
}

.cont-btn__element {
    width: 100%;
    position: absolute;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    z-index: 10
}

.cont-btn__element svg {
    width: 100%;
    display: block
}

.cont-btn__element svg path {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.cont-btn__activ {
    opacity: 0
}

@media only screen and (max-width:1385px) {
    .contact-modul {
        right: 50px;
        bottom: 130px
    }
    .cont-btn__bg {
        right: 50px;
        bottom: 130px
    }
    .act-bg {
        right: 0;
        bottom: 0
    }
}

@media only screen and (max-width:800px) {
    .contact-modul {
        bottom: 55px;
        right: 35px
    }
    .cont-btn__bg {
        bottom: 55px;
        right: 35px
    }
    .act-bg {
        right: 0;
        bottom: 0
    }
}

@media only screen and (max-width:900px) and (max-height:500px) and (orientation:landscape) {
    .contact-modul__solial-conteiner {
        width: auto
    }
    .contact-modul__sitial-box {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 10px
    }
    .contact-modul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .contact-modul {
        bottom: 50px
    }
}

.politic-header-sec {
    height: 400px;
    background: url(../images/politic-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.politic-title {
    font-size: 45px
}

.politic-sec__content {
    padding-top: 50px;
    padding-bottom: 80px
}

.politic-sec__content h2,
.politic-sec__content h3,
.politic-sec__content h4,
.politic-sec__content h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

.politic-sec__content p {
    font-size: 18px;
    line-height: 1.5;
    color: #909090;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: justify
}

.politic-sec__content p a {
    color: #fff;
    font-weight: 500;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.politic-sec__content p a:hover {
    color: #1891AC;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

@media only screen and (max-width:850px) {
    .politic-header-sec {
        height: 300px
    }
    .politic-title {
        font-size: 36px
    }
    .politic-sec__content {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .politic-sec__content h2,
    .politic-sec__content h3,
    .politic-sec__content h4,
    .politic-sec__content h5 {
        font-size: 20px
    }
    .politic-sec__content p {
        font-size: 16px
    }
}

@media only screen and (max-width:550px) {
    .politic-title {
        font-size: 26px
    }
    .politic-header-sec {
        height: auto;
        min-height: 200px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}