@font-face {
  font-family: "Raleway Bold";
  src: url("../fonts/Raleway/Raleway-Bold.eot");
  src: url("../fonts/Raleway/Raleway-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Raleway/Raleway-Bold.woff2") format("woff2"),
    url("../fonts/Raleway/Raleway-Bold.woff") format("woff"),
    url("../fonts/Raleway/Raleway-Bold.ttf") format("truetype"),
    url("../fonts/Raleway/Raleway-Bold.svg#Raleway-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway Regular";
  src: url("../fonts/Raleway/Raleway-Regular.eot");
  src: url("../fonts/Raleway/Raleway-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Raleway/Raleway-Regular.woff2") format("woff2"),
    url("../fonts/Raleway/Raleway-Regular.woff") format("woff"),
    url("../fonts/Raleway/Raleway-Regular.ttf") format("truetype"),
    url("../fonts/Raleway/Raleway-Regular.svg#Raleway-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway Medium";
  src: url("../fonts/Raleway/Raleway-Medium.eot");
  src: url("../fonts/Raleway/Raleway-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Raleway/Raleway-Medium.woff2") format("woff2"),
    url("../fonts/Raleway/Raleway-Medium.woff") format("woff"),
    url("../fonts/Raleway/Raleway-Medium.ttf") format("truetype"),
    url("../fonts/Raleway/Raleway-Medium.svg#Raleway-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Bold";
  src: url("../fonts/Helvetica/Helvetica-Bold.eot");
  src: url("../fonts/Helvetica/Helvetica-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Helvetica/Helvetica-Bold.woff2") format("woff2"),
    url("../fonts/Helvetica/Helvetica-Bold.woff") format("woff"),
    url("../fonts/Helvetica/Helvetica-Bold.ttf") format("truetype"),
    url("../fonts/Helvetica/Helvetica-Bold.svg#Helvetica-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Regular";
  src: url("../fonts/Helvetica/Helvetica-Regular.eot");
  src: url("../fonts/Helvetica/Helvetica-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Helvetica/Helvetica-Regular.woff2") format("woff2"),
    url("../fonts/Helvetica/Helvetica-Regular.woff") format("woff"),
    url("../fonts/Helvetica/Helvetica-Regular.ttf") format("truetype"),
    url("../fonts/Helvetica/Helvetica-Regular.svg#Helvetica-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
a {
  cursor: pointer;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "Raleway Medium", sans-serif;
  margin: 0;
}
.h1-main-page{
	text-align: center;
	margin: 30px 0 0;
	color: #000;
	font-weight: 600;
	width: 100%;
	top: 130px;
	z-index: 100;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px 0;
}
.oneBox-form textarea.form-field {
  height: 10em;
}
.custom-form .form-field {
  width: 100%;
}
.modal-form-window .form-field {
  display: block;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  width: 100%;
  padding: 14px 25px;
  outline: 0;
  margin-bottom: 9px;
  color: rgba(50, 50, 50, 0.5);
  font-size: 14px;
}
.custom-form .form-field {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 15px;
}
.form-field::-webkit-input-placeholder {
  opacity: 0.7;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form-field::-moz-placeholder {
  opacity: 0.7;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form-field:-moz-placeholder {
  opacity: 0.7;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form-field:-ms-input-placeholder {
  opacity: 0.7;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form-field:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form-field:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form-field:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form-field:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
input.blue-btn {
  background-color: #00a8e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  width: 85px;
  padding: 10px 0;
  font-size: 13px;
  border: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blue-btn:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15),
    0 10px 10px rgba(0, 0, 0, 0.14);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.14);
}
.modal-form-header.modal-form-button {
  bottom: 50%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: -2px 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: -2px 0px 8px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  background-color: #3b4759;
  position: fixed;
  padding: 6px 20px;
  left: -165px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  width: 390px;
}
.modal-form-title {
  margin-right: 15px;
  font-family: "Helvetica Bold";
  font-size: 16px;
  color: #fff;
  min-width: 260px;
}
.modal-form-button-pic {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


.modal-form-pic {
  -webkit-box-shadow: 12px 6px 11px rgba(0, 0, 0, 0.13);
  box-shadow: 12px 6px 11px rgba(0, 0, 0, 0.13);
  border-radius: 6px;
  background-color: #00a8e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
}

.modal-form-pic i {
  color: #fff;
  font-size: 26px;
}

/*==================*/
.modal-form-pic{
  background: url(/images/modal-form-pic.jpg) no-repeat center / 70% #00a8e7;
}

.modal-form-pic i{
  display: none;

}
/*======================*/

.modal-form-window {
  max-width: 433px;
  background: #3b4759;
  border-radius: 4px;
  text-align: center;
}
.modal-form-header {
  -webkit-box-shadow: -4px 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: -4px 2px 8px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #3b4759;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}
.modal-form-body {
  padding: 25px;
}
.modal-form-window .small-text-form {
  text-align: left;
}

.modal-form-window {
  position: fixed;
  left: 0;
  top: 15%;
  z-index: 101;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.modal-form-window.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-form-button.hide {
  opacity: 0;
  visibility: hidden;
}
.small.submenu,
ul li {
  margin-left: 0;
}
.main-header {
  z-index: 30;
  position: relative;
}
.header-top {
  background-color: #363b3f;
  padding: 10px 0;
}
.phone-pointer-icon {
  -webkit-animation: jump 3s infinite;
  animation: jump 3s infinite;
  margin-right: 3px;
  width: auto;
}
.phone-pointer {
  color: #00a8e7;
  margin-right: auto;
  font-size: 18px;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.header-top .phone_picture {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #00a8e7;
  margin-right: 10px;
}
.header-top .phone_picture i {
  color: #fff;
  font-size: 10px;
}
.header-top .phone_number {
  display: block;
  color: #fff;
  font-size: 16px;
}

.header-top .phone_number:hover {
  color: #00a8e7;
}
.header-top .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}
.header-bottom {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
}

.header-bottom.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1200;
}
.header-bottom .logo .logo-img {
  max-width: 100%;
}

.header-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-menu a,
.header-menu span {
  display: block;
  color: #333;
  font-size: 14px;
  border: 1px solid transparent;
}
.header-menu .submenu a {
  font-size: 13px;
}
.header-menu > .menu-item > a,
.header-menu > .menu-item > span {
  padding: 40px 11px;
  line-height: 1;
}
/* .header-menu .current.menu-item .menu-link {
    color: red;
  } */
.header-menu a:hover,
.header-menu span:hover {
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
}

.header-menu > .menu-item.parent {
  position: relative;
}
.header-menu > .menu-item.parent > .submenu {
  width: 200px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-bottom-width: 0px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 95px;
  -webkit-box-shadow: 1px 8px 18px rgba(47, 47, 47, 0.14);
  box-shadow: 1px 8px 18px rgba(47, 47, 47, 0.14);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 5;
  padding-left: 0;
}
.header-menu > .menu-item.parent > .submenu a {
  padding: 8px 20px;
  display: block;
  background-color: #fff;
}
.header-menu > .menu-item.parent > .submenu a:hover {
  background-color: #e5e5e5;
}
.header-menu > .menu-item.parent > .submenu > .menu-item {
  border: 0px solid #e5e5e5;
  border-top-width: 0px;
  border-bottom-width: 1px;
  position: relative;
}

.header-menu .menu-item.parent:hover .submenu {
  visibility: visible;
  opacity: 1;
}

.header-lang a {
  padding: 10px 9px;
  background: #00a8e7;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
}
.header-bottom .logo {
  width: 140px;
  position: relative;
}
/*.header-bottom .logo:before {
  content: '';
  width: 40%;
  height: 70%;
  position: absolute;
  top: -28%;
  left: -18%;
  background: url(/images/new_year/NY-cap.png) no-repeat center / contain;
}*/


.submenu .menu-item a {
  line-height: 1.2;
}
.header-menu > .menu-item.active > a,
.header-menu > .menu-item.active > span {
  color: red;
}
.header-menu > .menu-item.parent > .submenu > .menu-item.parent > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-menu > .menu-item.parent > .submenu > .menu-item.parent > a::after {
  /* content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: normal; */
  content: "\203a";
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
}
.header-menu > .menu-item.parent > .submenu > .menu-item.parent > .submenu {
  position: absolute;
  top: 0;
  left: 199px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 230px;
  padding-left: 0;
}

.header-menu > .menu-item.parent .submenu > .menu-item.parent:hover > .submenu {
  visibility: visible;
  opacity: 1;
}
.header-menu
  > .menu-item.parent
  .submenu
  > .menu-item.parent:hover
  > .submenu
  .menu-item {
  border-bottom: 1px solid #e5e5e5;
}

.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	flex-wrap: wrap;
}

.burger-menu {
  position: relative;
  width: 40px !important;
  height: 40px;
  right: 0;
  top: 0;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 10008;
  display: none;
  font-size: 20px;
  background-color: #363b3f;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}

.burger-menu.active {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  background-color: #00a8e7;
}

.header-top .mod-languages {
  display: none;
}

.header-top .mod-languages li {
  margin: 0;
}

.menu-mobile {
  background-color: #363b3f;
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 200px;
  border-left: 2px solid #00a8e7;
  z-index: 10009;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  display: block !important;
  overflow-y: scroll;
}

.menu-mobile.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.menu-mobile li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-mobile li a,
.menu-mobile li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3px 0 3px 10px;
  font-size: 13px;
  font-style: normal;
}

.menu-mobile li a:hover,
.menu-mobile li span:hover {
  background-color: #363b3f;
}

.menu-mobile .deeper > a,
.menu-mobile .deeper > span {
  padding-right: 15px;
  width: 80%;
}

.menu-mobile li .list-btn {
  width: 20%;
  height: 40px;
  top: 0;
  right: 0;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-mobile li .list-btn i {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #363b3f;
  font-size: 8px;
}

.menu-mobile .nav-child {
  background-color: rgba(000, 000, 000, 0.4);
  display: none;
  width: 100%;
  padding: 0;
}

.menu-mobile .nav-child li.deeper .list-btn {
  width: 20%;
}

.menu-mobile .list-btn:hover i,
.menu-mobile .list-btn.open i {
  background-color: #00a8e7;
}

.header-menu,
.header-menu li {
  list-style: none;
}
.header-menu a {
  text-decoration: none;
}
.footer {
  background-color: #363b3f;
}
.footer-top {
  padding: 25px 0 50px 0;
}
.footer-bottom {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #00a8e7;
}

.footer-bottom .copyright span {
  display: block;
}
.copyright a {
  color: #999;
}
.copyright a:hover {
  text-decoration: underline;
}
.footer-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 27px;
  color: #fff;
}

.footer-social{
  margin: 30px 0 15px;
}

.footer-social a{
  margin-left: 20px;
  color: #fff;
  font-size: 30px;
}

.footer-social a:hover{
  color: #00a8e7;
}

.footer-tabs .tabs-cities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #00a8e7;
}
.footer-tabs .tabs-item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-tabs .tabs-item.active {
  background-color: #00a8e7;
}
.footer-tabs .tabs-link {
  color: #fff;
  font-size: 20px;
  padding: 10px 13px;
}
.footer-tabs .tabs-content {
  padding-top: 25px;
  font-size: 16px;
}
.footer-tabs .tabs-content .phone-link {
  color: #fff;
}
.footer-tabs .tabs-content .phone-link:hover {
  color: #00a8e7;
}
.location-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.location-row i {
  font-size: 32px;
  color: #00a8e7;
  margin-right: 22px;
}
.location-row .location-name {
  font-size: 16px;
}
.footer-tabs .tab-row {
  margin-bottom: 10px;
}

.small-text-form {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  text-align: justify;
  color: #fff;
}
.small-text-form a {
  color: #428bca;
}
.small-text-form a:hover {
  color: #00a8e7;
}

.show-modal-form{
	overflow: hidden;
	height: 60px;
}
.modal-star-effect{
	display: block;
	height: 100%;
	width: 50px;
	position: absolute;
	background: rgba(251, 251, 251, 0.66);
	filter: blur(15px);
	bottom: 0;
	z-index: 10;
	transition: all 3s;
	left: 0%;
	opacity: 0;
	transform: none;
	transition:  all 0.4s;
	animation: 7s starEffect infinite linear;

}
.modal-form-pic {
	animation: 7s btnEffect infinite linear;
	transition:  all 0.4s;
  cursor: pointer;
}

@keyframes starEffect {
	0%{
		left: 0%;
		opacity: .8;
	}

	11%	 {
		left: 100%;
		opacity: .8;
	}
	11.1%{
		left: 0%;
		opacity: 0;
	}
	100% {

	}
}
@keyframes btnEffect {
	0%{
		width: 48px;
		height: 48px;
	}
	9%{
		width: 48px;
		height: 48px;
	}
	10%	 {
		width: 52px;
		height: 52px;

	}
	10.1%{
		width: 48px;
		height: 48px;
	}

	100% {

	}
}

.badge_img {
	height: 35px !important;
	width: auto !important;
	margin-right: 10px;
}
.header-top__right-block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-top .container:before,
.header-top .container:after{
	display: none;
}

.nav > .parent:after {
    position: absolute;
    right: 0;
    top: 47%;
    content: '';
    border: 4px solid transparent;
    border-top: 7px solid #333;
    opacity: 0.5;
    transition: 0.4s;
}

.nav > .parent:hover:after{
   opacity: 0.1;
}

.modal-lang {
  position: fixed; 
  top: 0;
  left: 0;
  z-index: 12000;  
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  outline: 0;
}
.modal-lang .modal-inner{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(40, 60, 92, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-lang .modal-wrapper{
  background: #fff;
  border-radius: 6px;
  position: relative;
  width: 508px;
  max-width: calc(100% - 30px);
  z-index: 1;
  padding: 45px;
}
.modal-lang .ttl{
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
.modal-lang  .lang-flex{
  display: flex;
  justify-content: center;
}
.modal-lang  .lang-flex a, .modal-lang  .lang-flex span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 43px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 20px;
  border: 1px solid #00A8E7;
  cursor: pointer;
  color: #00A8E7;
  background: #fff;
  margin: 0 15px;
}
.modal-lang .lang-flex a:hover {
  color: #fff;
  background: #00A8E7;
}

.modal-lang  .icon-close{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 50px;
  font-weight: 300;
  line-height: .5;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  transition: .3s;
}
.modal-lang .icon-close:hover{  
  color: #000;
}


@media screen and (max-width: 1199px) {
  .header-bottom .logo {
    margin-right: auto;
  }
  .burger-menu {
    display: block;
  }
  .header-bottom .nav.menu {
    display: none;
  }
  .header-top .mod-languages {
    display: block;
  }
  .header-bottom .mod-languages {
    display: none;
  }
  .header-bottom {
    padding: 14px 0;
  }
}

@media screen and (min-width: 992px) {
  .phone-pointer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .modal-form-header.modal-form-button {
    display: none;
  }
/*  .modal-form-header.modal-form-button {
    bottom: 10px;
    left: 0;
    width: 60px;
    -webkit-transform: none;
    transform: none;
    padding: 5px;
  }*/
  .modal-form-button .modal-form-title {
    display: none;
  }
  .modal-form-button-pic {
    -webkit-transform: none;
    transform: none;
  }
  .oneBox-form textarea.form-field {
    height: 8em;
  }
	.header-top .container {flex-wrap: wrap;}
	.header-top__right-block{
		margin: 10px 0 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;}
	.badge_img{margin-right: 3px;}
}
@media screen and (max-width: 575px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom .copyright {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  .banner-pages-title {
    font-size: 200%;
    margin-bottom: 15px;
  }
  .modal-form-window {
    width: 320px;
  }
  .modal-form-window .modal-form-pic {
    display: none;
  }
  .modal-form-title {
    font-size: 13px;
  }
  .modal-form-body {
    padding: 10px;
  }
  .modal-form .form-field {
    margin-bottom: 5px;
    font-size: 13px;
  }
}

@media screen and (max-width: 425px) {
  .header-top .phone_number {
    font-size: 14px;
  }
  .phone-pointer-icon {
    margin-right: 1px;
    -webkit-animation: jump 2s infinite;
    animation: jump 2s infinite;
  }
  .header-lang a {
    /*padding: 5px 5px;*/
    /*font-size: 12px;*/
  }
  .header-top .phone_picture {
    margin-right: 5px;
  }
}

.to-top {
  position: fixed;
  bottom: 105px;
  right: 55px;
  width: 40px;
  height: 40px;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.show-to-top {
  opacity: 1;
  visibility: visible;
}
.to-top:hover {
  background-color: rgb(20, 12, 12);
}
.to-top i {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 360px) {
  span.phone-pointer {
    display: none;
  }
  .m-banner-item .title {
    font-size: 10px;
  }
  .m-banner-item {
    width: 140px;
    height: 165px;
    margin: -16px auto -10px;
  }
  .m-banner {
    padding: 23px 0;
    height: 479px;
  }
}

.copy-year {
  display: inline-block !important;
}
.bread-link-no-active {
  cursor: default;
}
.article-hidden {
  display: none;
}
@media screen and (max-width: 575px) {
  .phone-pointer {
    font-size: 15px;
  }
  .to-top{right: 0!important; bottom: 0}
}
.rating-landing-pages .fields-container {
  display: none;
}
.rating-stars,
.rating-stars > span {
  display: inline-block;
}
.rating-stars-descripton {
  vertical-align: middle;
}
.rating-stars-picture {
  margin-right: 5px;
}
.rating-stars {
  margin: 12px 0;
}