@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    font-family: "Montserrat", sans-serif;
}

body img {
    max-width: 100%;
    height: auto;
}

body video {
    width: 100%;
    max-width: 300px;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

body a {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

body a:hover {
    color: #231f55;
}

body ul {
    list-style: none;
    padding-left: 0;
}

body h2 {
    font-size: clamp(2rem, 5vw, 2.5rem);
    font-weight: 700;
}

.container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}


/*--------------------- Home ---------------------*/


.home {
    background: url(/img-sys/services/bg-hero-ser-3.webp) no-repeat center/cover;
    height: 60vh;
    color: white;
}

.home .container {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}


/*--------------------- Navbar ---------------------*/

.navbar {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.navbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

nav .navbar-nav a {
    font-size: 16px;
    color: white;
}

nav .navbar-nav a:hover {
    color: #62b6f1;
}

.offcanvas {
    color: white;
    background: #231f55;
}

.btn-close {
    filter: invert(1);
}


/*-- кнопка Burger --*/


nav .navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 22px;
    filter: contrast(200%);
}

nav .navbar-toggler:focus,
.btn-close:focus {
    outline: none;
    box-shadow: none;
}


/*--------------------- Hero ---------------------*/


.hero {
    min-height: 60vh;
}

h1 {
    font-weight: 600;
    font-size: clamp(1.5rem, 5vw, 3.5rem);
    margin-top: 2rem;
    margin-bottom: 0px;
}


/*--------------------- Section-1 ---------------------*/


.section-1 .container {
    margin-top: 5rem;
}

.sec-1-title h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.checkbox .check {
    display: flex;
}

.checkbox .check i {
    font-size: 1.77rem;
    padding-right: 1rem;
}

.checkbox .check p {
    font-size: 1.2rem;
    text-align: start;
}


/*--------------------- Section-2 ---------------------*/


.section-2 h2 {
    margin-bottom: 2rem;
}

.section-2 .imgbox-item {
    padding-top: 2rem;
}

.section-2 h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1.5rem;
    text-align: center;
}


/*--------------------- Section-3 ---------------------*/


.section-3 {
    background: rgb(241, 243, 245);
}

.section-3 h2 {
    padding-bottom: 2rem;
    text-align: center;
}

.section-3 p {
    text-align: center;
}


/*--------------------- Accordion ---------------------*/


.accordion {
    background-image: url(/img-sys/hero-bg.jpg);
}

.accordion-title {
    margin-bottom: 50px;
}

.accordion .accordion-button {
    --bs-accordion-bg: none;
    --bs-accordion-active-bg: none;
    --bs-accordion-btn-focus-box-shadow: none;
    font-size: 19px;
    font-weight: 500;
}

.accordion .accordion-button:hover {
    color: #62b6f1;
}

.accordion .accordion-button.collapsed {
    border: 1px solid black;
}

.accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    border: 2px solid black;
    box-shadow: 4px 4px black;
}

.accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #62b6f1;
}


/*--------------------- Form ---------------------*/


.form {
    background-image: url(/img-sys/hero-bg.jpg);
}

.form .btn-form {
    display: flex;
    justify-content: center;
    padding: 13px 30px;
    border: 1px solid #231f55;
    border-radius: 100px;
    width: 100%;
    margin-bottom: 40px;
    transition: 0.3s;
}

.form .btn-form:hover {
    background-color: #231f55;
    color: white;
}

.form .img-form {
    margin-bottom: 40px;
}

.form .img-form img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


/*--------------------- Footer ---------------------*/


.footer .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer {
    background-color: #231f55;
    color: white;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: #62b6f1;
}

.footer .footer-title {
    color: #62b6f1;
}

.footer-text {
    font-size: 13px;
}

.footer .bi-instagram:hover {
    color: #62b6f1;
}

.footer .bi-telegram:hover {
    color: #62b6f1;
}

.footer .bi-facebook:hover {
    color: #62b6f1;
}

.footer .bi-telephone-fill:hover {
    color: #62b6f1;
}


/*--------------------- GoTop ---------------------*/


.go_top {
    position: fixed;
    bottom: -60px;
    right: 40px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 999;
    transform: rotate(270deg);
    background: rgb(228, 228, 228);
}

.go_top:hover {
    background: #62b6f1;
    border: 0;
}

.go_top.active {
    bottom: 50px;
    transition: 0.2s linear;
}


/*------------------ Политика конфиденциальности ------------------*/


.breadcrumbs ul li {
    margin-right: 8px;
}

.breadcrumbs ul li a {
    display: flex;
    align-items: center;
    color: #777;
}

.breadcrumbs ul li a:hover {
    display: flex;
    align-items: center;
    color: black;
}

.breadcrumbs ul li a::after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 10px;
    margin-left: 8px;
}

.politics h5 {
    margin: 40px 0;
}

.politics .wp-block-table th,
.politics .wp-block-table td {
    border: 1px solid;
    padding: .5em;
}