/*
Theme Name: ALVI
Description: Тема разработана по заказу ALVI Agency
Version: 2.0
Data: 10.06.2019
Author: D.EGOROV
Author URI: http://degorov.ru
*/
:root{
	--color-blue: #338dfd;
	--color-blue-l: #03c4de;
	--color-yellow: #ffc800;
	--color-gray: #243342;
	--color-gray-l: #4e5a6b;
	--color-gray-l2: #6c7686;
	--color-gray-el: #F2F8FD;
	--color-white: #ffffff;
}
a{
	--color: var(--color-blue);
	--border:  ;
	--color-hover: ;
	--border-hover: ;
}

@font-face {
	font-family: 'Geometria';
	font-weight: normal;
	font-style: normal;
	src: url('Geometria.eot');
	src: local('Geometria'),
		url('fonts/Geometria.eot') format('embedded-opentype'),
		url('fonts/Geometria.woff') format('woff'),
		url('fonts/Geometria.ttf') format('truetype');
}
@font-face {
	font-family: 'Geometria';
	font-weight: bold;
	font-style: normal;
	src: url('Geometria-Bold.eot');
	src: local('Geometria-Bold'),
		url('fonts/Geometria-Bold.eot') format('embedded-opentype'),
		url('fonts/Geometria-Bold.woff') format('woff'),
		url('fonts/Geometria-Bold.ttf') format('truetype');
}


html {
    font-size: 16px;
}
html,body {
    font-family: Geometria, sans-serif;
	line-height: 1.5;
    color: var(--color-gray);
}
section {
    margin: 7rem 0;
}
label {	
    font-weight: bold;
}
h1 {
    position: relative;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    display: inline-block;
}
h2 {
	color: #fff;
    line-height: 2;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
    margin: 0rem 0 2rem;
}
h3 {
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
    line-height: 1.2;
    font-weight: bold;
}
h4 {
    font-size: 1.25rem;
    margin: 2rem 0 1rem;
    line-height: 1.2;
    font-weight: bold;
}
.header h2 {
    position: relative;
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 3rem;
    display: inline-block;
}
.header h2 span {
    color: #00a8c5;
}
.subheader {
    font-size: 1.5rem;
    margin: -1rem 0 3rem;
    line-height: 1.4;
}



.btn,
.btn:visited,
.btn:focus,
.btn:active {
    color: #fff;
    padding: 0.8rem 2rem 1rem;
    border-radius: 50px;
    box-shadow: 0px 10px 30px rgba(29, 140, 255, 0.5);
    background: linear-gradient(20deg, #338dfd, #03c4de);
    border: 0;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
}
.btn:hover,
.btn:active {
    color: #fff;
    background: linear-gradient(15deg, #338dfd, #03c4de);
    border: 0;
    transform: translateY(-2px);
    box-shadow: 0px 10px 40px rgba(29, 140, 255, 0.8);
    transition: all .3s ease;
}
.arr-next {
    width: 24px;
    height: 24px;
    margin-left: 0.5rem;
    margin-bottom: -7px;
    fill: #fff;
}
.arr-next.gray {
    fill: var(--color-gray);
}
.arr-next.blue {
    fill: var(--color-blue);
}

.list ul{
    margin: 3rem 0;
}
.list ul li{
    padding-left: 3rem;
    margin: 0.7rem 0;
    font-family: 'PT Serif',sans-serif;
    font-style: italic;
}
.list ul li::before{
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 28px;
    height: 20px;
    background: url(i/check.svg) no-repeat center;
    background-size: auto 20px;
    z-index: 1;
}
.list ul li::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background: var(--color-gray-el);
    border-radius: 50%;
}

.list ol  {
    margin: 3rem;
    margin-right: 0rem;
}
.list ol li {
    padding-left: 0rem;
    margin: 0.5rem 0;
    font-family: 'PT Serif',sans-serif;
    font-style: italic;
}
.list ol li::before {
    position: absolute;
    left: -3rem;
    top: 0;
    content: counter(item) ". ";
    counter-increment: item;
    color: var(--color-gray);
    font-weight: normal;
}


.list h2 + ul,
.list h2 + ol {
    margin-top: 0;
}

blockquote {
    position: relative;
    padding: 3rem;
    margin: 4rem auto;
    font-family: 'PT Serif',sans-serif;
    font-style: italic;
    text-align: center;
	background: var(--color-gray-l);
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(36, 51, 66, 0.3);
}
blockquote p {
    font-size: 1.5rem !important;
}

/*===================================================================*/

/* 
*
	Иконка бургера
*
*/
.mobile-icon  {
    position: relative;
    margin: 0 auto;
}
.mobile-icon .close {
    width: 0rem;
    margin-right: 50px;
}
.mobile-icon .close .close-text{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    opacity: 0;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    text-align: right;
}
.open {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    width: 30px;
    height: 20px;
	display: block;
	cursor: pointer;
    overflow: hidden;
    z-index: 1000;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
    margin: 2px 0px 0 auto;
}
.open span {
	display: block;
	height: 2px;
	width: 20px;
	background-color: #fff;
	position: absolute;
    right: 0px;
	top: 0px;
	overflow: hidden;
    -webkit-transition: all .42s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .42s cubic-bezier(.645, .045, .355, 1);
    transition: all .42s cubic-bezier(.645, .045, .355, 1);
}
.open span:nth-child(1){
	margin-top: 3px;
	width: 30px;
	z-index: 9;
}
.open span:nth-child(2) {
	margin-top: 9px;
}
.open span:nth-child(3) {
	margin-top: 15px;
	width: 10px;
}
.open span:nth-child(3) {
	margin-top: 15px;
	width: 10px;
}
.open:hover span {
	width: 30px;
}
/* 
*
	Открытое меню 
*
*/
.active.mobile-icon .open span {
	width: 30px;
}
.active.mobile-icon span:nth-child(2) {
  overflow: visible;
}
.active.mobile-icon span:nth-child(1), 
.active.mobile-icon span:nth-child(3) {
	z-index: 100;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
}
.active.mobile-icon span:nth-child(1) {
    margin-top: -1px;
	-webkit-transform: rotate(-45deg) translateY(7px) translateX(-7px);
	-ms-transform: rotate(-45deg) translateY(7px) translateX(-7px);
	    transform: rotate(-45deg) translateY(7px) translateX(-7px);
}
.active.mobile-icon span:nth-child(2) {
	left:-30px;
	width: 0px;
}
.active.mobile-icon span:nth-child(3) {
	-webkit-transform: rotate(45deg) translateY(-4px) translateX(-4px);
	-ms-transform: rotate(45deg) translateY(-4px) translateX(-4px);
	    transform: rotate(45deg) translateY(-4px) translateX(-4px);
}



/* 
*
	Меню в бургере
*
*/
.mobile {
    position: fixed;
    padding-top: 1.5rem;
    display: block;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    font-size: 1.125rem;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.mobile .container-fluid {
    height: 100%;
}
.mobile .phone {
    font-size: 1.5rem;
}
.mobile .email {
}
.mobile .adress {
}
.mobile .button{
    margin: 1.5rem 0;
}
.mobile .btn svg{
    fill: #fff;
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: -0.5rem;
    margin-right: 0.5rem;
}
.mobile .menu{
    border-top: 10px solid var(--color-gray-el);
    padding-top: 2rem;
    margin-top: 2rem;
}
.mobile .menu .menu-item{
    margin: 0.5rem 0;
}
.mobile .menu .menu-item a{
    font-weight: normal;
    font-size: 1.5rem;
    padding: 0.5rem 0;
    display: inline-block;
}

.active.mobile{
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
}



.ghost-block {
    padding-left: 10rem;
}
.ghost-start {
	position:absolute;
	display:block;
	top: 5rem;
    left: 3rem;
	height:100%;
	writing-mode: vertical-lr;
	display: flex;
    width: 60px;
}
.ghost .sticky {
    position: fixed;
    z-index: 101;
}
.ghost .sticky .ghost-start{
    left: -10rem;

}
.ghost-start span{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 5rem;
    font-weight: bold;
    line-height: 1;
	transform: rotate(180deg);
    opacity: 0.05;
    line-height: 65px;
    white-space: nowrap;
}


.popup {
    max-width: 450px;
    padding: 4rem;
    background: #2e353f;
    box-shadow: 0px 10px 60px rgba(255, 193, 30, 0.1);
}
.popup .form {
    color: #fff;
}
.popup .form .form-head {
    font-size: 1.8rem;
}
.form span.add-textarea {
    color: var(--color-blue);
}
.form span.add-textarea svg {
    fill: var(--color-blue);
}
.form span.add-textarea:hover {
    color: #fff;
}
.form span.add-textarea:hover svg {
    fill: #fff;
}

.popup.custom-form {
    max-width: 900px;
    width: 100%;
    padding: 0rem;
}
.popup.custom-form .row {
    margin: 0;
}
.popup .form-group label {
    margin-bottom: 0.5rem;
    color: var(--color-yellow);
}
.form-control {
    background: var(--color-gray-l);
    border: 0;
    color: #fff;
}
.popup input[type="checkbox"] + label::after {
    border: 1px solid #fff;
}
.popup input[type="checkbox"]:checked + label::before {
    border: 2px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
}

.custom-form .block_left {
    position: relative;
    padding: 3rem;
    margin: 0 -1rem;
    margin-right: 2rem;
    height: 100%;
}
.popup.custom-form .block_left {
    background: var(--color-gray-el);
}
.custom-form .block_left .head {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.custom-form .block_left .desc {
    position: relative;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    background: #fff;
    padding: 2rem;
    margin-left: -6rem;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.custom-form .block_left .desc::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2rem 2rem 0 0;
    border-color: #ffffff transparent transparent transparent;
    bottom: -2rem;
    left: 50%;
    margin-left: -3rem;
}
.custom-form .block_left .autor {
    display: flex;
}
.custom-form .block_left .name-block {
	margin-left: 1rem;
}
.custom-form .block_left .avatar {
    width: 100px;
}
.custom-form .block_left .name {
    font-weight: bold;
}
.custom-form .block_left .position {
    font-size: 0.9rem;
}
.custom-form .block_right {
    position: relative;
    padding: 3rem;
    margin: 0 -1rem;
    margin-left: -4rem;
    height: 100%;
    background: var(--color-gray);
    height: 100%;
    color: #FFF;
    z-index: 1;
    box-shadow: -10px 15px 30px rgba(0, 0, 0, 0.15);
}
.custom-form .block_right .form-head {
    font-size: 1.8rem;
}
.custom-form .block_right .form .form-desk {
    margin: 2rem 0px 2rem;
    font-size: 0.9rem;
}
.custom-form .block_right .arr-btn {
    position: absolute;
    width: 11rem;
    bottom: 10rem;
    left: -9rem;
}




.spoiler{
    position: relative;
    margin-bottom: 1.5rem;
}
.spoiler-head{
    position: relative;
    font-weight: bold;
    font-size: 1.125rem;
    cursor: pointer;
    margin-bottom: 0.3rem;
    color: var(--color-blue);
}
.spoiler-btn{
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 3px;
    background: var(--color-blue);
    left: -2.5rem;
    top: 2px;
    box-shadow: 0px 1px 15px -3px var(--color-blue);
}
.spoiler-btn::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    background: #fff;
    top: 6px;
    left: 11px;
}
.spoiler-btn::after {
	content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background: #fff;
    top: 11px;
    left: 6px;
}
.spoiler-content{
    display: none;
    margin-bottom: 1rem;
}
.spoiler.active{
}
.spoiler.active .spoiler-content{
    display: block;
}
.spoiler.active .spoiler-head{
    color: var(--color-gray);
}
.spoiler.active .spoiler-btn {
    background: var(--color-gray);
    box-shadow: 0px 1px 15px -3px var(--color-gray);
}
.spoiler.active .spoiler-btn::before {
    opacity: 0;
}



.work .button{
    margin-top: 2rem;
}
.logo .logo-mobile {
    display: none;
}


#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 0;
    z-index: 100;
}
#header .row{
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
}
#header .col{
    padding: 0;
}
#header .col:nth-child(1){
	flex: 0 0 14rem
}
#header .col:nth-child(2){
	flex: 1 1 auto
}
#header .col:nth-child(3){
	flex: 0 0 13rem
}
#header .col:nth-child(4){
	flex: 0 0 15rem;
}
#header .descriptor{
    margin: 0 2rem ;
    text-align: center;
}
#header .phone{
	text-align: right;
	font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
}
#header .phone a{
	font-size: 1.25rem;
    color: #fff;
}
#header .button{
    text-align: right;
}
#header .button .btn{
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
}
#header .btn svg{
    fill: #fff;
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: -0.5rem;
    margin-right: 0.5rem;
}
#header .logo{
    max-width: 300px;
}
#header .logo-alvi{
	fill: #fff;
}



.main_menu .menu{
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 2rem;
}
.main_menu .menu .menu-item{
    margin-left: 2rem;
}
.main_menu .menu .menu-item a{
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.main_menu .menu .menu-item a:hover{
    border-bottom: 2px solid var(--color-blue-l);
}



#hero {
    height: 100%;
    min-height: 100vh;
    background: #000d2a url(i/bg-hero.jpg) no-repeat center bottom;
    background-size: cover;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6rem 0;
    overflow: hidden;
}
#hero .bg {
}
#hero .bg img{
    position: absolute;
    left: calc(50% - 800px);
    animation: shark-1 2s ease-in-out, shark-2 5s infinite ease-in-out 2.5s;
}
#hero .utp {
    margin-top: -3rem;
}
#hero .utp-header {
}
#hero .utp-header h1{
    color: #fff;
    margin: 0;
    line-height: 1;
}
#hero .utp-header h1 span{
    font-weight: bold;
    display: block;
    margin-top: 10px;
    color: var(--color-yellow);
    text-transform: uppercase;
    line-height: 1.2;
}
#hero .utp-desk{
    font-size: 1.5rem;
    margin: 3rem 0;
    color: #fff;
}
#hero .utp-desk strong{
    color: var(--color-yellow);
}
@keyframes shark-1 {
    0% {
		transform: translateX(-10rem) scale(0.95) translateY(1rem);
		filter: blur(5px);
		opacity: 0;
    }
    100% {
		transform: translateX(0rem) scale(1) translateY(0rem);
		filter: blur(0px);
		opacity: 1;
    }
}
@keyframes shark-2 {
    0% {
		transform: translateY(0rem);
    }
    50% {
		transform: translateY(1rem);
    }
    100% {
		transform: translateY(0rem);
    }
}




#hero-case {
    height: 100%;
    min-height: 80vh;
    background: #000d2a url(i/bg-hero-cases3.jpg) no-repeat center bottom;
    background-size: cover;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6rem 0;
    color: #fff;
}
#hero-case h1 {
}
#hero-case .utp {
    margin-top: 4rem;
}
#hero-case .utp-subheader {
    font-size: 1.5rem;
    margin-top: 2rem;
}
#hero-case .cell {
    padding-top: 4rem;
    margin-top: 2rem;
    color: var(--color-gray-l);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#hero-case .cell .item {
    color: var(--color-gray-el);
}
#hero-case .cell .item .num {
    font-size: 2.5rem;
    font-weight: bold;
    white-space: nowrap;
}
#hero-case .cell .item .num span{
    display: none;
}
#hero-case .cell .item .desc {
}



#hero-single {
    height: 100%;
    min-height: 60vh;
    background: #000d2a url(i/bg-hero-cases3.jpg) no-repeat center bottom;
    background-size: cover;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10rem 0 6rem;
    color: #fff;
}
#hero-single::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(20deg, #112c4e, #034750);
    opacity: 0.7;
}
#hero-single .utp-desc {
    font-size: 1.5rem;
    font-family: 'PT Serif',sans-serif;
    font-style: italic;
}
#hero-single .button {
    margin-top: 2rem;
}



#hero-micro {
    background: url(i/bg-hero.jpg) no-repeat center bottom;
    padding: 8rem 0 10rem;
    background-size: cover;
    margin: 0;
    color: #fff;
}
#hero-micro.thank {
    height: 100Vh;
    height: calc(100Vh - 184px);
}
#hero-micro.thank .container-fluid,
#hero-micro.thank .row{
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
#hero-micro.thank h1 {
    margin-bottom: 1.5rem;
}



#cases .case-container{
    margin: 0 2rem;
}
#cases .case{
    position: relative;
    display: block;
    font-style: normal;
    margin: 1rem 0rem;
}
#cases .case::before {
    content: '';
    position: absolute;
    border: 0rem solid #fff;
    top: 0rem;
    left: 0rem;
    right: 0rem;
    bottom: 0rem;
    -webkit-transition: all .4s;
    transition: all 0.4s;
}
#cases .case:hover::before {
    border: 0rem solid #fff;
}
#cases .case .item-intro ul{
    margin: 0;
}
#cases .case .item-intro li{
    font-family: Geometria, sans-serif;
    font-style: normal;
    font-size: 0.9rem;
    color: var(--color-gray);
}
#cases .case .wrap {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 50%; 
    left: 2rem;
}
#cases .case:hover::before {
    border-top: 0.5rem solid #fff;
    border-bottom: 0.5rem solid #fff;
}
#cases .case .btn {
    position: absolute;
    bottom: 2rem;
    left: 10%;
    font-size: 0.9rem;
    padding: 0.5rem 1.5rem 0.7rem;
}
#cases .button  {
    margin-top: 2rem;
}
#cases .button .link .arr-next {
    -webkit-transition: all .4s;
    transition: all 0.4s;
}
#cases .button .link:hover .arr-next {
	fill: var(--color-gray);
	transform: translateX(20px);
	
}



#case-clients  {
    background: var(--color-gray);
    padding: 6rem 0;
    margin: 0rem 0 7rem;
	color: #fff;
}
#case-clients .about {
    font-size: 2rem;
    font-weight: bold;
    padding-right: 25%;
}
#case-clients .clients-site {
    margin-top: 2rem;
}
#case-clients .clients-site a{
    font-weight: normal;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 0.7rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#case-clients .clients-site a:hover{
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
#case-clients .task {
    font-size: 1.25rem;
}
#case-clients .header {
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 3rem;
    font-size: 0.9rem;
    opacity: 0.5;
}



#case-intro .container-fluid {
    border-bottom: 1px solid #ddd;
    padding-bottom: 4rem;
    margin-bottom: -2rem;
}
#case-intro .desc {
    font-size: 1.25rem;
}
#case-intro .autor {
    max-width: 170px;
}
#case-intro .autor .name {
    font-weight: bold;
    margin: 1.2rem 0 0.3rem;
}
#case-intro .autor .position {
    font-size: 0.9rem;
    color: var(--color-gray-l2);
}
#case-intro .video-header {
    margin-top: 2rem;
}
#case-intro .video {
    background: url(i/notebook.jpg) no-repeat center;
    background-size: cover;
    padding: 16% 13% 8% 28%;
    margin-top: -6rem;
}



#builder {
	counter-reset: h2;
}
#builder h2::before {
    position: absolute;
    left: -7.5rem;
    top: 1rem;
    content: counter(h2) ". ";
    content: counter(h2, decimal-leading-zero) ". ";
    counter-increment: h2;
    color: var(--color-gray-l2);
    font-weight: normal;
    font-size: 1.5rem;
}



article p {
    font-size: 1.25rem;
}
article li {
    font-size: 1.125rem;
    margin: 0.5rem 0;
}
article .header ul + h2,
article .header ol + h2,
article .header p + h2{
    margin-top: 3rem;
}
article.image{
}
article.image .img{
    background: var(--color-gray-el);
    padding: 2rem;
    display: block;
}
article.image .text{
    background: var(--color-gray-el);
    color: var(--color-gray-l2);
    font-family: 'PT Serif',sans-serif;
    font-style: italic;
    margin-right: -2rem;
    padding: 2rem;
}

article.column ,
article.column-1 {
    margin: 3rem 0;	
}
article.column .item {
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(78, 90, 107, 0.2);
    padding: 2rem;
    background: var(--color-gray);
    background: linear-gradient(45deg, #338dfd, #03c4de);
    color: #fff;
}
article.column .item h3,
article.column .item h4 {
    margin: 0rem 0 2rem;
}
article.column p,	
article.column li{
    font-size: 1rem;	
}
article.column ol,	
article.column ul{
    margin: 0;	
}



#analysis .subheader{
    margin: 0;
    margin-left: 5rem;
}
#analysis .col-12:nth-child(2n+1) .item {
    margin-right: 30%;
}
#analysis .col-12:nth-child(2n) .item {
    margin-left: 30%;
}
#analysis .item {
    margin: 3rem 0;
    font-size: 0.9rem;
}
#analysis .desc-2 {
    font-family: 'PT Serif',sans-serif;
    font-style: italic;
}
#analysis .tablet{
    position: relative;
}
#analysis .wrap{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    height: 570px;
    width: 688px;
}
#analysis .image{
    margin-right: 8%;
    margin-left: -8%;
}
#analysis .image .grapf{
    position: absolute;
    background: url(i/grapf.jpg) no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    left: 27%;
    top: 7%;
    right: 27%;
    bottom: 17.5%;
	animation: grapf 40s linear infinite 2s;
}
#analysis .download svg{
	fill: var(--color-blue);
	width: 2rem;
	height: 2rem;
    margin-bottom: -5px;
    display: inline-block;
    margin-left: 1rem;
}
#analysis .icon svg{
    width: 6rem;
    display: block;
    margin-top: 3rem;
    height: 8rem;
}
@keyframes grapf {
    0% {
		background-position: 0% 0%;
    }
    100% {
		background-position: 0% 100%;
    }
}
#analysis .button{
    margin-top: 1rem;
}



#result {
    margin-top: -4rem;
}



.numeric .item {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 3rem;
    padding-left: 80px;
}
.numeric .item .num {
    position: absolute;
    color: var(--color-blue);
    font-size: 1.5rem;
    font-weight: bold;
    left: 0;
    top: -1rem;
    background: var(--color-gray-el);
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
}
.numeric .item .head {
    color: var(--color-blue);
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.3;
}



.work-section section{
    margin: 10rem 0;
}
.work-section .button{
    margin-top: 2rem;
}
.work-section {
	counter-reset: h2;
}
.work-section h2::before {
    position: absolute;
    left: -4rem;
    top: 1rem;
    content: counter(h2) ". ";
    content: counter(h2, decimal-leading-zero) ". ";
    counter-increment: h2;
    color: var(--color-gray-l2);
    font-weight: normal;
    font-size: 1.5rem;
}


#work-map {
}
#work-map .zoomer{
    position: relative;
    margin-top: 2rem;
}
#work-map .zoomer-zoom{
    position: absolute;
    right: 0;
    top: 0;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
	0 0 30px rgba(0, 0, 0, 0.25),
	inset 0 0 20px -10px rgba(0, 0, 0, 0.15);
	animation: zoom 2s infinite linear;
}
#work-map .zoomer-text{
    position: absolute;
    right: 0;
    bottom: -2rem;
    font-family: 'PT Serif',sans-serif;
    font-style: italic;
    z-index: 1;
    color: var(--color-gray-l2);
}
#work-map .zoomer-text svg{
    transform: rotate(180deg);
    position: absolute;
    bottom: 3rem;
    right: 11rem;
}
#work-map .magnify:hover ~ .zoomer-zoom{
    opacity: 0;
}
@keyframes zoom {
    0% {
		top: 0;
    }
    50% {
		top: 10px;
    }
    100% {
		top: 0;
    }
}



#work-packaging {
}
#work-packaging .name{
    font-family: 'PT Serif',sans-serif;
    font-style: italic;
    text-align: center;
    margin-top: 1rem;
}
#work-packaging .banners {
}
#work-packaging .banner-comparison-text {
    display: flex;
    justify-content: space-between;
    font-family: 'PT Serif',sans-serif;
    font-style: italic;
    font-size: 0.9rem;
    color: var(--color-gray-l2);
    margin-top: 1rem;
}
.banner-comparison {
    box-sizing: border-box;
    cursor: pointer;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.cocoen img,
.cocoen picture>img {
    max-width: none
}
.cocoen>img,
.cocoen>picture>img {
    display: block;
    width: 100%
}
.cocoen>div:first-child,
picture .cocoen>div {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50%
}
.cocoen-drag {
    background: var(--color-gray);
    cursor: ew-resize;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 4px;
    margin-left: -2px;
}
.cocoen-drag::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    transform: translate(-50%);
    background: var(--color-gray) url(i/drag.svg) no-repeat center;
	background-size: 2rem
}




#work-ways .item{
    margin: 1rem;
    margin-bottom: 2rem;
}



#work-hyper {
}
#work-hyper .bg{
    position: relative;
    margin-right: -5rem;
    margin-left: 2rem;
}
#work-hyper .hyper{
    position: relative;
}
#work-hyper .hyper li{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#work-hyper .hyper li.current{
    visibility: visible;
    opacity: 1;
}
#work-hyper .hyperimages{
    position: absolute;
    top: 7%;
    left: 12%;
    right: 1%;
    bottom: 10%;
    z-index: -1;
}
#work-hyper .hypertext{
    height: 100px;
    margin-left: 19%;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 2rem;
}
#work-hyper .hypertext li strong{
	display: block;
    color: var(--color-blue);
}



#work-tecno {
}
#work-tecno .item{
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#work-tecno .item .icon{
    position: relative;
}
#work-tecno .item .head{
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 1rem;
}
#work-tecno .item .body{
    padding: 2rem;
    background: #fff;
}
#work-tecno .item:hover{
    transform: translateY(-10px);
}



#work-ways {
}
#work-ways .item{
    margin-bottom: 2rem;
}
#work-ways .item .icon{
    width: 4rem;
    max-height: 4rem;
    margin: 0 auto 1rem;
}
#work-ways .item .head{
    font-weight: bold;
    line-height: 1.3;
}



#work-analytics {
}
#work-analytics .noteimage{
    position: relative;
    background: url(i/notebook.jpg) no-repeat center;
    background-size: cover;
    padding: 20% 17% 8% 35%;
    margin-top: -8rem;
    margin-left: -11rem;
    z-index: -1;
}
#work-analytics .noteimage video{
    max-width: 100%;
}



#work-smart {
}
#work-smart .smartimage{
    background: url(i/mobile.jpg) no-repeat center;
    background-size: cover;
    padding: 34% 20% 15% 44%;
    position: absolute;
    top: -3rem;
    left: -3rem;
    width: 100%;
    z-index: -1;
}
#work-smart .smartimage video{
    width: 100%;
}



#secret {
    background: url(i/bg-secret2.jpg) no-repeat center left;
    background-size: 100% 100%;
    color: #fff;
    padding: 10rem 0;
    margin: -4rem 0 -4rem;
}
#secret .container-fluid{
    max-width: 1200px;
}
#secret .subheader{
    color: var(--color-yellow);
}
#secret .desc{
    margin-bottom: 3rem;
}
#secret .desc strong{
    color: var(--color-yellow);
}



#avatars {
}
#avatars .container-fluid{
    max-width: 1200px;
}
#avatars .team{
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
#avatars .item{
    max-width: 450px;
    margin: 0 2rem;
}
#avatars .item .avatar-img{
    position: relative;
}
#avatars .item .avatar-quote{
    position: absolute;
	font-family: 'PT Serif', serif;
    padding: 3rem;
    bottom: 0;
    margin: 2rem;
    margin-left: -4rem;
    font-size: 1.25rem;
}
#avatars .item .avatar-quote span{
    position: relative;
    display: block;
	z-index: 1;
	opacity: 0;
}
#avatars .item .avatar-quote::before{
    content: "";
    background: #fff;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: -10px 30px 60px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#avatars .item .avatar-name{
    margin-top: 2rem;
}
#avatars .item .avatar-name .name{
    font-size: 1.125rem;
    font-weight: bold;
}
#avatars .item .avatar-name .pos{
    line-height: 1.3;
    margin-top: 4px;
    font-size: 0.9rem;
}
#avatars .item .avatar-img:hover .avatar-quote span{
	opacity: 1;
    -webkit-transition: all 0.4s ease 0.4s;
    transition: all 0.4s ease 0.4s;
}
#avatars .item .avatar-img:hover .avatar-quote::before{
    width: 100%;
}



#team {
}
#team .container-fluid{
}
#team .team{
    position: relative;
    margin: 1rem;
    margin-bottom: 3rem;
    overflow: hidden;
}
#team .team::before{
    content: "";
    background: linear-gradient(-45deg, #338dfd,#03c4de);
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
}
#team .team .image img {
    transition: all 15s ease 0s;
}
#team .team .body{
    position: absolute;
    bottom: 2rem;
    left: 2rem;
	color: #fff;
    opacity: 0;
    z-index: 2;
}
#team .team .name{
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 0.8rem;
}
#team .team .pos{
    font-size: 0.9rem;
}
#team .team:hover::before{
    opacity: 0.8;
    height: 100%;
    -webkit-transition: height 0.4s ease 0s;
    transition: height 0.4s ease 0s;
}
#team .team:hover .body{
	opacity: 1;
    -webkit-transition: all 0.4s ease 0.3s;
    transition: all 0.4s ease 0.2s;
}
#team .team:hover .image img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}



#priziv {
    margin-top: -10rem;
    margin-bottom: 4rem;
}
#priziv .utp{
}
#priziv .image{
    margin-left: -4rem;
}
#priziv .utp-header{
    font-size: 1.5rem;
    line-height: 1.3;
}
#priziv .utp-header span{
    color: var(--color-yellow);
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: bold;
    display: block;
}
#priziv .utp-subheader{
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.1;
    margin: 3rem 0 4rem;
}




#contacts{
    padding: 3rem 0 4rem;
    margin: 0;
    z-index: 10;
}
#contacts .contacts{
    font-size: 1.125rem;
}
#contacts .head{
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    color: var(--color-gray-l2);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
#contacts .head::before{
    content: "";
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    background: no-repeat center / 1rem;
    left: -1rem;
    top: 0;
    opacity: 0.4;
}
#contacts .head.loc-icon::before{
    background-image: url(i/contacts-navigation.svg);
}
#contacts .head.phone-icon::before{
    background-image: url(i/contacts-phone.svg);
}
#contacts .head.mail-icon::before{
    background-image: url(i/contacts-email.svg);
}
#contacts .phone{
    color: #191919;
    font-weight: bold;
    border: none;
}
#map{
    width: 100%;
    height: 500px;
}









#opros {
    background: var(--color-gray);
    background: #000d2a url(i/bg-hero-cases3.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 6rem 0;
    margin: 0;
}
#opros .questionnaire{
    position: relative;
    background: var(--color-gray-el);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    max-width: 1000px;
    margin: 0 auto;
}
#opros .header h2{
    font-size: 2.5rem;
}
#opros .subheader{
}
#opros .desc{
    margin-bottom: 4rem;
}
#opros .img{
    margin-right: -2rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.requisites {
    position: absolute;
    bottom: 1vw;
    left: 0;
    width: 100%;
    font-size: 0.7rem;
    opacity: 0.5;
}
.blockquote {
}
.blockquote .text {
    position: relative;
    background: #fff;
    color: var(--color-gray);
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    font-family: 'PT Serif',sans-serif;
    font-style: italic;
}
.blockquote .text::before {
    content: "";
    position: absolute;
    bottom: -1rem;
    right: 2rem;
	width: 0;
	height: 0;
	border-style: solid;
    border-width: 1rem 2rem 0rem 1rem;
	border-color: #fff transparent transparent transparent;
}
.blockquote .avatar {
    max-width: 100px;
    margin: 0 0 0 auto;
}
.blockquote .name {
    margin-top: 1rem;
    font-weight: bold;
}
.blockquote .position {
    font-size: 0.9rem;
}
.slides {
    position: relative;
    overflow: hidden;
}
.slide {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%);
    position: absolute;
    opacity: 0;
    padding: 3rem;
}
.slide:first-child {
    padding: 0rem;
}
.slide.current {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    position: static
}
.slide-num {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
}
.slide-line {
    position: relative;
    font-size: 0.8rem;
}
.slide-line .line {
    position: absolute;
    top: 1.2rem;
    left: 0;
    height: 4px;

    background: linear-gradient(20deg, #338dfd, #03c4de);
}
.slide-head {
    font-size: 1.5rem;
    font-weight: bold;
    overflow: hidden;
    margin-top: 2rem;
}
.slide-desc{
    margin: 2rem 0;
}
.main{
    padding: 3rem;
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.radio-li{
	position: relative;
    padding: 7px 0;
    cursor: pointer;
}
.radio-li input[type=radio]{
	position: absolute;
	visibility: hidden;
}
.radio-li label{
    position: relative;
    margin: 0;
    padding: 0;
    padding-left: 35px;
    cursor: pointer;
    font-weight: normal;
	z-index: 9;
}
.radio-li:hover label{
	color: var(--color-blue);
}
.radio-li .check{
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 2px solid var(--color-blue);
    border-radius: 50%;
}
.radio-li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.radio-li:hover .check,
.radio-li.active .check {
	border: 2px solid var(--color-blue);
}
.radio-li.active .check::before{
	background: var(--color-blue);
}
.radio-li.active ~ label{
	color: #fff;
}
#opros .buttons {
    display: flex;
    bottom: 0;
    position: absolute;
    width: 100%;
}
#opros .btn.back {
    background: #fff;
    color: var(--color-gray-l2);
    box-shadow: 0px 5px 15px rgba(108, 118, 134, 0.3);
}
#opros .btn.back svg {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
    margin-bottom: -7px;
    transform: rotate(180deg);
}
#opros .btn.back svg path {
    fill: var(--color-gray-l);
}
#opros .btn.next svg {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
    margin-bottom: -7px;
    fill: #fff;
}
#opros .btn.next.start svg {
    margin-right: 0rem;
    margin-left: 0.5rem;
}

.finish {
	height: auto;
	max-height: 0px;
	overflow: hidden;
	opacity:0;
    margin-top: 3rem;
}
.finish.active {
	opacity:1;
	max-height: 1000px;
    -webkit-transition: all 0.2s ease 1s;
    -moz-transition: all 0.2s ease 1s;
    transition: all 1.2s ease 1s;
}
.build__list {
    height: 43px;
    float: left;
}
.build__list li {
    position: absolute;
	opacity:0;
	top: 20px;
    width: 100%;
    line-height: 1.2;
}
.build__list li.active {
	opacity:1;
	top: 0px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.checkmark-loader {
    position: relative;
    float: right;
    margin-top: 2px;
}
.checkmark-loader .loader-build {/*
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: var(--color-blue);
    box-sizing: border-box;*/
}
.checkmark-loader .loader-build .spinner {
    position: relative;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: var(--color-blue);
    animation: rotate 1.5s linear 0s infinite;
}
.checkmark {
    position: absolute;
    top: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
    display: none;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	box-shadow: inset 0px 0px 0px var(--color-blue);
	animation: fill .4s ease-in-out 0s forwards;
    z-index: 10;
}
.checkmark__circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: var(--color-blue);
	fill: none;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	stroke: #fff;
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) .4s forwards;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px var(--color-blue);
  }
}
.checkbox li{
    position: relative;
}
.checkbox-popup{
    position: absolute;
    display: none;
    left: 100%;
    top: 0;
    z-index: 100;
    background: #39383a;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.2);
    font-size: 0.7rem;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    color: #fff;
}
.checkbox-popup.visible{
    display: inline-block;
}
.checkbox-popup::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 15px 17px 0;
    border-color: transparent #39383a transparent transparent;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}
.checkbox-list{
    position: absolute;
    display: inline-block;
    background: #0072a9;
    padding: 0.5rem 1rem;
    top: 0;
    margin-left: 1rem;
    cursor: pointer;
}



#section-form {
    background: var(--color-gray-el) url(i/bg-section-form.jpg) no-repeat center bottom;
    background-size: cover;
    margin: 0;
    padding: 4rem 0;
}
#section-form .row {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}


footer {
	background: var(--color-gray);
	color: #fff;
    padding: 4rem 0;
}
footer .row{
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
}
footer .col{
    padding: 0;
}
footer .col:nth-child(1){
	flex: 0 0 14rem
}
footer .col:nth-child(2){
	flex: 1 1 auto
}
footer .col:nth-child(3){
	flex: 0 0 15rem
}
footer .col:nth-child(4){
	flex: 0 0 16rem;
}
footer .logo{
    max-width: 200px;
}
footer .logo-alvi{
	fill: #fff;
} 
footer .button {
    text-align: right;
}
footer .btn{
}
footer .btn svg{
    fill: #fff;
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: -0.5rem;
    margin-right: 0.5rem;
}
footer .phone{
	text-align: right;
    margin-right: 1rem;
}
footer .phone a{
	font-size: 1.25rem;
    color: #fff;
}


/*
Ширины экрана
-- xs	320-499		Смартфоны
-- sm	500-769		Фаблеты
-- md	770-1023	Планшеты
-- lg	1024-1149	Нетбуки
-- xl	1150-1399	Ноутбуки
-- xxl	1400		Декстопы
*/

/*
==============================
	xxl 1535 - Декстопы
==============================
*/
@media (max-width: 1535px) {
}


/*
==============================
	xl 1399 - Ноутбуки
==============================
*/
@media (max-width: 1399px) {
	
section {
    margin: 5rem 0;
}
h1 {
    font-size: 2rem;
}
h2 {
    line-height: 1.1;
}

.popup {
    padding: 2rem 3rem;
}
.ghost-block {
    padding-left: 7rem;
}
.ghost .sticky .ghost-start {
    left: -5rem;
}
.ghost-start {
    left: 5rem;
}
.ghost-start span {
    font-size: 2.5rem;
}
.superhead .head {
    font-size: 3.5rem;
}
.header h2 {
    font-size: 3rem;
}
#hero {
    display: block;
    padding-top: 10rem;
}
#hero .utp-desk {
    font-size: 1.25rem;
    margin: 2rem 0;
}
#hero .bg img {
    left: calc(50% - 600px);
    width: 500px;
}
#analysis .tablet {
    position: relative;
    margin-bottom: -6rem;
}
#category .wrap .wrap-left {
    flex: 0 0 8rem;
    display: none;
}
#category .item {
    margin: 0 0rem 2rem;
}
#category .item .mainimage {
    right: -4rem;
    top: -3rem;
}
.work-section section {
    margin: 7rem 0;
}
#work-hyper .bg {
    margin-right: -2rem;
}
#avatars .team{
    -ms-flex-pack: center;
    justify-content: center;
}
#avatars .item{
    max-width: 400px;
}
#hero-archive {
    padding: 8rem 0 5rem;
}
#case-clients .about {
    padding-right: 15%;
    line-height: 1.3;
}
#case-clients {
    padding: 5rem 0;
    margin: 0rem 0 5rem;
}
}


/*
==============================
	lg 1150 - Нетбуки
==============================
*/
@media (max-width: 1150px) {
#header .col:nth-child(2) .menu,
footer .col:nth-child(2) .menu {
    display: none;
}
.header h2 {
    font-size: 2.5rem;
}
.subheader {
    font-size: 1.25rem;
}
#analysis .item {
    margin: 0;
    padding-left: 0;
}
#analysis .item .num {
    display: none;
}
#analysis .wrap {
    height: 418px;
    width: 500px;
}
#analysis .desc {
    background: #fff;
}
#work-map .zoomer-zoom {
    width: 200px;
}
#work-smart .smartimage {
    left: -8rem;
    width: 150%;
    padding: 65% 19% 22% 63%;
}
#hero-case .cell .item .num {
    font-size: 2.5rem;
}
}


/*
==============================
	md 1023 - Планшеты
==============================
*/
@media (max-width: 1023px) {
section {
    margin: 5rem 0;
}
blockquote p {
    font-size: 1.25rem !important;
}
.header h2 {
    font-size: 2rem;
}
.subheader {
    font-size: 1.125rem;
    margin: -1.5rem 0 2rem;
}
.ghost-block {
    padding-left: 4rem;
}
.ghost-start {
    left: 2rem;
}
.numeric .item .head {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.custom-form .block_left .desc {
    margin-left: -4rem;
}
.custom-form .block_right {
    margin-left: -6rem;
}
.custom-form .block_right .arr-btn {
    display: none;
}
#analysis .subheader {
    margin: 0;
    margin-left: 0rem;
}
#analysis .wrap {
    display: none;
}
#analysis .item {
    margin: 1rem 0 !important;
    padding-left: 4rem;
}
#analysis .item .num {
    display: block;
    font-size: 1.25rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
}
#analysis .tablet {
    position: relative;
    margin-bottom: 0;
}
#work-map .zoomer-zoom {
    width: 150px;
}
#work-map .zoomer-text svg {
    right: 0rem;
    width: 100px;
}
#work-hyper .bg{
    margin-right: 0;
    margin-left: 0;
}
#work-hyper .hypertext{
    margin-left: 12%;
    height: 80px;
}
#work-analytics .noteimage {
    margin-top: -3rem;
}
#secret {
    background: url(i/bg-secret2.jpg) no-repeat center;
    background-size: cover;
    padding: 7rem 0;
}
#avatars .item .avatar-quote {
    padding: 2rem;
    margin-left: -3rem;
    font-size: 1rem;
}
#team .team {
    margin: 0rem;
    margin-bottom: 2rem;
}
#opros .header h2 {
    font-size: 2rem;
}
footer {
    padding: 2rem 0;
}
footer .col:nth-child(1) {
    flex: 0 0 12rem;
}
footer .logo {
    max-width: 150px;
}
footer .btn {
    font-size: 0.9rem;
}
#hero-case h1 {
    font-size: 2.5rem;
}
#hero-case .utp-subheader {
    font-size: 1.25rem;
    margin-top: 1.5rem;
}
#hero-case .cell {
    padding-top: 2rem;
}
#hero-case .cell .item .num {
    font-size: 1.5rem;
}
#hero-case .cell .item .num span{
    display: inline;
}
#hero-case .cell .item .desc{
    display: none;
}
#case-clients .header {
    margin-bottom: 1.5rem;
}
#contacts .head {
    margin-top: 2rem;
}
#contacts .head::before {
    top: 2rem;
}
#contacts .button {
    margin-top: 2rem;
}
#hero-micro.thank {
    height: calc(100Vh - 114px);
}
}


/*
==============================
	sm 769 - Фаблеты
==============================
*/
@media (max-width: 769px) {
nobr {
    white-space: normal;
}
section {
    margin: 4rem 0;
}
h1 {
    font-size: 2.5rem;
}
article p {
    font-size: 1.125rem;
}
article.image .text {
    background: transparent;
    margin: 0;
    padding: 0;
}
article.image .img {
    background: transparent;
    padding: 0;
    margin-top: 1rem;
}
.custom-form .block_right {
    margin-left: -1rem;
}
.custom-form .block_left {
    padding: 0;
    margin: 0;
    margin-right: 0;
    height: auto;
}
.custom-form .block_left .desc {
    margin-left: 0;
}
.custom-form .block_left .autor {
    margin-bottom: 2rem;
}
#header .col:nth-child(4) {
    display: none;
}
#header .logo {
    max-width: 170px;
}
#hero {
    min-height: auto;
}
#hero .utp-desk {
    font-size: 1.125rem;
}
#category {
    padding: 4rem 0;
    overflow: hidden;
}
#category .case-container {
    margin: 0px 2rem;
}
#analysis  .tablet {
    margin-top: 2rem;
}
.work-section section {
    margin: 4rem 0;
}
.work-section .button {
    margin: 2rem 0;
    text-align: center;
}
#work-map .zoomer {
    max-width: 250px;
    margin: 1rem auto 4rem;
}
#work-map .zoomer-zoom {
    display: none;
}
#work-packaging .banners {
    width: 200px;
    margin: 1rem auto;
}
#work-hyper .hypertext {
    height: 70px;
    font-size: 1.125rem;
}
#work-analytics .noteimage {
    margin-top: -2rem;
    margin-left: -6rem;
}
#work-smart .smartimage {
    position: relative;
    left: -3rem;
    width: 100%;
    padding: 34% 20% 15% 44%;
}
#avatars .container-fluid {
    padding: 0 1.5rem;
}
#avatars .item {
    margin: 0 0.5rem;
}
#avatars .item .avatar-name {
    margin-top: 1rem;
}
#avatars .item .avatar-name .name {
    font-size: 1rem;
    line-height: 1.2;
}
#team .team {
    margin-bottom: 1.5rem;
}
#team .team .body {
    position: static;
    color: inherit;
    opacity: 1;
}
#team .team .name {
    font-size: 1rem;
    margin-top: 0.4rem;
}
#team .team::before {
    display: none;
}
#team .team:hover .image img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
#principles .subheader {
    margin-bottom: 3rem;
}
#hero-archive {
    padding: 6rem 0 3rem;
}
#hero-case {
    min-height: auto;
    padding: 6rem 0 3rem;
}
#hero-case .utp {
    margin-top: 0;
}
#case-intro .container-fluid {
    padding-bottom: 1rem;
    margin-bottom: 0rem;
}
#case-intro .desc {
    font-size: 1.125rem;
    margin-top: 2rem;
}
#case-intro .header h2,
#builder .header h2 {
    margin-bottom: 1rem;
}
#section-form {
    padding: 3rem 0;
}
#opros .buttons {
    position: relative;
    margin-bottom: 2rem;
}
#contacts .contacts  {
    margin-left: 2rem;
}
#contacts .head::before {
    left: 1rem;
}
#hero-micro.thank {
    height: calc(100Vh - 108px);
}
}


/*
==============================
	xs 499 - Смартфоны
==============================
*/
@media (max-width: 499px) {
html {
    font-size: 14px;
}
section {
    margin: 3rem 0;
}
blockquote {
    padding: 2rem;
}
blockquote p {
    font-size: 1.125rem !important;
}
.mobile {
    top: 65px;
}
.header h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}
.subheader {
    font-size: 1.125rem;
    margin: -0.5rem 0 2rem;
}/*
.logo .logo-full{
    display: none;
}
.logo .logo-mobile {
    display: block;
    width: 3rem;
}*/
.ghost-block {
    padding-left: 0;
}
.ghost {
    display: none;
}
.spoilers {
    padding-left: 3rem;
}
.spoiler-btn::vefore {
    top: 5px;
    left: 10px;
}
.spoiler-btn::after {
    top: 10px;
    left: 5px;
}
.main {
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
}
#header .col:nth-child(1) {
    flex: 0 0 10rem;
}
#category .case-container {
    margin: 0px 0rem;
}
#category .wrap {
    padding: 2rem;
}
#work-analytics .noteimage {
    margin-top: -1rem;
    margin-left: -3rem;
    padding: 16% 16% 4% 32%;
}
#cases .case-container {
    margin: 0 1rem;
}
#cases .case {
    margin: 0.5rem -1rem;
}
#secret {
    margin: -3rem 0;
}
#avatars .team {
    display: block;
}
#avatars .item {
    margin: 0;
    margin-bottom: 2rem;
}
footer .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
footer .col {
    flex: 1 1 auto !important;
}
footer .logo {
    max-width: 150px;
    margin: 0 auto;
}
footer .button {
    text-align: center;
}
footer .phone {
    text-align: center;
    margin-right: 0;
    margin: 1rem 0;
}
#hero-case h1 {
    font-size: 2rem;
}
#case-clients {
    padding: 4rem 0;
    margin: 0;
}
#case-clients .about {
    font-size: 1.5rem;
}
#case-intro .autor {
    max-width: none;
    display: flex;
}
#case-intro .avatar {
    width: 9rem;
    margin-right: 1rem;
}
#hero-micro.thank {
    height: calc(100Vh - 198px);
}
}