@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
	margin-top: 0 !important;
}	

.sh-box {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  background: #fff;
}

.sh-pages {
  margin: 0;
  padding: 0;
  font: 18px/1.2 "London-Bold";
  width: 300px;
}

.sh-pages a {
  display: block;
  padding: 5px;
}

.sh-pages a:hover {
  text-decoration: underline;
}

.mfp-bg {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: auto !important;
  height: auto !important;
}

.mfp-wrap {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow-x: hidden;
  overflow-y: auto;
}

a, button {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  color: inherit;
  cursor: pointer;
}

a:hover, button:hover {
  text-decoration: none;
}

a:focus, button:focus {
  outline: 0;
}

button {
  padding: 0;
  border: 0;
}

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

img.size-full {
  width: 100%;
}

ul {
  margin: 0px 0px 0px 20px;
  padding: 0;
  list-style: none;
}

ul a {
  display: inline-block;
}

input, textarea {
  outline: none;
  box-shadow: none !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus {
  box-shadow: none;
}

b, strong {
  font-weight: normal;
  font-family: "London-Bold";
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

a, img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html, body {
  min-height: 100%;
  overflow-x: hidden;
}

html {
  height: 100vh;
  background: #fff;
}

html.body_fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-width: 320px;
  min-height: 100%;
  /*font-family: "London-Light", "Open Sans", Arial, sans-serif;*/
  font-family: tahoma, "Open Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.42;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}

html {
  margin-top: 0 !important;
}

@media (max-width: 782px) {

}

/*-------------------------------------------------------------- begin Webatom ---------------------------------------------------------------------------------------------------*/

.section.sh1
{
	position: relative;
	max-width:1400px;
	margin:115px auto 0px auto;
	color:#000;
	display:block;
	width: 78%;
}

.front-top
{
position: relative;
z-index:2;
width: 78%;
margin: 0px auto;
}

.front-top .container-fluid {
    padding-left: 0vw !important;
    padding-right: 0vw !important;
}

.home #under-head
{
position:relative;
min-height:550px;
}

.home #head-img
{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}

.home #head-img img
{
	width:100%;
	object-fit:cover;
	max-height: 740px;
	border-bottom:2px solid #4197CB;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.home #head-conteiner
{
	position:relative;
	width:50%;
	float:left;
	top:35px;
	margin:0px 0px 0px 0px;
}

.home #head-title
{
	width: 100%;
	margin:0px 0px 0px 0px;
}

.home #head-conteiner .underh2line
{
    width: 55%;
}

.home #head-title h1
{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	line-height: 68px;
	text-transform: capitalize;
	color: #3983AA;
	text-shadow: 1px 1px 1px #FFFFFF;
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #3983AA;
}

.home #head-undertitle
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #185470;
	width: 85%;
	text-shadow: 0px 1px 1px #FFFFFF;
	margin:0px 0px 50px 0px;
}

.lew-pagination
{
	display:flex;
	margin:50px 0px 0px 0px;
}

#property .wrapper
{
	width: 78%;
	margin: 0px auto;
	max-width:1400px;
	min-height: 570px;
	padding:100px 0px 100px 0px;
	display:flex;
	gap:30px;
}

#prop-img
{
	width: 375px;
	height: 375px;
	background: url("../img/turizmus-text.jpg") no-repeat center;
    background-size: cover;
    border-radius: 50%;
    border: 4px solid #B9D9F3;
    padding: 0px;
}

#prop-text
{
	width:calc(100% - 375px);
	padding:0px;
	column-count: 2;
	margin:0px;
}

#prop-text h2
{
	font-size:24px;
	margin:0px 0px 30px 0px;
}

#prop-text p
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #767676;
}

#lastnews .wrapper
{
	width: 78%;
	margin: 0px auto;
	max-width:1400px;
	min-height:  750px;
	padding:100px 0px 0px 0px;
}

#lastnews #topnews
{
	padding:20px 0px;
	border-bottom:1px solid #C4C4C4;
	min-height:180px;
	position:relative;
}

#lastnews #topnews h2
{
	width: 50%;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 67px;
	line-height: 73px;
	color: #4197CB;
	position:relative;
}

#topnews #allnews
{
	position: absolute;
	right:0px;
	bottom:15px;
	padding:10px 40px 10px 0px;
	background: url("../img/all-news.svg") no-repeat right;
	background-position:right 0px top 50%;
}

#topnews #allnews a
{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #767676;
}

#topnews #allnews span
{
	margin: -2px 0px 0px 0px;
	font-size: 36px;
	color: #767676;
	font-family: system-ui;
	font-weight: 100;
	float:right;
}

#lastnews #front-blog-items
{
	margin:50px 0px 0px 0px;
}

#lastnews #front-blog-items ul
{
	display:flex;
	justify-content: unset;
	flex-wrap: wrap;
	margin:0px;
	gap:20px;
}

#lastnews #front-blog-items li
{
    flex-basis: calc(33% - 9px);
	margin: 0px 0% 0px 0px;
	background: #FFFFFF;
	display: flex;
    flex-direction: column;
}

#lastnews #front-blog-items li:last-child
{
	margin: 0px 0px 0px 0px;
}

#lastnews #front-blog-items li #last-news-img
{
	height:230px;
	overflow:hidden;
}

#lastnews #front-blog-items li #last-news-img img
{
	width: 100%;
	min-height:230px;
	object-fit: cover;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#lastnews li #podimgnews
{
	border: 1px solid #929292;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

#lastnews li #newsdate
{
	padding:20px 40px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

#lastnews li #newstitle
{
	min-height:90px;
	padding:0px 40px 20px 40px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 35px;
	color: #000000;
}

#lastnews li .lastnews_text
{
	min-height:110px;
	padding:0px 40px 20px 40px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin:0px;
}

#lastnews li #last-news-link
{
	width: 102px;
	height: 38px;
	background: #6F9FD4;
	border-radius: 100px;
	margin:0px 0px 20px 40px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #000;
}

#page-header
{
	margin:0px auto 0px auto;
	padding: 60px 0px;
	max-width: 1400px;
	min-height:610px;
}

#page-header #page-header-top
{
	padding:50px;
	margin:50px;
	position:relative;
	z-index: 3;
	width:70%;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius:5px;
}

#page-header h1
{
	width: 100%;
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	text-transform: capitalize;
	color: #4197CB;
	margin:0px 0px 30px 0px;
}

#page-header h1 span
{
	color: #E10714;
}

#page-header #header-undertitle
{
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 29px;
	color: #B9D9F3;
	margin:0px 0px 30px 0px;
	width:100%;
}

#page-header #header-cena-ot
{
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 29px;
	color:#4197CB;
	margin:0px 0px 30px 0px;
}

#page-header #header-cena-ot span
{
	margin:0px 10px 0px 0px;
	font-weight: 400;
}

#id_119 #page-header #header-undertitle
{
	margin:0px 0px 0px 0px;
}

#page-header #page-header-img
{
	margin:60px 0px 0px 0px;
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 550px;
}

#page-header #page-header-img img
{
	height:550px;
	object-fit:cover;
	border-radius:5px;
}

.block-container .wrapper
{
	width:78%;
	margin:0px auto;
	max-width:1400px;
	padding:0px 0px;
}

#whyus-benefits
{
	margin:60px 0px;
}

#whyus-benefits ul.topbenul
{
	margin:0px;
	display:flex;
	gap:0px;
	flex-wrap:wrap;
}

#whyus-benefits ul.topbenul li
{
	width:16%;
	margin:0px;
	padding:10px;
}

ul.topbenul li #topbenline
{
	width: 50px;
	height: 4px;
	background:#B9D9F3;
	margin:0px 0px 20px 0px;
}

ul.topbenul li #topben-text
{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #767676;
	width:90%;
}

#care-of .wrapper
{
	background: #ECECEC;
	padding:70px 50px;
	min-height:530px;
	display:flex;
	gap:30px;
	border-radius:5px;
}

#care-left
{
	width:53%;
}

#care-left h2
{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 55px;
	line-height: 73px;
	text-transform: capitalize;
	color: #4197CB;
	margin:0px 0px 50px 0px;
	position:relative;
	width: 100%;
}

#care-right
{
	width:45%;
}

#care-right #video-turizmus
{
	background:#FFF;
	padding:20px;
	border-radius:30px;
}

#video-turizmus iframe
{
	width:100%;
	margin:0px auto;
	border-radius:20px;
}

#care-left #care-h3
{
	margin:0px 0px 30px 0px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	color: #000000;
}

#care-left #care-text
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #767676;
	background:#FFF;
	padding:20px;
	border-radius:30px;
}

#why-access
{
	padding:70px 0px;
}

#why-access h2
{
	width:50%;
	margin:0px 0px 30px 0px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 67px;
	line-height: 73px;
	text-transform: capitalize;
	color: #4197CB;
	position:relative;
}

#why-access #access-undertitle
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 29px;
	color: #000;
	margin:0px 0px 50px 0px;
	background: #ECECEC;
    padding: 20px;
    border-radius: 30px;
}

ul.accessul
{
	width:100%;
	margin:0px;
	display:flex;
	flex-direction:column;
}

li.accessli
{
	height: 65px;
	margin: 0px 0px 0px 0px;
	border-top:1px solid #ECECEC;
	padding:20px 0px;
	width: 100%;
	position:relative;
}

li.accessli:last-child
{
	height: 100px;
	border-bottom:1px solid #ECECEC;
}

li.accessli:last-child #right-s
{
	top:27%;
}

li.accessli.active
{
	height:auto;
}

li.accessli #right-s
{
	background: url("../img/right-s.svg") no-repeat center;
	float:right;
	width: 50px;
	height: 30px;
	background-size:cover;
	position: absolute;
	right: 0px;
}

li.accessli.active #right-s
{
	position: relative;
	float: left;
	background: url("../img/down-s.svg") no-repeat center;
	height: 75px;
}

li.accessli #accessitem-title
{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
	text-transform: capitalize;
	color: #4197CB;
	width:45%;
	float:left;
}

li.accessli #access-text
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #767676;
	width:60%;
	float:right;
	margin:0px 0px 20px 0px;
}

li.accessli #access-icon
{
	width:60%;
	float:right;
}

li.accessli #access-icon img
{
	border-radius: 20px;
	width:100%;
	height:auto;
}

li.accessli #access-text,
li.accessli #access-icon
{
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: 0.55s opacity, 0.55s visibility;
}

li.accessli.active #access-text,
li.accessli.active #access-icon
{
	opacity: 1;
	visibility: visible;
}

#why-access-items #access-link
{
	margin:70px 0px 0px 0px;
	width:60%;
	float:right;
}

#why-access-items #access-link button
{
	width: 293px;
	height: 53px;
	background: #E10714;
	border-radius: 100px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
}

#why-insurance
{
	padding: 70px 0px;
}

#insurance-cont
{
	display:flex;
	gap:0px;
	background: #F9F9F9;
	border: 1px solid #929292;
	border-radius: 20px;
}

#insurance-cont #insurance-img
{
	width:400px;
	height:100%;
	object-fit:cover;
	overflow:hidden;
}

#insurance-cont #insurance-img img
{
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

#insur-right
{
	width:calc(100% - 400px);
}

#insurance-h2
{
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 36px;
	text-transform: capitalize;
	color: #4197CB;
	width: calc(100% - 40px);
	margin:20px 0px 20px 20px;
}

#insurance-h2 span
{
	color: #E10714;
}

#insurance-text
{
	margin:0px 20px 0px 20px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #767676;
}

#insurance-warning
{
	padding: 70px 0px;
}

.tfcontainer
{
	display:flex;
	gap:20px;
}

#tf-left
{
	width:600px;
	height:600px;
	background: #FFFFFF;
	border: 1px dashed #767676;
	border-radius:50%;
}

#tf-left h2
{
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 600;
	font-size: 33px;
	line-height: 40px;
	text-align: center;
	text-transform: capitalize;
	color: #4197CB;
	width: 65%;
	margin: 120px auto 0px auto;
}

#tf-right
{
	width:calc(100% - 620px);
	height:600px;
	background: url(../img/filosofiya-turizmus.jpg) no-repeat center;
	background-size: cover;
	-webkit-border-top-left-radius: 262px;
	-webkit-border-bottom-left-radius: 262px;
	-moz-border-radius-topleft: 262px;
	-moz-border-radius-bottomleft: 262px;
	border-top-left-radius: 262px;
	border-bottom-left-radius: 262px;
}

#tf-text
{
	width:80%;
	margin:20px auto 0px auto;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	color: #767676;
}

#manage-risk
{
	padding: 70px 0px;
}

#manage-risk h2
{
    width: 50%;
    margin: 0px 0px 30px 0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 67px;
    line-height: 73px;
    text-transform: capitalize;
    color: #4197CB;
    position: relative;
}

#manage-risk #mr-undertitle
{
	width:76%;
	float:left;
	margin:0px 0px 90px 0px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 29px;
	color: #929292;
}

#mr-items
{
	width:100%;
	display: flex;
	gap:20px;
}

#mr-items ul
{
	width:calc(100% - 200px);
	float:right;
	margin:0px;
	display:flex;
	gap:20px;
	flex-wrap:wrap;
}

#mr-items #mr-str
{
	width: 180px;
	height: 125px;
	background: url("../img/mr-str.svg") no-repeat center;
	background-size: cover;
	margin: 80px 0px 0px 0px;
}

#mr-items ul li
{
	width:300px;
	height:300px;
	margin:0px 0px 0px 0px;
	background: #F9F9F9;
	padding:50px 45px;
	text-align:center;
	border: 1px dashed #767676;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
}

#mr-items ul li #mr-text
{
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #929292;
	width:100%;
	margin:33% 0px 0px 0px;
}

#mr-items ul li #ben-text
{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #929292;
}

#we-offer
{
	padding:70px 0px;
	border-top: 1px solid #767676;
}

#we-offer h2
{
    width: 50%;
    margin: 0px 0px 70px 0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 67px;
    line-height: 73px;
    text-transform: capitalize;
    color: #4197CB;
    position: relative;
}

#we-offer h2 span
{
	color: #F23535;
}

#weoffer-items
{
	width:100%;
}

#weoffer-items ul.woul
{
	display:flex;
	flex-wrap:wrap;
	gap:40px 0px;
}

#weoffer-items li
{
	width:20%;
	padding: 0px 10px 0px 0px;
}

#weoffer-items #woli-line
{
	width: 50px;
	height: 4px;
	background: #B9D9F3;
	margin: 0px 0px 20px 0px;
}


#weoffer-items #wo-text
{
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
	text-transform: capitalize;
	color: #767676;
}

#intro-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
	overflow: hidden;
    transition: transform 1.2s ease-in-out;
}

#intro-overlay.hide {
    transform: translateY(-100%);
}

.intro-bg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.intro-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 100px;
    margin: 0px auto;
}

.intro-content
{
	width: 300px;
	background:#7ECA1B;
	padding:10px 20px;
	text-align:center;
	border-radius:25px;
    border: 1px solid rgba(255,255,255,0.4);
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
    box-shadow: 0 0 0 rgba(255,255,255,0);
}

.intro-content button
{
	background:none;
	font-weight:600;
	font-size:18px;
}

.intro-content:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.4),
                0 0 15px rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.8);
}

.header #main-menu ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

.header #main-menu ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 60px;
	left:-22px;
	-webkit-box-shadow: 0px 0px 30px 0px #b0b0b0;
	-moz-box-shadow: 0px 0px 30px 0px #B0B0B0;
	box-shadow: 0px 0px 30px 0px #b0b0b0;
}

.header #main-menu ul li ul.sub-menu li {
	width: auto;
	min-width: 250px;
	float: left;
	background: #FFF;
	border-bottom: 1px solid #929292;
	padding: 12px 10px 12px 10px;
	margin:0px;
	cursor:pointer;
}

.header #main-menu ul li ul.sub-menu li a
{
	left: 0%;
	padding: 12px 0px;
}

li.faqpage-li
{
width:50%;
float:left;
margin:0px 0px 50px 0px;
}

#faqpage-question
{
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 29px;
color: #000000;
margin:0px 0px 40px 0px;
width: 68%;
}

#faqpage_answer
{
width: 80%;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #767676;
border-left:4px solid #E10714;
padding:0px 0px 0px 30px;
}

.lew-filters {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.filters-form {
    display: flex;
    gap: 15px;
    align-items: flex-end;
    flex-wrap: wrap;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.filter-group.hidden {
    display: none;
}

.filter-group label {
	text-align:left;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.filter-group select {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    min-width: 200px;
    background: white;
    cursor: pointer;
    transition: border-color 0.3s;
}

.filter-group select:hover {
    border-color: #0073aa;
}

.lew-post-type {
    background: #0073aa;
    border-radius: 20px;
    padding: 5px 10px;
    color: #FFF;
    font-size: 20px;
    line-height: 20px;
}

.no-results {
    text-align: center;
    padding: 40px;
    color: #666;
    font-size: 18px;
}

#blog-top
{
	margin:250px auto 30px auto;
	width:78%;
	max-width:1400px;
	display:flex;
	flex-direction:column;
	gap:20px;
}

#blog-top h1
{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 67px;
line-height: 73px;
color: #000000;
position:relative;
}

.category #bloglist
{
margin:150px auto 0px auto;
}

#bloglist
{
margin:0px auto 0px auto;
padding:0px 0px 50px 0px;
width:78%;
max-width:1400px;
position:relative;
}

.bloglist li
{
	width: 100%;
	padding: 0px 0% 0px 0px;
	position: relative;
	display:flex;
}

.bloglist li .blog_img
{
width:100%;
max-height: 400px;
overflow: hidden;
}

.bloglist li #blog-page-category
{
position:absolute;
top:0px;
right:0px;
padding:10px;
width:50%;
}

.bloglist li #blog-page-category li
{
float:right;
border:none;
width:auto;
}

.bloglist li #blog-page-category li a
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #FFFFFF;
}

.bloglist li .blog_img img
{
width:100%;
height:auto;
min-height: 400px;
object-fit: cover;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

.bloglist li #art-bottom
{
padding:20px 20px 60px 20px;
width:100%;
background: #FFFFFF;
border: 1px solid #C4C4C4;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}

.bloglist li a
{
	display:flex;
}

#bloglist
{
	display:flex;
	flex-direction:column;
}

.bloglistcontainer
{
	width:calc(100% - 0px);
}

ul.bloglist
{
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	margin:0px;
}

ul.bloglist .blog_title
{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 33px;
color: #000000;
margin:0px 0px 20px 0px;
}

ul.bloglist li #blogdate
{
position:absolute;
bottom:20px;
right:20px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #929292;
}

ul.bloglist li #blog-link
{
	position:absolute;
	bottom:20px;
	left:20px;
	padding:10px;
	background: #6F9FD4;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #000;
	border-radius:15px;
}

#bloglist #pagination
{
width:100%;
float:left;
}

.s26__tags
{
	width:100%;
	min-height:50px;
	margin:0px 0px;
}

.s26__tags li
{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 29px;
	text-align: center;
	color: #000;
	background:#f2f2f2;
	padding:10px 20px;
	margin:0px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.s26__tags li.current-cat
{
background: #E10714;
}

.s26__tags li.current-cat a
{
color:#FFF;
}

#must-read
{
width:100%;
float:left;
height:160px;
padding:20px 0px;
margin:40px 0px 70px 0px;
background: #FFFFFF;
border-top: 1px solid #C4C4C4;
border-bottom: 1px solid #C4C4C4;
}

#must-read .wrapper
{
padding:0px 50px;
}

#must-read #mr-title
{
width:15%;
float:left;
}

#must-read #mr-title h2
{
margin: 30px 0px 0px 0px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 31px;
color: #B0B0B0;
}

#must-read #mr-contetn
{
width:85%;
float:right;
margin: 10px 0px 0px 0px;
}

#must-read #mr-contetn ul
{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: left;
}

#must-read #mr-contetn ul li
{
width:30%;
padding:0px 3% 0px 0px;
}

.page-template-blog .main
{
    background: #E5E5E5;
}

#mr-contetn ul li #blog-img
{
position:relative;
float:left;
width:100px;
height:100px;
margin:0px 10px 0px 0px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

#mr-contetn ul li #blog-img span
{
background: #E10714;
width: 20px;
height: 20px;
position: absolute;
top: 0px;
right: 10%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

#mr-contetn ul li #blog-img img
{
width:100px;
height:100px;
object-fit: cover;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

#mr-contetn ul li #blar-right
{
width:calc(100% - 120px);
float:right;
}

#mr-contetn ul li #blog-title
{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 25px;
color: #000000;
}

#mr-contetn ul li #blogdate
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 26px;
color: #929292;
}

#blog-telo
{
margin:185px auto 0px auto;
padding:0px 0px 0px 50px;
width:78%;
max-width:1400px;
}

.post-template-blog-page .main
{
background: #F9F9F9;
}

#blog-telo-left
{
width:100%;
}

#blog-post-top .blog_img
{
width:100%;
max-height:445px;
object-fit: cover;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

#blog-post-top .blog_img img
{
width:100%;
max-height: 445px;
object-fit: cover;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

#blog-post-top h1
{
width:45%;
margin:20px 0px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 38px;
line-height: 43px;
color: #000000;
}

#blog-page-category
{
width:50%;
float:right;
margin:30px 0px 0px 0px;
text-align:right;
}

#blog-page-category li
{
float:right;
padding:0px 10px;
margin:0px 5px 5px 0px;
border: 1px solid #929292;
border-radius: 100px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 29px;
text-align: center;
color: #929292;
list-style:none;
}

#blog-post-top #blogpagedate
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #929292;
}

#blog-post-top #podtitle
{
margin:70px 0px 0px 0px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 19px;
line-height: 29px;
color: #000000;
}

#blog-telo-left #blog-page-content
{
	margin:30px 0px 0px 0px;
	padding:30px 0px 30px 0px;
	border-top:1px solid #767676;
	border-bottom:1px solid #767676;
}

#blog-telo-left #blog-page-content h2
{
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 400;
font-size: 33px;
line-height: 40px;
text-transform: capitalize;
color: #000000;
margin:0px 0px 30px 0px;
}

#blog-telo-left #blog-page-content .spage__content
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #767676;
}

.spage__content img.alignright
{
float:right;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.spage__content img.alignleft
{
float:left;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

#blog-page-social
{
width:100%;
height:30px;
margin:0px 0px 70px 0px;
}

#blog-page-social h2,
.addtoany_header
{
float:left;
width:70px;
margin:0px 20px 0px 0px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 40px;
text-transform: capitalize;
color: #000000;
}

.addtoany_list
{
margin:5px 0px 0px 0px;
float:left;
width: calc(100% - 70px);
}

.addtoany_share_save_container
{
width:100%;
height:30px;
margin:70px 0px 70px 0px !important;
}

#blog-page-social #fb
{
width:20px;
height:21px;
background: url(../img/fb.svg) no-repeat center;
background-size: cover;
margin:10px 20px 0px 0px;
float:left;
}

#blog-page-social #tw
{
width:20px;
height:20px;
background: url(../img/tw.svg) no-repeat center;
background-size: cover;
margin:10px 20px 0px 0px;
float:left;
}

#blog-page-social #ins
{
width:20px;
height:20px;
background: url(../img/inst.svg) no-repeat center;
background-size: cover;
margin:10px 20px 0px 0px;
float:left;
}

#blog-page-social #you
{
width:29px;
height:20px;
background: url(../img/you.svg) no-repeat center;
background-size: cover;
margin:10px 20px 0px 0px;
float:left;
}

#under-head .wrapper
{
	position:relative;
}

#head-img
{
	width:100%;
	height:550px;
}

#head-img img
{
	width:100%;
	height:550px;
	object-fit:cover;
	-webkit-border-bottom-right-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
}

#head-conteiner
{
	position:absolute;
	top:50px;
	left:50px;
}

#head-title h1
{
	margin:0px 0px 50px 0px;
	color:#FFF;
	font-size:57px;
	font-weight:600;
}

#head-undertitle
{
	color:#FFF;
	font-size:20px;
	font-weight:400;	
}

#blog-page-niz
{
width:100%;
min-height:30px;
margin:0px 0px 70px 0px;
}

#blog-page-niz #blog-page-video
{
width:100%;
margin:0px 0px 50px 0px;
}

#blog-page-niz #blog-page-video iframe
{
width:100%;
min-height:550px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

#blog-page-niz #text-under-video
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #767676;
padding:0px 0px 30px 0px;
border-bottom: 1px solid #767676;
}

#blog-page-niz #metki
{
margin:30px 0px;
padding:0px 0px 50px 0px;
}

#metki #tegi
{
float:left;
margin:0px 20px 0px 0px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 40px;
text-transform: capitalize;
color: #000000;
}

#metki a
{
float:left;
padding:0px 10px;
margin:7px 10px 0px 0px;
border: 1px solid #929292;
border-radius: 100px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 29px;
text-align: center;
color: #929292;
}

#blog-telo-right
{
position:relative;
}

#blog-telo-right #br-strelka
{
position:absolute;
top:255px;
width:130px;
height:187px;
background: url(../img/br-strelka.svg) no-repeat center;
background-size: cover;
}

#blog-contact
{
width:100%;
background:#FFF;
padding:70px 0px;
}

#blog-contact .wrapper
{
margin:0px auto;
width:78%;
max-width:1400px;
padding:0px 50px;
}

#blog-contact .wrapper #bc-border
{
min-height:453px;
border: 1px solid #929292;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}

#blog-contact #bc-left
{
width:50%;
float:left;
padding:35px 0px 35px 35px;
}

#blog-contact #bc-right
{
width:50%;
float:right;
}

#blog-contact #bc-right iframe
{
width:100%;
}

#bc-left h2
{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 67px;
line-height: 73px;
text-transform: capitalize;
color: #E10714;
margin:0px 0px 15px 0px;
}

#bc-left #bc-tel
{
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 31px;
color: #767676;
margin:0px 0px 70px 0px;
}

#bc-left #bc-location
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 140%;
color: #767676;
background: url(../img/footer-location.svg) no-repeat left top;
background-position: left 0px top 5px;
padding: 0px 0px 10px 30px;
margin:0px 0px 20px 0px;
}

#bc-left #bc-shedule
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 140%;
color: #767676;
background: url(../img/footer-shedule.svg) no-repeat left top;
background-position: left 0px top 5px;
padding: 0px 0px 10px 30px;
margin:0px 0px 20px 0px;
}

#bc-left #bc-mail
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 140%;
color: #767676;
background: url(../img/footer-mail.svg) no-repeat left;
background-position: left 0px top 5px;
padding: 0px 0px 10px 30px;
margin:0px 0px 20px 0px;
}

#lastnews
{
	width:100%;
	background:#FFF;
	padding:70px 0px;
}

#lastnews .wrapper
{
	margin:0px auto;
	width:78%;
	max-width:1400px;
	padding:0px 0px;
}

#bg-nderimg
{
	background: #FFFFFF;
	border: 1px solid #929292;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

#blog-top #underh1
{
width:38%;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 21px;
line-height: 29px;
color: #929292;
}

#blog-top #underh1 span
{
	color: #F23535;
	font-weight:bold;
}

#news-categories
{
	width: 100%;
	padding:30px;
	background: #FFFFFF;
	border: 1px solid #C4C4C4;
	border-radius: 20px;
	margin:0px 0px 0px 0px;
}

#news-sidebar
{
width:400px;
float:right;
}

#news-categories #sidebar-search
{
width:100%;
margin:0px 0px 30px 0px;
height:30px;
}

#news-categories #sidebar-search form
{
width:260px;
float:left;
}

#news-categories #sidebar-search form input
{
padding:7px 5px;
background: #FFFFFF;
border: 1px solid #929292;
border-radius: 5px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #A7A7A7;
}

#news-categories #sidebar-search form button
{
width:20px;
height:18px;
background: url(../img/search-b.svg) no-repeat center;
background-size: cover;
position: relative;
left: -35px;
top: 3px;
}

#news-sidebar ul.s26__tags h2
{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 33px;
	line-height: 40px;
	text-transform: capitalize;
	color: #000000;
	margin:0px 0px 20px 0px;
}

ul.s26__tags
{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}

#ullicatnews li
{
	padding:15px 0px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 33px;
	text-align: center;
	color: #FFFFFF;
	width:200px;
	margin:0px 0px 20px 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#top-news
{
float: right;
width: 400px;
padding: 30px;
background: #FFFFFF;
border: 1px solid #C4C4C4;
border-radius: 20px;
margin: 0px 0px 0px 0px;
}

#top-news h2
{
margin: 0px 0px 30px 0px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 33px;
line-height: 40px;
text-transform: capitalize;
color: #000000;
}

#top-news ul li #blog-img
{
float:left;
width:100px;
height:100px;
position:relative;
}

#top-news ul li #blog-img img
{
width:100px;
height:100px;
object-fit: cover;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

#top-news ul li #blog-img span
{
    background: #E10714;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 10%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#top-news ul li #blar-right
{
width:calc(100% - 100px);
float:right;
}

#top-news ul li #blar-right #blogdate
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 26px;
color: #929292;
margin:0px 0px 10px 20px;
}

#top-news ul li #blar-right #blog-title
{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 25px;
color: #000000;
margin:0px 0px 0px 20px;
}

#top-news ul li
{
border-bottom: 1px solid #767676;
padding:20px 0px;
}

#last-blog-gallery
{
	padding:150px 0px 70px 0px;
	margin:100px 0px 0px 0px;
}

#last-blog-gallery .wrapper
{
	display:flex;
	flex-direction:column;
}

#top-lbg
{
	width:100%;
}

#top-lbg h2
{
width:90%;
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 400;
font-size: 42px;
line-height: 52px;
text-transform: capitalize;
color: #767676;
}

#lbg-items ul
{
	position:relative;
	display:flex;
	gap:40px 20px;
	margin:0px;
	flex-wrap:wrap;
}

#lbg-items li img
{
	width:100%;
	min-width:100%;
	height:190px;
	object-fit: cover;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#lbg-items li
{
    width: calc(33% - 9px);
	height:190px;
	object-fit: cover;
}

/* --------------------------------------------------------------------------------------------- WebAtom ---------------------------------------------------------------*/

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background:#FFF;
}

body.admin-bar .section.header
{
	margin:20px 0px 0px 0px;
}

.header
{
	width:100%;
	height: 115px;
	padding:10px 0px;
	background: #4197CB;
	border-bottom:1px solid #929292;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
}

.header #main-menu
{
	margin: 0px 0px 0px 10px;
	width: calc(80% - 0px);
}

.header #main-menu ul li
{
	position:relative;
	margin:0px 0px 0px 0px;
}

.header #main-menu ul li:nth-last-child
{
margin:0px;
}

.header #main-menu ul li a
{
	display:flex;
	padding:24px 0px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #000;
}

ul.sub-menu li a
{
	color:#4197CB !important;
}

.home .header #main-menu ul li a
{
	color:#000;
	display:block;
}

.home .header #main-menu ul li ul li a
{
	color: #929292;
}

.header__box {
	width:1400px;
	margin:0px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 95px;
	pointer-events: auto;
	transition: height 0.2s;
}

.header__box #logo
{
float:left;
margin:5px 20px 0px 0px;
}

.header__box #logo-turizmus
{
	display:flex;
	margin:5px 20px 0px 0px;
}

.header__box #logo-turizmus a
{
	display:flex;
}

#footer1 #logo-turizmus
{
	display:flex;
    background: #FFF;
    border-radius: 20px;
    width: 200px;
    padding: 20px;
}

.header__box #logo-turizmus img
{
	height:88px;
	width:170px;
}

.webatom-logo-img
{
	width:50px;
	height:50px;
	background: url("../img/webatom-logo-img.png") no-repeat center;
	background-size:cover;
	animation: rotate 10s linear infinite;
}

.header__box #main-menu
{
	height:100%;
	margin:0px 20px 0px 0px;
}

ul#menu-head-menu
{
	display:flex;
	margin:17px 0px 0px 0px;
	padding:0px;
	gap: 30px;
}

ul#menu-head-menu li
{
	padding:10px;
	text-align:center;
}

.header__box #menu-icon
{
	width: 40px;
    height: 40px;
	margin:0px 20px 0px 0px;
	background: url("../img/menu-icon.svg") no-repeat center;
	background-size:40px;
	display:none;
}

.header__box #header-tel
{
	float:right;
	margin:5px -20px 0px 0px;
	padding:10px 0px 10px 30px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 19.25px;
	line-height: 150%;
	color: #66CB01;
	background: url("../img/tel-verh.svg") no-repeat left;
}

.header__box > div:nth-child(1) {
  display: flex;
  align-items: center;
}

.header_scrolled .header__left-box, .header_scrolled .header__box {
  height: 80px;
}

.header_scrolled .header__bg_2:before {
  opacity: 1;
}

.header__logo {
  display: inline-flex;
  align-items: center;
  max-width: 169px;
  height: 52px;
  flex-shrink: 0;
}

.header__logo img {
  position: relative;
  top: 0%;
  min-width:130px;
}



.current-menu-item a:before, .current-page-ancestor a:before, .current-post-ancestor a:before {
  width: 100% !important;
}

.menu-row {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0.7em;
  height: 0.7em;
  background: url("../img/icons/next-white.svg") center/100% auto;
  transition: transform 0.2s;
}

.footer__box .menu-row {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0.7em;
  height: 0.7em;
  background: url("../img/icons/next-white.svg") center/100% auto;
  transition: transform 0.2s;
}

.section {
  display: flex;
  color: #fff;
  background: #FFF;
}

/* -------------------------------- Anons Page ----------------------------------*/
#anons-head
{
	width:1400px;
	margin:155px auto 50px auto;
	padding:20px;
    background: url(../img/footer-bg.png);
	border: 1px solid #3983AA;
	border-radius:20px;
}

.af-wrapper
{
	width:100%;
	display: flex;
    flex-wrap: wrap;
	position:relative;
	gap:30px;
	background: url(../img/anons-map-icon.svg) no-repeat left bottom;
    background-size: 50px;
}

.ahw-left,
.ahw-right
{
	width:calc(50% - 15px);
}

.ahw-right img
{
	height:200px;
	width:auto;
	display:flex;
	margin:0px 0px 0px auto;
	object-fit:cover;
	border-radius:10px;
}

#anons-content
{
	width:1400px;
	margin:0px auto 50px auto;
	padding:20px;
    background: #EFEFEF;
	border: 1px solid #3983AA;
	border-radius:20px;
}

.ac-text li
{
	list-style:disc;
}

.ac-map
{
	width:100%;
	text-align:center;
}

.ac-map img{
	height:400px;
	width: auto;
	object-fit:cover;
	border-radius:10px;	
}

/* -------------------------------- Gallery Page ----------------------------------*/
#gallery-content
{
	width:1400px;
	margin:155px auto 50px auto;
	padding:20px;
    background: url(../img/footer-bg.png);
	border: 1px solid #3983AA;
	border-radius:20px;
}

.gc-wrapper
{
	width:100%;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	position:relative;
}

.gallery-head
{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	background: url(../img/gallery-icon.svg) no-repeat left bottom;
	background-size:50px;
}

.gh-left,
.gh-right{
	width:calc(50% - 15px);
	padding:20px 0px;
}

.gh-right img
{
	width:100%;
	height:300px;
	object-fit:cover;
	border-radius:10px;
}

.event-types
{
	position:absolute;
	bottom:10px;
	left:60px;
	color:#4197CB;
	font-weight:600;
}

.gc-wrapper h1{
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #3983AA;
    text-shadow: 1px 1px 1px #FFFFFF;
    padding: 0px 0px 20px 0px;
}

.gallery-photos {
	width: 800px;
    max-width: 800px;
    margin: 20px auto;
    text-align: center;
    position: relative;
}

.galimg
{
	height:600px;
	object-fit:cover;
}

.gallery-main
{
	width: 800px;
}

.gallery-main img {
    width: 100%;
    height: auto;
	max-height:500px;
	object-fit:cover;
    border-radius: 8px;
}

.gallery-thumbnails {
	width:800px;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
}

.gallery-thumbnails div {
    cursor: pointer;
    transition: transform 0.2s;
}

.gallery-thumbnails div.slick-list.draggable
{
	width:600px;
	margin:0px auto;
}

div.slick-list.draggable div.slick-track
{
	display:flex;
	gap:0px 10px;
}

.gallery-thumbnails .slick-next {
    right: 10px;
}

.gallery-thumbnails  .slick-prev {
    left: 10px;
	top: 35%;
}

.gallery-thumbnails img {
    width: 80px;
    height: auto;
    border-radius: 5px;
}

.gallery-thumbnails div:hover {
    transform: scale(1.1);
}

.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3983AA;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    border: none;
	text-indent: -9999px;
}

.slick-prev { left: -50px; }
.slick-next { right: -50px; }

.slick-prev::before, .slick-next::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: solid white;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
}

.slick-prev::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.slick-next::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.slick-prev:hover, .slick-next:hover {
    background-color: rgb(0 77 122 / 80%);
}


.gcc-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.gallery-block {
    padding: 20px;
    border-radius: 10px;
    background: #f8f9fa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.gallery-block h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.gallery-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.gallery-grid .gallery-item
{
	position:relative;
}

.gallery-grid a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.2s;
}

.gallery-grid img {
    width: 100%;
    height: auto;
	max-height:335px;
	object-fit:cover;
    display: block;
    border-radius: 5px;
}

.gallery-grid a:hover {
    transform: scale(1.05);
}

.gallery-grid .gallery-item .gallery-caption
{
	background-color: rgba(65, 151, 203, 0.5);
	padding:10px;
	position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0px;
    color: #FFF;
}


/* ------------------------------------ AND GALLERY PAGE--------------------------------------------*/

/* ------------------------------------ Last Gallerys Home --------------------------------------------*/

#latest-events {
	width:1400px;
	margin: 50px auto;
    padding: 50px 0;
    text-align: center;
}

.le-wrapper {
    width:100%;
}

.lew-h2 {
	width: 55%;
    position: relative;
	text-align: left;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 67px;
    line-height: 73px;
    color: #4197CB;
	padding:0px 0px 20px 0px;
    margin: 0px 0px 50px 0px;
	border-bottom:1px solid #4197CB;
}

.lew-items {
	width: 100%;
    display: flex;
	flex-direction:column;
    gap: 50px 0px;
    justify-content: center;
}

.lew-item {
	width: 100%;
    display: flex;
	gap:0px 20px;
    text-decoration: none;
	border-radius:20px;
	background: #f5f5f5;
    border-radius: 200px;
    padding: 40px;
}

.lew-item:nth-child(even)
{
	flex-direction:row-reverse;
}

.lg-img
{
	width:calc(40% - 0px);
	padding:0px;
}

.lg-right
{
	width:calc(60% - 20px);
	padding:0px;
	text-align:left;
	padding: 0px 60px;
	position:relative;
	display:flex;
	flex-direction:column;
	gap:20px;
}

.lew-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
	background:#FFF;
	border-bottom:2px solid #6F9FD4;
	border-radius:200px;
}

.lew-item h3 {
	width: 100%;
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #599806;
}

.lew-date {
    font-size: 30px;
    color: #777;
    margin: 0px;
    display: block;
}

.typs
{
	display:flex;
	gap:10px;
}

.lew-type
{
	display: flex;
	margin: 0px 0px 0px 0px;
}

.lew-type span
{
	background: #ADADAD;
	border-radius:20px;
	padding:5px 10px;
	color:#FFF;
	font-size: 20px;
    line-height: 20px;	
}

.lew-more {
    display: block;
	width:300px;
    padding: 10px 15px;
    background: #B9D9F3;
    color: #000;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transition: background 0.2s;
	border-radius:10px;
}

.lew-item img:hover {
    transform: scale(1.05);
}

.lew-item:hover .lew-more {
    background: #7FC7FF;
}

.date-typ
{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}

.date-typ .event-types
{
	display:flex;
	position:relative;
}

.lew-item .event-types
{
	height: 40px;
	padding:0px 0px 0px 50px;
	margin: 10px 0px 0px 0px;
}

.lew-item .event-types span
{
	margin:10px 0px 0px 0px;
}

.lew-item.gallery-item .event-types
{
	background: url(../img/gallery-icon.svg) no-repeat left;
    background-size: 40px;
}

.lew-item.anons-item .event-types
{
	background: url(../img/anons-map-icon.svg) no-repeat left;
    background-size: 40px;
	color:#7ECA1B;
}


/* ------------------------------------ AND LAST GALLERYS HOME -----------------------------------------*/

#case-head .wrapper,
#case-details .wrapper,
#case-stages .wrapper,
#other-cases .wrapper
{
    width: 78%;
    margin: 0px auto 20px auto;
    height: auto;
}


ul.detailul
{
 display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

li.detailli
{
flex-basis: 50%;
padding: 10px 10px 30px 10px;
}

li.detailli h3
{
font: 45px/1.25 "London-Light";
margin:0px 0px 20px 0px;
}

#faq
{
height: auto;
padding: 100px 0px;
}

#faq h2
{
width:50%;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 67px;
line-height: 73px;
color: #4197CB;
position: relative;
margin: 0px 0px 0px 0px;
}

#faqitems,
#getconent
{
	width: 78%;
    margin: 0px auto 20px auto;
    height: auto;
	max-width:1300px;
}

.faqli
{
border-bottom:none;
width: 100%;
float: left;
cursor: pointer;
outline: none;
transition: 0.4s;
position:relative;
border-top: 1px solid #7DC91B;
padding: 20px 0px;
}

.faqli:last-child
{
border-bottom: 1px solid #7DC91B;
}

.faqli #faq-icon
{
width:50px;
height:50px;
position:absolute;
right:0px;
top:25%;
background: url("../img/faq-icon1.png") no-repeat;
background-size: cover;
}

.faqli.active #faq-icon
{
	transform: rotate(90deg);
}

.faqli span
{
display:none;
float:right;
top:10px;
right:10px;
font: 30px/1.05 "London-Light";
position:absolute;
}

.faqli.active span
{
transform: rotate(270deg);
}

.active, .accordion:hover,
button:focus {
}

.faqli #faq_answer {
  display: none;
  overflow: hidden;
}

.faqli.active #faq_answer {
  display: block;
  overflow: hidden;
}

.faqli:after {
  display:none;
}

.active:after {
  display:none;
}

#faq-question
{
width:50%;
float:left;
padding:10px 5% 10px 10px;
margin:0px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 29px;
color: #7DC91B;
}

#faq_answer
{
width:50%;
float:right;
padding:10px 5% 10px 0%;
margin:0px;
font: 17px/1.05 "London-Light";
line-height:29px;
color: #767676;
}

.faqli.active #faq-question
{
color: #B0B0B0;
}

.footer {
  flex-shrink: 0;
}

#footerline
{
height:20px;
background: linear-gradient(165deg, #0130f9 20%, #00ffff 70%, #74ff80 90%, #F2FF50 100%);
}

footer.section
{
display:block;
border-top:1px solid #7DC91B;
background: #FFF;
margin:0px 0px 0px 0px;
padding:100px 0px 0px 0px;
color:#929292;
background: url("../img/footer-bg.png");
}

footer.section div.container-fluid
{
width:78%;
margin:0px auto;
max-width:1400px;
padding:50px !important;
}

.footer__box {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0 50px 0;
}

#footer1,
#footer4
{
width:30%;
}

#footer2,
#footer3
{
width:20%;
}

#footer3 #menu-footer-menu-2
{
margin:-10px 0px 0px 0px;
}

.footer__box > *:nth-child(1) {
  width: 30%;
}

.footer__box > *:nth-child(2) {
  width: 20%;
}

.footer__box > *:nth-child(3) {
  width: 25%;
}

.footer__box > *:nth-child(4) {
  width: 20%;
}

.footer-logo,
.footer-logo-b {
  display: inline-block;
  margin: 5px 0 50px 0;
  max-width: 255px;
}

.footer-logo__img {
  display: inline-block;
  max-width: 255px;
}

#menu-footer-services
{
margin:-5px 0px 0px 0px;
}

#menu-footer-services li,
#menu-footer-menu-2 li
{
height:25px;
}

#menu-footer-services li a,
#menu-footer-menu-2 li a
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 220%;
color: #929292;
}

#footer-location
{
width:100%;
padding:0px 0px 10px 30px;
margin:0px 0px 10px 0px;
background: url("../img/footer-location.svg") no-repeat left top;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 140%;
color: #767676;
}

#footer-shedule
{
width:100%;
padding:0px 0px 10px 30px;
margin:0px 0px 10px 0px;
background: url("../img/footer-shedule.svg") no-repeat left top;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 140%;
color: #767676;
}

#footer-mail
{
width:100%;
padding:0px 0px 0px 30px;
margin:0px 0px 10px 0px;
background: url("../img/footer-mail.svg") no-repeat left;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 140%;
color: #767676;
}

#shedule-visit,
#bigapple-view
{
margin:0px 0px 30px 0px;
float:right;
}

#shedule-visit button
{
width: 293px;
height: 53px;
background: #7DC91B;
border-radius: 100px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 140%;
text-align: center;
color: #FFFFFF;
}

#bigapple-view button
{
width: 293px;
height: 53px;
border: 1px solid #7DC91B;
border-radius: 100px;
background: url("../img/my-bigaplle-icon.svg") no-repeat left;
background-position: right 50px top 50%;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 12px;
text-transform: uppercase;
color: #7DC91B;
}

.footer-logo__text {
  display: block;
  margin: 21px 0 0 0;
  font: 20px/1.2 "London-Light";
}

#footer4
{
position:relative;
}

#footer-soc
{
position:absolute;
bottom:10px;
right:10px;
}

#footer-soc ul li img
{
width:25px;
}

#footer-bottom
{
padding:40px 0px;
border-top:1px solid #7DC91B;
min-height:120px;
position:relative;
}

#footer-bottom #copirr
{
position:absolute;
top:0px;
left:0px;
width:300px;
margin:40px 0px 0px 0px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 182%;
color: #767676;
}

#footer-bottom #footer-poli
{
position:absolute;
top:0px;
right:0px;
width:350px;
margin:40px 0px 0px 0px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 182%;
color: #767676;
}

#footer-poli #pol
{
float:left;
margin:0px 25% 0px 0px;
}

#footer-poli #term
{
float:left;
}

#footer-poli #cookies
{
float:right;
}

.bordered-links a {
  position: relative;
  display: inline-block;
  padding: 5px;
}

.bordered-links a:before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: all 0.2s;
}

.bordered-links a:hover:before {
  width: calc(100% - 10px);
}

.footer__menu {
  margin-bottom: 0;
  font: 22px/1.2 "London-Light";
}

.footer__menu li {
  margin: 0 0 10px;
}

.footer__menu ul {
  display: none;
  flex-direction: column;
  margin: 10px 0 0;
}

.footer__menu .menu-row {
  top: -0.15em;
  left:0.55em;
}

.footer__contacts {
  margin-bottom: 71px;
  font: 22px/1.2 "London-Light";
}

.footer__contacts a {
  padding: 5px;
}

.footer-form__input {
  display: block;
  margin: 0 0 19px;
  padding: 0 23px;
  width: 100%;
  height: 61px;
  border: 1px solid #FFF;
  color: #FFF;
  background: transparent;
  font: 22px/1 "London-Light";
}

.footer-form__input::-webkit-input-placeholder {
  color: #FFF;
}

.footer-form__input:-moz-placeholder {
  color: #FFF;
}

.footer-form__input::-moz-placeholder {
  color: #FFF;
}

.wp-toolbar .acf-field-67d571b274648 textarea,
.acf-field-67d571b274648
{
	min-height:20px;
	height:50px;
}

.sh9 > *:nth-child(2) {
  border-top: 1px solid #000;
}

.sh9__box {
  padding: 130px 0 110px;
}

.sh9__list-wrap {
  margin: 0 -2vw;
}

.sh9__list-wrap_2 {
  opacity: 0;
}

.sh9__list-wrap_2.swiper-initialized {
  opacity: 1;
}

.sh9__list-box {
  padding: 0 2vw;
}

.sh9__list-btns {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  top: calc(35vw/2);
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  z-index: 1;
}

.sh9__list-btn {
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  margin: 0;
  color: #fff;
}

.sh9__list-btn_prev {
  transform: none;
}

.sh9-article {
  position: relative;
  overflow: hidden;
}

.sh9-article:hover .sh9-article__img img {
  transform: translate3d(-50%, -50%, 0) scale(1.05);
}

.sh9-article:hover .sh9-article__title > * {
  border-color: #000;
}

.sh9-article__img {
  position: relative;
  margin: 0 0 34px;
  overflow: hidden;
}

.sh9-article__img div {
  padding: 80% 0 0;
}

.sh9-article__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}

.sh9-article__title {
  margin: 0 0 1.4em;
  font: 1.5625vw/1.4 "London-Bold";
  text-transform: uppercase;
}

.sh9-article__title > * {
  display: inline;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
}

.sh9-article__more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50vw;
  height: 50vw;
}

.section-title {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 188px 0 0;
  width: 100%;
  font: 35px/1 "London-Light";
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  white-space: nowrap;
}

.section-title > * {
  position: relative;
  transform: rotate(180deg);
}

.spage {
  flex-grow: 1;
}

.spage__box {
  padding: 150px 0 100px;
}

.spage__box .sh9__list {
  display: flex;
  flex-wrap: wrap;
}

.spage__box .sh9__list-box {
  margin: 0 0 3vw;
  width: 33.33%;
}

.spage__title {
  margin: 0 0 1em;
  font: 32px/1.2 "Asgard-FitMedium";
  text-transform: uppercase;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin: 2px 0 0;
  font-size: 15px;
}

.wpcf7-not-valid {
  border-color: red;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px auto 0;
  padding: 10px;
  border-width: 1px;
}

.spagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0 0;
  font-family: 'London-Bold';
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
  color:#B0B0B0;
  border: 1px solid #B0B0B0;
}

.next.page-numbers
{
border:none;
color: #599806;
}

.page-numbers:not(.prev):not(.next):not(.dots) {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

.page-numbers.current {
  color: #4197CB;
  background: none;
  border: 1px solid #4197CB;
}

.page-numbers.prev, .page-numbers.next {
  position: relative;
  margin: 0 19px;
  font-size: 0;
}

.page-numbers.prev:before
{
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 55px;
  height: 100%;
  background: url("../img/prew.png") center/100% auto no-repeat;
}
.page-numbers.next:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 55px;
  height: 100%;
  background: url("../img/next-p.png") center/100% auto no-repeat;
  /*background: url("../img/icons/next-white.svg") center/100% auto no-repeat;*/
}

.page-numbers.prev {
  padding: 0 19px 0 0;
}

.page-numbers.prev:before {
  right: 0;
  transform: translate(0, -50%) rotate(0deg);
  border:none;
}

.prev.page-numbers
{
border:none;
}

.page-numbers.next {
  padding: 0 0 0 19px;
}

.page-numbers.next:before {
  left: 0;
}

/* ----------------------------------------------------------------------------------------------------max-width: 2600px --------------------------------------------------------*/
@media (max-width: 2600px) {

}

/* ----------------------------------------------------------------------------------------------------max-width: 2000px --------------------------------------------------------*/
@media (max-width: 2000px) {

}

/* -----------------------------------------------------------------------------------------------------max-width: 1500px --------------------------------------------------------*/
@media (max-width: 1500px) {

	.footer__box > *:nth-child(1) {
	width: 50%;
	}
	.footer__box > *:nth-child(2) {
	width: 25%;
	}
	.footer__box > *:nth-child(3) {
	width: 25%;
	}
	.section.sh1
	{
	height:auto;
	}
	
	.home #head-title h1 {
		font-size: 52px;
		line-height: 55px;
	}

	.home #head-undertitle {
		width: 95%;
		margin: 0px 0px 30px 0px;
	}

	.header__menu li {
		float: left;
		padding: 10px 30px 10px 10px;
	}

	.faqli.active #faq-icon {
		top: 39px;
	}

	#stages h2 {
		width: 61%;
	}

	#lastnews #topnews h2 {
		width: 41%;
	}

	#page-header h1 {
		font-size: 35px;
	}

	#care-left h2 {
		font-size: 52px;
		line-height: 63px;
	}

	#care-of .wrapper {
		min-height: 580px;
	}

	#why-access h2 {
		width: 64%;
	}

	#insurance-h2 {
		width: 55%;
	}

	#manage-risk h2 {
		width: 61%;
	}

	#mr-items ul li {
		width: 30%;
		min-width: 215px;
		min-height: 215px;
		padding: 25px;
	}

	#mr-items ul {
		margin: 40px 0px 0px 0px;
	}

	#mr-items ul li #mr-text {
		margin: 23% 0px 0px 0px;
	}

	#lbg-items li:nth-child(2) {
		width: 372px;
		margin: 0px 0% 20px 0px;
	}

	#lbg-items li:nth-child(2) img {
		min-width: 372px;
	}

	#lbg-items li:nth-child(5) {
		width: 370px;
		margin: 0px 0px 20px 0px;
	}

	#lbg-items li:nth-child(6) {
		width: 205px;
		margin: 5px 0px 20px 215px;
	}

	#lbg-items li:nth-child(7) {
		width: 185px;
		height: 195px;
		margin: 5px 0px 0px 20px;
	}

	#lbg-items li:nth-child(7) img {
		height: 200px;
	}

	#lbg-items li:nth-child(10) {
		margin: 5px 0px 20px 0px;
	}

	#blog-telo-right #br-strelka {
		right: 0px;
	}

}

/* -----------------------------------------------------------------------------------------------------max-width: 1400px --------------------------------------------------------*/

@media (max-width: 1400px) {
.section.sh1,
#trusted .wrapper,
#we-understand .wrapper,
#for .wrapper,
#main-services .wrapper,
#call-front .wrapper,
#new-tecgno .wrapper,
#choose .wrapper,
#getting-started .wrapper,
#stages .wrapper,
#reviews .wrapper,
#property .wrapper,
#call-now .wrapper,
#faqitems,
#lastnews .wrapper,
footer.section div.container-fluid,
.block-container .wrapper,
#webatom-benefits .wrapper,
#cena-sayta.block-container .wrapper,
.header > *:nth-child(2) .container-fluid,
#header-niz-wrap
{
width: 90%;
}
#lastnews .wrapper
{
padding:0px;
}
.home #head-conteiner {
    width: 60%;
}
#page-header h1 {
    width: 95%;
}
#trusted-right #rs {
    margin: 35px 25px 0px 0px;
}
#care-of .wrapper {
    min-height: 625px;
}
#care-left h2
{
font-size: 55px;
line-height: 65px;
width:95%;
}
#iw-left #round h2 {
    margin: 140px auto 0px auto;
}
#why-access h2 {
    width: 62%;
}
#insurance-h2 {
    width: 55%;
}
#iw-left #round {
    width: 395px;
    height: 395px;
}
#iw-right {
    height: 395px
}
#iw-text {
    width: 70%;
}
#manage-risk h2 {
    width: 63%;
}
#mr-items ul li {
    width: 30%;
    min-width: 230px;
    height: 100%;
    min-height: 250px;
    float: left;
    margin: 0px 20px 0px 0px;
    background: #FFFFFF;
    padding: 20px 30px;
}

#mr-items #mr-str {
    margin: 50px 0px 0px 0px;
}
#mr-items ul li #mr-text {
    margin: 37% 0px 0px 0px;
}
.block-container .wrapper
{
padding:0px;
}
#top-lbg {
    width: 400px;
}
#lbg-items li:nth-child(1) {
    margin: -145px 20px 20px 10px;
}
#lbg-items li:nth-child(2) img {
    width: 100%;
    min-width: 420px;
}
#lbg-items li:nth-child(3) img {
    min-width: 390px;
}
#lbg-items li:nth-child(3) {
    width: 390px;
}
#lbg-items li:nth-child(2) {
    margin: 0px 5% 20px 0px;
}
#lbg-items li:nth-child(5) img
{
    min-width: 420px;
}
#lbg-items li:nth-child(5) 
{
    width: 420px;
	margin: 0px 15px 20px 0px;
}
#lbg-items li:nth-child(6) {
    width: 170px;
    height: 195px;
}
#lbg-items li:nth-child(6) img,
#lbg-items li:nth-child(7) img {
    width: 100%;
    min-width: 170px;
}
#lbg-items li:nth-child(7) {
    width: 170px;
    height: 195px;
}

#lbg-items li:nth-child(9) {
    width: 180px;
	    height: 190px;
}
#lbg-items li:nth-child(9) img {
    min-width: 180px;
	    height: 190px;
}
#lbg-items li:nth-child(10) {
    left: 625px;
}
#lbg-items li:nth-child(10) img {
    min-width: 420px
}
#we-offer h2 {
    width: 90%;
}
#cena-sayta h2 {
    width: 50%;
}

#service-description h2 {
    width: 47%;
}
#what-items-2 li #what-img img {
    height: 150px;
}

#main-plot #mp-cont {
    height: 508px;
}

#accompanying-service #accompanying-h2 {
    width: 50%;
}

#ourteam-e-mail {
    font-size: 14px;
}
#certified-team h2 {
    width: 50%;
}
#buildings-access-methods h2 {
    width: 55%;
}
#top-rated h2 {
    width: 65%;
}
.section.sh1
{
height:auto;
}
.s5__subtitle {
font: 17px/1.225 "London_SemiBold";
}
}

/* -----------------------------------------------------------------------------------------------------max-width: 1300px --------------------------------------------------------*/

@media (max-width: 1300px) {

}

/* -----------------------------------------------------------------------------------------------------max-width: 1199px --------------------------------------------------------*/

@media (max-width: 1199px) {

  .top__title {
    font-size: 80px;
  }
  .sh1__list {
    font-size: 20px;
  }
  .sh2__box {
    height: 700px;
  }
  .s8bl1__box > *:nth-child(1) {
    width: 100%;
  }
  .s8bl1__box > *:nth-child(2) {
    width: 100%;
  }
  .s8bl1__text ul {
    margin: 0 0 50px;
  }
  .sh3__box {
    padding: 120px 0 120px;
  }
  .sh3__box .s8bl1__img {
    justify-content: center;
    margin: 80px auto  0;
    max-width: 500px;
  }
  .sh4__box {
    padding: 120px 0 120px;
  }
  .rtblock {
    height: 80px;
    font-size: 28px;
  }
  .sh5__box {
    padding: 120px 0 120px;
  }
  .sh5-list__box {
    max-width: none;
  }
  .sh5__block {
    margin: 0 0 120px;
  }
  .sh5__block-top {
    margin: 0 0 50px;
  }
  .rtblock_8 {
    margin: 120px 0 120px;
  }
  .sh6__box {
    padding: 120px 0 120px;
  }
  .sh6__title {
    font-size: 50px;
  }
  .sh6__heading {
    margin: 0 0 80px;
  }
  .sh6__list > * {
    margin: 0 0 80px;
    width: 45%;
  }
  .sh6-item__img {
    margin: 30px 0 0;
  }
  .sh7__box {
    padding: 120px 0 120px;
  }
  .rtblock_9 {
    margin: 120px 0 120px;
  }
  .s7bl2__box {
    max-width: none;
  }
  .s2__box {
    grid-template-columns: 50% 50%;
    grid-template-rows: 45% 45% 10%;
    grid-template-areas: 'b1 b2'
 'b3 b4'
 'b5 b5';
    height: 906px;
  }
  .s2__box_2 {
    grid-template-rows: repeat(2, 3fr) 2fr;
  }
  .s2-item__title {
    margin: 0 0 15px;
    font-size: 25px;
  }
  .s2-item__part_top {
    padding-bottom: 25px;
  }
  .s2__allcases-link {
    font-size: 25px;
  }
  .sh8bl1__box {
    max-width: none;
  }
  .sh8__box {
    padding: 120px 0 0;
  }
  .sh8bl2 {
    margin: 0 0 120px;
  }
  .sh8bl3__heading {
    margin: 0 0 120px;
  }
  .sh10__box > *:nth-child(1) {
    width: 100%;
  }
  .sh10__box > *:nth-child(2) {
    width: 100%;
  }
  .sh10__box {
    max-width: none;
  }
  .sh10-cm__text {
    font-size: 22px;
  }
  .sh9__box {
    padding: 100px 0;
  }
  .sh4__list_min {
    font-size: 3vw;
  }
  .sh8bl3-plan4 ul {
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
  }
  .sh8bl3-plan4 ul li {
    width: 100%;
    border: 1px solid #000;
    border-bottom-color: transparent;
  }
  .sh8bl3-plan4 ul li:last-child {
    border-bottom-color: #000;
  }
  .sh8bl3-plan4 ul li:before {
    transform: translate(0, -50%) rotate(90deg);
  }
  .sh8bl3 {
    margin: 0 0 120px;
  }
  .sh10__box {
    padding-bottom: 120px;
  }
  .header__box {
    height: 90px;
  }
  .header__invite {
    height: calc(100vh - 90px);
  }
  .sh5__block {
    margin: 0 0 70px;
  }
  .s2-item__main {
    opacity: 1;
  }
  .section > *:nth-child(2) {
    width: 100%;
  }
  .sh11__item {
    width: 15vw;
    height: 15vw;
  }
  .sh8bl3-plan1__line {
    display: none;
  }
  .sh8bl3-plan1__text {
    display: block;
    margin: 0 0 20px;
  }
  .sh8bl3-plan1__box {
    margin: 0 auto;
    max-width: 580px;
    text-align: center;
  }
  .sh8bl3-plan1__box br {
    display: none;
  }
  .sh8bl3-plan1__row {
    display: block !important;
    margin: 0 auto;
    width: 150px;
    height: 25px;
    background: linear-gradient(to right, #0130f9 0%, #00ffff 50%, #74ff80 100%);
    -webkit-clip-path: polygon(50% 100%, 25% 0, 75% 0);
    clip-path: polygon(50% 100%, 25% 0, 75% 0);
    transform: none;
  }
  .sh8bl3-plan2__box {
    margin: 0;
  }
  .sh8bl3-plan2__box > *:nth-child(1) {
    width: 100%;
  }
  .sh8bl3-plan2__box > *:nth-child(2) {
    width: 100%;
  }
  .sh8bl3-plan2__list {
    margin: 0;
  }
  .sh8bl3-plan2__text {
    text-align: center;
  }
  .sh8bl3-plan2__list {
    margin: 0 auto;
    max-width: 400px;
  }
  .sh8bl3-plan1 {
    font-size: 30px;
  }
  .sh9__list-wrap {
    margin: 0 -10px;
  }
  .sh9__list-box {
    padding: 0 10px;
  }
  .sh9-article__title {
    font-size: 18px;
  }
  .s3__items {
    padding: 0;
  }
  .s3__items {
    font-size: 18px;
  }
  .s3__items-wrap {
    margin: 0;
    padding: 0 15px;
  }
  .s3-item {
    padding: 0 0 0 3em;
  }
  .s3-item__text:before {
    left: -0.5em;
    top: 0;
    font-size: 5em;
  }
  .s3__items-wrap {
    width: 40vw;
  }
  .top__box {
    padding: 0 0 70px 0;
    height: 600px;
  }
  .s1__box {
    padding: 70px 0;
  }
  .s3__items-box {
    margin: 100px 0 110px;
  }
  .solution__box {
    max-width: none;
  }
  .s3__box {
    padding: 0 0 70px;
  }
  .s4bl1__box {
    width: auto;
  }
  .s4bl3 {
    width: auto;
  }
  .container-fluid {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
  .full-width {
    margin-left: -4vw !important;
    margin-right: -4vw !important;
  }
  .full-width-right {
    margin-right: -4vw !important;
  }
  .full-width-max {
    margin-left: -4vw !important;
    margin-right: -4vw !important;
  }
  .full-width-left {
    margin-left: -4vw !important;
  }
  .s8bl1__img {
    justify-content: center;
    margin: 50px 0 0;
  }
  .header__menu-btn_2 {
    display: inline-flex;
    margin: 0 10px 0 -10px;
    width: 60px;
    height: 60px;
  }
  .sh8bl3-plan {
    display: flex;
    flex-direction: column-reverse;
  }
  .sh8bl3-plan2 {
    margin: 0;
  }
  .sh8bl3-plan1 {
    margin: 0 0 30px;
  }
  .sh8bl3-plan3 {
    margin: 0 0 50px;
  }
  .sh8bl3-plan4 {
    margin: 0 0 50px;
  }
  .sh8bl3-plan__row_1 {
    margin: 30px auto 0;
  }
  .sh8bl3-plan__row_2 {
    margin: 0 auto 30px;
  }
  .sh8bl3-plan2__list {
    display: none !important;
  }
}

/* -----------------------------------------------------------------------------------------------------max-width: 991px --------------------------------------------------------*/

@media (max-width: 991px) {
  .sh1__box_1 > *:nth-child(1) {
    width: 100%;
  }
  .sh1__box_1 > *:nth-child(2) {
    margin: 0 0 30px;
    width: 100%;
  }
  .top__title {
    font-size: 70px;
  }
  .sh1__list {
    font-size: 18px;
  }
  .sh1__title {
    margin: 0 0 30px;
  }
  .sh1__box_1 {
    padding: 170px 0 50px;
  }
  .sh1__box_2 > *:nth-child(1) {
    width: 50%;
  }
  .sh1__box_2 > *:nth-child(2) {
    width: 50%;
  }
  .sh1__box_2 {
    height: 50px;
  }
  .sh2__img {
    width: 75%;
  }
  .s7bl2__box > *:nth-child(1) {
    margin: 0 0 50px;
    width: 100%;
  }

  .footer__box {
    padding: 30px 0;
  }
  .footer__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    font-size: 20px;
  }
  .footer__menu li {
    margin: 2px 5px;
  }
  .footer {
    text-align: center;
  }
  .footer__contacts {
    margin: 0 0 30px;
    font-size: 20px;
  }
  .footer-form {
    margin: 0 auto;
    max-width: 280px;
  }
  .footer-logo {
    margin: 0 0 30px;
  }
  .footer__socials {
    justify-content: center;
  }
  .footer-logo__text {
    margin: 15px 0 0 0;
    font-size: 18px;
  }
  .footer-logo__img {
    max-width: 280px;
  }
  .footer-form__input {
    margin: 0 0 10px;
    padding: 0 15px;
    height: 50px;
    font-size: 18px;
    text-align: center;
  }
  .footer__socials a {
    width: 30px;
    height: 30px;
  }
  .footer__socials > * {
    margin: 7px;
  }
  .sh10-cm__text {
    padding: 34px 20px 20px;
    font-size: 18px;
  }
  .sh10-cm > *:nth-child(3) {
    width: 275px;
  }
  .sh10-cm {
    margin: 0 0 15px;
  }
  .slink {
    font-size: 18px;
  }
  .small-title {
    font-size: 17px;
  }
  body {
    font-size: 16px;
  }
  .header__box {
    height: 50px !important;
  }
  .header__invite {
    height: calc(100vh - 70px);
  }
  .header__mbtn-rows > * {
    margin: 0 0 6px;
    height: 3px;
  }
  .header__bc-star {
    margin: 0 0.5em 0 0;
    width: 2em;
  }
  .s1-block > *:nth-child(2) {
    margin: 0 0 30px;
    width: 100%;
  }
  .s1-block > *:nth-child(3) {
    width: 100%;
  }
  .s1-block__title {
    margin: 0 0 30px;
    font-size: 40px;
  }
  .s1-block__img {
    max-width: 200px;
  }
  .s1-block__text li {
    margin: 0 0 1.2em;
  }
  .s1-block__text > * {
    margin-bottom: 30px;
  }
  .s1-block {
    margin: 0 0 50px;
    padding: 0;
    min-height: auto;
  }
  .solution__text {
    font-size: 20px;
  }
  .header__menu {
    font-size: 6vw;
  }
  .header__invite-box > * {
    width: 100%;
  }
  .header__invite-text {
    margin: 0 auto 40px;
    max-width: 500px;
    font-size: 25px;
    text-align: center;
  }
  .header-form {
    margin: 0 auto;
    max-width: 320px;
    font-size: 20px;
    text-align: center;
  }
  .header-form__input {
    text-align: center;
  }
  .header-form__submit {
    margin: 0;
  }
  .footer__menu ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 5px 0 0;
  }
  .spage__box .sh9__list-box {
    margin: 0 0 30px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .top__title {
    font-size: 60px;
  }
  .stext h3, .stext h4 {
    font-size: 20px;
  }
  .sh2__text {
    font-size: 18px;
  }
  .sh5-list__title-box > *:nth-child(1) {
    width: 100%;
  }
  .sh5-list__title-box > *:nth-child(2) {
    display: none !important;
  }
  .sh5-list__box > *:nth-child(1) {
    width: 100%;
  }
  .sh5-list__box > *:nth-child(2) {
    display: block;
    margin: 20px 0;
    width: 100%;
    font-size: 20px;
  }
  .sh5-list__box > *:nth-child(3) {
    width: 100%;
  }
  .rtblock {
    height: 70px;
    font-size: 20px;
  }
  .s2__box {
    grid-template-columns: 100%;
    grid-template-rows: repeat(4, 50vw) 100px;
    grid-template-areas: 'b1'
 'b2'
 'b3'
 'b4'
 'b5';
    height: auto;
  }
  .sh1__box_1 {
    padding: 130px 0 50px;
  }
  .footer__menu {
    font-size: 18px;
  }
  .footer__contacts {
    font-size: 18px;
  }
  .top__title_map {
    font-size: 45px !important;
  }
}

/* -----------------------------------------------------------------------------------------------------max-width: 768px --------------------------------------------------------*/

@media (max-width: 768px) {
	
	.header__box #menu-icon
	{
		display:flex;
	}
	
	.le-wrapper {
		width: 100%;
		padding: 0px 10px;
	}
	
	.lew-h2
	{
		width:100%;
		font-size: 45px;
		line-height: 50px;
	}
	
	.lew-item
	{
		flex-wrap:wrap;
		flex-direction:column;
		padding: 20px 10px;
		border-radius: 100px;
	}
	
	.lg-img {
		width: calc(100% - 0px);
		padding: 0px;
	}
	
	.lew-item img {
		height: 225px;
		border-radius: 100px;
	}
	
	.lg-right {
		width: calc(100% - 0px);
		padding: 0px 0px 50px 0px;
		display: flex;
        flex-direction: column;
	}
	
	.lew-item h3 {
		padding: 20px 0px;
		font-size: 30px;
		line-height: 40px;
	}
	
	.lew-more {
		margin: 0px auto;
	}
	
	.header__box #main-menu
	{
		position:absolute;
		top:70px;
		right:0px;
		width:50%;
		display:none;
	}
	
	.header__box #main-menu.activ-menu
	{
		display:flex;
		flex-direction:column;
		background:#4197CB;
		padding: 0px;
        margin: 0px;
	}
	
	.header__box #main-menu.activ-menu ul{
		display:flex;
		flex-direction:column;
		padding:0px;
		margin:0px;
	}
	
	.header__box #main-menu.activ-menu ul li{
		width:100%;
		padding:0px;
		margin:0px;
		text-align:center;
	}
	
	#gallery-content,
	#gallery-compilled-content,
	.gallery-main,
	.gallery-thumbnails,
	.gallery-thumbnails div.slick-list.draggable
	{
		width:100%;
	}
	
	.gcc-wrapper {
		gap: 10px;
		max-width: 100%;
	}
	
	.gc-wrapper h1 {
		font-size: 31px;
		line-height: 35px;
		width: 100%;
	}
	
	.gallery-photos {
		width: calc(100% - 10px);
		max-width: calc(100% - 10px);
	}
	
	.gallery-main img {
		max-height: 300px;
		border-radius: 10px;
	}
	
	.slick-prev {
		left: -6px;
		top:0px;
	}

	.slick-next {
		right: -16px;
		top:0px;
	}
	
	.gallery-thumbnails
	{
		padding:10px 0px 50px 0px;
	}
	
	.gallery-thumbnails .slick-prev {
        left: 0px;
        top: auto;
        bottom: -20px;
    }
	
	.gallery-thumbnails .slick-next {
		right: 0px;
		top: auto;
        bottom: -20px;
	}


}

@media (min-width: 610px) {
.container-fluid.header__bg.header__bg_2 #mobil-main-menu
{
display:none;
}
}

/* -----------------------------------------------------------------------------------------------------max-width: 600px --------------------------------------------------------*/

@media (max-width: 600px) {
	
#property .wrapper
{
	flex-direction:column;
}

.intro-bg {
    height: 100%;
}

.intro-content {
	top: auto;
	position: absolute;
	bottom: 100px;
	left: calc(50% - 150px);
}

#enter-btn {
	width: 80%;
	max-width: 300px;
	padding: 14px 20px;
	font-size: 16px;
}
	
.gallery-grid
{
	display:flex;
	flex-direction:column;
}
	
#what-items-2 li #what-img img {
    height: 160px;
}


.home header.section {
    background: #FFF;
}

.header__box #logo-turizmus {
    margin: 0px 0px 0px 20px;
	width:20%;
}

.header__box #logo-turizmus img {
    height: auto;
    width: 100%;
}

.home #head-shedule button {
    width: 100%;
}
#get-free-q {
    left: calc(50% - 48%);
    width: 96%;
	top: 20px;
}
#get-free-q h2 {
    font-size: 19px;
}
#get-free-q form button {
    padding: 10px 0px;
}
#last-recommendation {
    padding: 70px 0px 70px 0px;
    margin: 0px 0px 50px 0px;
}
#last-recommendation h2
{
width:100%;
font-size: 47px;
line-height: 52px;
word-break: break-word;
}
#last-recommendation ul.lrul {
    width: 100%;
	padding-top: 600px;
	padding-right: 90px;
	background-size: 70px;
	background-position: bottom 10% right 0px;
}
#last-recommendation ul.lrul li {
    width: 30%;
    float: left;
    margin: 0px 5px 5px 0px;
}
li.lrli .large {
    position: absolute;
    left: 0%;
    top: 15%;
	width: 100%;
}
.lr-img2 {
    width: 100%;
}
ul.lrul li #lr-img {
    width: 100%;
}
.section.sh1
{
width:100%;
}

.home #head-conteiner {
	height:360px;
    width: calc(100% - 20px);
    margin: 0px 0px 0px 0%;
	top:70px;
	left:10px;
	position:relative;
}

.home #head-conteiner #head-shedule
{
	position:absolute;
	width:100%;
	bottom:10px;
}

.home #head-undertitle {
    font-size: 16px;
	line-height: 22px;
    width: 100%;
	padding:10px;
    margin: 0px 0px 50px 0%;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	background-color: rgba(65, 151, 203, 0.5);
}

.home #head-title {
    width: 100%;
    margin: 0px;
	padding:10px;
	background-color: rgb(255 255 255 / 65%);
	border-radius:5px;
}

.home #head-title h1
{
	font-size: 33px;
	line-height: 40px;
	border-bottom:none;
	margin:0px;
	padding:0px;
}

.event-types {
    left: 30px;
}

.home #head-conteiner .underh2line {
    width: 100%;
	margin: 0px 0px 30px 0px;
}
.ss-botton {
    top: 480px;
    right: -20px;
}
.rs-botton {
    top: 400px;
    right: auto;
    left: 25px;
}
.ps-botton {
    top: auto;
    bottom: 140px;
    right: auto;
    left: 25px;
}
#webatom-benefits .wrapper,
#main-services .wrapper
{
    padding: 50px 0px;
}
.underh2line
{
	width:100%;
}
#main-services h3 {
    font-size: 25px;
    line-height: 35px;
}
.section.header #mobil-main-menu
{
    opacity: 0;
    visibility: hidden;
	position:absolute;
}
.section.header.header__opened #mobil-main-menu
{
    opacity: 1;
    visibility: visible;
	transition: transform 0.5s ease;
	width:80%;
	float:right;
	background:#FFF;
	right: -20px;
    top: 70px;
	background:#F7F7F7;
	-webkit-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.1);
box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.1);
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-left-radius: 20px;
}
.section.header.header__opened #mobil-main-menu ul#menu-head-menu
{
display:block !important;
}
#mobil-main-menu #menu-head-menu
{
width:100%;
float:right;
margin:0px 0px 50px 0px;
}
#mobil-main-menu #header-tel
{
width:80%;
float:right;
margin:0px 10% 0px 10%;
padding:20px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 19.25px;
text-align:center;
line-height: 150%;
color: #E10714;
background: url(../img/tel-verh.svg) no-repeat left;
}
.header__box #logo {
    float: left;
    margin: 15px 20px 0px 0px;
}
#mobil-main-menu ul li ul.sub-menu
{
	background:#ECECEC;
}
#mobil-main-menu ul li._opened a
{
color:#000;
font-weight:bold;
}
.home .section.sh1 > *:nth-child(1),
.section.sh1 > *:nth-child(1) {
    display: block;
width:100%;
}
#page-header {
	min-height:460px;
	height:460px;
    margin: 0px auto 0px auto;
    padding: 60px 0px;
    max-width: 100%;
	position:relative;
}
#header-button
{
position:absolute;
top:calc(100% + 310px);
width: 90%;
}

#page-header #page-header-top {
	width:calc(100% - 40px);
	margin: 20px 0px 0px 20px;
    padding: 20px;
    position: relative;
}

#page-header h1 {
    width: 100%;
	font-size: 25px;
line-height: 32px;
}
#page-header-top #down
{
display:none;
}
#page-header #page-header-img
{
	min-height:225px;
	height:400px;
	text-align:center;
	padding:0px 0px 70px 0px;
}
#page-header #header-button button
{
width:100%;
}
ul.topbenul li #topben-text
{
    font-family: 'Montserrat-Regular';
	font-weight: 500;
font-size: 19px;
line-height: 28px;
}
#care-of .wrapper
{
    padding: 50px 20px;
	height: auto;
    width: 100%;
	flex-direction:column;
}
#care-left {
    width: 100%;
	margin:0px 0px 50px 0px;
}
#care-left h2
{
width:100%;
font-size: 47px;
line-height: 50px;
}
#youtube-icon {
    margin: 0px 20px 0px 0px;
}
#care-left #video-care button {
	width: calc(100% - 72px);
    height: 53px;
}
#care-right {
    width: 100%;
    float: right;
}
#why-access h2
{
width:100%;
font-size: 47px;
line-height: 52px;
}
ul.accessul {
    width: 100%;
    float: right;
}
li.accessli #accessitem-title
{
width:80%;
margin:10px 0px 0px 0px;
}
li.accessli #access-text
{
margin: 60px 0px 20px 0px;
    width: 100%;
}
li.accessli #access-icon {
    width: 100%;
    float: right;
	margin: 0px 0px 30px 0px;
}
li.accessli.active #right-s {
    position: absolute;
    float: left;
    background: url(../img/down-s.svg) no-repeat center;
    height: 75px;
    top: 35px;
    right: 0px;
}
#why-access-items #access-link {
    margin: 70px 0px 0px 0px;
    width: 100%;
    float: right;
}
#why-access-items #access-link button {
    width: 100%;
}
#insurance-cont
{
    height: auto;
    border-radius: 20px;
	background-position: top 390px left 20px;
	flex-direction:column;
}
#insurance-cont #insurance-img {
    float: left;
    width: 100%;
    overflow: hidden;
	-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

.tfcontainer
{
	flex-direction:column;
}

#tf-left {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 1px dashed #767676;
    border-radius: 30px;
}

#tf-left h2 {
    font-size: 26px;
    line-height: 36px;
    width: 90%;
    margin: 30px auto 0px auto;
}

#tf-right {
    width: calc(100% - 0px);
}

#insurance-cont #insurance-img img {
	-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 0px;
}
#insur-right {
    width: 100%;
    float: right;
}
#insurance-h2 {
    width: 90%;
	margin: 60px 20px 54px 20px;
	font-size: 28px;
line-height: 36px;
}
#insurance-text {
    margin: 0px 20px 0px 20px;
}
#iw-left {
    float: left;
    width: 100%;
	margin: 0px 0px 50px 0px;
}
#iw-left #round {
width:300px;
height:300px;
margin:0px auto;
}
#iw-left #round h2 {
    margin: 30% auto 0px auto;
	font-size: 26px;
line-height: 36px;
}
#iw-right {
    float: right;
    width: 100%;
	transform: scale(-1, 1);
	margin: 0px 21px 0px 0px;
}
#iw-text,
#warning-link,
#warning-link button {
    width: 100%;
}
#manage-risk h2 {
    width: 100%;
    font-size: 47px;
    line-height: 52px;
}
#manage-risk #mr-undertitle {
    width: 100%;
}
#mr-items #mr-str {
    margin: 0px 0px 0px 0px;
	display:none;
}
#mr-items ul {
    width: 100%;
    float: right;
}
#mr-items ul li {
    width: 300px;
	height: 300px;
    float: none;
    margin: 0px auto 30px auto;
    padding: 20px 30px;
}
#mr-items ul li #mr-text
{
margin:40% 0px 0px 0px;
}
#we-offer h2 {
    width: 100%;
    font-size: 25px;
    line-height: 32px;
}
#weoffer-items {
    width: 100%;
    float: left;
}
#weoffer-items li {
    width: 100%;
    float: left;
    padding: 0px 20px 40px 0px;
}
#we-offer-link {
    width: 100%;
    float: left;
    margin: 30px 0px 0px 0px;
}
#we-offer-link button
{
width:100%;
}

#last-blog-gallery {
    padding: 70px 0px 70px 0px;
    margin: 0px 0px 0px 0px;
}
#top-lbg {
    width: 50%;
}
#top-lbg h2 {
    width: 100%;
	font-size: 26px;
line-height: 32px;
word-break: break-word;
}
#lbg-items {
    min-height: 1250px;
}
#lbg-items li:nth-child(1) {
    width: 40%;
    height: 200px;
    float: right;
    margin: -145px 0px 10px 45px;
    object-fit: cover;
}
#lbg-items li:nth-child(1) img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}
#lbg-items li:nth-child(2) {
    width: 56%;
    height: 99px;
    float: left;
    margin: 0px 0% 10px 0px;
    object-fit: cover;
}
#lbg-items li:nth-child(2) img {
	width: 100%;
    min-width: 195px;
    max-height: 99px;
}
#lbg-items li:nth-child(3) {
    width: 40%;
    float: right;
    height: 200px;
	margin: 0px 0px 10px 0px;
}
#lbg-items li:nth-child(3) img {
    min-width: 100%;
    max-height: 200px;
    height: 200px;
}
#lbg-items li:nth-child(4) {
    width: 20%;
    height: 200px;
    float: left;
    margin: 0px 10px 10px 0px;
    object-fit: cover;
}
#lbg-items li:nth-child(4) img {
    width: 100%;
    min-width: 50px;
    min-height: 150px;
    object-fit: cover;
}
#lbg-items li:nth-child(5) {
    width: 33%;
	float:left;
	height: 90px;
	margin: 0px 10px 10px 0px;
}
#lbg-items li:nth-child(5) img {
    min-width: 90px;
    max-height: 90px;
    min-height: 90px;
}
#lbg-items li:nth-child(6) {
    width: 75%;
    height: 195px;
    float: left;
    margin: 0px 0px 10px 0px;
    object-fit: cover;
}
#lbg-items li:nth-child(7) {
    width: 20%;
    height: 135px;
    float: left;
    margin: -145px 0px 10px 0px;
    object-fit: cover;
}
#lbg-items li:nth-child(7) img {
    width: 100%;
    min-width: 50px;
    height: 135px;
    object-fit: cover;
}
#lbg-items li:nth-child(8) {
    width: 100%;
    height: 300px;
    float: right;
    margin: 0px 0px 10px 0px;
    object-fit: cover;
    position: relative;
    top: auto;
}
#lbg-items li:nth-child(8) img {
    width: 100%;
    min-width: 250px;
    height: 300px;
    object-fit: cover;
}
#lbg-items li:nth-child(9) {
    width: 50%;
    height: 150px;
    position: relative;
    margin: 0px 10px 10px 0px;
    float: left;
    top: auto;
    left: 0px;
}
#lbg-items li:nth-child(9) img {
    min-width: 125px;
    height: 125px;
}
#lbg-items li:nth-child(10) {
    left: auto;
    right: 0px;
    width: 45%;
	height:250px;
    float: right;
    top: auto;
    position: relative;
    margin: 0px 0px 0px 0px;
}
#lbg-items li:nth-child(10) img {
    width: 100%;
    min-width: 120px;
    height: 250px;
    object-fit: cover;
}

#serd-right {
    width: 100%;
    float: right;
    padding: 40px 0px 0px 0px;
}


#serd-left
{
padding:0px;
}

#serd-left #serdes-link button
{
width:100% !important;
}

#what-left {
    width: 100%;
    float: left;
}
#str-right {
    width: 145px;
    height: 100px;
    float: left;
    margin: 30px 0px 50px 0px;
    transform: rotate(90deg);
}

#what-right {
    width: 100%;
    float: right;
    padding: 0px 0px 0px 0%;
}
#what-items-2 li {
    width: 50%;
}


#serd-right #serdes-link button {
    width: 100%;
}




#header-button {
    top: calc(100% + 620px);
}


#id_572 #trusted .wrapper,
#trusted #bottom-title
{
border-top:none;
}
#trusted #bottom-title
{
margin:0px;
}
#trusted #bottom-title h3 {
    width: 100%;
    margin: 0px 0% 0px 0px;
}
li.faqpage-li {
    width: 100%;
    float: left;
    margin: 0px 0px 50px 0px;
}
#faqpage-question,
#faqpage_answer
{
	width:100%;
}
#blog-top {
    margin: 150px auto 0px auto;
    width: 90%;
    max-width: 90%;
}
#bloglist {
    width: 90%;
    max-width: 90%;
    position: relative;
}

.s26__tags {
    width: 100%;
    margin: 0px 0px;
}

.bloglist li {
    width: 100%;
    padding: 0px 0% 50px 0px;
    position: relative;
	display:flex;
}
#must-read {
    width: 100%;
    float: left;
    height: auto;
}
#must-read .wrapper {
    padding: 0px 20px;
}
#must-read #mr-title {
    width: 100%;
    float: left;
	margin:0px 0px 30px 0px;
}
#must-read #mr-contetn {
    width: 100%;
    float: right;
    margin: 10px 0px 0px 0px;
}
#must-read #mr-contetn ul li {
    width: 100%;
    padding: 0px 0% 50px 0px;
}
#mr-contetn ul li #blar-right
{
position:relative;
}
#mr-contetn ul li #blogdate
{
position:absolute;
top:0px;
right:0px;
}
#mr-contetn ul li #blog-title {
    margin: 25px 0px 0px 0px;
}
#blog-telo {
    margin: 150px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 90%;
    max-width: 90%;
}
#blog-telo-left {
    width: 100%;
    float: left;
}
#blog-page-category {
    width: 100%;
    float: right;
    margin: 30px 0px 30px 0px;
    text-align: right;
}
#blog-post-top h1 {
    width: 100%;
}
#blog-contact .wrapper {
    margin: 0px auto;
    width: 90%;
    max-width: 90%;
    padding: 0px 0px;
}
#blog-contact #bc-left {
    width: 100%;
    float: left;
    padding: 35px 0px 35px 35px;
}
#blog-contact #bc-right {
    width: 100%;
    float: right;
}
#bc-left h2 {
    font-size: 44px;
    line-height: 57px;
}
#bc-left #bc-tel {
font-size: 30px;
margin: 0px 0px 50px 0px;
}
#bc-left #bc-location,
#bc-left #bc-shedule,
#bc-left #bc-mail
{
margin: 0px 0px 15px 0px;
}
#blog-telo-right {
    display: none;
}

#news-sidebar {
    width: 100%;
    float: right;
}

#news-categories,
#top-news
{
width:100%;
}

#top-rated h2 {
    width: 100%;
    font-size: 47px;
    line-height: 57px;
}

#top-rated #toprated-unertitle {
    width: 100%;
}



#what-get h2 {
    width: 100%;
	font-size: 47px;
line-height: 52px;
}
#what-items li {
    position: relative;
    height:auto;
	float:left;
    width: 100%;
	overflow:hidden;
}
#what-items li #what-img
{
    min-width: 300px;
	width:100%;
    min-height: 398px;
    float: left;
}
#what-items li #what-img img {
    width: 100%;
    height: 360px;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
}
#what-items li #what-text {
    width: 90%;
    float: left;
    margin: 130px 0px 0px 0px;
    font-size: 28px;
    line-height: 36px;
    left: 20px;
    bottom: 20px;
	position:relative;
}
#what-items li #what-icon {
    width: 56px;
    height: auto;
    position: absolute;
    left: 20px;
    top: 420px;
}
#whyus-benefits ul.topbenul li {
    width: 100%;
    float: left;
    margin: 0px 0px 35px 0px;
}

#page-header #page-header-img img
{
    object-fit: cover;
	min-height:225px;
	height:400px;
}

#page-header #header-undertitle
{
margin: 0px 0px 40px 0px;
}
.home #head-img {
	position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 100%;
}
.home #head-img img
{
	min-height:400px;
	object-fit: cover;
}
#mobil-main-menu ul li._opened ul.sub-menu li a
{
color: #929292;
}
.header > *:nth-child(2) .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.header__opened
{
background:#FFF;
}
.header > *:nth-child(2)
{
border-bottom:none;
}
.header > *:nth-child(2)
{
width:100%;
}
.header > *:nth-child(2) .container-fluid {
    width: 90%;
}
.header,
#trusted .wrapper,
#we-understand .wrapper,
#for .wrapper,
#main-services .wrapper,
#call-front .wrapper,
#new-tecgno .wrapper,
#choose .wrapper,
#getting-started .wrapper,
#stages .wrapper,
#reviews .wrapper,
#property .wrapper,
#call-now .wrapper,
#faqitems,
#lastnews .wrapper,
footer.section div.container-fluid,
.block-container .wrapper,
#webatom-benefits .wrapper
{
width: 90%;
}
#webatom-benefits .wrapper ul.benul
{
width:100%;
flex-direction:column;
}
#trusted .wrapper
{
border-top:none;
padding:  0px;
}

.header__box
{
	width:100%;
}

.header__box > div:nth-child(1) {
    display: flex;
    align-items: center;
    float: right;
	margin:15px 0px 0px 0px;
}
.header {
	width:100%;
    height: 70px;
	border-bottom: 1px solid #B0B0B0;
}
.section.header
{
color:#000;
} 
.section.sh1 {
	margin: 10px auto 0px auto;
	height:auto;
	min-height: 400px;
}
#tr-first {
    width: 100%;
    height: auto;
	flex-direction:column;
}
#trusted .underh2line
{
    width: 100%;	
}
#trusted #trusted-left
{
width:100%;
padding:0px;
margin:50px 0px 70px 0px;
}
#trusted #trusted-right
{
width:100%;
padding:0px 0px 50px 0px;
margin:0px 0px 50px 0px;
border-bottom: 1px solid #B0B0B0;
}
#trusted-right button.slick-prev {
    right: auto;
    left: 0px;
}
#trusted #trusted-right ul li img,
.trast-slid-text
{
	margin:0px auto 30px auto;
}
.trast-slid-text
{
	width:90%;
}
#tr-secont
{
	border-top:none;
}
#last-cases .wrapper
{
	width:90%;
}
h2.sectionh2 
{
    font-size: 40px;
    line-height: 50px;
}
.case-item,
.case-item:nth-child(even)
{
    flex-direction: column;
}
.ci-left, .ci-right
{
    width: 100%;
}

#trusted #trusted-left h2,
#for h2,
#faq h2,
#lastnews #topnews h2
{
font-size: 40px;
line-height:50px;
width:100%;
}

#trusted #trusted-left #trusted-undertitle
{
margin:0px;
width: 100%;
font-size: 22px;
line-height: 31px;
}
#trusted-right #cc {
    width: 115px;
    height: 60px;
}
#trusted-right #de {
    width: 155px;
    height: 30px;
	margin: 10px 0px 21px 0px;
}
#trusted-right #ma {
    width: 115px;
    height: 20px;
	margin: 60px 2% 0px 0px;
}
#trusted-right #fs {
    width: 115px;
    height: 60px;
	margin: 35px 2% 0px 0px;
}
#trusted-text p {
    font-size: 25px;
    line-height: 39px;
	width: 100%;
}

#trusted-right #ma {
    width: 121px;
    height: 22px;
	margin: 60px 7% 0px 0px;
}
#trusted-right #rs {
    margin: 35px 0px 0px 0px;
}
#trusted-right #bhs {
    width: 80px;
    height: 85px;
    background: url(../img/bhs.svg) center no-repeat;
    background-size: cover;
    float: left;
    margin: 35px 15px 0px 0px;
}
#trusted-right #fs {
    width: 115px;
    height: 60px;
	margin: 35px 10% 0px 0px;
}
#trusted-right #ap {
    width: 60px;
    height: 60px;
}
#trusted-right #hal {
    width: 90px;
    height: 70px;
    margin: 20px 0px 0px 0px;
}
#trusted-text {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
	padding: 30px 30px 125px 30px;
	font-size: 32px;
line-height: 36px;
	-webkit-border-radius: 20px;
-webkit-border-bottom-right-radius: 282px;
-moz-border-radius: 20px;
-moz-border-radius-bottomright: 282px;
border-radius: 20px;
border-bottom-right-radius: 282px;
}
#we-understand .weli
{
	width:100%;
	margin: 0px 20px 20px 0%;
    flex-direction: column;
}
#we-understand .weli .we-right {
    width: 100%;
    padding: 0px 20px;
}

#we-understand .weli .we-img {
    float: left;
    width: 100%;
}
#we-understand .weli .we-img img
{
width:100%;
min-height:100%;
	-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
#we-understand .weli #we-icon {
    position: absolute;
    left: 35px;
    top: 490px;
}
#we-understand .weli #we-title {
	width: 100%;
    margin: 90px 0px 30px 0%;
    font-size: 28px;
    line-height: 36px;
    padding: 0px;
    text-align: center;
}
#we-understand .weli #we-text {
    width: 100%;
    margin: 0px 0px 60px 0%;
}


#getting-started h2,
#step-right #gs-title {
    width: 100%;
}

#getting-started li.gsli #gs-step {
    width: 100%;
    float: left;
    padding: 30px 0px 20px 30px;
}
#getting-started #gs-button button
{
	width:100%;
}
#getting-started li.gsli #step-right {
    width: 100%;
    float: left;
    padding: 30px 30px 50px 30px;
}
#getting-started h2
{
    font-size: 33px;
    line-height: 40px;	
}
#step-right #gs-title
{
	font-size: 28px;
    line-height: 38px;
}
#stages h2 {
    width: 100%;
    margin: 0px 0px 0px 0px;
    font-size: 33px;
    line-height: 40px;
}
ul.stagesul li #stli-first {
    width: 100%;
    float: left;
	margin:0px 0px 50px 0px;
}
ul.stagesul li #stages-number {
    width: 100%;
    height: 100px;
    float: left;
    padding: 50px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
}
ul.stagesul li #stages-title {
    width: 100%;
    float: left;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}
ul.stagesul li #stages-text {
    width: 100%;
    float: left;
    padding: 10px 0px 0px 0px;
}
ul.stagesul li #stli-second {
    width: 100%;
    float: right;
    margin: 0px 0px 0px 0%;
	overflow:hidden;
}
#stages li.stagesli #stages-img {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0%;
    min-height: 318px;
}
ul.stagesul li
{
margin: 0px 0px 50px 0px;
}
li.stagesli:nth-child(even) #stli-first {
    width: 100%;
    float: right;
	margin:0px 0px 50px 0px;
}
li.stagesli:nth-child(even) #stli-second {
    width: 100%;
    float: left;
    margin: 0px 0% 0px 0px;
	overflow:hidden;
}
li.stagesli:nth-child(even) #stli-second #stages-img
{
    float: right;
    width: 100%;
    margin: 7px 0% 0px 0%;
    min-height: 318px;
}
li.reviewsli #rev-left {
    width: 100%;
    float: left;
}
li.reviewsli #rev-right {
    width: 100%;
    float: right;
    padding: 25px 30px 25px 30px;
}
li.reviewsli #rev-right #reviews-text
{
margin:0px 0px 40px 0px;
}
li.reviewsli #rev-right #reviews-name
{
margin:0px 0px 20px 0px;
}
li.reviewsli #rev-right #reviews-job-title
{
margin:0px 0px 60px 0px;
}
#trusted
{
	padding:0px 0px 70px 0px;
}

#prop-img {
	height: 300px;
	width: 300px;
	background-size: cover;
	margin: 0px auto;
}

#prop-text {
    width: calc(100% - 0px);
    padding: 35px 0px;
    column-count: 1;
    margin: 0px 0px 0px 0px;
}

#lastnews #topnews {
    min-height: 255px;
}
#topnews #allnews {
    position: absolute;
    left: 0px;
    bottom: 10px;
}
#lastnews #front-blog-items li {
    flex-basis: 100%;
    margin: 0px 0% 30px 0px;
    float: left;
    background: #FFFFFF;
}
#footer1, #footer4 {
    width: 100%;
}
#footer2, #footer3 {
    width: 50%;
	margin:50px 0px;
}
.footer-logo {
    margin: 0 0 30px;
    width: 90%;
    margin: 0px 30% 25px 0px;
}
#footer2 li, #footer3 li
{
text-align:left;
width:100%;
padding:0px 20px 0px 0px;
}
#menu-footer-services li, #menu-footer-menu-2 li {
    height: auto;
}
#footer-location,
#footer-shedule,
#footer-mail {
    width: 90%;
    padding: 0px 0px 10px 30px;
    margin: 0px 5% 10px 5%;
    text-align: left;
}
#shedule-visit, #bigapple-view
{
width:100%;
}
#footer-soc
{
float:left;
position:relative;
width:100%;
margin:30px 0px 0px 0px;
}
#footer-bottom {
    padding: 40px 0px;
    border-top: 1px solid #C4C4C4;
    min-height: 250px;
	height:auto;
	width:100%;
    position: relative;
}
#footer-bottom #copirr {
    position: relative;
    width: 100%;
    margin: 0px 0px 40px 0px;
}
#footer-bottom #lonstern {
    width: 70%;
    margin: 0px 15% 100px 15%;
    position: relative;
    left: 0;
}
#footer-bottom #lonstern #lonstern-logo {
    float: right;
    margin: 0px 0px 0px 0px;
}
#footer-poli #pol,
#footer-poli #term,
#footer-poli #cookies {
    float: left;
	width:100%;
	text-align:center;
    margin: 0px 0% 0px 0px;
}
#footer-bottom #footer-poli {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

header .header__left-box.header__bg.header__bg_1
{
display:none;
}
.front-top
{
width: 86%;
}

.sh1 > *:nth-child(2) {
border-bottom: none;
}
.section.s2 > *:nth-child(1)
{
display:block;
}
#lastblog .wrapper h2, #testimotional h2 {
    font: 34px/1.6 "Asgard-FitMedium";
}
#lastblog #front-blog-items li {
    width: 100%;
    margin: 0px 0% 60px 0px;
}
#lastblog #front-blog-items li #front-blog-img img
{
width:90%;
}
#lastblog #front-blog-items li #front-blog-img {
    text-align: center;
}
.section.top .container-fluid {
    width: 90%;
}

.section.top {
    padding-top: 150px;
}


#top-box-img
{
max-width: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    left: 0%;
}
#top-box-img img
{
width:90%;
}
.s1-block__img {
    max-width: 100%;
	width:100%;
	text-align:center;
  }
.s1-block__img img
{
width:90%;
}
#faqitems, #getconent {
    width: 90%;
}
#faq-question {
    width: 82%;
    padding: 10px 0% 10px 0px;
    margin: 0px 0px 10px 0px;
}
#faq_answer {
    width: 100%;
    padding: 10px 0px 10px 0%;
    font: 16px/1.05 "London-Light";
}
#latest-events
{
	width:100%;
}
}

/* -----------------------------------------------------------------------------------------------------max-width: 575px --------------------------------------------------------*/

@media (max-width: 575px) {

  body {
    font-size: 15px;
  }

  .top__title {
    font-size: 40px;
  }
  .stext h3, .stext h4 {
    font-size: 18px;
  }

  .footer__menu {
    font-size: 16px;
  }
  .footer__contacts {
    font-size: 16px;
  }
  .footer-logo__text {
    margin: 10px 0 0 0;
    font-size: 16px;
  }
  .footer-logo__img {
    max-width: 220px;
  }
  .sh1__text {
    max-width: none;
  }
  .sh9__list-btns {
    top: calc(70vw/2);
  }
  .s1-block__title {
    margin: 0 0 20px;
    font-size: 30px;
  }
  .s1-block__img {
    max-width: 100%;
	width:100%;
	text-align:center;
  }
  .top__text {
    margin: 30px 0 0;
    max-width: none;
  }
  .top__text-1 {
    font-size: 15px;
  }
  .top__box {
    height: 400px;
  }
  .header__bc {
    font-size: 13px;
  }
  .header__logo {
    max-width: 130px;
    height: 40px;
  }
  .header__menu {
    font-size: 8vw;
  }
  .header__menu li {
    width: 70vw;
  }
  .header__menu-btn_2 .hamburger-inner, .header__menu-btn_2 .hamburger-inner::after, .header__menu-btn_2 .hamburger-inner::before {
    width: 30px;
    height: 3px;
    border-radius: 0;
  }
}

/*----------------------------------------------------------------------------------------------- max-width: 500px --------------------------------------------------------------*/
@media (max-width: 500px){
#trusted-right #cc {
margin:0px 25px 0px 0px;
}
#trusted-right #ma {
    margin: 60px 16% 0px 0px;
}
#trusted-right #rs {
    margin: 25px 0px 0px 0px;
}
#trusted-right #fs {
    margin: 35px 18% 0px 0px;
}
#trusted-right #ap {
    margin: 30px 0px 0px 0px;
}
#we-understand .weli #we-icon {
    top: 460px;
}
}


/* -----------------------------------------------------------------------------------------------------max-width: 400px --------------------------------------------------------*/

@media (max-width: 400px) {
#what-items-2 li #what-img img {
    height: 150px;
}

.home #head-title {
    width: 100%;
}
#we-understand .weli #we-icon {
    top: 380px;
}
.front-top
{
width: 86%;
}
.sh1 > *:nth-child(2) {
border-bottom: none;
}
#about-lonstern .wrapper,
#always .wrapper, 
#allservices .wrapper, 
#didnt-find .wrapper, 
#lastblog .wrapper, 
#testimotional .wrapper {
    width: 90%;
}
#lastblog .wrapper h2, #testimotional h2 {
    font: 34px/1.6 "Asgard-FitMedium";
}
#lastblog #front-blog-items li {
    width: 100%;
    margin: 0px 0% 60px 0px;
}
  .top__title {
    font-size: 11vw;
  }
#trusted-right #ma {
    margin: 60px 6% 0px 0px;
}
#trusted-right #fs {
    margin: 35px 6% 0px 0px;
}
#getting-started h2 {
    font-size: 30px;
}

#what-get h2 {
    font-size: 42px;
}


.bloglist li .blog_img img {
    min-height: 230px;
}


#acces-video {
    width: 46px;
    height: 46px;
}
.section.sh1 {
    height: auto;
    min-height: 400px;
}

}

/* -----------------------------------------------------------------------------------------------------max-width: 360px --------------------------------------------------------*/

@media (max-width: 360px) {
#we-understand .weli .we-img img {
    min-height: 100%;
}
#we-understand .weli #we-icon {
    top: 340px;
}


	#trusted-right #ma {
    width: 115px;
    height: 19px;
    margin: 60px 2% 0px 0px;
}
#trusted-right #bhs {
    width: 75px;
    height: 80px;
    margin: 35px 10px 0px 0px;
}
#trusted-right #fs {
    width: 115px;
    height: 60px;
    margin: 35px 2% 0px 0px;
}
#trusted-right #rs {
    width: 80px;
    height: 80px;
}
#trusted-right #hal {
    width: 90px;
    height: 70px;
    margin: 33px 0px 0px 0px;
}

#getting-started h2
{
	font-size:30px;
	line-height:40px;
}
#stages h2 {
    font-size: 41px;
    line-height: 50px;
}

#footer-bottom #lonstern #lonstern-logo {
    margin: 4px 0px 0px 0px;
    width: 120px;
    height: 15px;
}
#care-left h2,
#why-access h2 {
    font-size: 40px;
}
#insurance-cont {
    background-position: top 330px left 20px;
}
#service-description h2 {
    font-size: 40px;
}
#what-get h2 {
    font-size: 42px;
}

ul.stagesul li #stages-button {
    padding: 10px 0px 0px 0px;
}
ul.stagesul li #stages-button button
{
width:100%;
}
#lastnews #topnews h2 {
    width: 100%;
    font-size: 47px;
    line-height: 57px;
}
#lastnews #topnews {
    min-height: 200px;
}

#what-items li #what-img img {
    height: 325px;
}

#what-items li #what-icon {
    top: 385px;
}

.bloglist li .blog_img img {
    min-height: 185px;
}
#what-items-2 li #what-img img {
    width: 145px;
    height: 145px;
}



li.accessli #right-s {
    width: 60px;
    height: 40px;
}

#certified-team-items li #certeam-img {
    margin: 25px 0px 0px 0px;
}
#to-exceed #ex-left h2 {
    width: 100%;
    margin: 0px 0px 50px 0px;
    font-size: 40px;
    line-height: 50px;
}
#acces-video {
    width: 44px;
    height: 44px;
}
#buildings-access-methods h2 {
    width: 100%;
    font-size: 40px;
    line-height: 52px;
}


#certified-team-items li #certeam-img img {
    min-height: 325px;
}
#access-items li #waccess-img img {
    width: 100%;
    min-height: 300px;
}
#access-items li:nth-child(even) #access-item-op {
    padding: 0px 0px 0px 0px;
}

#cont-right #cont-form input.wpcf7-submit {
    font-size: 13px;
}
#top-rated h2 {
    font-size: 40px;
}

  .header__bc-star {
    display: none;
  }
  #lbg-items {
    min-height: 1250px;
}
#lbg-items li:nth-child(1) {
    width: 40%;
    height: 200px;
    float: right;
    margin: -145px 0px 10px 45px;
    object-fit: cover;
}
#lbg-items li:nth-child(1) img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}
#lbg-items li:nth-child(2) {
    width: 56%;
    height: 99px;
    float: left;
    margin: 0px 0% 10px 0px;
    object-fit: cover;
}
#lbg-items li:nth-child(2) img {
	width: 100%;
    min-width: 180px;
    max-height: 99px;
}
#lbg-items li:nth-child(3) {
    width: 40%;
    float: right;
    height: 200px;
	margin: 0px 0px 10px 0px;
}
#lbg-items li:nth-child(3) img {
    min-width: 100%;
    max-height: 200px;
    height: 200px;
}
#lbg-items li:nth-child(4) {
    width: 20%;
    height: 200px;
    float: left;
    margin: 0px 10px 10px 0px;
    object-fit: cover;
}
#lbg-items li:nth-child(4) img {
    width: 100%;
    min-width: 50px;
    min-height: 150px;
    object-fit: cover;
}
#lbg-items li:nth-child(5) {
    width: 32%;
	float:left;
	height: 90px;
	margin: 0px 10px 10px 0px;
}
#lbg-items li:nth-child(5) img {
    min-width: 90px;
    max-height: 90px;
    min-height: 90px;
}
#lbg-items li:nth-child(6) {
    width: 75%;
    height: 195px;
    float: left;
    margin: 0px 0px 10px 0px;
    object-fit: cover;
}
#lbg-items li:nth-child(7) {
    width: 20%;
    height: 135px;
    float: left;
    margin: -145px 0px 10px 0px;
    object-fit: cover;
}
#lbg-items li:nth-child(7) img {
    width: 100%;
    min-width: 50px;
    height: 135px;
    object-fit: cover;
}
#lbg-items li:nth-child(8) {
    width: 100%;
    height: 300px;
    float: right;
    margin: 0px 0px 10px 0px;
    object-fit: cover;
    position: relative;
    top: auto;
}
#lbg-items li:nth-child(8) img {
    width: 100%;
    min-width: 250px;
    height: 300px;
    object-fit: cover;
}
#lbg-items li:nth-child(9) {
    width: 50%;
    height: 150px;
    position: relative;
    margin: 0px 10px 10px 0px;
    float: left;
    top: auto;
    left: 0px;
}
#lbg-items li:nth-child(9) img {
    min-width: 125px;
    height: 125px;
}
#lbg-items li:nth-child(10) {
    left: auto;
    right: 0px;
    width: 45%;
	height:250px;
    float: right;
    top: auto;
    position: relative;
    margin: 0px 0px 0px 0px;
}
#lbg-items li:nth-child(10) img {
    width: 100%;
    min-width: 120px;
    height: 250px;
    object-fit: cover;
}
}


/* -----------------------------------------------------------------------------------------------------max-width: 320px --------------------------------------------------------*/

@media (max-width: 320px) {
#id_441 #what-items-2 li #what-img img {
    height: 125px;
}
#what-items-2 li #what-img img {
    height: 125px;
}
#trusted-right #de {
    width: 135px;
    height: 25px;
    margin: 10px 0px 26px 0px;
}
#lbg-items {
    min-height: 1250px;
}
#lbg-items li:nth-child(1) {
    width: 40%;
    height: 200px;
    float: right;
    margin: -145px 0px 10px 45px;
    object-fit: cover;
}
#lbg-items li:nth-child(1) img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}
#lbg-items li:nth-child(2) {
    width: 56%;
    height: 99px;
    float: left;
    margin: 0px 0% 10px 0px;
    object-fit: cover;
}
#lbg-items li:nth-child(2) img {
	width: 100%;
    min-width: 160px;
    max-height: 99px;
}
#lbg-items li:nth-child(3) {
    width: 40%;
    float: right;
    height: 200px;
	margin: 0px 0px 10px 0px;
}
#lbg-items li:nth-child(3) img {
    min-width: 100%;
    max-height: 200px;
    height: 200px;
}
#lbg-items li:nth-child(4) {
    width: 21%;
    height: 200px;
    float: left;
    margin: 0px 10px 10px 0px;
    object-fit: cover;
}
#lbg-items li:nth-child(4) img {
    width: 100%;
    min-width: 50px;
    min-height: 150px;
    object-fit: cover;
}
#lbg-items li:nth-child(5) {
    width: 20%;
	float:left;
	height: 90px;
	margin: 0px 10px 10px 0px;
}
#lbg-items li:nth-child(5) img {
    min-width: 90px;
    max-height: 90px;
    min-height: 90px;
}
#lbg-items li:nth-child(6) {
    width: 75%;
    height: 195px;
    float: left;
    margin: 0px 0px 10px 0px;
    object-fit: cover;
}
#lbg-items li:nth-child(7) {
    width: 20%;
    height: 135px;
    float: left;
    margin: -145px 0px 10px 0px;
    object-fit: cover;
}
#lbg-items li:nth-child(7) img {
    width: 100%;
    min-width: 50px;
    height: 135px;
    object-fit: cover;
}
#lbg-items li:nth-child(8) {
    width: 100%;
    height: 300px;
    float: right;
    margin: 0px 0px 10px 0px;
    object-fit: cover;
    position: relative;
    top: auto;
}
#lbg-items li:nth-child(8) img {
    width: 100%;
    min-width: 250px;
    height: 300px;
    object-fit: cover;
}
#lbg-items li:nth-child(9) {
    width: 50%;
    height: 150px;
    position: relative;
    margin: 0px 10px 10px 0px;
    float: left;
    top: auto;
    left: 0px;
}
#lbg-items li:nth-child(9) img {
    min-width: 125px;
    height: 125px;
}
#lbg-items li:nth-child(10) {
    left: auto;
    right: 0px;
    width: 45%;
	height:250px;
    float: right;
    top: auto;
    position: relative;
    margin: 0px 0px 0px 0px;
}
#lbg-items li:nth-child(10) img {
    width: 100%;
    min-width: 120px;
    height: 250px;
    object-fit: cover;
}
}
.fancybox-content {
       background: transparent;

    }
