.arrow_services_main:hover {
  transform: scale(1.2)!important;
  color: #67c1e4;
}

.arrow_services_main span:hover {
  transform: scale(1.15);
}

.arrow_services_main {
  font-size: 2.5vmin;
  cursor: pointer;
  color: #67c1e4;
  position: absolute;
  border: 2px solid #67c1e4;
  border-radius: 20px;
  right: 2.5%;
  top: 86%;
  text-align: center;
  zoom: 1.75;
  transition-duration: .5s;
  animation: test 5s 0s infinite ease;
  /* name duration_circle delay circle_count type_view */
}

@keyframes test {
  0% {
    border-right: 2px solid transparent;
    border-bottom: 4px solid #67c1e4;
    border-left: 2px solid transparent;
    border-top: 4px solid #67c1e4;
  }
  25% {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
  }
  50% {
    border-right: 2px solid transparent;
    border-bottom: 4px solid #67c1e4;
    border-left: 2px solid transparent;
    border-top: 4px solid #67c1e4;
  }
  75% {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
  }
  100% {
    border-right: 2px solid transparent;
    border-bottom: 4px solid #67c1e4;
    border-left: 2px solid transparent;
    border-top: 4px solid #67c1e4;
  }
}

/*//////////////////////////////////////////////////////////////////////////*/

.gal_block {
  text-align: center;
  margin-left: 3%;
  float: none!important;
}

#carousel_row {
  overflow-x: hidden;
  padding-bottom: 10px;
}

.main_block {
  position: relative;
  padding: 10px 10%;
}

.main_block[name='main_block_1'] {
  padding-bottom: 75px;
}

.main_block[name='main_block_2'] {
  padding-bottom: 75px;
}

.main_block[name='main_block_3'] {
  padding-bottom: 80px;
}

.main_quote {
  overflow-x: hidden;
  margin: 1.5% 0;
  margin-left: 15%;
  text-align: center;
  float: right;
}

.main_quote blockquote {
  border: none;
  text-align: right;
  margin: 0 0;
  color: #889999;
  padding-top: 10px;
}

.main_quote blockquote b em {
  font-size: 15px!important;
  border-top: 1px solid rgba(80, 80, 80, .2);
  padding-top: 10px;
}

.main_quote blockquote footer {
  font-size: 15px!important;
}

.main_img_block {
  text-align: center;
  float: none!important;
  display: inline-block;
}

.main_img_block img {
  /*border: 1px solid #67c1e4;*/
  filter: grayscale(1);
  height: 30vmin;
  width: 15vmin;
}

@media screen and (max-width: 768px) {
  .main_img_block img {
    height: 20vmin;
    width: 10vmin;
  }
}

@media screen and (min-width: 1000px) {
  .main_img_block img {
    height: 30vmin;
    width: 15vmin;
  }
}

.main_img_block img:hover {
  filter: grayscale(0);
}

.glyphicon:hover {
  transition-duration: 0.7s;
  transform: scale(1.5);
}

/*///////////////////HOT FIX MAIN//////////////////////////*/

.panel-footer {
  background-color: inherit!important;
  border: none!important;
  /*font-size: 2.5vmin;*/
}

.main_block_text_united {
  /*font-size: 2.5vmin;*/
  text-align: center;
  color: #889999;
}

.main_block_text_united li {
  /*font-size: 2.5vmin;*/
  padding-bottom: 15px;
  line-height: 1.4;
}

.main_block_text_united ul {
  /*font-size: 2.5vmin;*/
  text-align: justify;
}

.main_block[name='main_block_3'] ul {
  list-style-image: url("../img/circle_test-25x25.png");
}

.main_block_text_united h3 {
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  background-color: #67c1e4;
  padding: 15px 5px;
  margin: 10px 0px;
  font-weight: bold;
}

.main_block_text_united h3 kbd {
  font-family: 'Custom', "Helvetica Neue", Helvetica, Roboto, Arial !important;
  background-color: #fff;
  color: #67c1e4;
}

.colortext {
  font-weight: bold;
  color: #88b04b;
}

.main_block_united {
  padding-bottom: 50px;
}

/*///////////////////////////////////////////////////////////*/

.main_title_text {
  float: none;
  text-align: center;
  transition-duration: 1s;
}

.main_block_text {
  padding: 10px 0;
  /*font-size: 2.5vmin;*/
}

@media screen and (max-width: 410px) {
  .main_title_text {
    font-size: 5.5vmin;
  }
  .main_block_text {
    /*font-size: 2.5vmin;*/
  }
  .main_block_text_united h3 {
    font-size: 4.5vmin;
  }
}

.services_title {
  visibility: hidden;
  float: left;
  padding-left: 5.5vmin;
  font-size: 12vmin!important;
}

.goog-tooltip {
  visibility: hidden!important;
}

.chart_div {
  float: right;
  margin-bottom: 3vmin;
  position: relative;
  text-align: center;
  border: 1px solid #c1c9cc;
}

.chart_div p {
  font-size: 2.5vmin;
  color: #889999;
}

.chart_div b {
  color: #67c1e4;
  transition-duration: 1.2s;
  display: block;
  font-size: 6vmin;
  text-align: center;
  vertical-align: middle;
}

.chart_button {
  min-height: 10vmax;
  width: 100%;
  font-size: 2.5vmin;
  float: left;
}

.services_row_block {
  /*position: relative;*/
}

.services_container_block {
  float: left;
  position: relative;
  min-height: 400px!important;
}

.services_content_block button a {
  text-decoration: none;
}

.services_content_block {
  text-align: center;
  min-height: 50vmax!important;
}

.error_404_middle {
  margin: 0PX 0PX 0PX 0PX;
  position: relative;
  min-width: 100%;
  min-height: 100%;
  color: whitesmoke;
  text-align: center;
  background-color: #88b04b;
}

.error_404_middle div {
  font-size: 35px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.error_404_middle button {
  color: #88b04b;
  font-size: 36px;
  background-color: white;
  border-radius: 0;
  border: none;
}

.animation_error {
  top: 60%;
  position: fixed;
  max-height: 100px;
  min-width: 100%;
  background-color: red;
}

.animation_error img {
  overflow: hidden;
  filter: hue-rotate(200deg);
  max-width: 3%;
  max-height: 3%;
}

.behind_animation_error {
  color: white;
  top: 71%;
  position: fixed;
  max-height: 100px;
  min-height: 300px;
  min-width: 100%;
  background-color: #67c1e4;
}

.main_pattern_blog_block {
  padding-bottom: 50px;
  padding-right: 25px;
  padding-left: 25px;
}

.main_blog_block {
  padding-right: 50px;
  padding-left: 50px;
  min-height: 750px;
}

.middle_blog_pattern_block, .left_blog_pattern_block, .right_blog_pattern_block {
  height: 90%;
}

.middle_blog_pattern_block {
  overflow: hidden;
  min-height: 800px !important;
}

@media screen and (max-width: 500px) {
  .middle_blog_pattern_block {
    font-size: 4vmin;
  }
}

.middle_blog_pattern_block .hover-shadow {
  border-radius: 8px;
  padding-right: 25px;
  float: left;
}

.middle_blog_block {
  padding-bottom: 50px;
  padding-top: 50px;
  display: inline-block;
  position: relative;
  height: 100%;
}

.middle_blog_content .panel-default {
  cursor: pointer;
}

.middle_blog_content {
  overflow: hidden;
  display: block;
  position: relative;
  text-align: center;
  border: none!important;
  background-color: white;
  text-overflow: ellipsis;
}

.middle_blog_content img {
  border-radius: 8px;
  max-height: 100%;
  max-width: 100%;
}

.middle_blog_content img:hover {
  animation: middle_blog_content_img_jiggle 500ms linear;
}

@keyframes middle_blog_content_img_jiggle {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(1.1);
  }
  66% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.badge.freshNews{
  font-size: 15px;
  position: absolute;
  top: 12%;
  left: 10%;
}

.middle_blog_content .panel-heading {
  font-weight: bold;
  border-bottom: none!important;
  color: #fff!important;
  background-color: #67c1e4!important;
  display: inline-block;
  padding-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 100%;
  max-width: 100%;
}

.middle_blog_content p {
  word-break: break-all;
  line-height: 1.42857143;
  font-size: 18px;
  position: relative;
  text-align: justify;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.middle_blog_block h2 {
  color: #67c1e4;
  min-width: 100%;
  vertical-align: middle;
  position: static;
  display: inline-block;
  text-align: center;
}

.middle_blog_block h1 {
  visibility: hidden;
  font-size: 12vmin;
  padding-left: 15px;
  white-space: nowrap;
}

.middle_blog_pattern_block h1 {
  padding-bottom: 25px;
  white-space: pre-line;
  font-size: 8vmin;
}

.modal_callback_row {
  color: #636363;
}

.modal_callback_row [type='text']:focus, .modal_callback_row [type='text'] {
  height: 3.4rem;
  color: #363636;
  font-size: 1.5rem;
  font-weight: bold;
}

.contact_block {
  text-align: center;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  background-color: white;
  color: #88B04B;
  display: block;
}

.contact_block {
  text-align: center;
  vertical-align: middle;
  color: #67c1e4;
  overflow: hidden;
  word-break: normal;
}

.block_wrapper_map {
  transition-duration: 1.2s;
  padding-top: 5%;
  filter: hue-rotate(180deg);
  opacity: 0.2!important;
  content: url(../img/e_Kiew.jpg);
  text-align: center;
  vertical-align: middle;
  display: block;
  height: 106%;
  position: absolute;
  width: 100%;
  background-color: white;
  z-index: 5;
  color: #67c1e4;
}

.block_left_img, .block_right_img {
  max-height: 100%;
  max-width: 100%;
}

.map_row {
  height: 400px;
  position: relative;
}

.contactPhone {
  height: 100%;
  position: relative;
  background-color: #88b04b;
  color: white;
}

label.error {
  font-size: 1.5rem;
  color: red;
}

label.valid {
  font-size: 1.5rem;
  color: #3c763d;
}

button[name='modal_callback_send_button'] {
  float: left;
  background-color: #88b04b;
  border: none!important;
}

button[name='modal_callback_send_button']:hover, button[name='modal_callback_send_button']:focus, button[name='modal_callback_send_button']:active {
  background-color: #67c1e4;
  float: left;
  border: none!important;
}

.phone_block {
  float: right!important;
  padding: 0.85em 1em;
  user-select: text;
  background-color: #88b04b;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

.phone_block p {
  font-size: 2.5rem;
  text-indent: 0!important;
  margin: 0 0;
  padding: 0.85rem 1rem;
}

.callback_button {
  background-color: #67c1e4!important;
  border-radius: 10px;
  border: 4px solid white;
  padding-left: 0rem;
  padding-right: 0rem;
  margin: 0 0;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 6vmin!important;
  animation: callback_button_pop 2s 1s infinite ease;
}

@keyframes callback_button_pop {
  0%: {
    transform: scale(1);
    background-color: #67c1e4;
  }
  50% {
    transform: scale(1.01);
    background-color: #2ba6cb;
  }
  75% {
    transform: scale(1.02);
    background-color: #2ba6cb;
  }
  100% {
    transform: scale(1);
    background-color: #67c1e4;
  }
}

.collapseTextLorem {
  background-color: #67c1e4;
  color: white;
  position: relative;
  text-align: center;
  display: none;
  padding: 5px 5px 5px 5px;
}

.contactMail_zoom {
  overflow: visible;
  height: auto;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  zoom: 115%;
}

.contactMailDiv {
  user-select: text;
  min-height: 3.5vmin!important;
  position: relative;
  font-size: 2.5vmin;
}

#map {
  margin-top: 5%;
  width: 100%;
  height: 90%;
}

#containerContacts .row .col p {
  color: #67c1e4;
}

#contactTitle {
  visibility: hidden;
  font-size: 10vmin;
  padding-left: 30px;
}

#containerContacts {
  padding-top: 5%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  /*margin-bottom: 5%;*/
}

.contact_row {
  min-height: 100%;
}

.contact_row p {
  line-height: 1.42857143;
  font-size: 2.52vmin;
  overflow: hidden;
  word-wrap: break-word;
  color: #889999;
}

.contact_row h2 {
  font-size: 4vmin;
  overflow: hidden;
  word-wrap: break-word;
  color: #88B04B;
}

.contact_row h1 {
  min-height: 1vmin;
  font-size: 4vmin;
  color: #67C1E4;
}

@media screen and (min-width: 768px) {
  .services_container_block {
    min-height: 600px!important;
  }
  .contact_row h1 {
    margin: auto;
    min-height: 14vmin;
    font-size: 4vmin!important;
    color: #67C1E4;
  }
  .contact_row h2 {
    font-size: 4vmin!important;
  }
}

.img_flip {
  max-height: 400px;
  width: auto;
  filter: grayscale(100%);
}

#fullscreen-wrapper {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
}

#fullscreen-wrapper-content {
  background-image: url("../img/blue-bubbles-wallpaper.jpg");
  text-align: center;
  position: absolute;
  display: none;
  opacity: 1;
  min-width: 100%;
  min-height: 100%;
}

#fullscreen-wrapper-content img {
  position: relative;
  padding-top: 5%;
  opacity: 1;
  display: block;
  margin: 0 auto;
}

#fullscreen-wrapper-content h1 {
  color: #024a68;
  margin-top: 5%;
}

.container {
  text-align: center;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand>img {
  height: 100%;
  width: auto;
}

p {
  line-height: 1.42857143;
  text-align: justify;
  text-indent: 5%;
}

#col0 {
  z-index: 3;
  position: relative;
}

#col0back {
  z-index: 1;
  position: relative;
}

#collectionsOfShapes {
  margin-bottom: 5%;
  margin-top: 2.5%;
}

.socialBtn {
  background-color: #67c1e4!important;
}

.socialBtn img {
  transition-duration: 0.5s;
  width: 75%;
  height: 75%;
  border-radius: 20%;
}

.socialBtn img:hover {
  transition-duration: 0.5s;
  transform: scale(1.5);
}

@keyframes socialBtn_jiggle {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  66% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

#footerContent {
  background-color: #67c1e4;
  line-height: 27px;
  padding-top: 0;
  position: relative;
  width: 100%;
}

.collapseText {
  /*background-color: #88b04b;*/
  background-color: white;
  color: #889999;
  transition-duration: 1.2s;
  padding: 5% 5%;
  /*font-size: 2.5vmin;*/
  position: relative;
  text-align: justify;
  display: none;
}

#collectionsOfShapes {
  text-align: center;
  padding-bottom: 5%;
}

#collectionsOfShapes div img {
  max-width: 10vmin;
  height: 5%;
  border: 0 none;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

.geo_shapes {
  /* change to recolor shapes */
  filter: hue-rotate(0deg);
  opacity: 1;
  margin-right: 5%;
  margin-left: 5%;
  display: inline;
}

.geo_shapes_img:hover {
  animation: geo_jiggle 1500ms linear;
}

@keyframes geo_jiggle {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(1.3);
  }
  66% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}

@font-face {
  font-family: 'Custom';
  /*a name to be used later*/
  src: url('../fonts/pt-sans/PTS55F.ttf');
  /*URL to font*/
}

body {
  /*user-select: none;*/
  font-weight: lighter;
  font-family: 'Custom', "Helvetica Neue", Helvetica, Roboto, Arial !important;
  height: 100%;
  position: relative;
  text-align: justify;
  font-size: 18px;
  color: #889999;
}

.floating-box {
  color: whitesmoke;
  display: inline-block;
  margin: 1.25%;
}

.small-12 {
  text-align: center;
}

/*menu roll on scroll*/

nav.navbar.navbar-inverse {
  transition-duration: 1.5s;
}

.f-nav {
  /* To fixed postition of main menu container */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0!important;
  background-color: #67c1e4!important;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  animation: f-nav-animation 350ms ease-out;
}

.f-nav a {
  /* To fixed postition of main menu container */
  color: whitesmoke !important;
}

.f-nav a:hover, .f-nav a:focus {
  /* To fixed postition of main menu container */
  color: #67c1e4 !important;
  background-color: whitesmoke !important;
}

.f-nav .navbar-nav>.active>a, .f-nav .navbar-nav>.active>a:focus, .f-nav .navbar-nav>.active>a:hover {
  color: #67c1e4!important;
  background-color: whitesmoke !important;
}

.f-nav .navbar-brand:hover {
  background-color: #337ab7 !important;
}

.f-nav .navbar-toggle {
  border-color: #fff !important;
}

.f-nav .navbar-toggle:hover {
  border-color: #fff !important;
  background-color: #337ab7 !important;
}

.f-nav .navbar-toggle .icon-bar {
  background-color: #fff !important;
}

.f-nav .navbar-toggle .icon-bar:hover {
  background-color: #fff !important;
}

@keyframes f-nav-animation {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0.3;
  }
  66% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.active_menu {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

/*carousel*/

.slide img {
  visibility: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.slide img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.btn-group .btn {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 2.25vmin;
  background-color: #88B04B;
  border: 2px solid white!important;
}

.btn-group .btn:hover {
  background-color: #67c1e4;
}

.btn-group .btn:active, .btn-group .btn:focus {
  background-color: #80d9ff;
}

/* polygon building buttons */

.col3angle {
  background-color: #67c1e4!important;
  -webkit-clip-path: polygon(0 70%, 0 0, 100% 0, 100% 70%, 50% 100%);
  clip-path: polygon(0 70%, 0 0, 100% 0, 100% 70%, 50% 100%);
}

.col3angle:hover {
  background-color: #80d9ff!important;
}

.col4angle {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
}

.title_before_carousel h1 {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-duration: 1.2s;
  font-size: 10vmin;
  text-align: center;
  padding: 6vmin 0!important;
}

.title_before_carousel kbd {
  background-color: #67c1e4;
  border-radius: 5px;
}

.fullscreen-bg {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  z-index: 5;
  margin: 0 auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 55%;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

.fullscreen-bg-hide {
  padding-top: 0;
  opacity: 0;
  -webkit-transform: translateY(-100%) scale(0.9);
  transform: translateY(-100%) scale(0.9);
}

.fullscreen-bg__video {
  filter: hue-rotate(340deg);
  width: 100%;
  opacity: 1;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

#videoNote h1 {
  text-align: center;
  color: whitesmoke;
  font-size: 10vmin;
  margin-top: 20%;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

@media screen and (max-width: 410px) {
  #videoNote h1 {
    font-size: 7.5vmin;
    margin-top: 15%;
  }
}

@media screen and (max-width: 900px) {
  #videoNote h1 {
    font-size: 8vmin;
    margin-top: 15%;
  }
}

#videoNote .button {
  z-index: 5;
  vertical-align: middle;
  font-size: 3vmin;
  width: 30%;
  opacity: 1;
  margin-left: 35%;
}

.footer {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.footer:hover {
  opacity: 1!important;
}

.copyright {
  padding-top: 3%;
  bottom: 0;
  color: whitesmoke;
}

/*labels*/

h2 {
  color: #88B04B !important;
}

.button {
  background-color: #88B04B;
}

.button:hover {
  background-color: #67c1e4!important;
}

.img_flip {
  transition-duration: 1.2s;
}

@media screen and (min-width: 300px) {
  .chart_button {
    min-height: 5vmax;
  }
  .main_pattern_blog_block {
    padding-right: 15px!important;
    padding-left: 15px!important;
  }
  .main_blog_block {
    padding-right: 5px!important;
    padding-left: 5px!important;
  }
  .animation_error {
    font-size: 20px!important;
  }
  .middle_blog_pattern_block img {
    max-width: 100%!important;
    height: auto!important;
    border: 10px solid white;
    float: left;
    clear: left;
  }
  .middle_blog_pattern_block .hover-shadow {
    padding-right: 0px;
    max-width: 85%;
  }
  .middle_blog_block h1 {
    padding-left: 0px;
    text-align: center;
  }
  .contact_row h1 {
    font-size: 6vmin;
  }
  .contact_row h2 {
    font-size: 5.5vmin;
  }
  .contactMailDiv {
    font-size: 4vmin;
  }
  .img_flip {
    max-height: 100vmin;
  }
  .contact_row p, .contact_row a {
    font-size: 3.5vmin;
  }
  ul {
    line-height: 2.4;
  }
  .legend {
    margin-bottom: 0px;
    display: block;
  }
  .navbar-brand {
    height: 50px!important;
  }
  .geo_shapes {
    margin-right: 3%;
    margin-left: 3%;
  }
  /*.slick-slide img {
    max-width: 50%;
  }*/
  .socialBtn img {
    width: 60%;
    height: 60%;
  }
  .socialBtn {
    margin-bottom: 0;
    padding-bottom: 3%;
    padding-top: 3%;
  }
}

@media screen and (min-width: 410px) {
  .animation_error {
    font-size: 25px!important;
  }
  /*.slick-slide img {
    max-width: 50%;
  }*/
}

@media screen and (min-width: 510px) {
  .animation_error {
    font-size: 30px!important;
  }
  .geo_shapes {
    margin-right: 5%;
    margin-left: 5%;
  }
  /*.slick-slide img {
    max-width: 50%;
  }*/
  h2 {
    font-size: 150%;
  }
  .socialBtn img {
    transition-duration: 0.5s;
    width: 20px;
    border-radius: 20%;
  }
}

@media screen and (min-width: 555px) {
  .animation_error {
    font-size: 32px!important;
  }
}

@media screen and (min-width: 653px) {
  .animation_error {
    font-size: 35px!important;
  }
}

@media screen and (min-width: 700px) {
  .animation_error {
    font-size: 40px!important;
  }
}

}

@media screen and (min-width: 750px) {
  .slick-slide img {
    max-width: 75%;
  }
  .footer .button {
    min-width: 40px;
    max-width: 40px;
  }
  h2 {
    font-size: 175%;
  }
  .socialBtn img {
    transition-duration: 0.5s;
    width: 30px;
    height: 30px;
    border-radius: 20%;
  }
}

@media screen and (min-width: 768px) {
  .contactMailDiv {
    font-size: 2.5vmin;
  }
  .main_pattern_blog_block {
    padding-right: 100px!important;
    padding-left: 100px!important;
  }
  .middle_blog_block h1 {
    padding-left: 3vmin;
    text-align: justify;
  }
  .middle_blog_block {
    padding-right: 100px!important;
    padding-left: 100px!important;
  }
  .main_blog_block {
    padding-right: auto;
    padding-left: auto;
  }
  .error_404_middle div {
    font-size: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .img_flip {
    max-height: 300px;
  }
  .contact_row p {
    font-size: 2.5vmin;
  }
  ul {
    line-height: 10vmin;
  }
  .legend {
    display: none;
    margin-bottom: 20px;
  }
  .navbar-brand {
    height: 10vmin!important;
  }
  .slick-slide img {
    max-width: 100%;
  }
}

@media screen and (min-width: 850px) {
  .animation_error {
    font-size: 50px;
  }
  #contactTitle {
    font-size: 12vmin;
  }
  .slick-slide img {
    max-width: 100%;
  }
  .socialBtn img {
    transition-duration: 0.5s;
    width: 30px;
    height: 30px;
    border-radius: 20%;
  }
}

@media (min-width: 1000px) {
  .middle_blog_content img {
    max-width: 100%;
  }
  .img_flip {
    max-height: 400px;
  }
  .slide img {
    max-width: 60%;
  }
  h2 {
    font-size: 200%;
  }
  #col4 .button p {
    text-align: center;
    vertical-align: middle;
    position: relative;
  }
  .socialBtn img {
    transition-duration: 0.5s;
    width: 30px;
    height: 30px;
    border-radius: 20%;
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 250%!important;
  }
  .slide img {
    max-width: 60%;
  }
  .socialBtn img {
    transition-duration: 0.5s;
    width: 30px;
    height: 30px;
    border-radius: 20%;
  }
}

}
