.psd, .phone:before, .socially a:before, .promo-card:before, .articles .more:before, .contact-info .adress:before, .service-item .card:before, .question:before, .claim-item:before, .modal-content .close:before, .modal-logo:before, .agree label:before, .agree label:after, .desc-menu .item:before {
  content: '';
  display: block;
  position: absolute;
}

.trans, .btnt, .btn, .top-nav li a, .form .form-control, .agree label:after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.align, .top-nav li a, .phone, .socially a, .hero .logo, .promo-card, .articles .more, .techicues a, .techicues .item, .footer .logo, .back-btn, .works .item, .desc-menu .item {
  display: inline-block;
  vertical-align: top;
}

.btnt, .btn {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #65CCB9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background: #65CCB9;
}

.btnt:hover, .btn:hover, .btnt:focus, .btn:focus {
  background: #51ad9d;
  border-color: #51ad9d;
  color: #fff;
}

button, a, .slide, .slick-slide, .slick-current, .slick-active {
  outline: none !important;
}

body {
  background: #fff;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  color: #000;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  font-size: 15px;
  font-weight: 500;
}

a {
  color: #65CCB9;
  text-decoration: none;
}

a:hover, a:active {
  color: #65CCB9;
  text-decoration: none;
}

.header {
  padding: 12px 0;
  background: #1c1c1c;
}

.header .left {
  float: left;
}

.header .right {
  float: right;
}

.main-header {
  background: url(../images/hero-bg.jpg) center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.top-nav {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 25px 0 0;
  font-size: 14px;
  list-style: none;
}

.top-nav li {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
}

.top-nav li:last-child {
  margin-right: 0;
}

.top-nav li a {
  color: #fff;
  padding: 8px 0;
}

.top-nav li a:hover, .top-nav li a:focus, .top-nav li a.active {
  color: #65CCB9;
  text-decoration: none;
}

.claim-btn {
  margin-right: 30px;
  padding: 7px 25px;
  font-size: 14px;
}

.phone {
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  margin-top: 7px;
}

.phone:before {
  background-image: url(../images/sprite.png);
  background-position: -259px -188px;
  width: 20px;
  height: 17px;
  top: 0;
  left: 0;
}

.phone a {
  color: #fff;
  text-decoration: none;
}

.socially a {
  text-decoration: none;
  position: relative;
  width: 38px;
  height: 38px;
  margin: 0 4px;
}

.socially a:before {
  top: 0;
  left: 0;
}

.socially .inst {
  background-image: url(../images/sprite.png);
  background-position: -134px -117px;
  width: 36px;
  height: 36px;
}

.socially .fb {
  background-image: url(../images/sprite.png);
  background-position: -175px -117px;
  width: 36px;
  height: 36px;
}

.socially .telegram {
  background-image: url(../images/telegram.png);
  width: 36px;
  height: 36px;
}

.hero {
  text-align: center;
  padding: 195px 0 200px;
}

.hero .logo img {
  max-width: 100%;
}

.teaser-block {
  padding: 75px 0;
}

.teaser-slider {
  padding: 0 55px;
  position: relative;
}

.services .img-box,
.teaser-slider .img-box {
  float: left;
  width: 326px;
  height: 326px;
  overflow: hidden;
}

.services .img-box img,
.teaser-slider .img-box img {
  max-width: 100%;
}

.services .text,
.teaser-slider .text {
  margin-left: 365px;
  padding-top: 50px;
}

.services .title,
.teaser-slider .title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.services .title a {
	color: black;
}
.services .title a:hover {
	text-decoration: underline;
}
.services p,
.teaser-slider p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
  margin-top: 0;
}

.services .btn,
.teaser-slider .btn {
  font-size: 18px;
  padding: 15px 75px;
}

.services {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.services.last {
  border-bottom: 0;
  padding-bottom: 0;
}

.slide.services {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.services .title {
  font-size: 24px;
  line-height: 29px;
}

.services p {
  font-size: 16px;
}

.info {
  padding-top: 10px;
}

.info span {
  display: block;
  font-size: 14px;
}

.slick-arrow {
  display: block;
  position: absolute;
  border: 0;
  padding: 0;
  top: 50%;
  margin-top: -19px;
  width: 19px;
  height: 36px;
  text-indent: -9999px;
  background-color: transparent;
}

.slick-arrow.slick-prev {
  left: 0;
  background-image: url(../images/sprite.png);
  background-position: -240px -117px;
  width: 19px;
  height: 36px;
}

.slick-arrow.slick-next {
  right: 0;
  background-image: url(../images/sprite.png);
  background-position: -216px -117px;
  width: 19px;
  height: 36px;
}

.teaser-slider .slick-arrow.slick-prev {
  left: -55px;
}

.teaser-slider .slick-arrow.slick-next {
  right: -55px;
}

.headline {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 36px;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}

h1 {
  font-size: 36px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}

h2 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 25px;
}

h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 25px;
}

.benefits {
  padding: 100px 0 90px 0;
  -webkit-box-shadow: inset 0 26px 17px -16px #DADEE1;
  box-shadow: inset 0 26px 17px -16px #DADEE1;
}

.benefits .headline {
  text-align: center;
}

.benefits p {
  text-align: center;
  margin-bottom: 40px;
}

.benefits .inner {
  position: relative;
  background: url(../images/bg.jpg) center top no-repeat;
  padding-top: 150px;
  height: 560px;
}

.benefits .item {
  position: absolute;
  width: 270px;
  font-size: 13px;
  line-height: 24px;
}

.benefits .item span {
  display: block;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 20px;
}

.benefits .it1 {
  top: 150px;
  left: 0;
}

.benefits .it2 {
  top: 150px;
  right: 0;
}

.benefits .it3 {
  top: 400px;
  left: 300px;
}

.benefits .it4 {
  top: 400px;
  right: 200px;
}

.promo-wrap {
  background: url(../images/bg1.jpg) center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  border-bottom: 3px solid #333333;
  padding: 100px 0 100px;
}

.promo-wrap .headline {
  color: #fff;
  margin-top: 25px;
}

.promo-wrap p {
  color: #fff;
}

.promo-card {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  padding: 110px 20px 20px;
  position: relative;
  background: #fff;
}

.promo-card:before {
  background-image: url(../images/sprite.png);
  background-position: -286px -66px;
  width: 46px;
  height: 34px;
  top: 48px;
  left: 50%;
  margin-left: -23px;
}

.promo-card .hdl {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.promo-card p {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 40px;
  color: #000;
}

.promo-card .btn {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 18px 65px;
}

.articles {
  padding: 45px 0 55px 0;
}

.articles .headline {
  text-align: center;
}

.articles .more {
  font-size: 24px;
  color: #000;
  margin-right: 50px;
  text-decoration: underline;
  position: relative;
}

.articles .more:before {
  background-image: url(../images/sprite.png);
  background-position: 0px -240px;
  width: 23px;
  height: 15px;
  right: -50px;
  top: 10px;
}

.articles .more:hover, .articles .more:focus {
  color: #000;
  text-decoration: none;
}

.art-item {
  margin-bottom: 20px;
}

.art-item a {
  display: block;
  text-decoration: none;
  color: #000;
}

.art-item a:hover, .art-item a:focus {
  text-decoration: underline;
  color: #000;
}
.art-item a:hover,.art-item a:focus{text-decoration: none;}
art-item a:hover .title,
.art-item a:focus .title{
text-decoration: underline;
}
.art-item span {
  display: block;
}

.art-item .img-box {
  margin-bottom: 60px;
}

.art-item .img-box img {
  max-width: 100%;
}

.art-item .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 25px;
}

.art-item p {
  margin-bottom: 0;
}

.art-item a:hover .title {
  text-decoration: underline;
}

.techicues {
  margin-bottom: 70px;
}

.techicues img {
  max-width: 100%;
}

.techicues .text {
  padding: 70px 0 0 40px;
}

.techicues .inner {
  background: #F1FAE9;
}

.techicues .headline {
  font-size: 24px;
  margin-bottom: 55px;
}

.techicues a, .techicues .item {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 45px;
  max-width: 170px;
}

.techicues a:hover,
.techicues a:focus {
  text-decoration: underline;
}

.techicues .more {
  font-size: 22px;
  margin-bottom: 0;
  max-width: none;
}

.techicues span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px;
}

.form {
  padding: 50px 0 55px 0;
  background: #F1FAE9;
}

.form .inner {
  max-width: 585px;
  margin: 0px auto;
}

.form .headline {
  text-align: center;
  font-size: 24px;
}

.form .form-group {
  margin-bottom: 25px;
}

.form .form-control {
  width: 100%;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 300;
  height: 59px;
  padding: 10px 25px;
  line-height: 35px;
  border: 2px solid #EBEBEB;
  background: #F4FDEC;
}

.form .form-control:hover, .form .form-control:focus {
  border-color: #65CCB9;
}

.form .form-control:focus {
  background: #fff;
}

.form textarea.form-control {
  height: 195px;
  line-height: normal;
  overflow: auto;
}

.form .form-btn {
  width: 100%;
  padding: 16px 10px;
  font-size: 18px;
}

.footer {
  background: #65CCB9;
  padding: 25px 0;
}

.footer .logo {
  margin-top: 10px;
}

.footer .logo img {
  max-width: 100%;
}

.footer .socially .fb {
  background-image: url(../images/sprite.png);
  background-position: -286px -190px;
  width: 37px;
  height: 37px;
}

.footer .socially .inst {
  background-image: url(../images/sprite.png);
  background-position: -286px -148px;
  width: 37px;
  height: 37px;
}
.footer .socially .telegram {
  background-image: url(../images/telegram.png);
  width: 37px;
  height: 37px;
}

.footer .socially .vk {
  background-image: url(../images/sprite.png);
  background-position: -286px -105px;
  width: 38px;
  height: 38px;
}

#nav-icon {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  width: 48px;
  height: 24px;
  background: transparent;
  border-width: 0;
  margin-bottom: 15px;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 36px;
  background: #65CCB9;
  left: 6px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 10px;
}

#nav-icon span:nth-child(4) {
  top: 20px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.main {
  padding: 45px 0;
}

.main .art-item {
  margin-bottom: 60px;
}

.article {
  max-width: 635px;
  margin: 0px auto;
}

.back-btn {
  font-size: 18px;
  margin-bottom: 20px;
  text-decoration: underline;
}

.back-btn:hover, .back-btn:focus {
  text-decoration: none;
}

.img {
  margin-bottom: 20px;
}

.img img {
  max-width: 100%;
}

.article p {
  font-size: 16px;
}

.text-block {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 25px;
  background: #E0F4F2;
}

.text-menu {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.text-menu li {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}

.video {
  margin-bottom: 20px;
}

.video img {
  max-width: 100%;
}

.works {
  text-align: center;
}

.works .item {
  margin-bottom: 90px;
}

.works .img-box {
  margin: 0px auto;
  width: 191px;
  height: 191px;
}

.works span {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}

.works span a {
  text-decoration: none;
  color: #000;
}

.works span a:hover, .works span a:focus {
  color: #65CCB9;
  text-decoration: none;
}

.contact-info {
  margin-bottom: 30px;
}

.contact-info .item {
  margin-bottom: 20px;
  font-size: 18px;
}

.contact-info .item span {
  display: block;
  font-size: 14px;
}

.contact-info .item.has-indent {
  margin-bottom: 40px;
}

.contact-info .adress {
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  padding-left: 43px;
}

.contact-info .adress:before {
  background-image: url(../images/sprite.png);
  background-position: -233px -188px;
  width: 21px;
  height: 28px;
  top: -2px;
  left: 0;
}

.contact-form {
  padding: 0;
  background: none;
}

.contact-form .form-control {
  background: #fff;
}

.service-item {
  padding: 40px 0;
  padding-bottom: 50px;
  background: url(../images/bg3.jpg) center top no-repeat;
  -webkit-background-size: auto 636px;
          background-size: auto 636px;
}

.service-item h1 {
  margin-bottom: 400px;
}

.service-item .card {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #65CCB9;
  padding: 145px 55px 40px;
  position: relative;
  max-width: 515px;
  margin: 0px auto 80px;
}

.service-item .card:before {
  background-image: url(../images/sprite.png);
  background-position: -82px -158px;
  width: 72px;
  height: 72px;
  top: 40px;
  left: 50%;
  margin-left: -36px;
}

.service-item .card p {
  color: #fff;
}

.service-item .btn {
  color: #65CCB9;
  background: #fff;
  border-color: #fff;
  padding: 12px 0;
  width: 246px;
  display: block;
  margin: 0px auto;
  font-size: 22px;
}

.service-item .btn:hover, .service-item .btn:focus {
  color: #fff;
  background: #65CCB9;
}

.bottom-block {
  background: url(../images/bg4.jpg) center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 65px 0 50px 0;
}

.question {
  position: relative;
  padding-left: 195px;
  margin-bottom: 60px;
}

.question:before {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 129px;
  height: 153px;
  top: 50%;
  margin-top: -70px;
  left: 0;
}

.question .hdl {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #fff;
  line-height: 36px;
}

.question p {
  color: #fff;
  margin-bottom: 0;
  line-height: 30px;
  font-size: 18px;
}

.claim-item {
  padding: 110px 40px 40px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  height: 338px;
  margin-bottom: 15px;
  text-align: center;
}

.claim-item:before {
  top: 24px;
  left: 50%;
}

.claim-item.online:before {
  background-image: url(../images/sprite.png);
  background-position: -286px 0px;
  width: 50px;
  height: 61px;
  margin-left: -30px;
}

.claim-item.person:before {
  background-image: url(../images/sprite.png);
  background-position: -159px -158px;
  width: 69px;
  height: 62px;
  margin-left: -31px;
}

.claim-item .title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500;
}

.claim-item p {
  text-align: center;
  font-size: 18px;
}

.claim-item .btn {
  font-size: 18px;
  padding: 16px 70px;
}

.claim-item.person .btn {
  border-color: #E2B8AC;
  background: #E2B8AC;
}

.claim-item.person .btn:hover, .claim-item.person .btn:focus {
  background: #fff;
  color: #E2B8AC;
}

.modal-dialog {
  width: 400px;
  max-width: 100%;
}

.modal-content {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #65CCB9;
  padding: 50px;
  position: relative;
}

.modal-content .close {
  display: block;
  position: absolute;
  z-index: 10;
  opacity: 1;
  width: 25px;
  height: 25px;
  top: 30px;
  right: 30px;
}

.modal-content .close:before {
  background-image: url(../images/sprite.png);
  background-position: -233px -158px;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
}

.modal-content .logo {
  margin-bottom: 20px;
}

.modal-logo {
  position: relative;
  width: 147px;
  height: 112px;
  margin: 50px auto 70px;
}

.modal-logo:before {
  background-image: url(../images/sprite.png);
  background-position: -134px 0px;
  width: 147px;
  height: 112px;
  top: 0;
  left: 0;
}

.modal-content .hdl {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 15px;
  color: #F4FDEC;
}

.modal-content p {
  color: #F4FDEC;
}

.modal-content .form-control {
  border-color: #C3E0DC;
  background: #96D8CC;
  color: #EFFAE9;
}

.modal-content .form-control::-webkit-input-placeholder {
  color: #EFFAE9;
  opacity: 1;
}

.modal-content .form-control::-moz-placeholder {
  color: #EFFAE9;
  opacity: 1;
}

.modal-content .form-control:-moz-placeholder {
  color: #EFFAE9;
  opacity: 1;
}

.modal-content .form-control:-ms-input-placeholder {
  color: #EFFAE9;
  opacity: 1;
}

.modal-content .form-control:hover,
.modal-content .form-control:focus {
  border-color: #8BD1C6;
  background: #7ACEBF;
}

.agree {
  margin-bottom: 25px;
}

.agree input {
  opacity: 0;
  display: block;
}

.agree label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  color: #EFFAE9;
  line-height: 15px;
  padding-left: 45px;
  position: relative;
}

.agree label:before {
  z-index: 1;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border: 2px solid #C2DFDB;
  background: #96D8CC;
}

.agree label:after {
  z-index: 2;
  opacity: 0;
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
  background: #EFFAE9;
}

.agree input:checked + label:after {
  opacity: 1;
}

.send-btn {
  width: 100%;
  color: #65CCB9;
  background: #fff;
  border: 2px solid #EBEBEB;
  padding: 14px 0;
  font-size: 18px;
}

.send-btn:hover, .send-btn:focus {
  background: #65CCB9;
  color: #fff;
  border-color: #EBEBEB;
}

.about-autor {
  padding: 30px 0;
}

.about-autor h1 {
  text-align: left;
}

.foto img {
  max-width: 100%;
}

.descr {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 25px;
}

.abt {
  font-size: 18px;
}

.abt .item {
  margin-top: 30px;
}

.abt .item .number {
  font-size: 60px;
  font-weight: 500;
  color: #65CCB9;
  margin-bottom: 5px;
  line-height: 60px;
}

.descript-autor {
  padding: 60px 0 30px;
  -webkit-box-shadow: inset 0 26px 17px -16px #DADEE1;
  box-shadow: inset 0 26px 17px -16px #DADEE1;
}

.descript-autor h2 {
  text-align: center;
}

.descript-autor .text {
  margin-bottom: 40px;
}

.desc-menu {
  text-align: center;
}

.desc-menu .headline {
  text-align: center;
  font-size: 24px;
}

.desc-menu .headline span {
  color: #65CCB9;
}

.desc-menu .item {
  text-align: left;
  position: relative;
  max-width: 340px;
  padding-top: 100px;
  font-size: 16px;
  margin-bottom: 70px;
}

.desc-menu .item:before {
  background-image: url(../images/sprite.png);
  background-position: 0px -158px;
  width: 77px;
  height: 77px;
  top: 0;
  left: 50%;
  margin-left: -38px;
}

/********************* Media queries ***********************/
@media (min-width: 767px) {
  .navbar-collapse,
  .navbar-collapse.collapse {
    display: inline-block !important;
    vertical-align: top;
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .top-nav li {
    margin-right: 25px;
  }
  .benefits .it3 {
    left: 200px;
  }
  .benefits .it4 {
    right: 100px;
  }
}

@media (max-width: 991px) {
  .top-nav {
    font-size: 12px;
    margin-right: 15px;
  }
  .top-nav li {
    margin-right: 15px;
  }
  .claim-btn {
    padding: 7px 15px;
    margin-right: 15px;
  }
  .hero {
    padding: 100px 0;
  }
  .teaser-block {
    padding: 45px 0;
  }
  .teaser-slider .img-box {
    width: 200px;
    height: 200px;
  }
  .teaser-slider .text {
    margin-left: 240px;
    padding-top: 20px;
  }
  .teaser-slider .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .benefits {
    padding: 45px 0;
  }
  .benefits .inner {
    -webkit-background-size: 45% 45%;
            background-size: 45%;
    height: 430px;
  }
  .benefits .item {
    width: 200px;
    line-height: 20px;
  }
  .benefits .item span {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .benefits .it1 {
    top: 50px;
  }
  .benefits .it2 {
    top: 50px;
  }
  .benefits .it3 {
    left: 100px;
    top: 250px;
  }
  .benefits .it4 {
    top: 250px;
    right: 100px;
  }
  .promo-wrap {
    padding: 45px 0;
  }
  .art-item .img-box {
    margin-bottom: 20px;
  }
  .art-item .title {
    margin-bottom: 10px;
  }
  .techicues .text {
    padding: 20px 0 0 0;
  }
  .techicues .headline {
    margin-bottom: 20px;
  }
  .techicues a,
  .techicues .item {
    margin-bottom: 25px;
  }
  .services .img-box {
    width: 250px;
    height: 250px;
  }
  .services .text {
    margin-left: 290px;
    padding-top: 0;
  }
  .slide .img-box {
    width: 326px;
    height: 326px;
  }
  .slide .text {
    margin-left: 365px;
    padding-top: 50px;
  }
  .info {
    padding-top: 0;
  }
  .services .text-right {
    text-align: left;
    margin-top: 10px;
  }
  .foto {
    margin-bottom: 20px;
  }
  .desc-menu .item {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .header {
    padding-top: 50px;
  }
  .header .collapse-btn {
    position: absolute;
    top: 12px;
    left: 10px;
  }
  .header .claim-btn {
    position: absolute;
    top: 6px;
    left: 65px;
  }
  .header .socially {
    position: absolute;
    top: 8px;
    right: 10px;
  }
  .header .socially a {
    margin: 0;
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .header .left,
  .header .right {
    float: none;
  }
  .top-nav {
    display: block;
    margin-right: 0;
  }
  .top-nav li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .top-nav li:last-child {
    border-bottom: 0;
  }
  .top-nav li a {
    display: block;
  }
  .header .navbar-collapse.collapse,
  .header .navbar-collapse {
    padding: 0;
  }
  .hero .logo img {
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .hero {
    padding: 10px 0;
  }
  .teaser-block {
    padding: 20px 0;
  }
  .teaser-slider {
    padding: 0;
  }
  .services .img-box {
    margin: 0px auto;
    float: none;
  }
  .services .text {
    padding-top: 5px;
    margin-left: 0;
    text-align: center;
  }
  .services .text-right {
    text-align: center;
  }
  .services {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .slide.services {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .slick-dots {
    display: block;
    text-align: center;
    font-size: 0;
    padding: 0;
    list-style: none;
    margin: 10px 0 0 0;
  }
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
  }
  .slick-dots li button {
    border: 1px solid #65CCB9;
    padding: 0;
    background: #F1FAE9;
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .slick-dots .slick-active button {
    background: #65CCB9;
  }
  .benefits {
    padding: 20px 0;
  }
  .headline {
    font-size: 22px;
    text-align: center;
    line-height: normal;
    margin-bottom: 15px;
  }
  .benefits p {
    margin-bottom: 15px;
  }
  .benefits p br {
    display: none;
  }
  .benefits .inner {
    height: auto;
  }
  .benefits .item {
    width: auto;
    position: static;
    margin-bottom: 15px;
  }
  .promo-wrap {
    padding: 20px 0;
  }
  .headline {
    margin-top: 0;
  }
  .promo-card {
    display: block;
    padding-top: 60px;
  }
  .promo-card:before {
    top: 20px;
  }
  .promo-card .hdl {
    margin-bottom: 0;
  }
  .promo-card p {
    margin-bottom: 20px;
  }
  .articles {
    padding: 20px 0;
  }
  .techicues {
    margin-bottom: 15px;
  }
  .techicues .text {
    text-align: center;
    padding: 20px;
  }
  .techicues a,
  .techicues .item {
    margin-bottom: 20px;
    position: relative;
    max-width: none;
  }
  .techicues a:before,
  .techicues .item:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    background: #65CCB9;
  }
  .techicues .more {
    font-size: 18px;
    margin-bottom: 0;
  }
  .techicues .more:before {
    display: none;
  }
  .form {
    padding: 20px 0;
  }
  .form .form-group {
    margin-bottom: 15px;
  }
  .footer {
    padding: 5px 0;
  }
  .footer .text-center {
    text-align: left;
  }
  .footer .logo {
    margin-top: 7px;
  }
  .benefits .inner {
    -webkit-background-size: 30% 30%;
            background-size: 30%;
  }
  .main {
    padding: 20px 0;
  }
  .main .art-item {
    margin-bottom: 20px;
  }
  h1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .text-block {
    padding: 15px;
  }
  .text-menu li {
    margin-bottom: 10px;
  }
  .works .item {
    margin-bottom: 20px;
  }
  .service-item {
    padding: 20px;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .service-item h1 {
    margin-bottom: 15px;
  }
  .service-item .card {
    padding: 60px 15px 15px;
    width: auto;
    margin-bottom: 20px;
  }
  .service-item .card:before {
    top: -2px;
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .bottom-block {
    padding: 20px 0;
  }
  .question {
    padding-top: 80px;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .question:before {
    top: 20px;
    left: 50%;
    margin-left: -65px;
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .question .hdl {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .question p {
    font-size: 16px;
    line-height: 28px;
  }
  .claim-item {
    padding: 100px 20px 20px;
  }
  .modal-dialog {
    width: auto;
  }
  .modal-content {
    padding: 40px 20px 20px;
  }
  .abt .item {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .abt .item .number {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .descript-autor {
    padding: 20px 0;
  }
  .desc-menu .item {
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 40px;
    overflow: hidden;
    max-width: none;
  }
  .desc-menu .item:before {
    left: -20px;
    top: -20px;
    margin-left: 0;
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  .media div[class^="col-"]:last-child img{
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .benefits .inner {
    -webkit-background-size: 45% 45%;
            background-size: 45%;
  }
}

@media (max-width: 500px) {
  .works div[class^="col-"] {
    width: 100%;
  }
}




.text-wrapper{
	max-width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

.text-wrapper p{
	font-size: 18px;
	line-height: 28px;
}

.works .item > span:first-child{
	height: 80px;
	display:flex;
	text-align: center;	
	align-items: center;
}

.works .item > span a{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.works .item {
    margin-bottom: 30px;
}


.flex-row{
	display: flex;
	 align-items: center;
  justify-content: center;
}

.techicues .text {
    padding: 0px 0 0 40px;
}

.psyhoz{
	padding-left: 86px;
}

@media (max-width: 1075px){
	.psyhoz {
    	padding-left: 26px;
	}
}

.media{
  padding: 30px 0 70px 0;
  text-align: center;  
}

.media img{
  display: inline-block;
}