@font-face {
	font-family: Roboto;
	src: url(/fonts/Roboto/Roboto-Light.ttf);
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url(/fonts/Roboto/Roboto-LightItalic.ttf);
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: Roboto;
	src: url(/fonts/Roboto/Roboto-Medium.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url(/fonts/Roboto/Roboto-MediumItalic.ttf);
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: Roboto;
	src: url(/fonts/Roboto/Roboto-Bold.ttf);
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url(/fonts/Roboto/Roboto-BoldItalic.ttf);
	font-weight: bold;
	font-style: italic;
}

body {
	font-family:'Roboto', sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: #272c2f;
	background: url(/img/fon_cloud.png) center no-repeat fixed;
	background-size: cover;
}

div, p, input, button, form, h1, ul, li {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	/*border: solid 1px;*/
}


.clearfix:after {
	content:'';
	display: table;
	width: 100%;
	clear: both;
}

.section {
	width: 960px;
	margin: 0 auto;
}

header {
	background: #ace4fa;
	box-shadow: 0 5px 35px rgba(0,0,0,0.2);
	background-size: cover;
	width: 100%;
	position: fixed;
	z-index: 2;
}

.head__logo {
	background: url(/img/elipses.png) no-repeat left;
	background-size: 430px 85px;
	height: 85px;
	margin-left: -121px;
}

.head__logo img {
	width: 105px;
	float: left;
	margin-left: 110px;
	margin-top: -13px;
	margin-bottom: -20px;
}

nav input{
    display: none;
}
nav label{

    padding: 10px 15px;
    color: #fff;
    display: none;
}

#burger {
	position: relative;
	z-index: 99;
	margin: 0;
	width: 50px;
	float: right;
	margin-top: 15px;
}

#burger:hover {
	cursor: pointer;
}

.menu {
	float: left;
	padding: 33px 25px
}

.menu li {
	float: left;
	/*text-transform: uppercase;*/
	list-style-type: none;
	font-weight: bold;
	color: #014e6d;
	padding: 0 5px;

}

.menu a {
	border-radius: 5px;
	padding: 9px 9px;
	text-decoration: none;
	color: #014e6d;
	transition: all 0.3s ease;
}

.menu a:hover{
	background: white;
	cursor: pointer;
	/*transition: all 0.3s ease;*/
}

#modal_form {
	margin: 0;
    width: 400px; 
    height: 360px;
    border-radius: 10px;
    background: #ace4fa;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-top: -150px;
    margin-left: -200px;
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 10px 10px;
    font-weight: bold;
    color: #014e6d;
}

 #modal_form_0 {
	margin: 0;
	width: 600px;
	height: auto;
	/*border-radius: 10px;*/
	background: white;
	position: fixed;
	top: 40%;
	left: 50%;
	margin-top: 100px;
	margin-left: -270px;
	display: none;
	opacity: 0;
	z-index: 5;
	padding: 10px 10px;
	/*font-weight: bold;*/
	text-align: justify;
	color: #282d2f;
}

  #modal_form_0  {
	/*position: absolute;*/
	top: 9px;
	right: 9px;
	cursor: pointer;
	/*display: block;*/
	line-height: 1.4rem;
}

  #modal_form_0 p {
	display: block;
	margin: 10px 16px;
}

#modal_form b {
	font-size: 1.25rem;
	display: block;
	margin: 3px 16px;
}

#modal_form form {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: 300px;
	margin-top: 10px;
}

#modal_form_button {
	border: 0;
	margin-top: 35px;
	font-weight: bold;
}

#modal_form_button:hover {
	cursor: pointer;
}
 
#modal_form #modal_close {
    position: absolute;
    top: 9px;
    right: 9px;
    cursor: pointer;
    display: block;
}
 
#overlay {
    z-index:3;
    position:fixed;
    background-color:#000;
    opacity:0.7;
    -moz-opacity:0.7;
    filter:alpha(opacity=70);
    width:100%; 
    height:100%;
    top:0;
    left:0;
    cursor:pointer;
    display:none;
}

#close {
	margin: 0;
	padding: 0;
	color: #014e6d;
	font-size: 2rem;
	font-weight: 300;
}

.placeholder {
	display: block;
	border-radius: 5px;
	width: 80%;
	height: 50px;
	padding-left: 10px;
	border: 0;
}

.placeholder:first-child {
	margin-top: 30px;
}

.head__number {
	display: flex;
	height: 85px;
	flex-direction: column;
	justify-content: center;
	/*padding-top: 27px;*/
	float: right;
	color: #014e6d;
	font-weight: bold;
	font-size: 1.5rem
}

.head__number_up {
	display: flex;
	justify-content: space-between;
}

.head__number_down {
	display: flex;
	justify-content: flex-end;
}

.head__number__phone {
	margin-right: 13px;
	/*float: left;*/
	width: 32px;
	height: 32px;
	border: 1px dashed;
	border-radius: 50%;
}

.head__number__phone i {
	padding-left: 5px;
	padding-top: 4px;
}

.head__number_vk {
	text-decoration: none;
	color: #014e6d;
	border: 1px solid;
	padding: 2px;
	border-radius: 5px;
	font-size: 16px;
}

.insta {
	padding: 2px 4px;
	margin-left: 2px;
}
.services
.head__number p {
	float: left;

}

.head__back {
	/*background: url(/img/fon_cloud.png) center no-repeat;*/
	/*background-size: cover;*/
	height: 95vh;
	padding-bottom: 80px;
}

.lable-list {
	
	
}

.lable-list__logo img {
	display: block;
	margin: 0 auto;
	width: 47vh;
	padding-top: 22vh;
	/*padding-bottom: 80px;*/
}

.lable-list__down {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	/*border: 1px dashed;*/
	border-radius: 50%;
	color: #014e6d;
	font-size: 3.5rem;
}

.lable-list__down2 {
	display: flex;
	justify-content: center;
	width: 205px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 4px;
	border: 0;
	/*background: #2eadd6;*/
	background: linear-gradient(-40deg,#006996, #009cb5);
	text-align: center;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	/*transition: all 0.3s ease;*/
}


.lable-list__down img{
	width: 45px;
	margin: 0;
	padding: 40px 0 0 0;
}

.services {
	/*background: #2eadd670  center no-repeat;*/
	background: url(/img/bg_opacity.png) center;
	padding-bottom: 80px;
}

h1 {
	padding-top: 50px;
	padding-bottom: 70px;
	font-size: 2.5rem;
	font-weight: 400;
	padding-left: 35px;
}

.lable-list__logo h1 {
	padding: 5px 0 50px 0;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 400;
	color: #342f2d;
}

.services__head-text {
	color: white;
}

.services__block {
	float: left;
	height: 465px;
	width: 305px;
	background: white;
	border-radius: 10px;
	margin-right: 22px;
	margin-top: -30px;
	border-top: 5px solid #ef525b;
}

.services__block:last-child {
	float: right;
	margin: 0;
	margin-top: -30px;
}

.services__block__logo {
	width: 135px;
	height: 135px;
	border-radius: 50%;
	border: 2px dotted;
	color: #006996;
	margin: 0 auto;
	margin-top: 23px;
}

.services__block__logo img {
	width: 90px;
	display: block;
	margin: 0 auto;
	margin-top: 18px;
}

#services__block__logo__title {
	margin-top: 18px;
}

#services__block__logo__CRM {
	margin-top: 25px;
}

.services__block h3 {
	font-size: 1.75rem;
	font-weight: 300;
	color: #006996;
	margin: 20px 0 20px 32px;
}

.services__block__text {
	width: 230px;
	height: 160px;
	margin: 0 auto;

}

.services__block__text p {
	font-weight: 300;
	line-height: 1.5rem;
	text-align: justify;
	margin-top: 22px;
}

.services__block__button {
	display: block;
	width: 135px;
	height: 35px;
	margin: 0 auto;
	margin-top: 5px;
	border-radius: 3px;
	border: 0;
	background: #ef525b;
	color: white;
	text-decoration: none;
	text-align: center;
	line-height: 2.2rem;
	transition: all 0.3s ease;
	cursor: pointer;
}

.services__block__button:hover {
	background: #006996;
}

.advantages {
	margin-bottom: 45px;
}

.advantages:last-child {
	margin-bottom: 80px;
}

.advantages:last-child p {
	margin-top: 47px;
}

.advantages__item {
	width: 370px;
	float: left;
}

.advantages__item__icon {
	float: left;
	width: 120px;
	height: 120px;
	border: 2px dotted;
	border-radius: 50%;
	color: #006996;
}

.advantages__item__icon img {
	height: 82px;
	display: block;
	margin: 0 auto;
	margin-top: 21px;
}

.advantages__item p {
	float: left;
	font-size: 1.250rem;
	margin-left: 40px;
	margin-top: 36px;

}

.advantages__item:nth-child(2) {
	float: right;
}

.advantages__item:nth-child(2) img {
	margin-top: 18px;
}

.reviews {
	/*background: #2eadd670  center no-repeat;*/
	/*background-size: cover;*/
	background: url(/img/bg_opacity.png) center;
	padding-bottom: 80px;
}

.reviews__block {
	display: block;
	width: 780px;
	margin: 0 auto;
}

.reviews__block img{
	position: relative;
	margin-top: 50px;
	margin-right: -100px; 
	float: left;
	z-index: 2;
}

.reviews__block__text {
	float: left;
	width: 700px;
	height: auto;
	background: white;
	opacity: 0.9;
	padding-bottom: 20px;
}

.reviews__block__text__head {
	margin-left: 160px;
	margin-top: 25px;
	width: 500px;
	height: 70px;
	font-family: 'Myriad Pro';
	font-size: 1.250rem;
	font-style: italic;
}

.reviews__block__text__list {
	/*margin-top: 30px;*/
	margin-left: 160px;
	width: 500px;
	height: 160px;
	font-style: italic;
	line-height: 1.7rem;
	text-align: justify;
	/*background: red;*/
}

.reviews__block__text a {
	float: right;
	margin-right: 50px;
	text-decoration: none;
	font-size: 0.85rem;
	/*font-style: italic;*/
	color: #282d2f;
	/*margin-top: 7px;*/
	cursor: pointer;
}

.reviews__block__text__etc {
	float: left;
	width: 700px;
	height: auto;
	background: white;
	opacity: 0.9;
}

.free {
	padding-bottom: 1px;
}

.flex_form {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.bk_blue {
	/*background: #2eadd6;*/
	background: linear-gradient(-40deg,#006996, #009cb5);
}

.rty_form {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px 60px;
	width: 460px;
	height: 560px;
	float: left;
	border-radius: 10px;
	box-sizing: border-box;
}

.try_form_img {
	padding: 0;
	background: url(/img/virtual_ATC.png) no-repeat center;
	background-size: contain;
}

.rty_form__header {
	font-size: 1.25rem;
	color: #fff;
}

.rty_form__inputs {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 400px;
}

.rty_form input, .rty_form select {
	width: 340px;
	height: 48px;
	border: none;
	border-radius: 3px;
	padding: 12px;
}

.rty_form__header_select {
	margin-bottom: 10px;
}

.rty_form_select {
	background: white;
	border: none;
	border-radius: 3px;
	padding: 12px;
}

.rty_form_select li{
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	padding: 3px;
}

.rty_form_select input {
	width: 19px;
	height: 19px;
	margin-right: 7px;
}

.rty_form__button {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	background: #ef525b;
	color: white;
	font-size: 1.25rem;
	width: 210px;
	height: 50px;
	text-decoration: none;
	cursor: pointer;
}

footer {
	/*height: 90px;*/
	background: #006996;
}

.footer {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

.footer_img img{
	width: 60px;
	float: left;
	margin-top: 16px;
}

.footer_img p{
	color: #ffffff;
	font-weight: 300;
	font-size: 0.875rem;
	white-space: nowrap;
	line-height: 1.5rem;
}

.footer_img {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80px;
}

.footer_center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5rem;
}

.footer_social a{
	margin-top: 7px;
}

.footer_social p {
	margin-left: 7px;
	font-weight: 300;
	font-size: 0.875rem;
}

.footer__number_vk{
	text-decoration: none;
	color: #fff;
	border: 1px solid;
	padding: 4px 2px;
	border-radius: 5px;
	font-size: 16px;
	display: flex;
	justify-content: center;
}

.footer__security{
	float: left;
	font-size: 1.125rem;
	color: white;
	margin-left: 290px;
	margin-top: 33px;
}

.footer__number {
	float: right;
	font-size: 1.5rem;
	color: white;
	margin-top: 28px;
}


/*///////////////////////////////style virtual__ATC///////////////////////////////////////
*/
.virtual__head {
	padding: 0;
	margin: 0;
	padding-top: 135px;
	padding-bottom: 35px;
	color: #006996;
}

.virtual__block {
	width: 100%;
	margin-bottom: 45px;
}

.company_bg {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 70px;
	/*background: #cee3f3;*/
	background: url(/img/bg_opacity_white.png) center;
	padding: 20px;
	height: 350px;
	overflow: hidden;
}

.company_bg_height {
	height: 500px;
}

.readmore {
	cursor: pointer;
	font-style: italic;
}

#virtual__block-last {
	margin-bottom: 85px;
}

.virtual__block_left {
	width: 40%;
	text-align: justify;
	line-height: 2.35rem;
	color: #006996;
	font-size: 1.125rem;
	float: left;
	margin-top: 50px;
}

.company_back {
	background: #fff;
	padding-bottom: 70px;
}

.company_back_prefooter {
	background: #032531;
	color: #ffffff;
	padding-bottom: 70px;
}

.company_back_prefooter-left {
	line-height: 2.35rem;
	font-size: 1.125rem;
}

.ymaps-layers-pane {
	/*filter: invert(100%);*/
	/*-ms-filter: invert(100%);*/
	/*-webkit-filter: invert(100%);*/
	/*-moz-filter: invert(100%);*/
	/*-o-filter: invert(100%);*/
}

.company_back_prefooter-right {
	width: 620px;
	height: 400px;
}

.company_back_city {
	background: #8fd5ee;
}

.company_back_city_img {
	background: url(/img/people_back.png) no-repeat bottom;
}

.company_head {
	padding-top: 135px;
}

.company_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 70px;
}

.company_back_city-left {
	z-index: 1;
	position: relative;
	right: -60px;
	/*display: flex;*/
	width: 545px;
	height: 340px;
	padding: 20px;
	/*background: #fdfdfd;*/
	background: url(/img/bg_opacity_white.png) center;

	text-align: justify;
	line-height: 2.35rem;
	font-size: 1.125rem;
	text-indent: 40px;
}

.company_back_city-right {
	z-index: 0;
	position: relative;
	left: -60px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 545px;
	height: 430px;
	background: #fff;
}

.company_left-block {
	flex-basis: 600px;
	text-align: justify;
	line-height: 1.75rem;
	font-size: 1rem;
	text-indent: 0;
	padding: 20px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	background: rgba(0,0,0,0);
	border: 0;
}

.company_bg p {
	font-style: italic;
	font-weight: bold;
}

.company_right-block {
	display: flex;
	align-items: center;
	padding: 20px;
}

.company_right-block img{
	width: 240px;
}

.company_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.company_list img {
	height: 60px;
	margin: 15px 10px;
}

.virtual__block_right {
	width: 50%;
	float: right;
}

.capabilities {
	background: #2eadd6 no-repeat center;
}

.virtual__head_second {
	padding: 0;
	margin: 0;
	padding-top: 65px;
	padding-bottom: 45px;
	color: white;
}

.virtual__block_img_left {
	float: left;
	width: 185px;
}

#people_white {
	padding: 20px 10px;
}

#people_white img{
	width: 180px;
}

#capabilities_title-left {
	padding-top: 30px;
}

.virtual__block_titile_right {
	float: right;
	width: 700px;
	line-height: 2rem;
	font-size: 1.125rem;
	text-align: justify;
	color: white;
	padding-top: 18px;

}

.virtual__block_title_left {
	float: left;
	width: 700px;
	line-height: 2rem;
	font-size: 1.125rem;
	text-align: justify;
	color: white;
	padding-top: 25px;
}

.virtual__block_img_right img{
	float: right;
	max-height: 180px;
	max-width: 180px;
}

.capabilities_continuation {
	color: #006996; 
}

#capabilities {
	padding: 0;
}

#microphone {
	padding-left: 58px;
}

#virtual_img {
	height: 180px;
}

#blue {
	color: #006996; 
}

#continuation {
	margin-top: 90px;
}

.and {
	background: #75ba38 no-repeat center;
}

.and_title {
	float: left;
	font-size: 1.875rem;
	color: white;
	line-height: 4.5rem;
	margin-left: 170px;
}

.and_title:first-child {
	margin-left: 0px;
}

.grass {
	background: url(/img/grass.png) repeat-x center;
	background-position: bottom;
}


/*///////////////////////////////style SMS/E-mail///////////////////////////////////////
*/

.SMS {
	background: #2eadd6;
}

#SMS_head {
	color: white;
}

#virtual__block_SMS_head {
	color: white;
	margin-top: 35px;
}

#provide {
	background: #75ba38;
}

#virtual__block_titile_right_provide {
	padding: 0;
}

#virtual__block_img_left_people {
	padding-top: 63px;
}

#virtual__block_img_left_people img {
	width: 180px;
}

#virtual__block_img_right_statistic {
	padding-top: 100px;
}

#virtual__block_img_left_contacts_group img {
	width: 180px;
	padding-top: 45px;
}

#virtual__block_img_right_direction {
	padding-top: 95px;
}

#virtual__block_img_left_SMS_icon {
	padding-top: 65px;
}

#virtual__block_img_left_SMS_icon img {
	width: 180px;
}

#virtual__block_img_right_dog {
	padding-top: 45px;
}

#virtual__block_img_right_dog img {
	height: 180px;
}

/*///////////////////////////////style CRM///////////////////////////////////////
*/

.CRM {
	background: #2eadd6;
}

#CRM_head {
	color: white;
	width: 460px;
	margin: 0; 
}


#CRM_logo img{
	float: right;
	width: 380px;
}

.CRM_back {
	background: url(/img/people_back.png) no-repeat bottom;
}

#virtual__block_CRM_title {
	font-size: 1.250rem;
	font-weight: normal;
	line-height: 3.5rem;
	color: #006996;
}

.services_CRM {
	background: url(/img/grafic.png) no-repeat 60% 75%;
}

#virtual__block_CRM_title_white {
	font-size: 1.250rem;
	font-weight: normal;
	line-height: 1.9rem;
	color: white;
}

#pinion {
	background: url(/img/pinion.png) no-repeat 45% 85%;
}

#blue {
	color: #006996;
}

.services_service_CRM {
	background: #2eadd6 no-repeat center;
}

.services_service_CRM section {
	background: url(/img/pinions.png) no-repeat 80% 50%;
}

.services_service_CRM_head {
	padding-top: 75px;
	margin-bottom: 60px;
}

.services_service_CRM_head img {
	float: left;
}

.services_service_CRM_head h1 {
	display: block;
	padding: 15px 45px;
	float: left;
	color: white;
}

.services_service_CRM_block {
	margin-bottom: 40px;
}

.services_service_CRM_block:last-child {
	margin-bottom: 90px;
}

.services_service_CRM_block_left {
	width: 455px;
	height: 90px;
	padding: 7px 10px;
	float: left;
	background: white;
	font-size: 1.5rem;
	color: #006996;
	display: flex;
	align-items: center;
}

#right {
	float: right;
}

.button_up {
	padding: 10px;
	padding-top: 5px;
	text-decoration: none;
	position: fixed;
	left: 15px;
	top: 85vh;
	background: rgba(0, 104, 150, 0.85);
	color: white;
	display: none;
	border-radius: 5px;
	cursor: pointer;
	z-index: 999;
}

.button_up:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 3.5px;
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	border-bottom: 10px solid rgba(0, 104, 150, 0.85);
}
