div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
img,
b,
u,
i,
center,
table,
tr,
th,
td,
video,
body {
    margin: 0;
    padding: 0;
    border: 0;
}

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

*,
::before,
::after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.tn-number {
    color: #000000;
    font-size: 64px;
    font-family: 'OpinionPro', Arial, sans-serif;
    line-height: 1.35;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding: 15px 0;
    max-width:100%;
/*     width: 560px; */
	max-width: 560px;
    justify-content: flex-start;
}

.tn-number text {
    max-width:100%;
}

.tn-number h2 {
    max-width: 90%;
}

.tn-number h2 {
    font-size: 64px;
    line-height: 1.15;
    color: #000000;
    font-family: 'OpinionPro',Arial,sans-serif;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 640px) {
    .tn-number h2 {
        font-size: 48px;
    }

}

.tn-number-white {
    color: #ffffff
}

.tn-number-white h2 {
    color: #ffffff
}

.tn-number img {
    padding: 0 5px;
    width: 60px;
    position: relative;
    left: 0px;
}

.tn-article {
    color: #000000;
    font-size: 42px;
    font-family: 'OpinionPro', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 300;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 640px) {
    .tn-article {
        font-size: 36px;
        line-height: 1.15;
        font-weight: 200;
    }

}

.tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Commissioner', Arial, sans-serif;
    line-height: 1.6;
    font-weight: 300;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.tn-clients {
    color: #909090;
    font-size: 20px;
    font-family: 'Commissioner', Arial, sans-serif;
    line-height: 1.6;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}





.type-of-service {
    display: flex;
    flex-direction: column;
}

.type-of-service-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.type-of-service-group {
    justify-content: left;
    display: flex;
    flex-wrap: wrap;
}

.type-of-service-item {
    padding: 3rem;
}

.list_01a {
    padding-top: 30px;
    font-weight: bold;
    padding-bottom: 40px;
}

.list_01a li:nth-child(1) {
    margin-top: 40px;
}

.list_01a li {
    font-weight: normal;
    margin-bottom: 15px;
    font-style: italic;
}

#LaserCutting > .type-of-service-wrap > .tn-atom > ul {
    margin: 0;
    padding: 0;
    padding-top: 0px;
    font-weight: bold;
    padding-bottom: 5px;
}

#LaserCutting > .type-of-service-wrap > .tn-atom > ul li:nth-child(1) {
    margin-top: 40px;
}

#LaserCutting > .type-of-service-wrap > .tn-atom > ul li {
    list-style-type: none;
    font-weight: normal;
    margin-bottom: 15px;
    font-style: italic;
}

#BendingOfMetal > .type-of-service-wrap > .tn-atom > ul {
    font-weight: bold;
    padding: 0 5px 40px 20px;
    margin: 0;
}

#BendingOfMetal > .type-of-service-wrap > .tn-atom > ul li:nth-child(1) {
    margin-top: 40px;
}

#BendingOfMetal > .type-of-service-wrap > .tn-atom > ul li {
    font-weight: normal;
    margin-bottom: 15px;
    /*font-style: italic;*/
}

.bottom {
    display: flex;
    justify-content: center;
    background-color: #000000;
}

.bottom-wrap {
    justify-content: left;
    display: flex;
    flex-wrap: wrap;
}

.bottom-item {
    padding: 3rem;
}

#BackToTopButton {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    z-index: 1000;
}

#BackToTopButton:hover {
    cursor: pointer;
}

#BackToTopButton.show {
    opacity: 1;
    visibility: visible;
}

#CallButton {
    z-index: 1000;
    bottom: 47px;
    right: 180px;
    cursor: pointer;
    position: fixed;
}

#CallButton span {
    position: relative;
    height: 60px;
    width: 60px;
    background: #607d8b;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow: hidden;
}


#CallButton span>svg, #CallButton span {
    fill: white;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    
}

#CallButton span>svg:last-child {  
    
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
}

#CallForm {
    display: none;
    opacity: 0;
    margin: 0;
    top: initial;
    left: initial;
    bottom: 125px;
    right: 100px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 40%);
    background: #fff;
    position: fixed;
    z-index: 1;
    cursor: default;
    text-align: center;
    max-width: 360px;
}

#LaserCutting span,
#BendingOfMetal span,
#MillingWorks span {
    display: flex;
    justify-content: center;
}

#LaserCutting span a[id="button_show-price-laser"],
#BendingOfMetal span a[id="button_show-price-gibka"],
#MillingWorks span a[id="button_show-price-frezer"] {
    color: #ffffff;
    background-color: #ff8800;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    font-family: OpinionPro;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    padding: 20px 50px 20px 50px;
    cursor: pointer;
}

