html,
body,
p,
h1,
h2,
h3,
h4,
div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  background: url("../img/111.jpg") no-repeat;

}

a {
  cursor: default;
  text-decoration: none;
  color: black;
}

button {
  transition: all 0.5s;
  background-color: #008dc8;
  border: 0px;
  padding: 13px;
  border-radius: 5px;
  font-size: 15px;
  color: white;
  cursor: pointer;
}

button:hover {
  transition: all 0.5s;
  background-color: rgba(0, 141, 200, 0.9);
}

.hide {
  display: none;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  margin-top: 0;
  text-align: center;
}

.header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 15px;
  background-color: white;
}

.header-logo {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.header-logo p {
  font-size: 24px;
}

.header-logo img {
  width: 276px;
  height: 75px;
}

.header-logo__text {
  margin-top: 10px;
  color: black;
  line-height: 1em;
  margin-left: 15px;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-menu {
  padding-left: 0;
  font-size: 20px;
  list-style-type: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #008dc8;
  justify-content: center;
  margin-top: 20px;
  box-shadow: 10px 10px 29px -6px rgba(0, 0, 0, 0.51);
}

.header-menu__item {
  transition: .3s all;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}

.header-menu__item a {
  padding-top: 20px;
  padding-bottom: 15px;
  color: white;
  font-weight: 500;
  cursor: pointer;
  font-weight: 300;
}

.header-menu__item:hover {
  background-color: white;
}

.header-menu__item:hover a {
  color: black;
}

.header-numbers {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  font-size: 21px;
  flex-grow: 0;
  color: black;
}

.header-numbers__number {
  margin-right: 15px;
}

.header-soc {
  flex-grow: 0;
  margin-top: 5px;
}

.header-soc a {
  width: 0;
}

.header-soc a:nth-child(1) {
  margin-right: 5px;
}

.header-soc img {
  width: 60px;
  cursor: pointer;
}

.header-adres {
  flex-grow: 1;
  text-align: center;
}

.header-adres p {
  width: 400px;
  font-size: 18px;
}

.active_punkt {
  background-color: white;
}

.active_punkt a {
  color: black;
  background-color: white;
}

.main {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.main-slider {
  width: 1100px;
  height: 400px;
}

.main-slider img {
  width: 100%;
  height: 400px;
}

.main-slider__slid__block {
  position: absolute;
  width: 320px;
  height: 80%;
  top: 35px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  margin-left: 35px;
  padding-top: 20px;
  z-index: 4;
}

.main-slider__slid__block h3 {
  text-align: center;
  padding-top: 10px;
}

.main-slider__slid__block p {
  position: relative;
  text-align: justify;
  margin-top: 20px;
  margin-left: 35px;
  margin-right: 25px;
}

.main-slider__form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  position: relative;
  z-index: 5;
  background-color: #008dc8;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 10px 10px 29px -6px rgba(0, 0, 0, 0.51);
  background: url("../img/bg/gre.jpg") no-repeat;
  background-size: cover;
}

.main-slider__form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
 
  z-index: 6;
}

.main-slider__form input {
  position: relative;
  z-index: 7;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 10px;
  outline: none;
  text-align: center;
}

.main-slider__form button {
  position: relative;
  z-index: 7;
  outline: none;
  background-color: orange;
  color: white;
  border: 1px solid orange;
  border-radius: 8px;
  pointer-events: auto;
  text-decoration: none;
  font-size: 20px;
  padding: 15px;
  padding-left: 60px;
  padding-right: 60px;
}

.main-slider__form button:hover {
  background-color: white;
  color: black;
}

.info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  z-index: 5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.info-title {
  text-align: center;
  flex-basis: 100%;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}

.info-title:after {
  position: relative;
  display: block;
  content: '';
  height: 1px;
  background-color: black;
  width: 450px;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.info-title img {
  width: 500px;
}

.info-block {
  text-align: justify;
  flex-basis: 24%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.info-block__subtitle {
  text-align: center;
}

.info-block img {
  width: 100%;
  height: 100%;
}

.info-block__button {
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.info-block__button:hover {
  background-color: white;
  color: black;
}

.info-block__img {
  display: flex;
  position: relative;
  z-index: 0;
}

.info-block__img__block {
  position: absolute;
  top: 76%;
  z-index: 3;
  margin: 25px;
  transition: all .8s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.info-block__img__block p {
  font-weight: 700;
  font-size: 20px;
  color: white;
  text-align: left !important;
}

.info-block__img__block span {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: white;
  text-align: left;
  color: white;
  text-align: left;
}

.info-block__img__block button {
  margin-top: 15px;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 8px;
  pointer-events: auto;
}

.info-block__img__block .-O {
  margin-left: 15px;
}

.info-block__img:hover .info-block__img__block {
  top: 3%;
  -webkit-transform: none;
  transform: none;
}

.info-block__img img {
  position: relative;
  z-index: 1;
}

.info-block__img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  
  z-index: 2;
}

.info-block__text {
  display: none;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}

.-O {
  margin-left: 5px;
}

.app {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: top;
  padding-top: 60px;
  z-index: 4;
}

.app-title {
  text-align: center;
  flex-basis: 100%;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.app-title:after {
  position: relative;
  display: block;
  content: '';
  height: 1px;
  background-color: black;
  width: 450px;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.app-title img {
  width: 500px;
}

.app-box {
  flex-basis: 35%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  border-radius: 5px;
}

.app-box h3 {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  font-size: 30px;
}

.app-box li {
  margin-top: 15px;
  text-align: left;
  list-style-type: decimal;
}

.app-box img {
  margin-top: 15px;
  width: 30%;
  height: 25%;
}

.app-box ul {
  height: 260px;
}

footer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  height: 60px;
  background-color: #008dc8;
}

footer p {
  font-size: 18px;
  margin-top: 20px;
  color: white;
}

.flex-slider {
  position: relative;
  margin-top: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
}

.flex-slider__title {
  position: absolute;
  font-size: 52px;
  width: 100%;
  color: white;
  top: 10%;
  z-index: 5;
  text-align: center;
  font-weight: 700;
}

.flex-slider__element {
  position: relative;
  transition: all .4s;
  height: 400px;
  flex-basis: 20%;
}

.flex-slider__element img {
  position: relative;
  width: 1280px;
  height: 720px;
  z-index: 0;
}

.flex-slider__element:hover {
  flex-basis: 70%;
  background-color: rgba(0, 0, 0, 0);
}

.flex-slider__element-1 {
  background: url("../img/aboutas/me.jpg") center no-repeat;
  background-size: cover;
}

.flex-slider__element-2 {
  background: url("../img/aboutas/me1.jpg") center no-repeat;
  background-size: cover;
}

.flex-slider__element-3 {
  background: url("../img/aboutas/me2.jpg") center no-repeat;
  background-size: cover;
}

.flex-slider__element-4 {
  background: url("../img/aboutas/me3.jpg") center no-repeat;
  background-size: cover;
}

.flex-slider__element-5 {
  background: url("../img/aboutas/me4.jpg") center no-repeat;
  background-size: cover;
}

.contacts {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.contacts-title {
  flex-basis: 100%;
  text-align: center;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 30px;
}

.contacts-title:after {
  position: relative;
  display: block;
  content: '';
  height: 1px;
  background-color: black;
  width: 150px;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.contacts-info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.contacts-info__map {
  flex-basis: 50%;
}

.contacts-info__numbers {
  flex-basis: 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.contacts-info__numbers__line {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-basis: 100%;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 30px;
}

.contacts-info__numbers__line:nth-child(1) {
  border-bottom: 1px solid #008dc8;
}

.contacts-info__numbers__line:nth-child(2) {
  border-bottom: 1px solid #008dc8;
}

.contacts-info__numbers__line p {
  font-size: 18px;
}

.contacts-info__numbers__line p:nth-child(1) {
  width: 100px;
  color: red;
}

.contacts-info__numbers__line p:nth-child(2) {
  width: 250px;
}

.contacts-info__numbers__line img {
  width: 42px;
  height: 42px;
  margin-left: 20px;
}

.left {
  text-align: left;
  margin-left: 25px;
}

.right {
  text-align: right;
}

.grey_bg {
  width: 100%;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: none;
}

.popup_form {
  padding: 20px;
  background: url("../img/bg/gb.jpg");
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 440px;
  width: 300px;
  margin: auto;
  margin-top: 15vh;
  border-radius: 5px;
}

.popup_form input {
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 20px;
}

.popup_form button {
  padding: 15px;
  font-size: 20px;
}

.popup_form_close {
  position: relative;
  bottom: 11%;
  left: 109%;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

.mask {
  opacity: 0;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  transition: all .3s;
}

.countries {
  position: relative;
  z-index: 10;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.countries-box {
  position: relative;
  background-color: blue;
  width: 270px;
  height: 180px;
  margin: 7px;
  cursor: pointer;
  z-index: 1;
  box-shadow: inset 0px -70px 70px 1px rgba(0, 0, 0, 0.7);
}

.countries-box:hover .mask {
  opacity: 1;
}

.countries-box__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 125px;
  height: 40px;
  color: white;
  font-size: 22px;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.countries-box img {
  position: absolute;
  left: 5;
  top: 0;
  z-index: 3;
}

.country {
  width: 800px;
  border: 2px solid #fde78e;
  margin-right: 20px;
  border-radius: 5px;
}

.country-title {
  margin-top: 70px;
  padding-bottom: 70px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.country-title p {
  font-size: 36px;
  font-weight: 700;
  margin-right: 10px;
}

.country-title img {
  margin-left: 10px;
}

.country-subtitle {
  font-size: 25px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}

.country-subtitle1 {
  font-size: 25px;
  font-weight: 700;
  margin-top: 20px;
  border-top: 1px solid black;
  padding-top: 20px;
  margin-bottom: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

.country-subtitle2 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 5px;
    border-top: 1px solid white;
    padding-top: 1px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;}

.country-list1 {
  width: 780px;
  font-size: 18px;
}

.country-list1 ul li {
  text-align: left;
  padding-top: 7px;
}

.country-list1 ul li span {
  font-weight: 700;
}

.country-list1 p {
  text-align: left;
}

.container-country {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  margin-top: 0;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.others {
  text-align: left;
  margin-left: 20px;
  border: 2px solid #fde78e;
  width: 300px;
  padding: 20px;
  border-radius: 5px;
}

.others p {
  font-weight: 700;
  font-size: 24px;
}

.others a {
  font-size: 22px;
  cursor: pointer;
}

.others a:hover {
  color: #fde78e;
}

.turviz {
    text-align: left;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 7px;
    margin-left: 22px;
    font-size: 17px;
}

#loading{
  background-color: #2980b9;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10;
  margin-top: 0px;
  top: 0px;
}
#loading-center{
  width: 100%;
  height: 100%;
  position: relative;
  }
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 118px;
  width: 118px;
  margin-top: -59px;
  margin-left: -59px;

}

.object{
  width: 20px;
  height: 20px;
  background-color: #FFF;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
  }
.object:nth-child(3n+0) {
  margin-right: 0px;
}


#object_one {
  -webkit-animation: animate 1s -0.9s ease-in-out infinite ;
  animation: animate 1s -0.9s ease-in-out infinite ;
  }
#object_two {
    -webkit-animation: animate 1s -0.8s ease-in-out infinite ;
  animation: animate 1s -0.8s ease-in-out infinite ;
  }
#object_three {
    -webkit-animation: animate 1s -0.7s ease-in-out infinite ;
  animation: animate 1s -0.7s ease-in-out infinite ;
  }
#object_four {
    -webkit-animation: animate 1s -0.6s ease-in-out infinite ;
  animation: animate 1s -0.6s ease-in-out infinite ;
  }
#object_five {
    -webkit-animation: animate 1s -0.5s ease-in-out infinite ;
  animation: animate 1s -0.5s ease-in-out infinite ;
  }
#object_six {
    -webkit-animation: animate 1s -0.4s ease-in-out infinite ;
  animation: animate 1s -0.4s ease-in-out infinite ;
  }
#object_seven {
    -webkit-animation: animate 1s -0.3s ease-in-out infinite ;
  animation: animate 1s -0.3s ease-in-out infinite ;
  }
#object_eight {
    -webkit-animation: animate 1s -0.2s ease-in-out infinite ;
  animation: animate 1s -0.2s ease-in-out infinite ;
  }
#object_nine {
    -webkit-animation: animate 1s -0.1s ease-in-out infinite ;
  animation: animate 1s -0.1s ease-in-out infinite ;
  }

@-webkit-keyframes animate {
 

  50% {
  -ms-transform: scale(1.5,1.5); 
    -webkit-transform: scale(1.5,1.5); 
    transform: scale(1.5,1.5); 
    }
 
  100% {
  -ms-transform: scale(1,1); 
    -webkit-transform: scale(1,1); 
    transform: scale(1,1); 
    }

}

@keyframes animate {
  50% {
  -ms-transform: scale(1.5,1.5); 
    -webkit-transform: scale(1.5,1.5); 
    transform: scale(1.5,1.5); 
    }
 
  100% {
  -ms-transform: scale(1,1); 
    -webkit-transform: scale(1,1); 
    transform: scale(1,1); 
    }
  
}
