﻿/* Общее  */
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
	
}

body {
    font-family: 'Gilroy', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #031542;
    line-height: 1.4;

}

a {
    color: #031542;
}

a:focus,
a:hover {
    border: none;
    outline: none;
}

img {
    max-width: 100%;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

.container {}


@media screen and (min-width:992px) {
    .only-mob {
        display: none!important;
    }
}

@media screen and (max-width:991px) {
    .only-deskt {
        display: none!important;
		
    }
}








H1,
H2,
H3,
H4,
H5,
H6 {
    margin-top: 0!important;
}

H1 {
    font-size: 38px;
    line-height: 1.4;

}

H2 {}

H1.content-title,
H1.main-title {
    line-height: 1.05;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 42px;
}


H3 {}


.h2 {
	font-size:50px;	
	line-height: 50px;
    font-family: 'AGForeignerMediumC';
	text-align:center;
	margin-bottom:50px;
	position: relative;
}

.h2.min-mrg {
	margin-bottom:30px;
}

h4 {
	font-size:22px;
	margin-bottom:15px;
}


.h2:before {
	margin: auto;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    width: 178px;
    height: 2px;
    background-color: #ff7400;
}


.under-h2 {
	font-size:24px;	
	line-height: 30px;
	text-align:center;
	margin-bottom:50px;
}

.under-min-mrg-h2 {
	font-size:20px;	
	line-height: 25px;
	margin-bottom:20px;
}

.under-min-mrg-h2-or {
	color:#ff7400;
	font-size:26px;	
	text-align:center;
	margin-bottom:45px;
}

.under-h2 span{
	color:#ff7400;	
}




.orange-btn {
    display: table;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
	border-radius: 10px;
	background-image: -moz-linear-gradient( 96deg, rgb(255,90,0) 0%, rgb(255,138,0) 100%);
	background-image: -webkit-linear-gradient( 96deg, rgb(255,90,0) 0%, rgb(255,138,0) 100%);
	background-image: -ms-linear-gradient( 96deg, rgb(255,90,0) 0%, rgb(255,138,0) 100%);
	padding: 20px 110px;
	transition: all 0.2s linear;
}



.orange-btn:hover, .orange-btn:focus {
  background-image: -moz-linear-gradient( 96deg, rgb(255,60,0) 0%, rgb(255,114,0) 100%);
  background-image: -webkit-linear-gradient( 96deg, rgb(255,60,0) 0%, rgb(255,114,0) 100%);
  background-image: -ms-linear-gradient( 96deg, rgb(255,60,0) 0%, rgb(255,114,0) 100%);
  color:#fff;
  text-decoration:none!important;
}








.centr-btn {
	margin-left:auto;
	margin-right:auto;
}

.m-btn {
	padding: 20px 80px;
}

.middle-btn {
	padding: 20px 50px;
}

.s-btn {
	position:relative;
}

.s-btn:before {
	content:'';
	position:absolute;
	width:130px;
	height:39px;
	background:url(../img/icons/arrow.png) no-repeat center center;
    background-size: cover;
	top:-18px;
	left:-160px;
	
}

.side-btn {
	padding: 20px 20px;
	width:100%;
	text-align:center;
}



.btn-submit {
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    padding: 20px 0;
    background: #D90429;
    border: 0px solid #F44336;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.inp {
    border: none;
    outline: none;
}

.form-notice {
    color: #FFFFFF;
    text-align: center;
    display: block;
}


.main-row {
    display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
	padding-bottom:70px;
}

.main-content {
    width: calc(100% - 270px);
	padding-right:100px;
}





.main-sidebar {
    width: 270px;
}

.content {
	font-size:18px;
	color:#313131;
}

.bottom-content {
	margin-top:60px;
}


@media screen and (max-width:991px) {
	
.main-content {
    width:100%;	
	padding-right: 0px;
	margin-bottom:40px;
}

.main-sidebar {
    width:100%;
}	
	
	
.main-row {

	padding-bottom:30px;
}	
	
	
.h2 {
	font-size:30px;	
	line-height: 40px;
	margin-bottom:35px;
}

.under-h2 {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 25px;
}



.orange-btn {
	width:auto;
    padding: 17px 37px;
	font-size: 18px;
}


.middle-btn {
	padding: 17px 17px;
}




}



@media screen and (max-width:520px) {
	
	.orange-btn {
	width:100%;
    padding: 17px 17px;

}
	
}







@media screen and (max-width:420px) {
    H1 {
        font-size: 38px;
    }

    H2 {
        font-size: 32px;
    }

    H3 {
        font-size: 27px;
    }
}



ul {
    list-style: none;
}

a {}

a:hover {

    text-decoration: none;
}

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


/* Общее  */



/* Шапка  */
header {
  background-color: #fff;
  box-shadow: 0 7px 14px -7px rgba(94, 94, 94, 0.16);
}






.header-top {
    text-align:center;
	font-size:22px;
	padding-top:18px;
}

.header-top span{
    color:#ff7400;
	font-weight: 500;
}



.header-line {
    box-shadow: inset 0px -1px 0px rgba(232, 234, 241);
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;

}




.soc-list {
    margin-bottom: 0;
}

.soc-list__item {
    display: block;
    float: left;
    margin-right: 11px;
}.mess-list {	margin-top:3px;}.mess-list__item {    display: block;    float: left;    margin-right: 3px;}.mob-mess-list {	text-align:center;	display:table;	margin-left:auto;	margin-right:auto;}
body .mail-ph i.fa-whatsapp {	font-size: 23px;}body .mail-ph i.fa-telegram {	font-size: 20px;	line-height:23px;}
.soc-list__item a {
    display: block;
    margin: auto;
    font-size: 25px;
    border-radius: 100%;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
	box-shadow: 0px 2px 5.46px 0.54px rgba(172, 172, 172, 0.47);
	width: 45px;
	height: 45px;
	transition: all 0.2s linear;
}





.soc-list__item a i {
    color: #ff7400;
	
}

.soc-list__item a:hover {
	background:#ff7400;
}

.soc-list__item a:hover i {
    color: #fff;
}




.mail-ph a {
    font-size: 18px;
    font-weight: 500;
}

.mail-ph i {
	font-size: 18px;
    color: #ff7400;
	display:inline-block;
	margin-right:7px;
}

.widgets .mail-ph i {
	font-size: 22px;
    
}


.widgets .phone {
	margin-bottom:10px;
}


.mail-ph .phone {
    
}

header .mail-ph .mail {
	margin-bottom:0;

}



.mail-ph .mail {
	margin-bottom:12px;

}

.account {}
.acc-btn {
  font-family: 'Lato'; 
  border: 2px solid #ff7400;
  border-radius: 10px;
  font-size:18px;
  padding:10px 28px;
  margin-bottom:8px;
  display:table;
  text-align:center;
  width:200px;
}

.acc-btn:hover { 
    border: 2px solid #ff7400;
    background:#ff7400;
	color:#fff;
}




 .mode{
	font-size:16px;
	color:#7a7a7a;
}
	

 .mode2{
	margin-top:9px;
}
	


@media (max-width: 991px) {

	.header-top {
    background: #f4f5f8;
    font-size: 20px;
    padding: 15px 0;
}


    .header-row .soc-list {
        display: none;
    }

    

    .tel-btn {
        display: table;
        margin-right: 8px;

    }
	
	.mob-m {
        padding-bottom: 25px;
    }

	header .mob-m .mail {
		margin-bottom: 15px;
	}

    .mob-m .soc-list {
        width: auto;
        display: table;
        margin: 15px 0;
    }


    .mob-mail-ph {
        margin-top: 15px;
        margin-bottom: 15px;
    }


    .mob-mail-ph a {
        font-weight: 500;
        font-size: 19px;
        line-height: 21px;
        color: #111111;
    }

    .mob-mail-ph .phone {
        margin-top: 5px;
    }
	
	.mob-m .mode {
		text-align:left;
	}

}










/* Шапка  */


/* Меню в шапке */


.caret {
    display: unset;
    width: unset;
    height: unset;
    margin-left: unset;
    vertical-align: unset;
    border-top: unset;
    border-right: unset;
    border-left: unset;

}




/* гамбургер */
.navbar-toggler {
    display: none;
    width: 35px;
    height: 27px;
    border-radius: 0;
    position: relative;
    border: none;
    outline: none;
    margin-left: 8px;
    background: transparent;
	padding:0;

}




.navbar-toggler.collapsed {}


.navbar-toggler .menu-icon {
    border-top: 3px solid transparent;
}

.navbar-toggler.collapsed .menu-icon {
    border-top: 3px solid #12224d;
}


.navbar-toggler .menu-icon:before {
    transform: rotate(-45deg);
    top: 5px;
}

.navbar-toggler.collapsed .menu-icon:before {
    transform: none;
    top: 8px;
}



.navbar-toggler .menu-icon:after {
    transform: rotate(45deg);
    top: 5px;
}

.navbar-toggler.collapsed .menu-icon:after {
    transform: none;
    top: 19px;
}












.menu-icon {

    transition: all .3s;
    display: block;
    font-size: 0;
    width: 35px;
    height: 27px;
    position: relative;
    top: 0 !important;
    left: 0;
    cursor: pointer;
}




.menu-icon:before,
.menu-icon:after {
    border-top: 3px solid #12224d;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
}

.menu-icon:before {}

.menu-icon:after {
    top: 17px;
}


/* стрелка у пункта с выпад. меню */
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}



.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0.5rem 0;
    font-size: 1rem;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    min-width: unset;

}

.dropdown-item {
    display: block;
    min-width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}


.nav-link {
    display: block;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: unset;
    margin-bottom: unset;
    border: unset;

}



.navbar-nav {
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}



.navbar-nav {
    font-weight: 400;
    text-align: center;
    font-size: 1em;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.navbar-nav li {
    font-size: 15px;
}

.navbar-nav .nav-link {
    text-decoration: none;
    font-size: 20px;
    line-height: 22px;
    display: block;
}

.navbar-nav a.nav-link:hover {
    color: #ff7400;
    background-color: unset;
}

.navbar-nav .nav-link {
    padding: 0 0;
}

.dropdown-menu a {
    padding: 7px 15px !important;
}

.dropdown-menu > li:first-child > a{
    padding-top: 17px!important;
	display:block;
}

.dropdown-menu li:last-child {
    margin-bottom: 10px;
}



ul.dropdown-menu {
    border: none;
    border-radius: 0;
    height: 0;
    padding: 0;

}

ul.dropdown-menu li {
    font-size: 13px;
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    max-height: unset;
    display: block;
   /* overflow: hidden;*/
    opacity: 0;
}

.dropdown:hover .dropdown-menu {


    max-height: unset;
    
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
}


ul.navbar-nav li.dropdown > ul.dropdown-menu {
    display: none;   
}

@media (min-width: 992px) {
	

	
	
	
ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin: 0;
	opacity: 1;
    
}

}

@media (max-width: 991px) {
ul.navbar-nav li.dropdown > ul.dropdown-menu.highlight {
    display: block;
}

ul.navbar-nav li.dropdown > ul.dropdown-menu.highlight .dropdown-menu-third{
    display: block;
	position:static;
	border-left:none;
}

}





.dropdown-third {
	position:relative;
}


.dropdown-menu-third {
	display:none;
	position: absolute;
    left: 100%;
    top: -10px;
    background: #fff;
	padding-top:10px;
	border-left:3px solid #5790FF;

}
.dropdown-third:hover .dropdown-menu-third{
	display:block;
}



.dropdown-menu li:first-child .dropdown-menu-third {
	top:0px;
}

@media (min-width: 992px) {

	.dropdown-third:hover > a{
	color:#5790FF;
}


	

    .dropdown-menu {
        height: 0;
    }


    .dropdown:hover .dropdown-menu {
        height: auto;
    }




    .navbar .navbar-nav > li {
        padding: 0 0 0;
        
        display: inherit;
    }
	
	.navbar .navbar-nav > li > a{
		display:block;
        padding-bottom:20px;
		padding-top:20px;
        border-bottom: 3px solid transparent;  
    }
	
	

    .navbar .navbar-nav > li:hover > a{
        border-bottom: 3px solid #ff7400;
    }


    .navbar .navbar-nav > li:hover > a {
        color: #ff7400;
    }


    .navbar-nav > li {
        margin-right: 40px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        min-width: 100%;
    }





}





@media (max-width: 991px) {
	

    .header-row {
        padding: 15px 0;
    }


    .logo img {
        max-width: 150px;
    }



    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    #TopNav .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }


    .navbar {
        position: unset;
        display: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        min-height: unset;
        margin-bottom: unset;
        border: unset;
        padding: 0;
        border: none;
    }


    .navbar-nav {
        display: block;
        margin-top: 0;
		box-shadow: inset 0px -1px 0px rgba(232, 234, 241);
		margin-bottom:25px;
		padding-bottom:10px;

    }

		


    .navbar-nav > li {
        
        padding:  0;
    }



    #TopNav .col-xs-12 {
        min-height: unset;
    }

    .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
        margin-top: 0;
    }

    .navbar-toggler {
        display: inline-block;
    }



    #TopNav ul.dropdown-menu.highlight {
        opacity: 1 !important;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        max-height: unset !important;
        padding: 0px 0px 7px;
        height: auto;
		
    }
	
	.dropdown-menu-third {
		padding-top: 0;
	}
	
	.navbar-nav .dropdown-menu-third  .nav-link {
		font-size:12px;
	}
	
	

	.dropdown-menu > li:first-child > a {
    padding-top: 14px!important;
    display: block;
}

	.dropdown-menu li:last-child {
    margin-bottom: 0;
}

    .copen {
        -webkit-transform: rotate(90deg) !important;
        -ms-transform: rotate(90deg) !important;
        transform: rotate(90deg) !important;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        color: #ff7400 !important;
    }



    .dropdown-toggle::after {
        display: none;
    }


    .dropdown:hover .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dropdown-menu {
        padding: 0.2rem 0;
        margin: 0;
    }

    ul.dropdown-menu {
        padding: 0px;
    }

    .nav-link {
        text-align: center;
    }



    #TopNav .caret {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        position: absolute;
        right: 8px;
        top: 10px;
		padding-top:8px;
        z-index: 999999;
    }

	#TopNav .caret span{
        display: block;
        width: 0;
        height: 0;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        font-size: 22px;
    }


    .navbar-nav .nav-link {
        padding: 14px 14px;
        text-align: left;
        margin: auto;
    }
	
	
	
	.navbar-nav .dropdown-menu a.nav-link {
	
    font-size: 18px;
    line-height: 20px;
	color:#747474;
	font-weight:100;
	padding-top:7px!important;
	padding-bottom:7px!important;
	padding-left:34px!important;
}
	

    #TopNav .down-caret {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all .25s ease-in;
        -o-transition: all .25s ease-in;
        transition: all .25s ease-in;
    }

    #TopNav ul.dropdown-menu {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0 !important;
        max-height: 0 !important;
    }



    #TopNav .caret {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        color: #000;
    }




}



/* Меню в шапке  */


/* Интро  */
.intro {}


.intro-title {
	font-size:70px;
	line-height:80px;
	font-family: 'AGForeignerMediumC';
}

.intro-under-title {
	font-size:24px;
	margin-bottom:30px;
}

.mob-slide-img {
	display:block;
	margin:15px auto 30px!important;
}

.intro-under-title span{
	color:#ff7400;
	font-weight: 600;
}

.slick-track{
  display:flex!important;
}
.slick-slide.slider-item{
  height:auto;
  flex:0 0 auto;
}


.slider-item {
    padding: 90px 0 74px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.slider-item-row {
	display:flex;
	justify-content:space-between;
}




.slider-item-content {
	width:50%;
}

.slider-item-2 .slider-item-content {
	width:43%;
}


.slider-item-img {
	width:50%;
}

.slider-item-2 .slider-item-img {
	width:57%;
}

.slider-item-img {
	position:relative;
}


.slider-item-img img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	
}

.intro-list {
    

}

.intro-list__item {
    font-size: 20px;
    line-height: 120%;
    color: #323232;
    display: flex;
    align-items: center;
	margin-bottom:20px;
}

.intro-list__img {
  box-shadow: 0px 3px 5.46px 0.54px rgba(156, 163, 180, 0.38);
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  position: relative;

}

.intro-list__img img{
  max-width: 100%; 
max-height: 100%;
position: absolute;
z-index: 1;
margin: auto;
top: 0; right: 0; bottom: 0; left: 0;

}

.intro-list__text {
	padding-left:20px;
}

.intro-list__text {
		width:calc(100% - 80px)
	}

.intro-btn {
    width: auto;
    padding: 20px 80px;
    margin-top: 53px;

}






.intro-form {
    width: 39%;
    float: right;
    padding: 20px 25px;
    background: #202247;
    opacity: 1;
}

.intro-form__title {
    font-weight: 700;
    font-size: 24px;
    color: #ffcb90;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.intro-form__under-title {
    font-weight: 500;
    font-size: 16px;
    color: #ffcb90;
    text-align: center;
    margin-bottom: 10px;

}

.intro-form__list {
    margin-bottom: 15px;
}

.intro-form__list li {

    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.intro-form .inp {
    width: 100%;
    margin-bottom: 20px;

}

.intro-form .btn-submit {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}


.intro .slick-dots {
    bottom: 17px;
	height:18px;
    left: 0;
    right: 0;
    display: block;
    padding: 0;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    text-align: right;
}


.slider-item {
	
	background: url(../img/slider-bg.jpg) no-repeat center center;
    background-size: cover;
}


@media screen and (max-width:991px) {
	
	
	
	
	.slider-item-content {
	width:100%;
}

.slider-item-2 .slider-item-content {
	width:100%;
}
	
	
	.header-line {
    box-shadow: none;
}
	
	
    .intro {}


    .slider-item {
        padding: 50px 0 120px;
    }

    
	.intro-title {
    font-size: 40px;
    line-height: 50px;
}

    .intro-under-title {
    font-size: 22px;
   
}

   

    .intro-list {
        max-width: 100%;
        margin-bottom: 35px;
    }

    .intro-list__item {
        width: 100%;
        margin-bottom: 20px;
        font-size: 18px;
        
       
    }


	
	
	
	.intro-list__text br{
		display:none;
	}
   


}

@media screen and (max-width:520px) {
	
	
	.slider-item {
	background: url(../img/slider-bg-m.png) no-repeat center center;
    background-size: cover;
}

	

    .intro-btn {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 15px 0px;
    }
}




/* Интро  конец */

/* Сервис секция на главной  */

.service {
	padding:110px 0;
	background: url(../img/bg7.png) no-repeat center center;
    
}


.service-row {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:60px;
}

.service-item {
  width:31%;	
  border-radius: 15px;
  box-shadow: 0px 5px 9.1px 0.9px rgba(166, 166, 166, 0.38);
  padding:25px;
  background:#fff;
}

.service-img {
	margin-bottom:25px;
	position: relative;
	width:100%;
	height:205px;
}

.service-img img{
	
	max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.service-title {
	font-size:22px;
	font-weight:500;
	text-align:center;
	margin-bottom:20px;
}

.service-text {
	font-size:18px;
	font-weight:100;
	text-align:center;
}



@media screen and (max-width:991px) {
	
.service {
	padding:55px 0;  
}	
	
.service-row {
    margin-bottom: 30px;
	justify-content:center;
}	
	
.service-item {
    width: 65%;
	margin-bottom:20px;
}   

}

.mob-mail-ph-sl {
		display:none;
}


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

.mob-mail-ph-sl {
		display:block;
}


.service-item {
    width: 100%;
	margin-bottom:20px;
} 

.service-row {
	justify-content:space-between;
}

}

/*  Сервис секция на главной конец */





/* Показатели секция на главной  */

.indicators {
	padding:110px 0;
	background: url(../img/bg6.png) no-repeat center center;
}



.indicators-row {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:60px;
}

.indicators-item {
  background:#fff;	
  width:49%;	
  border-radius: 15px;
  box-shadow: 0px 5px 9.1px 0.9px rgba(166, 166, 166, 0.38);
  padding:40px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}

.indicators-img {
	position: relative;
	width:160px;
	height:auto;
}

.indicators-content {
	width: calc(100% - 160px);
	padding-left:30px;
}

.indicators-img img{
	
	max-width: 100%;
    max-height: 100%;
	display:block;
	margin:auto;
    
}

.indicators-title {
	font-size:22px;
	font-weight:500;
	margin-bottom:25px;
	position:relative;
}

.indicators-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 178px;
    height: 2px;
    background-color: #ff7400;
}




.indicators-title span{
	color:#ff6000;
	font-weight:600;
}



.indicators-text {
	font-size:20px;
	font-weight:100;
	color:#313131;
}



@media screen and (max-width:991px) {
	
	
.indicators {
    padding: 60px 0;
    
}	


.indicators-row {
    margin-bottom: 20px;
	 justify-content:center;
}
	

.indicators-item {   
    width: 65%;
	margin-bottom:15px;
    padding: 30px;
    display: block;
	
}

.indicators-img {
    width: 100%;
	margin-bottom:15px;
}

.indicators-content {
    width: 100%;
    padding-left: 0;
}

.indicators-title {
	text-align:center;
}

.indicators-text {
	text-align:center;
}


.indicators-title:before {
	margin: auto;
    left: 0;
	right: 0;
    bottom: -10px;
    width: 133px;
}


   




}




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

	
	.indicators-row {
   justify-content:space-between;
}

    .indicators-item{
	width: 100%;
	margin-bottom: 15px;
}




}







/*  Показатели секция на главной конец */











/* Кейсы секция на главной  */

.case {
	padding:110px 0;
	
	background: url(../img/bg5.png) no-repeat 94% 31%;
	background-size:315px;
	
   
}


.case-row {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:60px;
}

.case-item {
  width:32%;	
  border-radius: 15px;
  box-shadow: 0px 5px 9.1px 0.9px rgba(166, 166, 166, 0.38);
  background:#fff;
  margin-bottom:25px;
  
}

.case-item:hover .case-title{
 text-decoration:underline;
}

.case-item:hover .case-title span{
 text-decoration:underline;
}




.case-item{
	position:relative;
	z-index:999;
}

.case-item a{
	position: absolute;
	width:100%;
	height:100%;
	z-index:99999;
	top:0;
	left:0;
}



.case-item:nth-child(3):after {
	
}



.case-img {
	position: relative;
	width:100%;
	height:auto;
	min-height:170px;
	z-index:999;
	position:relative;
}





.case-img img{
	display:block;
	margin:auto;
	max-width: 300px;
    max-height: 120px;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
}


.case-title {
	font-size:20px;
	font-weight:500;
	background:#f3f5f8;
	padding:20px;
	text-align:center;
}

.case-title span{
	color:#ff6000;
	display:block;
	text-align:center;
}



.case-text {
	padding:20px;
	font-size:18px;
}

.case-text p{
	color:#313131;
}

.case-text p span{
	color:#959595;
}



@media screen and (max-width:991px) {
	
	
	.case {
    padding: 60px 0;
    
}
	
	.case-row {
    margin-bottom: 20px;
	justify-content:center;
}

    .case-item{
	width: 65%;
	margin-bottom: 25px;
}

.case-img img {
    
    max-width: 90%;
    
}



}




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

	
	.case-row {
   justify-content:space-between;
}

    .case-item{
	width: 100%;
	margin-bottom: 15px;
}




}







/*  Кейсы секция на главной конец */





/* Кейсы секция на главной  */

.steps {
	padding:90px 0 70px;
	background: #f4f5f8 url(../img/steps-bg.png) no-repeat center center;
	background-size:cover;
}


.steps-row {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:60px;
}

.steps-item {
  width:32%;	
  border-radius: 15px;
  box-shadow: 0px 5px 9.1px 0.9px rgba(166, 166, 166, 0.38);
  background:#eef0f5;
  padding:30px 30px 50px 30px;
  margin-bottom:25px;
  
}


.steps-number {
	font-size:80px;
	line-height:90px;
	font-weight:500;
	margin-bottom:20px;
	color: #ff7400;
	position:relative;
	font-weight: 900;
}

.steps-number:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 110px;
    height: 1px;
    background-color: #ff7400;
}




.steps-title {
	font-size:20px;
	font-weight:500;
	margin-bottom:10px;
}





.steps-text {
	font-size:18px;
}





@media screen and (max-width:991px) {
	
	.steps {
    padding: 60px 0 40px;
    
}

.steps-row {

    margin-bottom: 30px;
}

    .steps-item {
  width:100%;	
  margin-bottom:20px;
}

}




/*  Этапы сотрудничества секция на главной конец */






/* Преимущества секция на главной  */

.advantages {
	padding:110px 0 55px;
	background: #fff url(../img/bg3.png) no-repeat center center;
	background-size:cover;
	
}


.advantages-row {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:60px;
}

.advantages-item {
  width:32%;
  margin-bottom:50px;  
}


.advantages-img {
  display:table;
  margin:0 auto 20px;
  border-radius: 100%;
  box-shadow: 0px 5px 13px 0px rgba(152, 157, 169, 0.38);
  width: 120px;
  height: 120px;
  position: relative;
}

.advantages-img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}





.advantages-title {
	font-size:20px;
	font-weight:500;
	text-align:center;
	margin-bottom:10px;
}





.advantages-text {
	font-size:18px;
	line-height:25px;
	font-weight: 100;
	text-align:center;
}

.advantages-text span{
	text-decoration:underline;
}



@media screen and (max-width:991px) {
	
	.advantages {
    padding: 60px 0 30px;
    
}
	

    .advantages-item {
    width: 48%;
    margin-bottom: 25px;
}

}


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

    .advantages-item {
    width: 100%;
   
}

}






/*  Преимущества секция на главной конец */












/* Мероприятия и отзывы секция на главной  */

.ev-rev {
	background: #fff url(../img/bg2.png) no-repeat center 17% ;
    padding:50px 0;
	
	
}





.ev-rev-row {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:60px;
}

.events {
  width:55.1%;

}

.events .player{
  box-shadow: none;
}

.revs {
  width:37%;
}


.event-slider-img {
  display:table;
  margin:0 0 5px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
 
  overflow:hidden;
  position:relative;
}

.event-slider-play {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}







.rev-slider-img {
	margin:0 auto 0;
	background: #fff url(../img/revbg.png) no-repeat center center;
	background-size:contain;
	padding:26px 34px;
	display:table;
}

.rev-slider-img img{
	max-width:233px;
	max-height:329px;
}


body .thumbnail{
	display: block;
    padding: 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
	cursor:pointer;
}

.p-revs-img a.thumbnail{
	cursor: url(../img/zoom.png), pointer;
}

.rev-slider-img, .revs-side-slider_img{
	cursor: url(../img/zoom.png), pointer!important;
}

.rev-slider-img a, .revs-side-slider_img a{
	cursor: inherit!important;
}

.event-title {
	font-size:20px;
	text-align:center;
	margin:45px auto 10px;
	max-width:340px;
	min-height:56px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.revs-title {
	font-size:20px;
	text-align:center;
	margin:45px auto 10px;
	max-width:220px;
	min-height:56px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.revs-title span{
	color: #ff4e00;
}

.revs-title p, .event-title p{
	margin:0;

}



.advantages-text {
	font-size:18px;
	line-height:25px;
	font-weight: 100;
	text-align:center;
}

.advantages-text span{
	text-decoration:underline;
}



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

	.ev-rev {
    padding:50px 0 0;
	
	
}



    .events {
    width: 100%;
	margin-bottom:50px;
}

	.revs {
    width: 100%;
}



}




/*  Мероприятия и отзывы секция на главной конец */













/*  Средняя форма */

	.middle-form{
	background: #f4f5f8 url(../img/form-bg.jpg) no-repeat center center;
    background-size: cover;
	padding:40px 0;
	}
	
	.middle-form-row {
		display:flex;
		justify-content:space-between;
		align-items:center;
	}

	.middle-form-text {
    font-family: 'AGForeignerMediumC';
	}
	
	.middle-form-text_or {
    font-size: 26px;
	line-height:28px;
	color:#ff4e00;
	margin-bottom:15px;
	}
	
	.middle-form-text_bl {
    font-size: 24px;
	line-height:26px;
	}
	

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

	.middle-form-text_or {
	text-align:center;	
    font-size: 24px;
	line-height:26px;
	}
	
	.middle-form-text_bl {
	text-align:center;	
    font-size: 22px;
    line-height: 26px;
}



	.middle-form {
    background: #f4f5f8 url(../img/form-bg-m.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
}



    .middle-form-row {
    flex-wrap: wrap;
}

.middle-form-text {
	width:100%;
	margin-bottom:25px;
}

.middle-form-bottom {
	width:100%;
}

}

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

	.middle-form-text_or {
	text-align:left;	
	}
	
	.middle-form-text_bl {
	text-align:left;	
}

}	
	
	
	

/*  Конец средней формы */






/*  Сайдбар */

.side-clients {
	margin-bottom:50px;
}

.side-title {
	font-size:30px;
	line-height: 35px;
    font-family: 'AGForeignerMediumC';
    text-align: center;
    margin-bottom: 25px;
}

.main-sidebar .clients-side-slider, .main-sidebar .revs-side-slider {
margin-bottom:18px;
	}

.clients-side-slider_item {
border: 1px solid #ff7400;
border-radius: 5px;
padding:25px;

	}
	
.clients-side-slider_img {
	display: block;
	position:relative;
	height:145px;
}	
	
.clients-side-slider_img img {
    display: block;
   
	max-width: 90%;
    max-height: 90%;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
}	
	


.revs-side-slider_item {
border: 1px solid #ff7400;
border-radius: 5px;
position:relative;
	}

.revs-side-slider_item:before {
content: '';
position: absolute;
width:1px;
height:220px;
background:#fff;
left:-1px;
top:0;
bottom:0;
margin:auto;
}

.revs-side-slider_item:after {
content: '';
position: absolute;
width:1px;
height:220px;
background:#fff;
right:-1px;
top:0;
bottom:0;
margin:auto;
}

	





.revs-side-slider_img {
	display: block;
	position:relative;
	height:396px;
}	
	
.revs-side-slider_img img {
    display: block;
	max-width: 90%;
    max-height: 90%;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}	
	






	

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



}

	



	
	

/*  Конец сайдбара */















/* Виджеты  */

.subscribe-block {
    padding: 70px 0 40px;
    background: #fff url(../img/form-bg-2.png) no-repeat center center;
    background-size: cover;
	border-bottom:2px solid #c0c1cb;

}

.suscribe-title {
    color:#666b77;
    font-size: 26px;
    line-height: 40px;
	font-family: 'AGForeignerMediumC';
    padding: 0 0 0 185px;
	
}

.suscribe-title span{
	color:#ff4e00;
}

.subscribe-form-row {
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap:wrap;
}


.s-inp {
    padding: 9px 5px 9px 10px;
    width: 250px;
    border: none;
}

.s-blue-btn {
    width: 172px;
    line-height: 41px;
    background: #5790FF;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    outline: none;
    border: none;
}




.widgets {
    padding: 40px 0 0;
   

}

.widget-row {
	display: flex;
    justify-content: space-between;
	padding-bottom:15px;
	
    
}

.soc-widget {
	display: flex;
    justify-content: space-between;
    
}

.soc-widget .widget-soc {
	margin-right:50px;
}


H3.widget-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    margin-top: 0;
    margin-bottom: 20px;
	color:#343434;
}

.widget .menu li {
    margin-bottom: 13px;
}

.widget .menu li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #88888a;
}

.widget .menu li a:hover {
    color: #ff7400;
}



.w-phone {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    display: table;
    margin-bottom: 10px;
}

.w-mail {
    font-size: 15px;
    line-height: 18px;
    display: table;
    margin-bottom: 30px;
}

.widget-soc span {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    color: #111111;
    opacity: 0.6;
}

@media screen and (max-width:991px) {
	
	.suscribe-title {
		text-align:center;
	}
	
	.suscribe-title span{
		display:block;
		text-align:center;
	}
	
	.subscribe-block {
    padding: 40px 0 40px;
    background: #f4f5f8;
    border-bottom: 2px solid #c0c1cb;
}
		
	
	.widget-row {
	flex-wrap: wrap;   
	}
	

    H3.widget-title {
        margin-bottom: 20px;
    }

    .widget {
        margin-bottom: 30px;
		width:48%;
    }
	
	
	.widget.widget_nav_menu {
		width:100%;
    }
	
	
	
	
	.widget.widget-last {
        margin-bottom: 30px
    }

	.soc-widget {
		width:48%;
		flex-wrap:wrap;
		box-shadow: none;
		padding-top:0;
	}
	
	.soc-widget .mail-ph {
    display: block;
	width:100%;
	padding-top:14px;
}

	.soc-widget .widget-soc {
    margin-right: 0;
	width:100%;
	margin-bottom:20px;
}


    .subscribe-block {
        flex-wrap: wrap;
    }

    .suscribe-title {
        width: 100%;
        padding-left: 0;
		margin-bottom:25px;
		font-size: 22px;
        
    }
	
	.subscribe-form-bottom {
		width: 100%;
	}
	
	 .suscribe-title br{
		 display:none;
	 }

    

    

}




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

    .widget {
        margin-bottom: 30px;
		width:100%;
    }
	
	.widget.widget-last {
        margin-bottom: 10px
    }

	.soc-widget {
		width:100%;
		box-shadow: inset 0px 1px 0px rgba(232, 234, 241);
		
	}
	
	

}


@media screen and (max-width:520px) {
	
	
	.subscribe-block {
	padding: 120px 0 40px;	
    background: #fff url(../img/form-bg-2-m.png) no-repeat center center;
    background-size: cover;
}

	.suscribe-title span{
		display:inline;
	
	}


}




/*  Виджеты  конец */

/* Подвал  */
footer {
     background: #fff url(../img/foot-bg.jpg) no-repeat center center;
    background-size: cover;  
}

.footer-row {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 33px 0;
	flex-wrap:wrap;
}

footer .row-in{
	box-shadow: inset 0px 1px 0px rgba(232, 234, 241);
    
}



.cprt {
    padding-top: 10px;
    font-size: 16px;
    line-height: 160%;
    color: #404040;
	width:calc(100% - 270px);
	padding-left:35px;
}

.cprt a{
    display:table;
	color:#031542;
}

.cprt a:hover{
    text-decoration:underline;
}



@media screen and (max-width:991px) {
    .foot-logo {
        width:100%;
		display:table;
		margin:auto;
		margin-bottom:15px;
    }
	
	.foot-logo a{
		display:table;
		margin-left:auto;
		margin-right:auto;
		
    }
	
	.cprt {
        width:100%;
		padding-top: 0;
		padding-left: 0;
}
    }
}

@media screen and (max-width:520px) {
    .foot-btn {
        width: 100%;
		
    }
}


/*  Подвал конец */






/*  Хлебные крошки */





/*  Хлебные крошки конец */

/*  Страница наши услуги */

.o-service-row {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:30px;
}


.o-service-row.o-service-row-center {
	justify-content:center;
}


.o-service-item {
  width:49%;	
  background:#fff;
}

.o-service-row-center .o-service-item:nth-child(2n){
	margin-left:2%;
}





.o-service-img {
  margin-bottom:20px;
  position: relative;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 15px;
  position: relative;
  padding:25px 10px;
  height:257px;
  position:relative;
}

.o-service-img a{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:99;
}






.o-service-row-center .o-service-img{
	min-height:257px;
}



.o-service-img img{
	display:block;
	max-width: 100%;
    max-height: 205px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
    
}

.o-service-title {
	font-size:22px;
	font-weight:600;
	margin-bottom:15px;
	color: #ff7400;
}

.o-service-title a{
	color:#ff7400;
}

.o-service-title a:hover{
	color:#ff7400;
	text-decoration:underline;
}

.o-service-text {
	font-size:16px;
	font-weight:100;
	
}



@media screen and (max-width:991px) {
	
.o-service-row-center .o-service-item:nth-child(2n){
	margin-left:unset;
}
	
.o-service-row {
    margin-bottom: 30px;
	justify-content:center;
}	
	
.o-service-item {
    width: 65%;
	margin-bottom:20px;
}   

}



@media screen and (max-width:768px) { 
.o-service-item {
    width: 100%;
} 

.o-service-row {
	justify-content:space-between;
}

}









/*  Страница наши услуги конец */






/*  Страница кейсы по IT-Products */

.p-case-row {
	margin-bottom:60px;
}

.p-case-item{
	background:#fff;
	display:flex;
	justify-content:flex-start;
	margin-bottom:45px;
	flex-wrap:wrap;
}


.p-case-img {
	border-radius: 15px;
	box-shadow: 0px 5px 9.1px 0.9px rgba(166, 166, 166, 0.38);
	position: relative;
	width:280px;
	height:auto;
	position:relative;
}

.p-case-img a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	 z-index: 2;
}

.p-case-img img{
	display:block;
	margin:auto;
	max-width: 90%;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
}


.p-case-title {
	font-size:20px;
	font-weight:500;
	margin-bottom:10px;
}

.p-case-title span{
	color:#ff6000;
}



.p-case-text {
	width:calc(100% - 280px);
	padding-left:25px;
	font-size:18px;
}

.p-case-text a:hover{
	color:#ff7400;
}





.p-case-text p{
	color:#313131;
	margin-bottom:5px;
}

.p-case-text p span{
	color:#959595;
}



@media screen and (max-width:991px) {
	
	.p-case-img img {
		position:static;
		
	}
	
	.p-case-img {
		padding:15px 0;
		margin-bottom:15px;
		
	}
	
	
	.p-case-row {
    margin-bottom: 20px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

    .p-case-item{
	width:65%;
	margin-bottom: 35px;
	margin-left:auto;
	margin-right:auto;
}

.p-case-img{
    width: 100%; 
	
}

.p-case-text {
	width:100%;
}



}



@media screen and (max-width:768px) { 
.p-case-item  {
    width: 100%;
} 

.p-case-row {
	justify-content:space-between;
}

}




/*  Страница кейсы по IT-Products конец */





/*  Страница кейсы по Marketing-Mix */

.m-case-row {
	
	margin-bottom:60px;
}

.m-case-item {
  background:#fff;
  margin-bottom:70px;
  cursor:pointer;

}

.m-case-item-row {
  display:flex;
  flex-wrap:wrap; 	
  margin-bottom:15px;
}


.m-case-item-left {
	box-shadow: 0px 5px 9.1px 0.9px rgba(166, 166, 166, 0.38);
	width:300px;
	border-radius: 15px;
}

.m-case-item-right {
	width: calc(100% - 300px);
	padding-left:20px;
	padding-top:5px;
}

.m-case-item-right_img {
	margin-bottom:15px;
}


.m-case-item-right_text {
	display:flex;
	justify-content:space-between;
	font-size:18px;
}

.m-case-item-right_or-text {
	font-size:18px;
	color:#ff7400;
}

.m-case-item-right_text p span{
	color:#959595;
}



.m-case-img {
	position: relative;
	height:auto;
	z-index:999;
	padding:15px;
	height:127px;
}

.m-case-img img{
	display:block;
	margin:auto;
	display: block;
    margin: auto;
	max-width:260px;
	max-height:100px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	  
}


.m-case-title {
	font-size:18px;
	font-weight:500;
	background:#f3f5f8;
	padding:10px;
	text-align:center;
}

.m-case-title span{
	color:#ff6000;
	display:block;
	text-align:center;
}



.m-case-text {
	padding:20px;
	font-size:18px;
}

.m-case-text p{
	color:#313131;
}

.m-case-text p span{
	color:#959595;
}

.m-case-item-ut {
	text-decoration:underline;
	font-size:20px;
	font-weight:500;
}


.m-text {
	font-size:24px;
	font-weight:600;
	text-align:center;
	margin-bottom:30px;
}

.m-text span{
	color:#ff7400;
}


@media screen and (max-width:991px) {
	
	
	.m-case-item-right_text p span{
	display:block;
}

.m-case-text p span {
    display:block;
}

.m-case-text br {
	display:none;
}


	
	.m-case-row {
    margin-bottom: 20px;
	justify-content:center;
	display:flex;
	flex-wrap:wrap;
}

    .m-case-item{
	width: 65%;
	margin-bottom: 40px;
}

.m-case-img img {
    
    max-width: 90%;
    
}


.m-case-item-left {
	width:100%;
	margin-bottom:20px;
}

.m-case-item-right {
	width:100%;
	padding-left: 0;
}




}



@media screen and (max-width:768px) { 
.m-case-item  {
    width: 100%;
} 

.m-case-row {
	justify-content:space-between;
}

}








/*  Страница кейсы по Marketing-Mix конец */









/*  Страница наши мероприятия  */

.player-wrapper {
    width: 100%;
    margin: auto;
}

.player {
    margin: auto;
    position: relative;
    cursor: pointer;
    padding-bottom: 56.25%;
    height: 0;
    background-size: cover;
	border-radius: 15px;
    box-shadow: 0px 6px 10px 0px rgba(152, 157, 169, 0.38);
    overflow: hidden;
	 margin: 0 auto 18px;
}


.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}



.o-events-item {
	margin-bottom:35px;
}

.o-event-meta-row {
	display:flex;
	justify-content:space-between;
	margin-bottom:15px;
	align-items:center;
	flex-wrap:wrap;
}

.o-event-title {
	font-size:22px;
	width: calc(100% - 270px);
	padding-right:10px;
}

.o-event-line {
	font-size:18px;
	color:#787878;
	width:70px;
	text-align:right;
	padding-right:7px;
}

.o-event-date {
	font-size:18px;
	color:#787878;
	width:200px;
	text-align:right;
}


.o-event-img {
    display: table;
    margin: 0 auto 18px;
    border-radius: 15px;
    box-shadow: 0px 6px 10px 0px rgba(152, 157, 169, 0.38);
    overflow: hidden;
    position: relative;
	
}

.o-event-play {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.o-event-prev {
	font-size:18px;
}




@media screen and (max-width:991px) {
	
	.o-event-title {
	width:100%;
	padding-right:0;
}

.o-event-date {
	width:80%;
	text-align:left;
	order:1;
}

.o-event-line {
	width:20%;
	text-align:right;
	order:2;
}



}



/* Страница наши мероприятия конец */









/*  Страница наша команда  */

.o-service-item {
	margin-bottom:20px;
}


.o-team-row .o-service-img {
	max-height:236px;
}


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



}



/* Страница наша команда конец */







/*  Страница отзывы  */




.p-revs-row {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:30px;
}

.p-revs-item {
  width:49%;	
  background:#fff;
  margin-bottom:30px;
}

.p-revs-img {
  margin-bottom:20px;
  position: relative;
  border: 1px solid #ff7400;
  border-radius: 5px;
  padding: 15px 0;
  position: relative;
}

.p-revs-img .o-zoom {
	display:none;
	max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.p-revs-img:hover .o-zoom {
	display:block; 
}


.p-revs-img:before {
content: '';
position: absolute;
width:1px;
height:340px;
background:#fff;
left:-1px;
top:0;
bottom:0;
margin:auto;
}

.p-revs-img:after {
content: '';
position: absolute;
width:1px;
height:340px;
background:#fff;
right:-1px;
top:0;
bottom:0;
margin:auto;
}







.p-revs-img img{
	display:block;
	margin:auto;
	max-width: 100%;
}

.p-revs-title {
	font-size:22px;
	font-weight:500;
	margin-bottom:15px;
	text-align:center;
	position:relative;
}


.p-revs-title:before {
    margin: auto;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    width: 168px;
    height: 1px;
    background-color: #031542;
	margin-bottom:10px;
}



.p-revs-meta {
	font-size:18px;
	text-align:center;
}

.p-revs-meta span{
	color:#9f9f9f;
}

.p-revs-meta p:first-child {
	margin-bottom:3px;
}

.p-revs-meta p:last-child {
	color:#ff7400;
}

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

	
.p-revs-row {
    margin-bottom: 30px;
}	
	
.p-revs-item {
    width: 100%;
	margin-bottom:20px;
}   

}


/* Страница отзывы конец */













/*  Страница фак  */


.faq__inner {
    width: 100%;
	margin-bottom:60px;
}




.faq__item {
    position: relative;
    width: 100%;
    padding: 20px;
    background: #efeeee;
    margin-bottom: 15px;
    cursor: pointer;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 6px 9.5px 0.5px rgba(96, 96, 96, 0.16);



}

.faq__plus {
	width:35px;
	height:35px;
	background:#ff7400;
	border-radius:100%;
    position: absolute;
    top: 15px;
    right: 20px;
	line-height:35px;
	vertical-align:center;
    font-size: 40px;
	text-align:center;
	color:#fff;
	font-weight:100;
}


.faq__item.active .faq__plus {
	background:#bbbbbb;

}



.faq__item--title {
    font-size: 18px;
	font-weight:500;
}

.faq__answer {
    margin-top: 2rem;
    font-size: 16px;
	font-weight:100;
}


@media screen and (max-width:991px) {
	
.faq__inner {
    width: 100%;
	margin-bottom:30px;
}
	
.faq__item--title {
    padding-right: 45px;
}



}



/* Страница фак конец */




/*  Блог  */




.blog-row {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:60px;
}

.blog-menu {
	margin-bottom:30px;
}

.blog-menu-row {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:0;
	
	
}

.blog-menu-row li{
	min-width:190px;
	text-align:center;
	border:1px solid #ff7400;
	border-radius: 10px;
	padding:7px 10px;
	font-size:20px;
	line-height:22px;
	color:#ff7400;
	cursor:pointer;
	margin-right:12px;
	margin-bottom:12px;
}



.blog-menu-row li:hover{
	background:#ff7400;
	color:#fff;
}

.blog-menu-row li.active{
	background:#ff7400;
	color:#fff;
}


.blog-item {
  width:49%;
  border: 1px solid rgb(235, 235, 235);  
  border-radius: 15px;
  background-color:#fff;
  box-shadow: 0px 6px 13.6px 2.4px rgba(96, 96, 96, 0.16);
  margin-bottom:30px;
  position:relative;
}


.blog-item > a{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:99;
}




.blog-img {
  position: relative;
  position: relative;
  padding:25px 10px;
}





.blog-img img{
	display:block;
	max-width: 100%;
    max-height: 205px;
	margin:auto;
    
}

.blog-title {
	font-size:22px;
	font-weight:600;
	padding:12px 30px 18px;
}

.blog-title a {
	position:relative;
	z-index:999;
}

.blog-title a:hover {
	color:#031542;
	text-decoration:underline
	
}

.blog-text {
	font-size:16px;
	font-weight:100;
	
}

.blog-meta {
	padding:10px 10px 10px 60px;
	font-size:16px;
	color:#7d7d7d;
	background: #ebedf2 url(../img/icons/eye.png) no-repeat 28px center;

}

#load-more-events {
	text-align:center;
	width:100%;
	margin-top:25px;
}

#load-more-events a{
	margin:auto;
}


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

.blog-menu {
	margin-top:50px;
	margin-bottom:20px;
}
	

.blog-menu-row li{
	min-width:190px;
	width:47%;
	margin-bottom:10px;
}


	
.blog-row {
    margin-bottom: 30px;
}	
	
.blog-item {
    width: 100%;
	margin-bottom:20px;
}   

}



/* Блог конец */



/*  Статья  */

.h2-r {
	font-size:30px;
	line-height: 35px;
    font-family: 'AGForeignerMediumC';
    margin-bottom: 15px;
	
}

.kc__wrap {
    margin-bottom: 30px;
	margin-top: 25px;
    padding-top: 15px;
    border: 1px solid rgb(235, 235, 235);
	border-radius: 15px;
	padding:35px;

}

.kc-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}

.contents li {
    margin-bottom: 8px;
}


.contents li.top a {
    color: #0b7bc9;
    font-size: 18px;
    border-bottom: 1px dotted #5790ff;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.contents li.sub a {
    color: #0b7bc9;
    font-size: 18px;
    border-bottom: 1px dotted #5790ff;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}




.single-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cat-list-item{
    padding: 5px 10px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 20px;
	line-height:22px;
    background: #ff7400;
    border-radius: 10px;
}

.cat-list-item a{
    color: #fff;
}

.prev-meta-list {
	color:#7d7d7d;
	font-size:18px;
	line-height:32px;
	vertical-align:middle;
	/*border:1px solid #7d7d7d;*/
	border-radius: 10px;
	max-height:32px;
	padding:0 30px;
	position:relative;
}

/*
.prev-meta-list:after {
    content: '';
    position: absolute;
    width: 102%;
    height: 1px;
    background: #fff;
    left: 0;
	right: 0;
    top: -1px;
    
    margin: auto;
}

.prev-meta-list:before {
    content: '';
    position: absolute;
    width: 102%;
    height: 1px;
    background: #fff;
    left: 0;
	right: 0;
    bottom: -1px;
    
    margin: auto;
}
*/


.prev-view {
	padding-left: 30px;
    background: url(../img/icons/eye.png) no-repeat left center;
}


.content-post {
	font-size:20px;
	margin-bottom:35px;
}

.content-post H2{
	font-size:30px;
	font-family: 'AGForeignerMediumC';
	margin-bottom:30px;
	margin-top:30px!important;
}

.content-post>ul {
    display: inline-block;
    margin-bottom: 22px;
}

.content-post>ul li {
    padding-left: 27px;
    position: relative;
    font-size: 18px;
	font-weight:100;
    line-height: 140%;
    margin-bottom: 5px;
}

.content-post>ul li:before{
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../img/icons/tik.png) no-repeat left center;
	background-size:cover;
    left: 0;
    top: 3px;
    margin: auto;
}


.content-post img {
    border-radius: 10px;
	box-shadow: 0px 5px 11.96px 1.04px rgba(96, 96, 96, 0.2);
	margin-bottom:35px;
	margin-top:15px;
}






.sh-gr {
	background:#f4f5f8;
	padding:20px;
	border-radius:15px;
	
	margin-bottom:35px;
}

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

.sh-gr-y {
	background:#f4f5f8;
	padding:15px 15px 15px 40px;
	
	margin-bottom:35px;
	border-left:8px solid #ffde00;
	margin-top:25px;
}

.sh-gr-y p:last-child{
	margin-bottom:0;
}

.sh-gr-g {
	background:#f4f5f8;
	padding:15px 15px 15px 40px;
	
	margin-bottom:35px;
	border-left:8px solid #05b744;
	margin-top:25px;
}

.sh-gr-g p:last-child{
	margin-bottom:0;
}


.sh-gr-r {
	background:#f4f5f8;
	padding:15px 15px 15px 40px;
	margin-bottom:35px;
	border-left:8px solid #e6092d;
	margin-top:25px;
}

.sh-gr-r p:last-child{
	margin-bottom:0;
}




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



}



/* Статья конец */



/*  Модальное  окно начало  */

.f-form input[type=checkbox] {
	display: none;
}

.f-form .checkbox label:before {
    border-radius: 3px;
}

.f-form label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #fff;
	border:1px solid rgb(32, 32, 32);
	border-radius: 3px;
}


.f-form input[type=checkbox]:checked + label:before {
	content: '';
	
	background: url(../img/icons/tik.png) no-repeat center center;
	background-size:16px;
}

.f-form .checkbox {
	margin:0;
}


.pol-row {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: flex-start;
	margin-bottom:15px;
}

.pol-ch {
	width: calc(100% - 30px);
	font-size:15px;
}

.modal-content {
    background: #fff;
    border-radius: 20px;  
}


.modal-inner {
    padding: 45px 85px;
}
	
.pop-btn {
	padding:20px;
	width:100%;
	border:0;
	outline:0;
}


.ev-more-btn {
	margin:auto;
	margin-bottom:30px;
}



.form-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
	font-weight:600;
    
}

.thanks-modal-txt {text-align: center;
    font-size: 26px;
    font-weight:600;
	}

.inp {
    background: #fff;
    display: block;
    width: 100%;
    padding: 20px 20px;
    border: 1px solid rgb(77, 77, 77);
    box-sizing: border-box;
    border-radius: 10px;
	margin-bottom:12px;
	font-size:20px;
	line-height:22px;
}







.error-p {
    font-size: 13px;
    line-height: 16px;
    color: #e90000;
    margin-top: -10px;
    margin-bottom: 5px;
    display: none;
}

.visible {
	display:block;
}



#case-modal .modal-inner {
	padding:25px 50px;
}

.modal-title {
	margin-bottom:40px;
	text-align:center;
	font-family: 'AGForeignerMediumC';
	font-size:36px;
	line-height:40px;
}


.modal-title span{
	color: #ff7400;
	white-space:nowrap;
}

.modal-title span.t-sp {
	color: #031542;
}

.modal-case-content {
	font-size:20px;
	margin-bottom:20px;
}

.modal-case-content p{
	margin-bottom:5px;
}


.modal-case-content .traff {
	display:inline-block;
	margin-right:40px;
}

.modal-case-content .turn {
	display:inline-block;
}

.modal-case-content .romi {
	color:#ff7400;
	font-size:22px;
}

.modal-case-content .mix {
	text-decoration:underline;
	font-size:22px;
	
}



.modal-inp-row {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.modal-inp-row > div{
	width:32%;
}



@media screen and (max-width:991px) {
	
#case-modal .modal-inner {
	padding:10px 20px;
}	
	
	
	
.modal-inp-row > div{
	width:100%;
}
	
	
	
.modal-inner {
    padding: 10px;
}	



}



/* Модальное  окно конец */






/*  Страница наши мероприятия  */




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



}



/* Страница наши мероприятия конец */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
 max-width: 100%;
 height: auto;
}
.alignleft,
img.alignleft {
 display: inline;
 float: left;
 margin-right: 24px;
 margin-top: 4px;
}
.alignright,
img.alignright {
 display: inline;
 float: right;
 margin-left: 24px;
 margin-top: 4px;
}
.aligncenter,
img.aligncenter {
 clear: both;
 display: block;
 margin-left: auto;
 margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
 
}
.wp-caption {
 background: #f1f1f1;
 line-height: 18px;
 margin-bottom: 20px;
 padding: 4px;
 text-align: center;
}
.wp-caption img {
 margin: 5px 5px 0;
 max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
 color: #777;
 font-size: 12px;
 margin: 5px;
}
.wp-smiley {
 margin: 0;
}



/* Хлебный крошки */
.id-breadcrumb {
	font-size: 18px;
	padding-top:20px;
	margin-bottom:50px;
	
}

.current-bread {
	color: #ff7400;
}

.id-breadcrumb a{
	text-decoration: underline;
}

/* Конец хлебные крошки */


.blog-row:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(245, 245, 245, 0.8);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.blog-row.v-visible:before {
    display: block;
}


/*  Страница о нас  */




.about-row {
	
	margin-bottom:50px;
}




.about-item {
  width:100%;	
  background:#fff;
  display:flex;
  margin-bottom:30px;
  flex-wrap:wrap;
}






.about-img {
  position: relative;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 15px;
  position: relative;
  min-height: 213px;
  width: 380px;
  overflow:hidden;
}


.about-content {
  padding-left:20px;
  width:calc(100% - 380px);
}




.about-img img{
	display:block;
	max-width: 100%;
    max-height: 100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
    
}

.about-title {
	font-size:22px;
	font-weight:600;
	margin-bottom:15px;
	color:#ff7400;
}

.about-text {
	font-size:16px;
	font-weight:100;
	
}



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

	
.about-row {
    margin-bottom: 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.about-item {
    width: 65%;
} 
	
.about-img {
  margin-bottom:10px;
  width:100%;
}


.about-content {
  padding-left:0;
  width:100%;
}  

}



@media screen and (max-width:768px) { 
.about-item {
    width: 100%;
} 

.about-row {
	justify-content:space-between;
}

}





/* Страница о нас конец */







/*  Страница наши кейсы */

.o-cases-row {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:60px;
}

.under-min-mrg-h2 span {
	color:#ff7400;
}


.o-cases-item {
  width:49%;	
  background:#fff;
  margin-bottom:25px;
}



.o-cases-img {
  margin-bottom:20px;
  position: relative;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 15px;
  position: relative;
  padding:25px 10px;
  min-height:257px;
  position:relative;
}

.o-cases-img a{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:99;
}

.o-cases-img img{
	display:block;
	max-width: 100%;
    max-height: 205px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
    
}

.o-cases-title {
	font-size:22px;
	font-weight:600;
	margin-bottom:15px;
	color:#ff7400;
}

.o-cases-title a{
	color:#ff7400;
}

.o-cases-title a:hover{
	color:#ff7400;
	text-decoration:underline;
}





.o-cases-text {
	font-size:16px;
	font-weight:100;
	
}



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

	
.o-cases-row {
    margin-bottom: 30px;
}	
	
.o-cases-item {
    width: 100%;
	margin-bottom:20px;
}   

}


/*  Страница наши кейсы конец */







/*  Страница наши клиенты  */




.clients-row {
	display:flex;
    margin-bottom:30px;
    flex-wrap:wrap;
	margin-bottom:50px;
	justify-content:space-between;
}




.clients-item {
  width:49%;	
  background:#fff;
  box-shadow: 0px 5px 9.1px 0.9px rgba(166, 166, 166, 0.38);
  border-radius: 15px;
  margin-bottom:20px;
  position: relative;
  
  
}
.clients-item  span.s-link {
	color:#313131;
}
.clients-item:hover .clients-text p:first-child span.s-link{
 color: #ff7400;	
}





.clients-img {
  position: relative;
    height: 127px;
    z-index: 999;
    padding: 15px;
}


.clients-img a{
	position: absolute;
	width:100%;
	height:100%;
	z-index:99999;
	top:0;
	left:0;
}




.clients-img img{
	display: block;
    margin: auto;
	max-width:300px;
	max-height:110px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
    
}

.clients-title {
	font-size: 18px;
    font-weight: 500;
    background: #f3f5f8;
    padding: 10px;
    text-align: center;
}

.clients-title span {
    color: #ff6000;
    display: block;
    text-align: center;
}


.clients-text {
	padding: 20px;
    font-size: 18px;
	
}

.clients-text p {
    color: #313131;
}

.clients-text a:hover {
    color: #ff7400;
}

.clients-text p span {
    color: #959595;
}



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

	
.clients-row {
    margin-bottom: 30px;
	justify-content:center;
}	
	

.clients-item {
  width:65%;	
  
  
}




}



@media screen and (max-width:768px) { 
.clients-item  {
    width: 100%;
} 

.clients-row {
	justify-content:space-between;
}

}











/* Страница наши клиенты конец */











/*  Страница контакты  */
.contact-content{
	font-size:20px;
}

.form-btn {
	padding: 20px;
    width: 100%;
	max-width:380px;
	margin:15px auto 0;
    border: 0;
    outline: 0;
}


.rekv {
	margin-bottom:30px;
}

.contact-content p{
	font-size:20px;
	line-height:22px;
}



.contact-content .mail-ph {
	margin-bottom:30px;
}


.с-h2-m {
	font-size:22px;
}
.с-h2 {
	font-size:36px;
	text-align:center;
	margin-bottom:35px;
	font-weight:600px;
}




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

	





}



/* Страница контакты конец */




.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;margin-bottom:30px; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}




.acc-lang {
	display:flex;
}

.change-lang {
	margin-left:30px;
}

.select-box {
  cursor: pointer;
  position : relative;
  margin: 0 auto;
  width: 60px;
}

.select-box .select,
.select-box .label {
  color: #414141;
  display: block;
  font-weight: 400;
  font-size:18px;
  line-height:2em;
}

.select-box .select {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 7px 10px 6px;
  height:100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: none transparent;
  border: 0 none;
}
.select-box1 {
  background-color: rgb(241, 243, 248);
}

.select-box .label {
  position: relative;
  padding: 7px 10px 6px;
  cursor: pointer;
  text-align:left;
  border-radius:6px;
  margin-bottom:0;
  
}


.select-box option {
	padding:0!important;
}



.select-box .open .label::after {
   content: "▲";
}
.select-box .label::after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px 10px 6px;
 
}

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

.header-top span {
    display: block;
}
}