

/* Start:/bitrix/templates/otido/css/styles.css?176531219255112*/
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Roboto Light';
  src: url("/bitrix/templates/otido/css/fonts/Roboto-Light.eot");
  src: url("/bitrix/templates/otido/css/fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/otido/css/fonts/Roboto-Light.woff2") format("woff2"), url("/bitrix/templates/otido/css/fonts/Roboto-Light.woff") format("woff"), url("/bitrix/templates/otido/css/fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Medium';
  src: url("/bitrix/templates/otido/css/fonts/Roboto-Medium.eot");
  src: url("/bitrix/templates/otido/css/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/otido/css/fonts/Roboto-Medium.woff2") format("woff2"), url("/bitrix/templates/otido/css/fonts/Roboto-Medium.woff") format("woff"), url("/bitrix/templates/otido/css/fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Black';
  src: url("/bitrix/templates/otido/css/fonts/Roboto-Black.eot");
  src: url("/bitrix/templates/otido/css/fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/otido/css/fonts/Roboto-Black.woff2") format("woff2"), url("/bitrix/templates/otido/css/fonts/Roboto-Black.woff") format("woff"), url("/bitrix/templates/otido/css/fonts/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("/bitrix/templates/otido/css/fonts/Roboto-Regular.eot");
  src: url("/bitrix/templates/otido/css/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/otido/css/fonts/Roboto-Regular.woff2") format("woff2"), url("/bitrix/templates/otido/css/fonts/Roboto-Regular.woff") format("woff"), url("/bitrix/templates/otido/css/fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

html, body {
  height: 100% !important;
  width: 100%;
  font-size: 14px;
  font-family: "Roboto";
  background: #fff;
  color: #000;
}

input, textarea {
  font-size: 14px;
  outline: none;
  color: #000;
}

.cssClass {
    -webkit-transform: scale(1) !important;
    -webkit-transform-origin: 0 0 !important;
}

a {
  font-size: 14px;
  color: #803b19;
  text-decoration: underline;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.clear {
  clear: both;
}

.wrapper {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
body > .wrapper{
    position: relative;
}
.container {
  display: table-row;
  height: 100%;
}

.center, .center.two-cols {
  display: table;
  margin: 0 auto;
  width: 1420px;
}


.footer {
  background: #e0e0e0;
  color: #000;
}

.footer.footer-contact {
  position: relative;
  z-index: 10;
  background: none;
}
.footer.footer-contact .contact{
  display: none;
}

.footer.footer-contact .col-1 {
  float: left;
}

.footer.footer-contact .col-2 {
  float: right;
}

.footer.footer-contact .col-3 {
  position: absolute;
  left: 50%;
  top: 21px;
  margin-left: -95px;
}

.footer.footer-contact .cpr .center {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer.footer-contact .cpr .center ul {
  float: right;
}

.footer.footer-contact .cpr .center ul li {
  display: inline-block;
  border-right: 1px #2e2e2e solid;
}

.footer.footer-contact .cpr .center ul li:last-child {
  border-right: 0;
}

.footer.footer-contact .cpr .center ul li a {
  display: table;
  width: 44px;
  height: 35px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.footer.footer-contact .cpr .center ul li a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.footer.footer-contact .cpr .center ul li a span {
  display: table-cell;
  width: 100%;
  height: 35px;
  position: relative;
  top: 4px;
  vertical-align: middle;
  text-align: center;
}

.footer.footer-contact .cpr .center ul li.in a span {
  top: 5px;
  left: 3px;
}

.footer.footer-contact .cpr .center ul li.vk a span {
  left: 2px;
  top: 3px;
}

.footer.footer-contact .cpr .center ul li.fb a span {
  left: 1px;
}

.footer.footer-contact .cpr .center ul li.tw a span {
  left: 2px;
  top: 3.5px;
}

.footer .menu .view {
  display: block;
  background: url(/bitrix/templates/otido/css/../images/white_dot.png) center center repeat-x;
  width: 100%;
  height: 74px;
  text-decoration: none;
}

.footer .menu .view span {
  display: table;
  margin: auto;
  padding-top: 24px;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.footer .menu .view span svg {
  position: relative;
  left: 6px;
}

.footer .menu .view .minus {
  display: none;
}

.footer .menu .view:hover span {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer .menu .view.active .plus {
  display: none;
}

.footer .menu .view.active .minus {
  display: table;
  padding-top: 27px;
}

.footer .menu .row {
  display: none;
  padding-bottom: 20px;
  padding-top:20px;
}

.footer .menu .row .col {
  float: left;
  width: 20%;
}

.footer .menu .row .col h1 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 16px;
}
.footer .block_title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 16px;
    color: #000;
}
.footer .menu .row .col li {
  list-style: none;
  padding-bottom: 3px;
  padding-top: 4px;
}

.footer .menu .row .col li a {
  color: #8f8f8f;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.footer .menu .row .col li a:hover {
  color: #fff;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.footer .contact .center {
  padding-top: 15px;
  padding-bottom: 40px;
}

.footer .contact .col-1 li {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  list-style: none;
  font-size: 20px;
  color: #e62626;
}

.footer .contact .col-1 li:first-child {
  padding-left: 0;
  border-left: 0;
}

.footer .contact .col-1 li span {
  font-family: "Roboto Medium";
  font-size: 20px;
  color: #000;
}

.footer .contact .col-1 li p {
  display: block;
  margin-top: 3px;
  color: #adadad;
  text-transform: uppercase;
}

.footer .contact .col-2 ul {
  float: right;
}

.footer .contact .col-2 ul li {
  display: inline-block;
  padding-right: 25px;
}

.footer .contact .col-2 ul li:last-child {
  padding-right: 0;
}

.footer .contact .col-2 ul li:last-child {
  border-right: 0;
}

.footer .contact .col-2 ul li a {
  display: table;
  font-size: 20px;
  color:#000;
  text-decoration: none;
}

.footer .contact .col-2 ul li a span {
  display: table-cell;
  width: 100%;
  height: 35px;
  position: relative;
  top: 4px;
  vertical-align: middle;
  text-align: center;
}

.footer .contact .col-2 ul li.in a span {
  top: 5px;
  left: 3px;
}

.footer .contact .col-2 ul li.vk a span {
  left: 2px;
  top: 3px;
}

.footer .contact .col-2 ul li.fb a span {
  left: 1px;
}

.footer .contact .col-2 ul li.tw a span {
  left: 2px;
  top: 3.5px;
}

.footer .cpr {
  color: #adadad;
}

.footer .cpr .center {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #adadad;
}

.footer .cpr .col-2 {
  text-align: right;
}

.footer .cpr .col-1 a,
.footer .cpr .col-2 a {
  color: #adadad;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}

.footer .cpr .col-1 a:hover,
.footer .cpr .col-2 a:hover {
  color: #000;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.footer.footer-contact .cpr .col-1 a,
.footer.footer-contact .cpr .col-2 a {
  color: #000;
}

.header {
  color: #fff;
  height: 159px;
  position: relative;
  z-index: 4;
  /*background-image: -moz-linear-gradient(90deg, transparent 0%, #0a0d12 100%);
  background-image: -webkit-linear-gradient(90deg, transparent 0%, #0a0d12 100%);
  background-image: -ms-linear-gradient(90deg, transparent 0%, #0a0d12 100%);*/
}
.header.nobg{
  background: none;
}

.header li {
  list-style: none;
}

.header .center {
  position: relative;
}

.header .center:after {
  content: '';
  display: block;
  position: absolute;
  left: 158px;
  right: 0;
  bottom: 26px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

.header .logo {
  display: block;
  background: url("/bitrix/templates/otido/css/../images/logo.svg") no-repeat;
  width: 150px;
  height: 91px;
  background-size: contain;
  position: absolute;
  top: 26px;
  left: 26px;
}
.header.nobg .logo {
    background-image: url("/bitrix/templates/otido/css/../images/logo_black.svg");
}

.header .col-1, .header .col-2 {
  vertical-align: middle;
  height: 159px;
  width: 50% !important;
}

.header .menu {
  float: right;
  margin-right: 52px;
  margin-top: 62px;
}

.header .menu li {
  display: inline-block;
  padding-right: 25px;
}

.header .menu li a {
  display: block;
  font-family: 'Roboto Medium';
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding-bottom: 2px;
  font-size: 16px;
  -webkit-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
}
.header.nobg .menu li a {
  color:#000;
}

.header .menu li a:hover {
  color: #f10e1c;
  -webkit-transition: color 0.05s;
  -o-transition: color 0.05s;
  transition: color 0.05s;
}

.header .menu li:first-child a {
  padding-left: 0;
}

.header .menu li:last-child a {
  padding-right: 0;
}

.header .menu li.active a {
  color: #f10e1c;
}

.header .phone {
  float: right;
  font-size: 20px;
}

.header .phone li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px rgba(255, 255, 255, 0.45) solid;
  line-height: 36px;
}

.header .phone li:last-child {
  border-right: 0;
}

.header .callback {
  float: right;
  display: block;
  background: #f10e1c;
  color: #000;
  font-size: 16px;
  font-family: "Roboto Black";
  text-decoration: none;
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 36px;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.header .callback:hover {
  background: #c20e18;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.header.opacity-15 .center:after {
  background: rgba(255, 255, 255, 0.15);
}

.header.opacity-15 .phone li {
  border-right: 1px rgba(255, 255, 255, 0.35) solid;
}

.header.opacity-15 .phone li:last-child {
  border-right: 0;
}

.two-cols {
  display: table;
  width: 100%;
}

.two-cols .col-1, .two-cols .col-2 {
  display: table-cell;
}

.two-cols .col-1 {
  width: 35%;
}

.two-cols .col-2 {
  width: 65%;
}

.footer .two-cols .col-1 {
  width: 50%;
}

.footer .two-cols .col-2 {
  width: 50%;
}

.col-row{
  font-size: 0;
}

.breadcrumbs {
  margin-top: -159px;
  color: #fff;
  background: #0d0d0d;
  padding-top: 199px;
  padding-bottom: 70px;
}
.breadcrumbs .links {
  display: table;
  margin: 0 auto;
  text-align: center;
}

.breadcrumbs .links a, .breadcrumbs .links span {
  color: #cccccc;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 12px;
}

.breadcrumbs .links a:hover {
  color: #fff;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.breadcrumbs .links a:after {
  content: '»';
  padding-left: 5px;
  padding-right: 5px;
}

.breadcrumbs .links a:last-child:after {
  display: none;
}

.breadcrumbs .page-title {
  display: table;
  margin: 0 auto;
  font-size: 68px;
  text-transform: uppercase;
}

.breadcrumbs.main {
  padding-top: 250px;
  text-align: center;
  padding-bottom: 0;
  background: none;
}

.breadcrumbs.main .cnt {
  position: absolute;
  bottom: 0px;
  left: -10px;
  right: -10px;
}

.breadcrumbs.main h1 {
  font-size: 60px;
  font-family: 'Roboto Medium';
  font-weight: 900;
  letter-spacing: -1px;
}

.breadcrumbs.main .cnt h2 {
  font-size: 30px;
  font-weight: normal;
}

.breadcrumbs.main .cnt .links{
  display: block;
  padding-bottom: 20px;
}
/*.breadcrumbs.main .cnt a {
  display: inline-block;
  background: #f10e1c;
  color: #000;
  font-size: 16px;
  font-family: "Roboto Black";
  text-decoration: none;
  height: 43px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 43px;
  margin-top: 50px;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.breadcrumbs.main .cnt a:hover {
  background: #c20e18;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}*/

.breadcrumbs.main .center {
  position: relative;
  height: 447px;
  z-index: 3;
}

.breadcrumbs.pos_left .center {
  left: 50%;
  width: 1420px !important;
  margin-left: -710px;
}

.breadcrumbs.pos_left .page-title, .breadcrumbs.pos_left .links {
  display: block;
}

.breadcrumbs.not_main {
  position: relative;
}

.breadcrumbs.not_main .center {
  position: absolute;
  z-index: 3;
  bottom: 120px;
  width: 100%;
}
.breadcrumbs.not_main.b-service .center {
  bottom: auto;
  top:160px;
}

.breadcrumbs.not_main .page-title {
  /*font-size: 101px;*/
  font-size: 48px;
  margin-top: 20px;
  text-align: center;
  font-family: 'Roboto Medium';
  text-transform: uppercase;
}

.breadcrumbs.b-service .page-title {
  font-size: 68px;
  margin-top: 0;
}

.breadcrumbs.not_main {
  height: 211px;
}

.breadcrumbs.b-service {
  height: 0px;
  background:url(/bitrix/templates/otido/css/../images/gray_dot.jpg) bottom center repeat-x #FFF;
  padding-top: 122px;
}
.breadcrumbs.b-service.brif{
  background-image: url(/bitrix/templates/otido/css/../images/red_dot.jpg);
}

.breadcrumbs.b-service-inner {
  height: 211px;
}


.breadcrumbs.b-service .image {
  height: 577px;
}

.breadcrumbs .overlay {
  width: 100%;
  height: 740px;
  position: absolute;
  top: 0;
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 1, 0.6) 0%, rgba(0, 0, 1, 0.6) 36%, rgba(0, 0, 0, 0.36078) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 1, 0.6) 0%, rgba(0, 0, 1, 0.6) 36%, rgba(0, 0, 0, 0.36078) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 1, 0.6) 0%, rgba(0, 0, 1, 0.6) 36%, rgba(0, 0, 0, 0.36078) 100%);
}
.breadcrumbs.b-service-inner .overlay,
.breadcrumbs.case_inner .overlay{
    height: 480px;
}
.breadcrumbs .image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 740px;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.breadcrumbs.b-service-inner .image,
.breadcrumbs.case_inner .image{
    height: 480px;
}
.breadcrumbs .image video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.breadcrumbs .image .line {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33px;
  width: 100%;
}

.breadcrumbs .image .line:before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  background: #fff;
  top: -10px;
}

.breadcrumbs .image .line .wrap {
  display: table;
  width: 100%;
}

.breadcrumbs .image .line .wrap .empty {
  display: table-cell;
  background: #fff;
  height: 33px;
}

.breadcrumbs .image .line .wrap .dotted {
  display: table-cell;
  background: url("/bitrix/templates/otido/css/../images/dotted-mask.png");
  width: 100%;
  height: 33px;
}
.breadcrumbs .events ul li{
  list-style: none;
  display: inline-block;
  width: 25%;
  padding:0 10px;
  box-sizing: border-box;
  text-align: left;
}
.breadcrumbs .events ul li a{
  display: block;
  border-top: solid 1px #FFF;
  padding:20px 0;
}

.events h1 {
  font-size: 68px;
  font-family: "Roboto Black";
  color: #000;
  font-weight: normal;
  line-height: 70px;
  position: relative;
  top: -10px;
}

.events .col-1, .events .col-2 {
  vertical-align: middle;
}

.events .center {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
.events .center ul{
    width: 100%;
    text-align: justify;
    padding:0;
    margin: 0;
    font-size: 0;
}
.events .center ul li{
    text-align: center;
    display: inline-block;
    margin: 0 0 20px 0;
    zoom: 1;
}
.events .center ul li.li_hr{
    display: none;
}
.events .center ul::after{
    content: "";
    width: 100%;
    display: inline-block;
    zoom: 1;
}

.events .center:after {
  content: '';
  background: url("/bitrix/templates/otido/css/../images/dotted-gray.png");
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 33px;
}

.events a {
  color: #FFF;
  font-size: 28px;
  text-decoration: none;
  font-family: "Roboto Medium";
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  text-transform: uppercase;
}

.events a:hover {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  color:#e92929;
}

.advantage.center {
  padding-top: 105px;
  padding-bottom: 80px;
}

.advantage li {
  list-style: none;
  float: left;
  width: 33.333%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.advantage li h1 {
  font-family: "Roboto Medium";
  font-size: 68px;
  color: #000;
  margin-bottom: 5px;
  font-weight: normal;
}

.advantage .block_title {
  font-size: 28px;
  color: #000;
  margin-bottom: 5px;
  font-weight: normal;
}

.advantage li p {
  color: #333333;
  font-size: 16px;
  line-height: 25px;
}
.portfolio ul{
  margin-top: 6px;
}
.portfolio li {
  float: left;
  list-style: none;
  width: 33.33333%;
  height: 522px;
}

.portfolio li .item {
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  position: relative;
}

.portfolio li .item .event, .portfolio li .item .name {
  position: absolute;
  top: 0;
  padding: 30px;
  z-index: 3;
  color: #fff;
  font-family: "Roboto Medium";
  font-size: 17px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.portfolio li .item .name {
  bottom: 0;
  top: auto;
  font-size: 30px;
  text-transform: none;
  font-family: "Roboto";
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.portfolio li .item .image .overlay {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.portfolio li .item .image .this {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.portfolio li .item:hover .overlay {
  opacity: 0.65;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.portfolio li .item:hover .name {
  opacity: 1;
}

.feedback {
  position: relative;
  padding-top: 108px;
  padding-bottom: 108px;
  font-size: 20px;
  color: #e30613;
}

.feedback .col-1, .feedback .col-2 {
  vertical-align: middle;
}

.feedback:after {
  content: '';
  background: url("/bitrix/templates/otido/css/../images/dotted-red.png") repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  height: 33px;
}

.feedback:before {
  content: '';
  background: url("/bitrix/templates/otido/css/../images/dotted-gray.png");
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  height: 33px;
}

.feedback h1 {
  font-family: "Roboto Black";
  font-size: 46px;
  font-weight: normal;
  color: #000;
  line-height: 43px;
  white-space: nowrap;
}
.feedback .block_title {
  font-family: "Roboto Black";
  font-size: 46px;
  font-weight: normal;
  color: #000;
  line-height: 43px;
  white-space: nowrap;
}

.feedback .form {
  float: right;
}

.feedback .form .field {
  float: left;
}

.feedback .form .field input[type="text"] {
  height: 70px;
  width: 290px;
  font-size: 20px;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #cfcfcf solid;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
}

.feedback .form .field input[type="text"]::-webkit-input-placeholder {
  font-size: 20px;
  color: #989898;
}

.feedback .form .field input[type="text"]:-ms-input-placeholder {
  font-size: 20px;
  color: #989898;
}

.feedback .form .field input[type="text"]::-ms-input-placeholder {
  font-size: 20px;
  color: #989898;
}

.feedback .form .field input[type="text"]::placeholder {
  font-size: 20px;
  color: #989898;
}

.feedback .form .field input[type="text"]:focus {
  border: 1px #7b7b7b solid;
}

.feedback .form .field input[type="submit"] {
  height: 70px;
  padding-left: 55px;
  padding-right: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e30613 !important;
  color: #fff !important;
  text-transform: uppercase;
  border: 0;
  font-family: "Roboto Black";
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-appearance: none;
}

.feedback .form .field input[type="submit"]:hover {
  background: #c20e18 !important;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

#mobile_menu {
  display: none;
}

#mobile_menu .view_menu {
  position: absolute;
  right: 80px;
  top: 30px;
  width: 84px;
  height: 84px;
  border: 1px rgba(255, 255, 255, 0.35) solid;
  -webkit-transition: border 0.4;
  -o-transition: border 0.4;
  transition: border 0.4;
  z-index: 2;
}
.header.nobg #mobile_menu .view_menu{
  border-color: rgba(0, 0, 0, 0.35);
}
.header.nobg #mobile_menu .view_menu .open svg path{
  fill:#000;
}

#mobile_menu .view_menu .open svg {
  width: 37px;
  height: 37px;
  position: absolute;
  left: 24px;
  top: 27px;
}

#mobile_menu .view_menu .close svg {
  width: 37px;
  height: 37px;
  position: absolute;
  left: 31px;
  top: 28px;
}

#mobile_menu .view_menu .close {
  display: none;
}

#mobile_menu .view_menu.active {
  border: 1px rgba(255, 255, 255, 0) solid;
  -webkit-transition: border 0.2;
  -o-transition: border 0.2;
  transition: border 0.2;
}

#mobile_menu .view_menu.active .open {
  display: none;
}

#mobile_menu .view_menu.active .close {
  display: block;
}

#mobile_menu .this {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding-top: 118px;
  background: #0d0d0d;
}

#mobile_menu .menu {
  display: block;
  float: none;
  margin-left: 0;
}

#mobile_menu .menu li {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

#mobile_menu .menu li a {
  display: block;
  padding: 0;
  text-align: center;
  height: 69px;
  line-height: 69px;
  font-size: 16px;
  border-top: 1px #313131 solid;
  color: #FFF;
}

.case-page,
.service-page{
  overflow: hidden;
}

.case-page .case-item {
  padding-top: 50px;
  padding-bottom: 0px;
}

.case-page .case-item img {
  max-width: 100%;
  margin-bottom: 100px;
}

.case-page .case-item .text {
  display: table;
  width: 60%;
  margin: 0 auto;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  padding-bottom: 35px;
}

.case-page .case-item .text h1,
.case-page .case-item .text h2 {
  font-family: "Roboto Medium";
  color: #0d0d0d;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 20px;
}

.case-page .stats .wrap {
  display: table;
  width: 60%;
  margin: 0 auto;
}

.case-page .stats .title {
  font-family: "Roboto Black";
  font-size: 30px;
  color: #0d0d0d;
}

.case-page .bx-wrapper .bx-controls-direction a,
.service_page_block .bx-wrapper .bx-controls-direction a{
  margin-top: -60px;
  width: 54px;
  height: 119px;
}

.case-page .bx-wrapper .bx-controls-direction a.bx-prev,
.service_page_block .bx-wrapper .bx-controls-direction a.bx-prev{
  background: url(/bitrix/templates/otido/css/../images/case-slider-arr.png) no-repeat;
  left: 15%;
}

.case-page .bx-wrapper .bx-controls-direction a.bx-next,
.service_page_block .bx-wrapper .bx-controls-direction a.bx-next{
  background: url(/bitrix/templates/otido/css/../images/case-slider-arr-r.png) no-repeat;
  right: 15%;
}

.case-page .stats ul{
  font-size: 0;
}

.case-page .stats li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}

.case-page .stats li:nth-child(3n) {
   margin-right: 0;
}

.case-page .stats li .num {
  display: block;
  font-size: 36px;
  margin-bottom: 12px;
}

.case-page .stats li p {
  color: #333333;
  font-size: 16px;
}

.case-slider-wrap {
  position: relative;
  width: 150%;
  left:-25%;
}

.case-slider-wrap .prev, .case-page .case-slider-wrap .next {
  position: absolute;
  z-index: 2;
  width: 52px;
  height: 52px;
  background: #e30613;
  border-radius: 50%;
  left: 20px;
  top: 50%;
  margin-top: -26px;
}

.case-slider-wrap .prev svg, .case-page .case-slider-wrap .next svg {
  position: absolute;
}

.case-slider-wrap .prev svg {
  left: 19px;
  top: 16px;
}

.case-slider-wrap .next svg {
  left: 22px;
  top: 16px;
}

.case-slider-wrap .next {
  right: 20px;
  left: auto;
}
/*.case-page .bx-viewport img{
  height: 470px;
}*/


.case-page .gray_line{
  height: 33px;
  background: url(/bitrix/templates/otido/css/../images/gray_dot.jpg) repeat-x;
  margin-bottom: 7px;
}

.related .title {
  color: #fff;
  font-family: "Roboto Black";
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.related .portfolio li {
  width: 50%;
}

.related .view {
  display: block;
  background: #262626;
  font-family: "Roboto Black";
  font-size: 17px;
  color: #fff;
  text-align: center;
  height: 78px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 78px;
  margin-top: 30px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.related .view:hover {
  background: #3d3d3d;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.related .portfolio_inner{
  font-size: 0;
}

.related .portfolio_inner li{
  height: 335px;
  width: 50%;
  display: inline-block;
  position: relative;
}

.related .portfolio_inner li a{
  display: table;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #FFF;
}

.related .portfolio_inner li .event{
  font-family: 'Roboto Medium';
  font-size: 36px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 3;
}

.related .portfolio_inner li .image{
  position: absolute;
  top:0;
  bottom: 0;
  left:0;
  right: 0;
}

.related .portfolio_inner li .image .this {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.related .portfolio_inner li .image .overlay {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.related .portfolio_inner li:hover .image .overlay {
  opacity: 0.65;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.about-page .head {
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}

.about-page .head:after {
  content: '';
  background: url("/bitrix/templates/otido/css/../images/dotted-gray.png");
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 33px;
}

.about-page .head .col-1, .about-page .head .col-2 {
  vertical-align: top;
}

.about-page .head .col-1 {
  color: #0d0d0d;
  font-family: "Roboto Medium";
  font-size: 46px;
  width: 30% !important;
}

.about-page .head .col-2 {
  font-size: 30px;
  line-height: 39px;
  width: 70% !important;
}

.about-page .head ul {
  margin-top: 70px;
}

.about-page .head ul li {
  float: left;
  width: 33.3333%;
  list-style: none;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about-page .head ul li h1 {
  font-family: "Roboto Black";
  font-size: 20px;
  font-weight: normal;
}
.about-page .head .block-title {
  font-family: "Roboto Black";
  font-size: 20px;
  font-weight: normal;
}

.about-page .head ul li p {
  font-size: 20px;
  color: #4c4c4c;
  line-height: 32px;
  margin-top: 25px;
}

.about-page .customers {
  background: #0d0d0d;
  margin-top: 10px;
  padding-top: 150px;
  padding-bottom: 90px;
}

.about-page .customers .col-1, .about-page .customers .col-2 {
  vertical-align: top;
  color: #fff;
}

.about-page .customers .col-1 {
  font-family: "Roboto Medium";
  font-size: 46px;
  width: 30% !important;
}

.about-page .customers .col-2 {
  font-size: 30px;
  line-height: 39px;
  width: 70% !important;
}

.about-page .customers li {
  list-style: none;
  float: left;
  width: 20%;
  height: 220px;
}

.about-page .customers li .wrap {
  display: table;
  width: 100%;
  height: 220px;
}

.about-page .customers li .wrap .image {
  display: table-cell;
  width: 100%;
  height: 220px;
  vertical-align: middle;
  text-align: center;
}

.about-page .customers li .wrap .image img {
  max-width: 100%;
}

.services-page ul {
  position: relative;
  z-index: 2;
  margin-top: 6px;
}

.services-page li {
  list-style: none;
  width: 100%;
  height: 265px;
}

.services-page li .item {
  width: 100%;
  height: 100%;
  background: #000;
  position: relative;
  display: table;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.services-page li .item .this {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 3;
  padding-left: 70px;
  padding-right: 70px;
}

.services-page li .item .this h2 {
  font-family: "Roboto Medium";
  font-size: 48px;
  line-height: 62px;
}

.services-page .block_title {
  font-family: "Roboto Medium";
  font-size: 56px;
  line-height: 62px;
  width: 30%;
}

.services-page li .item .this a {
  display: inline-block;
  font-family: "Roboto Medium";
  color: #fff;
  font-size: 20px;
  border-bottom: 4px #f10e1c solid;
  text-decoration: none;
  padding-bottom: 4px;
  margin-top: 55px;
}

.services-page li .item .this a:hover {
  border-bottom: 4px #000 solid;
}

.services-page li .item .overlay {
  width: 100%;
  height: 265px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(0deg, #0d0d0d 0%, rgba(13, 13, 13, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, #0d0d0d 0%, rgba(13, 13, 13, 0) 100%);
  background-image: -ms-linear-gradient(0deg, #0d0d0d 0%, rgba(13, 13, 13, 0) 100%);
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.services-page li .item:hover .overlay{
   opacity: 0;
}

.services-page li .item .image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 265px;
  position: absolute;
  top: 0;
  left: 0;
}

.service-page .detail_text {
  padding: 50px 0px 67px 0px;
  font-size: 16px;
  line-height: 20px;
  max-width: 600px;
  margin: auto;
}
.service-page .read_next {
    text-align: center;
    margin: auto;
}
.service-page .read_next .overlay{
    padding: 60px 20px;
    background: rgba(0,0,0,0.2);
}
.service-page .read_next .title{
    font-size:14px;
    color:#fff;
}
.service-page .read_next a{
    font-family: 'Roboto Medium';
    font-size:48px;
    color:#fff;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    margin: 35px 0 0 0;
    text-transform: uppercase;

}
.service-page .tabs {
  padding-bottom: 90px;
  padding-top: 0px;
}

.service-page li {
  list-style: none;
}
.service-page .text_block .text li {
  list-style: disc outside; 
  margin-left:20px;
  margin-bottom: 10px;
}
.service-page .text_block .text li:last-child {
  margin-bottom: 0px;
}
.service-page .text_block .text p {
  margin-bottom: 10px;
}
.service-page .text_block .text p:last-child {
  margin-bottom: 0px;
}
.service-page .text_block .text ul {
  margin-bottom: 10px;
}
.service-page .text_block .text ul:last-child {
  margin-bottom: 0px;
}

.service-page li .minus {
  display: none;
}

.service-page li .button {
  border-bottom: 1px #d6d4d2 solid;
  padding-top: 30px;
  padding-bottom: 30px;
}

.service-page li .button a {
  text-decoration: none;
}

.service-page li .button .name {
  font-size: 30px;
  font-family: "Roboto Medium";
  color: #000;
  float: left;
  width: 30%;
}
.service-page li .button .name h2{
  font-size: 22px;
  font-family: "Roboto Medium";
}

.service-page li .button .toggle {
  float: right;
}

.service-page li .button .toggle .plus, .service-page li .button .toggle .minus {
  position: relative;
}

.service-page li .button .toggle .plus {
  top: 16px;
}

.service-page li .button .toggle .minus {
  top: 21px;
}

.service-page li.active .name {
  color: #f10e1c;
}

.service-page li.active .plus {
  display: none;
}

.service-page li.active .minus {
  display: block;
}

.service-page li.active .value {
  display: block;
}

.service-page .value {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 20px;
  color: #0d0d0d;
  text-align: right;
}

.service-page .value .this {
  width: 70%;
  display: inline-block;
  text-align: left;
}

.service-page .value .cols {
  display: table;
  width: 100%;
  font-size: 20px;
  color: #4c4c4c;
  line-height: 32px;
}

.service-page .value .cols .col {
  width: 50%;
  display: table-cell;
  padding-right: 20px;
}

.service-page .value .cols .col span {
  display: block;
  font-family: "Roboto Black";
  color: #0d0d0d;
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 70px;
}

.service-page .catering li {
  list-style: none;
  width: 33.33333%;
  float: left;
}

.service-page .catering li .c-name {
  float: left;
  width: 40%;
  font-family: "Roboto Black";
  font-size: 20px;
}

.service-page .catering li .c-value {
  float: left;
  width: 60%;
}

.service-page .catering li .c-value li {
  width: 100%;
  float: none;
  line-height: 32px;
}

.service-page .catering li .c-value li a {
  color: #f10e1c;
  font-size: 16px;
}

.service-page .catering-slider-wrap {
  margin-top: 30px;
}

.service-page .catering-slider-wrap img {
  width: 100%;
}

.contact-page #map {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.contact-page .wrap {
  width: 1420px;
  position: absolute;
  left: 50%;
  margin-left: -710px;
  top: 150px;
  background: #FFF;
  z-index: 3;
  box-sizing: border-box;
  padding: 30px 55px;
  font-size: 0;
}

.contact-page .wrap .box li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  list-style: none;
  padding: 25px 25px 25px 0;
  box-sizing: border-box;
}

.contact-page .wrap .box li:last-child {
   width: 40%;
   padding-right: 0;
}

.contact-page .wrap .box li .name {
  font-size: 24px;
  color:#e42525;
}

.contact-page .wrap .box li .val {
  color: #1b1b1b;
  font-size: 24px;
  margin-top: 5px;
}

.contact-page .wrap .box li .addr {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}

.contact-page .wrap .box li .val a {
  color: #1b1b1b;
  font-size: 24px;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.contact-page .wrap .box li .val a:hover {
  color: #000;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.contact-page .wrap .box li .email a{
  color: #000;
  font-size: 20px;
}

.contact-page .wrap .box li ul.social li{
  width: 33%;
}

.contact-page .wrap .box li ul.social li a{
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

.request {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  display: none;
}

.request .fade {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.39);
}

.request .wrap {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5001;
}

.request .wrap .wrap-box {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.request .wrap .wrap-box .box {
  display: table;
  margin: 0 auto;
  z-index: 5001;
  background: #fff;
  width: 345px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

.request .wrap .wrap-box .box .head {
  text-align: center;
}

.request .wrap .wrap-box .box .head h1{
  font-size: 30px;
  font-family: "Roboto Black";
}
.request .wrap .wrap-box .box .head .block-title {
  font-size: 30px;
  font-family: "Roboto Black";
}

.request .block_title {
  font-size: 30px;
  font-family: "Roboto Black";
}

.request .wrap .wrap-box .box .head p {
  font-size: 16px;
  color: #989898;
  line-height: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.request .wrap .wrap-box .box .field {
  padding-top: 10px;
}

.request .wrap .wrap-box .box .field input[type="text"] {
  height: 60px;
  width: 100%;
  font-size: 20px;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #cfcfcf solid;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
}

.request .wrap .wrap-box .box .field input[type="text"]::-webkit-input-placeholder {
  font-size: 20px;
  color: #989898;
}

.request .wrap .wrap-box .box .field input[type="text"]:-ms-input-placeholder {
  font-size: 20px;
  color: #989898;
}

.request .wrap .wrap-box .box .field input[type="text"]::-ms-input-placeholder {
  font-size: 20px;
  color: #989898;
}

.request .wrap .wrap-box .box .field input[type="text"]::placeholder {
  font-size: 20px;
  color: #989898;
}

.request .wrap .wrap-box .box .field input[type="text"]:focus {
  border: 1px #7b7b7b solid;
}

.request .wrap .wrap-box .box .field input[type="submit"] {
  width: 100%;
  height: 60px;
  padding-left: 55px;
  padding-right: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e30613;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  font-family: "Roboto Black";
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  margin-bottom: 20px;
  -webkit-appearance: none;
}

.request .wrap .wrap-box .box .field input[type="submit"]:hover {
  background: #c20e18;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.request .wrap .wrap-box .box .field.checkbox {
  color: #999999;
}

.request .wrap .wrap-box .box .field.recaptcha > div {
  display: table;
  margin: 0 auto;
}
.alx-feedb-error{
    margin: 0 !important;
}
.about_page_block{
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}
.about_page_block:after {
    content: '';
    background: url(/bitrix/templates/otido/css/../images/dotted-gray.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 33px;
}
.about_page_block .inner_text{
    font-size:30px;
    color:#0d0d0d;
    padding-bottom: 80px;
}
.about_page_block ul li{
    list-style: none;
    float: left;
    width: calc(33.333% - 48px);
    margin-right: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 50px;
}
.about_page_block ul li:last-child{
    margin-right: 0px;
}
.about_page_block ul li .title{
    font-family: 'Roboto Medium';
    font-size:24px;
    color:#0d0d0d;
    padding-bottom: 22px;
}
.about_page_block ul li .text{
    font-size:17px;
    color:#4c4c4c;
    line-height: 20px;
}
.out_clients{
    background: #0d0d0d;
    padding:115px 0 0 0;
    font-size: 0;
    margin: 10px 0 0 0;
}
.out_clients .block_title{
    font-family: 'Roboto Medium';
    font-size: 46px;
    color:#FFF;
    display: inline-block;
    width: calc(33% - 20px);
    margin-right:20px;
    line-height: 30px;
    vertical-align: top;
}
.out_clients .block_text{
    font-size: 30px; 
    color:#FFF;
    display: inline-block;
    vertical-align: top;
    width:66%;
}
.out_clients ul{
    width: 100%;
    padding: 70px 0 120px 0;
    text-align: justify;
    font-size: 0;
}
.out_clients li.item{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding: 20px 0;
    margin: 0;
    text-align: center;
    width:20%;
}
.out_clients ul:after {
    content: "";
    width: 100%;
    display: inline-block;
    zoom: 1;
}
.seo_wrapper{
  display: table;
width: 100%;
  padding:0 0 60px 0;
}
.seo_wrapper h2{
  font-weight: 300;
  margin: 30px 0;
}
.seo_wrapper p{
  padding: 0 0 10px 0;
}
.seo_wrapper ul{
  margin: 0 0 10px 0;
}
.seo_wrapper ul li{
   list-style: square inside;
}
.subcategory_block_desc {
    font-size: 16px;
   color: #999;
   text-align: left;
   line-height: 23px;
}
.subcategory_block_desc.sp {
    max-height: 23px;
    overflow: hidden;
    margin-right: 20px;
}
.seo_line{
  border-top:solid 1px #e83535;
  height: 30px;
}
.sbd_more {
    float: right;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.service-page .value .this ul{
	padding-bottom: 10px;
}
.service-page .value .this ul:last-child{
	padding-bottom: 0px;
}
.service-page .value .this li{
	padding-bottom: 10px;
	margin-left: 50px;
	list-style: disc;
}
.service-page .value .this p,
.service-page .detail_text p{
	padding-bottom: 20px;
}
.service-page .value .this p:last-child,
.service-page .detail_text p:last-child{
	padding-bottom: 0px;
}
.btn.brif{
  background: #e92929;
  color:#FFF;
  height: 50px;
  line-height: 50px;
  padding:0 20px;
  font-size:16px;
  display: block;
  font-family: 'Roboto Medium';
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  right: -16px;
  top: 47px;
  transform: rotate(-90deg);
  z-index: 4;
}
.btn.showril{
   font-family: 'Roboto Medium';
   font-weight: 900;
   font-size: 16px;
   color:#FFF;
   display: inline-block;
   text-decoration: none;
   text-transform: uppercase;
   padding: 15px 30px 15px 50px;
   border:solid 1px #FFF;
   margin: 30px 0 0 0;
   position: relative;
   transition: all 0.3s ease;
}
.btn.showril::after{
  display: block;
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-left: 5px solid #FFF;
  left: 24px;
  top: 19px;
}
.btn.showril:hover{
  background: #fe3332;
  border-color: #fe3332;
  color:#FFF;
}
.event_form{
  color: #FFF !important;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  padding: 30px;
  background: #e92929;
}
.event_form::after{
  display: inline-block;
  content: "";
  width: 50px;
  height: 17px;
  vertical-align: middle;
  background: url(/bitrix/templates/otido/css/../images/event_form_arr.png) no-repeat;
  margin-left: 12px;
}
.copyright{
  color:#000;
  display: inline-block;
}
.callback_open{
  display: inline-block;
  margin-left: 111px;
}
.brif_center,
.afbf_success_block {
  margin: 0 auto 60px auto;
  max-width: 710px;
  padding:0 30px;
}
.brif_center h1{
  text-transform: uppercase !important;
  font-family: 'Roboto Medium';
  font-size: 32px;
  margin: 40px 0 0 0;
}
.brif_center .afbf_inputtext_bg .afbf_textarea, 
.brif_center .afbf_item_pole .afbf_inputtext{
  border:none;
  border-bottom: solid 1px #e42525 !important;
  padding-left: 0 !important;
  height: 34px;
}
.brif_center .afbf_inputtext_bg .afbf_textarea{
  padding-top: 8px !important;
  padding-bottom: 3px !important;
  resize: none;
}
.brif_center .afbf_name.static_name{
  color: #ababab !important;
  margin-bottom: 14px !important;
}
.brif_center .afbf_radio label{
  background: #e6e6e6;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  padding: 13px 17px;
  border-radius: 30px; 
  position: relative;
}
.brif_center .afbf_radio input:checked + label{
  background: #e42525;
  color:#FFF;
  padding-left: 37px;
}
.brif_center .afbf_radio input:checked + label::after{
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 14px;
  background: url(/bitrix/templates/otido/css/../images/brif_cb.png) no-repeat;
  top:14px;
  left:14px;
}
.main-user-consent-request a{
  font-size: 14px;
  color: #808080;
}
.afbf_feedback_poles{
  padding-bottom: 32px;
}
.brif_center .afbf_submit_block{
  margin-top:20px;
  text-align: left !important;
}
.brif_center .afbf_btn{
  padding:20px 40px !important;
  background: #e42525;
  color: #FFF;
  font-size: 16px !important;
  font-family: 'Roboto Medium';
  box-shadow: none;
  border-radius: 0 !important;
}
.afbf_item_pole{
  margin-bottom: 0 !important;
}
.service_page_block{
  padding-bottom: 67px;
}
.service_page_block .text_block{
  display: table;
  width: 600px;
  margin: 0 auto;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
}
.service_page_block .text_block h2{
  font-weight: 300;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.service_page_block .text_block .text{
  padding: 20px 0 0 0;
}
.service_page_block video{
  width: 100%;
  object-fit: cover;
}
.service_page_block .bx-wrapper img{
  width: 100%;
}
.service_page_block a.item{
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #FFF;
  position: relative;
}
.service_page_block img{
  display: block;
  width: 100%;
}
.service_page_block a.item .title_area {
  font-family: 'Roboto Medium';
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}
.service_page_block a.item .overlay {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.service_page_block a.item:hover .overlay {
  opacity: 0.65;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.tags_menu{
  width: 340px;
  float: right;
  margin: 50px 0 0 0;
  padding: 0 0 0 40px;
}
.tags_menu a{
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  margin: 0 0 20px 0;
}
.tags_menu a.active{
  color: #8e8e8e;
}
.blog_list{
   margin: 50px 380px 0 -15px;
   font-size: 0;
}
.blog_item{
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 0 30px 0;
  position: relative;
}
.blog_item .img{
  display: block;
  text-decoration: none;
}
.blog_item .img img{
   display: block;
   width: 100%;
}
.blog_item .info{
  background: #f3f3f3;
  height: 268px;
  box-sizing: border-box;
  padding: 38px 35px 33px 35px;
  position: relative;
}
.blog_item .tag{
  font-size: 12px;
  line-height: 14px;
  color: #FFF;
  background: #e30613;
  padding: 3px;
  display: inline-block;
  text-transform: uppercase;
}
.blog_item .title{
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 28px;
  color: #000000;
  margin:12px 0 0 0;
}
.blog_item .date{
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  position: absolute;
  left: 35px;
  bottom: 33px;
}

@media (max-width:1240px){
  .tags_menu{
    width: 170px;
  }
  .blog_list{
    margin-right: 210px;
  }
}
@media (max-width:1140px){
  .blog_list{
    margin-top:30px;
    margin: 30px -5px 0 -5px;
  }
  .blog_item{
    margin:0 0 10px 0;
    padding: 0 5px;
  }
 
  .tags_menu{
    width: auto;
    float: none;
    white-space: nowrap;
    margin: 30px 0 0 0;
    padding: 0;
  }
  .tags_menu_scrool{
    white-space: nowrap;
    overflow-x: auto;
  }
  .tags_menu a{
    display: inline-block;
    vertical-align: top;
    margin:0 30px 0 0;
    font-size: 16px;
  }
}
@media (max-width:992px){
  .blog_item,
  .blog_item:nth-child(1),
  .blog_item:nth-child(2){
    width: 50%;
  }

}
@media (max-width:720px){
   .blog_list{
    margin-left: -25px;
    margin-right: -25px;
   }
  .blog_item,
  .blog_item:nth-child(1),
  .blog_item:nth-child(2){
    width: 100%;
  }
}
@media (min-width:992px){
  .blog_item:nth-child(1),
  .blog_item:nth-child(2){
    width: 100%;
  }
  .blog_item:nth-child(1) .img,
  .blog_item:nth-child(2) .img{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 354px);
  }
  .blog_item:nth-child(1) .info,
  .blog_item:nth-child(2) .info{
    display: inline-block;
    vertical-align: top;
    width: 354px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    height: auto;
  }
  .blog_item:nth-child(2) .img{
    float: right;
  }
  .blog_item:nth-child(2) .info{
    right: auto;
    left: 15px;
  }
}
@media (min-width:992px) and (max-width:1140px){
 .blog_item:nth-child(1) .info{
    right: 5px;
  }
  .blog_item:nth-child(2) .info{
    left: 5px;
  }
}

.blog_head{
  background: #e0e0e0;
  padding: 0 0 400px 0;
  margin: 6px 0 0 0;
  position: relative;
}
.blog_head::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom:5px;
  background: url(/bitrix/templates/otido/css/../images/white_dot.png) 0 bottom repeat-x #e0e0e0;
 height: 43px
}
.blog_head .tag{
  margin-top: 35px;
  font-size: 12px;
  line-height: 14px;
  color: #FFF;
  background: #e30613;
  padding: 3px;
  display: inline-block;
  text-transform: uppercase;
}
.blog_head .date{
  margin-top: 10px;
  font-size: 14px;
  color: #808080;
  text-transform: uppercase;
}
.blog_head h1{
  line-height: 57px;
  font-size: 48px;
  font-weight: 500;
  color: #000;
}
.blog_head .center,
.blog_full_text .center{
  width: auto;
  max-width: 710px;
}
.blog_full_text{
  margin: 50px 0 57px 0;
  font-size: 16px;
  color: #333333;
  line-height: 1.6em;
}
.blog_full_img{
  margin: -380px auto 0 auto;
  width: 1065px;
  position: relative;
  z-index: 1;
  display: block;
}
.blog_full_text .ya_share_cnt{
  margin-top: 57px;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  padding: 28px 0;
  height: 40px;
}
.blog_full_text .ya_share_cnt .title{
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 20px;
  color: #1a1a1a;
  margin: 0 35px 0 0;
  height: 40px;
  margin-top: -5px;
line-height: 23px;
}
.blog_full_text .ya_share_cnt > .ya-share2{
  display: inline-block;
  vertical-align: middle;
}
.blog_full_text .ya-share2__container_size_m .ya-share2__icon{
  width: 40px;
  height: 40px;
}
.blog_full_text .ya-share2__container_size_m .ya-share2__item{
  margin: 0 11px 0 0;
}
.blog_category{
  font-size: 14px;
  color: #808080;
  margin: 20px 0 0 0;
}
.blog_category a{
  font-size: 14px;
  color: #808080;
}
.blog_comments{
  background: #f2f2f2;
  max-width: 1065px;
  margin: 0 auto 40px auto;
  box-sizing: border-box;
  padding: 50px 178px;
}
.blog_comments_title{
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.blog_comments b{
  font-weight: 800;
  color: #000;
  padding-right:5px;
}
.blog_comments .reviews-reply-field.reviews-reply-field-settings{
  display: none;
}
.blog_comments .feed-add-post-text{
  padding-left: 0;
  padding-right: 0;
}
.blog_comments div.reviews-reply-field-author{
  float: none;
    width: 100%;
}
.blog_comments div.reviews-reply-fields{
  padding-left: 0;
  padding-right:0;
}
.blog_comments div.reviews-reply-fields input{
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
}
.blog_comments label{
  padding-bottom:5px;
  display: block;
}
.blog_comments div.reviews-reply-buttons input{
  background: #e92929;
  color: #FFF;
  height: 50px;
  border:none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 20px;
  margin-right:20px;
}
.blog_comments div.reviews-reply-buttons input:nth-child(2){
  background: #999;
}
.blog_comments .feed-add-post-text{
  padding-top:0;
}
.blog_comments .reviews-reviews-block-container{
  padding-bottom: 67px;
  background: url(/bitrix/templates/otido/css/../images/gray_gray_dot.png) bottom center repeat-x;
  margin-bottom:37px;
}
.blog_readmore{
  background: url(/bitrix/templates/otido/css/../images/gray_dot.jpg) top center repeat-x;
  padding: 100px 0 15px 0;

}
.blog_readmore .center{
  width: 1065px;
  position: relative;
}
.blog_readmore_title{
  font-size: 28px;
  font-weight: 500;
  color: #1a1a1a;
  position: absolute;
  left: -178px;
  top: 0;
}
.blog_readmore_items_cnt{
  font-size: 0;
}
.blog_readmore_item{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin:0 0 35px 0;
  position: relative;
}
.blog_readmore_item .img{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-decoration: none;
  color: #FFF;
  position: relative;
}
.blog_readmore_item .img img{
  display: block;
  width: 100%;
}
.blog_readmore_item .img .tag{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 14px;
  color: #FFF;
  background: #e30613;
  padding: 3px;
  text-transform: uppercase;
}
.blog_readmore_item .info{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
.blog_readmore_item .info .title{
  text-decoration: none;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.blog_readmore_item .info .date{
  position: absolute;
  left: 20px;
  bottom: 0;
  font-size: 12px;
  color: #808080;
  text-transform: uppercase;
}
.blog_read_all{
  display: block;
  width: 100px;
  margin: 0 auto 65px auto;
  color: #e92929;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: url(/bitrix/templates/otido/css/../images/blog_all.png) 0 3px no-repeat;
  padding: 0 0 0 20px;
}
.blog_read_all:hover{
  color: #e92929;
}
@media (max-width:1440px){
  .blog_readmore_title{
    position: static;
    margin-bottom:30px;
  }
  .blog_readmore_title br{
    display: none;
  }
}


@media (max-width:1100px){
  .blog_readmore .center,
  .blog_full_img,
  .blog_comments{
    width: 100%;
    max-width: 100%;
  }
  .blog_comments{
    padding-left: 0;
    padding-right: 0;
  }
  .blog_comments_inner{
    max-width: 710px;
    padding:0 30px;
    margin:auto;
  }
}
@media (max-width:992px){
  .blog_readmore_item{
    width: 225px;
    margin-right:30px;
    margin-left:0;
  }
  .blog_readmore_item .img,
  .blog_readmore_item .info{
    width: 100%;
    position: relative;
  }
  .blog_readmore_item .info{
    padding: 17px 0 0 0;
  }
  .blog_readmore_item .info .date{
    position: static;
    padding: 15px 0 0 0;
  }
  .blog_readmore_items_cnt{
    white-space: nowrap;
    overflow-y: auto;
    width: 225px;
  }
  .blog_readmore_item .info .title{
    white-space: normal;
  }

}
@media (max-width:768px){
  .blog_head .center, .blog_full_text .center{
    width: auto;
    max-width: 100%;
  }
  .blog_head{
    background: none;
    padding: 0;
  }
  .blog_head::after{
    display: none;
  }
  .blog_head .tag{
    margin-top:20px;
  }
  .blog_head h1{
    font-size: 28px;
    line-height: 32px;
    margin:20px 0 0 0;
  }
  .blog_full_img{
    margin: 35px 0 0 0;
  }
  .blog_full_text .ya_share_cnt{
    margin-top:35px;
  }
  .blog_full_text .ya_share_cnt .title br{
    display: none;
  }
  .blog_full_text .ya_share_cnt{
    height: auto;
  }
  .blog_full_text{
    margin-bottom: 20px;
  }
  .blog_comments{
    padding-top:20px;
    margin-bottom: 0;
  }
  .blog_readmore{
    background: none;
    padding-top:30px;
    padding-bottom:0;
  }
  .blog_readmore_title{
    font-size: 24px;
  }
  .blog_read_all{
    margin-left: 30px;
    margin-right: 0;
  }
}

/* End */


/* Start:/bitrix/templates/otido/css/jquery.formstyler.css?17653121922770*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}

.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 18px;
	height: 18px;
	background: #d5d5d5;
	margin-right: 10px;
	cursor: pointer;
	transition: background 0.6s;	
}

.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}

.jq-checkbox.checked {
	background: #e30613;
	transition: background 0.4s;
}

.jq-checkbox .jq-checkbox__div {
	height: 0;
	transition: all 0.4s;
	background: url('/bitrix/templates/otido/css/../images/icon-check.svg');
	width: 9px;
	position: absolute;
	left: 5px;
	top: 5px;	
	opacity: 0;
}

.jq-checkbox.checked .jq-checkbox__div {
	opacity: 1;
	height: 7px;
	transition: all 0.3s;
}
/* End */


/* Start:/bitrix/templates/otido/css/adaptive.css?176531219216112*/
@media (max-width:1700px){
	.portfolio li {
		height: 500px;
	}
}

@media (max-width:1540px){
	.center, .center.two-cols {
		width: 100%;
		box-sizing: border-box;
		padding-left: 30px;
		padding-right: 30px;
	}

	.breadcrumbs.main .center:after {
		bottom: -42px;
	}

	.portfolio li {
		height: 440px;
	}

	.header .logo {
		left: 30px;
		width: 115px;
		height: 70px;
	}

	.breadcrumbs.pos_left .center {
	    left: 50%;
	    width: 100% !important;
	    margin-left: -50%;
	}

	.breadcrumbs .image .line .wrap .empty {
		display: none;
	}

	.contact-page .wrap {
	    width: 100%;
	    margin-left: -50%;
	}

	.contact-page .wrap .box {
		margin-left: 30px
	}
	.breadcrumbs.main .cnt{
		left:20px;
		right:20px;
	}
}

@media (max-width:1400px){
	.feedback h1 {
		font-size: 35px;
	}

	.feedback {
		font-size: 18px;
	}

	.advantage li p {
	    font-size: 18px;
	    line-height: 25px;
	}

	.events h1 {
		font-size: 65px;
	}

	.portfolio li {
		height: 390px;
	}

	.feedback .form .field input[type="text"] {
		width: 260px;
	}

	.header .col-1 {
	    width: auto !important;
	}

	.header .col-2 {
	    width: auto !important;
	}

	.about-page .customers .col-2 {
		font-size: 27px;
	}

	.about-page .customers .col-1, .about-page .head .col-1 {
		width: 35% !important;
		padding-right: 30px;
	}

	.about-page .customers .col-2, .about-page .head .col-2 {
		width: 65% !important;
	}

	.services-page li .item .this h1 {
		width: 50%;
	}
}

@media (max-width:1300px){
	.feedback h1 {
		font-size: 32px;
	}

	.feedback .form .field input[type="text"] {
		width: 230px;
	}

	.portfolio li {
		height: 370px;
	}

	.portfolio li .item .name {
		font-size: 28px;
	}

	.header .callback {
		display: none;
	}

	.header .phone {
		white-space: nowrap;
	}

	.about-page .customers li {
		width: 25%;
	}

	.about-page .customers .col-2 {
	    font-size: 26px;
	    line-height: 31px;
	}
	.out_clients .block_title{
		width: calc(40% - 20px);
	}
	.out_clients .block_text{
		width: 60%;
	}
}

@media (max-width:1200px){
	.portfolio li {
		height: 340px;
	}

	.events h1 {
		font-size: 62px;
		line-height: 61px;
	}

	.header .callback {
		display: none;
	}

	.header .col-1 {
		width: 70% !important;
	}

	.header .col-2 {
		width: 30% !important;
	}

	.feedback .col-1, .feedback .col-2 {
		display: table;
		width: auto;
		margin: 0 auto;
	}

	.feedback .form {
		float: none;
	}

	.feedback .col-1 {
		text-align: center;
		margin-bottom: 30px;
	}

	.feedback h1 {
		font-size: 46px;
	}

	.feedback {
		font-size: 20px;
	}

	.feedback .form .field input[type="text"] {
		width: 270px;
	}

	.portfolio li {
		height: 320px;
	}
	.out_clients li.item img{
		transform:  scale(0.7);
	}
}


@media (max-width:1150px){
	.events h1 {
	    font-size: 57px;
	    line-height: 51px;
	}

	.advantage li p {
	    font-size: 17px;
	    line-height: 22px;
	}

	.advantage li h1 {
		font-size: 60px;
	}

	.breadcrumbs.main .cnt h1 {
		font-size: 85px;
	}

	.portfolio li {
		height: 300px;
	}
}

@media (max-width:1090px){
	.header .phone {
		font-size: 18px;
	}

	.header .menu li a {
		font-size: 14px;
	}

	.header .menu li {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width:1040px){
	.events h1 {
		font-size: 48px;
	}

	.portfolio li {
		height: 290px;
	}

	.portfolio li .item .name {
		font-size: 25px;
	}

	.breadcrumbs.main .image, .breadcrumbs.main .overlay {
		height: 750px
	}

	.breadcrumbs.not_main.b-service-inner {
		height: 211px;
	}

	.about-page .head .col-2 {
	    font-size: 25px;
	    line-height: 35px;
	}

	.about-page .customers {
		padding-top: 100px;
		padding-bottom: 20px;
	}

	.services-page li .item .this h1 {
		font-size: 46px;
		line-height: 47px;
	}

	.footer .contact .two-cols .col-1, .footer .contact .two-cols .col-2 {
		display: block;
		width: 100% !important;
	}

	.footer .contact .two-cols .col-1 ul {
		display: table;
		margin: 0 auto;
	}

	.footer .contact .two-cols .col-1 ul li {
		text-align: center;
		float: none;
		padding: 0;
		border-left: 0;
	}

	.footer .contact .two-cols .col-1 ul li:first-child {
		border-bottom: 1px #2e2e2e solid;
		padding-bottom: 35px;
	}

	.footer .contact .two-cols .col-1 ul li:last-child {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.footer .contact .two-cols .col-2 ul {
		float: none;
		display: table;
		margin: 0 auto;
	}
	.callback_open{
		display: block;
		margin-left: 0;
	}
}

@media (max-width:970px){
	.service-page .value .this {
		width: 100%;
	}

	.service-page li .button .name {
		width: auto;
		font-size: 35px;
	}

	.service-page li .button .toggle .plus {
		top: 10px;
	}

	.service-page li .button .toggle .minus {
	    top: 15px;
	}

	.service-page .value {
	    font-size: 24px;
	    line-height: 36px;
	}

	.header .col-2 {
		display: none;
	}

	.header .menu li a {
		font-size: 16px;
	}

	.header .menu li {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header .col-1 {
		width: 100% !important;
	}

	.portfolio li {
		width: 50%;
		height: 390px;
	}

	.advantage li {
		width: 50%;
	}

	.advantage li:nth-child(3) {
		clear: both;
		margin-top: 30px;
	}

	.events .center ul li.li_hr{
		display: inline-block;
	    width: 100%;
	}

	.events .col-1, .events .col-2 {
		width: 50% !important;
	}

	.events h1 {
		font-size: 68px;
		line-height: 70px;
	}

	.events a {
		font-size: 25px;
	}

	.advantage li p {
	    font-size: 18px;
	    line-height: 25px;
	}

	.advantage li h1 {
		font-size: 68px;
	}

	.feedback .col-2 {
		width: 100%;
	}

	.feedback .form {
		display: table;
		width: 100%;
	}

	.feedback .form .field {
		float: none;
		display: table-cell;
		padding-right: 10px;
		box-sizing: border-box;
	}

	.feedback .form .field:last-child {
		padding-right: 0;
	}

	.feedback .form .field input[type="text"] {
		width: 100%;
	}

	.feedback .form .field input[type="submit"] {
		width: 100%;
		padding: 0 5px;
	}

	.feedback .form .field:nth-child(3) {
		padding-right:0;
		padding-bottom: 10px;
	}

	.feedback .form .field:nth-child(3), .feedback .form .field:nth-child(4) {
		width: 35%;
	}

	.feedback .form .field:nth-child(6) {
		width: 30%;
	}

	.footer .menu .row .col {
		width: 50%;
		margin-bottom: 20px
	}

	.footer .menu .row {
		padding-bottom: 40px;
	}

	.header .col-2 {
		display: none;
	}

	.about-page .head ul li {
		width: 50%;
		margin-bottom: 20px;
	}

	.about-page .head .col-1, .about-page .customers .col-1 {
		padding-right: 30px;
	}

	.about-page .customers .col-2 {
	    font-size: 24px;
	    line-height: 27px;
	}

	.about-page .head .col-2 {
		font-size: 23px;
	}

	.about-page .customers li {
		width: 33.333%;
	}
	.out_clients li.item{
	 width:50%;
	}
	/*.services-page li, .services-page li .item .image, .services-page li .item .overlay {
		height: 350px;
	}*/

	.contact-page .wrap .box {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-left: 0;
	}

	.contact-page .wrap {
		bottom: 0;
		top: auto;
		padding-left: 20px;
		padding-right: 20px;
		padding-top:0;
	}

	.contact-page .wrap .box li {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.contact-page .wrap .box li:last-child {
		border-bottom: 0;
	}
	.about_page_block ul li{
		width:100%;
		float: none;
		margin-right: 0;
	}
	.footer.footer-contact{
		display: none;
	}
}

@media (max-width:870px){
	.header .col-1 {
		width: 100% !important;
	}

	.header .menu {
		float: right;
	}

	.events h1 {
	    font-size: 57px;
	    line-height: 51px;
	}

	.events a {
		font-size: 20px;
	}

	.footer .cpr .col-1 {
		width: auto !important;
		float: left;
	}

	.footer .cpr .col-2 {
		width: auto !important;
		float: right;
	}

	.portfolio li {
		height: 360px;
	}
}

@media (max-width:820px){
	.feedback .form .field:nth-child(1), .feedback .form .field:nth-child(2) {
		display: inline-block;
		float: none;
		width: 50%;
	}

	.feedback .form .field:nth-child(1) {
		padding-right: 10px;
	}

	.feedback .form .field:nth-child(2) {
		padding-right: 0;
		padding-left: 10px;
	}

	.feedback .form .field:nth-child(3) {
		display: block;
		width: 100%;
		margin-top: 20px;
	}

	.feedback .col-1 {
		width: 100%;
		text-align: left;
	}

	.portfolio li {
		height: 320px;
	}

	.case-page .stats .wrap, .case-page .case-item .text, .service_page_block .text_block {
		width: 100%;
		display: block;
	}

	.case-page .case-item .text {
		padding-bottom: 50px;
	}

	.case-page .case-item img {
		margin-bottom: 50px;
	}

	.services-page li .item .this h1 {
	    font-size: 41px;
	    line-height: 40px;
	}

	.service-page .value .cols {
		font-size: 16px;
	}

	.service-page .catering li {
		width: 50%;
		margin-bottom: 20px;
	}

	.service-page .value {
		padding-bottom: 50px;
	}
	.out_clients .block_title{
		width: 100%;
		margin-right:0;
	}
	.out_clients .block_text{
		width: 100%;
		margin-top: 40px; 
	}
}
@media (max-width:768px){
	.breadcrumbs .image video{
	    display: none;
	}
	.header .menu {
		display: none;
	}

	.header .center:after {
		display: none;
	}

	#mobile_menu {
		display: block;
	}

	.breadcrumbs .events ul li {
		width: 50%;
	}

	.events h1 {
	    font-size: 50px;
	    line-height: 45px;
	}

	.advantage li h1 {
	    font-size: 62px;
	}

	.breadcrumbs.main .cnt h1 {
	    font-size: 74px;
	    line-height: 73px;
	}

	.portfolio li {
	    height: 300px;
	}

	.footer .two-cols .col-1 {
		float: left;
		display: block;
		width: auto !important;
	}

	.footer .two-cols .col-2 {
		float: right;
		display: block;
		width: auto !important;
	}

	.breadcrumbs .page-title {
		font-size: 55px;
	}

	.about-page .head .col-1, .about-page .customers .col-1, .about-page .head .col-2, .about-page .customers .col-2 {
		display: block;
		width: 100% !important;
	}

	.about-page .head .col-1, .about-page .customers .col-1 {
		margin-bottom: 20px;
	}

	.about-page .customers li {
		width: 50%;
	}

	.services-page li .item .this h1 {
	    font-size: 36px;
	    line-height: 37px;
	}
	.about_page_block .inner_text{
  	  font-size:20px;
	}
	.contact-page .wrap{
		overflow-x:scroll;
	}
	.contact-page .wrap .box{
		width: 800px;
	}
	.case-slider-wrap{
		left:-30px;
		right: -30px;
		width: calc(100% + 60px);
	}
	.case-page .bx-wrapper .bx-controls-direction a.bx-prev,
	.service_page_block .bx-wrapper .bx-controls-direction a.bx-prev{
	  left: 10px;
	}

	.case-page .bx-wrapper .bx-controls-direction a.bx-next,
	.service_page_block .bx-wrapper .bx-controls-direction a.bx-next {
	  right: 10px;
	}
	.related .portfolio_inner li{
		width: 100%;
	}
}

@media (max-width:720px){
	.footer.footer-contact .col-3 {
		display: none;
	}
}

@media (max-width:680px){
	.breadcrumbs.main .cnt h1 {
	    font-size: 71px;
	    line-height: 73px;
	}

	.events a {
	    font-size: 20px;
	}

	.events h1 {
	    font-size: 43px;
	    line-height: 45px;
	}

	.portfolio li {
	    height: 280px;
	}

	.about-page .head ul li p {
	    font-size: 17px;
	    line-height: 27px;
	}

	.about-page .head ul li {
		width: 100%;
		margin-bottom: 30px
	}

	.about-page .head ul li:last-child {
		margin-bottom: 0;
	}

	.services-page .center {
		padding-left: 0;
		padding-right: 0;
	}

	.services-page li {
		margin-bottom: 0;
	}

	.services-page li .item .this h1 {
		width: 100%;
	}

	.services-page li .item .this {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width:650px){
	.request .wrap .wrap-box .box {
		width: 100%;
		box-sizing: border-box;
		padding-left: 30px;
		padding-right: 30px;
	}

	.portfolio li, .case-page .portfolio li, .service-page .portfolio li {
		width: 100%;
		height: 380px;
	}

	.advantage li {
		width: 100%;
	}

	.advantage li:nth-child(3), .advantage li:nth-child(2) {
	    clear: both;
	    margin-top: 30px;
	}

	.events .col-1, .events .col-2 {
		display: block;
		width: 100% !important;
	}

	.feedback .form .field:nth-child(1), .feedback .form .field:nth-child(2) {
		width: 100%;
		padding: 0;
	}

	.feedback .form .field:nth-child(1) {
		margin-bottom: 20px;
	}



	.feedback h1 {
		white-space: normal;
	}

	.footer .menu .row .col {
		width: 100%;
	}

	.breadcrumbs.not_main .page-title {
		font-size: 63px;
	}

	.breadcrumbs.b-service.not_main .page-title {
	    font-size: 52px;
	}

	.breadcrumbs .image {
	    background-position: 78%;
	}

	.case-page .stats li {
		width: 100%;
	}

	/*.services-page li, .services-page li .item .image, .services-page li .item .overlay {
		height: 300px;
	}*/

	.service-page .catering li {
		width: 100%;
	}

	.service-page li .button .name {
		font-size: 30px;
	}

	.service-page .value .cols .col {
		width: 100%;
		display: block;
	}

	.breadcrumbs.not_main .page-title {
	    font-size: 48px;
	    line-height: 48px;
	}
	.feedback .form .field:nth-child(4),
	.feedback .form .field:nth-child(6){
		width: 100%;
		padding-right: 0;
		display: block;
	}
	.feedback .form .field:nth-child(4){
		padding-bottom: 10px;
	}
	.out_clients .block_title{
		font-size:35px;
	}
	.out_clients .block_text{
		font-size:23px;
	}
	.out_clients li.item{
	   width: 100%;
	}
}

@media (max-width:470px){
	.footer .cpr .two-cols .col-1, .footer .cpr .two-cols .col-2 {
		width: 100% !important;
		display: block;
		text-align: center;
	}

	.footer .cpr .two-cols .col-1 {
		padding-bottom: 10px;
	}


	.breadcrumbs .page-title {
		font-size: 45px;
	}

	.case-page .case-item .text {
		font-size: 17px;
		line-height: 28px;
	}

	.about-page .customers li {
		width: 100%;
	}

	.about-page .customers li .wrap, .about-page .customers li, .about-page .customers li .wrap .image {
		height: 170px;
	}

	.about-page .customers .col-2 {
		font-size: 20px;
		/* font-family: $r; */
		font-weight: normal;
	}

	.breadcrumbs.not_main .page-title {
	    font-size: 53px;
	}

	.feedback h1 {
	    font-size: 35px;
	    line-height: 31px;
	    margin-bottom: 13px;
	}

	.feedback {
	    font-size: 18px;
	}

	.about-page .head .col-1 {
		font-size: 42px;
	}

	.about-page .customers .col-1 {
		font-size: 41px;
	}

	.breadcrumbs.b-service.not_main .page-title {
	    font-size: 48px;
	}

	.breadcrumbs.not_main .page-title {
	    font-size: 48px;
	    line-height: 48px;
	}
	.breadcrumbs.main h1{
		font-size: 40px;
	}
}

@media (max-width:440px){
	.breadcrumbs.main .cnt h1 {
	    font-size: 60px;
	    line-height: 40px;
	}

	.breadcrumbs.main .cnt h2 {
		font-size: 20px;
		margin-top: 15px;
	}

	#mobile_menu .view_menu {
		border: 0;
	}

	.breadcrumbs.not_main .page-title {
	    font-size: 46px;
	    font-family: 'Roboto Medium';
	}

	.breadcrumbs.b-service.not_main .page-title {
	    font-size: 39px;
	}

	.services-page li .item .this h1 {
	    font-size: 28px;
	    line-height: 34px;
	}

	.footer .cpr .col-1, .footer .cpr .col-2 {
		float: none;
		display: table;
		margin: 0 auto;
		width: 100% !important;
		text-align: center;
	}

	.footer .cpr .col-2 a {
		font-size: 13px;
	}

	.events .center ul li{
		width:100%;
	}	
	.events .center ul li.li_hr{
		display: none;
	}
		.contact-page .wrap .box li {
		padding-top: 13px;
		padding-bottom: 13px
	}
}

@media (max-width:360px){
	.breadcrumbs.main .cnt h1 {
	    font-size: 50px;
	    line-height: 38px;
	}

	.contact-page .wrap .box li .val {
		clear: both;
		float: none;
	}


}

/* End */


/* Start:/bitrix/templates/otido/css/jquery.bxslider.css?17653121924476*/
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.service_page_block .bx-wrapper{
   margin-bottom: 35px;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {

}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.catering .bx-wrapper .bx-pager,
.catering .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('/bitrix/templates/otido/css/images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #e30613;
  text-indent: -9999px;
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  border: 2px #fff solid;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #fff;
  border: 2px #e30613 solid;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {

  border: 2px #e30613 solid;  
}

.catering .bx-wrapper .bx-pager.bx-default-pager a {
  background: #c2c2c2;
  text-indent: -9999px;
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  border: 2px rgba(0,0,0,0.6) solid;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.catering .bx-wrapper .bx-pager.bx-default-pager a.active{
  background: none;
  border: 2px #c2c2c2 solid;
}
.catering .bx-wrapper .bx-pager.bx-default-pager a:hover {

  border: 2px #fff solid;  
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('/bitrix/templates/otido/css/images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('/bitrix/templates/otido/css/images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('/bitrix/templates/otido/css/images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('/bitrix/templates/otido/css/images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #939393;
  display: block;
  font-size: 14px;
  padding: 20px;
}

/* End */


/* Start:/bitrix/templates/otido/components/altasib/feedback.form/callback/form_style.css?176531219644580*/
.afbf_error_block{
    display: none !important;
}
.modal_form{
        border-radius:5px;
        background:#fff;
        /*position:fixed;*/
        position:absolute;
        top:45%;
        left:50%;
        opacity:0;
        z-index:2001;
        transition:all 0.3s ease 0s;
        box-shadow:0 0 33px rgba(0,0,0,0.36);
        min-height:200px;
        height:auto;
        overflow:hidden;
        box-sizing:border-box;
        padding:40px 20px 40px;
}
.modal_close{
        width:14px;
        height:14px;
        position:absolute;
        background:#fff;
        top:20px;
        right:20px;
        cursor:pointer;
        display:block;
        overflow:hidden;
        opacity:0.6;
        -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        z-index:2;
        -webkit-transition:all .2s ease-out;
        -moz-transition:all .2s ease-out;
        -ms-transition:all .2s ease-out;
        -o-transition:all .2s ease-out;
        transition:all .2s ease-out;
}
.modal_close_ok{
        width:115px;
        height:36px;
        line-height:36px;
        background:#0097f6;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        border-radius:2px;
        -webkit-box-shadow:0 2px 4px 2px #e6e6e6;
        -moz-box-shadow:0 2px 4px 2px #e6e6e6;
        box-shadow:0 2px 4px 2px #e6e6e6;
        border:none;
        outline:none;
        color:#fff;
        text-align:center;
        margin:0 auto 10px;
        display:block;
        cursor:pointer;
        -webkit-transition:all .2s ease-out;
        -moz-transition:all .2s ease-out;
        -ms-transition:all .2s ease-out;
        -o-transition:all .2s ease-out;
        transition:all .2s ease-out;
}
.modal_close_ok:hover{
        -webkit-box-shadow:0 2px 5px 3px #ccc;
        -moz-box-shadow:0 2px 5px 3px #ccc;
        box-shadow:0 2px 5px 3px #ccc;
}
.modal_close:hover{
        opacity:1;
        -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.modal_close__left:before{
        position:absolute;
        content:'';
        left:-3px;
        top:-5px;
        border:12px solid transparent;
        border-left-color:#767676;
}
.modal_close__left:after{
        position:absolute;
        content:'';
        left:-7px;
        top:-5px;
        border:12px solid transparent;
        border-left-color:#fff;
}
.modal_close__right:before{
        position:absolute;
        content:'';
        right:-3px;
        top:-5px;
        border:12px solid transparent;
        border-right-color:#767676;
}
.modal_close__right:after{
        position:absolute;
        content:'';
        right:-7px;
        top:-5px;
        border:12px solid transparent;
        border-right-color:#fff;
}

.alx_fb_overlay{
        z-index:2000;
        position:fixed;
        background-color:#000;
        opacity:0.2;
        width:100%;
        height:100%;
        top:0;
        left:0;
        cursor:pointer;
        display:none;
}
.alx_feedback_popup{
        cursor:pointer;
}
.alx-feedb-data-errorLoading{
        text-align:center;
        padding-top:50px;
}
.alx_fedb_wait{
        height:140px;
        left:45%;
        position:fixed;
        top:45%;
        width:140px;
        z-index:2001;
        text-align:center;
}
.alx-feedb-data{
        position:absolute;
        opacity:0;
}
.alx-feedb-data-view{
        position:relative;
        opacity:1;
        width:100%;
        transition:all 0.3s ease 0s;
}
.afbf_success_block{
        height:140px;
        display:table;
        vertical-align:middle;
        width:100%;
        margin-bottom:20px;
}
.afbf_success_block._without-popup{
        height:100px;
}
.afbf_success_block._without-popup .afbf_mess_ok{
        text-align:left;
        line-height:50px;
}
.afbf_success_block._without-popup .afbf_mess_ok .mess{
        margin-left:60px;
}
.afbf_success_block._without-popup .afbf_ok_icon{
        display:inline-block;
        width:auto;
        min-width:50px;
        float:left;
        margin-bottom:0;
}
.afbf_mess_ok{
        display:table-cell;
        vertical-align:middle;
        text-align:center;
}
/* animation loading */

@keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@-moz-keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@-webkit-keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@-o-keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@-moz-keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@-webkit-keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@-o-keyframes alx-rotate-loading{0%{transform:rotate(0deg); -ms-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -moz-transform:rotate(0deg);}100%{transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);}}
@keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}
@-moz-keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}
@-webkit-keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}
@-o-keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}
.alx-rotate-loading, .alx-feedb-loading{
        height:120px;
        position:relative;
        width:120px;
        border-radius:100%;
}
.alx-rotate-loading{
        margin:40px auto;
}
.alx-feedb-loading{
        border:13px solid transparent;
        border-color:transparent #fff transparent #FFF;
        -moz-animation:alx-rotate-loading 2s linear 0s infinite normal;
        -moz-transform-origin:50% 50%;
        -o-animation:alx-rotate-loading 2s linear 0s infinite normal;
        -o-transform-origin:50% 50%;
        -webkit-animation:alx-rotate-loading 2s linear 0s infinite normal;
        -webkit-transform-origin:50% 50%;
        animation:alx-rotate-loading 2s linear 0s infinite normal;
        transform-origin:50% 50%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
}
.alx-rotate-loading:hover .alx-feedb-loading{
        border-color:transparent #E45635 transparent #E45635;
}
.alx-rotate-loading:hover .alx-feedb-loading, .alx-rotate-loading .alx-feedb-loading{
        -webkit-transition:all 0.5s ease-in-out;
        -moz-transition:all 0.5s ease-in-out;
        -ms-transition:all 0.5s ease-in-out;
        -o-transition:all 0.5s ease-in-out;
        transition:all 0.5s ease-in-out;
}
.alx-feedb-loading-text{
        animation:2s linear 0s normal none infinite running loading-text-opacity;
        color:#fff;
        font-size:15px;
        font-weight:bold;
        margin-top:52.5px;
        position:absolute;
        text-align:center;
        text-transform:uppercase;
        top:0px;
        width:120px;
}

/* animation popup */

@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000); animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}0%{opacity:0; -webkit-transform:translate3d(0,-3000px,0); transform:translate3d(0,-3000px,0);}60%{-webkit-transform:translate3d(0,25px,0); transform:translate3d(0,25px,0);}75%{-webkit-transform:translate3d(0,-10px,0); transform:translate3d(0,-10px,0);}90%{-webkit-transform:translate3d(0,5px,0); transform:translate3d(0,5px,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000); animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}0%{opacity:0; -webkit-transform:translate3d(0,-3000px,0); transform:translate3d(0,-3000px,0);}60%{-webkit-transform:translate3d(0,25px,0); transform:translate3d(0,25px,0);}75%{-webkit-transform:translate3d(0,-10px,0); transform:translate3d(0,-10px,0);}90%{-webkit-transform:translate3d(0,5px,0); transform:translate3d(0,5px,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0); transform:translate3d(0,10px,0);}40%,45%{opacity:1; -webkit-transform:translate3d(0,-20px,0); transform:translate3d(0,-20px,0);}to{opacity:0; -webkit-transform:translate3d(0,2000px,0); transform:translate3d(0,2000px,0);}}
@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0); transform:translate3d(0,10px,0);}40%,45%{opacity:1; -webkit-transform:translate3d(0,-20px,0); transform:translate3d(0,-20px,0);}to{opacity:0; -webkit-transform:translate3d(0,2000px,0); transform:translate3d(0,2000px,0);}}
@-moz-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000); animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}0%{opacity:0; -webkit-transform:translate3d(0,-3000px,0); transform:translate3d(0,-3000px,0);}60%{-webkit-transform:translate3d(0,25px,0); transform:translate3d(0,25px,0);}75%{-webkit-transform:translate3d(0,-10px,0); transform:translate3d(0,-10px,0);}90%{-webkit-transform:translate3d(0,5px,0); transform:translate3d(0,5px,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@-o-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000); animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}0%{opacity:0; -webkit-transform:translate3d(0,-3000px,0); transform:translate3d(0,-3000px,0);}60%{-webkit-transform:translate3d(0,25px,0); transform:translate3d(0,25px,0);}75%{-webkit-transform:translate3d(0,-10px,0); transform:translate3d(0,-10px,0);}90%{-webkit-transform:translate3d(0,5px,0); transform:translate3d(0,5px,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@-moz-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0); transform:translate3d(0,10px,0);}40%,45%{opacity:1; -webkit-transform:translate3d(0,-20px,0); transform:translate3d(0,-20px,0);}to{opacity:0; -webkit-transform:translate3d(0,2000px,0); transform:translate3d(0,2000px,0);}}
@-o-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0); transform:translate3d(0,10px,0);}40%,45%{opacity:1; -webkit-transform:translate3d(0,-20px,0); transform:translate3d(0,-20px,0);}to{opacity:0; -webkit-transform:translate3d(0,2000px,0); transform:translate3d(0,2000px,0);}}

@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,-200deg); transform:rotate3d(0,0,1,-200deg); opacity:0;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:none; transform:none; opacity:1;}}
@keyframes rotateIn{from{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,-200deg); transform:rotate3d(0,0,1,-200deg); opacity:0;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:none; transform:none; opacity:1;}}
@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center; transform-origin:center; opacity:1;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,200deg); transform:rotate3d(0,0,1,200deg); opacity:0;}}
@keyframes rotateOut{from{-webkit-transform-origin:center; transform-origin:center; opacity:1;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,200deg); transform:rotate3d(0,0,1,200deg); opacity:0;}}
@-moz-keyframes rotateIn{from{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,-200deg); transform:rotate3d(0,0,1,-200deg); opacity:0;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:none; transform:none; opacity:1;}}
@-o-keyframes rotateIn{from{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,-200deg); transform:rotate3d(0,0,1,-200deg); opacity:0;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:none; transform:none; opacity:1;}}
@-moz-keyframes rotateOut{from{-webkit-transform-origin:center; transform-origin:center; opacity:1;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,200deg); transform:rotate3d(0,0,1,200deg); opacity:0;}}
@-o-keyframes rotateOut{from{-webkit-transform-origin:center; transform-origin:center; opacity:1;}to{-webkit-transform-origin:center; transform-origin:center; -webkit-transform:rotate3d(0,0,1,200deg); transform:rotate3d(0,0,1,200deg); opacity:0;}}

@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0); transform:translate3d(-100%,0,0); visibility:visible;}to{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}}
@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0); transform:translate3d(-100%,0,0); visibility:visible;}to{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}}
@-webkit-keyframes slideoutright{from{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); opacity:1;}to{visibility:hidden; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0); opacity:0;}}
@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}to{visibility:hidden; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}}
@-moz-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0); transform:translate3d(-100%,0,0); visibility:visible;}to{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}}
@-o-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0); transform:translate3d(-100%,0,0); visibility:visible;}to{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}}
@-moz-keyframes slideoutright{from{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); opacity:1;}to{visibility:hidden; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0); opacity:0;}}
@-o-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}to{visibility:hidden; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}}

@-webkit-keyframes fadeOutRight{from{opacity:1;}to{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}}
@keyframes fadeOutRight{from{opacity:1;}to{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}}
@-webkit-keyframes fadeInRight{from{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@keyframes fadeInRight{from{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@-moz-keyframes fadeOutRight{from{opacity:1;}to{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}}
@-o-keyframes fadeOutRight{from{opacity:1;}to{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}}
@-moz-keyframes fadeInRight{from{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}to{opacity:1; -webkit-transform:none; transform:none;}}
@-o-keyframes fadeInRight{from{opacity:0; -webkit-transform:translate3d(100%,0,0); transform:translate3d(100%,0,0);}to{opacity:1; -webkit-transform:none; transform:none;}}

@keyframes bounceIn{0%{transform:scale(1); opacity:1}60%{transform:scale(1.2); opacity:1;}100%{transform:scale(0); opacity:0; display:none;}}
@keyframes pulse{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(1.5,1.5,1.5); transform:scale3d(1.5,1.5,1.5);}20%{-webkit-transform:scale3d(1.1,1.1,1.1); transform:scale3d(1.1,1.1,1.1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.03,1.03,1.03); transform:scale3d(1.03,1.03,1.03);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@keyframes pulseMess{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(0.7,0.7,0.7); transform:scale3d(0.7,0.7,0.7);}20%{-webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.01,1.01,1.01); transform:scale3d(1.01,1.01,1.01);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@-moz-keyframes bounceIn{0%{transform:scale(1); opacity:1}60%{transform:scale(1.2); opacity:1;}100%{transform:scale(0); opacity:0; display:none;}}
@-moz-keyframes pulse{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(1.5,1.5,1.5); transform:scale3d(1.5,1.5,1.5);}20%{-webkit-transform:scale3d(1.1,1.1,1.1); transform:scale3d(1.1,1.1,1.1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.03,1.03,1.03); transform:scale3d(1.03,1.03,1.03);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@-moz-keyframes pulseMess{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(0.7,0.7,0.7); transform:scale3d(0.7,0.7,0.7);}20%{-webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.01,1.01,1.01); transform:scale3d(1.01,1.01,1.01);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@-o-keyframes bounceIn{0%{transform:scale(1); opacity:1}60%{transform:scale(1.2); opacity:1;}100%{transform:scale(0); opacity:0; display:none;}}
@-o-keyframes pulse{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(1.5,1.5,1.5); transform:scale3d(1.5,1.5,1.5);}20%{-webkit-transform:scale3d(1.1,1.1,1.1); transform:scale3d(1.1,1.1,1.1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.03,1.03,1.03); transform:scale3d(1.03,1.03,1.03);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@-o-keyframes pulseMess{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(0.7,0.7,0.7); transform:scale3d(0.7,0.7,0.7);}20%{-webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.01,1.01,1.01); transform:scale3d(1.01,1.01,1.01);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@-webkit-keyframes bounceIn{0%{transform:scale(1); opacity:1}60%{transform:scale(1.2); opacity:1;}100%{transform:scale(0); opacity:0; display:none;}}
@-webkit-keyframes pulse{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(1.5,1.5,1.5); transform:scale3d(1.5,1.5,1.5);}20%{-webkit-transform:scale3d(1.1,1.1,1.1); transform:scale3d(1.1,1.1,1.1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.03,1.03,1.03); transform:scale3d(1.03,1.03,1.03);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}
@-webkit-keyframes pulseMess{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1); transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0; -webkit-transform:scale3d(0.7,0.7,0.7); transform:scale3d(0.7,0.7,0.7);}20%{-webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}40%{-webkit-transform:scale3d(0.9,0.9,0.9); transform:scale3d(0.9,0.9,0.9);}60%{opacity:1; -webkit-transform:scale3d(1.01,1.01,1.01); transform:scale3d(1.01,1.01,1.01);}100%{opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1);}}

.alx-popup-show-anime1{
        animation:pulse .75s ease-in-out 0s both;
        display:block;
}
.alx-popup-hide-anime1{
        animation:bounceIn 0.5s;
}
.alx-popup-mess-show-anime1{
        animation:pulseMess .75s ease-in-out 0s both;
        max-height:100%;
        opacity:1;
        transition:all 0.8s ease 0s;
}
.alx-popup-show-anime2{
        animation:rotateIn .75s ease-in-out 0s both;
        display:block;
}
.alx-popup-hide-anime2{
        animation:rotateOut 0.5s both;
}
.alx-popup-mess-show-anime2{
        animation:rotateIn .75s ease-in-out 0s both;
        max-height:100%;
        opacity:1;
        transition:all 0.8s ease 0s;
}
.alx-popup-show-anime3{
        animation:fadeInRight .75s ease-in-out 0s both;
        display:block;
}
.alx-popup-hide-anime3{
        animation:fadeOutRight 0.5s both;
}
.alx-popup-mess-show-anime3{
        animation:fadeInRight .75s ease-in-out 0s both;
        max-height:100%;
        opacity:1;
        transition:all 0.8s ease 0s;
}
.alx-popup-show-anime4{
        animation:bounceInDown .75s ease-in-out 0s;
        display:block;
}
.alx-popup-hide-anime4{
        animation:bounceOutDown 0.5s;
}
.alx-popup-mess-show-anime4{
        animation:bounceInDown .75s ease-in-out 0s both;
        max-height:100%;
        opacity:1;
        transition:all 0.8s ease 0s;
}

/* feedb_styles */
.alx_feed_back form{
        padding:0px;
        margin:0px;
}
.modal_form .afbf_error_block{
        position:relative;
        margin-bottom:20px;
}
.modal_form .afbf_error_block:after{
        content:'';
        position:absolute;
        bottom:-10px;
        left:-20px;
        right:-20px;
        height:1px;
        background:#ccc;
}
.afbf_error_icon{
        float:left;
        margin-right:5px;
        width:50px;
        height:40px;
        background:url(/bitrix/templates/otido/components/altasib/feedback.form/callback/images/afbf_danger-sign.png) no-repeat 0 0;
}
.afbf_error_block .afbf_error_text,
.afbf_error_block .afbf_error_ftext{
        font-size:16px;
        height:40px;
        line-height:40px;
        padding-bottom:30px;
        color:#f80000;
        display:block;
}
.afbf_ok_icon{
        margin:0 0 20px 0;
        width:100%;
        height:50px;
        background:url(/bitrix/templates/otido/components/altasib/feedback.form/callback/images/afbf_check-box.png) no-repeat 50% 50%;
}

.modal_form .afbf_error_block td{
        vertical-align:top;
        text-align:left;
}
.alx-feedb-error{
        margin-top:20px;
}
.modal_form .alx-feedb-error{
        margin-top:0px;
}
.alx-feedb-error .afbf_error_block ul{
        list-style:none;
        padding-left:55px;
        font-size:14px;
        color:#f80101;
        margin:0;
}
.alx-feedb-error .afbf_error_block ul li{
        padding:0px 0px 4px 8px;
        margin:0px;
        display:block;
        list-style:none !important;
        background:transparent !important;
}
.alx-feedb-error .afbf_error_block ul li:before{
        content:'' !important;
}
.alx-feedb-error .afbf_error_block ul li span{
        position:relative;
        z-index:1;
        margin-left:-8px;
}
.modal_form .afbf_feedback_poles{
        padding:0px;
        margin:11px 0px 0px 0px;
}
.afbf_item_pole{
        position:relative;
}
*html .afbf_item_pole{
        position:relative;
        z-index:1;
        zoom:1;
}
.afbf_item_pole .afbf_name{
        padding:0px;
        margin:0px 0px 6px 0px;
}

.afbf_item_pole.item_pole__captcha .afbf_inputtext{
        box-sizing:content-box;
}
.afbf_item_pole select.afbf_inputtext.afbf_select_sect{
        height:auto;
}



/* -------- */
.afbf_item_pole .dropdownjs.feedback_dropdown> ul{
        right:0;
        left:auto;
        top:35px;
        bottom:auto;
        height:120px;
        padding:0;
        -webkit-transform-origin:top right;
        -ms-transform-origin:top right;
        transform-origin:top right;
        -webkit-box-shadow:0px 11px 22px 2px rgba(204,204,204,0.75);
        -moz-box-shadow:0px 11px 22px 2px rgba(204,204,204,0.75);
        box-shadow:0px 11px 22px 2px rgba(204,204,204,0.75);
}
.afbf_item_pole .dropdownjs.feedback_dropdown:after{
        content:'';
        position:absolute;
        right:10px;
        top:50%;
        margin-top:-2px;
        display:inline-block;
        border:5px solid transparent;
        border-top:5px solid #767676;
}
.afbf_item_pole .afbf_checkbox label{
        margin-left:20px;
        margin-bottom:5px;
        font-weight:normal;
        position:relative;
        cursor:pointer;
        font-size:14px;
        top:auto;
        left:auto;
        pointer-events:inherit;
        -webkit-transition:0.3s ease all;
        -o-transition:0.3s ease all;
        transition:0.3s ease all;
}
.afbf_checkbox{
        margin:10px 0 20px;
}
.afbf_checkbox input[type=checkbox]{
        position:absolute;
        opacity:0;
        width:0;
        height:0;
        margin:0;
        overflow:hidden;
        pointer-events:none;
}
.afbf_checkbox .afbf_checkbox_box{
        vertical-align:middle;
        position:relative;
        top:2px;
        margin-right:12px;
}
.afbf_checkbox_box .afbf_checkbox_check{
        position:relative;
        display:inline-block;
        width:18px;
        height:18px;
        border:2px solid rgba(0,0,0,.54);
        border-radius:2px;
        overflow:hidden;
        border-radius:2px;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        z-index:1;
}
.afbf_checkbox input[type=checkbox]+ .afbf_checkbox_box .afbf_checkbox_check:before{
        content:'';
        position:absolute;
        -webkit-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        -o-transform:rotate(45deg);
        transform:rotate(45deg);
        display:block;
        margin-top:-4px;
        margin-left:5px;
        width:0;
        height:0;
        -webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;
        box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;
}
.afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before{
        content:'';
        position:absolute;
        color:#7b7f7f;
        -webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0px 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;
        box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0px 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;
}
.afbf_checkbox input[type=checkbox]:focus:checked+.afbf_checkbox_box .afbf_checkbox_check:before{
        -webkit-animation:checkbox-on 0.3s forwards;
        -o-animation:checkbox-on 0.3s forwards;
        animation:checkbox-on 0.3s forwards;
}
.afbf_checkbox input[type=checkbox]:focus+.afbf_checkbox_box .afbf_checkbox_check:before{
        -webkit-animation:checkbox-off 0.3s forwards;
        -o-animation:checkbox-off 0.3s forwards;
        animation:checkbox-off 0.3s forwards;
}
.afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check{
        border:none;
}
.afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before{
        margin-top:-3px;
        margin-left:7px;
}
.afbf_item_pole.is_filled .afbf_name.static_name,
.afbf_item_pole.is_focused .afbf_name.static_name,
.afbf_name.static_name{
        position:static;
        color:inherit;
        font-size:inherit;
        margin-bottom:20px
}
.afbf_item_pole.item_pole__captcha .afbf_name{
        top:67px;
}
.afbf_item_pole.item_pole__captcha.is_filled .afbf_name,
.afbf_item_pole.item_pole__captcha.is_focused .afbf_name{
        top:55px;
}
.afbf_pole_captcha{
        margin-bottom:30px;
}
.afbf_pole_captcha .image{
        vertical-align:middle;
}
.afbf_pole_captcha .g-recaptcha{
        display:inline-block;
        vertical-align:middle;
}
.afbf_pole_captcha .afbf_captcha_reload{
        display:inline-block;
        vertical-align:middle;
        width:22px;
        height:16px;
        background:url(/bitrix/templates/otido/components/altasib/feedback.form/callback/images/icon_reload.png) no-repeat 0 0;
        cursor:pointer;
        margin-left:20px;
}
.afbf_submit_block{
        margin:30px 0px 0px 0px;
        padding:0px;
        display:block;
        text-align:right !important;
}

.afbf_file_button{
        position:absolute;
        right:-1px;
        height:100%;
        top:-1px;
        z-index:1;
}
*html .alx_feed_back .afbf_feedback_poles div{
        zoom:1;
}
.afbf_inputtext_bg_calendar{
        position:relative;
        z-index:2;
        zoom:1;
}
.afbf_inputtext_bg_calendar .afbf_calendar_icon{
        position:absolute;
        top:3px;
        right:5px;
}
.afbf_error_text,
.afbf_error_ftext{
        display:none;
}
.afbf_item_pole.error_pole .afbf_error_text,
.afbf_item_pole.error_fpole .afbf_error_ftext{
        position:relative;
        display:block;
        margin:5px 0 0;
        padding-right:20px;
        color:#f80000;
        font-size:12px;
}
.afbf_item_pole.error_pole .afbf_error_text:after,
.afbf_item_pole.error_fpole .afbf_error_ftext:after{
        content:'';
        position:absolute;
        right:0;
        display:inline-block;
        width:17px;
        height:16px;
        background:url(/bitrix/templates/otido/components/altasib/feedback.form/callback/images/icon_error.png) 0 0 no-repeat;
}

/* dropdown styles */

.dropdownjs{
        position:relative;
}
.dropdownjs *{
        box-sizing:border-box;
}
.dropdownjs> input{
        width:100%;
        padding-right:30px;
        text-overflow:ellipsis;
}
.dropdownjs> input.focus~ ul{
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
}
.dropdownjs> ul{
        position:absolute;
        padding:0;
        margin:0;
        min-width:200px;
        -webkit-transform:scale(0);
        -ms-transform:scale(0);
        transform:scale(0);
        z-index:10000;
}
.dropdownjs> ul[placement=top-left]{
        -webkit-transform-origin:bottom left;
        -ms-transform-origin:bottom left;
        transform-origin:bottom left;
        bottom:0;
        left:0;
}
.dropdownjs> ul[placement=bottom-left]{
        -webkit-transform-origin:top left;
        -ms-transform-origin:top left;
        transform-origin:top left;
        top:0;
        left:0;
}
.dropdownjs> ul> li{
        list-style:none;
        padding:10px 20px;
}
.dropdownjs> ul> li.dropdownjs-add{
        padding:0;
}
.dropdownjs> ul> li.dropdownjs-add> input{
        border:0;
        padding:10px 20px;
        width:100%;
}

/* Theme */

.dropdownjs> input[readonly]{
        cursor:pointer;
}
select[data-dropdownjs][disabled]+ .dropdownjs> input[readonly]{
        cursor:default;
}
.dropdownjs> ul{
        background:#FFF;
        box-shadow:0 1px 6px rgba(0,0,0,0.12),0 1px 6px rgba(0,0,0,0.12);
        -webkit-transition:-webkit-transform 0.2s ease-out;
        transition:transform 0.2s ease-out;
        padding:10px;
        overflow:auto;
        max-width:500px;
}
.dropdownjs> ul> li{
        cursor:pointer;
        word-wrap:break-word;
        -webkit-transition:background-color .15s ease 0s;
        -moz-transition:background-color .15s ease 0s;
        -ms-transition:background-color .15s ease 0s;
        -o-transition:background-color .15s ease 0s;
        transition:background-color .15s ease 0s;
}
.dropdownjs> ul> li:hover,
.dropdownjs> ul> li.selected,
.dropdownjs> ul> li:active{
        background-color:#eaeaea;
        outline:0;
}
.dropdownjs> ul> li:focus{
        outline:0;
        outline:1px solid #d4d4d4;
}
.dropdownjs> ul> li> .close:before{
        content:"\00d7";
        display:block;
        position:absolute;
        right:15px;
        float:right;
        font-size:21px;
        font-weight:700;
        line-height:1;
        color:#000;
        text-shadow:0 1px 0 #fff;
        opacity:.6;
}
.dropdownjs> ul> li:h> .close:hover:before{
        opacity:.9;
}
/* end dropdown styles */

/* Radio buttons */
.afbf_radio{
        margin:0 0 20px;
}
.afbf_radio label{
        padding-bottom:10px;
        padding-left:34px;
        position:relative;
        top:auto;
        left:auto;
        pointer-events:inherit;
        cursor:pointer;
        font-size:14px;
        color:#1b1b1b;
        line-height:20px !important;
        display:inline-block;
}
.afbf_radio input[type=radio]{
        position:absolute;
        opacity:0;
        height:0;
        width:0;
        overflow:hidden;
}
.afbf_radio span{
        display:block;
        position:absolute;
        left:0;
        -webkit-transition-duration:0.2s;
        -o-transition-duration:0.2s;
        transition-duration:0.2s;
}
.afbf_radio .afbf_radio_circle{
        border:2px solid rgba(0,0,0,.54);
        height:20px;
        width:20px;
        border-radius:50%;
}
.afbf_radio .afbf_radio_check{
        left:5px;
        top:5px;
        height:10px;
        width:10px;
        border-radius:100%;
        background-color:rgba(0,0,0,.54);
        -webkit-transform:scale3d(0,0,0);
        transform:scale3d(0,0,0);
}
.afbf_radio input[type=radio]:checked ~ .afbf_radio_check{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1);
}

/* Togglebuttons */
.afbf_checkbox.toggle{
        margin:0 0 40px;
}
.afbf_checkbox.toggle label{
        position:relative;
        cursor:pointer;
        font-size:14px;
        color:#1b1b1b;
        top:auto;
        left:auto;
        pointer-events:inherit;
}
.afbf_checkbox.toggle input[type=checkbox]{
        opacity:0;
        width:0;
        height:0;
        margin:0;
        position:absolute;
}
.afbf_checkbox.toggle label .afbf_checkbox_check{
        display:none;
}
.afbf_checkbox.toggle,
.afbf_checkbox.toggle label,
.afbf_checkbox.toggle input,
.afbf_checkbox.toggle .afbf_checkbox_box{
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none;
}
.afbf_checkbox.toggle label .afbf_checkbox_box{
        display:inline-block;
        width:36px;
        height:15px;
        background-color:#bbb9b9;
        border-radius:15px;
        margin-right:15px;
        -webkit-transition:background 0.3s ease;
        -o-transition:background 0.3s ease;
        transition:background 0.3s ease;
        vertical-align:middle;
        top:-2px;
}
.afbf_checkbox.toggle label .afbf_checkbox_box:after{
        content:"";
        display:inline-block;
        width:20px;
        height:20px;
        background-color:#f1f1f1;
        border-radius:20px;
        position:relative;
        -webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,0.4);
        box-shadow:0 1px 3px 1px rgba(0,0,0,0.4);
        left:0;
        top:-3px;
        -webkit-transition:left 0.3s ease,background 0.3s ease,-webkit-box-shadow 0.1s ease;
        -o-transition:left 0.3s ease,background 0.3s ease,box-shadow 0.1s ease;
        transition:left 0.3s ease,background 0.3s ease,box-shadow 0.1s ease;
}


/* Fileinput */
.afbf_inputtext_bg.file input[type=file]{
        opacity:0;
        position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
        width:100%;
        height:100%;
        z-index:100;
        cursor:pointer
}
.afbf_inputtext_bg.file .afbf_input_group{
        position:relative;
        display:table;
        width:100%;
        border-collapse:separate;
}
.afbf_inputtext_bg.file .afbf_input_group .afbf_inputtext{
        display:table-cell;
        width:100%;
        height:34px;
}
.afbf_inputtext_bg.file .afbf_input_group .afbf_group_btn{
        position:relative;
        display:table-cell;
        padding-left:5px;
        font-size:0;
        white-space:nowrap;
        width:1%;
        vertical-align:middle;
}
.afbf_inputtext_bg.file .afbf_input_group .afbf_group_btn .afbf_file_button{
        border-radius:50%;
        height:34px;
        margin:auto;
        width:34px;
        overflow:hidden;
        background:#fff;
        border:none;
        position:relative;
        line-height:normal;
        background:url(/bitrix/templates/otido/components/altasib/feedback.form/callback/images/icon_file.png) center no-repeat;
        cursor:pointer;
        -webkit-box-shadow:0px 1px 2px 1px rgba(231,231,231,1);
        -moz-box-shadow:0px 1px 2px 1px rgba(231,231,231,1);
        box-shadow:0px 1px 2px 1px rgba(231,231,231,1);
}
.afbf_inputtext_bg.file.load_file label{
        font-size:12px;
}
.afbf_radio .afbf_radio_circle{
        border:2px solid;
}
.afbf_checkbox.toggle label input[type=checkbox]:checked + .afbf_checkbox_box:after{
        left:15px;
}
/* -------- */


@media screen and (max-width:768px){
        .modal_form{
                width:100% !important;
                margin-left:0 !important;
                left:0;
        }
}

/* Animation */
@-webkit-keyframes checkbox-on{0%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px}50%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px}to{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}}@-o-keyframes checkbox-on{0%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px}50%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px}to{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}}@keyframes checkbox-on{0%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px}50%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px}to{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}}@-webkit-keyframes checkbox-off{0%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}25%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}50%{-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;margin-left:6px;width:0;height:0;-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset}51%{-webkit-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset}to{-webkit-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}}@-o-keyframes checkbox-off{0%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}25%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}50%{-o-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;margin-left:6px;width:0;height:0;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset}51%{-o-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset}to{-o-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}}@keyframes checkbox-off{0%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}25%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}50%{-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;margin-left:6px;width:0;height:0;-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset}51%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset}to{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}}

/* End */


/* Start:/bitrix/templates/otido/components/altasib/feedback.form/callback/themes/theme_3578bd6d208f3593a3df445e9c801b35.css?17653121962897*/
#alx_feed_back_FID1 .afbf_radio_circle
{
	border-color:#009688;
}
#alx_feed_back_FID1 .afbf_checkbox.toggle label input[type=checkbox]:checked + .afbf_checkbox_box:after,
#alx_feed_back_FID1 .afbf_radio_check
{
	background-color:#009688;
}
#alx_feed_back_FID1 .afbf_checkbox.toggle label input[type=checkbox]:checked + .afbf_checkbox_box
{
	background-color:#ABF1E3;
}
#alx_feed_back_FID1 .afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before,
#alx_feed_back_FID1.floating_labels .afbf_item_pole.is_filled .afbf_name,
#alx_feed_back_FID1.floating_labels .afbf_item_pole.is_focused .afbf_name
{
	color:#006153;
}
#alx_feed_back_FID1.form_inputs_line .afbf_select,
#alx_feed_back_FID1.form_inputs_line .afbf_textarea,
#alx_feed_back_FID1.form_inputs_line .afbf_inputtext,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.is_focused .afbf_select,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.is_focused .afbf_textarea,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.is_focused .afbf_inputtext{
	background-image:-webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image:-webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:-o-linear-gradient(#009688, #009688), -o-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:linear-gradient(#009688, #009688), linear-gradient(#e0e0e0, #e0e0e0);
}
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole .afbf_select,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole .afbf_textarea,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole .afbf_inputtext,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_select,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_textarea,
#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_inputtext{
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f80000), to(#f80000)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
	background-image:-webkit-linear-gradient(#f80000, #f80000), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:-o-linear-gradient(#f80000, #f80000), -o-linear-gradient(#e0e0e0, #e0e0e0);
	background-image:linear-gradient(#f80000, #f80000), linear-gradient(#e0e0e0, #e0e0e0);
	-moz-background-size:100% 2px, 100% 1px;
	background-size:100% 2px, 100% 1px;
}
#alx_feed_back_FID1 .afbf_select, .afbf_textarea, .afbf_inputtext,
#alx_feed_back_FID1 .afbf_checkbox label
{
	color:#212121;
}
#alx_feed_back_FID1 .afbf_item_pole.is_focused .afbf_select,
#alx_feed_back_FID1 .afbf_item_pole.is_focused .afbf_textarea,
#alx_feed_back_FID1 .afbf_item_pole.is_focused .afbf_inputtext{
	border-color:#009688;
}

/* End */
/* /bitrix/templates/otido/css/styles.css?176531219255112 */
/* /bitrix/templates/otido/css/jquery.formstyler.css?17653121922770 */
/* /bitrix/templates/otido/css/adaptive.css?176531219216112 */
/* /bitrix/templates/otido/css/jquery.bxslider.css?17653121924476 */
/* /bitrix/templates/otido/components/altasib/feedback.form/callback/form_style.css?176531219644580 */
/* /bitrix/templates/otido/components/altasib/feedback.form/callback/themes/theme_3578bd6d208f3593a3df445e9c801b35.css?17653121962897 */
