* {
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #557E74;
    text-decoration: none;
}
.container {
    max-width: 1920px;
    --bs-gutter-x: 3.5rem;
}
.navbar-expand-lg {
    margin-left: 5%;
}
header {
    margin-top: 20px;
}
.logo img {
    height: 180px;
}
.logo-footer {
    height: 180px;
}
.navbar-nav {
    margin-top: 60px;
    font-size: 22px;
    text-transform: uppercase;
}
.navbar-nav li{
    padding: 0 70px 0 70px;
}
.navbar-nav li a{
    color: #111010;
}
.navbar-nav li a:hover{
    color: #e23918;
}
button[aria-expanded="true"] > span.close_menu {
    display: block;
    color: #000;
    opacity: 1;
    font-size: 50px;
    float: right;
    margin-top: -100px;
    margin-right: -15px;
  }

  button[aria-expanded="true"] > span.navbar-toggler-icon {
    display: none;
  }

  button[aria-expanded="false"] > span.close_menu {
    display: none;
  }
a .button-header-1 {
    color: #fff;
    background: #e23918;
    text-align: center;
    padding: 10px 20px 10px 20px;
    margin: 55px 30px;
    border-radius: 10px;
    border: 2px solid #e23918;
    font-size: 22px;
}
a:hover .button-header-1 {
    color: #e23918;
    background: #fff;
    border: 2px solid #e23918;
}
.main {
    background-image: url(../images/background-top.jpg);
    background-repeat: no-repeat;
    margin-top: -90px;
    background-size: 100%;
    padding-top: 300px;
    background-color: #020202;
}
.main h1 {
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e23918;
}
.main p {
    font-size: 35px;
    color: #fff;
    margin: 60px 0 60px 0;
}
.button-top {
    width: 580px;
    height: 125px;
}
a .button_top{
    font-size: 55px;
    font-weight: 700;
    text-align: center;
    line-height: 105px;
    border: 5px solid #e23918;
    color: #e23918;
    border-radius: 10px;
}
a:hover .button_top {
    color: #fff;
    background-color: #e23918;
}
#service {
    margin-top: 180px;
}
.mt-6 {
    margin-top: 60px;
}
.mt-10 {
    margin-top: 100px;
}
#service h2{
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e23918;
}
#service p {
    font-size: 30px;
    margin: 40px 0 50px 0;
}
.service_icon_1 {
    background-image: url(../images/icon-1.png);
    background-size: cover;
    margin: 0 auto;
}
.service_icon_2 {
    background-image: url(../images/icon-2.png);
    background-size: cover;
    margin: 0 auto;
}
.service_icon_3 {
    background-image: url(../images/icon-3.png);
    background-size: cover;
    margin: 0 auto;
}
.service_icon_4 {
    background-image: url(../images/icon-4.png);
    background-size: cover;
    margin: 0 auto;
}
.service_icon_5 {
    background-image: url(../images/icon-5.png);
    background-size: cover;
    margin: 0 auto;
}
.service_icon_6 {
    background-image: url(../images/icon-6.png);
    background-size: cover;
    margin: 0 auto;
}
.icon_width {
    width: 250px;
    height: 250px;
}
#solution {
    margin-top: 180px;
    padding-bottom: 100px;
}
#solution h2{
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e23918;
}
#solution img {
    width: 85%;
    box-shadow: 0 0 40px 0px #e23918;
    border-radius: 30px;
}
.solution_heading {
    font-size: 50px;
    color: #fff;
}
#solution ul{
    font-size: 25px;
    color: #fff;
    list-style: none;
    padding-left: 0;
    margin-top: 50px;
}
#solution ul li{
    line-height: 50px;
}
footer {
    background-image: url(../images/background-bottom.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 200px;
    padding-bottom: 100px;
    color: #111010;
}
.logo-footer {
    margin-top: -40px;
}
footer p {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
}
footer .text {
    font-size: 22px;
    margin-top: 0;
}
footer .text a{
    color: #111010;
}
footer .text a:hover{
    color: #e23918;
}
footer ul {
    display: inline-block;
    font-size: 22px;
    list-style: none;
}
footer ul:nth-child(2) {
    margin-left: 100px;
}
footer ul li a{
    line-height: 50px;
    color: #111010;
}
footer ul li a:hover{
    color: #e23918;
}
.modal-dialog {
    margin-top: 200px;
    max-width: 600px;
}
.close {
    border: 0;
    font-size: 68px;
    color: #e23918 !important;
    font-weight: 700;
    background: #111010;
}
.modal-header {
    border-bottom: 0;
}
.modal-title {
    font-size: 38px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
}
.modal-content {
    background: #111010;
}
.form-control {
    display: block;
    width: 100%;
    padding: .75rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #111010;
    background-clip: padding-box;
    border: 1px solid #e23918;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}
.form-control:focus {
    color: #fff;
    background-color: #111010;
    border: 1px solid #e23918;
    outline: 0;
    box-shadow: none;
}
.form-control::placeholder {
    color: #fff;
}
.btn {
    color: #fff;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    padding: 1rem 2.5rem;
    margin-top: 1.25rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    margin: 0 auto;
}
.btn-tra-orange {
    color: #FFF;
    background: #5caa52;
}
.btn-tra-orange:hover {
    color: #fff;
    background-color: #000;
}
.form-check-label {
    color: #fff;
    margin-bottom: 20px;
}
.form-check-input:checked {
    background-color: #e23918;
    border-color: #e23918;
}
.form-check-input {
    width: 20px;
    height: 20px;
}
.politika {
    margin-top: 20px;
}
.politika p{
    font-size: 18px;
    line-height: 2;
}
.page {
    background-image: url(../images/background-top.jpg);
    background-repeat: no-repeat;
    margin-top: -90px;
    background-size: 100%;
    padding-top: 300px;
    background-color: #020202;
}
.page h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e23918;
}
.page h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e23918;
}
.page p {
    font-size: 18px;
    color: #fff;
    margin: 20px 0 20px 0;
}
.page ul {
    font-size: 18px;
    color: #fff;
    margin: 20px 0 20px 0;
}
@media (max-width: 1900px) {
    .navbar-nav li {
        padding: 0 65px 0 65px;
   }
}
@media (max-width: 1800px) {
    .navbar-nav li {
        padding: 0 60px 0 60px;
   }
   a .button-header-1 {
    padding: 10px 18px 10px 18px;
  }
}
@media (max-width: 1700px) {
    .navbar-nav {
        font-size: 20px;
   }
    .navbar-nav li {
        padding: 0 53px 0 53px;
   }
    a .button-header-1 {
        font-size: 18px;
   }
    .main h1 {
        font-size: 70px;
   }
    .main p {
        font-size: 30px;
   }
    .button-top {
        width: 500px;
   }
    a .button_top {
        font-size: 42px;
   }
    #service h2 {
        font-size: 50px;
   }
    #solution h2 {
        font-size: 50px;
   }
    footer ul {
        font-size: 20px;
   }
    footer .text {
        font-size: 20px;
   }
    .icon_width {
        width: 200px;
        height: 200px;
   }
    #service p {
        font-size: 26px;
   }
    .solution_heading {
        font-size: 40px;
   }
    #solution ul {
        font-size: 20px;
   }
}
@media (max-width: 1550px) {
    .navbar-nav li {
        padding: 0 48px 0 48px;
   }
    .main h1 {
        font-size: 60px;
   }
    .main p {
        font-size: 26px;
   }
    a .button_top {
        font-size: 36px;
        line-height: 85px;
   }
    .button-top {
        width: 450px;
   }
    .navbar-nav {
        font-size: 18px;
   }
    a .button-header-1 {
        font-size: 16px;
        padding: 10px 10px 10px 10px;
   }
    footer ul {
        font-size: 18px;
   }
    footer .text {
        font-size: 18px;
   }
    .icon_width {
        width: 180px;
        height: 180px;
   }
}
@media (max-width: 1410px) {
    .main {
        margin-top: -50px;
   }
    .navbar-nav li {
        padding: 0 40px 0 40px;
   }
    footer ul {
        font-size: 16px;
   }
    footer .text {
        font-size: 16px;
   }
    footer p {
        font-size: 16px;
   }
    #solution ul {
        margin-top: 30px;
   }
    #solution ul li {
        line-height: 40px;
   }
    a .button-header-1 {
        padding: 10px 4px 10px 4px;
   }
}
@media (max-width: 1280px) {
    .main {
        margin-top: -30px;
   }
    .navbar-nav {
        font-size: 16px;
   }
    .navbar-nav li {
        padding: 0 38px 0 38px;
   }
    a .button-header-1 {
        margin: 55px 10px;
   }
    footer ul {
        font-size: 14px;
   }
    footer .text {
        font-size: 14px;
   }
    footer p {
        font-size: 14px;
   }
    footer ul li a {
        line-height: 40px;
   }
    footer ul:nth-child(2) {
        margin-left: 60px;
   }
    .main h1 {
        font-size: 50px;
   }
    .main p {
        font-size: 22px;
        margin: 40px 0 40px 0;
   }
    a .button_top {
        font-size: 28px;
        line-height: 65px;
   }
    .button-top {
        width: 400px;
   }
    #service {
        margin-top: 160px;
   }
    #service h2 {
        font-size: 40px;
   }
    .icon_width {
        width: 150px;
        height: 150px;
   }
    #service p {
        font-size: 22px;
   }
    #solution {
        margin-top: 160px;
        padding-bottom: 80px;
   }
    #solution h2 {
        font-size: 40px;
   }
    .solution_heading {
        font-size: 30px;
   }
    #solution ul li {
        line-height: 30px;
   }
    #solution ul {
        font-size: 18px;
   }
}
@media (max-width: 1200px) {
    .navbar-nav li {
        padding: 0 33px 0 33px;
   }
}
@media (max-width: 1125px) {
    .navbar-nav {
        font-size: 14px;
   }
    .navbar-nav li {
        padding: 0 28px 0 28px;
   }
    a .button-header-1 {
        margin: 55px 0px;
   }
    .main {
        padding-top: 200px;
   }
    .main h1 {
        font-size: 40px;
   }
    .main p {
        font-size: 20px;
        margin: 30px 0 30px 0;
   }
    a .button_top {
        font-size: 24px;
        line-height: 55px;
   }
    .button-top {
        width: 350px;
   }
    #service {
        margin-top: 140px;
   }
    .icon_width {
        width: 130px;
        height: 130px;
   }
    #service p {
        font-size: 20px;
   }
    .mt-6 {
        margin-top: 40px;
   }
    #solution {
        margin-top: 140px;
        padding-bottom: 80px;
   }
    .solution_heading {
        font-size: 24px;
   }
    #solution ul {
        font-size: 16px;
   }
    #solution ul {
        margin-top: 30px;
   }
    footer ul:nth-child(2) {
        margin-left: 30px;
   }
}
@media (max-width: 991px) {
    .button-header {
        display: none;
   }
    footer {
        padding-bottom: 30px;
   }
    #solution img {
        width: 100%;
   }
    .solution_heading {
        font-size: 28px;
        text-align: center;
   }
    #solution ul {
        text-align: center;
   }
    footer ul:nth-child(2) {
        margin-left: 30%;
   }
    footer ul:nth-child(1) {
        margin-left: 10%;
   }
    footer p {
        font-size: 16px;
        text-align: center;
        margin-top: 40px;
   }
    .mt-10 {
        margin-top: 60px;
   }
    .icon_width {
        width: 100px;
        height: 100px;
   }
    #service p {
        font-size: 16px;
   }
    .logo img {
        height: 120px;
   }
    .logo-footer img{
        height: 120px;
   }
    .navbar-expand-lg {
        float: right;
   }
    .navbar-toggler {
        border: none;
        width: 100%;
   }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        width: 40px;
        height: 40px;
        float: right;
        margin-top: -100px;
        margin-right: -15px;
   }
    .navbar-collapse {
        background: #353685;
        padding: 0;
   }
    .navbar {
        float: right;
        text-align: center;
        width: 100%;
   }
    .show .navbar-nav {
        display: flex;
        float: right;
        text-align: right;
        width: 100%;
   }
    .navbar-nav li {
        display: block;
        font-size: 18px;
        padding: 10px;
        border-bottom: 1px solid #A9A3A3;
        text-align: left;
   }
    .navbar-nav {
        margin-top: 0px;
   }
    .navbar-nav li a {
        color: #fff;
   }
    button:focus:not(:focus-visible) {
        outline: 0;
        box-shadow: none;
        height: 0;
   }
    .modal-title {
        font-size: 26px;
        line-height: 30px;
   }
}
@media (max-width: 655px) {
    .navbar {
        margin-bottom: 20px;
   }
    .solution_heading {
        text-align: left;
   }
    #solution ul {
        text-align: left;
   }
    .mt-6 {
        margin-top: 30px;
   }
    footer ul {
        padding-left: 0;
   }
    footer ul:nth-child(2) {
        margin-left: 15%;
   }
    footer {
        padding-top: 100px;
   }
    footer p {
        margin-top: 0px;
   }
    footer p {
        font-weight: 600;
   }
    footer .text {
        font-weight: 400;
   }
    #service {
        margin-top: 100px;
   }
    #solution {
        margin-top: 100px;
        padding-bottom: 80px;
   }
}
@media (max-width: 576px) {
    .email_footer {
        margin-top: 20px;
   }
    .button-top {
        width: 100%;
   }
    .close {
        font-size: 28px;
        float: right;
   }
}
