body {
  margin: 0;
  background: white;
  font-family: 'Open Sans', sans-serif;
}


/*  Шапка  */

.header__all {
  width: 100%;
  height: 70px;
  position: fixed;
  background: white;
  z-index: 10;
  top: 0;
}

.header__container {
  width: 970px;
  height: 70px;
  margin: 0 auto;
}

.header__logo {
  width: 200px;
  height: 50px;
  float: left;
  margin-top: 10px;
  background-image: url('/../img/logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.header__phone__btn {
  width: 200px;
  height: 50px;
  background: #5ba446;
  margin-top: 10px;
  float: right;
  cursor: pointer;
}

.header__phone__btn:hover {
  background: #008000;
}

.header__phone__btn p {
  text-align: center;
  color: white;
  -webkit-margin-before: 0.8em;
  -webkit-margin-after: 0.3em;
}

.header__phone h1 {
  text-align: center;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}


/*  Меню  */

.menu__all {
  width: 100%;
  height: 50px;
  top:0;
  border-top: solid 1px #7f7f7f;
  position: fixed;
  background: white;
  margin-top: 70px;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.menu__container {
  width: 970px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.menu__container > a {
  font-size: 14px;
  color: #7f7f7f;
  float: left;
  padding-top: 7px;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
  cursor: pointer;

}

.menu__container > a:hover {
  color: #5ba446;
}

.menu__container > p {
  font-size: 12px;
  color: #7f7f7f;
  float: left;
  padding-top: 7px;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
  cursor: pointer;
}

/*  УТП  */

.utp__all {
  width: 100%;
  height: 560px;
  margin-top: 110px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;

}

.utp__container {

  width: 360px;
  height: 360px;
  margin: 0 auto;
  padding-top: 70px;
  padding-left: 420px;
}

.utp__block {
  width: 350px;
  height: 144px;
  position: relative;
  background: #5ba446;
}

.utp__block__border {
  margin-top: 20px;
  margin-left: 80px;
  width: 340px;
  height: 120px;
  border: solid 2px white;
  background: white;
}

.utp__block p {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.utp__block__preim{
  width: 970px;
  height: 400px;
  margin: 0 auto;
}

.utp__block__border p {
  padding-left: 16px;
  padding-right: 16px;
  color: #5ba446;
  font-size: 20px;
  font-weight: bold;
}

.block__container {
  width: 230px;
  height: 380px;
  background: white;
  float: left;
  margin: 5px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: all 0.35s ease-out;
}

.block__container:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.block__image {
  width: 120px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px auto 0 auto;
}

.block__tittle {
  text-align: center;
}
.block__tittle h2 {
  font-size: 20px;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-margin-before: 0.8em;
  -webkit-margin-after: 0.0em;
}


.block__text {
  font-size: 12px;
  padding: 0 8px 20px 8px;
  text-align: center;
}

/*  Слайдер  */

.slider__all {
  width: 100%;
  height: 600px;
}

.slider__container {
  width: 970px;
  height: 640px;
}

/*  Преимущества  */

.preimushestva__all{
  width: 100%;
  height: 540px;
  background: white;
  border-bottom: solid 1px gray;
}

.preimushestva__container{
  width: 970px;
  height: 100%;
  display:flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}


.preim__tittle__container {
  width: 840px;
  height: 50px;
  margin: 50px auto 0 auto;
}

.bg_form {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
}

.preim__line {
  width: 40px;
  height: 4px;
  float:left;
  margin-top: 20px;
}

.preim__tittle {
  width: 760px;
  height: 50px;
  float: left;
}

.preim__tittle2 {
  width: 760px;
  height: 100px;
  float: left;
}

.preim__tittle3 {
  width: 760px;
  height: 140px;
  float: left;
}



.preim__tittle > h2 {
  text-align: center;
  font-size: 2em;
  -webkit-margin-before: 0.0em;
  -webkit-margin-after: 0.0em;
}

.preim__tittle2 > h2 {
  text-align: center;
  font-size: 2em;
  -webkit-margin-before: 0.0em;
  -webkit-margin-after: 0.0em;
}

.preim__tittle3 > h2 {
  text-align: center;
  font-size: 2em;
  -webkit-margin-before: 0.0em;
  -webkit-margin-after: 0.0em;
}

.preim__icon__container {

}

.preim__icon {
  width: 220px;
  height: 300px;
  float: left;
  cursor: pointer;
  margin: 40px 8px 20px 8px;
}

.rabota {
  width: 220px;
  height: 270px;
  background-size: contain;
  background-repeat: no-repeat;
}

.pic1 {
  background-image: url('../img/icon_line_01.png');
}

.pic1:hover {
  background-image: url('../img/icon_color_01.png');
}

.pic2 {
  background-image: url('../img/icon_line_02.png');
}

.pic2:hover {
  background-image: url('../img/icon_color_02.png');
}

.pic3 {
  background-image: url('../img/icon_line_03.png');
}

.pic3:hover {
  background-image: url('../img/icon_color_03.png');
}

.pic4 {
  background-image: url('../img/icon_line_04.png');
}

.pic4:hover {
  background-image: url('../img/icon_color_04.png');
}

.preim__icon p {
  width: 160px;
  font-weight: bold;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  pointer-events: none;
  color: black;
  margin-top: -50px;
}



.preim__text {
  text-align: center;
  font-size: 15px;
  padding-left: 100px;
  padding-right: 100px;
}

.preim__text p {
  font-size: 18px;
}

.preim__documents {
  width: 140px;
  height: 200px;
  background: black;
  float: left;
  margin: 80px 5px 0 5px;
  background-image: url(/../img/doc1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
  cursor: pointer;

}

.preim__documents:hover {
  opacity: 1;
}

.preim__image {
  width: 180px;
  height: 180px;
  background: #5ba446;
  float: left;
  margin: 120px 5px 0 5px;
  background-image: url(/../img/img_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
  cursor: pointer;
}

.preim__image:hover {
    opacity: 1;
}

/* Бесплатная консультация */

.phone__all {
  width: 100%;
  height: 280px;
  border-bottom: solid 1px gray;
}

.phone__all2 {
  width: 100%;
  height: 300px;
  border-bottom: solid 1px gray;
}

.phone__all3 {
  width: 100%;
  height: 260px;
  border-bottom: solid 1px gray;
}

.phone__all4 {
  width: 100%;
  height: 360px;
  border-bottom: solid 1px gray;
}

.phone__container {
  width: 970px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  color: black;
  padding-top: 10px;
}

.phone__container2 {
  width: 970px;
  height: 90%;
  margin: 0 auto;
  text-align: center;
  color: black;
  padding-top: 20px;
}

.phone__container2 h2 {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0.0em;
  font-size: 32px;
}

.phone__container h2 {
  -webkit-margin-before: 0.0em;
  -webkit-margin-after: 0.0em;
  font-size: 32px;
}

.phone__container p {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 0.2em;
  padding-left: 120px;
  padding-right: 120px;
}

.logotype__tittle__container {
  width: 840px;
  height: 50px;
  margin: 0 auto;
}

.logotype__line {
  width: 40px;
  height: 4px;
  background: black;
  float:left;
  margin-top: 20px;
}

.logotype__tittle {
  width: 760px;
  height: 50px;
  float: left;
}

.logotype__tittle > h2 {
  text-align: center;
  font-size: 2em;
  -webkit-margin-before: 0.0em;
  -webkit-margin-after: 0.0em;
}

.logotype__icon__container {

}

.logotype__icon {
  width: 180px;
  height: 180px;
  background: white;
  float: left;
  margin: 40px 26px 20px 26px;
  border: solid 2px #5ba446;
}

.logotype__icon p {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50px;
}

.logotype__icon:hover {
  color: white;
  background: #5ba446;
}


.logotype__text {
  text-align: center;
  font-size: 15px;
  padding-left: 80px;
  padding-right: 80px;
  float: left;
}

.logotype__text p {
  font-size: 18px;
}


.logotype__image {
  background: white;
  float: left;
  margin: 40px 5px 0 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.8;
  cursor: pointer;
}

.logotype__image:hover {
    opacity: 1;
}

.blag__container{
  width: 970px;
  height: 100%;
  display:flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}


.blag__doc {
  width: 218px;
  height: 300px;
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 40px;
  margin-bottom: 20px;
  background-color: #5ba446;
}

.blag__text {
  width: 700px;
  height: 300px;
  margin-top: 40px;
  margin-left: 40px;
  float: left;
}

.blag__text h2 {
  -webkit-margin-before: 0.0em;
  -webkit-margin-after: 0.83em;
}

.preim__buklet {
  width: 400px;
  height: 240px;
  margin-top: 40px;
  margin-left: 20px;
  background-color: #5ba446;
  float: left;
}

.btn_cta {
  margin-top: 40px;
  padding: 0px 20px 0px 20px;
  border: solid 1px #5ba446;
  color: #5ba446;
  cursor: pointer;
}

.btn_cta:hover {
  background-color: #5ba446;
  color: white;
}

a {
    text-decoration: none;
}

.preim__photo {
  width: 222px;
  height: 240px;
  margin-top: 80px;
  margin-left: 20px;
  background-color: #5ba446;
  float: left;
}

.preimushestva__all2{
  width: 100%;
  height: 600px;
  background: white;
  margin-top: 80px;
  border-bottom: solid 1px gray;
}

.preimushestva__all3{
  width: 100%;
  height: 600px;
  background: white;
  margin-top: 80px;
  border-bottom: solid 1px gray;
}

.blag__doc2 {
  width: 218px;
  height: 300px;
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 120px;
  margin-bottom: 20px;
}

.blag__text2 {
  width: 700px;
  height: 300px;
  margin-top: 120px;
  margin-left: 40px;
  float: left;
}

.blag__text2 h2 {
  -webkit-margin-before: 0.0em;
  -webkit-margin-after: 0.83em;
}

.logo__gos__zakaz {
  width: 700px;
  height: 55px;
  margin: 0 auto;
  text-align: center;
  background: white;
  color: black;
  border: solid 2px red;
  cursor: pointer;
}
.logo__gos__zakaz:hover {
  background: red;
  color: white;
  border: solid 2px red;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
}


input[type="text"],
input[type="email"] {
      margin-top: 20px;
      width: 300px;
      height: 50px;
      padding: 12px 20px;
      box-sizing: border-box;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      outline: none;
      color: #000;
      font-size: 20px;
      background: rgb(255, 255, 255);
      border: 1px solid #5ba446;
}

input[type="text"]:focus,
input[type="email"]:focus {
    border: 1px solid black;
}

.btn-small {
      font-family: 'Open Sans', sans-serif;
      padding: 10px 20px;
      box-sizing: border-box;
      transition: 0.5s;
      outline: none;
      color: #fff;
      margin-top: 30px;
      font-size: 20px;
      background-color: #5ba446;
      border: 1px solid #5ba446;
      transition: all ease-out 0.3s;
      cursor: pointer;
}

.btn-small:hover {
    background-color: #fff;
    border: 1px solid #5ba446;
    color: #5ba446;
}

.btn-small:active, .btn-small:focus {
  background-color: #fff;
  border: 1px solid rgb(255, 255, 255);
  color: #5ba446;
}

.btn-big {
      font-family: 'Open Sans', sans-serif;
      padding: 10px 42px;
      box-sizing: border-box;
      transition: 0.5s;
      margin-top: 20px;
      outline: none;
      color: #fff;
      font-size: 20px;
      background-color: #d41212;
      border: 1px solid #d41212;
      transition: all ease-out 0.3s;
      cursor: pointer;
}

.btn-big:hover {
    background-color: #d06767;
    border: 1px solid #d06767;
    color: #fff;
}

.btn-big:active, .btn-small:focus {
  background-color: #d41212;
  border: 1px solid #d41212;
  color: #fff;
}

#carousels{
  overflow: hidden;
}

.carousel{
  position: absolute;
  height: 600px;
  width: 100%;
	opacity: 0;
	transition: opacity 3s; /* Время появления картинки */
}

.demonstration{
	opacity: 1;
}

.sli01 {
  position: absolute;
  width: 100%;
  height: 600px;
  background: gray;
  background-image: url('../img/ban_01.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.sli02 {
  position: absolute;
  width: 100%;
  height: 600px;
  background: gray;
  background-image: url('../img/ban_02.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.sli03 {
  position: absolute;
  width: 100%;
  height: 600px;
  background: gray;
  background-image: url('../img/ban_03.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.size-pic {
  width: 316px;
  height: 310px;
}
.size-pic2 {
  width: 164px;
  height: 164px;
  margin-right: 15px;
  margin-left: 15px;
  float: left;
}
.pic-office p {
  width:164px;
  padding-top: 160px;
  font-size: 12px;
  text-align: center;
}
.size-buklet {
  width: 970px;
  height: 480px;
}
.size-blag {
  width: 970px;
  height: 340px;
}
.size-licens {
  width: 140px;
  height: 200px;
  opacity: 0.6;
  cursor: pointer;
}

.size-licens:hover {
    opacity: 1;
}

.size-logo {
  width: 180px;
  height: 180px;
  opacity: 0.6;
  cursor: pointer;
}

.size-logo:hover {
    opacity: 1;
}

.pic-office {
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}
.pic-office2 {
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}
.owl-carousel .item {
  position: relative; /* fix blank or flashing items on carousel */
  z-index: 100; /* fix blank or flashing items on carousel */
  -webkit-backface-visibility: hidden; /* fix blank or flashing items on carousel */
}
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.owl-nav i {
  font-size: 52px;
}
.owl-nav .owl-prev {
  left: -30px;
}
.owl-nav .owl-next {
  right: -30px;
}


.logo_object {
  width: 164px;
  height: 71px;
  margin-top: -100px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  float: left;
}


.owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {

}
.owl-carousel .owl-nav .owl-prev{
  width: 20px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/left.svg);
}
.owl-carousel .owl-nav .owl-next{
  width: 20px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/right.svg);
}



.preim_001 {
  height: 570px;
  border-bottom: solid 1px white;
  margin-top: 300px;
}

.preim_003 {
  height: 540px;
}

.container_970px{
  width: 970px;
}
.container_800px{
  height: 800px;
}

.container_660px{
  height: 660px;
}
.container_580px{
  height: 580px;
}
.container_640px{
  height: 640px;
}

.container_raboty{
  width: 970px;
  margin-top: 140px;
}
.container_raboty2{
  width: 970px;
  margin-top: 340px;
}

.slider_cont_001 {
  background-repeat:no-repeat;
  background-position:center;
  height:860px;
}
