html,
body {
	height: 100%;
  
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h2,
h4 {
	margin: 0;
	color: #353535;
	font-weight: 700;
	line-height: 1;
}

h2 {
	font-size: 36px;
}

h4 {
	font-size: 24px;
}

p {
	font-size: 16px;
	color: #505050;
	line-height: 2;
}



h2 {
	margin: 0;
	color: #353535;
	font-weight: 700;
	line-height: 1;
}

h2 {
	font-size: 36px;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

/*---------------------
Helper CSS
 -----------------------*/

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}



.site-btn {
	display: inline-block;
	border: none;
	font-size: 18px;
	font-weight: 700;
	min-width: 228px;
	padding: 20px 40px;
	background: #fcff18;
	color: #353535;
	line-height: normal;
	cursor: pointer;
	text-align: center;
}

.site-btn:hover {
	color: #353535;
}


.hero-section {
	height: 560px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
  background: #222;
}

.menu-header{
  background: #000;
}

.hero-text h2 {
	font-size: 96px;
	color: #fff;
	line-height: 1;
}

.hero-text h2 span {
	color: #fcff18;
}

.hero-text .site-btn {
	margin-top: 44px;
}


@media (min-width: 1200px) {
	.container {
		max-width: 1176px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-text h2 {
		font-size: 80px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-text h2 {
		font-size: 60px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.hero-section {
		height: auto;
	}
	.hero-text {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.hero-text h2 {
		font-size: 60px;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hero-text h2 {
		font-size: 48px;
	}
}

/*---------------------
Helper CSS
 -----------------------*/

.section-title {
	margin-bottom: 60px;
}

.section-title h2 {
	font-size: 48px;
	line-height: 1;
}

.section-title h2 span {
	background: #fcff18;
	display: inline-block;
	padding: 0 4px;
}

/*---------------------
Commom elements
 -----------------------*/

/* buttons */

/* Preloder */

/* Accordion */

/* tab */

/* Circle progress */

/* Icon Box*/

.icon-box-item {
	text-align: center;
	margin-bottom: 40px;
}

.icon-box-item .ib-icon {
	width: 132px;
	height: 132px;
	border-radius: 50%;
	color: #000000;
	font-size: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #f6f9fa;
	margin: 0 auto 25px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.icon-box-item h4 {
	margin-bottom: 10px;
}

.icon-box-item p {
  font-size: 19px;
	margin-bottom: 0;
}

.icon-box-item:hover .ib-icon {
	background: #fcff18;
}
.ib-icon img{
  height: 80px;
  width: 80px;
  object-fit:contain;
}


.feature-section {
	padding-top: 80px;
	padding-bottom: 63px;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1176px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-title h2 {
		font-size: 43px;
	}
}

/* Tablet :768px. */

/* Large Mobile :480px. */

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.section-title h2 {
		font-size: 36px;
	}
}




/* =================================
------------------------------------
  X Gym - Fitness HTML Template
  Version: 1.0
 ------------------------------------
 ====================================*/


/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/



h2 {
	margin: 0;
	color: #353535;
	font-weight: 700;
	line-height: 1;
}

h2 {
	font-size: 36px;
}

img {
	max-width: 100%;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul {
	padding: 0;
	margin: 0;
}

/*---------------------
Helper CSS
 -----------------------*/

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

/*---------------------
Commom elements
 -----------------------*/

/* buttons */

.site-btn {
	display: inline-block;
	border: none;
	font-size: 18px;
	font-weight: 700;
	min-width: 228px;
	padding: 20px 40px;
	background: #fcff18;
	color: #353535;
	line-height: normal;
	cursor: pointer;
	text-align: center;
}

.site-btn:hover {
	color: #353535;
}


.add-section {
	padding: 110px 0 103px;
}

.add-text {
	padding-left: 77px;
}

.add-text h2 {
	font-size: 60px;
	margin-bottom: 42px;
	color: #fff;
	margin-right: 116px;
}

.add-text h2 span {
	color: #fcff18;
}

.add-text ul {
	list-style: none;
	margin-bottom: 40px;
}

.add-text ul li {
	margin-bottom: 19px;
	color: #fff;
}

.add-text ul li img {
	margin-right: 19px;
}



@media (min-width: 1200px) {
	.container {
		max-width: 1176px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.add-text {
		padding-left: 0;
	}
	.add-text h2 {
		margin-right: 100px;
	}

}



@media only screen and (max-width: 767px) {
	.add-text {
		padding-left: 0;
	}
	.add-text h2 {
		font-size: 55px;
	}
  .feature-section {
  	padding-top: 20px;
  	padding-bottom: 63px;
  }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.add-text h2 {
		font-size: 36px;
		margin-right: 0;
	}
}




.container--u-itj4n7oow {
    width: 100%;
    max-width: 1600px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 100px;

}

.div--u-i91pxgtah {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.div--u-iqk3fqauh {
    width: 50%;
    position: relative;
    margin-top: -150px;
    margin-right: 100px
}

.div--u-id3zsp3hx {
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center
		margin-top: -80px;
}

.div--u-igqccv4h9 {
    width: 70%;
    position: relative;
    box-shadow: 0px 0px 0px 7px rgba(var(--color-i1gutqi9o), 1)
}

.div--u-ieeekdvkx {
    width: 60%;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: 0px;
    margin-top: -350px;
    box-shadow: 0px 0px 0px 7px rgba(var(--color-inpzb3bcg), 1)
}

.imageFit--u-i3q09hdov {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 700px
}

.imageFit__img--u-ipqz2tgvg {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.imageFit__overlay--u-iomvg64ga {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

}

.imageFit__zoom--u-iiloi7osp {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;

}

.svg_image--u-iz7e1jkfc {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    overflow-x: hidden;
    overflow-y: hidden
}

.imageFit--u-icacwt5yo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 350px
}

.imageFit__img--u-iwmu54m9k {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.imageFit__overlay--u-isi0jg3r7 {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-image: linear-gradient(rgba(var(--color-ijcouuxte), 0.5) 0%, rgba(var(--color-in31y7b0y), 0) 100%);
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
    background-size: auto;
    background-attachment: scroll
}

.imageFit__zoom--u-i01oo39io {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;

}

.svg_image--u-iuxxjom5o {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    overflow-x: hidden;
    overflow-y: hidden
}

.div--u-ievn1dk0q {
    width: 100%;
    position: relative;
    padding-left: 35px;
    padding-top: 35px;
    padding-right: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.text--u-iyne0kinr {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    position: relative;
    margin-bottom: 10px;
    font-size: 3vw;
    line-height: 3vw;

}

.text--u-ikhsy0usm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    position: relative;
    font-size: 1.3vw;
}

.text--u-i7caqkvhh {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
}

.div--u-imehu7zqp {
    width: 250px;
    position: relative;
    display: block;
    height: 5px;
    margin-bottom: 35px;
    background-color: #fcff18;
}

.div--u-imehu7zqp-kart {
    width: 250px;
    position: relative;
    display: block;
    height: 5px;
    margin-bottom: -5px;
    background-color: #fcff18;
}

.page-title--u-izs8g5zby {
    font-size: 4vw;
    line-height: 4vw;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    display: block;
    position: relative;
    font-weight: 400;

}

.text--u-i9d8ehfd0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    position: relative;
    line-height: 25px;
    margin-bottom: 30px
}

.div--u-ia78mez7r {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.link-universal--u-i2t2gxpa4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    vertical-align: top;
    padding-top: 20px;
    padding-right: 32px;
    padding-bottom: 20px;
    padding-left: 32px;
    position: relative;
    text-decoration-line: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 50px;
    transition-property: all;
    transition-duration: 350ms;
    transition-delay: 0ms;
    transition-timing-function: ease
}



.div--u-iftta5a66 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding-right: 0px;
    flex-shrink: 0;
    padding-top: 0px;
    margin-right: 0px
}

.list__item--u-i9j75ags2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list--u-ip28rz7bv {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    display: block
}

.link-universal--u-ipwhypuef {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    text-decoration-line: none;
    padding-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px
}

.text--u-iwioqndfa {
    display: block;
    font-size: 1.3vw;
    font-weight: 400;


}

.div--u-iu7nykmyb {
    width: 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 50px;
    flex-shrink: 0;
    margin-right: 20px;


    background-color: #fcff18;
}

.div--u-i7z4643c8 {
    width: 100%;
    position: relative;
    display: inline-block
}

.text--u-itlnmqx96 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    position: relative;

}

.svg_image--u-idm2x0jny {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 17px;
    width: 17px;
    overflow-x: hidden;
    overflow-y: hidden
}

.svg_image--u-idm2x0jny > svg {
    flex-shrink: 0
}

.svg_image--u-idm2x0jny svg {
    width: 100%;
    height: 100%
}

.svg_image--u-idm2x0jny .path-ij80g3xev {
    fill: rgba(var(--color-i3mkgwju0), 1)
}

@media (max-width: 991px) {

    .div--u-iftta5a66 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0px;
        margin-right: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .list__item--u-i9j75ags2 {
        justify-content: center
    }

    .text--u-iwioqndfa {
        text-align: center;
        font-size: 24px
    }

    .div--u-iu7nykmyb {
        margin-right: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .div--u-i7z4643c8 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto
    }

    .text--u-itlnmqx96 {
    }

    .div--u-iqk3fqauh {
        margin-top: 0px;
        width: 100%
    }

    .div--u-i91pxgtah {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .div--u-id3zsp3hx {
        width: 100%;
        margin-top: 50px
    }

    .container--u-itj4n7oow {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .imageFit--u-i3q09hdov {
        height: 500px
    }

    .imageFit--u-icacwt5yo {
        height: 300px
    }

    .div--u-ieeekdvkx {
        margin-top: -300px
    }

    .text--u-ikhsy0usm {
        font-size: 24px
    }

    .text--u-iyne0kinr {
        font-size: 30px;
        line-height: normal
    }

    .page-title--u-izs8g5zby {
        font-size: 40px;
        line-height: normal
    }
}

@media (max-width: 767px) {

    .div--u-iftta5a66 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px
    }

    .text--u-iwioqndfa {
        font-size: 22px
    }

    .div--u-i7z4643c8 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .div--u-ia78mez7r {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center
    }

    .link-universal--u-i2t2gxpa4 {
        margin-right: 0px
    }

    .container--u-itj4n7oow {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .div--u-id3zsp3hx {
        margin-top: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .div--u-ieeekdvkx {
        margin-top: 20px;
        width: 100%
    }

    .div--u-igqccv4h9 {
        width: 100%
    }

    .imageFit--u-i3q09hdov {
        height: 300px
    }

    .text--u-ikhsy0usm {
        font-size: 22px
    }

    .page-title--u-izs8g5zby {
        font-size: 35px
    }
}

@media (max-width: 479px) {

    .text--u-iwioqndfa {
        font-size: 20px
    }

    .link-universal--u-i2t2gxpa4 {
        font-size: 13px
    }

    .container--u-itj4n7oow {
        padding-bottom: 32px;
        padding-top: 32px
    }

    .page-title--u-izs8g5zby {
        font-size: 30px
    }

    .text--u-i7caqkvhh {
        font-size: 13px
    }

    .div--u-imehu7zqp {
        width: 100px
    }

    .imageFit--u-icacwt5yo {
        height: 250px
    }

    .div--u-ievn1dk0q {
        padding-left: 20px;
        padding-top: 20px;
        padding-right: 20px
    }

    .text--u-ikhsy0usm {
        font-size: 20px
    }

    .imageFit--u-i3q09hdov {
        height: 250px
    }
}




.section--u-i8mm2h7vg {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 80px;
    padding-top: 80px;
    color: white;
      background: #363636;
}

.block-kart {
display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    z-index: 999;
    margin-top: -20px;
}

.after_cont_wrr1 {
    position: relative;
}

.after_cont_wrr1:before {
    content: '';
    width: 86px;
    height: 86px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fcff18 url(/wp-content/uploads/2023/05/svgexport-1-1.png) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 500;
}

#rec555525122 .tn-elem[data-elem-id="1677477881886"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.footer-block-img {
    background: url(/wp-content/uploads/2023/05/welding-man.cd6d454d.png) no-repeat center top;
    height: 450px;
    width: 100%;
    position: absolute;
    right: 10%;
}

.footer-block {
    padding: 5px 0 30px 0;
}

.footer-blockz {
    background-color: #363636;
    position: absolute;
    z-index: 1;
    height: 7px;
    width: 100%;
}

.footer-blockz:before {
	  content: '';
    height: 150px;
background-color: #363636;	
}

.copyright {
    background-color: #000000;
    color: white;
    position: relative;
    z-index: 0;
}

.footer-blockz:after {
	content: '';
    height: 150px;
background-color: #363636;	
}

.t396 .tn-atom__img {
    width: 100%;
    display: block;
}

 .contact_form_wrapper {
    background-color: #F1F1F1;
    padding: 20px 20px 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    border-radius: 5px;
    overflow: hidden;
	     margin-top: 45px;
}

.btn-collaps {
color: #000;
    font-size: 14px;
    cursor: pointer;
    display: block;
    border: none;
    background: border-box;
}

div#yamap {
    position: relative;
    overflow: hidden;
    z-index: 100;
}

div#yamap .after_cont {
    position: relative;
}

div#yamap:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 960px 0 960px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: -50%;
    right: -50%;
    margin: 0 auto;
    top: -1px;
}

div#yamap .after_cont:before {
    content: '';
    height: 150px;
    width: 1000px;
    background: #363636;
    position: absolute;
    right: -38px;
    top: -90px;
    -webkit-transform: rotate(174deg);
    -ms-transform: rotate(174deg);
    transform: rotate(174deg);
}

div#yamap .after_cont:after {
    content: '';
    height: 150px;
    width: 1000px;
    background: #363636;
    position: absolute;
    left: -38px;
    top: -90px;
    -webkit-transform: rotate(-174deg);
    -ms-transform: rotate(-174deg);
    transform: rotate(-174deg);
}

.container--u-iawb91xl0 {
    width: 100%;
    max-width: 1400px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px
}

.blocklist--u-ib06dn2ql {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100%;
    min-width: 0px;
    max-width: 100%;
    line-height: normal;
    margin-left: 0px;
    margin-right: 0px
}

.blocklist--u-ib06dn2ql .is-removed {
    display: none
}

.blocklist__items_wrapper--u-iv2z6sm2k {
    width: 100%;
    height: 100%;
    will-change: transform
}

.blocklist__list--u-ifn3dxuh7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.blocklist__item__outer--u-icmdfsbgn {
    display: block;
    flex-shrink: 0;
    max-width: 100%;
    width: 33.332%
}

.blocklist__item__outer--u-icmdfsbgn:nth-child(3n + 2) .blocklist__item--u-iu4v3cnou {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.blocklist__item__outer--u-icmdfsbgn:nth-child(3n + 2) .div--u-ibdygqmb9 {
    margin-top: 0px;
    margin-bottom: 40px
}

.blocklist__item--u-iu4v3cnou {
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 150px;
    max-width: 100%;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blocklist__item_title--u-i2dcng6ta {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;

}

.blocklist__item_text--u-iyksk48lc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 25px;

    text-align: center
}

.blocklist__arrows_wrapper--u-ibrckz0ki {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none
}

.blocklist__arrows--u-ivr7no4r1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-shrink: 0;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10px;
    padding-right: 10px
}

.blocklist__arrow--prev--u-ijj24elam {
    flex-shrink: 0;
    pointer-events: auto;
    cursor: pointer;
    width: 20px;
    height: 32px;
    background-image: url("/d/fgs16_image-placeholder.png");
    background-repeat: no-repeat
}

.blocklist__arrow--prev--u-ijj24elam:disabled {
    pointer-events: none;
    cursor: auto;
    opacity: 0.35
}

.blocklist__arrow--prev2--u-i0aul0d29 {
    flex-shrink: 0;
    pointer-events: auto;
    cursor: pointer;
    width: 20px;
    height: 32px;
    background-image: url("/d/fgs16_image-placeholder.png");
    background-repeat: no-repeat;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: 0px
}

.blocklist__arrow--prev2--u-i0aul0d29:disabled {
    pointer-events: none;
    cursor: auto;
    opacity: 0.35
}

.blocklist__arrow--next--u-i7qsdl1r9 {
    pointer-events: auto;
    cursor: pointer;
    width: 20px;
    height: 32px;
    background-image: url("/d/fgs16_image-placeholder.png");
    background-repeat: no-repeat
}

.blocklist__arrow--next--u-i7qsdl1r9:disabled {
    pointer-events: none;
    cursor: auto;
    opacity: 0.35
}

.blocklist__arrow--next2--u-ir5s0kw4x {
    pointer-events: auto;
    cursor: pointer;
    width: 20px;
    height: 32px;
    background-image: url("/d/fgs16_image-placeholder.png");
    background-repeat: no-repeat;
    margin-top: auto;
    margin-right: 0px;
    margin-bottom: auto;
    margin-left: auto
}

.blocklist__arrow--next2--u-ir5s0kw4x:disabled {
    pointer-events: none;
    cursor: auto;
    opacity: 0.35
}

.blocklist__pagination_wrapper--u-ig36ilpfa {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    pointer-events: none;
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none
}

.blocklist__pagination--u-i5anaz6gy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;

}

.blocklist__pagination2--u-i5vseuz39 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}

.blocklist__page--u-ikj24c5sd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}

.form_consult {
    background: #363636;
/*     position: relative;
    overflow-x: hidden; */
/* 	padding-bottom: 100px; */
}


.blocklist__page2--u-ii9zj90xi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}

.blocklist__page--active--u-ib2y5y8e0, .blocklist__page--active2--u-if5r3w8tn {
    counter-reset: page 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 18px;
    overflow-y: hidden
}

.blocklist__page--bullet1--u-i213k1rka, .blocklist__page--bullet2--u-i71mc389r {
    counter-increment: page 1
}

.blocklist__page--bullet1--u-i213k1rka::after, .blocklist__page--bullet2--u-i71mc389r::after {
    content: counter(page)
}

.blocklist__pagination_item--u-ike4mvi5g {
    flex-shrink: 0;
    cursor: pointer;
    min-width: 10px;
    min-height: 10px;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
}

.blocklist__pagination_item2--u-ilz8hfok7 {
    flex-shrink: 0;
    cursor: pointer;
    min-width: 10px;
    min-height: 10px;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
}

.blocklist__controls_container--u-i4t0cang9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: absolute;
    z-index: 4;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px
}

.blocklist__controls_wrapper--u-iqx0iv02o {
    position: relative;
    pointer-events: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    max-width: 100%
}

.blocklist__control_arrows--u-io5z3kkrm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px
}

.div--u-ixynl36cg {
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(270deg);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.div--u-ibdygqmb9 {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 40px
}

.text--u-i72148me1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    position: relative;

    font-weight: 700;
    font-size: 150px;

    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 20px
}

.heading--u-imwo1537i {
    font-size: 100px;
    line-height: normal;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: center;
    font-weight: 700;

    text-transform: uppercase
}

.heading--u-igsiqsw51 {
    font-size: 40px;
    line-height: 60px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-weight: 700;
    padding-right: 0px;

    text-transform: uppercase;
    text-align: center
}
 .text-block-wrap-div{
  flex-grow: 1;
max-width: 100%;
}

.tel-body {
	color:black;
}

 .text--u-i72148me1{
   color:#fcff18;
 }

.nw-shapka {
    background-image: url(/wp-content/uploads/2023/05/bac2k.jpg);
    background-attachment: fixed;
    height: 570px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.txt-shapka h2 {
	color: #ffffff;
    font-size: 38px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.p-shapka p {
	color: #ffffff;
    font-size: 18px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.img-shapka {
	position: absolute;
    bottom: -111px;
}

.top_header {

    padding: 20px 0 20px;
}

.flex_between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo_bl {
    width: 28.5%;
}

.two_blocks {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn_bl {
    width: 20.5%;
}

.logo_bl .logo {
    max-width: 90%;
}

.phone_bl {
    width: 40%;
}

.mail_bl {
    width: 59%;
}

.mail_bl .addr {
    color: #ffffff;
    font-size: 13px;
}

header a.mail {
    text-decoration: none;
}
.mail {
    color: #ffffff;
    font-size: 16px;
    text-decoration: underline;
}

.header_telegram {
    display: block;
    width: 50px;
    height: 50px;
    margin-left: -30px;
    background-color: #454c78;
    border-radius: 3px;
    background-image: url(/wp-content/uploads/2023/05/svgexport-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px;
}

.btn_bl.flex_between a {
    text-decoration: none;
}

header .btn {
    font-weight: bold;
}
.btn--blue {
    background-color: #fcff18;
}
.btn {
    width: 183px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    padding: 15px 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    border: none;
}

.phone {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}

.phone_bl .ds-form:hover {
    color: #5b6cd4;
}
header .phone_bl .ds-form {
border-bottom: 1px dashed #b6badf;
    display: inline-block;
    margin-left: 15px;
    color: #fcff18;
}

.mail_bl .addr a {
    color: #ffffff;
    text-decoration: none;
}

.text_bl .big {
    color: #ffffff;
    font-family: "Roboto Condensed";
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.text_bl .min {
    color: #ffffff;
    font-size: 13px;
    display: block;
}

.block-headtxt {
	padding-top: 80px;
}

.imageFit__img--u-ipqz2tgvg {
	border: 3px solid #fcff18;
}

.pred-block {
background: #fcff18;
    color: white;
    padding: 23px;
    margin-top: 30px;
	border-radius: 25px 25px 0px 0px;
}

.pred-block p {
    color:#363636;
}

.pred-p-head {
color: white;
    padding-bottom: 40px;
    text-align: center;
	
}

.to-discuss .contact-element-type-1-value:before {
    width: 1.8rem;
    height: 1.8rem;
    background-image: linear-gradient(-60deg,#5abeff,#5a1bcc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 50%;
    color: #9871ff;
}

.phone-footer {
    color: #353535;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}

.adr-footer {
 color: #353535;	
}

.zkz-footer {
	background: #363636;
    text-align: center;
    padding: 15px;
    margin: 45px;
}

.ph-footer-pad {
	padding-bottom: 25px;
}






@media (max-width: 991px) {

    .text--u-i72148me1 {
        font-size: 100px
    }

    .heading--u-imwo1537i {
        font-size: 70px
    }

    .blocklist__item_title--u-i2dcng6ta {
        line-height: 30px
    }

    .heading--u-igsiqsw51 {
        font-size: 30px
    }
}

@media (max-width: 767px) {

    .blocklist__item__outer--u-icmdfsbgn {
        width: 100%;
        height: auto
    }

    .blocklist__item__outer--u-icmdfsbgn:nth-child(3n + 2) .blocklist__item--u-iu4v3cnou {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blocklist__item--u-iu4v3cnou {
        min-width: auto;
        margin-right: 0px;
        margin-left: 0px
    }

    .blocklist__list--u-ifn3dxuh7 {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: auto
    }

    .div--u-ixynl36cg {
        transform: skew(0deg, 0deg)
    }

    .div--u-ibdygqmb9 {
        z-index: 1;
        margin-top: 0px
    }

    .blocklist__item_text--u-iyksk48lc {
        text-align: center
    }

    .blocklist__item_title--u-i2dcng6ta {
        text-align: center
    }

    .text--u-i72148me1 {
        font-size: 50px
    }

    .heading--u-imwo1537i {
        font-size: 50px
    }

    .heading--u-igsiqsw51 {
        font-size: 30px;
        padding-right: 0px;
        text-align: center;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%
    }

    .section--u-i8mm2h7vg {
        padding-top: 50px;
        padding-bottom: 50px;

    }
}

@media (max-width: 479px) {

    .blocklist__item_title--u-i2dcng6ta {
        font-size: 18px
    }

    .section--u-i8mm2h7vg {
        padding-bottom: 50px
    }

    .heading--u-imwo1537i {
        font-size: 40px
    }

    .heading--u-igsiqsw51 {
        font-size: 25px;
        line-height: normal
    }
	
.img-shapka {
    position: absolute;
    bottom: -126px;
    width: 60%;
    right: 0;
}

.txt-shapka h2 {
    color: #ffffff;
    font-size: 25px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding-bottom: 15px;
}
	
.site-btn {
    display: inline-block;
    border: none;
    font-size: 18px;
    font-weight: 700;
    min-width: 210px;
    padding: 10px 35px;
    background: #fcff18;
    color: #353535;
    line-height: normal;
    cursor: pointer;
    text-align: center;
}	
	
.p-shapka p {
    color: #ffffff;
    font-size: 13px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}	
	
.logo_bl {
   padding-bottom: 25px;
    display: flex;
    justify-content: center;
}
	
.logo_bl .logo {
    max-width: 235px;
}
	
.text_bl .big {
    font-size: 16px;
    margin-bottom: 0;
}	
	
.text_bl .min {
    font-size: 12px;
    width: 120px;
}
	
.logo_bl, .two_blocks {
    width: 100%;
}
	
.phone_bl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
	
header .phone_bl .ds-form {
    height: auto;
    border-bottom: 0px solid #fff;
}
	
.mail_bl {
    display: none;
}
	
.btn_bl {
    padding-top: 15px;
}
	
.top_header .btn_bl.flex_between .btn.btn--blue {
    white-space: normal;
    display: flex;
    width: 250px;
    line-height: 1;
    height: 51px;
    padding: 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
}	
	
.phone_bl, .mail_bl {
    width: 100%;
}	
	
.mob-btn {
    border-radius: 3px;
    text-align: center;
    font-size: 14px !important;
    font-weight: 300;
    padding: 15px 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    border: none;
    background-color: #454c78;
    color: #fff !important;
    width: 45%;
}
	
.header_telegram {
    margin-left: 0;
    height: 51px;
	width: 100px;
}
	
.btn_bl {
    width: 100%;
    padding-top: 15px;
}	
	
.block-headtxt {
padding-top: 20px;		
	}	
	
.nw-shapka {
    background-image: url(/wp-content/uploads/2023/05/bac2k.jpg);
    background-attachment: fixed;
    height: 600px;
    background-size: cover;
    background-position-x: center;
}	
	
.imageFit--u-icacwt5yo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 240px;
    width: 47%;
    float: right;
    top: -200px;
}	
	
.imageFit__img--u-ipqz2tgvg {
    object-fit: cover;
    width: 100%;
    height: 100%;
    width: 47%;
    float: left;
}	
	
.div--u-iqk3fqauh {
    margin-top: 0px;
    width: 100%;
    height: 300px;
}
	
div#yamap:after {
    border-width: 100px 240px 0px 240px;
}
	
	div#yamap .after_cont:before {
    content: '';
    height: 30px;
    width: 1000px;
    background: #363636;
    position: absolute;
    right: -38px;
    top: 22px;
    -webkit-transform: rotate(174deg);
    -ms-transform: rotate(174deg);
    transform: rotate(174deg);
}
	
div#yamap .after_cont:after {
    content: '';
    height: 30px;
    width: 1000px;
    background: #363636;
    position: absolute;
    left: -38px;
    top: 22px;
    -webkit-transform: rotate(-174deg);
    -ms-transform: rotate(-174deg);
    transform: rotate(-174deg);
}	
	
.heading--u-imwo1537i {
    font-size: 35px;
    line-height: normal;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}	
	
.after_cont_wrr1:before {
    content: '';
    width: 86px;
    height: 86px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fcff18 url(/wp-content/uploads/2023/05/svgexport-1-1.png) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: 0 auto;
    z-index: 500;
}
	
.pred-block {
    background: #fcff18;
    color: white;
    padding: 23px;
    margin-top: 70px;
    border-radius: 25px 25px 0px 0px;
}	
	
}
