* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
main {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
.clear {
  clear: both;
}
b {
  font-weight: 700;
}
a {
  text-decoration: none;
}
body {
  scroll-behavior: smooth;
  font-family: sans-serif;
  font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  background: #d2c1ba;
  font-weight: 300;
}
.btn,
.figure1__icon,
.icon,
.inb,
.link,
[class*=icon--] {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  /* -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
}
.header {
  background: #fff;
  margin: 0 auto;
  margin-left: auto !important;
}
.flex {
  display: flex;
  align-items: stretch;
  flex: 0 1 auto;
}
.boxes {
  width: 20%;
  position: absolute;
  z-index: 10;
  top: 10%;
  left: 40%;
}
@media screen and (max-width: 1023px) {
  .boxes {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .boxes {
    top: 1%;
  }
}
img {
  width: 100%;
}
li {
  list-style-type: none;
  padding: 1px 0;
}
#my-slider {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ism-caption {
    display: none;
  }
}
.header--menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 20px 40px 20px 40px;
  background: #281f22;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header--menu {
    padding: 10px 20px 10px 24px;
  }
}
.header--menu a {
  color: #fff;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 767px) {
  .header--menu a {
    font-size: 10px;
  }
}
.header--menu > a {
  margin: 6px 0;
}
@media screen and (max-width: 767px) {
  .header--menu > a {
    margin: 1px 0;
  }
}
.header--name_romb img {
  transform: rotate(0deg);
}
.header--name_text {
  max-width: 100%;
  transform: rotate(-45deg) scale(1.42);
  z-index: -1;
  position: relative;
  color: #fff;
  text-align: center;
}
section {
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
}
.section--1 {
  order: 3;
}
.section--3 {
  max-width: 100%;
}
.services {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 567px) {
  .services {
    flex-direction: column;
  }
}
.services a {
  text-decoration: none;
  color: #281f22;
}
.services ul {
  margin-top: 12px;
  line-height: 23px;
  font-family: 'Montserrat', sans-serif;
}
.services__title {
  text-transform: uppercase;
  padding: 10px 0px 10px;
  letter-spacing: 3px;
  font-size: 20px;
}
.line {
  border-top: 1px solid #281f22;
  position: relative;
}
.line:after {
  border-radius: 6px;
  width: 6px;
  height: 6px;
  background: #281f22;
  position: absolute;
  content: "";
  top: -3px;
  right: 0;
}
.revers .line:after {
  left: 0;
}
.services--2 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 567px) {
  .services--2 {
    flex-direction: column;
  }
}
.services__text {
  padding-left: 20px;
}
@media screen and (max-width: 567px) {
  .services__text {
    text-align: center;
    margin-bottom: 20px;
  }
}
.revers .services__text {
  padding-left: 0px;
  padding-right: 20px;
}
.services__pic {
  flex-basis: 60%;
}
.revers,
.revers .line {
  text-align: right;
}
@media screen and (max-width: 567px) {
  .revers,
  .revers .line {
    text-align: center;
  }
}
.services__all {
  justify-content: flex-end;
}
.services__all ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 40px;
}
.services__all li {
  width: 30%;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .services__all li {
    width: 34%;
  }
}
.seo-text {
 padding:5px;
}
h1 {
 /* font-weight: 300;*/
  text-align: center;
  margin: 20px 0;
}
h2 {
  font-size: 18px;
  text-align: left;
  text-indent:5%;
}
p {
  margin-bottom: 10px;
  line-height: 22px;
}
.footer--bg {
  background: url(images/footer.jpg);
}
.footer__main {
  background: rgba(40, 31, 34, 0.9);
  padding: 20px;
}
.footer__main {
  display: flex;
  justify-content: space-around;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 767px) {
  .footer__main {
    flex-direction: column-reverse;
  }
}
footer a {
  color: #fff;
}
.footer__main .footer__right {
  /* flex-basis: 35%; */
}
.footer__main .footer__map {
  /*flex-basis: 50%;*/
  border: 12px solid #d2c1ba;
  padding: 20px;
}
.footer__right__title {
  text-transform: uppercase;
  padding: 10px 0px 10px;
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid;
}
.footer__right__title--phone {
  text-transform: uppercase;
  padding: 10px 0px 10px;
  letter-spacing: 3px;
  font-size: 18px;
  border-bottom: 1px dashed;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 567px) {
	.footer__right{
		display:block;
	}
	.footer__map{
		display:block;
	}
}


.title-tel a {
  margin: 6px 0;
  display: block;
}
.copy {
  margin: 20px auto 0;
  width: 80%;
  text-align: center;
  font-size: 12px;
}
.parallax {
  /* The image used */
  background-image: url("images/666.jpg");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section--4 {
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.paralax__inner {
  position: absolute;
  top: 30%;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.paralax__inner__block {
  background: rgba(211, 202, 205, 0.7);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
@media screen and (max-width: 567px) {
  .paralax__inner__block {
    width: 100px;
    height: 100px;
  }
}
.paralax__inner__block p {
  font-size: 40px;
}
@media screen and (max-width: 567px) {
  .paralax__inner__block p {
    font-size: 20px;
  }
}
.paralax__inner__block span {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 567px) {
  .paralax__inner__block span {
    font-size: 8px;
  }
}
#mobile-menu  {
    display: none;
  }
@media screen and (max-width: 567px) {
  #mobile-menu  {
    display: block;
  }
  #header-menu-1  {
    display: none;
  }
}


/*

.mixin (@a) when (lightness(@a) >= 50%) {
    .figure2__title{
        color: @color-black;
    }
    .figure2__text{
        color: @color-blue;
    }        
}

.mixin (@a) when (lightness(@a) < 50%) {
    .figure2__title{
        color: @color-yellow;
    }
    .figure2__text{
        color: @color-white;
    }
}

.mixin (@a) {
    background-color: @a;
}

.figure2__caption{
    .mixin (#eaecff);
    
    &:hover{
        .mixin (#171b33)
    }
}
*/
.logovb{
	height:32px;
	width:32px;
	background:url(images/viber.png) no-repeat;
	background-position:center;
}
.logowa{
	height:32px;
	width:32px;
	background:url(images/whatsapp.png) no-repeat;
	background-position:center;
}
.logoks{
	height:30px;
	width:30px;
	background: url(images/kyivstar.png) no-repeat;
	background-size:70%;
	background-position:center;
}
.logolf{
	height:20px;
	width:40px;
	background: url(images/life.png) no-repeat;
	background-size:cover;
	background-size:70%;
	background-position:center;
}
.logomt{
	height:30px;
	width:30px;
	background: url(images/mts.png) no-repeat;
	background-size:cover;
	background-size:70%;
	background-position:center;
}
#tags_menu{
	/*border:5px outset;*/
}
#tags_menu a{
		display:block;
		font-weight:bold;
		color:blue;
		border-bottom:1px solid black;
}
#tags_menu a:hover{
	color:blue;
	text-decoration:underline;
}
.menu-phone{
	/*border:5px outset;*/
	margin:2px;
}
.menu-phone a{
	color: #00f;
	text-decoration: none;
	display: block;
	font-weight:700;
}
.menu-phone a:hover{
	text-decoration:underline;
}
 .phones a {
		color: #00f;
		text-decoration: none;
		display: block;
	}