@charset "UTF-8";
/*------------------------------------------------------------------------------------------- */
/*------------------------------------ START SETTINGS --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.layout {
  margin: 0 0 -315px 0;
  position: relative; }

.footer-push {
  height: 315px;
  margin: 0 auto; }

.limit {
  width: 990px;
  position: relative;
  margin: 0 auto; }

.content {
  position: relative;
  z-index: 2; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
header {
  padding: 20px 0;
  background: url(../images/bg/block1.png) no-repeat top center;
  background-attachment: fixed; }
header .logo {
  display: inline-block;
  vertical-align: top;
  background: url(../images/logo.png) center no-repeat;
  background-size: contain;
  width: 250px;
  height: 125px;
  top: 0;
  left: 0;
  position: absolute; }
header .contact_info {
  display: inline-block;
  vertical-align: top; }
header .contact_info .adres, header .contact_info .mail {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  height: 18px;
  line-height: 18px;
  top: 1px;
  color: #fff;
  margin-left: 40px;
  border-bottom: 1px dashed;
  cursor: pointer;
  position: relative; }
header .contact_info .adres i, header .contact_info .mail i {
  width: 15px;
  text-align: right;
  position: absolute;
  left: -20px;
  top: 0; }
header .contact_info .adres:first-of-type, header .contact_info .mail:first-of-type {
  margin-left: 20px; }
header .contact_info .adres:hover, header .contact_info .mail:hover {
  border: 0 none; }
header .contact_info .tel {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-left: 20px; }
header .language_panel {
  display: inline-block;
  vertical-align: top;
  float: right;
  height: 20px;
  padding: 3px 20px; }
header .language_panel a {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 13px;
  margin-left: 5px;
  opacity: 0.5;
  background: url(../images/flag_sprite.png) no-repeat; }
header .language_panel a.ar {
  background-position: 0 0; }
header .language_panel a.ru {
  background-position: 0 -26px; }
header .language_panel a.en {
  background-position: 0 -13px; }
header .language_panel a.active {
  opacity: 1; }
header .dark_panel {
  margin-top: 20px;
  height: 46px;
  background-color: #394d60;
  width: 100%;
  border-radius: 23px;
  padding: 5px; }
header .dark_panel .adaptive_set {
  display: none;
  height: 36px;
  padding: 8px 15px;
  font-size: 16px; }
header .dark_panel .adaptive_set i {
  width: 18px;
  height: 20px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin-right: 3px; }
header .dark_panel .adaptive_set .menu_link {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: top; }
header .dark_panel .adaptive_set .auth_link {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  float: right; }
header .menu {
  display: inline-block;
  vertical-align: top;
  height: 36px; }
header .menu li {
  display: inline-block;
  vertical-align: top;
  height: 36px;
  border-radius: 18px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 1px solid transparent; }
header .menu li a {
  height: 34px;
  line-height: 34px;
  display: block;
  padding: 0 12px;
  font-size: 14px;
  color: #fff;
  font-weight: 200;
  text-decoration: underline;
  width: max-content}
header .menu li:hover, header .menu li.active {
  background-color: #122e37;
  box-shadow: 0 0px 14px white; }
header .menu li:hover a, header .menu li.active a {
  text-decoration: none; }
header .auth_panel {
  display: inline-block;
  vertical-align: top;
  height: 36px;
  float: right;
  padding: 0 15px; }
header .auth_panel a {
  height: 36px;
  line-height: 36px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 200;
  text-decoration: underline; }
header .auth_panel a:first-of-type {
  margin-left: 3px; }
header .auth_panel a:hover {
  text-decoration: none; }
header .auth_panel i {
  display: inline-block;
  vertical-align: top;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 16px; }
header .text_block {
  padding: 30px 0 20px;
  text-align: center; }
header .text_block h1 {
  color: #fff;
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 20px;
  text-transform: uppercase; }
header .text_block p {
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0 80px; }
header .text_block .logo_block {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  margin: 0 20px;
  text-align: left;
  color: #fff;
  position: relative; }
header .text_block .logo_block .uppercase {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px; }
header .text_block .logo_block .lowercase {
  height: 20px;
  line-height: 20px; }
header .text_block .logo_block .image_container {
  height: 82px;
  position: absolute;
  top: 0;
  left: 0;
  /*background: url(../images/white_logos.png) no-repeat;*/
}
header .text_block .logo_block.first {
  padding-left: 0;
  padding-top: 16px}
header .text_block .logo_block.first .image_container {
  width: 57px;
  background-position: 0 16px; }
header .text_block .logo_block.second {
  padding-left: 122px; }
header .text_block .logo_block.second .image_container {
  width: 112px;
  background-position: -57px 0; }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------ OUR PRODUCTS ----------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.our_products {
  padding: 40px 0;
  /*background: url(../images/bg/block2.png) top center no-repeat;*/
  background-size: cover; }
.our_products h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
.our_products .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  border-left: 5px solid #122e37;
  margin-bottom: 40px; }
.our_products .product_card {
  width: 240px;
  height: 350px;
  padding: 15px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 10px 0;
  background: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 15px #c2c2c2;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.our_products .product_card:nth-child(4n+2) {
  margin-right: 0; }
.our_products .product_card .button {
  width: 188px;
  height: 42px;
  display: inline-block;
  border: 1px solid #122e37;
  border-radius: 21px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.our_products .product_card .short_text {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000;
  margin-bottom: 10px; }
.our_products .product_card h4 {
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  font-weight: bold;
  margin: 15px 0; }
.our_products .product_card .img_container {
  height: 140px;
  overflow: hidden;
  text-align: center; }
.our_products .product_card .img_container img {
  display: block; }
.our_products .product_card:hover {
  box-shadow: 0 0 30px rgba(185, 229, 250, 0.95);; }
.our_products .product_card:hover .button {
  background: #122e37;
  color: #fff; }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------- FREE ACCESS ----------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.free_access {
  padding: 70px 0;
  text-align: center;
  background: url(../images/bg/block3.png) center no-repeat;
  background-attachment: fixed; }
.free_access .box {
  position: absolute;
  background: url(../images/box.png) center no-repeat;
  width: 432px;
  height: 239px;
  left: -144px;
  bottom: -142px; }
.free_access h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  color: #fff; }
.free_access .sub_text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
  color: #fff;
  padding: 0 160px; }
.free_access .button {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  height: 60px;
  border-radius: 30px;
  line-height: 58px;
  border: 1px solid #fff;
  padding: 0 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.free_access .button.reg {
  background: #fff;
  color: #000; }
.free_access .button:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5); }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------- ADVANTAGES ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.advantages {
  padding: 80px 0 40px;
  /*background: url(../images/bg/block4.png) top center repeat-y;*/
}
.advantages h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
.advantages .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  border-left: 5px solid #122e37;
  margin-bottom: 40px; }
.advantages .advantages_card {
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
  width: 187px;
  text-align: center; }
.advantages .advantages_card:last-of-type {
  margin-right: 0; }
.advantages .advantages_card .ico {
  width: 102px;
  height: 102px;
  margin: 0 auto 15px;
  background: url(../images/pink_ico_sprite.png) no-repeat; }
.advantages .advantages_card .ico.first {
  background-position: 0 0; }
.advantages .advantages_card .ico.second {
  background-position: -102px 0; }
.advantages .advantages_card .ico.third {
  background-position: -204px 0; }
.advantages .advantages_card .ico.fourth {
  background-position: -306px 0; }
.advantages .advantages_card .ico.fifth {
  background-position: -408px 0; }
.advantages .advantages_card h4 {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase; }
.advantages .advantages_card .short_text {
  font-size: 14px;
  line-height: 18px;
  color: #000; }

/*------------------------------------------------------------------------------------------- */
/*--------------------------------------- CLIENTS ------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.clients {
  padding: 40px 0;
  background: url(../images/bg/block5.png) center no-repeat;
  background-attachment: fixed; }
.clients h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
.clients .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  border-left: 5px solid #122e37;
  margin-bottom: 40px; }
.clients .logo_container {
  width: 150px;
  height: 180px;
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
  cursor: pointer; }
.clients .logo_container:last-of-type {
  margin-right: 0; }
.clients .logo_container .cell {
  background: #fff;
  display: table-cell;
  width: 150px;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  box-shadow: 0 7px 18px rgba(148, 34, 124, 0.22);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.clients .logo_container .title {
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  color: #000;
  height: 30px;
  line-height: 14px; }
.clients .logo_container:hover .cell {
  box-shadow: 0 7px 18px rgba(185, 229, 250, 0.95);;
}

/*------------------------------------------------------------------------------------------- */
/*------------------------------------------ FAQ -------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.faq {
  padding: 40px 0;
  background: url(../images/bg/block4.png) top center repeat-y; }
.faq h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
.faq .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  border-left: 5px solid #122e37;
  margin-bottom: 40px; }
.faq table.faq_table {
  margin-bottom: 40px; }
.faq table.faq_table td {
  vertical-align: top;
  position: relative; }
.faq table.faq_table tr {
  display: none;
  cursor: pointer; }
.faq table.faq_table tr:hover .number {
  background: #122e37;
  color: #fff; }
.faq table.faq_table tr:nth-child(-n+4) {
  display: block; }
.faq table.faq_table tr:nth-child(4) .line {
  display: none; }
.faq table.faq_table tr:nth-child(4) .answer {
  padding-bottom: 0; }
.faq table.faq_table .number {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #122e37;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 0 7px #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.faq table.faq_table .line {
  width: 1px;
  height: 100%;
  background: #122e37;
  position: absolute;
  top: 0;
  left: 18px; }
.faq table.faq_table .question {
  display: table-cell;
  height: 36px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  padding-left: 15px;
  vertical-align: middle;
  color: #000; }
.faq table.faq_table .answer {
  padding: 5px 0 20px 15px;
  font-size: 16px;
  color: #000;
  line-height: 20px; }
.faq table.faq_table .answer span {
  color: #72cef5;
  border-bottom: 1px dashed; }
.faq table.faq_table .answer .full_text {
  display: none; }
.faq table.faq_table.open tr {
  display: block; }
.faq table.faq_table.open tr:nth-child(4) .line {
  display: block; }
.faq table.faq_table.open tr:nth-child(4) .answer {
  padding-bottom: 20px; }
.faq table.faq_table.open tr:last-of-type .line {
  display: none; }
.faq table.faq_table.open tr:last-of-type .answer {
  padding-bottom: 0; }
.faq .button {
  width: 100%;
  height: 55px;
  border-radius: 6px;
  line-height: 53px;
  text-align: center;
  border: 1px solid #122e37;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.faq .button:hover {
  background: #122e37;
  color: #fff; }
.faq .button.hide {
  display: none; }

/*------------------------------------------------------------------------------------------- */
/*--------------------------------------- FOOTER -------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
footer {
  height: auto;
  background: #b9e5fa;
  padding: 30px 0;
  position: relative;
  z-index: 3; }
footer .column {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px; }
footer .column .title {
  font-size: 20px;
  font-weight: bold;
  color: #122e37;
  line-height: 20px;
  padding-bottom: 20px;
  height: 40px;
  margin-bottom: 10px;
  border-bottom: 2px solid #122e37; }
footer .column div.link {
  height: 30px;
  position: relative;
  left: -10px; }
footer .column div.link a {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #122e37;
  font-size: 15px;
  display: inline-block;
  border-radius: 15px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
footer .column div.link a:hover {
  text-decoration: none;
  color: #fff;
  background: #122e37; }
footer .column.first {
  width: 225px;
  margin-left: 0; }
footer .column.first .logo-1c img{
  width: 183px;
  margin-bottom: 15px;
}
footer .column.first .logo {
  display: block;
  margin-bottom: 15px;
  background: url(../images/footer_logo.png) left no-repeat;
  background-position-x: -32px;
  background-size: cover;
  width: 183px;
  height: 80px; }
footer .column.first .copyright {
  font-size: 14px;
  color: #122e37;
  line-height: 18px; }
footer .column.second {
  width: 185px; }
footer .column.third {
  width: 330px; }
footer .column.fourth {
  width: 245px; }
footer .column.fourth .mail, footer .column.fourth .adres, footer .column.fourth .tel {
  display: inline-block;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  position: relative;
  left: 25px;
  cursor: pointer;
  /*border-bottom: 1px dashed;*/
}
footer .column.fourth .tel {
  font-size: 15px;
  border-bottom: 0 none;
  font-weight: bold;
  margin: 10px 0 10px 0; }
footer .column.fourth .mail:hover, footer .column.fourth .adres:hover {
  border: 0 none; }
footer .column.fourth i {
  /*position: absolute;*/
  width: 16px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  left: -25px;
}
footer .column.fourth .button {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  background: #122e37;
  font-size: 16px;
  cursor: pointer; }
footer .column.fourth .button:hover {
  background-color: #122e37; }

/*------------------------------------------------------------------------------------------- */
/*--------------------------------- BREAD CRUMBS -------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.bread_crumbs {
  height: 46px;
  border-bottom: 1px solid #ececec;
  padding: 10px 0; }
.bread_crumbs a {
  display: inline-block;
  vertical-align: top;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #122e37;
  margin-right: 20px;
  position: relative; }
.bread_crumbs a:hover {
  text-decoration: underline; }
.bread_crumbs a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #122e37;
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -1px; }
.bread_crumbs a:last-of-type {
  color: #000;
  margin-right: 0;
  cursor: default;
  text-decoration: none !important; }
.bread_crumbs a:last-of-type:after {
  display: none; }
.bread_crumbs.transparent {
  background: transparent;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9999;
  border-bottom: 0 none;
  background: rgba(0, 0, 0, 0.4);
  /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent); }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------------ ABOUT ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.about {
  padding: 30px 0 50px;
  /*background: url(../images/bg/block4.png) top center repeat-y; */
}
.about h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
.about .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  border-left: 5px solid #122e37;
  margin-bottom: 40px; }
.about .column {
  display: inline-block;
  vertical-align: top; }
.about .column.first {
  width: 47%; }
.about .column.second {
  float: right;
  width: 51%; }
.about .text_box {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  box-shadow: 0 0 30px rgba(194, 194, 194, 0.9); }
.about .text_box:last-of-type {
  margin-bottom: 0;
  min-height: 100px; }
.about .text_box:first-of-type .ico {
  top: 25px; }
.about .text_box .ico {
  width: 110px;
  margin-bottom: 20px; } 
.about .text_box .ico.first {
  height: 80px;
  background: url('../images/fran1c.png') center/contain no-repeat; }
.about .text_box .ico.second {
  height: 60px;
  background: url('../images/1csovmestimo.png') center/contain no-repeat; }
.about .text_box .ico.third {
  height: 60px;
  background: url('../images/icons-06.png') center/contain no-repeat; }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------------ SERVICE ---------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.service {
  padding: 40px 0;
  background: url(../images/bg/block6.png) center no-repeat;
  background-attachment: fixed; }
.service h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #fff; }
.service .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  color: #fff;
  border-left: 5px solid #fff;
  margin-bottom: 40px; }
.service .text_box {
  position: relative;
  background: #fff;
  height: 180px;
  cursor: pointer;
  padding: 20px 20px 20px 200px;
  margin-bottom: 30px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3); }
.service .text_box:last-of-type {
  margin-bottom: 0; }
.service .text_box:hover .button {
  background: #122e37;
  color: #fff; }
.service .text_box .img_container {
  height: 180px;
  width: 180px;
  position: absolute;
  top: 0;
  left: 0; }
.service .text_box h4 {
  font-size: 16px;
  font-weight: bold;
  color: #010101;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase; }
.service .text_box .short_text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px; }
.service .text_box .button {
  height: 42px;
  display: inline-block;
  border: 1px solid #122e37;
  border-radius: 21px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------------ SERVICE ---------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.help {
  padding: 40px 0;
  /*background: url(../images/bg/block4.png) top center repeat-y;*/
}
.help h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
.help .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  border-left: 5px solid #122e37;
  margin-bottom: 40px; }
 .help .adres, .help .tel {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #000;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  border-bottom: 1px dashed;
  position: relative;
  margin-left: 40px;
  font-weight: bold; }
.help .mail{
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #000;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  border-bottom: 1px dashed;
  position: relative;
  margin-left: 40px;
  font-weight: bold;
}
.help .tel {
  font-size: 23px;
  border-bottom: 0 none;
  margin: 0;
  cursor: default; }
.help .mail:hover, .help .adres:hover {
  border: 0 none; }
.help i {
  position: absolute;
  width: 16px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  color: #122e37;
  left: -20px; }
.help .button {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  background: #122e37;
  font-size: 16px;
  cursor: pointer;
  padding: 0 20px; }
.help .button:hover {
  background-color: #122e37; }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------------ SERVICE ---------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.docs {
  padding-bottom: 40px; }
.docs h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 30px; }
.docs img {
  display: block;
  margin-bottom: 10px; }
.docs .title {
  text-align: center;
  font-size: 14px; }
.docs .bx-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 100; }
.docs .bx-controls-direction {
  width: 100%;
  position: absolute;
  top: 50%; }
.docs .bx-controls-direction a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -30px;
  text-indent: -9999px;
  background: #b9e5fa; }
.docs .bx-controls-direction a:before {
  content: "";
  width: 11px;
  height: 19px;
  background: url(../images/arrow.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);}
.docs .bx-controls-direction a.bx-prev {
  left: -80px; }
.docs .bx-controls-direction a.bx-prev:before {
  background-position: 0 0; }
.docs .bx-controls-direction a.bx-next {
  right: -80px; }
.docs .bx-controls-direction a.bx-next:before {
  background-position: -11px 0; }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------ ABOUT PRODUCT ---------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.about_product {
  padding: 40px 0 0; }
.about_product h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
.about_product h2 {
  font-size: 24px;
  font-weight: 600;
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 20px; }
.about_product .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  border-left: 5px solid #122e37;
  margin-bottom: 40px; }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------------ BLUE LIST -------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.blue_list {
  padding: 40px 0;
  background: url(../images/bg/block3.png) center no-repeat;
  background-attachment: fixed; }
.blue_list h2 {
  font-size: 24px;
  font-weight: 600;
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 40px;
  color: #fff; }
.blue_list .column {
  display: inline-block;
  vertical-align: top;
  width: 32.5%;
  padding-right: 20px; }
.blue_list .column:last-of-type {
  padding-right: 0; }
.blue_list ul li {
  cursor: pointer;
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 20px; }
.blue_list ul li:before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../images/check1.png) center no-repeat;
  position: absolute;
  top: -5px;
  left: -9px; }

.blue_list ul li:last-of-type {
  margin-bottom: 0; }

/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- WHITE LIST --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.white_list {
  padding: 40px 0;
  /*background: url(../images/bg/block4.png) top center repeat-y; */
}
.white_list h2 {
  font-size: 24px;
  font-weight: 600;
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 40px; }
.white_list .column {
  display: inline-block;
  vertical-align: top;
  width: 32.5%;
  padding-right: 20px; }
.white_list .column:last-of-type {
  padding-right: 0; }
.white_list .column h3 {
  font-size: 16px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  text-transform: uppercase; }
.white_list ul li {
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 20px; }
.white_list ul li:before {
  content: "";
  width: 12px;
  height: 9px;
  background: url(../images/check2.png) center no-repeat;
  position: absolute;
  top: 5px;
  left: 0px; }
.white_list ul li:last-of-type {
  margin-bottom: 0; }

/*------------------------------------------------------------------------------------------- */
/*-------------------------------------- ORDER ---------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.form_order {
  padding: 40px 0;
  background: url(../images/bg/block7.png) center no-repeat;
  background-attachment: fixed; }
.form_order h2 {
  font-size: 24px;
  font-weight: 600;
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #fff; }
.form_order .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  color: #fff;
  border-left: 5px solid #fff; }

/*------------------------------------------------------------------------------------------- */
/*-------------------------------------- TOOLS ---------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.tools {
  padding: 40px 0 20px;
  /*background: url(../images/bg/block4.png) top center repeat-y;*/
}
.tools h2 {
  font-size: 24px;
  font-weight: 600;
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 40px; }
.tools .text_block {
  display: inline-block;
  vertical-align: top;
  width: 31.5%;
  margin-bottom: 20px;
  position: relative;
  padding-left: 65px;
  margin-right: 2%; }
.tools .text_block:nth-child(4), .tools .text_block:nth-child(7), .tools .text_block:nth-child(10), .tools .text_block:nth-child(13){
  margin-right: 0; }
.tools .text_block .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase; }
.tools .text_block .short_text {
  font-size: 16px;
  line-height: 20px; }
.tools .text_block .ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  background: url(../images/tools_sprite.png) no-repeat; }
.tools .text_block .ico.first {
  height: 48px;
  background-position: 0 0; }
.tools .text_block .ico.second {
  height: 45px;
  background-position: 0 -48px; }
.tools .text_block .ico.third {
  height: 52px;
  background-position: 0 -93px; }
.tools .text_block .ico.fourth {
  height: 52px;
  background-position: 0 -145px; }
.tools .text_block .ico.fifth {
  height: 52px;
  background-position: 0 -197px; }

/*------------------------------------------------------------------------------------------- */
/*-------------------------------------- CATEGORY -------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.category {
  padding: 40px 0 20px;
  background: url(../images/bg/block4.png) top center repeat-y; }
.category h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
.category .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  border-left: 5px solid #122e37;
  margin-bottom: 40px; }
.category .category_block {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 20px 0;
  background: #fff;
  width: 485px;
  height: 483px;
  position: relative;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  padding: 20px 20px 20px 220px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.category .category_block:nth-child(even) {
  margin-right: 0; }
.category .category_block:hover .button {
  background: #122e37;
  color: #fff; }
.category .category_block .img_container {
  width: 200px;
  height: 483px;
  position: absolute;
  top: 0;
  left: 0; }
.category .category_block .button {
  height: 42px;
  display: inline-block;
  border: 1px solid #122e37;
  border-radius: 21px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.category .category_block .price {
  font-size: 20px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  margin-bottom: 15px;
  color: #000; }
.category .category_block .price span {
  font-size: 36px; }
.category .category_block .text_container {
  max-height: 215px;
  overflow: hidden;
  margin-bottom: 15px; }
.category .category_block p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #000; }
.category .category_block .short_text {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
  padding-left: 10px;
  color: #000;
  border-left: 3px solid #122e37; }
.category .category_block .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase; }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------- OUR SERVICE ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.our_service {
  padding: 40px 0 20px;
  /*background: url(../images/bg/block4.png) top center repeat-y; */
}
.our_service h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
.our_service .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  border-left: 5px solid #122e37;
  margin-bottom: 40px; }
.our_service .text_box {
  width: 310px;
  height: 460px;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 15px 0;
  background: #fff;
  cursor: pointer;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 15px #c2c2c2;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.our_service .text_box:nth-child(3n+2) {
  margin-right: 0; }
.our_service .text_box .button {
  height: 42px;
  display: block;
  border: 1px solid #122e37;
  border-radius: 21px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.our_service .text_box .short_text {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 15px;
  max-height: 80px;
  overflow: hidden; }
.our_service .text_box h4 {
  font-size: 20px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  font-weight: bold;
  margin: 15px 0; }
.our_service .text_box .img_container {
  height: 200px;
  overflow: hidden;
  text-align: center; }
.our_service .text_box .img_container img {
  display: block; }
.our_service .text_box:hover {
  box-shadow: 0 0 30px rgba(185, 229, 250, 0.95);; }
.our_service .text_box:hover .button {
  background: #122e37;
  color: #fff; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------- OTHER SERVICE ----------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.other_service {
  padding: 40px 0;
  /*background: url(../images/bg/block4.png) top center repeat-y;*/
}
.other_service h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
.other_service .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  border-left: 5px solid #122e37;
  margin-bottom: 40px; }
.other_service .column {
  display: inline-block;
  vertical-align: top;
  width: 48.5%; }
.other_service .line {
  height: 70px;
  border-bottom: 2px solid #e8e8e8;
  position: relative;
  padding: 15px 150px 15px 0; }
.other_service .line:last-of-type {
  border-bottom: 0 none;
  padding-bottom: 0; }
.other_service .line .price {
  position: absolute;
  top: 15px;
  right: 0;
  font-weight: bold;
  font-size: 15px; }
.other_service .line a {
  font-size: 15px;
  color: #000;
  line-height: 18px; }
.other_service .line a:hover {
  color: #122e37;
  border-bottom: 1px dashed; }

/*------------------------------------------------------------------------------------------- */
/*-------------------------------------- ANSWERS -------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.answers {
  padding: 40px 0;
  background: url(../images/bg/block4.png) top center repeat-y; }
.answers h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
.answers .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  border-left: 5px solid #122e37;
  margin-bottom: 40px; }
.answers .answer_card {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  padding: 20px 20px 20px 70px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer; }
.answers .answer_card:hover .button {
  background: #122e37;
  color: #fff; }
.answers .answer_card .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  padding-top: 2px;
  margin-bottom: 10px; }
.answers .answer_card .text {
  height: 90px;
  overflow: hidden;
  position: relative; }
.answers .answer_card .text:after {
  content: "";
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/gradient.png) bottom center repeat-x; }
.answers .answer_card .text:before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff; }
.answers .answer_card .text p {
  font-size: 15px;
  color: #000;
  line-height: 18px;
  margin-bottom: 20px; }
.answers .answer_card .button {
  width: 150px;
  height: 42px;
  display: inline-block;
  border: 1px solid #122e37;
  border-radius: 21px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.answers .answer_card .button.hide {
  display: none; }
.answers .answer_card .ico {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  background: url(../images/answer_ico.png) 0 0 no-repeat; }
.answers .answer_card.open .text:before, .answers .answer_card.open .text:after {
  display: none; }
.answers .answer_card.open .ico {
  background-position: -30px 0; }
.answers .answer_card.open .button.open {
  display: none; }
.answers .answer_card.open .button.hide {
  display: block; }

/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- JOB ---------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.job {
  padding: 40px 0;
  background: url(../images/bg/block4.png) top center repeat-y; }
.job h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
.job .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  border-left: 5px solid #122e37;
  margin-bottom: 40px; }
.job .job_card {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); }
.job .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px; }
.job .sub_title {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px; }
.job p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px; }
.job .contact_info {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eaeaea; }
.job .contact_info div {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  font-size: 15px;
  height: 20px;
  line-height: 20px; }
.job .contact_info div span {
  border-bottom: 1px dashed;
  cursor: pointer; }
.job .contact_info div i {
  width: 16px;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  margin-right: 3px;
  text-align: right;
  color: #122e37; }

/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- CONTACT------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.contact {
  width: 100%;
  height: 530px;
  position: relative;
  overflow: hidden; }
.contact #map {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 530px; }
.contact .contact_box {
  background: #fff;
  padding: 20px;
  width: 290px;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -495px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); }
.contact .contact_box h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
.contact .contact_box .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 15px;
  border-left: 5px solid #122e37;
  margin-bottom: 20px; }
.contact .contact_box .mail, .contact .contact_box .adres {
  display: inline-block;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  position: relative;
  left: 25px;
  cursor: pointer;
  border-bottom: 1px dashed; }
.contact .contact_box .mail:hover, .contact .contact_box .adres:hover {
  border: 0 none; }
.contact .contact_box .adres {
  margin: 10px 0; }
.contact .contact_box .tel {
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px; }
.contact .contact_box i {
  position: absolute;
  width: 16px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  color: #122e37;
  left: -25px; }
.contact .contact_box .button {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  background: #122e37;
  font-size: 16px;
  cursor: pointer; }
.contact .contact_box .button:hover {
  background-color: #122e37; }

/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- MODAL -------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.modal {
  background: #fff;
  width: 400px;
  padding: 25px 40px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4); }
.modal .close {
  background: url(../images/close.png) center no-repeat;
  width: 27px;
  height: 27px;
  top: -35px;
  right: -35px;
  cursor: pointer;
  position: absolute; }
.modal .modal_title {
  font-size: 27px;
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: bold; }
.modal .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 20px;
  border-left: 5px solid #122e37;
  margin-bottom: 20px; }
.modal.tech .modal_title {
  font-size: 22px; }
.modal.tech .sub_text {
  margin-bottom: 0; }
.modal.tech_call_modal {
  padding: 40px 25px 40px 85px; }
.modal.tech_call_modal .ico {
  position: absolute;
  top: 40px;
  left: 25px;
  width: 50px;
  height: 50px;
  background: url(../images/check3.png) center no-repeat; }
.modal.tech_call_modal .modal_title {
  margin-bottom: 0; }
.modal.tech_call_modal .sub_text {
  border: 0 none;
  padding: 0;
  margin-bottom: 0; }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------- BASIC FORM ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.basic_form {
  position: relative; }
.basic_form input[type=text], .basic_form input[type=password] {
  height: 52px;
  line-height: 20px;
  width: 100%;
  border: 1px solid #c4c4c4;
  padding: 15px;
  font-size: 16px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  border-radius: 4px; }
.basic_form input[type=text]:focus, .basic_form input[type=password]:focus {
  border: 1px solid #122e37;
  box-shadow: 0 0 10px #122e37; }
.basic_form textarea {
  height: 100px;
  line-height: 20px;
  width: 100%;
  border: 1px solid #c4c4c4;
  padding: 20px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 16px;
  border-radius: 4px; }
.basic_form textarea:focus {
  border: 1px solid #122e37;
  box-shadow: 0 0 10px #122e37; }
.basic_form .control_point {
  position: relative;
  margin-bottom: 10px; }
.basic_form .control_point .error {
  font-size: 13px;
  color: white;
  background-color: #122e37;
  border-radius: 3px;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  bottom: -20px;
  right: 0px;
  z-index: 2;
  display: none; }
.basic_form .control_point.error input[type=text], .basic_form .control_point.error input[type=password], .basic_form .control_point.error textarea {
  border: 1px solid #122e37;
  background-color: rgba(148, 34, 124, 0.2); }
.basic_form .control_point.error div.error {
  display: block; }
.basic_form input[type=submit] {
  display: block;
  width: 100%;
  height: 60px;
  background: #122e37;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 19px;
  margin-top: 20px; }
.basic_form input[type=submit].inline {
  display: inline-block;
  width: auto;
  padding: 0 40px;
  margin-top: 10px; }
.basic_form .forget_link {
  display: inline-block;
  vertical-align: top;
  float: right;
  height: 20px;
  line-height: 20px;
  font-size: 19px;
  font-weight: bold;
  border-bottom: 1px dashed;
  position: relative;
  top: 25px;
  cursor: pointer; }

/*------------------------------------------------------------------------------------------- */
/*---------------------------------- ADAPTIVE MENU ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.adaptive_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  padding: 20px 90px 20px 20px;
  background: rgba(0, 0, 0, 0.95); }
.adaptive_menu .close_menu {
  background: url(../images/close.png) center no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer; }
.adaptive_menu a {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 5px;
  padding: 0 15px;
  border-radius: 18px; }
.adaptive_menu a.active {
  display: inline-block;
  background: #122e37; }

/*------------------------------------------------------------------------------------------- */
/*--------------------------------------- POULTRY ------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.poultry {
  padding: 40px 0;
  background: url(../images/bg/block4.png) top center repeat-y; }
.poultry h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
.poultry .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  border-left: 5px solid #122e37;
  margin-bottom: 40px; }
.poultry .sub_text img {
  display: inline-block;
  float: left;
  margin-right: 20px; }
.poultry .column {
  display: inline-block;
  vertical-align: top;
  width: 49%; }
.poultry .column.second {
  float: right; }
.poultry .text_box {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  box-shadow: 0 0 30px rgba(194, 194, 194, 0.9); }
.poultry .text_box:last-of-type {
  margin-bottom: 0; }
.poultry .text_box .box_title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px; }

/*------------------------------------------------------------------------------------------- */
/*--------------------------------------- PROJECTS ------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.projects {
  padding: 40px 0;
  /*background: url(../images/bg/block4.png) top center repeat-y; */
}
.projects h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
.projects .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  border-left: 5px solid #122e37;
  margin-bottom: 40px; }
.projects .sub_text img {
  display: inline-block;
  float: left;
  margin-right: 20px; }
.projects .project {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  padding: 20px 20px 20px 280px;
  position: relative;
  min-height: 280px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); }
.projects .project img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 240px;
  height: 240px; }
.projects .project .title {
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 10px; }
.projects .project .text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  height: 120px;
  overflow: hidden; }
.projects .project .button {
  height: 42px;
  display: inline-block;
  border: 1px solid #122e37;
  border-radius: 21px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.projects .project:hover .button {
  background: #122e37;
  color: #fff; }
.projects .project:nth-child(even) {
  padding: 20px 280px 20px 20px; }
.projects .project:nth-child(even) img {
  left: auto;
  right: 20px; }

/*------------------------------------------------------------------------------------------- */
/*--------------------------------------- TRADE ------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.trade {
  padding: 40px 0;
  background: url(../images/bg/block4.png) top center repeat-y; }
.trade h1 {
  font-size: 38px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
.trade .sub_text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  border-left: 5px solid #122e37;
  margin-bottom: 40px; }
.trade .sub_text img {
  display: inline-block;
  float: left;
  margin-right: 20px; }

.banner {
  display: block;
  margin-bottom: 20px;
  height: 291px;
  overflow: hidden;
  position: relative; }
.banner:last-of-type {
  margin-bottom: 0; }
.banner img {
  width: 990px;
  height: 291px;
  max-width: none;
  position: absolute;
  top: 0;
  right: 0; }
.banner .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 990px;
  height: 100%;
  z-index: 2;
  background: url(../images/shadow1.png) center repeat-y; }
.banner .text_box {
  position: absolute;
  left: 40px;
  top: 50px;
  height: 190px;
  z-index: 3;
  max-width: 500px;
  color: #fff;
  text-align: left; }
.banner .text_box .title {
  font-size: 34px;
  line-height: 33px;
  margin-bottom: 10px; }
.banner .text_box .short_text {
  font-size: 18px; }
.banner .text_box .button {
  display: block;
  height: 42px;
  border-radius: 21px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #000; }

/*# sourceMappingURL=style.css.map */
/*******************my styles******************/

header .dark_panel {
  position: relative;
  z-index: 1;
}

div.buttonBack > a.button {
  height: 42px;
  display: block;
  border: 1px solid #122e37;
  border-radius: 21px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
}

div.buttonBack > a.button:hover {
  background: #122e37;
  color: #fff;
}

.advantages .advantages_card .ico {
  background-image: none;
}

div.mfeedback form.basic_form div.mf-captcha {
  width: 100%;
  padding-bottom: .4em;
}

div.mfeedback div.mf-ok-text {
  color: green;
  font-weight: bold;
  padding-bottom: 1em;
}

div.mfeedback p .errortext {
  color: red !important;
}

/************new my styles****************/

.projects .project:hover .button {
  text-decoration: none;
}

.projects h1 {
  margin-top: 0px;
}

.our_products_category h1 {
  margin-top:0px;
}

.our_products_category .product_card h4 {
  color: #000;
}

.our_products_category .product_card:hover {
  text-decoration: none;
}

header .contact_info .adres a, header .contact_info .tel a {
  color: #fff;
}
footer .column.fourth .adres a, footer .column.fourth .tel a, footer .column.fourth .consultation_link_header a {
  color: #122e37;
}
.contact .contact_box .adres a, .contact .contact_box .tel a, .help .adres a, .help .tel a {
  color: #000;
}

.basic_form input[type="submit"]:hover {
  background:#b949a1;
}

.faq table.faq_table .answer span {
  color: #122e37;
}

.content .products_detail_text {
  width: 990px;
  position: relative;
  margin: 0 auto 40px;
  text-align: justify;
}

header .text_block h1 {
  position: relative;
  z-index: 2;
}

div.frameForCert {
  background-image: url(/upload/template/images/frame.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 210px;
  height: 273px;
}

div.frameForCert > a > img {
  padding: 20px;
  width: 208px;
  height: 268px;
}

div.modalConsultInformation {
  padding: 4px 8px 7px 13px;
  font-weight: bold;
  color: #ffffff;
  font-size: 17px;
  background-color: #122e37;
  border-radius: 5px;
  /*width: 320px;*/
  margin: 20px 0px 20px 0px;
}

/************************Style for Armenia menu*************************/
.additionalStyleForARmenu header .menu li a {padding: 0 5px;}

.additionalStyleForARmenuFooter .column.first {width: 200px;}

.additionalStyleForARmenuFooter .column.second {width: 210px;}

/********************End of Style for Armenia menu**********************/

/*******************Styles for Button in Services********************/
/*.our_service .text_box {
    position: relative;
}

.our_service .text_box .button {
    position: absolute;
    bottom: 16px;
    width: 90%;
    height: 80px;
}*/
@media (min-width: 761px) and (max-width: 1010px) {
  .our_service .text_box .short_text {
    max-height: none;
    min-height: 80px;
    overflow: hidden;
  }
}
/*******************END Styles for Button in Services********************/

/*******************Styles for contact info in Header********************/
/*header .contact_info .adres a:hover, header .contact_info .tel a:hover {
text-decoration: none;
}*/
/*****************END Styles for contact info in Header******************/

/*************************Styles for dot`s in sublists in Produtcs Detail Pages**************************/
ul.secondLevel {height: 0 ;overflow:hidden;margin-top: 15px;transition: all ease .5s}
ul.secondLevel.active {height: auto ;overflow:unset; transition: all ease .5s}
ul.secondLevel li::before {background: none;width: 10px;height: 10px;background-color: #fff;border-radius: 50%;position: absolute;top: 4px;left: 13px;-webkit-box-shadow: 0px 5px 20px 25px rgba(0, 0, 0,1);-moz-box-shadow: 0px 5px 20px 25px rgba(0, 0, 0,1);box-shadow: 0px 1px 5px 0px rgba(0, 0, 0,1);}
/**********************END Styles for dot`s in sublists in Produtcs Detail Pages*************************/

/**********************************Color for Input When Error*********************************/
.basic_form .control_point input.error {
  color: #000;
}
/*******************************END Color for Input When Error*******************************/

/************************************Fix Button on Small Display****************************************/

@media (min-width: 481px) and (max-width: 760px) {
  div.buttonBack > a.buttonBackFixOnSmallDisplay {width: 50%;}
}

@media (max-width: 480px) {
  div.buttonBack > a.buttonBackFixOnSmallDisplay {width: 100%;}
  div.content div.docs div.limit ul.bxslider > li {height: 350px;}
}
/**********************************END Fix Button on Small Display**************************************/
/********************Styles for mobile menu************************/

header .auth_panel {
  border: 1px solid transparent !important;
}

header .auth_panel:hover{
  background-color: #122e37;
  box-shadow: 0 0px 14px white;
  border-radius: 18px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.auth_panel-hidden_item{
  display: none;
}
header .auth_panel:hover .auth_panel-hidden_item{
  display: block;
}




header .auth_panel_auth {
  position: relative;
  height: auto;
}

/******************END Styles for mobile menu**********************/
/*********************FIx Header menu in Explorer**********************/
header .dark_panel {
  float: left;
}
/****************END FIx Header menu in Explorer************************/

/****************FIx Our Clients for slider on main page************************/
.clients .logo_container {
  padding: 0px 15px;
  width: 180px;
}
/****************END FIx Our Clients for slider on main page*******************/

/*fixed menu */
.fixed-menu{
  position: fixed;
  top: 0;
  z-index: 111;
  height: 80px;
  background-color: #b9e5fa;
  width: 100%;
  display: none;
}
.fixed-menu-blocks{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  height: inherit;
  padding:0 15px;
}
.logo-block,.logo-block a, .logo-block a img{
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-block{
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu-block .menu{
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu-block .menu li a,.auth_panel,.auth_panel a{
  color: #ffffff;
}
.menu-block .auth_panel.auth_panel_auth ,.menu-block .auth_panel.auth_panel_auth a{
  color: #ffffff;
}
/*fixed menu */
.help span,.contact_box span{
  color: black!important;
}
/*new menu style*/
.header-line-menu{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.header-first-line{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 480px){
  .header-first-line {
    justify-content: center;
  }
}
.header-first-line-left{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.header-line-left-block-address-email,.header-line-left-block-phone{
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .header-line-left-block-address-email, .header-line-left-block-phone {
    flex-wrap: wrap;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .header-line-left-block-address-email, .header-line-left-block-phone {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
  }
}
.header-second-line{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 80px;
  overflow: hidden;
}
.menu-block{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-new-block,.logo-new-block a,.logo-new-block a img{
  height: 130px;
  display: flex;
}
.email-block,.address-block,.address-block a{
  color: #ffffff;
}
header .language_panel a{
  width: 30px;
  height: 13px;
}
.adaptive_set{
  display: none;
  align-items: center;
  gap: 20px;
  font-size: 18px;
}
/*new menu style*/

.about-us-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.icon_block {
  max-width: 200px;
  height: 50px;
}
.icon_block img {
  max-width: 100%;
  max-height: 100%;
}
.icon_block.first_block .uppercase {
  color: #fff;
  font-size: 30px;
}
.icon_block.first_block .lowercase {
  color: #fff;
  font-size: 16px;
}
footer > .btn_up > .top {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}