body {
  margin: 0;
  line-height: normal;
  font-family: "Roboto", sans-serif;  
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}


:root {
  /* fonts */
  --font-roboto: Roboto;

  /* font sizes */
  --font-size-82xl: 101px;
  --font-size-37xl: 56px;
  --font-size-81xl: 100px;
  --font-size-68xl: 87px;
  --font-size-41xl: 60px;
  --font-size-40xl: 59px;
  --font-size-36xl: 55px;
  --font-size-31xl: 50px;
  --font-size-55xl: 74px;
  --font-size-39xl: 58px;
  --font-size-35xl: 54px;
  --font-size-44xl: 63px;
  --font-size-22xl: 41px;
  --font-size-16xl-5: 35.5px;
  --font-size-11xl: 30px;
  --font-size-12xl: 31px;
  --font-size-16xl: 35px;
  --font-size-4xl-8: 23.8px;
  --font-size-7xl: 26px;
  --font-size-21xl-4: 40.4px;

  /* Colors */
  --color-white: #fff;
  --color-dimgray: #707070;
  --color-orangered: #f72e00;
  --color-darkorange-100: #f59100;
  --color-darkslategray-100: #444;
  --color-darkslategray-200: #424243;
  --color-black: #000;

  /* Border radiuses */
  --br-2xs-8: 10.8px;
  --br-5xs-8: 7.8px;
  --br-50xl-4: 69.4px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 100%;
}

.row-1-bg-image {
  background-image: url('../images/top_line.svg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

@media (max-width: 768px) {
.row-1-bg-image {
  		background-image: url('../images/top_line.svg');
  		background-repeat: no-repeat;
  		background-position: top left;
	    background-size:auto;
	}
}

.top_phone {
	font-weight: bold;
	margin-top: 60px;
	float: right;
	font-size: 27px;
	margin-left: 25px;
	color: #000;
	text-decoration: none;
	margin-right: 35px;
}

.logo {
	width: 400px;
	height: auto;
	margin-top: 35px;
	margin-left: 48px;
}

@media (max-width: 768px) {
  .top_phone {
    font-size: 20px;
    margin-top: 10px;
    margin-right: 15px;
    float: none;
    text-align: center;
  }
	
.logo {
	max-width: 100%;
	height: auto;
	margin-top: 35px;
	margin-left:auto;
}	
	
}

.rib3 {
  margin-bottom: 15px;
}

.rib3_icon {
	width: 44px;
	height: 44px;
	float: left;
	margin-right: 15px;
}

.rib3_txt {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .rib3_txt {
    font-size: 15px;
  }
}

.wm_bg {
	background-image: url("../images/wm3.webp");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	min-height: 700px;
	height: 700px;
	width: 620px;
	z-index: 0;
	position: absolute;
	margin-top: -130px;
	left: 53%;
}


.col_wm_bg {
    /* background-image: linear-gradient(to bottom, rgba(245, 145, 0, 0) 30%, rgba(245, 145, 0, 0) 30%, #f59100 90%), url(../images/wm2.png); 
	background-image: url(../images/wm2.png); */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    min-height: 700px;
    display: flex;
    align-items: flex-end;
	z-index: 99;
}

@media (max-width: 1080px) {
	
.wm_bg {
	background-image: url(../images/wm3.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	min-height: 700px;
	z-index: 0;
	position: absolute;
	margin-top: -110px;
	width: 100%;
	left: 26%;
}
	
}

@media (max-width: 768px) {

.col_wm_bg {
    min-height: 460px;
}
	
.wm_bg {
	background-image: url(../images/wm3.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	min-height: 700px;
	z-index: 0;
	position: absolute;
	margin-top: -40px;
	left: 0;
	width: 100%;
}
	
}

.wm_bottom_positioned {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-bottom: 0px;
	background-color: rgba(245,145,0,0.45);
	padding: 15px;
}

/*
@media (max-width: 768px) {
  .wm_bottom_positioned {
    top: 400px;
  }
}
*/

.red_1281 {
    background: url("../images/1281-c.png") center no-repeat;
    background-size: cover;
    background-color: #f59100;
    color: rgba(245,145,0,1.00);
    font-weight: bold;
    /* transform: rotate(-2.5deg); */
    text-align: center;
    font-size: 2vw;
    line-height: 48px;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
    height: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

/*
.red_1281 {
  background: url("../images/1281-c.png") center no-repeat;
  background-size: cover;	
  background-color: white;
  color: #f59100;
  font-weight: bold;
  transform: rotate(-2.5deg);
  text-align: center;
  font-size: 2vw;
  line-height: 48px;
  white-space: nowrap;
  display: inline-block;
  margin-top: -40px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  margin-left: 0px;
  max-width: 100%;
}
*/

.red_1281_txt {
  background-color: white;
  color: #f59100;
  font-weight: bold;
  transform: rotate(-2.5deg);
  text-align: center;
  font-size: 2.3vw;
  line-height: 48px;
  white-space: nowrap;
  display: inline-block;
}

@media (max-width: 768px) {

.red_1281 {
	font-size: 4vw;
	white-space: wrap;
	line-height: normal;
	height: 195px;
	padding-top: 10px;
}
	
.red_1281_txt {
	background-color: white;
	color: #f59100;
	font-weight: bold;
	transform: rotate(-2.5deg);
	text-align: center;
	font-size: 4vw;
	line-height: 25px;
	white-space: unset;
	display: inline-block;
	width: 100%;
}
	
}

.form-container {
  float: left;
  max-width: 525px;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
}

.form-container input[type=text] {
  height: 47px;
  max-width: 420px;
  padding: 0 5px;
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.form-container select {
  height: 47px;
  max-width: 417px;
  margin: 5px 0;
  padding: 0 5px;
  border-radius: 10px;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.form-container option {
  height: 47px;
  max-width: 420px;
  margin: 5px 0;
  padding: 0 5px;
  border-radius: 10px;
  width: 80%;
  background-color: #FFFFFF;
}

@media (max-width: 768px) {
  .form-container {
    float: none;
    max-width: 100%;
  }
}

.title_fz {
  width: 500px;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .title_fz {
    width: 100%;
    font-size: 18px;
  }
}

.red-button,
.orange-button-link,
.red-button-link,
.red-button-link-big {
  background-color: #D90000;
  border-radius: 10px;
  color: #FFF;
  line-height: 50px;
  max-width: 280px;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}

.red-button:hover,
.red-button-link:hover,
.red-button-link-big:hover {
  background-color: #930000;
}

.orange-button-link:hover {
  background-color: #EE5C04;
}

.orange-button-link,
.red-button-link,
.red-button-link-big {
  clear: both;
  background-color: #F59100;
  display: block;
  text-decoration: none;
  margin: 30px 0;
}

.orange-button-link {
  margin-bottom: 80px;
}

.red-button-link,
.red-button-link-big {
  background-color: #D90000;
}

.red-button-link-big {
  clear: none;
  display: inline-block;
  text-align: center !important;
  margin: 30px 0 30px 100px;
  line-height: 70px;
  max-width: 380px;
  font-size: 30px;
}

.half-right-container {
  float: right;
  max-width: 500px;
  text-align: left;
  margin: 100px 80px 0 0;
}

.half-right-container .bullet {
  background: url(defImages/bullet-orange-icon.png) center left no-repeat;
  padding: 15px 0 10px 60px;
  color: #fff;
}

.red1 {
/*  background: linear-gradient(179.95deg, rgba(255, 255, 255, 0), rgba(254, 254, 253, 0) 0.11%, rgba(253, 233, 206, 0.19) 4.19%, rgba(251, 215, 163, 0.36) 8.57%, rgba(249, 198, 123, 0.51) 13.49%, rgba(248, 183, 90, 0.65) 18.85%, rgba(247, 171, 61, 0.76) 24.77%, rgba(246, 161, 38, 0.85) 31.45%, rgba(245, 154, 21, 0.92) 39.26%, rgba(245, 148, 9, 0.96) 48.9%, rgba(245, 145, 1, 0.99) 62.44%, #f59100); */
  background: linear-gradient(180deg, #e6e7eb 30%, #f59100 70%);	
  width: 100%;
/*  height: 767.2px;*/
  margin-top: 0px;
}

.wm_bg2 {
  background: linear-gradient(#e6e7eb 30%, #f59100 70%);	
  width: 100%;
}


@media (max-width: 768px) {
  .red1 {
    height: auto;
    padding: 20px 0;
  }
}

.red_predi_calc_bg {
  background-color: #f69a15;
  transform: rotate(-2.5deg);
  margin-top: -2px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  margin-left: 0px;
  max-width: 100%;
  height: 50px;
}

.red_calc {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.84), rgba(253, 232, 201, 0.87) 6.7%, #fbcf8e 12.56%, #f59100 23.43%, #f59100);
	margin-top: -80px;
	padding-top: 90px;
	padding-bottom: 10px;
	width: 105%;
	min-height: 350px;
}

.red_calc_calc {
	background-color: #f59100;
	margin-top: -80px;
	padding-top: 90px;
	padding-bottom: 10px;
	width: 100%;
	min-height: 350px;
}

.bg_calc_calc {
	background-color: #f59100;
}


@media (max-width: 768px) {
  .red_calc {
    width: 100%;
  }
}

.calc_title1 {
  font-size: 41px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  text-align:  center;
}

@media (max-width: 768px) {
  .calc_title1 {
    font-size: 28px;
  }
}

.calc_title2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-bottom: 15px;
  text-align:  center;	
}

@media (max-width: 768px) {
  .calc_title2 {
    font-size: 16px;
  }
}

.calc_title3 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-top: 55px;
}

.red_zashto {
  background-color: white;
  width: 100%;
  color: #f59100;
  font-weight: bold;
  font-size: 45px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.edin {
  color: #f59100;
  font-weight: bold;
}
.or_und{
	border-bottom: solid 5px #f59100;
	float: left;
	display: block;
	margin-left: 10px;
	font-weight: 600;
	text-align: left;
}

.or_und1 {
	width: 50%
}
.or_und2 {
	width: 65%
}
.or_und3 {
	width: 75%
}



@media (max-width: 768px) {
  .red_zashto {
    font-size: 30px;
  }
}

.red_zashtoto1 {
	font-size: 24px;
	/* font-weight: bold; */
	color: #000;
	padding-bottom: 15px;
	margin-bottom: 35px;
	text-align: center;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	margin-top: 35px;
}

.red_zashtoto {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding-bottom: 15px;
  margin-bottom: 35px;
  text-align:  center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;	
}

@media (max-width: 768px) {
 .red_zashtoto {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-bottom: 15px;
  margin-bottom: 35px;
  text-align:  center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;	
}
	
.red_zashtoto1 {
	font-size: 18px;
	/* font-weight: bold; */
	color: #000;
	padding-bottom: 15px;
	margin-bottom: 35px;
	text-align: center;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
}
	
}

.red_5500 {
  background: url('../images/wave.svg') center no-repeat,
    linear-gradient(179.96deg, rgba(255, 255, 255, 0), rgba(192, 192, 193, 0.33) 20.99%, rgba(123, 123, 123, 0.7) 50.65%, rgba(80, 80, 81, 0.92) 77.82%, #424243);
  min-height: 250px;
  background-size: cover;
  padding-bottom: 130px;
}

@media (max-width: 768px) {
  .red_5500 {
    padding-bottom: 50px;
  }
}

.it5500 {
  background: url("../images/it5500.svg") center no-repeat;
  background-size: cover;
  width: 400px;
  height: 400px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.it5500 span {
  font-size: 72px;
  line-height: 38px;
  color: #f59100;
  display: contents;
}

@media (max-width: 768px) {
.it5500 {
		width: 300px;
		height: 300px;
		font-size: 25px;
	}
.it5500 span {
  font-size: 50px;
  line-height: 38px;
  color: #f59100;
  display: contents;
}	
}



.red_sled5500 {
  width: 100%;
  color: #f59100;
  font-weight: bold;
  background-color: white;
  transform: rotate(-2.5deg);
  height: 100px;
  max-width: 100%;
  margin-top: -54px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 768px) {
  .red_sled5500 {
    height: 50px;
  }
}

.red_kakvo {
  background-color: white;
  width: 100%;
  color: #f59100;
  font-weight: bold;
  font-size: 45px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-style: italic;
}

@media (max-width: 768px) {
  .red_kakvo {
	background-color: white;
	width: 100%;
	color: #f59100;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-style: italic;
	margin-top: -15px;
}
}

.red_sled_kakvo {
  margin-top: 50px;
}

.red_nie {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .red_nie {
    font-size: 20px;
  }
}

.red_kyde {
  text-align: center;
  font-size: 22px;
  font-style: italic;
}

@media (max-width: 768px) {
  .red_kyde {
    font-size: 18px;
  }
}

.sq12d {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.sq12 {
  background: url("../images/sq1-2.svg") center no-repeat;
  background-size: cover;
  width: 65px;
  height: 65px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  color: #f59100;
  margin-right: 15px;
}

@media (max-width: 768px) {
	
 .sq12d {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
	
}

.form_zp {
	display: flex;
	justify-content: center;
	align-items: center;
/*	background: linear-gradient(to bottom, rgba(245, 145, 0, 0) 30%, rgba(245, 145, 0, 0) 30%, #f59100 90%); */
}

@media (max-width: 768px) {
  .form_zp {
    display: block;
  }
}

.sq12_txt {
  background-color: white;
  color: #f59100;
  font-size: 22px;
  text-align: left;
  font-style: italic;
}

@media (max-width: 768px) {
  .sq12_txt {
    font-size: 18px;
  }
}

.red_karta {
  background: url('../images/wave.svg') center no-repeat,
    linear-gradient(179.96deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(80, 80, 81, 0.92) 99.82%);
  min-height: 250px;
  background-size: cover;
  padding-bottom: 20px;
}

.map_tombou {
  background: url("../images/map_tombou.webp") center no-repeat;
  background-size: cover;
  width: 747px;
  height: 500px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f59100;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
 .map_tombou {
  background: url("../images/map_tombou.webp") center no-repeat;
  background-size: cover;
  width: 500px;
  height: 280px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f59100;
  margin-left: auto;
  margin-right: auto;
}
}

.karta_ob {
  background-color: #f59100;
  font-weight: bold;
  font-size: 22px;
  border: none;
  margin-top: 80px;
}

.karta_ob:hover {
  background-color: #F7A32A;
  font-weight: bold;
  font-size: 22px;
  border: none;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .karta_ob {
    font-size: 18px;
    margin-top: 40px;
  }
 .karta_ob:hover {
  background-color: #F7A32A;
  font-weight: bold;
  font-size: 18px;
  margin-top: 40px;
}	
	
}

.red_loga {
  margin-bottom: 50px;
  margin-top: 25px;
}

.red_predi_pred {
  background-color: #f69a15;
  transform: rotate(-2.5deg);
  margin-top: -2px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 105%;
  margin-left: 0px;
  max-width: 100%;
  height: 85px;
  z-index: -99;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.red_pred {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.84), rgba(253, 232, 201, 0.87) 6.7%, #fbcf8e 12.56%, #f7a732 23.43%, #f69a15);
  margin-top: -40px;
  padding-top: 90px;
  padding-bottom: 10px;
  width: 105%;
  min-height: 350px;
}

@media (max-width: 768px) {
  .red_pred {
    width: 100%;
	margin-top:auto;
  }

	.red_predi_pred {
	display: none;
}
	
}

.pred_title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
  font-style: italic;
  margin-top: -35px;
  text-align: center;	
}

@media (max-width: 768px) {
  .pred_title {
    font-size: 30px;
  }
}

.pod1 {
	background: url("../images/pod1.png") center no-repeat;
	background-size: cover;
	width: 375px;
	height: 175px;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 768px) {
  .pod1 {
  background: url("../images/pod1.png") center no-repeat;
  background-size: cover;
  width: 300px;
  height: 135px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
}

.pod2 {
	background: url("../images/pod1.png") center no-repeat;
	background-size: cover;
	width: 375px;
	height: 175px;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 25%;
	margin-right: auto;
}

@media (max-width: 768px) {
.pod2 {
  background: url("../images/pod1.png") center no-repeat;
  background-size: cover;
  width: 300px;
  height: 135px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

}

.pod1_txt {
  width: 85%;
  margin-left: 43px;
  margin-right: auto;
  font-weight: bold;
  font-size: 23px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .pod1_txt {
    font-size: 16px;
  }
}

.pod2_txt {
  width: 85%;
  margin-left: auto;
  margin-right: 30px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .pod2_txt {
    font-size: 16px;
  }
}

.predimstva {
  background: url("../images/predimstva.svg") center no-repeat;
  background-size: cover;
  width: 1024px;
  height: 516px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  justify-content: center;
  align-items: center;
  float: left;
  color: #f59100;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
}

@media (max-width: 768px) {
.predimstva {
	width: 100%;
	height: auto;
	background-color: #fff;
	padding-bottom: 50px;
	background-image: unset;
	}
}

.predms1 {
  font-size: 18px;
  font-weight: bold;
  width: 33%;
  text-align: center;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.predms1 img {
  width: 96px;
  height: 96px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
.predms1 img {
	width: 70px;
	height: 70px;
}
.predms1 {
  font-size: 12px;
  font-weight: bold;
  width: 50%;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.predms1a {
	margin-left: auto;
	margin-right: auto;
}
	
}

.predms2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-top: 20px;
}

.predms2 img {
  width: 96px;
  height: 96px;
  margin-bottom: 10px;	
}

@media (max-width: 768px) {
.predms2 {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: center;
  width: 50%;
  margin-bottom: 20px;
  letter-spacing: 1px;
  margin-top: 0px;
}
.predms2 img {
	width: 70px;
	height: 70px;
}	
.predms2posl {
	width: 100%;
	text-align: center;
}
	
}


.izchisli {
  background-color: #424243;
  font-weight: bold;
  font-size: 22px;
  border: none;
}

.izchisli:hover {
    background-color: #545456;
    font-weight: bold;
    font-size: 22px;
    border: none;
}

.izp_zap {
  background-color: #FF0000;
  font-weight: bold;
  font-size: 22px;
  border: none;
}

.izp_zap:hover {
  background-color: #FF5858;
  font-weight: bold;
  font-size: 22px;
  border: none;
}

.izp_zap_b {
  background-color: #FF0000;
  font-weight: bold;
  font-size: 30px;
  border: none;
  padding: 14px;
  letter-spacing: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 768px) {
	.izp_zap_b {
		background-color: #FF0000;
		font-weight: bold;
		font-size: 21px;
		border: none;
		padding: 14px;
		letter-spacing: 1px;
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 15px;
		margin-bottom: 10px;
	}
}

.izp_zap_b:hover {
  background-color: #FF5858;
}

.red_lesno {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  font-style: italic;
  padding-top: 20px;
  height: 130px;
}

@media (max-width: 768px) {
  .red_lesno {
    font-size: 30px;
    height: auto;
	margin-top: 30px;
  }
}

.title-podh {
  color: #000;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
.title-podh {
	font-size: 30px;
	margin-top: 40px; 
  }
}

.text-podh {
  color: #f69a15;
  font-style: italic;
  font-size: 20px;
}

@media (max-width: 768px) {
  .text-podh {
    font-size: 16px;
  }
}

.faq {
  background: url("../images/wave1.svg") center no-repeat;
  background-size: cover;
  margin-bottom: 45px;
}

.vuprosi {
  width: 1024px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  background-color: #f69a15;
  padding: 25px;
}
@media (max-width: 768px) {
  .vuprosi {
    width: 100%;
    height: auto;
	padding: 15px;
  }
}

.red_pech {
  background-color: #f69a15;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pech_txt {
  font-weight: bold;
  color: #fff;
  font-size: 35px;
}

@media (max-width: 768px) {
.pech_txt {
	font-size: 19px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 10px;
	white-space: nowrap;
}
}

.klient {
 /* background: url("../images/klient.svg") center no-repeat;
  background-size: cover !important;*/
  width: 400px;
  height: 450px !important;
  text-align: center !important;
  font-size: 22px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  float: left !important;
  color: #393939 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.klient_txt {
	font-size: 16px;
	color: #6c6767;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 95%;
	padding: 25px;
	min-height: 300px;
}

@media (max-width: 1080px) {

.klient {
    width: 300px;
/*	background-color: #fff;*/
	margin-right: 10px;
}

.klient_txt {
  font-size: 11px;
  color: #6c6767;
  text-align: left;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}	
	
}

#faq {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.question {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 0px;
  margin-bottom: 5px;
  font-style: italic;
  font-weight: bold;
  font-size: 22px;
}

.answer {
  padding: 10px;
  border: 0px;
  border-top: none;
  font-weight: normal;
  font-style: italic;
  padding-left: 50px;
}

.plus:before {
  content: '+';
  margin-right: 25px;
  font-size: 28px;
}

.minus:before {
  content: '-';
  margin-right: 25px;
  font-size: 28px;
}

a {
  color: #fff;
}

a:link {
  color: #fff;
}

.posl_red {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.lr_cl {
  display: flex;
  justify-content: center;
  align-items: center;
}

.red_posls {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(95, 95, 95, 0.9) 77.82%, #424243);
  min-height: 125px;
  background-size: cover;
}

.bxslider {
	width: 100%; /* Container can be full width */
	overflow: hidden;
}
.bxslider li {
	width: 200px !important; /* Set the fixed width of each slide */
}
.bxslider li img {
	width: 100%; /* Ensure images fit within the slide */
	height: auto; /* Maintain aspect ratio */
}
#slider {
	width: 100%; /* Container can be full width */
	overflow: hidden;
}
#slider li {
	width: 200px !important; /* Set the fixed width of each slide */
}
#slider li img {
	width: 100%; /* Ensure images fit within the slide */
	height: auto; /* Maintain aspect ratio */
}
.bx-viewport {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.calc_txt1 {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}

.calc_txt2 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}

.calc_fd {
	border: none;
	text-align: center;
	font-weight: bold;
	width: 110px;
}

.calc_rb_b {
  background: url("../images/calc_bialo_1.svg") center no-repeat;
  background-size: cover;
  width: 300px;
  height: 90px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  color: #000;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  border: none;
}

.calc_rb_b_active {
  background: url("../images/calc_sivo_1.svg") center no-repeat;
  background-size: cover;
  width: 300px;
  height: 90px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  border: none;
}


.calc_sl_s {
  background: url("../images/calc_sivo_2.svg") center no-repeat;
  background-size: cover;
  width: 300px;
  height: 90px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  border: none;
}

.calc_sl_s_active {
  background: url("../images/calc_bialo_2.svg") center no-repeat;
  background-size: cover;
  width: 300px;
  height: 90px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  color: #000;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  border: none;
}

.tb_calc_1 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.tb_calc_2 {
	font-size: 14px;
	color: #000;
}

.tb_calc_3 {
	font-size: 14px;
	color: #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

.tb_calc_4 {
	font-size: 14px;
	color: #000;
	border-right: 2px solid #000;
}

.tb_calc_4a {
	font-size: 14px;
	color: #000;
	white-space: nowrap;
}

.tb_calc_5 {
	font-size: 14px;
	color: #000;
	border-bottom: 2px solid #000;
}

.tb_calc_6 {
    border-bottom: 2px solid black;
}

.tb_calc_7 {
  color: #f69a15;
  font-size: 14px;	
  font-weight: bold;
}

.tb_calc_8 {
  color: #f69a15;
  font-size: 16px;	
  font-weight: bold;
  font-style: italic;
  text-align:  center;
}

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

#calc_ic_1 {
	width: 250px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
}

#calc_ic_2 {
	width: 250px;
	height: 250px;
}

.tb_ccalc {
	width: 600px;
}

.br_mob {
	display: none;
}
.br_nomob {
	display: block;
}

@media (min-width: 780px) {
	.tb_ccalc {
		width: 600px;
		float: left;
	}	
.br_mob {
	display: block;
}
	
}


@media (max-width: 768px) {

.c1	{
	order: 2;
	z-index: 999;
}
.c2	{
	order: 1;
}	
	
.br_mob {
	display: block;
}
.br_nomob {
	display: none;
}
.tb_ccalc {
	width: 400px;
}
.calc_txt1 {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}

.calc_txt2 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}

.calc_fd {
	border: none;
	text-align: center;
	font-weight: bold;
	width: 110px;
}

.calc_rb_b {
  background: url("../images/calc_bialo_1.svg") center no-repeat;
  background-size: cover;
  width: 200px;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  color: #000;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  border: none;
}

.calc_rb_b_active {
  background: url("../images/calc_sivo_1.svg") center no-repeat;
  background-size: cover;
  width: 200px;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  border: none;
}


.calc_sl_s {
  background: url("../images/calc_sivo_2.svg") center no-repeat;
  background-size: cover;
  width: 200px;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  border: none;
}

.calc_sl_s_active {
  background: url("../images/calc_bialo_2.svg") center no-repeat;
  background-size: cover;
  width: 200px;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  color: #000;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  border: none;
}

.tb_calc_1 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.tb_calc_2 {
	font-size: 14px;
	color: #000;
}

.tb_calc_3 {
	font-size: 14px;
	color: #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

.tb_calc_4 {
	font-size: 14px;
	color: #000;
	border-right: 2px solid #000;
	white-space: nowrap;
}

.tb_calc_4a {
	font-size: 14px;
	color: #000;
	white-space: nowrap;
}	

.tb_calc_5 {
	font-size: 14px;
	color: #000;
	border-bottom: 2px solid #000;
	white-space: nowrap;
}

.tb_calc_6 {
    border-bottom: 2px solid black;
}

.tb_calc_7 {
  color: #f69a15;
  font-size: 14px;	
  font-weight: bold;
}

.tb_calc_4a {
	font-size: 14px;
	color: #000;
	white-space: nowrap;
}
	
.tb_calc_8 {
  color: #f69a15;
  font-size: 16px;	
  font-weight: bold;
  font-style: italic;
  text-align:  center;
}

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

#calc_ic_1 {
	width: 250px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

#calc_ic_2 {
	width: 250px;
	height: 250px;
}
	

}

@media (min-width: 420px) {
	.br_mob {
		display: none;
	}
}


@media (min-width: 720px) and (max-width: 1090px) {

#calc_ic_1 {
	display: none;
}

.calc_cell {
	width: 100%;
}	
	
.calc_table {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
}
.predms1 {
	font-size: 12px;
	font-weight: bold;
	width: 33%;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}	
.predms2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
	width: 25%;
	margin-bottom: 20px;
	letter-spacing: 1px;
	margin-top: 20px;
}
	
}

@media (min-width: 720px) and (max-width: 1000px) {
	.wm_bg {
	background-image: url(../images/wm3.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	min-height: 700px;
	z-index: 0;
	position: absolute;
	margin-top: -100px;
	left: 0;
	width: 100%;
}	
.c1	{
	order: 2;
}
.c2	{
	order: 1;
}	
}

@media (max-width: 420px) {

.br_mob {
	display: block;
}
	
#calc_ic_1 {
	display: none;
}	

#calc_res {
		text-align: center;
}
	
.tb_ccalc {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.calc_txt1 {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}

.calc_txt2 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}

.tb_calc_4a {
	font-size: 12px;
	color: #000;
	white-space: nowrap;
}	
	
.calc_fd {
	border: none;
	text-align: center;
	font-weight: bold;
	width: 110px;
}

.calc_rb_b {
  background: url("../images/calc_bialo_1.svg") center no-repeat;
  background-size: cover;
  width: 150px;
  height: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  color: #000;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  border: none;
}

.calc_rb_b_active {
  background: url("../images/calc_sivo_1.svg") center no-repeat;
  background-size: cover;
  width: 150px;
  height: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  border: none;
}


.calc_sl_s {
  background: url("../images/calc_sivo_2.svg") center no-repeat;
  background-size: cover;
  width: 150px;
  height: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  border: none;
}

.calc_sl_s_active {
  background: url("../images/calc_bialo_2.svg") center no-repeat;
  background-size: cover;
  width: 150px;
  height: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  color: #000;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  border: none;
}

.tb_calc_1 {
	font-size: 10px;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
}

.tb_calc_2 {
	font-size: 10px;
	color: #000;
	white-space: nowrap;
}

.tb_calc_3 {
	font-size: 12px;
	color: #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	white-space: nowrap;
}

.tb_calc_4 {
	font-size: 12px;
	color: #000;
	border-right: 2px solid #000;
}

.tb_calc_5 {
	font-size: 12px;
	color: #000;
	border-bottom: 2px solid #000;
}

.tb_calc_6 {
    border-bottom: 2px solid black;
}

.tb_calc_7 {
  color: #f69a15;
  font-size: 14px;	
  font-weight: bold;
}

.tb_calc_8 {
  color: #f69a15;
  font-size: 16px;	
  font-weight: bold;
  font-style: italic;
  text-align:  center;
}

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

#calc_ic_1 {
	width: 250px;
	height: 250px;
}

#calc_ic_2 {
	width: 250px;
	height: 250px;
}
	
}

.calc_table {
	margin-left: auto;
}


.calc_cell {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}


.slider {
width: 80%;
margin: auto;
position: relative;
}
.slick-slide {
text-align: center;
}
.slick-prev, .slick-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: rgba(0, 0, 0, 0.5);
color: white;
border: none;
padding: 10px;
cursor: pointer;
}
.slick-prev {
	left: -50px;
}
.slick-next {
	right: -50px;
}

.red_sl {
  /*background-image: url('../images/s_l1.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;*/
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

