@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,900&display=swap');




#result1 {    position: relative;}

a:link {
	color: #5698E0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5698E0;
}
a:hover {
	text-decoration: underline;
	color: #5698E0;
}
a:active {
	text-decoration: none;
	color: #5698E0;
}


a.black:link {
	color: #000000;
	text-decoration: none;
}
a.black:visited {
	text-decoration: none;
	color: #000000;
}
a.black:hover {
	text-decoration: underline;
	color: #000000;
}
a.black:active {
	text-decoration: none;
	color: #000000;
}


a.go-anchor:link {
	color: #000000;
	text-decoration: none;
}
a.go-anchor:visited {
	color: #000000;
	text-decoration: none;
}
a.go-anchor:hover {
	color: #000000;
	text-decoration: underline;
}
a.go-anchor:active {
	color: #FFFFFF;
	text-decoration: none;
}


a.go-anchor2:link {
	color: #25b6e0;
	text-decoration: underline;
}
a.go-anchor2:visited {
	color: #25b6e0;
	text-decoration: underline;
}
a.go-anchor2:hover {
	color: #25b6e0;
	text-decoration: underline;
}
a.go-anchor2:active {
	color: #25b6e0;
	text-decoration: underline;
}


body {
	font-family: 'Exo 2', sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


@media (min-width: 300px) and (max-width: 889px) {

.cont2 {    width: 37px;
    margin-right: 37px;
margin-right: 10px;
}
.menu-triger {
display: block;
    width: 35px;
    height: 35px;
    background: url(img/menu.png) 0 0 repeat;
    position: absolute;
    left: 10px;
    top: 43px;
    background-size: cover;
}	
.menu-close {
	display: block;
width: 25px;
    height: 25px;
	background: url(img/close.png) 0 0 repeat;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
	display: none;	
	background: #2c2e3e;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {

    list-style: none;
    margin: 10px 0;
    padding: 0;
    float: none;
    text-align: left;
    color: #FFFFFF;
    background-color: #2c2e3e;
    border-top: 0px solid #CCCCCC;

}
.menu-popup li:hover {

    list-style: none;
    margin: 10px 0;
    padding: 0;
    float: none;
    text-align: left;
    color: #FFFFFF;
    background-color: #2c2e3e;
    border-top: 0px solid #CCCCCC;

}


.menu-popup li a {
	font-size: 18px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 1.4;	
	text-decoration: none;
}
.body_pointer * {
	cursor: pointer;
}


.head {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
}
.slider {
width: 100%;
    max-height: 706px;
    background-image: url(img/slider.jpg);
    display: flex;
    align-items: center;
background-size: cover;
    background-position-x: center;
}
.job {
	width: 100%;
	background-image: url(img/back2.jpg);
	background-repeat: repeat;
}
h1 {
border-bottom: 4px solid #5698E0;
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
border-bottom: 4px solid #5698E0;
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
h3 {
border-bottom: 4px solid #5698E0;
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
h4 {
border-bottom: 4px solid #5698E0;
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
h5 {
border-bottom: 4px solid #5698E0;
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
h6 {
border-bottom: 4px solid #5698E0;
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.wd1220 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.w1220 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.head_text {
	width: 96%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    height: 120px;
}
.head .head_text .logo {
	width: 206px;
	height: 59px;
    margin-left: 25px;
}
.razd1   {
	background-image: url(img/razd.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
}
.menu1 {display: flex;
    justify-content: space-between;
    align-items: center;
    width: 410px;
    font-size: 20px;
display: none;
}

.head_text .cont1{
display: none;
}
.head_text .cont1 .phone {
	background-image: url(img/phone.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 18px;
	background-position: left center;
}
.head_text .cont1 .mail {
    background-image: url(img/mail.png);
    background-repeat: no-repeat;
    padding-left: 27px;
    font-size: 18px;
    text-align: justify;
    background-position: left center;
    height: 27px;
}
.cont1 {display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: space-between;
    align-items: flex-end;}

.slider_text {
width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.sl1 {
width: 96%;
    font-size: 25px;
    font-weight: bold;
/*    color: #5698E0; */
 /*   text-shadow: 0 -2px 0 #FFFFFF, 0 -2px 0 #FFFFFF, 0 2px 0 #FFFFFF, 0 2px 0 #FFFFFF, -2px 0 0 #FFFFFF, 2px 0 0 #FFFFFF, -2px 0 0 #FFFFFF, 2px 0 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF; */
background-image: linear-gradient(to bottom, #6180D3, #48B8F2);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    margin-top: 50px;
}
.sl2 {
width: 96%;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
/*    text-shadow: 0 -2px 0 #FFFFFF, 0 -2px 0 #FFFFFF, 0 2px 0 #FFFFFF, 0 2px 0 #FFFFFF, -2px 0 0 #FFFFFF, 2px 0 0 #FFFFFF, -2px 0 0 #FFFFFF, 2px 0 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF; */
    margin-bottom: 50px;
text-shadow: 1px 1px 1px #000;
}
.jb {display: block;
    width: 160px;
    text-align: center;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.wh {
	display: block;
	width: 160px;
	text-align: center;

    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;


}
.jb_razd {    width: 40px;
    height: 47px;
    display: block;
background-image: url(img/razd2.png);
display: none;
}
.jobs {
display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
}
.jb_img {margin-bottom: 30px;}
.wh_img {
margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.tx_cntr {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
}
.wh .wh_text .zagl {
	color: #5698E0;
	font-size: 25px;
	margin-bottom: 10px;
}
.wh .wh_text .opis {
}
.why_tx {

    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-wrap: wrap;
}.price {
	background-image: url(img/back3.jpg);
    background-size: cover;
}
.opis_price {
    max-width: 310px;
    width: calc(92% - 20px);
    padding: 10px;
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;

}.wd1220 .price_all .prc {
	width: 290px;
	height: 160px;
	background-image: url(url);
	background-color: #FFFFFF;
	border-top: 4px solid #5698E0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
}
.price_all .prc .prc_img {
	width: 115px;
	height: 150px;
	position: absolute;
	left: 10px;
	top: 5px;
}


.price_all {display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;}
.prcc {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 140px;
    right: 10px;
    position: absolute;
    height: 140px;
    align-items: center;
    top: 10px;

}
.prc1   {
	width: 150px;
	height: 30px;
	font-size: 25px;
	text-align: right;
}
.prc .prcc .prc2 {
	width: 100%;
	height: 4px;
	background-color: #5698E0;
}
.prc .prcc .prc3 {
	font-size: 25px;
}
.prm {
	background-color: #FFFFFF;
}
.wd1220 .prm_all .prm1 {
width: 250px;
    height: 360px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    border-radius: 15px;
background: rgb(97,128,211);
background: linear-gradient(184deg, rgba(97,128,211,1) 0%, rgba(86,152,224,1) 51%, rgba(72,184,242,1) 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}
.prm_all .prm1 .zagl_prm1 {
	color: #FFFFFF;
	font-size: 25px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.prm_all .prm1 .opis_prm1 {
	color: #000000;
	font-size: 18px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}


.prm_all {    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}
.video {
	background-image: url(img/back4.jpg);
	    background-size: cover;
}
.videowrap {
	width: calc(100% - 20px);
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.videoblock {
  position: relative;
  padding-bottom: 56.25%; /*для видео из соотношением экрана 16:9*/
  height: 0;
  overflow: hidden;
}
.videoblock iframe, object, embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.form {
    width: 100%;
    background-image: url(img/back5.jpg);
}
.forma {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
}
.frm {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
}
.inp1 {
    border: 1px solid #FFFFFF;
    background-image: url(img/user.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    height: 40px;
    padding-left: 40px;
    font-size: 18px;
    border-radius: 2px;
    width: 150px;
}
.inp2 {
    border: 1px solid #FFFFFF;
    background-image: url(img/mail2.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    height: 40px;
    padding-left: 40px;
    font-size: 18px;
    border-radius: 2px;
    width: 150px;
}
.inp3 {
    border: 1px solid #FFFFFF;
    background-image: url(img/phone2.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    height: 40px;
    padding-left: 40px;
    font-size: 18px;
    border-radius: 2px;
    width: 150px;
}
.btt    {
	border: 1px solid #5698E0;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 30px;
	font-size: 18px;
	width: 190px;
background: rgb(97,128,211);
background: linear-gradient(184deg, rgba(97,128,211,1) 0%, rgba(86,152,224,1) 51%, rgba(72,184,242,1) 100%);
	display: block;
	border-radius: 2px;
	color: #FFFFFF;
	padding-top: 10px;
	cursor: pointer;
        transition:0.2s;
        text-align: center;
}

.btt:hover    {
	border: 1px solid #379B9B;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 30px;
	font-size: 18px;
	width: 190px;
background: rgb(97,128,211);
background: linear-gradient(184deg, rgba(97,128,211,1) 0%, rgba(86,152,224,1) 51%, rgba(72,184,242,1) 100%);
	display: block;
	border-radius: 2px;
	color: #FFFFFF;
	padding-top: 10px;
	cursor: pointer;
font-weight: bold;
}
.cont {
    max-width: 310px;
    width: calc(88% - 20px);
    height: 260px;
    position: absolute;
    z-index: 10;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    left: 20px;
    margin-top: 60px;
    padding: 10px;
}
.cnt1 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.cnt2 {
    font-size: 18px;
    font-weight: normal;
    background-image: url(img/map.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 20px;
    padding-bottom: 3px;
}
.cnt3 {
    font-size: 18px;
    font-weight: normal;
    background-image: url(img/phone2.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 20px;
}
.cnt4 {
    font-size: 18px;
    font-weight: normal;
    background-image: url(img/mail2.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 20px;
}
.cnt5 {
    font-size: 18px;
    font-weight: normal;
    background-image: url(img/url.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 20px;
}
.scrollup{
width:40px;
height:40px;
opacity:0.9;
position:fixed;
bottom:20px;
right:20px;
text-indent:-9999px;
background: url(img/icon_top.png) no-repeat;
}


.ok1 {position: absolute; top:45%;  left: 40%; padding: 25px; background-color: #FF0000; color: #FFFFFF;  opacity: 0.8; z-index: 10000;}
.ok2 {position: absolute;
    top: 22%;
    width: 100%;
    background-color: #ff822e;
    color: #ffffff;
    opacity: 0.9;
    z-index: 10000;
    font-size: 35px;
    text-align: center;}

.soc {display: flex;
    position: absolute;
    top: 50px;
    right: 205px;
    width: 50px;
    justify-content: space-between;}

.soc2 {    display: flex;
    position: absolute;
    top: 108px;
    left: 210px;
    width: 50px;
    justify-content: space-between;}


.sc {    width: 20px;
    height: 20px;}

#loadImg {
  position: fixed; 
  left: 50%; 
  top: 50%; 
  display:none;
  width:55px;
  height:55px;
}
.foot {background: rgb(97,128,211);
background: linear-gradient(184deg, rgba(97,128,211,1) 0%, rgba(86,152,224,1) 51%, rgba(72,184,242,1) 100%);}

.foot_text {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.ft1 {text-align: center; margin-bottom: 15px;}
.ft2 {text-align: center;}
}


@media (min-width: 890px) and (max-width: 1219px) {

.ogm {
    width: 34px;
    height: 59px;
    display: block;
    position: absolute;
    top: -3px;
    right: 0px;
}


header  {display: none;}
.cont2  {display: none;}

.head {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
}
.slider {
width: 100%;
    max-height: 706px;
    background-image: url(img/slider.jpg);
    display: flex;
    align-items: center;
background-size: cover;
    background-position-x: center;
}
.job {
	width: 100%;
	background-image: url(img/back2.jpg);
	background-repeat: repeat;
}
h1 {
border-bottom: 4px solid #5698E0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
border-bottom: 4px solid #5698E0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h3 {
border-bottom: 4px solid #5698E0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h4 {
border-bottom: 4px solid #5698E0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h5 {
border-bottom: 4px solid #5698E0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h6 {
border-bottom: 4px solid #5698E0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.wd1220 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.w1220 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.head_text {
	width: 96%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    height: 120px;
}
.head .head_text .logo {
	width: 206px;
	height: 59px;
}
.razd1   {
	background-image: url(img/razd.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
}
.menu1 {display: flex;
    justify-content: space-between;
    align-items: center;
    width: 410px;
    font-size: 20px;}
.head_text .cont1 .phone {
	background-image: url(img/phone.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 18px;
	background-position: left center;
}
.head_text .cont1 .mail {
    background-image: url(img/mail.png);
    background-repeat: no-repeat;
    padding-left: 27px;
    font-size: 18px;
    text-align: justify;
    background-position: left center;
    height: 27px;
margin-left: 8px;
}
.cont1 {display: block;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: space-between;
    align-items: flex-end;
    position: relative;
    width: 220px;
}

.slider_text {
width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.sl1 {
width: 50%;
    font-size: 50px;
    font-weight: bold;
/*    color: #5698E0;
   text-shadow: 0 -2px 0 #FFFFFF, 0 -2px 0 #FFFFFF, 0 2px 0 #FFFFFF, 0 2px 0 #FFFFFF, -2px 0 0 #FFFFFF, 2px 0 0 #FFFFFF, -2px 0 0 #FFFFFF, 2px 0 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF; 
*/
background-image: linear-gradient(to bottom, #6180D3, #48B8F2);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;


    margin-top: 50px;
}
.sl2 {
width: 50%;
    font-size: 35px;
    font-weight: normal;
    color: #FFFFFF;
 /*   text-shadow: 0 -2px 0 #FFFFFF, 0 -2px 0 #FFFFFF, 0 2px 0 #FFFFFF, 0 2px 0 #FFFFFF, -2px 0 0 #FFFFFF, 2px 0 0 #FFFFFF, -2px 0 0 #FFFFFF, 2px 0 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF; */
    margin-bottom: 50px;
text-shadow: 1px 1px 1px #000;
}
.jb {    display: block;
    width: 160px;
    text-align: center;
    font-weight: bold;
}
.wh {
	display: block;
	width: 160px;
	text-align: center;
	/* [disabled]font-weight: bold; */
}
.jb_razd {    width: 40px;
    height: 47px;
    display: block;
background-image: url(img/razd2.png);
display: none;
}
.jobs {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 30px;
    padding-bottom: 30px;
}
.jb_img {margin-bottom: 30px;}
.wh_img {
	margin-bottom: 15px;
}
.tx_cntr {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
}
.wh .wh_text .zagl {
	color: #5698E0;
	font-size: 25px;
	margin-bottom: 10px;
}
.wh .wh_text .opis {
}
.why_tx {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	margin-bottom: 30px;
}.price {
	background-image: url(img/back3.jpg);
}
.opis_price {
    width: 310px;
    padding: 10px;
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
}.wd1220 .price_all .prc {
	width: 290px;
	height: 160px;
	background-image: url(url);
	background-color: #FFFFFF;
	border-top: 4px solid #5698E0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
}
.price_all .prc .prc_img {
	width: 115px;
	height: 150px;
	position: absolute;
	left: 10px;
	top: 5px;
}


.price_all {display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;}
.prcc {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 140px;
    right: 10px;
    position: absolute;
    height: 140px;
    align-items: center;
    top: 10px;

}
.prc1   {
	width: 150px;
	height: 30px;
	font-size: 25px;
	text-align: right;
}
.prc .prcc .prc2 {
	width: 100%;
	height: 4px;
	background-color: #5698E0;
}
.prc .prcc .prc3 {
	font-size: 25px;
}
.prm {
	background-color: #FFFFFF;
}
.wd1220 .prm_all .prm1 {
width: 250px;
    height: 360px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    border-radius: 15px;
background: rgb(97,128,211);
background: linear-gradient(184deg, rgba(97,128,211,1) 0%, rgba(86,152,224,1) 51%, rgba(72,184,242,1) 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}
.prm_all .prm1 .zagl_prm1 {
	color: #FFFFFF;
	font-size: 25px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.prm_all .prm1 .opis_prm1 {
	color: #000000;
	font-size: 18px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}


.prm_all {    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}
.video {
	background-image: url(img/back4.jpg);
	    background-size: cover;
}
.videowrap {
	width: calc(100% - 20px);
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.videoblock {
  position: relative;
  padding-bottom: 56.25%; /*для видео из соотношением экрана 16:9*/
  height: 0;
  overflow: hidden;
}
.videoblock iframe, object, embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.form {
    width: 100%;
    background-image: url(img/back5.jpg);
}
.forma {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
}
.frm {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
}
.inp1 {
    border: 1px solid #FFFFFF;
    background-image: url(img/user.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    height: 40px;
    padding-left: 40px;
    font-size: 18px;
    border-radius: 2px;
    width: 150px;
}
.inp2 {
    border: 1px solid #FFFFFF;
    background-image: url(img/mail2.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    height: 40px;
    padding-left: 40px;
    font-size: 18px;
    border-radius: 2px;
    width: 150px;
}
.inp3 {
    border: 1px solid #FFFFFF;
    background-image: url(img/phone2.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    height: 40px;
    padding-left: 40px;
    font-size: 18px;
    border-radius: 2px;
    width: 150px;
}
.btt    {
	border: 1px solid #5698E0;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 30px;
	font-size: 18px;
	width: 190px;
background: rgb(97,128,211);
background: linear-gradient(184deg, rgba(97,128,211,1) 0%, rgba(86,152,224,1) 51%, rgba(72,184,242,1) 100%);
	display: block;
	border-radius: 2px;
	color: #FFFFFF;
	padding-top: 10px;
	cursor: pointer;
        transition:0.2s;
        text-align: center;
}

.btt:hover    {
	border: 1px solid #379B9B;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 30px;
	font-size: 18px;
	width: 190px;
background: rgb(97,128,211);
background: linear-gradient(184deg, rgba(97,128,211,1) 0%, rgba(86,152,224,1) 51%, rgba(72,184,242,1) 100%);
	display: block;
	border-radius: 2px;
	color: #FFFFFF;
	padding-top: 10px;
	cursor: pointer;
font-weight: bold;
}
.cont {
    width: 300px;
    height: 260px;
    position: absolute;
    z-index: 10;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    left: 20px;
    margin-top: 60px;
    padding: 10px;
}
.cnt1 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.cnt2 {
    font-size: 18px;
    font-weight: normal;
    background-image: url(img/map.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 20px;
    padding-bottom: 3px;
}
.cnt3 {
    font-size: 18px;
    font-weight: normal;
    background-image: url(img/phone2.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 20px;
}
.cnt4 {
    font-size: 18px;
    font-weight: normal;
    background-image: url(img/mail2.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 20px;
}
.cnt5 {
    font-size: 18px;
    font-weight: normal;
    background-image: url(img/url.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 20px;
}
.scrollup{
width:40px;
height:40px;
opacity:0.9;
position:fixed;
bottom:20px;
right:20px;
text-indent:-9999px;
background: url(img/icon_top.png) no-repeat;
}


.ok1 {position: absolute; top:45%;  left: 40%; padding: 25px; background-color: #FF0000; color: #FFFFFF;  opacity: 0.8; z-index: 10000;}
.ok2 {position: absolute;
    top: 22%;
    width: 100%;
    background-color: #ff822e;
    color: #ffffff;
    opacity: 0.9;
    z-index: 10000;
    font-size: 35px;
    text-align: center;}

.soc {display: flex;
    position: absolute;
    top: 50px;
    right: 205px;
    width: 50px;
    justify-content: space-between;}

.soc2 {    display: flex;
    position: absolute;
    top: 108px;
    left: 210px;
    width: 50px;
    justify-content: space-between;}


.sc {    width: 20px;
    height: 20px;}

#loadImg {
  position: fixed; 
  left: 50%; 
  top: 50%; 
  display:none;
  width:55px;
  height:55px;
}
.foot {background: rgb(97,128,211);
background: linear-gradient(184deg, rgba(97,128,211,1) 0%, rgba(86,152,224,1) 51%, rgba(72,184,242,1) 100%);}

.foot_text {
width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.ft1 {text-align: left;}
.ft2 {text-align: right;}
}

@media (min-width: 1220px)  {

.ogm {
    width: 41px;
    height: 59px;
    display: block;
    position: absolute;
    top: -3px;
    right: 0px;
}


.cont2  {display: none;}
header  {display: none;}

.head {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
}
.slider {
width: 100%;
min-heigh: 600px;
    background-image: url(img/slider.jpg);
    display: flex;
    align-items: center;
background-size: cover;
}
.job {
	width: 100%;
	background-image: url(img/back2.jpg);
	background-repeat: repeat;
}
h1 {
border-bottom: 4px solid #5698E0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
h2 {
border-bottom: 4px solid #5698E0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
h3 {
border-bottom: 4px solid #5698E0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
h4 {
border-bottom: 4px solid #5698E0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
h5 {
border-bottom: 4px solid #5698E0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
h6 {
border-bottom: 4px solid #5698E0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.wd1220 {
	width: 100%;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.w1220 {
	width: 1220px;
	margin-left: auto;
	margin-right: auto;
}
.head_text {
	width: 1220px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    height: 120px;
}
.head .head_text .logo {
	width: 206px;
	height: 59px;
}
.razd1   {
	background-image: url(img/razd.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
}
.menu1 {display: flex;
    justify-content: space-between;
    align-items: center;
    width: 410px;
    font-size: 20px;}.head_text .cont1 .phone {
	background-image: url(img/phone.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 22px;
	background-position: left center;
}
.head_text .cont1 .mail {
    background-image: url(img/mail.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    font-size: 20px;
    text-align: justify;
    background-position: left center;
    height: 27px;
    margin-left: 22px;
}
.cont1 {display: block;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: space-between;
    align-items: flex-end;
    position: relative;
    width: 260px;
}

.slider_text {
max-width:1220px;
width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.sl1 {
width: 50%;
    font-size: 50px;
    font-weight: bold;
 /*   color: #5698E0;
    text-shadow: 0 -2px 0 #FFFFFF, 0 -2px 0 #FFFFFF, 0 2px 0 #FFFFFF, 0 2px 0 #FFFFFF, -2px 0 0 #FFFFFF, 2px 0 0 #FFFFFF, -2px 0 0 #FFFFFF, 2px 0 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF; */

background-image: linear-gradient(to bottom, #6180D3, #48B8F2);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;

margin-top: 60px;
}
.sl2 {
width: 50%;
    font-size: 35px;
    font-weight: normal;
     color: #FFFFFF;
/*    text-shadow: 0 -2px 0 #FFFFFF, 0 -2px 0 #FFFFFF, 0 2px 0 #FFFFFF, 0 2px 0 #FFFFFF, -2px 0 0 #FFFFFF, 2px 0 0 #FFFFFF, -2px 0 0 #FFFFFF, 2px 0 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px 2px 0 #FFFFFF; */
margin-bottom: 60px;
text-shadow: 1px 1px 1px #000;
}
.jb {    display: block;
    width: 160px;
    text-align: center;
    font-weight: bold;
}
.wh {
	display: block;
	width: 160px;
	text-align: center;
	/* [disabled]font-weight: bold; */
}
.jb_razd {    width: 40px;
    height: 47px;
    display: block;
background-image: url(img/razd2.png);
}
.jobs {
display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    flex-direction: row;

}
.jb_img {margin-bottom: 30px;}
.wh_img {
	margin-bottom: 15px;
}
.tx_cntr {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
}
.wh .wh_text .zagl {
	color: #5698E0;
	font-size: 25px;
	margin-bottom: 10px;
}
.wh .wh_text .opis {
}
.why_tx {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	margin-bottom: 30px;
}.price {
	background-image: url(img/back3.jpg);
}
.opis_price {
    width: 310px;
    padding: 10px;
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
}.wd1220 .price_all .prc {
	width: 290px;
	height: 160px;
	background-image: url(url);
	background-color: #FFFFFF;
	border-top: 4px solid #5698E0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
}
.price_all .prc .prc_img {
	width: 115px;
	height: 150px;
	position: absolute;
	left: 10px;
	top: 5px;
}


.price_all {display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;}
.prcc {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 140px;
    right: 10px;
    position: absolute;
    height: 140px;
    align-items: center;
    top: 10px;

}
.prc1   {
	width: 150px;
	height: 30px;
	font-size: 25px;
	text-align: right;
}
.prc .prcc .prc2 {
	width: 100%;
	height: 4px;
	background-color: #5698E0;
}
.prc .prcc .prc3 {
	font-size: 25px;
}
.prm {
	background-color: #FFFFFF;
}
.wd1220 .prm_all .prm1 {
width: 250px;
    height: 360px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    border-radius: 15px;
background: rgb(97,128,211);
background: linear-gradient(184deg, rgba(97,128,211,1) 0%, rgba(86,152,224,1) 51%, rgba(72,184,242,1) 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}
.prm_all .prm1 .zagl_prm1 {
	color: #FFFFFF;
	font-size: 25px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.prm_all .prm1 .opis_prm1 {
	color: #000000;
	font-size: 18px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}


.prm_all {    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}
.video {
	background-image: url(img/back4.jpg);
	    background-size: cover;
}
.videowrap {
	max-width: 1220px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.videoblock {
  position: relative;
  padding-bottom: 56.25%; /*для видео из соотношением экрана 16:9*/
  height: 0;
  overflow: hidden;
}
.videoblock iframe, object, embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.form {
    width: 100%;
    background-image: url(img/back5.jpg);
}
.forma {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
}
.frm {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
}
.inp1 {
    border: 1px solid #FFFFFF;
    background-image: url(img/user.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    height: 40px;
    padding-left: 40px;
    font-size: 18px;
    border-radius: 2px;
    width: 150px;
}
.inp2 {
    border: 1px solid #FFFFFF;
    background-image: url(img/mail2.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    height: 40px;
    padding-left: 40px;
    font-size: 18px;
    border-radius: 2px;
    width: 150px;
}
.inp3 {
    border: 1px solid #FFFFFF;
    background-image: url(img/phone2.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    height: 40px;
    padding-left: 40px;
    font-size: 18px;
    border-radius: 2px;
    width: 150px;
}
.btt    {
	border: 1px solid #5698E0;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 30px;
	font-size: 18px;
	width: 190px;
background: rgb(97,128,211);
background: linear-gradient(184deg, rgba(97,128,211,1) 0%, rgba(86,152,224,1) 51%, rgba(72,184,242,1) 100%);
	display: block;
	border-radius: 2px;
	color: #FFFFFF;
	padding-top: 10px;
	cursor: pointer;
        transition:0.2s;
        text-align: center;
}

.btt:hover    {
	border: 1px solid #379B9B;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 30px;
	font-size: 18px;
	width: 190px;
background: rgb(97,128,211);
background: linear-gradient(184deg, rgba(97,128,211,1) 0%, rgba(86,152,224,1) 51%, rgba(72,184,242,1) 100%);
	display: block;
	border-radius: 2px;
	color: #FFFFFF;
	padding-top: 10px;
	cursor: pointer;
font-weight: bold;
}
.cont {
    width: 300px;
    height: 260px;
    position: absolute;
    z-index: 10;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    left: 20px;
    margin-top: 60px;
    padding: 10px;
}
.cnt1 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.cnt2 {
    font-size: 18px;
    font-weight: normal;
    background-image: url(img/map.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 20px;
    padding-bottom: 3px;
}
.cnt3 {
    font-size: 18px;
    font-weight: normal;
    background-image: url(img/phone2.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 20px;
}
.cnt4 {
    font-size: 18px;
    font-weight: normal;
    background-image: url(img/mail2.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 20px;
}
.cnt5 {
    font-size: 18px;
    font-weight: normal;
    background-image: url(img/url.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 20px;
}
.scrollup{
width:40px;
height:40px;
opacity:0.9;
position:fixed;
bottom:20px;
right:20px;
text-indent:-9999px;
background: url(img/icon_top.png) no-repeat;
}


.ok1 {position: absolute; top:45%;  left: 40%; padding: 25px; background-color: #FF0000; color: #FFFFFF;  opacity: 0.8; z-index: 10000;}
.ok2 {position: absolute;
    top: 22%;
    width: 100%;
    background-color: #ff822e;
    color: #ffffff;
    opacity: 0.9;
    z-index: 10000;
    font-size: 35px;
    text-align: center;}

.soc {display: flex;
    position: absolute;
    top: 50px;
    right: 205px;
    width: 50px;
    justify-content: space-between;}

.soc2 {    display: flex;
    position: absolute;
    top: 108px;
    left: 210px;
    width: 50px;
    justify-content: space-between;}


.sc {    width: 20px;
    height: 20px;}

#loadImg {
  position: fixed; 
  left: 50%; 
  top: 50%; 
  display:none;
  width:55px;
  height:55px;
}
.foot {background: rgb(97,128,211);
background: linear-gradient(184deg, rgba(97,128,211,1) 0%, rgba(86,152,224,1) 51%, rgba(72,184,242,1) 100%);}


.foot_text {
width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.ft1 {text-align: left;}
.ft2 {text-align: right;}
}