@charset "UTF-8";

@font-face {
  font-family: "oswald-medium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/oswald-medium.woff") format("woff");
}

@font-face {
  font-family: "oswald-bold";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/oswald-bold.woff") format("woff");
}

@font-face {
  font-family: "oswald-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/oswald-regular.woff") format("woff");
}

@font-face {
  font-family: "oswald-light";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/oswald-light.woff") format("woff");
}

@font-face {
  font-family: "ubuntu-medium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ubuntu-medium.woff") format("woff");
}

@font-face {
  font-family: "ubuntu-mediumitalic";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ubuntu-mediumitalic.woff") format("woff");
}

@font-face {
  font-family: "ubuntu-bold";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/ubuntu-bold.woff") format("woff");
}

@font-face {
  font-family: "ubuntu-bolditalic";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/ubuntu-bolditalic.woff") format("woff");
}

@font-face {
  font-family: "ubuntu-italic";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ubuntu-italic.woff") format("woff");
}

@font-face {
  font-family: "ubuntu-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ubuntu-regular.woff") format("woff");
}

@font-face {
  font-family: "ubuntu-light";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ubuntu-light.woff") format("woff");
}

@font-face {
  font-family: "ubuntu-lightitalic";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ubuntu-lightitalic.woff") format("woff");
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  font-family: ubuntu-regular, sans-serif;
  background-color: #fff;
  color: #1d202d;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

p {
  font-size: inherit;
}

a {
  color: inherit;
  background-color: transparent;
}

a:hover {
  color: inherit;
}

b,
strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

ol{    list-style-type: none;}

.container {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.bg--dark {
  background-color: #f7f7f7 !important;
}

.site-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-list li {
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 0 60px;
}

.site-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 50%;
  background-color: #fbeee4;
  background-image: url(../img/icon-checked.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}

.page-title {
  margin-top: 30px;
  font-size: 26px;
  font-family: oswald-medium, sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.content {
  line-height: 24px;
  word-break: break-word;
}

.section--content .content a{
    color: #cf8b4e;
}

.section--content .content li a{
    color: #fff;
}

.section--content .content li:hover{
    color: #fff;
	background-color: #333b4e;
	-webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	-ms-transition: background 1s ease;
	transition: background 1s ease;                                  
}

.content::after {
  content: '';
  display: block;
  clear: both;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-top: 24px;
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 24px;
  font-family: oswald-medium, sans-serif;
}

.content p {
  margin-bottom: 15px;
}

.content ul {
  padding: 0;
  list-style-type: none;
}

.content li {
  margin-bottom: 15px;
}


form {
  margin-bottom: 0;
}

form input:not([type="submit"]) {
  display: block;
  width: 100%;
  height: 44px;
  margin-bottom: 20px;
  padding: 0 10px;
  border: 1px solid #e9e9e9;
  font-size: 14px;
  font-family: ubuntu-regular, sans-serif;
  background-color: #f7f7f7;
}

form input:not([type="submit"])::-webkit-input-placeholder {
  color: #848484;
  font-family: ubuntu-regular, sans-serif;
}

form input:not([type="submit"]):-ms-input-placeholder {
  color: #848484;
  font-family: ubuntu-regular, sans-serif;
}

form input:not([type="submit"])::-ms-input-placeholder {
  color: #848484;
  font-family: ubuntu-regular, sans-serif;
}

form input:not([type="submit"])::placeholder {
  color: #848484;
  font-family: ubuntu-regular, sans-serif;
}

form input[placeholder]::-moz-placeholder {
  line-height: 46px;
  color: #848484;
  opacity: 1;
}

form input[type="submit"] {
  margin-top: 10px;
  font-size: 14px;
}

select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}

.btn {
  width: 180px;
  height: 50px;
  margin: 0;
  padding: 0 10px;
  line-height: 50px;
  font-size: 12px;
  font-family: ubuntu-bold, sans-serif;
  border-radius: 0;
}

.btn.btn-primary {
  background-color: #e38b47;
  border-color: #e38b47;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.focus,
.btn.btn-primary.active,
.btn.btn-primary:active:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary:active.focus,
.btn.btn-primary.active:hover,
.btn.btn-primary.active:focus,
.btn.btn-primary.active.focus {
  background-color: #e07d31;
  border-color: #e07d31;
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.5), 0 4px 23px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.5), 0 4px 23px 0px rgba(0, 0, 0, 0.12);
}

.btn.btn-primary-darken {
  background-color: #ce7c3d;
}

.btn.btn-outline-primary {
  color: #e38b47;
  border-color: #e38b47;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary.focus,
.btn.btn-outline-primary.active,
.btn.btn-outline-primary:active:hover,
.btn.btn-outline-primary:active:focus,
.btn.btn-outline-primary:active.focus,
.btn.btn-outline-primary.active:hover,
.btn.btn-outline-primary.active:focus,
.btn.btn-outline-primary.active.focus {
  color: #e38b47;
  border-color: #e07d31;
  background-color: transparent;
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.5), 0 4px 23px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.5), 0 4px 23px 0px rgba(0, 0, 0, 0.12);
}

.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled] + .toggle {
  width: 46px;
  height: 24px;
  background-color: #fff !important;
}

.togglebutton label .toggle::after {
  left: 3px;
  top: 2px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #a6c2ca;
}

.togglebutton label input[type=checkbox]:checked + .toggle::after {
  left: 24px;
  background-color: #e38b47;
}

.form-group.is-focused .togglebutton label,
.togglebutton label {
  margin-bottom: 15px;
  font-size: 14px;
  color: #fff;
}

.card {
  margin: 0 0 20px;
  padding: 10px 10px 20px;
  border-radius: 0;
  text-align: center;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(156, 156, 156, 0.15);
  box-shadow: 0px 0px 9px 0px rgba(156, 156, 156, 0.15);
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 35px 0 0;
  font-size: 0;
  line-height: 0;
  list-style-type: none;
}

.slick-dots button {
  width: 30px;
  height: 3px;
  margin: 0 5px;
  padding: 0;
  border: 0;
  background: #9cb9c2;
  cursor: pointer;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}

.slick-active button {
  background: #e38b47;
}

.slick-arrow {
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: #e38b47;
  background-image: url(../img/icon-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}

.slick-prev {
  right: 42px;
}

.slick-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal-backdrop {
  background: #000;
}

.modal-backdrop.show {
  opacity: .7;
}

.header {
  position: relative;
  max-height: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(156, 156, 156, 0.4);
  box-shadow: 0 0 9px 0 rgba(156, 156, 156, 0.4);
}

.header__logo {
  position: relative;
  height: 60px;
  padding-right: 20px;
  font-size: 0;
  background-color: #333b4e;
}

.header__logo::before,
.header__logo::after {
  content: '';
  position: absolute;
  top: 0;
}

.header__logo::before {
  left: -800%;
  width: 800%;
  height: 100%;
  background-color: #333b4e;
}

.header__logo::after {
  left: 100%;
  border-width: 30px;
  border-color: transparent;
  border-style: solid;
  border-left-color: #333b4e;
}

.header__logo .logo {
  width: 110px;
}

.header__nav {
  height: 100%;
}

.header__nav-top {
  height: 50px;
  margin-right: 35px;
  padding-left: 10px;
  font-size: 16px;
  font-family: ubuntu-regular, sans-serif;
}

.bootstrap-select .dropdown-toggle .filter-option {
  padding: 0;
  font-size: 16px;
  color: #848484;
}

.work-time,
.select-phone {
  position: relative;
  padding-left: 25px;
  color: #848484;
}

.work-time::before,
.select-phone::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -8px;
}

.work-time::before {
  background: url(../img/icon-clock.svg) no-repeat center/cover;
}

.select-phone::before {
  background: url(../img/icon-cell-phone.svg) no-repeat center/cover;
}

.nav-open body {
  overflow: hidden;
}

.navbar {
  margin: 0;
  padding: 0;
  background: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}

.navbar .navbar-nav .nav-item {
  position: relative;
  margin: 0 20px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.navbar .navbar-nav .nav-item-children .icon-down {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 30px;
}

.navbar .navbar-nav .nav-item-children .icon-down::before {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../img/icon-chevron-orange.svg) no-repeat center/cover;
}

.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: 20px;
  color: inherit !important;
}

.navbar .navbar-nav .nav-item .nav-link .ripple-container {
  display: none;
}

.navbar .navbar-toggler {
  position: absolute;
  top: -35px;
  right: 5px;
  padding: 0;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  width: 28px;
  height: 3px;
  background-color: #e38b47;
}

.navbar .navbar-toggler.toggled .navbar-toggler-icon:nth-child(2) {
  top: 8px;
}

.navbar .submenu {
  margin: 0;
  padding: 10px 0 10px 30px;
  list-style-type: none;
}

.navbar .submenu .nav-item {
  margin: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border: 0;
}

.navbar .submenu .nav-item a {
  display: block;
  margin: 0;
  padding: 5px 20px;
  font-size: 16px;
}

.navbar .submenu .nav-item a:hover {
  background-color: #e38b47;
  color: #fff;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu a:active,
.dropdown-menu a:focus,
.dropdown-menu a:hover {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(169, 169, 169, 0.4);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(169, 169, 169, 0.4);
  background-color: #e38b47;
  color: #fff;
}

.dropdown-menu .nav-item .nav-link {padding: 10px; font-size: 14px; line-height: 25px;}

.navbar-collapse::after {
  display: none;
}

.navbar-collapse .navbar-nav .nav-item:after {
  display: none;
}

#bodyClick {
  display: none;
}

.bootstrap-select.form-control {
  background: none;
}

.bootstrap-select .btn {
  height: 100%;
  padding: 0;
  line-height: 35px;
  border: 0;
  font-family: ubuntu-regular, sans-serif;
  color: #848484;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.bootstrap-select .btn:focus {
  outline: none !important;
}

.bootstrap-select.show > .btn.dropdown-toggle {
  border: 0;
  color: #1d202d;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  outline: none;
}

.bootstrap-select.show > .btn.dropdown-toggle:hover {
  color: #1d202d;
  background: none;
}

.btn-light:not(:disabled):not(.disabled):active {
  background: none;
}

.header .bootstrap-select .dropdown-menu {
  border: 1px solid #f1f1f1;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header .bootstrap-select .dropdown-menu .dropdown-item {
  padding: 6px 10px;
  line-height: 30px;
  font-family: oswald-bold, sans-serif;
}

.header .bootstrap-select .dropdown-menu .dropdown-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #e38b47;
}

.header .bootstrap-select .dropdown-menu a:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.submenu .current-menu-item
{
  background-color: #e38b47;
    color: #fff !important;
}

.select-phone .bootstrap-select {
  width: 115px !important;
}

.select-lang {
  text-align: center;
}

.select-lang .bootstrap-select {
  width: 40px !important;
}

.select-lang .bootstrap-select .filter-option a {
  color: #e38b47;
}

.select-lang .dropdown-menu .dropdown-item li > a,
.select-lang .dropdown-menu .dropdown-menu li > a {
  min-width: 50px;
}

.section {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section_news .content img {width: 100%;     padding-bottom: 25px;}
.section_news .content a {color:#ce8a4d;}
.section_news .content time {float: right; font-size: 17px; color: #ce8a4d; margin: 0 20px;}


.section__title {
  margin-bottom: 45px;
  line-height: 30px;
  font-size: 22px;
  font-family: oswald-medium, sans-serif;
  text-transform: uppercase;
}

.section__content {
  line-height: 22px;
  font-size: 15px;
}

.section__content p {
  margin-bottom: 30px;
}

.section--hero {
  padding: 80px 0 110px;
  color: #fff;
  background-image: url(../img/bg-hero.jpg);
}

.section--overlay {
  position: relative;
}

.section--overlay::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.section--overlay .container {
  position: relative;
  z-index: 1;
}

.section--norisk {
  position: relative;
}

.section--norisk::after {
  content: '';
  position: static;
  display: block;
  height: 300px;
  margin: 0 10px;
  background-repeat: no-repeat;
  background-image: url(../img/bg-norisk.jpg);
  background-position: center;
  background-size: cover;
}

.section--sertificates {
  padding-bottom: 70px;
}

.section--map {
  position: relative;
  padding: 0;
}

.section--map .feedback-form {
  position: absolute;
  bottom: 10px;
  top: auto;
  width: 90%;
  right: 50%;
  -webkit-transform: translatex(50%);
  -ms-transform: translatex(50%);
  transform: translatex(50%);
}

.section--page-head {
  min-height: 150px;
  padding: 25px 0 50px;
  background-image: url(../img/bg-page-head.jpg);
}

.section--categories {
  padding: 30px 0 20px;
}

.section--content {
  padding: 0;
}

#breadcrumbs {
  font-size: 14px;
  font-family: ubuntu-regular, sans-serif;
  color: #fff;
}

#breadcrumbs a {
  color: #fff;
}

#breadcrumbs a::after {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 3px 0 5px;
  background: url(../img/icon-chevron-right.svg) no-repeat center/cover;
}

#breadcrumbs > span > a {
  display: inline-block;
}

#breadcrumbs > span > a::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/icon-home.svg) no-repeat center/cover;
}

.breadcrumb_last {
  color: #2c374d;
}

.categories {
  padding: 10px;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 0 9px 0 rgba(156, 156, 156, 0.4);
  box-shadow: 0 0 9px 0 rgba(156, 156, 156, 0.4);
}

.categories__list {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: ubuntu-regular, sans-serif;
  list-style-type: none;
}

.categories__item {
  margin: 5px;
  background-color: #ededed;
  color: #707070;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.categories__item.current-menu-item,
.categories__item:hover {
  background-color: #e38b47;
  color: #fff;
}

.categories a {
  display: block;
  padding: 7px 10px;
}

.categories a:focus {
  color: #4d4d4d;
}

.hero {
  max-width: 890px;
}

.hero__title {
  margin-bottom: 30px;
  line-height: 33px;
  font-size: 22px;
  font-family: oswald-bold, sans-serif;
  text-transform: uppercase;
}

.hero__subtitle {
  max-width: 440px;
  margin-bottom: 35px;
  font-size: 18px;
  font-family: oswald-light, sans-serif;
}

.losses__item {
  margin-bottom: 50px;
  padding: 0 30px;
  text-align: center;
}

.losses__item--fire .square__icon-inner {
  padding: 15px 13px 15px 17px;
}

.losses__text {
  font-size: 15px;
  line-height: 22px;
}

.losses-life {
  padding: 15px 60px 25px;
  font-size: 20px;
  line-height: 26px;
  font-family: oswald-regular, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.losses-life__icon {
  position: relative;
  width: 145px;
  height: 110px;
  margin: 30px auto;
}

.losses-life,
.order-service {
  position: relative;
  margin: 15px;
  background-color: #fff;
}

.losses-life::before,
.order-service::before {
  content: '';
  position: absolute;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQgNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNCA0OyI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMH08L3N0eWxlPjxsaW5lIGNsYXNzPSJzdDAiIHgxPSI0LjUiIHkxPSItMC41IiB4Mj0iLTAuNSIgeTI9IjQuNSIvPjwvc3ZnPg==);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 4px 4px;
  opacity: .2;
  z-index: -1;
}

.square__icon {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto 26px;
}

.square__icon::before {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #b9b9b9;
}

.square__icon-inner {
    width: 90px;
  position: relative;
  padding: 15px;
  background-color: #e38b47;
  z-index: 1;
}

.clients-logo {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

.clients-logo__item {
  width: 38%;
  margin: 0 auto 50px;
  text-align: center;
}

.services__item {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.services__item .btn {
  width: 100px;
  height: 40px;
  margin: auto;
  padding: 0 10px;
  line-height: 40px;
  font-size: 13px;
  font-family: ubuntu-medium, sans-serif;
  border-radius: 0;
  text-transform: none;
}

.services__img {
  max-height: 180px;
  margin-bottom: 25px;
  overflow: hidden;
}

.services__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 30px;
  line-height: 22px;
  font-size: 15px;
  font-family: ubuntu-medium, sans-serif;
}

.feedback-getting {
  padding-left: 30px;
}

.feedback-getting__item {
  margin-bottom: 30px;
}

.feedback-getting__text {
  padding-left: 15px;
}

.feedback-form {
  position: relative;
  max-width: 360px;
  margin: auto;
  padding: 40px 30px 45px;
  border-top: 3px solid #e38b47;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(156, 156, 156, 0.4);
  box-shadow: 0 0 9px 0 rgba(156, 156, 156, 0.4);
}

.feedback-form.bg--dark input:not([type="submit"]) {
  background-color: #fff;
}

.feedback-form form {
  text-align: center;
}

.form-title {
  margin-bottom: 35px;
  font-size: 22px;
  font-family: oswald-medium, sans-serif;
  text-transform: uppercase;
}

.reviews .slick-slide {
  margin: 5px;
}

.review {
  height: 100%;
  margin: 0;
  padding: 10px;
  text-align: left;
}

.news {margin: 25px 0;}
.news .review__title {padding: 20px 0;}
.news .review__title time {float: right; font-size: 15px; color: #ce8a4d; margin: 0 20px;}
.news .review__title:hover{
	color: #ce8a4d !important;
	}
.news .submit:hover {
  background:#333b4e;
  color: white !important;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  -ms-transition: background 1s ease;
  transition: background 1s ease;                                  
}


.review__video {
  position: relative;
  padding-bottom: 56%;
}

.review__news {
  position: relative;
}

.review__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.review__desc {
  padding: 20px 10px;
}

.review__text {
  margin-bottom: 25px;
  font-family: ubuntu-regular, sans-serif;
  color: #848484;
}

.review__title {
  font-size: 16px;
  font-family: oswald-medium, sans-serif;
}

.review__position {
  font-size: 13px;
  font-family: oswald-regular, sans-serif;
}

.sertificates__item {
  margin: 0;
  padding: 10px;
}

.sertificates .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sertificates .slick-list {
  margin: 0 -10px;
}

.sertificates .slick-slide {
  height: auto;
  margin: 6px 15px;
}

.sertificates .slick-slide > div {
  height: 100%;
}

.map-wrap iframe {
  width: 100%;
  height: 660px;
  border: 0;
}

.order {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 35px;
}

.order--post {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  border: 0;
}

.order--post .btn:not(:last-child) {
  margin-right: 10px;
}

.order__title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  font-family: oswald-medium, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

footer {
  padding: 50px 35px 20px;
  font-size: 13px;
  line-height: 20px;
  font-family: ubuntu-regular, sans-serif;
  text-align: left;
  color: #bec0c4;
  background-color: #333b4e;
}

footer .new-posts__link {
  display: block;
  margin-bottom: 25px;
}

footer .new-posts__date {
  color: #e38b47;
}

.footer__title {
  margin-bottom: 30px;
  font-size: 18px;
  font-family: oswald-medium, sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.footer__nav li {
  display: block;
  margin-bottom: 7px;
}

.footer__nav a {
  padding: 0;
  font-size: 13px;
  text-transform: none;
}

.footer__contacts {
  margin-bottom: 30px;
}

.footer-contacts-wrap {
  margin-top: 30px;
}

.footer__logo img {
  width: 155px;
}

.contacts-item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
}

.contacts-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contacts-item--email::before {
  background-image: url(../img/icon-email.svg);
}

.contacts-item--tel::before {
  background-image: url(../img/icon-phone.svg);
}

.contacts-item--adress::before {
  background-image: url(../img/icon-map-flag.svg);
}

@media (min-width: 576px) {
  .square__icon {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .site-list li {
    padding: 0 30px 0 60px;
    line-height: 24px;
  }

  .page-title {
    margin-top: 45px;
    font-size: 36px;
  }

  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 40px;
  }

  .content p {
    margin-bottom: 30px;
	word-break: break-word;
  }

  .content li {
    margin-bottom: 30px;
  }

  form input:not([type="submit"]) {
    font-size: 16px;
  }

  .btn {
    width: 220px;
    font-size: 14px;
  }

  .form-group.is-focused .togglebutton label,
  .togglebutton label {
    font-size: 16px;
  }

  .card {
    padding: 20px 20px 35px;
  }

  .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0 0;
  }

  .header__nav-top {
    padding-left: 30px;
  }

  .select-phone .bootstrap-select {
    width: 125px !important;
  }

  .section {
    padding: 65px 0 100px;
  }

  .section__title {
    margin-bottom: 67px;
    line-height: 40px;
    font-size: 30px;
  }

  .section__content {
    line-height: 24px;
    font-size: 19px;
	line-height: 30px;
  }

  .section--clients,
  .section--feedback {
    padding-top: 90px;
  }

  .section--norisk {
    padding-bottom: 40px;
  }

  .section--norisk::after {
    position: absolute;
    left: 60%;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    margin: 0;
  }

  .section--services {
    padding-bottom: 70px;
  }

  .section--services .section__title {
    margin-bottom: 50px;
  }

  .section--reviews {
    padding-bottom: 90px;
  }

  .section--map {
    padding: 0;
  }

  .section--page-head {
    min-height: 180px;
    padding: 25px 0 50px;
  }
  
 .bgsingle {
    background-attachment: fixed;
    background-size: inherit;
    background-repeat: no-repeat;
    width: 100%;
    max-height: 300px;
    display: block;
    position: relative;
    min-height: 300px;
  }
  

  .section--categories {
    padding: 30px 0 20px;
  }

  .section--content {
    padding: 30px 0;
  }

  .categories {
    padding: 15px;
  }

  .categories__list {
    font-size: 14px;
  }

  .categories a {
    padding: 12px 15px;
  }

  .hero {
    padding-left: 68px;
  }

  .hero__title {
    margin-bottom: 27px;
    line-height: 40px;
    font-size: 28px;
  }

  .hero__subtitle {
    margin-bottom: 40px;
    line-height: 30px;
    font-size: 24px;
  }

  .losses__item {
    margin-bottom: 78px;
    padding: 0;
  }

  .losses__text {
    font-size: 16px;
  }

  .clients-logo__item {
    width: 33.33%;
    margin: 0 0 60px;
  }

  .services__item {
    margin-bottom: 45px;
  }

  .services__item .btn {
    width: 145px;
    font-size: 14px;
  }

  .services__img {
    max-height: inherit;
    margin-bottom: 35px;
  }

  .services__title {
    line-height: 20px;
    font-size: 17px;
  }

  .feedback-getting {
    padding-left: 0;
  }

  .feedback-form {
    padding: 50px 50px 70px;
  }

  .form-title {
    margin-bottom: 45px;
  }

  .section--feedback .feedback-form::before {
    content: '';
    position: absolute;
    right: -50px;
    top: -50px;
    width: 100%;
    height: 100%;
    border: 10px solid #d2d2d2;
    z-index: -1;
  }

  .review {
    padding: 20px;
  }

  .review__title {
    font-size: 22px;
  }

  .review__position {
    font-size: 16px;
  }

  .sertificates .slick-list {
    margin: 0 -15px;
  }

  .map-wrap iframe {
    height: 600px;
  }

  .order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .order--post .btn:not(:last-child) {
    margin-right: 40px;
  }

  .order__title {
    margin-bottom: 0;
    font-size: 24px;
  }

  footer {
    padding: 60px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .footer__title {
    margin-bottom: 45px;
    font-size: 22px;
  }

  .footer__nav a {
    font-size: 16px;
  }

  .footer-contacts-wrap {
    margin-top: 0;
  }

  .footer__logo img {
    width: auto;
  }

  .contacts-item {
    padding-left: 35px;
  }

  .contacts-item::before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1170px;
  }

  .header {
    max-height: 100px;
  }

  .header::before {
    content: '';
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #efefef;
  }

  .header__left {
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
    max-width: 19%;
  }

  .header__right {
    -ms-flex-preferred-size: 81%;
    flex-basis: 81%;
    max-width: 81%;
  }

  .header__logo {
    height: 100px;
    padding-right: 0;
  }

  .header__logo::after {
    border-width: 50px;
  }

  .header__logo .logo {
    width: auto;
  }

  .header__nav-top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }

  .navbar .navbar-nav .nav-item:hover,
  .navbar .navbar-nav .nav-item.current-menu-item {
    border-bottom-color: #e38b47;
  }

  .navbar .navbar-nav .nav-item-children .icon-down {
    display: none;
  }
.dropdown-menu .nav-item .nav-link {padding: 10px!important; font-size: 14px!important; line-height: 25px!important;}

  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
    font-size: 16px;
    line-height: 48px;
    text-transform: none;
  }

  .navbar .submenu {
    position: absolute;
    left: 0;
    top: 105%;
    width: 275px;
    padding-left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 9px 0 rgba(156, 156, 156, 0.4);
    box-shadow: 0 3px 9px 0 rgba(156, 156, 156, 0.4);
  }

  .navbar .submenu .nav-item {
    margin: 0 !important;
  }

  .section--hero {
    padding: 250px 0 250px;
  }

  .section--norisk::after {
    left: 55%;
  }

  .section--map .feedback-form {
    top: 115px;
    right: 5%;
    bottom: auto;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero__title {
    line-height: 56px;
    font-size: 40px;
  }

  .losses-life {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }

  .losses-life__icon {
    margin: 0 auto;
  }

  .losses-life__icon::before,
  .losses-life__icon::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 70px;
    height: 1px;
    background-color: #b9b9b9;
  }

  .losses-life__icon::before {
    left: -75%;
  }

  .losses-life__icon::after {
    right: -75%;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-item {
    margin: 0 25px;
  }

  .navbar .navbar-nav .nav-item:last-child {
    margin-right: 15px;
  }

  .section--map .feedback-form {
    right: 10%;
  }
}

@media (max-width: 991px) {
	.select-phone::before {display:none;}
	.select-phone {padding-left: 0; margin-left: -10px;}
	.select-lang {margin-left: -5px;}
  .nav {
    padding: 40px 0;
  }

  .navbar .dropdown .dropdown-menu,
  .navbar .dropdown.show .dropdown-menu {
    height: auto;
    margin-left: 30px;
    margin-bottom: 0;
    padding: 10px 0;
    overflow-y: auto;
    background-color: #eee;
  }

  .navbar-collapse {
    top: 60px;
    width: 100%;
    height: calc(100vh - 50px);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    border-top: 1px solid #f1f1f1;
    overflow: auto;
    background: #fff;
  }
}