@import url(https://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Exo:900italic,300italic);
@font-face {
  font-family: "latoblack";
  src: url("../fonts/lato-black-webfont.eot");
  src:
    url("../fonts/lato-black-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lato-black-webfont.woff2") format("woff2"),
    url("../fonts/lato-black-webfont.woff") format("woff"),
    url("../fonts/lato-black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latoregular";
  src: url("../fonts/lato-italic-webfont.eot");
  src:
    url("../fonts/lato-italic-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lato-italic-webfont.woff2") format("woff2"),
    url("../fonts/lato-italic-webfont.woff") format("woff"),
    url("../fonts/lato-italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "latoregular";
  src: url("../fonts/lato-regular-webfont.eot");
  src:
    url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lato-regular-webfont.woff2") format("woff2"),
    url("../fonts/lato-regular-webfont.woff") format("woff"),
    url("../fonts/lato-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.bbtext {
  font-weight: 500;
}

.head {
  background: #ffffff;
  width: 100%;
  padding-top: 65px;
  box-sizing: border-box;
}

.head__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.head__address {
  position: relative;
  padding-top: 10px;
}

.head__address::before {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  left: -72px;
  width: 52px;
  height: 52px;
  background: url(../images/address.png) 0 0 no-repeat;
}

.head__instagram {
  margin-top: 20px;
  padding-left: 32px;
  position: relative;
}

.head__instagram::before {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/instagram.png) 0 0 no-repeat;
  background-size: 24px 24px;
}

.head__phones {
  position: relative;
  padding-right: 50px;
  padding-top: 10px;
  box-sizing: border-box;
}

.head__phones::before {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  left: -72px;
  width: 52px;
  height: 52px;
  background: url(../images/phones.png) 0 0 no-repeat;
}

.head__phone-title {
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  color: #545454;
  font-family: "Exo", sans-serif;
}

.head__number {
  font-size: 20px;
  line-height: 1.3;
  color: #000000;
  font-weight: 900;
  font-style: italic;
  font-family: "Exo", sans-serif;
}

.head__link {
  color: #f59200;
}

.header {
  background: #ffffff;
  padding-bottom: 38px;
}
.header .wrapper {
  padding-top: 65px;
}
.header .logo {
  float: left;
  margin-top: -15px;
}
.header .logo a {
  display: block;
  width: 250px;
  height: 118px;
  background: url("../images/logo.jpg") 0 0 no-repeat;
}
.header .logo .slogan {
  padding-left: 7px;
  margin-top: -2px;
  line-height: 1.8rem;
}
.header .languages {
  position: absolute;
  left: 285px;
  top: -10px;
}
.header .languages .language {
  width: 35px;
  height: 125px;
  padding-top: 96px;
  background: #f2f2f2;
  position: relative;
  float: left;
  margin-right: 1px;
  cursor: pointer;
  text-align: center;
}
.header .languages .language:hover {
  height: 130px;
  padding-top: 101px;
}
.header .languages .language:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 36px;
  height: 10px;
  background: url("../images/lang-corners.png") 100% 0 no-repeat;
  display: block;
}
.header .languages .language.active {
  background: linear-gradient(to top, #ffcb00 -25%, #ffe066 125%);
}
.header .languages .language.active:after {
  background-position: 0 0;
}
.header .address {
  position: absolute;
  left: 475px;
  top: 63px;
  padding-top: 0px;
  background: url("../images/address.png") 0 0 no-repeat;
}
.header .address p {
  margin-left: 65px;
  line-height: 2rem;
}
.header .phone .mail {
  display: inline-block;
  font-style: italic;
  /* background: url("../images/address-mail.png") 0 50% no-repeat; */
  padding-left: 5px;
  margin-left: 0px;
  margin-top: 10px;
  color: #f59200;
}
.header .phones {
  position: absolute;
  right: 0;
  top: 63px;
  padding-left: 68px;
  width: 315px;
  background: url("../images/phones.png") 0 0 no-repeat;
}
.header .phones .phone {
  display: inline-block;
  vertical-align: top;
  font-style: italic;
  font-family: "Exo", sans-serif;
  margin-top: -10px;
}
.header .phones .phone .code {
  color: #545454;
  font-size: 1.6rem;
  line-height: 3.4rem;
  font-style: normal;
  font-weight: bold;
}
.header .phones .phone .time {
  color: #545454;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-style: italic;
  font-weight: 500;
}
.header .phones .phone .num {
  color: #060606;
  font-size: 2rem;
  font-weight: 900;
}
.header .phones .btn-bg,
.header .phones .leftcol .menu li.active,
.leftcol .menu .header .phones li.active {
  margin-top: 20px;
  float: right;
}
.header .phones .btn-bg .btn,
.header .phones .leftcol .menu li.active .btn,
.leftcol .menu .header .phones li.active .btn,
.leftcol .menu li.active .header .phones .btn-bg a,
.header .phones .leftcol .menu li.active a,
.leftcol .menu .header .phones li.active a {
  padding-top: 13px;
  padding-bottom: 13px;
}

.top-menu {
  padding-top: 31px;
  position: relative;
  z-index: 2;
}
.top-menu:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  content: "";
  background-color: #fff;
}
.top-menu .top-menu-bg {
  background: linear-gradient(to bottom, #565656, #565656);
  padding: 3px;
  border-radius: 50px;
  position: relative;
}
/* .top-menu .top-menu-bg:after {
      position: absolute;
      left: 0;
      bottom: -56px;
      content: "";
      display: block;
      width: 100%;
      height: 56px;
      background: url("../images/menu-shadow.png") 50% 0 no-repeat; } */
.top-menu ul {
  background: linear-gradient(to top, #f1f1f1 -25%, #fff 125%);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  height: 56px;
  line-height: 56px;
}
.top-menu li {
  margin: 0 5px;
  border-radius: 50px;
  display: block;
}
.top-menu li:hover {
  text-decoration: underline;
}
.top-menu a {
  color: #000000;
  padding: 0 25px;
  display: block;
  text-decoration: none;
}

.top-menu a:hover {
  color: #f59200;
  text-decoration: none;
}

.slider {
  background-color: #fff;
  padding-top: 66px;
  position: relative;
  z-index: 1;
}
.slider:before {
  position: absolute;
  left: 0;
  top: -60px;
  height: 60px;
  width: 100%;
  content: "";
  background-color: #fff;
}
.slider:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  content: "";
  background: url("../images/bg.png");
  z-index: -1;
}
.slider .prev-next-btns {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
}
.slider .prev-next-btns div {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.slider .prev-next-btns .prev-btn {
  left: 0;
  background: url("../images/slider-prev.png") 0 0 no-repeat;
}
.slider .prev-next-btns .next-btn {
  right: 0;
  background: url("../images/slider-next.png") 0 0 no-repeat;
}
.slider .navigation {
  position: absolute;
  bottom: 94px;
  left: 0;
  width: 570px;
  text-align: center;
  margin-right: 2px;
}
.slider .navigation li {
  display: inline-block;
  vertical-align: middle;
  background: #dbdbdb;
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 100%;
  margin: 0 2px;
}
.slider .navigation li.active {
  background: #ffd632;
}
.slider .slides {
  overflow: hidden;
  left: 0;
  width: 1142px;
}
.slider .slides-wrapper {
  position: relative;
  min-height: 515px;
  width: 20000px;
}
.slider .slide {
  position: relative;
  text-align: center;
  float: left;
  width: 1112px;
  margin-right: 30px;
}
.slider .slide.slide-1 .text {
  background: url("../images/slide-1-icon.png") 50% 10px no-repeat;
}
.slider .slide .text {
  width: 572px;
  padding-top: 46px;
}
.slider .slide .title {
  font-size: 6.8rem;
  font-family: Lobster;
  color: #060606;
  margin-bottom: 23px;
  line-height: 4.8rem;
}
.slider .slide .title .sub-title {
  font-size: 3.6rem;
  margin-top: 4px;
  font-style: italic;
  font-family: latoregular, Arial, sans-serif;
}
.slider .slide img {
  position: absolute;
  right: -30px;
  top: 30px;
}

.header-block {
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-start;
  text-align: center;
  font-style: normal;

  margin-top: 30px;
}
.header-block.no-hover {
  margin: 35px 0;
}
.header-block.no-hover .head-category:hover {
  background: #fff;
  color: #868686;
}
.header-block.no-hover .head-category:hover .text {
  color: #868686;
  background: #fff;
}
.header-block.no-hover .head-category .text {
  padding: 15px 20px;
  color: #868686;
}
.header-block.no-hover .head-category .text:before {
  display: none;
}
.header-block .head-category {
  width: 255px;
  position: relative;
  text-decoration: none;
  margin-right: 30px;
}
.header-block .head-category:last-child {
  margin-right: 0;
}
.header-block .head-category .name {
  font-size: 16px;
  font-weight: 700;
  color: #060606;
}

.header-block .head-category:after {
  content: "";
  display: block;
  position: absolute;
  height: 34px;
  width: 255px;
  left: 0;
  bottom: -34px;
}
.header-block .head-category:hover .text {
  background: linear-gradient(to top, #f59200 -25%, #f59200 125%);
  /* background: linear-gradient(to top, #1ac1ff -25%, #50d0ff 125%); */
  color: #060606;
}
.header-block .head-category:hover .text:before {
  background-position: 100% 0;
}
.header-block .head-category .text {
  color: #464646;
  display: block;
  background: #ffffff;
  padding: 15px 0;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  font-weight: none;
}

.header-block .head-category .text:before {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  width: 12px;
  left: 50%;
  top: -5px;
  margin-left: -6px;
  background: url("../images/categories-block-corner.png") 0 0 no-repeat;
}
.header-block img {
  display: block;
}

.categories-block {
  display: flex;
  justify-content: space-between;
}
.categories-block.no-hover {
  margin: 35px 0;
}
.categories-block.no-hover .category:hover {
  background: #fff;
  color: #868686;
}
.categories-block.no-hover .category:hover .text {
  color: #000;
  background: #ffe065;
}
.categories-block.no-hover .category .text {
  padding: 5px 20px;
  color: #000;
}
.categories-block.no-hover .category .text:before {
  display: none;
}
.categories-block .category {
  width: 255px;
  position: relative;
}
.categories-block .category:after {
  content: "";
  display: block;
  position: absolute;
  height: 34px;
  width: 255px;
  left: 0;
  bottom: -34px;
}
.categories-block .category:hover .text {
  background: linear-gradient(to top, #ffcb00 -25%, #ffe066 125%);
  color: #060606;
}
.categories-block .category:hover .text:before {
  background-position: 100% 0;
}
.categories-block .category .text {
  font-family: Arial, sans-serif;
  color: #464646;
  display: block;
  background: #ffffff;
  padding: 5px 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.categories-block .category .text:before {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  width: 12px;
  left: 50%;
  top: -5px;
  margin-left: -6px;
  background: url("../images/categories-block-corner.png") 0 0 no-repeat;
}
.categories-block img {
  display: block;
}

.categories-block a#textl {
  font-family: Arial, sans-serif;
  font-size: 18px;
  margin-left: 15px;
}

.leftcol {
  width: 255px;
  float: left;
}
.leftcol .title {
  color: #060606;
  font-family: latoblack, Arial, sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.leftcol .block {
  padding: 33px 30px;
  border: 3px solid #565656;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
}
.leftcol .block:after {
  content: "";
  display: block;
  position: absolute;
  height: 29px;
  width: 253px;
  left: 0;
  bottom: -29px;
  background: url("../images/leftcol-block-shadow.png") 0 0 no-repeat;
}
.leftcol .menu {
  border-color: #565656;
}
.leftcol .menu li {
  background: url("../images/leftcol-menu-item.png") 0 10px no-repeat;
  padding-left: 15px;
  line-height: 2.4rem;
  margin: 12px 0;
}
.leftcol .menu li.active {
  margin: 0 0 0 -12px;
  background: linear-gradient(to top, #e2e2e2, #f2f2f2) !important;
}
.leftcol .menu li.active a:before {
  display: none !important;
}
.leftcol .menu a {
  font-style: italic;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}
.leftcol .menu a:hover {
  color: #f59200;
  text-decoration: underline;
}
.leftcol .menu sup {
  color: #a2a2a2;
  margin-left: 5px;
}
.leftcol .reviews .review {
  margin-bottom: 27px;
}
.leftcol .reviews .author {
  display: flex;
  justify-content: flex-start;
}
.leftcol .reviews .author .by {
  line-height: 2rem;
  margin-left: 15px;
}
.leftcol .reviews .author .name {
  color: #060606;
  font-size: 1.7rem;
}
.leftcol .reviews .author .pos {
  color: #a2a2a2;
}
.leftcol .text {
  line-height: 2.6rem;
  font-style: italic;
}
.leftcol .btn-bg,
.leftcol .menu li.active {
  background: linear-gradient(to top, #e2e2e2, #f2f2f2);
}
.leftcol .btn-bg:hover,
.leftcol .menu li.active:hover {
  background: linear-gradient(to bottom, #e2e2e2, #f2f2f2);
}
.leftcol .btn-bg .btn:before,
.leftcol .menu li.active .btn:before,
.leftcol .menu li.active a:before {
  content: "";
  background: url("../images/leftcol-reviews-btn.png") 0 0 no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

.btn-bg-lft {
  border: none;
  background: linear-gradient(to top, #f59200, #f59200);
  text-align: center;
  display: inline-block;
  cursor: pointer;
  padding: 3px;
  border-radius: 30px;
  margin-top: 25px;
  margin-left: 10px;
}

.btn-bg-lft:hover {
  background: linear-gradient(to bottom, #eb8d02, #eb8d02);
}

.btn-lft {
  display: block;
  min-height: 100%;
  padding: 5px 25px;
  border-radius: 30px;
  text-decoration: none;
  cursor: pointer;
  border: none;

  background: linear-gradient(to top, #f1f1f1 -25%, #fff 125%);
}

.breadcrumbs {
  margin: -5px 0px 6px;
}
.breadcrumbs a {
  font-style: italic;
  color: #f59200;
}

.rightcol {
  width: 825px;
  float: right;
}
.rightcol img {
  vertical-align: bottom;
}
.rightcol img#intext_r {
  float: right;
  border: 6px solid #fff;
  position: relative;
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
  cursor: pointer;
}
.rightcol p {
  margin: 15px 0;
  min-height: 1px;
}
.rightcol ul li {
  margin: 15px 35px;
  list-style-type: square;
  min-height: 1px;
}
.rightcol ol li {
  margin: 15px 35px;
  list-style-type: decimal;
  min-height: 1px;
}

.rightcol p a {
  font-style: italic;
  color: #f59200;
}
.rightcol .pull-left {
  float: left;
  margin-right: 30px;
}
.rightcol .img-row {
  margin: 30px 0;
}
.rightcol .img-sm {
  border: 6px solid #fff;
  position: relative;
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
}
.rightcol .img-sm:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 144px;
  left: 0;
  bottom: -20px;
  background: url("../images/img-sm-shadow.png") 50% 0 no-repeat;
}
.rightcol .img-sm:hover:before {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  background: url("../images/img-zoom.png") 0 0 no-repeat;
}
.rightcol ul.check {
  color: #464646;
  margin: 20px 0;
}
.rightcol ul.check li {
  display: block;
  background: url("../images/check.png") 0 0 no-repeat;
  min-height: 26px;
  padding-left: 35px;
  margin: 10px 0;
}
.rightcol .img-big {
  border: 12px solid #fff;
  position: relative;
  display: inline-block;
}
.rightcol .img-big:after {
  content: "";
  display: block;
  position: absolute;
  height: 32px;
  width: 350px;
  left: 0;
  bottom: -44px;
  background: url("../images/img-big-shadow.png") 50% 0 no-repeat;
}
.rightcol .img-md {
  position: relative;
  display: inline-block;
}
.rightcol .img-md:after {
  content: "";
  display: block;
  position: absolute;
  height: 33px;
  width: 301px;
  left: 0;
  bottom: -33px;
  background: url("../images/img-shadow-md.png") 50% 0 no-repeat;
}
.rightcol .master {
  width: 822px;
  height: 140px;
  background: url("../images/master.png") 0 0 no-repeat;
  padding-left: 30px;
  padding-top: 8px;
  padding-right: 20px;
  margin: 40px 0 35px;
  position: relative;
}
.rightcol .master:after {
  content: "";
  display: block;
  position: absolute;
  height: 38px;
  width: 533px;
  left: 0;
  bottom: -38px;
  background: url("../images/master-block-shadow.png") 50% 0 no-repeat;
}
.rightcol .master p {
  font-family: latoblack, Arial, sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.rightcol .master p span {
  color: #f59200;
  font-size: 2.6rem;
}
.rightcol .master .btn,
.rightcol .master .leftcol .menu li.active a,
.leftcol .menu li.active .rightcol .master a {
  background: #262626;
  color: #fff;
}

.rightcol .more {
  margin: 10px 0 !important;
}

.rightcol .cta {
  width: 822px;
  height: 140px;
  background: #000;
  padding-left: 30px;
  padding-top: 8px;
  padding-right: 20px;
  margin: 40px 0 35px;
  position: relative;
}
.rightcol .cta:after {
  content: "";
  display: block;
  position: absolute;
  height: 38px;
  width: 533px;
  left: 0;
  bottom: -38px;
  background: url("../images/master-block-shadow.png") 50% 0 no-repeat;
}
.rightcol .cta p {
  font-family: Arial, sans-serif;
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 20px;
}
.rightcol .cta p span {
  color: #f59200;
  font-size: 2.6rem;
}
.rightcol .cta .cta a {
  background: #262626;
  color: #fff;
}

.clients {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 60px 0 60px;
}
.clients .client {
  background: #ffffff;
  width: 160px;
  height: 100px;
  padding-top: 20px;
  position: relative;
}
.clients .client:after {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 160px;
  left: 0;
  bottom: -12px;
  background: url("../images/clients-shadow.png") 50% 0 no-repeat;
}

.bottom-menu {
  height: 60px;
  line-height: 33px;
  padding: 10px 0;
  background: linear-gradient(to top, #f1f1f1 -25%, #fff 125%);
}
.bottom-menu ul {
  display: flex;
  justify-content: center;
}
.bottom-menu li {
  margin: 0 8px;
}
.bottom-menu a {
  color: #464646;
  text-decoration: none;
  display: block;
  padding: 3px 24px;
  transition: none;
}
.bottom-menu a:hover {
  /* border: 3px solid #e3e3e3; */
  color: #f59200;
  /* border-radius: 30px; */
  /* padding: 0 21px; */
}

.footer {
  min-height: 195px;
  background: #262626;
  padding-top: 35px;
}
.footer .copy {
  float: left;
  padding-left: 15px;
  padding-top: 15px;
}
.footer .copy .company {
  color: #ffffff;
  font-style: italic;
  margin-bottom: 10px;
}
.footer .copy .company span {
  font-style: normal;
}
.footer .social {
  float: left;
  margin-left: 120px;
}
.footer .social a {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-right: 6px;

  vertical-align: top;
}
.footer .social a.soc-tw {
  background-position: -44px 100%;
}
.footer .social a.soc-vk {
  background-position: -88px 100%;
}
.footer .social a.soc-be {
  background-position: -132px 100%;
}
.footer .social a:hover {
  background-position: 0 0;
}
.footer .social a:hover.soc-tw {
  background-position: -44px 0;
}
.footer .social a:hover.soc-vk {
  background-position: -88px 0;
}
.footer .social a:hover.soc-be {
  background-position: -132px 0;
}
.footer .social .mail {
  display: inline-block;
  font-style: italic;
  /* background: url("../images/address-mail.png") 0 40% no-repeat; */
  padding-left: 0px;
  margin-left: 5px;
  margin-top: 20px;
  color: #f59200;
}
.footer .address {
  float: right;
  padding-left: 68px;
  padding-top: 14px;
  background: url("../images/footer-address.png") 0 0 no-repeat;
  line-height: 2rem;
  text-align: right;
}
.footer .address .tel {
  font-size: 1.7rem;
  color: #fff;
  margin-bottom: 10px;
}
.footer .address .tel span {
  color: #f59200;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.1s linear;
}

html {
  font-size: 10px;
}

body {
  font:
    1.5rem/2.6rem latoregular,
    Arial,
    sans-serif;
  color: #292828;
  background: url("../images/bg.png") 0 0 repeat;
}

li {
  list-style: none;
}

a {
  color: #1d9dcc;
}
a:hover {
  color: #f59200;
}

table {
  text-align: center;
  width: 100%;
  border-collapse: collapse;
}
table tbody tr {
  background: #fff;
}
table tbody tr:hover {
  background: #ededed;
}
table th {
  text-transform: uppercase;
  font-family: latoblack, Arial, sans-serif;
  color: #fff;
  background: #262626;
  padding: 20px 25px;
  border: 3px solid #f3f3f3;
}
table td {
  padding: 10px 25px;
  border: 3px solid #f3f3f3;
}
table .price {
  display: block;
  text-decoration: underline;
  /* background: linear-gradient(to top, #ffcb00 -25%, #ffe066 125%); */
  background: linear-gradient(to top, #f59200 -25%, #f59200 125%);
  color: #060606;
  padding: 12px 40px;
  margin: -10px -25px;
}
table .price:hover {
  text-decoration: none;
  background: linear-gradient(to top, #eb8d02 -25%, #eb8d02 125%);
}
table .tal {
  width: 445px;
}

.tal {
  text-align: left;
}

h1 {
  font-family: latoblack, Arial, sans-serif;
  color: #060606;
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 15px;
}

h2 {
  font-family: latoblack, Arial, sans-serif;
  color: #060606;
  font-size: 2.2rem;
  line-height: 3.6rem;
  margin-bottom: 15px;
  margin-top: 10px;
}

.h1,
.h2 {
  font-family: latoblack, Arial, sans-serif;
  color: #060606;
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 15px;
}

.h2 {
  font-size: 1.8rem;
  margin-bottom: 5px;
  margin-top: 30px;
}
.h2 + p {
  margin-top: 5px;
}

.text-up {
  text-transform: uppercase;
}

.h2x {
  font-size: 1.5rem;
  margin-bottom: 5px;
  margin-top: 30px;
}

.clr:after {
  clear: both;
  display: block;
  content: "";
}

.wrapper {
  width: 1112px;
  margin: 0 auto;
  /* position: relative; 08.11 */
}

.btn-bg,
.leftcol .menu li.active {
  border: none;
  background: linear-gradient(to top, #f59200, #f59200);
  text-align: center;
  display: inline-block;
  cursor: pointer;
  padding: 3px;
  border-radius: 30px;
}
.btn-bg:hover,
.leftcol .menu li.active:hover {
  /* background: linear-gradient(to bottom, #ffcb00 -25%, #ffe066 125%); */
  background: linear-gradient(to top, #f59200 -25%, #f59200 125%);
  text-decoration: underline;
}
.btn-bg .btn,
.leftcol .menu li.active .btn,
.leftcol .menu li.active a {
  display: block;
  min-height: 100%;
  padding: 5px 25px;
  border-radius: 30px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  color: #464646;
  background: linear-gradient(to top, #f1f1f1 -25%, #fff 125%);
}
.btn-bg.more,
.leftcol .menu li.more.active {
  margin: 39px auto;
  color: #464646;
}
.btn-bg.more .btn:before,
.leftcol .menu li.more.active .btn:before,
.btn-bg.more .leftcol .menu li.active a:before,
.leftcol .menu li.active .btn-bg.more a:before,
.leftcol .menu li.more.active a:before {
  content: "";
  background: url("../images/slide-more.png") 0 0 no-repeat;
  width: 12px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

.content {
  margin-top: 67px;
  margin-bottom: 70px;
}

#inline {
  display: none;
}
#inline-call {
  display: none;
}
#tender-form {
  display: none;
}
#employ-form {
  display: none;
}

span#form-header {
  font-size: 1.6em;
}

.txt-name {
  display: inline-block;
  color: #676767;
  width: 400px;
  font-family: Arial, Tahoma, sans-serif;
  margin-bottom: 10px;
  margin-left: 21px;
  border: 1px dotted #ccc;
  padding: 5px 9px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.txt-phone {
  display: inline-block;
  color: #676767;
  width: 400px;
  font-family: Arial, Tahoma, sans-serif;
  margin-bottom: 10px;
  margin-left: 50px;
  border: 1px dotted #ccc;
  padding: 5px 9px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.txt-org {
  display: inline-block;
  color: #676767;
  width: 400px;
  font-family: Arial, Tahoma, sans-serif;
  margin-bottom: 10px;
  margin-left: 62px;
  border: 1px dotted #ccc;
  padding: 5px 9px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.txt-email {
  display: inline-block;
  color: #676767;
  width: 400px;
  font-family: Arial, Tahoma, sans-serif;
  margin-bottom: 10px;
  margin-left: 68px;
  border: 1px dotted #ccc;
  padding: 5px 9px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.txtarea {
  display: block;
  resize: none;
  color: #676767;
  font-family: Arial, Tahoma, sans-serif;
  margin-bottom: 10px;
  width: 556px;
  height: 150px;
  border: 1px dotted #ccc;
  padding: 5px 9px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.txt:focus,
.txtarea:focus {
  border-style: solid;
  border-color: #bababa;
  color: #444;
}

input.error,
textarea.error {
  border-color: #973d3d;
  border-style: solid;
  background: #f0bebe;
  color: #a35959;
}

input.error:focus,
textarea.error:focus {
  border-color: #973d3d;
  color: #a35959;
}

#send,
#sendcall {
  color: #dee5f0;
  display: block;
  cursor: pointer;
  margin-top: 10px;
  padding: 5px 11px;
  font-size: 1.2em;
  border: solid 1px #f59200;
  border-radius: 5px;
  background: #1e4c99;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f59200),
    to(#f59200)
  );
  background: -moz-linear-gradient(top, #f59200, #f59200);
  background: -webkit-linear-gradient(top, #f59200, #f59200);
  background: -o-linear-gradient(top, #f59200, #f59200);
  background: -ms-linear-gradient(top, #f59200, #f59200);
  background: linear-gradient(top, #f59200, #f59200);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f59200', endColorstr='#f59200');
}

#send:hover,
#sendcall:hover {
  background: #dd8503;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#dd8503),
    to(#dd8503)
  );
  background: -moz-linear-gradient(top, #dd8503, #0c2bdd85036b);
  background: -webkit-linear-gradient(top, #dd8503, #dd8503);
  background: -o-linear-gradient(top, #dd8503, #dd8503);
  background: -ms-linear-gradient(top, #dd8503, #dd8503);
  background: linear-gradient(top, #dd8503, #dd8503);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd8503', endColorstr='#dd8503');
}

#send:active,
#sendcall:active {
  color: #8c9dc0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0e387d),
    to(#2f55b7)
  );
  background: -moz-linear-gradient(top, #0e387d, #2f55b7);
  background: -webkit-linear-gradient(top, #0e387d, #2f55b7);
  background: -o-linear-gradient(top, #0e387d, #2f55b7);
  background: -ms-linear-gradient(top, #0e387d, #2f55b7);
  background: linear-gradient(top, #0e387d, #2f55b7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e387d', endColorstr='#2f55b7');
}

.tenders__item {
  border: solid 1px #222222;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.tenders__item_archive {
  background-color: #dddddd;
}

.tenders__item p {
  padding: 0;
  margin: 0 0 5px;
}

.tender-btn {
  width: 200px;
  color: #ffffff !important;
  display: block;
  cursor: pointer;
  text-decoration: none;
  font-style: normal !important;
  padding: 5px 11px;
  font-size: 16px;
  border: solid 1px #c47009;
  border-radius: 5px;
  background: #f59200;
  text-align: center;
  margin-top: 20px;
}

.tender-btn:hover {
  background: #c47009;
}

.disabled-btn {
  background: #494847;
  border: solid 1px #494847;
  color: #a0a0a0 !important;
}

.disabled-btn:hover {
  background: #494847;
  cursor: unset;
}

.tender-form {
  max-width: 750px;
}

.tender-form__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.tender-form__form {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.tender-form__input {
  min-height: 30px;
  padding: 5px 10px;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
}

.tender-form__desc {
  grid-column: 1 / 3;
}

.tender-form__button {
  color: #ffffff;
  display: block;
  cursor: pointer;
  margin-top: 10px;
  padding: 5px 11px;
  font-size: 1.2em;
  border: solid 1px #c47009;
  border-radius: 5px;
  background: #f59200;
}

.tender-form__button:hover {
  background: #c47009;
}

.slide-container {
  position: relative;
}

.slide {
  margin-top: 30px;
  height: 500px;
}

.slide__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  opacity: 0.7;
}

.slide-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 45%;
  z-index: 1;
  padding: 30px;
}

.slide-title {
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 30px;
  z-index: 2;
}

.slide-description {
  position: relative;
  font-size: 22px;
  z-index: 2;
  margin-bottom: 20px;
}

.slide-btn {
  position: relative;
  z-index: 2;
}
