*,
p,
h1,
h2,
h3,
h4,
ul {
    margin: 0;
    padding: 0;
}

button,
input {
    outline: none;
}

@font-face {
    font-family: "aveReg";
    src: url("../fonts/aveNext/AvenirNext-Regular.eot");
    src: url("../fonts/aveNext/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/aveNext/AvenirNext-Regular.woff") format("woff"), url("../fonts/aveNext/AvenirNext-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "aveBold";
    src: url("../fonts/aveNext/AvenirNext-Bold.eot");
    src: url("../fonts/aveNext/AvenirNext-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/aveNext/AvenirNext-Bold.woff") format("woff"), url("../fonts/aveNext/AvenirNext-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "aveMedium";
    src: url("../fonts/aveNext/AvenirNext-Medium.eot");
    src: url("../fonts/aveNext/AvenirNext-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/aveNext/AvenirNext-Medium.woff") format("woff"), url("../fonts/aveNext/AvenirNext-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "aveMediumItalic";
    src: url("../fonts/aveNext/AvenirNext-MediumItalic.eot");
    src: url("../fonts/aveNext/AvenirNext-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/aveNext/AvenirNext-MediumItalic.woff") format("woff"), url("../fonts/aveNext/AvenirNext-MediumItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

.blockLogoHeader img {
    width: 140px;
}

.blockInsideHeader .itemBlockHeader:first-child nav ul.sub-menu {
    display: none;
}

body {
    background-color: #f7f7f7;
}

.headerMainPage .blockInsideHeader .itemBlockHeader:first-child nav ul li a,
.headerMainPage .blockPhoneHeader a {
    color: #333;
}

.headerMainPage.headerFixed .blockInsideHeader .itemBlockHeader:first-child nav ul li a,
.headerMainPage.headerFixed .blockPhoneHeader a {
    color: #2e2e2e;
}

.headerMainPage .blockPhoneHeader .listTels a,
.blockInsideHeader .itemBlockHeader:first-child nav ul.sub-menu li a {
    color: #2e2e2e;
}

.blockInsideHeader .bigContainer,
.blockInsideHeader .itemBlockHeader,
.blockInsideHeader .itemBlockHeader:first-child nav ul,
.blockTelHeaderIn,
.bigBlockMainPage,
.blockAlgoritm,
.blockCircleAlgoritm,
.insideBlockCricleAlgoritm,
.contentAbouUs,
.aboutUs .blockBottomAboutUs,
.labelsOption,
.labelOp,
.itemProductTab .row,
.insideAdvSec,
.insideAdvSec .itemAdvSec,
.insideTechnology,
.itemOwlTech,
.owlTech .owl-stage,
.owlTech .owl-stage .owl-item,
.containerOurClients,
.insideItemContentOurClient,
.insideItemContentOurClient .itemLogoClient,
.seoText .insideContainerBigBlock,
.seoText .container,
.contentFooter,
.contentFooter .itemFooter:nth-child(3),
.contentFooter .itemFooter:nth-child(4),
.textBlockOwlImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blockBreadCumpbs {
    z-index: 5;
}

.blockBreadCumpbsAnotherPage a {
    color: #2e2e2e;
}

.blockBreadCumpbsAnotherPage span.breadcrumb_last {
    color: rgba(18, 33, 45, 0.299904);
}

.standartStyleButton {
    display: block;
    background: linear-gradient(337.51deg, #63a3f1 23.83%, #338af5 111.87%);
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 195px;
    height: 60px;
    text-decoration: none !important;
    text-align: center;
    line-height: 60px;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.1px;
    border: none;
    font-family: aveReg;
}

.standartStyleButton:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.standartStyleButton .textButton {
    position: relative;
    z-index: 1;
}

.logoHeaderMenu,
.blockForPhoneMob {
    display: none;
}

header.headerFixed {
    position: fixed;
    top: 0;
}

header.headerFixed .blockInsideHeader {
    border-bottom: 1px solid #d8d8d8;
}

header {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: -100px;
    left: 0;
    width: 100%;
    z-index: 4;
}

.blockButtonMenuMob {
    display: none;
}

.container.bigContainer.centerNews {
    display: flex;
    justify-content: center;
}
@media (min-width: 1400px) {
    .container.bigContainer {
        width: 1400px;
    }
}

/*.headerMainPage .blockInsideHeader {*/
/*    background-color: #ffffff;*/
/*}*/

.blockInsideHeader {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    padding: 20px 0;
}

.blockInsideHeader .bigContainer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.blockInsideHeader .itemBlockHeader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.blockInsideHeader .itemBlockHeader:last-child {
    position: relative;
}

.blockInsideHeader .itemBlockHeader:first-child {
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.blockInsideHeader .itemBlockHeader:first-child nav {
    margin-left: 40px;
}

.blockInsideHeader .itemBlockHeader:first-child nav ul li {
    list-style: none;
    margin-right: 35px;
}

.blockInsideHeader .itemBlockHeader:first-child nav ul li:last-child {
    margin-right: 0;
}

.blockInsideHeader .itemBlockHeader:first-child nav ul li a {
    font-size: 17px;
    line-height: 19px;
    letter-spacing: -0.1px;
    color: #2e2e2e;
    font-family: aveReg;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.blockInsideHeader .itemBlockHeader:first-child nav ul li a:hover:after {
    height: 3px;
}

.blockInsideHeader .itemBlockHeader:first-child nav ul li a:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    width: 100%;
    height: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.41%, #388df5), color-stop(98.59%, #3a8ef5));
    background: linear-gradient(90deg, #388df5 1.41%, #3a8ef5 98.59%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    bottom: -37px;
    left: 0;
}

.blockInsideHeader .itemBlockHeader:first-child nav ul li a:hover {
    font-weight: bold;
}

.blockPhoneHeader {
    margin-right: 60px;
}

.blockPhoneHeader .telTextHeader {
    display: block;
    font-family: aveBold;
    font-weight: 750;
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 16px;
    letter-spacing: -0.0857143px;
    color: #4694F3;
}

.blockPhoneHeader .listTels {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    list-style: none;
    display: none;
    position: absolute;
    background-color: #fff;
    top: 55px;
    left: -20px;
    padding: 20px 40px 20px 20px;
    border-radius: 10px;
    z-index: 2;
}

.blockPhoneHeader .listTels li {
    margin-bottom: 5px;
}

.blockPhoneHeader .listTels li:last-child {
    margin-bottom: 0;
}

.blockPhoneHeader .listTels li a {
    font-family: aveReg;
}

.blockPhoneHeader a {
    font-family: aveBold;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.1px;
    color: #2e2e2e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}

.blockPhoneHeader a:hover {
    color: #63a3f1;
}

.blockButtonHeader .headerButton {
    border-radius: 25px;
    width: 170px;
    line-height: 50px;
    height: 50px;
}

span.arrowSpanTel {
    width: 16px;
    height: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.blockTelHeaderIn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.mainOwlBlockImg {
    position: relative;
}

.mainOwlBlockImg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.mainSliderPage .owl-item img {
    width: auto !important;
}

.mainSliderPage .owl-theme .owl-dots {
    display: none;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.mainSliderPage .owl-theme .owl-dots .owl-dot.active span {
    background: #338af5;
}

.mainSliderPage .owl-theme .owl-dots .owl-dot span {
    margin: 0;
    background: #fff;
    width: 30px !important;
    height: 4px !important;
    border-radius: 0 !important;
}

.textBlockOwlImg .container {
    padding-left: 50px;
}

.mainSliderPage {
    position: relative;
    height: 720px;
}

.mainSliderPage .owl-nav .owl-prev,
.mainSliderPage .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    z-index: 2;
}

.mainSliderPage .owl-nav .owl-prev {
    left: 20px;
}

.mainSliderPage .owl-nav .owl-next {
    right: 20px;
}

.itemOwlMain .headerSection {
    max-width: 600px;
    line-height: 45px;
    margin: 20px 0;
    color: #fff;
}

.mainSliderPage .owl-nav .owl-prev,
.mainSliderPage .owl-nav .owl-next {
    background: none !important;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

span.nameServicew {
    font-size: 22px;
    font-family: aveReg;
}

.mainSliderPage .owl-next:before,
.mainSliderPage .owl-prev:before {
    background: linear-gradient(304.83deg, #63a3f1 23.83%, #338af5 111.87%) !important;
    content: "";
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    position: absolute;
    border-radius: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.mainSliderPage .owl-next:hover,
.mainSliderPage .owl-prev:hover {
    border: 1px solid transparent;
}

.mainSliderPage .owl-next:hover:before,
.mainSliderPage .owl-prev:hover:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.underMainHeaderText {
    font-family: aveReg;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.114286px;
    color: #fff;
    mix-blend-mode: normal;
    opacity: 0.4;
}

.headerSection {
    font-family: aveBold;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.3px;
    color: #2e2e2e;
}

.bigBlockMainPage {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    height: 955px;
}

.bigBlockMainPage .itemMainPage:first-child {
    position: relative;
    z-index: 3;
}

.bigBlockMainPage .itemMainPage:first-child .headerSection {
    max-width: 520px;
    margin: 15px 0 40px 0;
}

.bigBlockMainPage .itemMainPage img {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
}

.mainPage {
    padding-bottom: 80px;
}

.mainPage .container {
    position: relative;
}

.blockAlgoritm {
    position: absolute;
    bottom: 50px;
    z-index: 2;
}

.blockAlgoritm .itemBlockAlgoritm {
    width: 215px;
    margin-right: 80px;
    position: relative;
}

.blockAlgoritm .itemBlockAlgoritm:before {
    -webkit-filter: grayscale(100%) brightness(110%) contrast(0.9);
    filter: grayscale(100%) brightness(110%) contrast(0.9);
    content: url("../img/arrowAlgoritm.svg");
    opacity: 0.2;
    position: absolute;
    right: 10px;
    top: 8px;
}

.blockAlgoritm .itemBlockAlgoritm:nth-child(3) {
    margin-right: 0;
}

.blockAlgoritm .itemBlockAlgoritm:nth-child(3):before {
    content: none;
}

.nameHeaderAlgoritm {
    font-family: aveReg;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.105px;
    color: #2e2e2e;
    margin: 15px 0 10px 0;
}

.textAlgoritm {
    font-family: aveReg;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.105px;
    color: #2e2e2e;
}

.blockCircleAlgoritm {
    width: 40px;
    height: 40px;
    background-color: #edf1f4;
    border-radius: 100px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.insideBlockCricleAlgoritm {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #388df5;
    border-radius: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.insideBlockCricleAlgoritm:after {
    width: 10px;
    height: 10px;
    background-color: #edf1f4;
    position: absolute;
    border-radius: 100px;
}

.itemBlockAlgoritm:nth-child(1) .insideBlockCricleAlgoritm {
    -webkit-animation: animCircle 2s forwards;
    animation: animCircle 2s forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.itemBlockAlgoritm:nth-child(2) .insideBlockCricleAlgoritm {
    -webkit-animation: animCircle 2s forwards;
    animation: animCircle 2s forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.itemBlockAlgoritm:nth-child(3) .insideBlockCricleAlgoritm {
    -webkit-animation: animCircle 2s forwards;
    animation: animCircle 2s forwards;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

.blockAlgoritm .itemBlockAlgoritm:nth-child(1):before {
    -webkit-animation: animArrow 1s forwards;
    animation: animArrow 1s forwards;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.blockAlgoritm .itemBlockAlgoritm:nth-child(2):before {
    -webkit-animation: animArrow 1s forwards;
    animation: animArrow 1s forwards;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

@-webkit-keyframes animCircle {
    0% {
        width: 20px;
        height: 20px;
    }
    100% {
        width: 40px;
        height: 40px;
    }
}

@keyframes animCircle {
    0% {
        width: 20px;
        height: 20px;
    }
    100% {
        width: 40px;
        height: 40px;
    }
}

@-webkit-keyframes animArrow {
    0% {
        -webkit-filter: grayscale(100%) brightness(110%) contrast(0.9);
        filter: grayscale(100%) brightness(110%) contrast(0.9);
        opacity: 0.2;
    }
    100% {
        -webkit-filter: none;
        filter: none;
        opacity: 0.8;
    }
}

@keyframes animArrow {
    0% {
        -webkit-filter: grayscale(100%) brightness(110%) contrast(0.9);
        filter: grayscale(100%) brightness(110%) contrast(0.9);
        opacity: 0.2;
    }
    100% {
        -webkit-filter: none;
        filter: none;
        opacity: 0.8;
    }
}

.insideContainerBigBlock {
    padding: 30px 0;
}

.insideContainerBigBlock {
    width: 1270px;
    -webkit-box-flex: 1270px;
    -ms-flex: 1270px 0 0px;
    flex: 1270px 0 0;
}

.contentAbouUs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.contentAbouUs .itemAboutUs {
    padding: 0 15px;
    width: 50%;
}

.contentAbouUs .itemAboutUs:first-child {
    position: relative;
    padding: 70px 15px 90px 15px;
}

.contentAbouUs .itemAboutUs:last-child {
    padding: 70px 15px 90px 15px;
    background-color: #b3d9fb;
    position: relative;
}

.contentAbouUs .itemAboutUs:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f7f7f7;
    width: 125px;
    height: 100%;
    z-index: 1;
}

.contentAbouUs .itemAboutUs:last-child img {
    position: relative;
    z-index: 2;
}

.textUnderHeader {
    margin: 20px 0 10px 0;
    font-family: aveReg;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.1px;
    color: #2e2e2e;
}

.aboutUs .textUnderHeader {
    max-width: 550px;
}

.aboutUs .blockBottomAboutUs {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.aboutUs .blockBottomAboutUs img {
    margin-right: 20px;
}

.aboutUs .blockBottomAboutUs .textBlockBottmAboutUs {
    max-width: 400px;
    font-family: aveMediumItalic;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.0875px;
    color: #368bf4;
}

.sectionPaddingBottom {
    padding-bottom: 150px;
}

.labelsOption {
    margin-bottom: 100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.labelOp {
    padding: 0 10px;
    cursor: pointer;
    width: 16.666%;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-family: aveReg;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #2e2e2e;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.labelOp
.labelOp .nameProductTab {
    position: relative;
    z-index: 2;
}

.labelOp:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
	z-index: -1;
    width: 0;
    height: 100%;
    background: linear-gradient(324.01deg, #63a3f1 23.83%, #338af5 111.87%);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.activeLabelOption {
    color: #fff;
}

.activeLabelOption:before {
    width: 100%;
}

.itemProductTab {
    display: none;
}

label {
    margin: 0;
}

.blockHeaderOurServTabs {
    margin-bottom: 40px;
    text-align: center;
}

.itemProductTab .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.itemProductTab .row .itemCotentTabServices {
    padding: 0 15px;
    width: 50%;
    position: relative;
}

.itemProductTab .row .itemCotentTabServices:first-child:after {
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -85px;
    top: -35px;
    background-color: #b3d9fb;
}

.itemProductTab .row .itemCotentTabServices img {
    width: 100%;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}

.headerContenTabServices {
    font-family: aveBold;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.18px;
    color: #2e2e2e;
}

.textConteTabServices {
    margin: 10px 0 30px 0;
}

.textConteTabServices p {
    font-family: aveReg;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #2e2e2e;
    margin-bottom: 10px;
}

.textConteTabServices p:last-child {
    margin-bottom: 0;
}

.advSection .bigContainer {
    padding: 100px 0;
    background: linear-gradient(194.88deg, #79b3f9 6.85%, #2783f5 99.94%);
}

.insideAdvSec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.insideAdvSec .itemAdvSec {
    width: 25%;
    padding: 0 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.insideAdvSec .itemAdvSec img {
    margin-right: 15px;
}

.blockTextAdvSec .headerAdvSec {
    font-family: aveReg;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.105px;
    color: #ffffff;
    margin-bottom: 10px;
}

.blockTextAdvSec .textAdvSec {
    font-family: aveReg;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.105px;
    color: #ffffff;
}

.insideTechnology .itemInsideTechnology {
    padding: 0 15px;
}

.insideTechnology .itemInsideTechnology:nth-child(1) {
    width: 40%;
    padding-bottom: 70px;
}

.insideTechnology .itemInsideTechnology:nth-child(2) {
    width: 60%;
}

.blockChangeTextTechnology {
    margin-top: 30px;
}

.blockChangeTextTechnology p {
    font-family: aveReg;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #2e2e2e;
    margin-bottom: 20px;
}

.blockChangeTextTechnology p:last-child {
    margin-bottom: 0;
}

.itemOwlTech {
    position: relative;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-shadow: 0 10px 25px rgba(219, 219, 219, 0.34965);
    box-shadow: 0 10px 25px rgba(219, 219, 219, 0.34965);
}

.itemOwlTech .nameTech {
    font-family: aveReg;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: -0.12px;
    color: #2e2e2e;
    padding: 20px 10px 45px 30px;
}

.insideTechnology {
    position: relative;
}

.owlTech {
    position: initial !important;
}

.owlTech .owl-stage-outer {
    padding-bottom: 40px;
}

.owlTech .owl-nav {
    position: absolute;
    left: 15px;
    bottom: 10px;
}

.owlTech .owl-nav .owl-prev,
.owlTech .owl-nav .owl-next {
    width: 60px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    margin: 0 !important;
    padding: 0 !important;
    background: linear-gradient(304.83deg, #63a3f1 23.83%, #338af5 111.87%) !important;
    border-radius: 30px !important;
    width: 50px;
    height: 50px;
    position: relative;
}

.owl-nav .owl-prev:after,
.owl-nav .owl-next:after {
    top: calc(50% - 5px);
    left: calc(50% - 2px);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
}

.owl-nav .owl-prev {
    margin-right: 10px !important;
}

.owl-nav .owl-prev:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: calc(50% - 6px);
}

.orderTech {
    margin-top: auto;
    position: absolute;
    bottom: -30px;
    left: 30px;
    width: 180px;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.itemIndexBlockTechText {
    display: none;
}

.itemIndexBlockTechText:first-child {
    display: block;
}

.headerBlockWhereWeWork {
    text-align: center;
    margin-bottom: 40px;
}

.insideItemOwlWhereWeWork {
    position: relative;
}
.insideItemOwlWhereWeWork a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
}
.blockTextOwlWhere {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.blockTextOwlWhere .countProjWhereWeWork {
    font-family: aveReg;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.1px;
    color: #ffffff;
}

.blockTextOwlWhere .nameWhereWeWork {
    margin-bottom: 10px;
    font-family: aveBold;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: -0.18px;
    color: #ffffff;
}

.owlWhereWeWork .owl-next,
.owlWhereWeWork .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    background: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.owlWhereWeWork .owl-next:before,
.owlWhereWeWork .owl-prev:before {
    background: linear-gradient(304.83deg, #63a3f1 23.83%, #338af5 111.87%) !important;
    content: "";
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    position: absolute;
    border-radius: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.owlWhereWeWork .owl-next:hover,
.owlWhereWeWork .owl-prev:hover {
    border-color: transparent;
}

.owlWhereWeWork .owl-next:hover:before,
.owlWhereWeWork .owl-prev:hover:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.owlWhereWeWork .owl-next {
    right: 30px;
}

.owlWhereWeWork .owl-prev {
    left: 30px;
}

.containerOurClients {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.containerOurClients .itemContentOurClients {
    padding: 0 15px;
}

.containerOurClients .itemContentOurClients:nth-child(1) {
    width: 66.666%;
}

.containerOurClients .itemContentOurClients:nth-child(2) {
    width: 33.333%;
}

.textOurClients {
    font-family: aveReg;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #2e2e2e;
    margin: 25px 0 30px 0;
}

.textOurClients p {
    margin-bottom: 20px;
}

.textOurClients p:last-child {
    margin-bottom: 0;
}

.blockButtonClient button {
    border-radius: 30px;
}

.insideItemContentOurClient {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #f3efef;
}

.insideItemContentOurClient .itemLogoClient {
    width: 25%;
    height: 188px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-right: 1px solid #f3efef;
}

.insideItemContentOurClient .itemLogoClient:nth-child(n+5) {
    border-top: 1px solid #f3efef;
}

.insideItemContentOurClient .itemLogoClient:nth-child(4n){
    border-right: none;
}

.ourClients .headerSection span {
    display: block;
}

.skidkaSection .bigContainer {
    padding: 100px 15px;
    background: linear-gradient(194.88deg, #79b3f9 6.85%, #2783f5 99.94%);
    text-align: center;
}

.contentSkidka .headerSection {
    color: #fff;
}

.contentSkidka .textUnderHeaderSkidka {
    font-family: aveReg;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.114286px;
    color: #ffffff;
    margin: 20px auto 40px auto;
    max-width: 550px;
}

.blockButtonSkidka button {
    background: linear-gradient(332.04deg, #ffffff 23.83%, #e5effb 111.87%);
    color: #368bf4 !important;
    margin: 0 auto;
}

.seoBlockText {
    font-family: aveReg;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.1px;
    color: #2e2e2e;
    max-height: 700px;
    padding-right: 20px;
    overflow: auto;
}

.seoBlockText ul,
.seoBlockText li {
    padding-left: 15px;
}

.seoBlockText h2,
.seoBlockText h3,
.seoBlockText h4,
.seoBlockText h5,
.seoBlockText h6 {
    margin: 20px 0 10px 0;
    font-family: aveBold;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.18px;
    color: #2e2e2e;
}

.seoText .insideContainerBigBlock {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.seoText .insideContainerBigBlock .itemSeoText:nth-child(1) {
    padding-right: 40px;
}

.seoText .container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.seoBlockText::-webkit-scrollbar {
    width: 4px;
}

.seoBlockText::-webkit-scrollbar-track {
    border-radius: 0;
}

.seoBlockText::-webkit-scrollbar-thumb {
    background: #368bf4;
    border-radius: 0;
}

.noScrollBody {
    overflow: hidden;
}

footer {
    padding: 30px 0;
}

footer .itemFooter {
    width: 25%;
}

.contentFooter .itemFooter:nth-child(3),
.contentFooter .itemFooter:nth-child(4) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.rabotaem {
    font-family: aveReg;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.215385px;
    color: #2e2e2e;
    margin-bottom: 20px;
}

.mailFooter a {
    font-family: aveReg;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.215385px;
    color: #2e88f8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}

.mailFooter a:hover {
    color: #2e2e2e;
}

.blockTelsFooter {
    position: relative;
    top: -3px;
}

.blockTelsFooter p a {
    font-family: aveReg;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -0.1px;
    color: #2e2e2e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}

.blockTelsFooter p a:hover {
    color: #2e88f8;
}

.blockLink {
    cursor: pointer;
}

.blockSotsFooter {
    margin-bottom: 20px;
}

.blockSotsFooter > img{
  width: 27px;
}

.blockSotsFooter:hover span {
    color: #2e88f8;
}

.blockSotsFooter span {
    font-family: aveReg;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    margin-left: 20px;
    line-height: 19px;
    letter-spacing: 0.215385px;
    color: #2e2e2e;
}

.blockSotsFooter:last-child {
    margin-bottom: 0;
}

.seoText .insideContainerBigBlock .itemSeoText:nth-child(1) {
    background-color: #b3d9fb;
    padding: 70px 0 70px 0;
    margin-right: 150px;
}

.seoText .insideContainerBigBlock .itemSeoText:nth-child(1) img {
    position: relative;
    left: 70px;
}

.seoText .insideContainerBigBlock .itemSeoText:nth-child(1):after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f7f7f7;
    width: 125px;
    height: 100%;
    z-index: 1;
}

.blockInsideHeader .itemBlockHeader:first-child nav ul.sub-menu {
    position: absolute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    left: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    top: 71px;
    background-color: #fff;
    -webkit-box-shadow: 0 22px 35px rgba(219, 219, 219, 0.34965);
    box-shadow: 0 22px 35px rgba(219, 219, 219, 0.34965);
    z-index: 4;
    padding: 25px 0 0 0;
    height: 460px;
    overflow: auto;
}

.blockInsideHeader .bigContainer {
    position: relative;
}

ul.sub-menu li {
    width: 33%;
    padding: 0 50px;
    display: inline-block;
    margin: 0 0 35px 0 !important;
}

.blockInsideHeader .itemBlockHeader:first-child nav ul.sub-menu li a:after {
    bottom: -10px;
}

.haveSubMenu {
    position: relative;
}

.haveSubMenu:before {
    content: url("../img/arrow.svg");
    position: absolute;
    right: -10px;
    padding-left: 7px;
    top: 0;
}

.forCloseMenu.activeClose {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

#modalCall .modal-body {
    padding: 0;
}

#modalCall .modal-dialog {
    max-width: 555px;
    width: 100%;
}

.customModal button.close {
    top: 20px;
    position: absolute;
    right: 20px;
    z-index: 2;
}

button.close {
    opacity: 1 !important;
}

.blockResModal {
    padding: 90px 100px 70px 100px;
    text-align: center;
}

.blockResModal button {
    margin: 0 auto;
}

.headerModalC {
    font-family: aveBold;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -0.246154px;
    color: #2e2e2e;
}

.textThanksModal {
    margin: 10px 0 40px 0;
    font-family: aveMedium;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #2e2e2e;
}

.blockContentModal {
    background-color: #ffffff;
}

.blockInputsModal {
    padding: 45px 100px 60px 100px;
    text-align: center;
}

.blockContentModal .itemInput {
    margin-bottom: 10px;
}

.blockContentModal .itemInput button {
    margin: 0 auto;
}

.itemInput {
    margin-bottom: 20px;
    position: relative;
}

.itemInput .lineActiveInput {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background-color: #2e88f8;
    border-radius: 7px 0 0 7px;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.itemInput input {
    width: 100%;
    height: 55px;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    font-family: aveReg;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.0875px;
    color: #2e2e2e;
    padding: 0 20px;
}

.itemInput input::-webkit-input-placeholder {
    opacity: 0.4;
    font-family: aveReg;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.0875px;
    color: #2e2e2e;
}

.itemInput input::-moz-placeholder {
    opacity: 0.4;
    font-family: aveReg;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.0875px;
    color: #2e2e2e;
}

.itemInput input:-ms-input-placeholder {
    opacity: 0.4;
    font-family: aveReg;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.0875px;
    color: #2e2e2e;
}

.itemInput input::-ms-input-placeholder {
    opacity: 0.4;
    font-family: aveReg;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.0875px;
    color: #2e2e2e;
}

.itemInput input::placeholder {
    opacity: 0.4;
    font-family: aveReg;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.0875px;
    color: #2e2e2e;
}

.itemInput input:focus ~ .lineActiveInput {
    width: 3px;
}

.itemInput .textInput {
    font-family: aveMedium;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.1px;
    color: #2e2e2e;
}

.itemInput button {
    width: 240px;
}

.itemSeoText {
    width: 50%;
}

section.seoText {
    position: relative;
}

.itemOwlMain {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.textBlockOwlImg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.blockForMobileServices {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.blockForMobileServices .itemBlockForMobileServices {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.blockForMobileServices .itemBlockForMobileServices img {
    width: 100%;
}

.blockForMobileServices {
    display: none;
}

.nameForMobileServices {
    font-family: aveReg;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: -0.105px;
    color: #ffffff;
    padding: 5px;
}

.insideBlockForMobileServices {
    height: 100%;
    background: linear-gradient(250.03deg, #79b3f9 6.85%, #2783f5 99.94%);
    position: relative;
}

.insideBlockForMobileServices a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

/*article*/
.block-faq__title {
    margin: 30px 0 40px 0;
    text-align: left;
    font-family: aveBold;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -.3px;
    color: #2e2e2e;
}

.block-faq__item {
    margin: 10px 0;
}

span.block-faq__item-title {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: linear-gradient(194.88deg, #79b3f9 6.85%, #2783f5 99.94%);
    padding: 15px 15px 15px 30px;
    font-family: aveReg;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.114286px;
    color: #FFFFFF;
    width: 100%;
    display: block;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.openedFaq:before {
    transform: rotate(90deg);
}

.insideBlockForHideAccardion {
    padding: 30px;
    text-align: justify;
    font-family: aveReg;
    font-size: 15px;
    line-height: 30px;
}

.block-faq__item-title:before {
    content: url(//mtsewer.com.ua//wp-content/themes/wp-mts/img/nextArrow.svg);
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    left: -11px;
}

/*article*/

@media (max-width: 1400px) {
    section {
        overflow: hidden;
    }

    .blockInsideHeader .itemBlockHeader:first-child nav ul li a {
        font-size: 16px;
    }
}

@media (max-width: 1401px) {
    .blockInsideHeader .itemBlockHeader:first-child nav ul li {
        margin-right: 18px;
    }
}

@media (max-width: 1200px) {
    .blockInsideHeader .itemBlockHeader:first-child nav ul li a {
        font-size: 13px;
    }

    .blockLogoHeader img {
        width: 120px;
    }
}

@media (max-width: 1199px) {
    .blockInsideHeader .itemBlockHeader:first-child nav {
        margin-left: 20px;
    }

    .haveSubMenu:before {
        right: -8px;
      padding-left: 4px;
    }


    .blockPhoneHeader:nth-child(2) {
        margin-right: 10px;
    }

    .blockInsideHeader .itemBlockHeader:first-child nav ul li {
        margin-right: 12px;
    }

    .aboutUs .insideContainerBigBlock {
        width: 1050px;
        -webkit-box-flex: 1050px;
        -ms-flex: 1050px 0 0px;
        flex: 1050px 0 0;
    }

    .labelOp {
        padding: 0 15px;
    }

    .containerOurClients .itemContentOurClients:nth-child(2) {
        width: 35%;
    }

    .containerOurClients .itemContentOurClients:nth-child(1) {
        width: 65%;
    }

    .insideItemContentOurClient .itemLogoClient {
        height: 150px;
    }

    ul.sub-menu li {
        padding: 0 10px;
    }

    .seoText .insideContainerBigBlock .itemSeoText:nth-child(1) {
        margin-right: 25px;
    }

    .itemSeoText:nth-child(1) {
        position: relative;
        width: 60%;
    }

    .itemSeoText:nth-child(1) img {
        left: 200px !important;
    }

    .itemSeoText:nth-child(2) {
        width: 40%;
    }

    .seoText .insideContainerBigBlock .itemSeoText:nth-child(1) {
        padding: 30px 0;
    }
}

@media (max-width: 991px) {
    .blockInsideHeader .itemBlockHeader:first-child nav.activeNav {
        right: 0;
    }

    img.pyatno {
        display: none;
    }

    .blockInsideHeader .itemBlockHeader:first-child nav {
        position: fixed;
        margin: 0;
        width: 100%;
        height: 100%;
        top: 0;
        right: -100%;
        background-color: #ffffff;
        z-index: 4;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .blockInsideHeader .itemBlockHeader:first-child nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
        height: 100%;
        overflow: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .blockInsideHeader .itemBlockHeader:first-child nav ul li {
        margin: 10px 0;
    }

    .blockInsideHeader .itemBlockHeader:first-child nav ul li a:after {
        content: none;
    }

    .blockInsideHeader .itemBlockHeader:first-child nav ul li a {
        font-size: 20px;
        color: #000000 !important;
    }

    .blockButtonMenuMob {
        display: block;
    }

    .blockButtonMenuMob button {
        position: relative;
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: none;
    }

    .blockButtonMenuMob button .textButton {
        font-family: aveMedium;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: -0.1px;
        color: #388df5;
    }

    .blockButtonMenuMob button .itemsButtonMenu {
        margin-left: 12px;
        width: 18px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        top: 0;
        position: relative;
        display: block;
        z-index: 5;
    }

    .blockButtonMenuMob button .itemsButtonMenu .itemButtonMenu {
        width: 100%;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        height: 2px;
        display: block;
        margin-bottom: 3px;
        background: linear-gradient(311.01deg, #63a3f1 23.83%, #338af5 111.87%);
    }

    .blockButtonMenuMob button .itemsButtonMenu .itemButtonMenu:last-child {
        margin-bottom: 0;
    }

    .blockLogoHeader {
        display: none;
    }

    .logoHeaderMenu {
        display: block !important;
    }

    .blockInsideHeader .itemBlockHeader:last-child {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .blockButtonMenuMob button.acitveButtonMenu .itemsButtonMenu .itemButtonMenu:nth-child(1) {
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .blockButtonMenuMob button.acitveButtonMenu .itemsButtonMenu .itemButtonMenu:nth-child(3) {
        position: absolute;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .blockButtonMenuMob button.acitveButtonMenu .itemsButtonMenu .itemButtonMenu:nth-child(2) {
        opacity: 0;
        position: absolute;
    }

    .blockPhoneHeader {
        position: relative;
    }

    .blockPhoneHeader .listTels {
        padding: 7px 10px;
        top: 40px;
        left: 0;
    }

    .blockAlgoritm .itemBlockAlgoritm {
        margin-right: 0;
    }

    .blockAlgoritm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .insideContainerBigBlock {
        width: 100%;
        -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
        flex: 100% 0 0;
    }

    .bigBlockMainPage .itemMainPage img {
        right: -60px;
    }

    .bigBlockMainPage .itemMainPage:first-child {
        margin-top: 80px;
    }

    .mainPage {
        padding-bottom: 0;
    }

    .aboutUs .insideContainerBigBlock {
        width: 100%;
    }

    .contentAbouUs .itemAboutUs:last-child img {
        width: 100%;
    }

    .aboutUs .blockBottomAboutUs {
        width: 200%;
        z-index: 2;
    }

    .contentAbouUs .itemAboutUs:first-child {
        padding-bottom: 50px;
        position: initial;
    }

    .contentAbouUs {
        position: relative;
        padding-bottom: 70px;
    }

    .labelOp {
        width: 33%;
    }

    .itemProductTab .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .itemProductTab .row .itemCotentTabServices {
        width: 100%;
    }

    .itemProductTab .row .itemCotentTabServices:first-child {
        margin-bottom: 40px;
    }

    .insideAdvSec .itemAdvSec {
        width: 50%;
    }

    .insideAdvSec .itemAdvSec:nth-child(1),
    .insideAdvSec .itemAdvSec:nth-child(2) {
        margin-bottom: 50px;
    }

    .insideAdvSec .itemAdvSec .textAdvSec {
        max-width: 170px;
    }

    .insideTechnology .itemInsideTechnology:nth-child(1) {
        width: 40%;
    }

    .insideTechnology .itemInsideTechnology:nth-child(2) {
        width: 60%;
    }

    .containerOurClients {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .containerOurClients .itemContentOurClients {
        width: 100% !important;
    }

    .containerOurClients .itemContentOurClients:nth-child(2) {
        margin-bottom: 60px;
    }

    .seoText .insideContainerBigBlock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .seoText .insideContainerBigBlock .itemSeoText:nth-child(1) {
        padding-right: 0;
    }

    .itemSeoText img {
        width: 100%;
    }

    .itemSeoText:nth-child(2) {
        width: 100%;
    }

    .seoText .insideContainerBigBlock .itemSeoText:nth-child(1):after {
        content: none;
    }

    .seoText .insideContainerBigBlock .itemSeoText:nth-child(1) {
        width: 100%;
    }

    .itemSeoText:nth-child(1) img {
        left: 30px !important;
    }

    .itemSeoText:last-child {
        margin-bottom: 50px;
    }

    .owlOurObjects .owl-stage {
        right: 20px;
    }

    .blockInsideHeader .itemBlockHeader:first-child nav ul.sub-menu {
        display: block !important;
        position: fixed;
        width: 100%;
        height: 100% !important;
        z-index: 4;
        top: 0;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        left: -100%;
    }

    .blockInsideHeader .itemBlockHeader:first-child nav ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 30px !important;
    }

    .blockInsideHeader .itemBlockHeader:first-child nav ul.sub-menu.activeSubUl {
        left: 0;
    }

    .blockInsideHeader .itemBlockHeader:first-child nav ul.sub-menu {
        padding-top: 35px;
    }

    .acitveButtonMenu .itemsButtonMenu {
        top: -25px !important;
    }

    .blockInsideHeader .itemBlockHeader:first-child nav ul.sub-menu li:last-child {
        margin-bottom: 70px !important;
    }
}


@media (max-width: 767px) {
    .blockButtonHeader {
        display: none;
    }

    .contentAbouUs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .itemAboutUs {
        width: 100% !important;
    }

    .contentAbouUs .itemAboutUs:last-child:before {
        width: 80px;
    }

    .contentAbouUs .itemAboutUs:first-child {
        padding: 40px 15px 0 15px;
    }

    .aboutUs .blockBottomAboutUs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        position: initial;
        margin-top: 70px;
    }

    .aboutUs .blockBottomAboutUs .textBlockBottmAboutUs {
        margin-top: 30px;
    }

    .contentAbouUs {
        padding-bottom: 0;
    }

    .sectionPaddingBottom {
        padding-bottom: 100px;
    }

    .itemSeoText:first-child img {
        margin-left: -15px;
    }

    .itemSeoText:last-child {
        margin-top: 40px;
    }
}

@media (max-width: 700px) {
    .mainSliderPage .owl-nav .owl-prev,
    .mainSliderPage .owl-nav .owl-next {
        top: auto;
        bottom: 40px;
        left: auto;
        right: auto;
        position: relative;
    }

    .textBlockOwlImg .container {
        padding-left: 15px;
    }

    .mainSliderPage .owl-nav {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .contentFooter {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .itemFooter {
        text-align: center;
    }

    .itemFooter:nth-child(1) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
    }

    .itemFooter:nth-child(2) {
        width: 100%;
    }

    .itemFooter:nth-child(3) {
        width: 50%;
        margin: 40px 0;
    }

    .itemFooter:nth-child(4) {
        width: 50%;
        margin: 40px 0;
    }

    .itemOwlTech .nameTech {
        font-size: 15px;
        padding: 20px 10px 45px 10px;
    }

    .insideAdvSec .itemAdvSec {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 10px;
    }

    .insideAdvSec .itemAdvSec img {
        display: block;
        margin-bottom: 10px;
        height: 45px;
    }

    .insideAdvSec .itemAdvSec:nth-child(3) {
        margin-bottom: 50px;
    }

    .advSection .bigContainer {
        background: linear-gradient(250.03deg, #79b3f9 6.85%, #2783f5 99.94%);
    }

    .blockForChooseMobTab.acitveMoreTab:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .blockForChooseMobTab {
        display: block !important;
        font-family: aveReg;
        font-size: 14px;
        background: linear-gradient(334.48deg, #63a3f1 23.83%, #338af5 111.87%);
        border-radius: 4px;
        line-height: 20px;
        letter-spacing: -0.1px;
        color: #ffffff;
        width: 100%;
        padding: 30px;
        position: relative;
    }

    .blockForChooseMobTab:after {
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        content: url("../img/arrowMore.svg");
        position: absolute;
        right: 30px;
        line-height: 0;
        top: 50%;
    }

    .tabsOption {
        margin-top: 70px;
    }

    .labelsOption {
        display: none;
        background-color: #fff;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        padding: 15px 0;
    }

    .labelsOption .labelOp.activeLabelOption {
        color: #2e88f8;
    }

    .labelsOption .labelOp {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 15px 30px 15px 30px;
        text-align: left;
        height: auto;
        width: 100%;
    }

    .labelsOption .labelOp:before {
        content: none;
    }

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

    .insideTechnology .itemInsideTechnology {
        width: 100% !important;
    }

    .insideTechnology .itemInsideTechnology:nth-child(1) {
        padding-bottom: 35px;
    }

    .owlTech .owl-nav {
        bottom: 0;
        width: 100%;
        left: 0;
    }

    .insideTechnology .itemInsideTechnology:nth-child(2) {
        padding: 0;
    }

    .owlTech .owl-stage-outer {
        padding-bottom: 110px;
    }

    .technology .owl-item {
        padding-right: 20px;
    }

    .owlTech .owl-stage {
        right: 0;
    }

    .mainPage {
        padding-bottom: 110px;
    }

    .blockAlgoritm {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 80px;
        bottom: 0;
    }

    .blockAlgoritm .itemBlockAlgoritm {
        margin-bottom: 40px;
    }

    .blockAlgoritm .itemBlockAlgoritm:last-child {
        margin-bottom: 0;
    }

    img.smallScreenAlgoritImg {
        display: block !important;
        width: 33px;
        position: absolute;
        top: -60px;
        left: -15px;
    }

    .bigBlockMainPage {
        height: auto;
    }

    .bigBlockMainPage .itemMainPage img {
        position: initial;
    }

    .bigBlockMainPage {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .bigBlockMainPage .itemMainPage:first-child .headerSection {
        max-width: initial;
    }

    .blockAlgoritm .itemBlockAlgoritm:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 5px;
    }

    .blockAlgoritm {
        width: 215px;
        padding-left: 50px;
    }
}

@media (max-width: 600px) {
    .owlWhereWeWork .owl-stage {
        right: 20px;
    }

    .blockTextOwlWhere {
        left: 10px;
        bottom: 10px;
    }

    .insideItemContentOurClient .itemLogoClient {
        width: 50%;
        height: 150px;
        border-right: none;
        border-bottom: 1px solid #f3efef;
    }

    .insideItemContentOurClient .itemLogoClient:nth-child(2n) {
        border-left: 1px solid #f3efef;
    }

    .insideItemContentOurClient .itemLogoClient:nth-child(7),
    .insideItemContentOurClient .itemLogoClient:nth-child(8) {
        border-bottom: none;
    }

    .containerOurClients .itemContentOurClients:nth-child(1) {
        padding: 0;
    }
}

@media (max-width: 550px) {
    .blockInputsModal {
        padding: 20px;
    }

    .headerSection {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: -0.3px;
    }

    .blockPhoneHeader {
        display: none;
    }

    .underMainHeaderText {
        font-size: 12px;
        line-height: 16px;
    }

    .bigBlockMainPage .itemMainPage:first-child .headerSection {
        margin: 5px 0 20px 0;
    }

    .blockForPhoneMob {
        padding: 15px;
        margin-bottom: 10px;
        background-color: #338af5;
        display: block;
    }

    .blockForPhoneMob ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 320px;
        margin: 0 auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        list-style: none;
        line-height: 0;
    }

    .blockForPhoneMob ul li {
        position: relative;
    }

    .blockForPhoneMob ul li:last-child:after {
        display: none;
    }

    .blockForPhoneMob ul li a {
        font-family: aveBold;
        font-size: 12px;
        line-height: 12px;
        text-align: center;
        letter-spacing: -0.1px;
        color: #ffffff;
    }
    .blockForPhoneMob ul.serviceHeaderPhone {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
    }

    .blockInsideHeader {
        padding: 0 0 10px 0;
        border: none;
    }

    .bigBlockMainPage .itemMainPage:first-child {
        margin-top: 0;
    }

    section.technology {
        display: none;
    }

    .advSection .bigContainer {
        padding: 50px 0 0 0;
    }

    .korpus {
        display: none;
    }

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

.modal.fade.in {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.modal.fade.in .modal-dialog {
    margin: auto;
}

.button-center {
    width: 50px;
}

@media (max-width: 350px) {
    .blockForPhoneMob ul li a {
        font-size: 11px;
    }
}

.resultSearchPrice {
    margin-top: 30px;
}

table.priceServices {
    border-spacing: 0 10px;
    border-collapse: separate;
    width: 100%;
}

table.priceServices tr td:nth-child(1) {
    width: 6.15%;
    color: #2E88F8;
    border-right: 1px solid #E4ECF6;
    text-align: center;
}

table.priceServices tr td:nth-child(2) {
    width: 46%;
    padding: 10px 25px;
}

table.priceServices tr td:nth-child(n+2) {
    border-right: none;
    border-left: none;
}

table.priceServices tr td {
    padding: 25px 0;
    font-family: aveReg;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.105px;
    color: #2E2E2E;
    border: 1px solid #E4ECF6;
}

table.priceServices tr td:nth-child(3) {
    width: 17.5%;
}

table.priceServices tr td:nth-child(n+2) {
    border-right: none;
    border-left: none;
}

.singleServicesTableSection table.priceServices tr td:nth-child(4) {
    border-right: 1px solid #E4ECF6;
}

table.priceServices tr td:nth-child(4) {
    width: 15.7%;
    font-family: aveBold;
    font-size: 16px;
}

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

.blockPriceListOrder {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.blockPriceListOrder a {
    display: block;
    margin-right: 10px;
    background: none;
    border: 1px solid #63A3F1;
    color: #63A3F1 !important;
}

.smallEd {
    display: none;
}

table.priceServices tr th {
    font-family: aveReg;
    font-size: 10px;
    padding: 10px 0;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2E2E2E;
    mix-blend-mode: normal;
    opacity: 0.6;
}

th {
    text-align: left;
}

@media (max-width: 700px) {
    .priceServices tr td:nth-child(4) {
        text-align: right;
        width: 35%;
    }

    table.priceServices tr td:nth-child(2) {
        border-left: 1px solid #E4ECF6;
    }

    .priceServices tr td:nth-child(4), table.priceServices th:nth-child(4) {
        padding: 20px 15px;
    }

    .priceServices tr td:nth-child(2) {
        width: 600px;
        max-width: 65%;
        padding-bottom: 50px !important;
        padding-top: 20px !important;
    }

    .smallEd {
        display: block;
    }

    .priceServices {
        border-spacing: 0 4px;
    }

    .priceServices tr td:nth-child(3), table.priceServices tr th:nth-child(3), table.priceServices tr th:nth-child(5), table.priceServices tr td:nth-child(1), table.priceServices th:nth-child(1) {
        display: none;
    }

    .priceServices tr th {
        padding: 0 15px !important;
    }

    .priceServices {
        border-spacing: 0 4px;
    }
}

@media (max-height: 550px) {
    .blockInsideHeader .itemBlockHeader:first-child nav ul.sub-menu {
        height: 225px;
    }
}

.owlTech .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

main {
    overflow: hidden;
}

.logoMap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.logoMap a {
    text-decoration: none;
    font-family: aveReg;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .215385px;
    color: #2e2e2e;
}

.youtubeFooter {
    width: 27px;
}

.youtubeText {
    margin-left: 25px !important;
}

.blockInsideHeader .itemBlockHeader:first-child nav ul li:nth-child(3) {
    position: relative;
}

.blockInsideHeader .itemBlockHeader:first-child nav ul li:nth-child(3) ul {
    display: none;
    flex-direction: column;
    width: 245px;
    padding: 5px 0;
    height: auto;
    top: 55px;
}

.blockInsideHeader .itemBlockHeader:first-child nav ul li:nth-child(3) ul li {
    width: 100%;
    padding: 0 20px;
    margin: 20px 0 !important;
}

.blockFeedBackDesc {
    font-size: 20px;
}

.headerSec {
    margin-bottom: 30px;
}

.blockInfoFeed {
    margin: 40px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.insideSortFeed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(243, 14, 0, 0.21);
    border-radius: 100px;
}

.conitNumbFeed {
    font-family: aveBold;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: -0.01em;
    line-height: 50px;
    color: #338af5;
    margin-right: 15px;
}

.textCountNumbFeed {
    font-family: aveBold;
    font-weight: bold;
    font-size: 16px;
    color: #484848;
}

.insideSortFeed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(243, 14, 0, 0.21);
    border-radius: 100px;
}

.itemInsideSortFeed.activeSort {
    background: linear-gradient(#ff1405 0%, #f20e00 100%);
    filter: drop-shadow(0px 22px 19px rgba(93, 6, 0, 0.6));
    border-radius: 100px;
    color: #ffffff;
}

.itemInsideSortFeed {
    height: 60px;
    padding: 0 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;
    font-family: aveBold;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: rgba(18, 33, 45, 0.3);
    cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
}

div#comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    padding: 50px 40px;
    border-radius: 5px;
}

.contentFeedBacksPage {
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.contentFeedBacksPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.comment {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0eeee;
    margin-bottom: 30px;
}


.comment-author.vcard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.comment-meta.commentmetadata,
.comment-awaiting-moderation {
    display: none;
}

.comment p {
    font-family: aveReg;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 24px;
    color: #12212d;
}

form#commentform p label {
    font-family: aveMedium;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.reply {
    margin: 30px 0 0 0;
    display: none;
}

.reply a {
    font-family: aveMedium;
    color: #000000;
    text-decoration: none !important;
    margin-left: 10px;
}

span.says {
    display: none;
}

.comment-author.vcard cite.fn {
    font-family: aveBold;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #12212d;
    margin-right: 15px;
}

.contentFeedBacksPage {
    width: 58.333%;
    padding-right: 60px;
}

div#respond {
    width: 41.666%;
}

h3#reply-title, #respond .comment-notes {
    display: none;
}

form#commentform {
    border-radius: 5px;
    background-color: #f7f7f7;
    padding: 60px 30px 30px 30px;
}

form#commentform p:not(.aiowps-captcha) {
    margin-bottom: 20px;
}

form#commentform input#submit {
    max-width: 250px;
    height: 55px;
    border-radius: 3px;
    background: linear-gradient(337.51deg, #63a3f1 23.83%, #338af5 111.87%);
    font-family: aveMedium;
    font-weight: 600;
    border: none;
    font-size: 14px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 !important;
}

form#commentform input#submit:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

form#commentform .comment-form-rating {
    text-align: center;
}

label.commentrating {
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

label.commentrating img {
    width: 20px;
    margin-right: 3px;
}

label.commentrating.hoveredStars {
    opacity: 1;
}


input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

p.comment-form-cookies-consent {
    display: none;
}

form#commentform input, form#commentform textarea {
    width: 100%;
    font-family: aveReg;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 18px;
    color: #000000;
    height: 50px;
    padding: 0 30px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}

form#commentform textarea {
    height: 80px;
    padding: 10px 30px;
    resize: none;
}

input#rating {
    display: none;
}
.star-rating {
    display: flex;
    padding-top: 10px;
}
.star.star-full {
    background-image: url(../img/starFull.svg);
}

.star.star-full, .star.star-empty {
    width: 15px;
    height: 15px;
    margin-right: 2px;
    position: relative;
    top: 2px;
}

p.headerDosNd {
    margin: 15px 0 8px 0;
    opacity: 0.5;
}

.screen-reader-text{
    display: none;
}

.blockButtonMainScreen{
    display: flex;
    align-items: center;
}

.mainVideoBlockMainScreen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    margin-left: 20px;
}


.mainVideoBlockMainScreen .videoBlockMainScreen {
    position: relative;
    cursor: pointer;
    width: 81px;
    height: 81px;
}

.circleVideoBlockMainScreen {
    position: relative;
    z-index: 2;

}

.circleVideoBlockMainScreen img{
    right: auto !important;
}

.textVideoMainScreen {
    margin-left: 15px;
}

.mainVideoBlockMainScreen .textVideoMainScreen{
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    border: none;
    font-family: aveReg
}

.videoBlockMainScreen .rectangleVideoBlockMainScreen {
    position: absolute;
    width: 0;
    height: 0;
    top: 30px;
    left: 33px;
    border-top: 12px solid transparent;
    border-left: 20px solid #338af5;
    border-bottom: 12px solid transparent;
}

.mainVideoBlockMainScreen .videoBlockMainScreen .circleVideoBlockMainScreen img {
    -webkit-animation: rotateAnimate 3s infinite linear;
    animation: rotateAnimate 3s infinite linear;
}


.servicesOrderLocationTitle {
    text-align: center;
    margin-bottom: 40px;
}
.servicesOrderLocationList {
    display: flex;
    flex-wrap: wrap;
}
.servicesOrderLocationItem {

    width: 255px;
    margin-right: 40px;
}


@media (min-width: 1200px) {
    .servicesOrderLocationItem:nth-child(4n) {
        margin-right: 0;
    }
}

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

@media (max-width: 991px) {
    .blockInsideHeader .itemBlockHeader:first-child nav ul li:nth-child(3) {
        position: initial;
    }

    .blockInsideHeader .itemBlockHeader:first-child nav ul li:nth-child(3) ul {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5px 0;
        height: 100%;
        top: 0;
        width: 100%;
    }

    .blockInsideHeader .itemBlockHeader:first-child nav ul li:nth-child(3) ul li {
        width: 100%;
        padding: 0 20px;
        margin: 20px 0 !important;
    }
    .servicesOrderLocationList{
        justify-content: center;
    }
}

@media (max-width: 767px) {
    div#comments {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 20px 10px;
    }
    div#respond {
        width: 100%;
        margin-bottom: 40px;
    }
    .contentFeedBacksPage {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 576px){
    .blockButtonMainScreen {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .mainVideoBlockMainScreen{
        margin-left: 0;
        margin-top: 20px;
    }
}
