@charset "UTF-8";

/* :not(:last-child) */


/* :nth-child(1n+0) */

body {
    line-height: 1.5;
    color: #000000;
    word-break: break-word;
    position: relative;
    font-size: 16px;
    font-family: "AvertaStdCY-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin-bottom: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: inherit;
}

a,
a:focus,
input,
input:focus,
button,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: 0;
    box-shadow: none !important;
    background-clip: unset !important;
    text-decoration: none;
}

dl,
ol,
ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

a {
    transition: all 0.2s;
    cursor: pointer;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 0;
    line-height: 1.49;
}

table td {
    border: solid 1px #EDEDED;
    color: black;
}

img {
    max-width: 100%;
}

button {
    cursor: pointer;
}


/* font */

@font-face {
    font-family: "AvertaStdCY-Bold";
    src: url("../fonts/AvertaStdCY-Bold_1.woff");
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: "AvertaStdCY-Regular";
    src: url("../fonts/AvertaStdCY-Regular_3.woff");
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: "AvertaStdCY-Semibold";
    src: url("../fonts/AvertaStdCY-Semibold_1.woff");
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: "AvertaStdCY-Extrabold";
    src: url("../fonts/AvertaStdCY-Extrabold_1.otf");
    font-display: swap;
    font-weight: 800;
}

@media (min-width: 1198.98px) {
    .container {
        max-width: 1190px;
    }
}

.btn-blues__alls {
    display: flex;
    min-height: 40px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    border: solid 1px #262262;
    background-color: #262262;
    color: #FFFFFF;
    font-size: 16px;
    padding: 5px;
    transition: all 0.3s;
    border-radius: 5px;
}

.btn-blues__alls img {
    transition: all 0.3s;
}

.btn-blues__alls:hover,
.btn-blues__alls:focus {
    background-color: #FFFFFF;
    color: #262262;
    border-color: #262262;
}

.btn-blues__alls:hover img,
.btn-blues__alls:focus img {
    filter: brightness(0) invert(1);
}

.btn-reds__alls {
    display: flex;
    min-height: 40px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    border: solid 1px #ED1C24;
    background-color: #ED1C24;
    color: #FFFFFF;
    font-size: 16px;
    padding: 5px;
    transition: all 0.3s;
    border-radius: 5px;
}

.btn-reds__alls img {
    transition: all 0.3s;
}

.btn-reds__alls:hover,
.btn-reds__alls:focus {
    background-color: #FFFFFF;
    color: #ED1C24;
    border-color: #ED1C24;
}

.btn-reds__alls:hover img,
.btn-reds__alls:focus img {
    filter: brightness(0) invert(1);
}

.check-painss {
    display: flex;
    align-items: center;
    position: relative;
    height: auto;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent !important;
}

.check-painss label {
    margin-bottom: 0px;
    margin-left: 15px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    width: 100%;
    flex: 1;
    font-size: 20px;
    text-transform: uppercase;
}

.check-painss input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    z-index: 9;
    margin: 0px;
}

.check-painss .checkmark {
    position: relative;
    height: 16px;
    width: 16px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #FFFFFF;
    border: solid 1px #FFFFFF;
    overflow: hidden;
}

.check-painss .checkmark:hover:after,
.check-painss .checkmark:focus:after {
    opacity: 1 !important;
    visibility: visible !important;
}

.check-painss .checkmark:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f00c";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    color: #262262;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.1s;
}

.check-painss input:checked~.checkmark:after {
    opacity: 1;
    visibility: visible;
}

.control-select__filter {
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.control-select__filter .select2-container {
    width: 100% !important;
}

.control-select__filter .select2-container:hover .select2-selection--single,
.control-select__filter .select2-container:focus .select2-selection--single {
    border-color: white !important;
}

.control-select__filter .select2-container--open .select2-selection--single {
    border-bottom: solid 0px white !important;
}

.control-select__filter .select2-selection--single {
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: transparent;
    border: solid 0px white !important;
    outline: none !important;
    transition: all 0.3s;
    height: 48px;
    width: 100%;
    color: #222222 !important;
    font-size: 20px;
}

.control-select__filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    color: #222222 !important;
    border: 0px !important;
    outline: none !important;
    transition: all 0.3s;
    padding: 5px 20px !important;
    width: 100% !important;
    border-radius: 5px;
    font-size: 20px;
}

.control-select__filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: auto;
    right: 15px;
    position: relative;
    height: auto;
}

.control-select__filter .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f107";
    font-size: 20px;
    color: #222222;
    font-weight: 900;
}

.control-select__filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #8E8F9D transparent transparent transparent;
    display: none;
}

.control-select__filter .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #8E8F9D transparent !important;
}

.control-select__filter .select2-container--open .select2-selection__rendered {
    color: black !important;
}

.btn-side__bars {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-side__bars:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: "";
    font-size: 18px;
    width: 10px;
    height: 10px;
    transition: all 0.1s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-side__bars:after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: "";
    font-size: 18px;
    width: 10px;
    height: 10px;
    transition: all 0.1s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.titles-reds__trans {
    background: -webkit-linear-gradient(#8C060B, #ED1C24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.list-abouts__sidebar {
    border: solid 1px #262262;
    padding: 15px;
    list-style: none;
}

.list-abouts__sidebar .active {
    color: #ED1C24;
    font-family: "AvertaStdCY-Semibold";
}

.list-abouts__sidebar li {
    position: relative;
    transition: all 0.3s;
}

.list-abouts__sidebar li a {
    color: #262626;
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #D9D9D9;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
}

.list-abouts__sidebar li a:hover,
.list-abouts__sidebar li a:focus {
    color: #ED1C24;
    font-family: "AvertaStdCY-Semibold";
}

.list-abouts__sidebar li ul {
    display: none;
    padding-left: 15px;
    list-style: none;
}

.list-abouts__sidebar li ul li a {
    position: relative;
    display: flex;
    text-transform: unset;
}

.list-abouts__sidebar li ul li a:after {
    content: "";
    position: absolute;
    left: -2px;
    top: 0px;
    width: 2px;
    height: 100%;
    max-height: 20px;
    opacity: 0;
    transition: all 0.3s;
}

.list-abouts__sidebar li ul li a:hover:after,
.list-abouts__sidebar li ul li a:focus:after {
    opacity: 1;
}

.list-abouts__sidebar>li>a {
    padding-right: 30px;
}

.active-abouts__sidebar>a {
    margin-bottom: 30px;
}

.active-abouts__sidebar .btn-side__bars:before {
    opacity: 0;
    visibility: hidden;
}

.active-abouts__sidebar .btn-side__bars:after {
    opacity: 1;
    visibility: visible;
}

.sidebar-abouts__lefts .title-sidebar__abouts {
    padding: 10px;
    color: #FFFFFF;
    background-color: #262262;
}

.group-contacts__forms {
    margin-bottom: 15px;
}

.group-contacts__forms label {
    color: #3B5266;
    margin-bottom: 10px;
}

.input-contacst__pages {
    height: 40px;
}

.control-contacts__pages {
    border: solid 1px #E0E0E0;
    border-radius: 5px;
    width: 100%;
    padding: 5px;
    background-color: #FFFFFF;
}

.gutter-0 {
    margin: 0 0px;
}

.gutter-0>[class^=col] {
    padding: 0 0px;
}

.gutter-15 {
    margin: 0 -7px;
}

.gutter-15>[class^=col] {
    padding: 0 7px;
}

.gutter-20 {
    margin: 0 -10px;
}

.gutter-20>[class^=col] {
    padding: 0 10px;
}

.gutter-40 {
    margin: 0 -20px;
}

.gutter-40>[class^=col] {
    padding: 0 20px;
}

.titles-center__alls {
    text-align: center;
}

.titles-transform__alls {
    text-transform: uppercase;
}

.titles-bold__alls {
    font-family: "AvertaStdCY-Bold";
}

.fs-12s {
    font-size: 12px;
}

.fs-16s {
    font-size: 16px;
}

.fs-18s {
    font-size: 18px;
}

.fs-20s {
    font-size: 20px;
}

.fs-24s {
    font-size: 24px;
}

.fs-28s {
    font-size: 28px;
}

.fs-30s {
    font-size: 30px;
}

.fs-35s {
    font-size: 35px;
}

.mt-30s {
    margin-top: 30px;
}

.mb-10s {
    margin-bottom: 10px;
}

.mb-15s {
    margin-bottom: 15px;
}

.mb-20s {
    margin-bottom: 20px;
}

.mb-25s {
    margin-bottom: 25px;
}

.mb-30s {
    margin-bottom: 30px;
}

.mb-35s {
    margin-bottom: 35px;
}

.mb-40s {
    margin-bottom: 40px;
}

.mb-45s {
    margin-bottom: 45px;
}

.mb-50s {
    margin-bottom: 50px;
}

.mb-55s {
    margin-bottom: 55px;
}

.mb-60s {
    margin-bottom: 60px;
}

.mb-65s {
    margin-bottom: 65px;
}

.mb-70s {
    margin-bottom: 70px;
}

.mb-100s {
    margin-bottom: 100px;
}

.mb-115s {
    margin-bottom: 115px;
}

.mb-120s {
    margin-bottom: 120px;
}


/* :not(:last-child) */


/* :nth-child(1n+0) */


/* end variable */