@import url(../fonts/stylesheet.css);
.logo.works-post > a.logo-link + span {
	display: none;
}
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
}

body {
    font-family: "Segoe UI", sans-serif;
}

.content-container {
    max-width: 114rem;
    margin: 0 auto;
}

.header-main {
    position: relative;
    z-index: 9999;
}

hr {
    height: 1px;
    width: 100%;
    background-color: rgba(22, 49, 138, 0.1);
    border: none;
}

.mtb-lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.mb-lg {
    margin-bottom: 5rem !important;
}

.mb-lg-2 {
    margin-bottom: 4rem !important;
}

.mt-lg {
    margin-top: 5rem !important;
}

.mt-md {
    margin-top: 3rem !important;
}

.mb-md {
    margin-bottom: 3rem !important;
}

.mt-sm {
    margin-top: 2rem !important;
}

.ml-xl {
    margin-left: 10rem !important;
}

.wrapper {
    background: #fff;
}

.img,
.img-palaroid,
.partners-back img,
.wp-caption,
img {
    max-width: unset;
}

p {
    margin: 0;
    font-weight: 400;
}

.heading-1 {
    font-size: 10rem;
    color: #fff;
    line-height: 1;
    font-family: "PFDinTextCompPro", sans-serif;
    font-weight: 300;
}

.heading-1 span {
    font-size: 4.3rem;
    color: #f49b30;
    line-height: 1;
    display: block;
    margin-top: 1rem;
}

.heading-2 {
    font-family: "PFDinTextCompPro", sans-serif;
    line-height: 1;
    font-size: 5rem;
    color: #3a4663;
    font-weight: 300;
    margin: 0;
    align-self: center;
}

.heading-2 span {
    display: block;
    font-size: 3rem;
    color: #ca2357;
    margin-top: 1rem;
}

.heading-3 {
    font-size: 3rem;
    color: #f49b30;
    font-family: "PFDinTextCompPro", sans-serif;
    line-height: 1;
    font-weight: 300;
}

a {
    text-decoration: none;
}

.paragraph {
    font-size: 1.8rem;
}

.paragraph--light {
    color: #fff;
}

.paragraph--dark {
    color: #333333;
}

.paragraph--blue {
    color: #16318a;
}

.paragraph--light-2 {
    color: #bcbcbc;
}

.paragraph--lg {
    font-size: 6rem;
}

.list li {
    color: #333333;
    font-size: 1.7rem;
    line-height: 3.6rem;
    padding-left: 1.5rem;
    position: relative;
    list-style-type: none;
}

.list li::before {
    content: '';
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #16318a;
    position: absolute;
    top: 18px;
    left: 0;
    transform: translate(0, -50%);
}
.header {
    padding: 8vw 0 3.9vw 0;
    background-image: url(../img/main-bcg.jpg?v=2);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 440px;
}

.header__logo-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
    padding: 1.5rem 3rem;
    background-color: #fff;
    border-radius: 2rem;
}

.header__link a {
    font-size: 3rem;
    color: #fff;
    font-weight: 300;
}

.header__link svg {
    fill: #f49b30;
    width: 3rem;
    height: 3rem;
    margin-left: 1rem;
}

.header-text {
    width: 60%;
}

.header-text p {
    line-height: 2.6rem;
}

.header-graph {
    height: 26.5rem;
    position: relative;
    margin-top: 2rem;
    margin-bottom: 7rem;
}

.header-graph svg {
    width: 0;
    animation: dashed 5s linear 1s forwards;
}

.header-graph__top {
    stroke: #c4c8d1;
    stroke-width: 1px;
    stroke-dasharray: 8, 4;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    fill: none;
    transform: translateY(-15%);
}

.header-graph__bottom {
    stroke: #f49b30;
    stroke-width: 1px;
    stroke-dasharray: 8, 4;
    fill: none;
}

.header-graph__content {
    position: absolute;
    width: 17rem;
}

.header-graph__content-1 {
    top: 40%;
    left: 17%;
    opacity: 0;
    animation: fadeOut .5s 1.8s forwards;
}

.header-graph__content-1 p:first-of-type {
    margin-left: .4rem;
}

.header-graph__content-2 {
    top: 27%;
    left: 35.5%;
    opacity: 0;
    animation: fadeOut .5s 2.9s forwards;
}

.header-graph__content-2 p:first-of-type {
    margin-left: -1.2rem;
}

.header-graph__content-3 {
    top: -2%;
    left: 75%;
    opacity: 0;
    animation: fadeOut .5s 4.65s forwards;
}

.header-graph__content-3 p:first-of-type {
    margin-left: -2.75rem;
}

.header-graph__content-4 {
    top: -23%;
    left: 92.5%;
    opacity: 0;
    animation: fadeOut .5s 5.51s forwards;
}

.header-graph__content-4 p:first-of-type {
    margin-left: -2.75rem;
}

@keyframes dashed {
    to {
        width: 100%;
    }
}

@keyframes fadeOut {
    to {
        opacity: 1;
    }
}

.circle-bullet {
    width: 4rem;
    height: 4rem;
    position: relative;
    display: block;
}

.circle-bullet::after,
.circle-bullet::before {
    display: block;
    content: '';
    border-radius: 50%;
    position: absolute;
}

.circle-bullet::before {
    left: 0;
    top: 0;
    background-color: #f49b30;
    width: 100%;
    height: 100%;
}

.circle-bullet::after {
    width: 50%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #fff;
}

.geography {
    padding: 9vw 0 9vw 0;
    background: url(../img/geography_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    overflow: hidden;
}

.geography__block {
    display: grid;
    grid-template-columns: 60% 37.5%;
    grid-gap: 3.5%;
}

.geography__map {
    position: relative;
    margin-left: -26.5rem;
}

.geography-map__iPad {
    width: 100%;
    height: auto;
}

.geography-map--image__block {
    position: absolute;
    top: 0;
    left: 0;
}

.geography-map__image {
    position: relative;
}

.geography-map__dots {
    position: absolute;
    left: 11rem;
    top: 26rem;
}

.geography-map__magnifier {
    position: absolute;
    top: 35rem;
    left: 14rem;
}

.content__block {
    position: relative;
    max-width: 500px;
    right: 60px;
    z-index: 2;
    margin-top: 5.5rem;
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 1.5rem;
    grid-template-rows: min-content min-content;
}


.content__block svg.icon-address, .content__block img.icon-address {
    width: 4.5rem;
    height: 4.5rem;
}

.content__block svg.icon-tasks, .content__block img.icon-tasks {
    width: 6rem;
    height: 6rem;
}

.content__block svg.icon-palette, .content__block img.icon-palette {
    width: 6.5rem;
    height: 6.5rem;
}

.content__block svg.icon-video-1, .content__block img.icon-video-1 {
    width: 6.5rem;
    height: 6.5rem;
}

.content__block svg.icon-design, .content__block img.icon-design {
    width: 6rem;
    height: 6rem;
}

.content__block svg.icon-desktop, .content__block img.icon-desktop {
    width: 6rem;
    height: 6rem;
}

.content__block svg.icon-mobile, .content__block img.icon-mobile {
    width: 3.2rem;
    height: 6rem;
}

.content__block svg.icon-tech, .content__block img.icon-tech {
    width: 6rem;
    height: 6rem;
}

.content__block > h2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.content__block > p,
.content__block > ul,
.content__block > div {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.content__block p {
    line-height: 2.6rem;
}

.tasks {
    padding: 3rem 0 10rem 0;
    margin: -3rem 0 -10rem;
    overflow: hidden;
}

.tasks__content {
    background-image: url("../img/tasks_bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 70vw 100%;
}

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

.tasks__block .content__block {
    flex: 0 0 50%;
}

.tasks__image {
    margin: -3rem 0 -10rem 0;
}

.presentation {
    padding-bottom: 7rem;
    overflow: hidden;
}

.presentation__block {
    position: relative;
}

.presentation__block--text {
    padding: 4rem;
    border-radius: 1rem;
    border: 1px solid #dddde2;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translateY(-50%);
    background-color: #fff;
}

.presentation__block--video {
    /*border-radius: 1rem 1rem 0 0;
            border-radius: 1rem 1rem 1rem 1rem;*/
    overflow: hidden;
}

.presentation__block--video button {
    border: none;
}

.presentation__block--video button:focus {
    outline: none;
}

.presentation__block--text{
    z-index: 13;
    cursor: default;
}
.presentation__block--video {
    margin-top: 30px;
    position: relative;
    cursor: pointer;
    width: 100%;
	height: 550px;
}
#player{
    width: 100%;
    height: 100%;
/*     object-fit: cover; */
/*     border-radius: 1rem 1rem 1rem 1rem; */
    outline: none !important;
    border: none !important;
	position: relative;
    
/*
    top: 0;
    left: 0;
*/
    z-index: 12;
}
.presentation__block--video iframe{
    display: none;
}
.active iframe{
    display: block!important;
}
.activevideo .presentation__block--text{
    display: none!important;
}

.presentation__block--modifier {
    position: absolute;
    background-color: #16318a;
    top: calc(100% - .5rem);
    width: 100%;
    height: 7rem;
    padding: 1rem 2rem 1rem 1rem;
    border-radius: 0 0 1rem 1rem;
    display: flex;
    align-items: center;
}

.presentation__block--modifier > *:not(:last-child) {
    margin-right: 2rem;
}

.modifier-play {
    padding: 1rem 2rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    cursor: pointer;
}

.modifier-play img {
    width: 2.5rem;
    height: 3rem;
}

.modifier-tape {
    position: relative;
    width: 100%;
    height: 3rem;
    border-radius: .4rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    cursor: pointer;
}

.modifier-tape--progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: all .3s;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 2;
}

.modifier-volume {
    cursor: pointer;
    display: flex;
}

.modifier-volume__item {
    height: 3rem;
    width: 0.4rem;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all .3s;
}

.modifier-volume__item:not(:last-child) {
    margin-right: .3rem;
}

.modifier-volume__item.active {
    background-color: rgba(255, 255, 255, 0.6);
}

.modifier-fullscreen {
    cursor: pointer;
    background-color: transparent;
}

.modifier-fullscreen img {
    width: 3rem;
    height: 3rem;
}

button.main-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10rem;
    height: 10rem;
    background-color: transparent;
    cursor: pointer;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.8);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.main-play img {
    width: 5rem;
    height: 6.5rem;
    margin-left: 1rem;
}

.color-decision {
    padding: 5.2vw 0 3.125vw 0;
    overflow: hidden;
}

.color-decision__items {
    display: flex;
    justify-content: space-around;
}

.color-decision__item p {
    line-height: 2.7rem;
}

.color-decision__item svg {
    width: 13rem;
    height: 10rem;
}

.color-decision__item-1 {
    fill: #16318a;
}

.color-decision__item-2 {
    fill: #f49b30;
}

.color-decision__item-3 {
    fill: transparent;
    stroke: #bcbcbc;
}

.color-decision__item-4 {
    fill: #081131;
}

.color-decision__text p {
    width: 50%;
    margin: 0 auto;
    line-height: 2.6rem;
}

.color-decision__block {
    margin-left: 11rem;
}

.design-decision {
    margin-top: -14rem;
    padding-top: 14rem;
    background-color: #f8f9fb;
    background-image: url(../img/comp-2__bcg.png);
    background-position: 85%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}

.design-decision__container {
    width: 100%;
    margin: 0 auto;
}

.design-decision__table {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1 / -1;
}

.design-decision__table img {
    width: 100vw;
}

.text_color_changer {
    margin-bottom: 0;
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 8rem;
}

.text_color_changer li {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 .5rem;
    line-height: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text_color_changer li:before {
    content: '';
    position: absolute;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    left: 0;
    z-index: 2;
}

#text_color_black {
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
}

#text_color_white {
    background: #000;
    border: 1px solid transparent;
    border-radius: 50%;
}

#text_color_yellow {
    background: #000;
    border: 1px solid transparent;
    border-radius: 50%;
}

#text_color_blue {
    background: #9dd1ff;
    border: 1px solid transparent;
    border-radius: 50%;
}

.text_color_changer li.active:nth-child(1):after {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    background-color: #fff;
    z-index: 0;
    transform: rotate(-45deg);
    left: -0.55rem;
    /*right: 0;
    bottom: 0;*/
    top: 1.56rem;
}

/*.text_color_changer li.active::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    bottom: -4px;
    left: 8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    z-index: 2;
}*/

.text_color_changer li span {
    position: relative;
    z-index: 3;
    font-size: 2rem;
    margin-bottom: 2px;
}

.text_color_changer #text_color_black {
    color: #000;
}

.text_color_changer #text_color_white {
    color: #fff;
}

.text_color_changer #text_color_yellow {
    color: #ffff00;
}

.design-desktop {
    margin-bottom: 7.3vw;
    background-image: url(../img/design-desktop__table.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    overflow: hidden;
}

.design-desktop__block {
    position: relative;
    padding-bottom: 4rem;
}

.design-desktop__block-iMac {
    position: relative;
    width: calc(100% + 3rem);
    height: 100%;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.design-desktop__block-iMac > img {
    max-width: 100%;
}

.design-desktop .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.design-desktop .swiper-container {
    position: absolute;
    top: 0;
    width: 110rem;
    height: 62rem;
    margin: 0;
    top: 4rem;
    left: 3rem;
}

@media screen and (max-width: 1300px) {
    .design-desktop .swiper-container {
        position: absolute;
        top: 0;
        width: 103rem;
        height: 58rem;
        margin: 0;
        top: 4rem;
        left: 4rem;
    }    
}

.design-desktop .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    overflow: auto;
    /* Center slide text vertically */
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
}

.design-desktop .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.design-desktop .swiper-pagination {
    width: auto !important;
    left: auto !important;
    margin: 0;
    position: relative;
    display: flex;
    border-radius: 2rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    background-color: rgba(22, 49, 138, 0.05);
    height: 100%;
    margin-left: -4.5rem;
    margin-right: -4.5rem;
}

.design-desktop .swiper-pagination-bullet {
    text-align: center;
    line-height: 30px;
    color: #333333;
    opacity: 1;
    background: transparent;
    width: auto;
    margin: 0;
    height: auto;
    padding: 1rem 2rem;
    font-size: 16px;
    border-radius: 1.5rem;
    white-space: nowrap;
}

.design-desktop .swiper-pagination-bullet:focus {
    outline: none;
}

.design-desktop .swiper-pagination-bullet-active {
    color: #fff;
    background: #de7797;
}

.design-desktop .swiper-button-next,
.design-desktop .swiper-button-prev {
    top: 40%;
    width: 5rem;
    height: 5rem;
    background-size: 11px 23px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(22, 49, 138, 0.2);
    border-radius: 50%;
}

.design-desktop .swiper-button-next:focus,
.design-desktop .swiper-button-prev:focus {
    outline: none;
}

.design-desktop .swiper-button-next,
.design-desktop .swiper-container-rtl .swiper-button-prev {
    right: -6rem;
    background-image: url(../img/arrow-1.svg);
}

.design-desktop .swiper-button-prev,
.design-desktop .swiper-container-rtl .swiper-button-next {
    left: -6rem;
    background-image: url(../img/arrow.svg);
}

.design-mobile {
    overflow: hidden;
}

.design-mobile__block {
    height: 160rem;
    width: 160rem;
    margin: 0 auto;
    position: relative;
    margin-top: -17rem;
    background-image: url(../img/mobile-bcg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.design-mobile__block > p {
    position: relative;
    top: 19rem;
    width: 30%;
    margin: 0 auto;
}

.design-mobile__block--item {
    position: absolute;
}

.design-mobile__block--item-1 {
    top: 16rem;
    left: 8.3rem;
}

.design-mobile__block--item-2 {
    top: 26rem;
    right: -6.5rem;
}

.design-mobile__block--item-3 {
    top: 65.3rem;
    left: 2rem;
}

.design-mobile__block--item-4 {
    top: 71.5rem;
    right: 5rem;
}

.mobile-info {
    position: absolute;
    z-index: 6;
}

.mobile-info__text {
    font-size: 1.5rem;
    margin-top: 1.5rem;
}

.mobile-info__line {
    position: relative;
}

.mobile-info__line::before,
.mobile-info__line::after {
    content: '';
    position: absolute;
}

.mobile-info__line:after {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    border: 1px solid #ca2357;
    background-color: transparent;
}

.mobile-info__line span {
    position: absolute;
    width: 0;
    height: 0;
}

.mobile-info-1 {
    width: 23rem;
    top: 33rem;
    left: 62rem;
}

.mobile-info-1 .mobile-info__line {
    width: 18rem;
    height: 3rem;
}

.mobile-info-1 .mobile-info__line:before {
    width: 17rem;
}

.mobile-info-1 .mobile-info__text {
    display: flex;
    justify-content: flex-end;
}

.mobile-info-right .mobile-info__line:after {
    top: 0;
    right: 0;
}

.mobile-info-right .mobile-info__line:before {
    top: 50%;
    left: -20px;
    height: 100%;
    border-top: 1px solid #ca2357;
}

.mobile-info-2 {
    width: 19rem;
    top: 60rem;
    right: 54rem;
}

.mobile-info-2 .mobile-info__line {
    width: 5rem;
    height: 7rem;
    margin: 0 auto;
}

.mobile-info-2 .mobile-info__line:before {
    width: 6rem;
    height: 4rem;
}

.mobile-info-2 .mobile-info__text {
    display: flex;
    justify-content: center;
    padding-right: 2rem;
}

.mobile-info-lb .mobile-info__line:after {
    bottom: 0;
    left: 0;
}

.mobile-info-lb .mobile-info__line:before {
    top: 0;
    right: -25px;
    border-top: 1px solid #ca2357;
    border-left: 1px solid #ca2357;
}

.mobile-info-3 {
    width: 19rem;
    top: 119rem;
    right: 55.5rem;
}

.mobile-info-3 .mobile-info__line {
    width: 12.5rem;
    height: 7rem;
    margin: 0 0 0 auto;
}

.mobile-info-3 .mobile-info__line:before {
    width: 13.5rem;
    height: 4rem;
}

.mobile-info-3 .mobile-info__text {
    display: flex;
    justify-content: flex-start;
}

.mobile-info-4 {
    width: 19rem;
    top: 127.5rem;
    left: 60rem;
}

.mobile-info-4 .mobile-info__line {
    width: 5rem;
    height: 7rem;
    margin: 0 auto;
}

.mobile-info-4 .mobile-info__line:before {
    width: 5.5rem;
    height: 4rem;
}

.mobile-info-4 .mobile-info__text {
    display: flex;
    justify-content: flex-start;
}

.mobile-info-rb .mobile-info__line:after {
    bottom: 0;
    left: 0;
}

.mobile-info-rb .mobile-info__line:before {
    top: 0;
    left: -4rem;
    border-top: 1px solid #ca2357;
    border-right: 1px solid #ca2357;
}

/*
.callout {
	position: absolute;
	width: 28rem;
	z-index: 6;
	opacity: 0;
	transition: opacity .1s ease-out;

	&__text {
		position: relative;
		font-size: 2.6rem;
		opacity: 0;
		transition: opacity .2s ease-in;
	}

	&__line {
		position: absolute;
		width: 0;
		height: 0;

		&::before,
		&::after {
			content: '';
			position: absolute;
			z-index: 2;
			width: 1.2rem;
			height: 1.2rem;
			background: $color-black;
			transform: scale(0);
			transition: transform .2s ease-in;
		}

		span {
			position: absolute;
			width: 0;
			height: 0;
		}
	}

	&.m-right {

		.callout__line {
			top: 50%;

			&::before,
			&::after {
				top: 50%;
				margin-top: -.6rem;
			}
			&::before {
				left: 0;
			}
			&::after {
				right: 0;
			}

			span {
				top: 0;
				right: 0;
				border-bottom: .1rem solid $color-secondary;
				transition: width .3s linear .1s;
			}
		}

		&.animate {
			.callout__text {
				transition-delay: .6s;
			}
			.callout__line {
				&::before {
					transition-delay: .4s;
				}
			}
			span {
				transition: width .3s linear .2s;
			}
		}
	}

	&.m-left {

		.callout__line {
			top: 50%;

			&::before,
			&::after {
				top: 50%;
				margin-top: -.6rem;
			}
			&::before {
				right: 0;
			}
			&::after {
				left: 0;
			}

			span {
				top: 0;
				left: 0;
				border-bottom: .1rem solid $color-secondary;
				transition: width .3s linear .1s;
			}
		}

		&.animate {
			.callout__text {
				transition-delay: .6s;
			}
			.callout__line {
				&::before {
					transition-delay: .4s;
				}
			}
			span {
				transition: width .3s linear .2s;
			}
		}
	}

	&.m-left-down {

		.callout__line {
			top: calc(100% + 1rem);
			right: 50%;
			
			&::before {
				right: -.6rem;
    			top: 0;
			}
			&::after {
				left: -.6rem;
    			top: 100%;
				margin-top: -.6rem;
			}

			span {
				bottom: 0;
				left: 0;
				border-right: .1rem solid $color-secondary;
				border-bottom: .1rem solid $color-secondary;
				transition: width .2s linear .1s, height .2s linear .1s;
			}
		}

		&.animate {
			.callout__text {
				transition-delay: .8s;
			}
			.callout__line {
				&::before {
					transition-delay: .6s;
				}
			}
			span {
				transition: width .2s linear .2s, height .2s linear .6s;
			}
		}
	}

	&.animate {
		opacity: 1;

		.callout__text {
			opacity: 1;
		}
		.callout__line {
			
			&::before,
			&::after {
				transform: scale(1);
			}

			span {
				width: 100%;
				height: 100%;
			}
		}
	}
}

*/
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26.5rem;
    height: 6rem;
    background-color: #fff;
    border-radius: 1rem;
    border: none;
    -webkit-box-shadow: -3px 3px 10px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -3px 3px 10px 2px rgba(0, 0, 0, 0.15);
    box-shadow: -3px 3px 10px 2px rgba(0, 0, 0, 0.15);
    transition: all .3s;
    cursor: pointer;
}

.btn svg {
    width: 3rem;
    height: 3rem;
    margin-right: 1.3rem;
}

.btn__text {
    font-size: 1.8rem;
    color: #16318a;
    font-weight: 600;
}

.btn:focus {
    outline: none;
    box-shadow: none;
    transform: translateY(2px);
    -webkit-box-shadow: -1.5px 1.5px 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1.5px 1.5px 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1.5px 1.5px 5px 1px rgba(0, 0, 0, 0.15);
}

.link {
    /*width: 26.5rem;*/
    width: 250px;
    height: 6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background-color: #3a4663;
    text-decoration: none;
}

.link__text {
    font-size: 2.6rem;
    color: #fff;
}

.link svg {
    width: 3rem;
    height: 3rem;
    margin-left: 1.3rem;
}

.implementation {
    margin-top: -15.5rem;
    padding-bottom: 15.3125vw;
    background-image: url(../img/img_bcg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.implementation .content__block {
    margin-left: -1rem;
}

.implementation__content {
    width: 33.33%;
    width: 50%;
}

.shares {
    margin-top: 13vw;
    display: flex;
    justify-content: flex-start;
}

.shares__icon {
    margin-right: 2rem;
}

.shares__icon svg {
    width: 3rem;
    height: 3rem;
}

.shares-btn {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #16318a;
    cursor: pointer;
}

.shares-btn:not(:last-child) {
    margin-right: 1.2rem;
}

.shares-btn__fb svg {
    height: 100%;
    width: 1.8rem;
}

.shares-btn__tw svg {
    width: 2rem;
    height: 2rem;
}

.shares-btn__vk svg {
    width: 2.7rem;
    height: 100%;
}

.shares-btn__text {
    font-size: 1.6rem;
    margin-left: 1.2rem;
    color: #333333;
}

.technology {
    display: flex;
    align-items: center;
    margin-top: -2.5rem;
}

.technology > * {
    margin-top: 2.5rem;
}

.technology > *:not(:last-child) {
    margin-right: 2.5rem;
}

#chatra-container {
    display: none;
}

.btn--disabled,
.btn:not(.btn-o):active,
.btn:not(.btn-o):disabled {
    background-color: #16318a;
}

.btn:not(.btn-o):active .btn__text {
    color: #fff
}

.geography .content__block {
    left: 0;
}

.shares a {
    margin-right: 15px;
}

@media screen and (max-width: 1600px) {
    .header{
        padding-top: 150px;
    }
    .content__block{
        right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .mobile-please-wrap.tablet {
        display: none;
    }

    .implementation .content__block {
        margin-left: 8rem;
    }

    .header-graph__content-4 {
        top: -2%;
        left: 85%;
    }

    .header-graph__content-3 {
        top: 10%;
        left: 68%;
    }

    .header-graph {
        margin-right: 4em;
    }

    .design-desktop .swiper-container {
        position: absolute;
        top: 0;
        width: 103rem;
        width: 93%;
        height: 57rem;
        margin: 0;
        top: 3rem;
        left: 4rem;
    }

    .tasks__block .content__block {
        margin-left: 60px;
    }

    .design-desktop .content__block {
        margin-left: 70px;
    }

    .design-desktop .swiper-pagination {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 992px) {
    .header-graph {
        height: 26.5rem;
        position: relative;
        margin-top: 2rem;
        margin-bottom: 7rem;
        display: none;
    }

    .design-desktop .swiper-container {
        position: absolute;
        width: 92.8%;
        height: 65%;
        margin: 0;
        top: 2rem;
        left: 3.6rem;
    }

    .mobile-info-1 .mobile-info__text {
        justify-content: center;
    }

    .mobile-info-1 .mobile-info__line {
        width: 13rem;
    }

    .mobile-info-1 .mobile-info__line:before {
        width: 12rem;
    }

    .geography-map__image {
        margin-left: 250px;
        width: 85%;
    }

    .geography-map__dots {
        margin-left: 200px;
        margin-top: -90px;
        width: 65%;
    }

    .implementation .content__block {
        margin-left: 8rem;
    }

    .design-mobile__block > p {
        position: relative;
        top: 6rem;
        width: 30%;
        left: -22%;
        margin: 0 auto;
    }

    .technology {
        flex-wrap: nowrap;
    }

    .tasks__block .content__block {
        left: 1%;
    }

    .design-desktop .content__block {
        left: 1%;
    }

    .geography-map__magnifier {
        display: none;
    }
}

@media (max-width:768px) {
    .header{
        padding-top: 100px;
    }
    .content__block img.icon-video-1{
        margin-top: 40px;
    }
    .list li{
        margin-bottom: 0!important;
    }
    .list li::before {
        top: 6px!important;
    }
    .presentation__block--text{
        top: 30%;
    }
    .header__logo-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        margin: 0 1rem;
    }

    .design-desktop .swiper-container {
        left: 2.9rem;
    }

    .heading-1 span {
        font-size: 3.3rem;
        line-height: 1;
        margin-top: 0rem;
    }

    .init.aos-animate {
        text-align: center;
        padding-top: 2rem;
    }

    .header-text {
        width: 100%;
    }

    .heading-1 {
        font-size: 7rem;
        text-align: center;
    }

    .header-text p {
        text-align: center;
    }

    .geography__map {
        margin-left: 0;
    }

    .content__block {
        margin-top: 11rem;
        text-align: center;
        display: block;
        margin-top: 0;
        left: 0%;
    }

    .tasks__block .content__block {
        padding-left: 2rem;
    }

    .content__block svg.icon-palette, .content__block img.icon-palette {
        display: none;
    }

    .color-decision__block {
        margin-left: 0;
    }

    .geography__block {
        display: block;
        margin: 0 1rem;
    }

    .header__logo-box img {
        max-width: 100%;
    }

    .color-decision__items {
        display: block;
        text-align: center;
    }

    .header__link {
        text-align: center;
    }

    .header__link svg {
        display: none;
    }

    .content__block {
        margin-top: 19.5rem;
    }

    .content__block {
        display: block;
        margin-top: 0;
    }

    .design-decision {
        padding-top: 0;
        margin-top: 0;
    }

    .content__block svg.icon-design, .content__block img.icon-design {
        display: none;
    }

    .content__block p {
        text-shadow: 1px 1px 0;
    }

    .content__block p {
        line-height: 1.4;
        text-shadow: none;
        color: #333;
    }

    .content__block svg.icon-mobile, .content__block img.icon-mobile {
        display: none;
    }

    .content__block ml-xl {
        padding-left: 0;
    }

    .content__block svg.icon-tech, .content__block img.icon-tech {
        display: none;
    }

    .technology {
        display: flex;
        justify-content: center;

    }

    .btn {
        width: 100%;
    }

    .link, .implementation__content .btn {
        width: 100%;
    }

    .shares {
        margin-top: 13vw;
        display: flex;
        justify-content: center;
    }


    .design-decision {
        position: relative;
    }


    .design-decision__comp-1 img {
        /*margin-right: -9rem;*/
        filter: brightness(50%);
    }

    .design-decision__comp-2 img {
        /*margin-right: -9rem;*/
        filter: brightness(50%);
    }


    .design-desktop .swiper-pagination {
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
    }

    .implementation__content {
        width: 100%;
    }

    .list li {
        font-size: 1.7rem;
        line-height: 1.7;
        padding-left: 1.5rem;
        margin-bottom: 1rem;
    }

    section.tasks__image.aos-init.aos-animate img {
        height: 57rem;
    }

    .content__block > p,
    .content__block > ul,
    .content__block > div {
        display: block;
        text-align: left;
        width: 100%;
    }

    .list li::before {
        top: 1.2rem;
        transform: none;
    }

    .tasks__block {
        padding: 4rem 0;
    }

    .color-decision__text p {
        width: 80%;
        text-align: center;
    }

    .design-decision__comp-2 img {
        display: none;
    }

    .design-decision__comp.design-decision__comp-1.aos-init.aos-animate {
        display: none;
    }

    .design-decision__content.mt-lg {
        text-align: center;
        padding: 0 40px;
    }

    .text_color_changer {
        margin-top: 4rem;
    }

    .tasks__block .content__block {
        flex: 0 0 60%;
    }

    .geography-map__magnifier {
        display: none;
    }

    .tasks__content {
        background-size: 100% 100%;
    }

    .tasks__block .content__block {
        flex: 100%;
    }

    section.tasks__image {
        display: none;
    }

    .color-decision {
        padding: 4rem 0;
    }

    .color-decision__items {
        display: flex;
        text-align: center;
        /*padding-left: 10px;*/
        /*padding-right: 10px;*/
    }

    .color-decision__item svg {
        width: 12rem;
        height: 10rem;
    }

    .design-decision__comp.design-decision__comp-1 {
        display: none;
    }

    .design-decision__comp.design-decision__comp-2 {
        display: none;
    }

    .mb-lg-2 {
        margin-bottom: 2rem !important;
    }

    .design-desktop__block-iMac {
        position: relative;
        width: 100%;
        height: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .content__block.ml-xl {
        margin-left: 0 !important;
    }

    .design-mobile__block--item-1 {
        top: 14rem;
        left: 0.3rem;
    }

    .mobile-info.mobile-info-4.mobile-info-rb {
        /*display: none;*/
    }

    .design-mobile__block {
        height: 150rem;
    }

    .implementation {
        margin-top: -15.5rem;
        padding-bottom: 12rem !important;
        background-image: none !important;
    }

    .shares {
        margin-top: 6vw;
    }

    .geography-map__image {
        margin-left: 20px;
        width: 100%;
    }

    .geography-map__dots {
        margin-left: -50px;
        margin-top: -13%;
        width: 80%;
    }
}

@media screen and (max-width: 600px) {

    .geography-map__dots {
        margin-top: -28%;
    }

    .implementation .content__block {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
    }

    .design-desktop .swiper-container {
        left: 2rem;
    }

    .design-mobile__block > p {
        left: -32%;
    }
}

@media screen and (max-width: 600px) {

    .design-desktop .swiper-container {
        top: 1.3rem;
        left: 1.8rem;
    }
}

@media screen and (max-width: 480px) {
    .mobile-please-wrap.tablet {
        display: flex;
    }
}

@media (max-width: 900px) {
    .content__block img.icon-video-1{
        margin-top: 40px;
    }
    .presentation__block--text {
        padding: 2rem;
    }
    .heading-3 {
        margin-top: 0;
        margin-bottom: 15px !important;
        font-size: 2.5rem;
    }
    .list{
        padding-left: 0;
    }
    .list li{
        font-size: 1.5rem;
        line-height: normal;
        margin-top: 10px;
    }
    .list li::before{
        top: 10px;
    }
}

.implementation__content .btn {
    width: 250px;
    height: 52px;
}

.implementation__content .btn .btn__text {
    font-weight: 400;
}



/* Графики */


section#Block2 {
    position: relative;
    margin-top: 50px;
    margin-bottom: 100px;
    z-index: -0;
    overflow: hidden;
}

.navigation-block {
    padding-top: 40px;
}

.graphic-block {
    padding: 60px 0px 40px;
    width: 100%;
    height: 500px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.graphic-block__items {
    width: 865px;
    width: 1000px;
    height: auto;
    position: relative;
    z-index: 3;
}

.graphic-block__items--graphics {
    height: 260px;
    width: 100%;
    padding-left: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.graphic-block__items--graphics .gr-box, .graphic-block__items--text .txt-box {
    width: 24%;
    height: 100%;
    position: relative;
}

.graphic-block__items--graphics .gr-box:nth-child(1) .numbers {
    left: 0;
}

.graphic-block__items--graphics .gr-box:nth-child(1) .numbers {
    top: 90px;
    left: 22px;
}

.graphic-block__items--graphics .gr-box .numbers {
    position: absolute;
    left: 0;
}

.graphic-block__items--graphics .gr-box .numbers p {
    color: #ca2357;
}

.graphic-block__items--graphics .gr-box .numbers p {
    width: max-content;
    font-size: 48px;
    color: #ca2357;
    line-height: 60px;
    /*font-family: 'Proxima Nova Rg';*/
}

.graphic-block__items--graphics .gr-box:nth-child(1) .graphics {
    height: 110px;
    padding-top: 74px;
}

.graphic-block__items--graphics .gr-box .graphics {
    background-color: rgba(58, 70, 99, 0.15);
}

.graphic-block__items--graphics .gr-box .graphics {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 70px;
    background-color: #dfe3ed;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.map-block {
    pointer-events: none;
    position: relative;
}

.map-block {
    position: absolute;
    bottom: -38%;
    left: -5%;
    z-index: -2;
}

.graphic-block__items--graphics .gr-box:nth-child(2) .graphics {
    height: 130px;
    padding-top: 60px;
}

.graphic-block__items--graphics .gr-box:nth-child(3) .graphics {
    height: 160px;
    padding-top: 60px;
}

.graphic-block__items--graphics .gr-box:nth-child(4) .graphics {
    height: 200px;
    padding-top: 43px;
}

@media screen and (max-width: 991px) {
    .graphic-block__items--graphics .gr-box:nth-child(4) .graphics {
        padding-top: 64px;
    }    
}

.line-gr {
    position: absolute;
    top: 21%;
}
.line-gr {
    pointer-events: none;
}
.line-gr {
    position: absolute;
    top: 19%;
    left: 0;
    z-index: 2;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    width: 0%;
    overflow: hidden;
}

.animated .line-gr {
    transition: 4s;
    transition-timing-function: linear;
    width: 100%;
}

.graphic-block__items--line {
    height: 1px;
    width: 92%;
    background-color: rgba(223, 226, 236, 0.48);
    position: relative;
}

.graphic-block__items--text {
    height: auto;
}
.graphic-block__items--text {
    padding-left: 80px;
    width: 100%;
    height: 110px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 10px;
}

.graphic-block__items--graphics .gr-box, .graphic-block__items--text .txt-box {
    width: 24%;
    height: 100%;
    position: relative;
}

.graphic-block__items--text .txt-box p {
    font-size: 18px;
    color: #333;
    /*font-family: 'Proxima Nova Lt';*/
    line-height: 24px;
}

.graphic-block__items--text .txt-box p span {
    color: #3a4663;
}
.graphic-block__items--text .txt-box p span {
    /*font-family: 'Proxima Nova Sb';*/
    color: #3a4663;
}

.graphic-block__items--graphics .gr-box:nth-child(2) .numbers {
    left: 0;
}
.graphic-block__items--graphics .gr-box:nth-child(2) .numbers {
    top: 70px;
    left: 6px;
}

.graphic-block__items--graphics .gr-box:nth-child(3) .numbers {
    left: 0;
}
.graphic-block__items--graphics .gr-box:nth-child(3) .numbers {
    top: 40px;
    left: 11px;
}

.graphic-block__items--graphics .gr-box:nth-child(4) .numbers {
    left: 0;
}
.graphic-block__items--graphics .gr-box:nth-child(4) .numbers {
    top: 0px;
    left: -4px;
}

.graphic-block__items--graphics .gr-box .graphics span {
    border: 5px solid #3a4663;
}
.graphic-block__items--graphics .gr-box .graphics span {
    width: 23px;
    height: 23px;
    background: #fff;
    display: block;
    border-radius: 50%;
    border: 5px solid #3a4663;
    display: flex;
    justify-content: center;
    z-index: 3;
}

.gr-box {
    opacity: 0;
}

.animated .gr-box {
    transition-duration: 0.2s;
    transition-delay: 0s;
    opacity: 1;
}

.animated .gr-box:nth-child(1) {
    transition-delay: 0.3s;
}


.animated .gr-box:nth-child(2) {
    transition-delay: 1.1s;
}

.animated .gr-box:nth-child(3) {
    transition-delay: 2.0s;
}

.animated .gr-box:nth-child(4) {
    transition-delay: 2.8s;
}

@media (max-width: 767.98px) {
    .navigation-block {
        padding: 10px 0 0;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .navigation-block {
        padding-top: 0px;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .graphic-block {
        padding: 30px 20px 30px;
        height: auto;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .graphic-block {
        padding: 40px 50px;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .graphic-block {
        padding: 40px 10px;
        height: auto;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .graphic-block__items--container, .graphic-block__items {
        width: 100%;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .graphic-block__items--container {
        margin-top: 0;
    }
}

@media (max-width: 844px) and (min-width: 768px) {
    .graphic-block__items--container, .graphic-block__items {
        padding-left: 10px;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .graphic-block__items--container, .graphic-block__items {
        width: 100%;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .graphic-block__items--container {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .graphic-block__items--container {
        width: 100%;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .graphic-block__items--container {
        margin-top: 0px;
    }
}

@media (max-width: 575.98px) {
    .graphic-block__items--container {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .graphic-block__items--container {
        margin-top: 0px;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .graphic-block__items--container, .graphic-block__items {
        width: 100%;
    }
}

@media (max-width: 844px) and (min-width: 768px) {
    .graphic-block__items--container, .graphic-block__items {
        padding-left: 10px;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .graphic-block__items--container, .graphic-block__items {
        width: 100%;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .graphic-block__items {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .graphic-block__items {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .content__block img.icon-video-1{
        margin-top: 40px;
    }
    .graphic-block__items--graphics, .graphic-block__items--text {
        padding-left: 0;
    }
    .list li{
        margin-bottom: 0!important;
    }
    .list li::before {
        top: 6px!important;
    }
    .presentation__block--text{
        top: 30%;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .graphic-block__items--graphics .gr-box:last-child, .graphic-block__items--text .txt-box:last-child, .graphic-block__items--graphics .gr-box, .graphic-block__items--text .txt-box {
        width: 25%;
    }
}

@media (max-width: 575.98px) {
    .graphic-block__items--graphics .gr-box:last-child, .graphic-block__items--text .txt-box:last-child, .graphic-block__items--graphics .gr-box, .graphic-block__items--text .txt-box {
        width: 25%;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .graphic-block__items--graphics .gr-box .numbers {
        left: 0 !important;
        position: absolute;
        text-align: center;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .graphic-block__items--graphics .gr-box .numbers p {
        font-size: 45px;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .graphic-block__items--graphics .gr-box .numbers p {
        font-size: 35px;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .graphic-block__items--graphics .gr-box .numbers p {
        font-size: 35px;
        width: 100%;
    }
}

@media (max-width: 844px) and (min-width: 768px) {
    .graphic-block__items--graphics .gr-box:nth-child(1) .graphics {
        padding-top: 30%;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .graphic-block__items--graphics .gr-box .graphics span {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .graphic-block__items--graphics .gr-box .graphics span {
        display: none;
    }
}

@media (max-width: 844px) and (min-width: 768px) {
    .graphic-block__items--graphics .gr-box:nth-child(2) .graphics {
        padding-top: 28%;
    }
}

@media (max-width: 844px) and (min-width: 768px) {
    .graphic-block__items--graphics .gr-box:nth-child(4) .graphics {
        padding-top: 37%;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .line-gr {
        position: absolute;
        top: 33%;
        left: -10%;
    }
}

@media (max-width: 575.98px) {
    .line-gr {
        position: absolute;
        top: 33%;
        left: -6%;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .line-gr img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .line-gr img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .line-gr img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .graphic-block__items--line {
        width: 100%;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .graphic-block__items--line {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .graphic-block__items--line {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .graphic-block__items--graphics, .graphic-block__items--text {
        padding-left: 30px;
    }
}

@media (max-width: 440px) {
    .graphic-block__items--graphics, .graphic-block__items--text {
        padding-left: 20px;
    }
}

@media (max-width: 380px) {
    .graphic-block__items--graphics, .graphic-block__items--text {
        padding-left: 0px;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .graphic-block__items--graphics .gr-box:last-child, .graphic-block__items--text .txt-box:last-child, .graphic-block__items--graphics .gr-box, .graphic-block__items--text .txt-box {
        width: 25%;
    }
}

@media (max-width: 575.98px) {
    .graphic-block__items--graphics .gr-box:last-child, .graphic-block__items--text .txt-box:last-child, .graphic-block__items--graphics .gr-box, .graphic-block__items--text .txt-box {
        width: 25%;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .graphic-block__items--text .txt-box p {
        font-size: 14px;
        line-height: 1;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .graphic-block__items--text .txt-box p {
        font-size: 14px;
        line-height: 1.1;
    }
}

@media (max-width: 767.98px) {
    .line-gr {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .graphic-block__items--text .txt-box p {
        font-size: 14px;
        line-height: 1.1;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .map-block {
        bottom: -10%;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .map-block {
        top: 10%;
        left: 0;
        display: none;
    }
}

@media (max-width: 575.98px) {
    .map-block {
        top: 10%;
        left: 0;
    }
}

.logo-cprc {
    width: 260px;
    height: 72px;
    margin-left: 60px;
}


.design-mobile .content__block {
    margin-top: 0;
    margin-bottom: -150px;
}

.presentation .content__block {
    max-width: 100%;
}

.hideall {
    display: none!important;
}

@media screen and (max-width: 620px) {
    .header__link {
        margin-top: 20px;
    }
}


@media screen and (max-width: 991px) {
    .design-mobile .content__block {
        margin-bottom: -50px;
    }
}

@media screen and (max-width: 1300px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 650px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1100px) {
    .mobile-info__line {
        display: none;
    }
    .mobile-info {
        width: auto;
        width: 196px;
        position: relative;
        border-bottom: 1px solid #ca2357;
    }
    .mobile-info__text {
        display: block;
        padding-bottom: 3px;
        text-align: left;
        display: block!important;
    }
    .design-mobile__block--item {
        left: 83px!important;
        right: auto!important;
    }
    .mobile-info {
        left: 83px!important;   
    }
    .design-mobile__block--item-1 {
        top: 160px;
    }
    .mobile-info-1 {
        top: 110px;
    }
    .design-mobile__block--item-2 {
        top: 660px;
    }
    .mobile-info-2 {
        top: 569px;
    }
    .design-mobile__block--item-3 {
        top: 1160px;
    }
    .mobile-info-4 {
        top: 993px;
    }
    .design-mobile__block--item-4 {
        top: 1660px;
    }
    .mobile-info-3 {
        top: 1530px;
    }
    .design-mobile__block {
        height: 2540px;
        /*width: 160rem;*/
    }
}

@media screen and (max-width: 650px) {
    .design-mobile__block--item {
        transform: scale(0.55) translate(-40%, -40%);
    }
    .design-mobile__block--item {
        left: 40px!important;
    }
    .mobile-info__text {
        text-align: right;
    }
    .mobile-info {
        width: 185px;
        left: 310px!important;
    }

    .design-mobile__block--item-1 {
        top: 160px;
    }
    .mobile-info-1 {
        top: 172px;
    }
    .design-mobile__block--item-2 {
        top: 460px;
    }
    .mobile-info-2 {
        top: 429px;
    }
    .design-mobile__block--item-3 {
        top: 760px;
    }
    .mobile-info-4 {
        top: 652px;
    }
    .design-mobile__block--item-4 {
        top: 1070px;
    }
    .mobile-info-3 {
        top: 1000px;
    }
    .design-mobile__block {
        height: 1650px;
        /*width: 160rem;*/
    }
}

@media screen and (max-width: 498px) {
    .presentation__block--text{
        position: relative;
        top: auto;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 100%;
        margin-top: 30px;
        display: inline-block !important;
        opacity: 1 !important;
    }
    .presentation{
        padding-bottom: 5rem;
    }
    .design-mobile__block--item {
        left: 10px!important;
    }
    .mobile-info__text {
        background-color: #fff;
        display: inline-block!important;
        width: auto;
        border: 1px solid #ca2357;
        padding: 2px 10px 4px 10px;
        border-radius: 20px;
    }
    .mobile-info {
        left: -100px!important;
        border: none;
        width: 320px;
        text-align: right;
    }
    .mobile-info-1 {
        top: 172px;
        top: 82px;
    }
    .mobile-info-2 {
        top: 429px;
        top: 319px;
        left: -140px!important;
    }
    .mobile-info-4 {
        top: 652px;
        top: 542px;
    }
    .mobile-info-3 {
        top: 1000px;
        top: 910px;
    }
}

@media screen and (max-width: 498px) {
    .design-mobile__block > p {
        width: 400px;
        left: -590px;
    }
}

@media screen and (max-width: 370px) {
    .design-mobile__block > p {
        width: 300px;
        left: -640px;
    }
}

@media screen and (max-width: 700px) {
    .design-desktop .content__block {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.link, .implementation__content .btn {
    width: 100%;
}

.line-gr img {
    position: relative;
    top: -10px;
    left: -14px;    
    width: 880px;
}


@media screen and (max-width: 600px) { 
    .tasks__block .content__block {
        margin-left: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .tasks__block .heading-2 {
        margin-left: -10px;
    }
}

@media screen and (max-width: 1180px) { 
    .design-desktop .swiper-pagination {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media screen and (max-width: 1240px) { 
    .design-desktop .swiper-button-next, .design-desktop .swiper-button-prev {
        opacity: 0.9;
        /*background-color: rgba(22, 49, 138, 0.5);*/
        background-color: rgba(150, 162, 202, 0.8);
    }
    .design-desktop .swiper-button-next {
        right: -2rem;
    }
    .design-desktop .swiper-button-prev {
        left: -2rem;
    }
}

@media screen and (max-width: 768px) { 
    .design-desktop .swiper-button-next {
        right: -6rem;
    }
    .design-desktop .swiper-button-prev {
        left: -6rem;
    }
}

@media screen and (max-width: 480px) {
    .graphic-block__items--text .txt-box {
        overflow: hidden;
        padding-right: 4px;
    }
    .graphic-block__items--text .txt-box p {
        word-wrap: break-word;
    }
    .graphic-block__items--text .txt-box p br {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .technology {
        flex-wrap: wrap;
    }
}

.design-decision .content__block {
    position: relative;
    width: 320px;
    /*background-color: #ff4;*/
    margin-left: auto;
    margin-right: auto;
    right: auto;
    left: auto;
    margin-bottom: 100px;
}

.design-decision__comp {
    position: absolute;
}

.design-decision__comp-1 {
    bottom: -130px;
    left: -770px;
}

.design-decision__comp-2 {
    bottom: -130px;
    right: -840px;
}

.color-decision__item {
    width: 33%;
}

@media screen and (max-width: 490px) {
    .header__logo {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 280px;
    }
    .logo-minobr {
        height: 50px;
        width: auto;
    }
    .logo-cprc {
        width: 260px;
        width: auto;
        height: 72px;
        height: 50px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 940px) {
    .line-gr img {
        width: 800px;
    }
}

.icon-brief {
    position: relative;
    margin-right: 10px;
}

.technology {
    width: 470px;
}

@media screen and (max-width: 500px) {
    .technology {
        width: auto;
    }
}

@media screen and (max-width: 1068px) {
    .design-desktop .swiper-container {
        height: 63%;
    }
}

@media screen and (max-width: 991px) {
    .design-desktop .swiper-container {
        height: 63.8%;
    }
}

@media screen and (max-width: 580px) {
    .color-decision__item {
        width: 100%;
        margin-bottom: 40px;
    }
    .color-decision__items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 580px) {
    .design-desktop .swiper-container {
        left: 1.95rem;
    }
}

@media (max-width: 480px) {
    .design-desktop .swiper-container {
        left: 1.6rem;
    }
}

@media (max-width: 360px) {
    .design-desktop .swiper-container {
        left: 1.3rem;
        width: 92.8%;
        height: 62%;
    }
}

@media only screen and (max-width: 480px) and (orientation: portrait) {
    .mobile-please-wrap.mobile.horizontal {
        display: none!important;    
    }
}

@media (max-width: 1180px) {
    .content-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media (max-width: 1180px) {
    .navigation-block {
        padding-left: 90px;
    }
}

@media (max-width: 991px) {
    .navigation-block {
        padding-left: 0px;
    }
}


@media (max-width: 991px) {
    .technology {
        margin-left: auto;
        margin-right: auto;    
    }
}

@media (max-width: 768px) {
    .implementation .content__block {
        margin-left: auto;
        margin-right: auto;
    }
}
/* СКРЫВАЕМ ОПИСАНИЕ В БЛОКЕ ВИДЕО */
.presentation__block--text {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
/*
.menu--contact .phone-number::before {
	font-size: 1em;
}
.menu--contact .social-icon,
.menu--contact .phone-number {
	font-size: 1.7em;
}
.menu-wrap--contact .menu--contact .social .icomoonNetwork-twitter {
    font-size: 1.4em;
}
.menu-wrap--contact .menu--contact .social .icomoonNetwork-vk {
    font-size: 1.3em;
}
*/
.menu--contact .icomoonNetwork-facebook {
    font-size: 4.1rem;
}
.menu--contact .icomoonNetwork-youtube {
    font-size: 3.8rem;
}
@media (max-height: 810px) and (min-width: 1400px) {
	.header .header__logo-box .header__logo img {
	    width: auto;
	}
}
