:root {
  --main-blue: #081436;
  --main-light-blue: #153485;
  --main-red: #cf0027;
  --main-gray: #8b91a9;
  --main-back: #eef2fc;
  --footer-color: #040a1c;
  --back-blue: #2d2d57;
}


body {
	font-family: WorkSans;
    margin: 0;
}
a {
    color: var(--main-blue);
    text-decoration: none;
    outline: none;
    transition: .3s;
}
h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}
h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 38px;
    margin-top: 15px;
    margin-bottom: 15px;
}
h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}
h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
}
h5 {
    font-size: 21px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 15px;
}
h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}
ul, ol {
    padding-left: 20px;
}
li {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1199.98px) {
    h1 {font-size: 42px;}
    h2 {font-size: 32px;}
    h3 {font-size: 28px;}
    h4 {font-size: 24px;}
}
@media screen and (max-width: 991.98px) {
    h1 {font-size: 36px;}
    h2 {font-size: 32px;}
    h3 {font-size: 28px;}
    h4 {font-size: 24px;}
}
@media screen and (max-width: 767.98px) {
    h1 {font-size: 32px;}
    h2 {font-size: 28px;}
    h3 {font-size: 26px;}
    h4 {font-size: 24px;}
}
@media screen and (max-width: 575.98px) {
    h1 {font-size: 32px;}
    h2 {font-size: 26px;}
    h3 {font-size: 24px;}
    h4 {font-size: 22px;}
}

.container-page a {
    color: var(--main-red);
}
.container-page a:hover {
    text-decoration: underline;
}

.alignwide {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 576px) {
    .alignwide {max-width: 540px;}
}
@media screen and (min-width: 768px) {
    .alignwide {max-width: 720px;}
}
@media screen and (min-width: 992px) {
    .alignwide {max-width: 960px;}
}
@media screen and (min-width: 1200px) {
    .alignwide {max-width: 1140px;}
}

.main-header {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
    .main-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.no-gap {
    gap: 0;
}

img {
    height: auto;
}

#header {
	background-color: #ffffff;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: .3s;
    border-bottom: 1px solid #d3d3d3;
}
#main-block {
    padding-top: 140px;
}
#header.fixed-header {
    background-color: #ffffff;
}

#header .header-logo {
    padding-left: 30px;
}
#header .header-logo a {
	display: block;
}
#header .header-logo img {
	width: 175px;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
    object-fit: contain;
    transition: .3s;
}
#header.fixed-header .header-logo img {
    width: 120px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#header-menu #navbar {
	height: 100%;
}
#header-menu #nav-menu-walker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;

    height: 100%;
    margin: 0;
    list-style: none;
    padding-left: 0;
}
#header-menu .menu-item {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 0;
}
#header-menu #nav-menu-walker > .menu-item:before {
    content: '';
    background-color: #d3d3d3;
    width: 1px;
    height: 25px;
}
#header-menu #nav-menu-walker > .menu-item:first-child:before {
    display: none;
}
#header-menu .menu-item > a {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 35px;
    padding-right: 35px;
    background-color: transparent;
    color: var(--main-blue);
    font-weight: 400;
    font-size: 24px;
    text-decoration: none;
    transition: .3s ease;
}
#header-menu .menu-item.current_menu-item > a,#header-menu .menu-item > a:hover {
    text-shadow: 0 0.015em var(--main-blue),0 -0.015em var(--main-blue),0.01em 0 var(--main-blue),-0.01em 0 var(--main-blue);
}
#header-menu .menu-item.current_menu-item > a:after {
    content: '';
    position: absolute;
    width: calc(100% - 64px);
    height: 3px;
    background-color: var(--main-blue);
    left: 32px;
    top: calc(50% + 20px);
}

.menu-item.menu-item-has-children > .sub-menu {
    position: absolute;
    opacity: 1;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    list-style: none;
    padding: 10px 0 10px;
    border-radius: 0;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 101;
    border-top: 1px solid var(--col-blue);
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    width: max-content;
    max-width: 300px;
}
.menu-item-has-children:not(:hover) > .sub-menu {
    opacity: 0;
    pointer-events: none;
    top: calc(100% + 20px);
}
#header-menu .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
    width: 100%;
    font-size: 21px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#header-menu .menu-item.menu-item-has-children > .sub-menu > .menu-item:not(:last-child) > a:after {
    content: '';
    position: absolute;
    width: calc(100% - 50px);
    height: 1px;
    left: 25px;
    bottom: 0;
    background-color: #d3d3d3dd;
    
}

.open-sub-menu {
    color: #808080;
    position: relative;
    width: 45px;
    height: 50px;
    order: 1;
}
.open-sub-menu::after {
    display: inline-block;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    transition: .3s;
}
.rotate-open.open-sub-menu::after {
    transition: .3s;
    content: '\f077';
}



/*#header.fixed-header #header-menu .menu-item > a {
    font-size: 21px;
}*/

.social-links {
    height: 100%;
}
.social-links a {
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    transition: .3s;
}
.social-links a i {
    font-size: 30px;
    color: var(--main-blue);
    transition: .3s;
}
.social-links a:hover i {
    color: var(--main-light-blue);
}
/*#header.fixed-header .social-links a i {
    font-size: 24px;
}*/

.header-contact {
    padding-right: 0;
}
.contact-button {
    background-color: var(--main-red);
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    padding: 25px 20px;
    transition: .3s;
}
.contact-button:after {
    content: '';
    background-image: url("../images/envelope_phone.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 39px;
    height: 40px;
    margin-left: 10px;
}
.contact-button:hover {
    background-color: var(--back-blue);
}
#header.fixed-header .contact-button {
    padding:  15px 20px;
}

/*mobile menu*/

#mobile-button span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #808080;
    margin-bottom: 6px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 1;
}
#mobile-button span:last-child {
    margin-bottom: 0;
}
#mobile-button.open span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}
#mobile-button.open span {
    opacity: 0;
    margin-bottom: -2px;
}
#mobile-button.open span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
}

#header.open-mobile-menu {
    background-color: #ffffff;
}
.mobile-social-menu, .mobile-contact-button {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.mobile-social-menu a:first-child {
    padding-left: 0;
}
.mobile-social-menu i {
    font-size: 42px;
}
.mobile-social-menu span {
    display: none;
}
.mobile-contact-button a {
    width: 100%;
}

#header-menu .menu-item.lang-item > a {
    padding-left: 10px;
    padding-right: 10px;
}
.menu-item.lang-item img {
    width: 35px;
    height: auto;
}

@media screen and (max-width: 1439.98px) {
    #header-menu .menu-item > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 1199.98px) {
    #header-menu {
        display: none;
        max-height: 80vh;
        overflow: auto;
    }
    #header-menu #navbar {
        height: auto;
    }
    #header-menu #nav-menu-walker > .menu-item:before {
        display: none;
    }
    #header-menu .menu-item {
        width: 100%;
        margin-top: 0;
    }
    #header-menu .menu-item a {
        width: 100%;
        line-height: normal;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #header-menu .menu-item.current_menu-item > a:after {
        height: 1px;
        top: auto;
        bottom: 0;
    }
    .menu-item.menu-item-has-children {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .menu-item-has-children:not(:hover) > .sub-menu {
        opacity: initial;

    }
    .menu-item.menu-item-has-children > .sub-menu {
        order: 2;
        display: none;
        position: relative;
        top: auto!important;
        left: auto!important;
        width: 100%;
        max-width: 100%;
        pointer-events: auto!important;
        box-shadow: none;
        -webkit-transition: auto;
        transition: auto;
        background-color: #f2f2f2;
        transform: none;
    }
    #nav-menu-walker > .menu-item.menu-item-has-children > a {
        width: calc(100% - 45px);
    }
    #nav-menu-walker > .menu-item:not(:first-child) {
        border-top: 1px solid #d3d3d399;
    }
    #header-menu .menu-item a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .menu-item.menu-item-has-children > .sub-menu > .menu-item {
        max-width: 100%;
        width: 100%;
        display: block;
        text-align: left;
    }
    #header-menu .menu-item.lang-item {
        width: auto;
        width: auto;
        border-top: none;
    }
    #header-menu .menu-item.lang-item img {
        width: 30px!important;
        height: auto!important;
    }
    .mobile-social-menu, .mobile-contact-button {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-social-menu i {
        font-size: 30px;
    }
    .mobile-social-menu span {
        display: block;
        font-size: 18px;
        margin-left: 10px;
        font-weight: 600;
    } 
}
@media screen and (max-width: 767.98px) {
    #main-block {
        padding-top: 84px;
    }
    #header .header-logo img {
        width: 120px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #header.fixed-header .header-logo img {
        width: 120px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .contact-button {
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        padding: 10px 15px;
        transition: .3s;
    }
}




#footer {
    background-color: var(--footer-color);
    padding-top: 100px;
    padding-bottom: 100px;
}
#footer.f-spacing {
    margin-top: 50px;
}
.home__footer-map {
  width: 100%;
  display: block;
}
.footer-sidebars .footer-widget-block .wp-block-columns  {
    margin-bottom: 0;
}
.footer-sidebars .footer-widget-block .wp-block-column:not(:first-child) {
    margin-left: 0;
}
.footer-sidebars .footer-widget-block .wp-block-column a {
    color: #ffffff;
}
.footer-sidebars .footer-widget-block .wp-block-column a:hover {
    color: var(--main-red);
}
.first-footer-sidebar .wp-block-column i, .second-footer-sidebar .wp-block-column i {
    font-size: 28px;
    color: #ffffff;
}
.first-footer-sidebar .wp-block-column a i {
    font-size: inherit;
    color: var(--main-red);
    font-style: normal;
}
.footer-sidebars {
    color: #ffffff;
}
.footer-sidebars .footer-widget-block .wp-block-column > *:first-child {
    margin-top: 0;
}
.footer-sidebars .footer-widget-block .wp-block-column > *:last-child {
    margin-bottom: 0;
}
.third-footer-sidebar .footer-widget-block > *:first-child {
    margin-top: 0;
} 
.third-footer-sidebar .footer-widget-block > *:last-child {
    margin-bottom: 0;
} 
.third-footer-sidebar .footer-widget-block a i {
    font-size: 28px;
    vertical-align: text-bottom;
    margin-left: 5px;
    color: #ffffff;
    transition: .3s;
}
.third-footer-sidebar .footer-widget-block a:hover i {
    color: var(--main-red);
}
.fourth-footer-sidebar .footer-widget-block > p {
    display: inline-block;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 700;
}
.fourth-footer-sidebar .footer-widget-block > p a {
    color: #ffffff;
}
.fourth-footer-sidebar .footer-widget-block > p a:hover {
    color: var(--main-red);
}
.fourth-footer-sidebar .footer-widget-block > p span {
    position: absolute;
    top: 100%;
    right: 0;
    font-weight: 400;
    font-size: 14px;

}

@media screen and (max-width: 1199.98px) {
    .fourth-footer-sidebar {
        margin-top: 15px;
    }
}
@media screen and (max-width: 781px) {
    .first-footer-sidebar .wp-block-column:first-child, .second-footer-sidebar .wp-block-column:first-child {
        flex-basis: auto!important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .first-footer-sidebar .wp-block-column:last-child, .second-footer-sidebar .wp-block-column:last-child {
        flex-basis: auto!important;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
            width: auto;
    }
    .second-footer-sidebar, .third-footer-sidebar, .fourth-footer-sidebar {
        margin-top: 35px;
    }
    .first-footer-sidebar .wp-block-column i, .second-footer-sidebar .wp-block-column i {
        min-width: 50px;
        text-align: center;     
    }
}


#googleMap iframe {
    width: 100%;
    height: 100%;
}

.footer-menu-container {
    margin-top: 60px;
}
#footer-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid var(--back-blue);
    border-bottom: 1px solid var(--back-blue);
}
#footer-menu #nav-footer-menu-walker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;

    height: 100%;
    margin: 0;
    list-style: none;
    padding-left: 0;
}
#footer-menu .menu-item {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
}
#footer-menu .menu-item a {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}
#footer-menu .menu-item a:hover {
    text-decoration: underline;
}
#footer-menu #nav-footer-menu-walker > .menu-item:not(:first-child):before {
    content: '';
    background-color: var(--back-blue);
    width: 1px;
    height: 16px;
}

.footer-logo {
    padding-bottom: 40px;
}

.footer-logo img {
    width: 140px;
}

.department-footer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.department-footer > div {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.department-footer > div:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    bottom: 100%;
    left: 0;    
}
.department-footer > div:first-child:before {
    display: none;
}
.department-footer > div:last-child {
    padding-bottom: 0;
}
.department-footer h4 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
}
.department-footer span {
    display: block;
    color: #ffffff;
    font-size: 18px;
}
.department-footer span:not(:last-child) {
    padding-bottom: 10px;
}
.department-footer span a {
    color: #ffffff;
}
.department-footer span a:hover {
    text-decoration: underline;
}

.department-map {
    padding-left: 0;
    padding-right: 0;
}
.department-map iframe {
    width: 100%;
    display: block;
}

@media screen and (max-width: 767.98px) {
    .department-footer > div > div > div:first-child {
        padding-top: 25px;
        padding-bottom: 40px;
    }
    .department-footer > div {
        position: relative;
        padding-top: 15px;
        padding-bottom: 40px;
    }
    .department-footer > div:first-child:before {
        display: inline-block;
    }
}

.copyright-container {
    margin-top: 100px;
}
.copyright-block {
    color: #ffffff;
}
.copyright-block > div > div {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 18px;
}
.copyright-block a {
    color: #ffffff;
}
.copyright-block a:hover {
    color: var(--main-red);
}
.copyright-block > div:not(:first-child):before {
    content: '';
    display: inline-block;
    background-color: #ffffff;
    width: 2px;
    height: 14px;
}

@media screen and (max-width: 767.98px) {
    .copyright-block > div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .copyright-block > div:not(:first-child):before {
        display: none;
    }
}

.home-logo-text > .wp-block-cover__inner-container > .wp-block-columns {
    margin-bottom: 0;
}
@media (min-width: 600px) and (max-width: 781px) {
    .home-logo-text .wp-block-column:not(:only-child) {
        flex-basis: auto!important;
        flex-grow: 0;
    }
}
 

.home-icons-block {
    padding-top: 100px;
    padding-bottom: 100px;
}
.home-icons-block img {
    max-height: 80px;
    width: auto;
}

.produkter-container {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}
.produkter-container > div {
    margin-bottom: 30px;
}
.produkter-item {
    width: 100%;
}
.produkter-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    height: 400px;
}
.produkter-item h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--main-blue);
    text-align: center;
    color: #ffffff;
    transition: .3s;
}
.produkter-item h3:after {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 30%;
    width: 40%;
    background-color: var(--main-red);
    height: 4px;
}
a.produkter-item:hover {
    text-decoration: none;
}
a.produkter-item:hover h3 {
    color: var(--main-red);
}
.home-page-produkter-grid.produkter-container > div.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
@media screen and (max-width: 1919.98px) {
    .home-page-produkter-grid.produkter-container > div.col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 1439.98px) {
    .produkter-item img {
        height: 350px;
    }
}
@media screen and (max-width: 1199.98px) {
    .produkter-item img {
        height: 300px;
    }
}
@media screen and (max-width: 767.98px) {
    .produkter-item img {
        height: 350px;
    }
    .produkter-container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .produkter-item h3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .produkter-item h3:after {
        bottom: 10px;
        height: 2px;
    }
    .home-page-produkter-grid.produkter-container > div.col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 575.98px) {
    .produkter-item img {
        height: 300px;
    }
}
@media screen and (max-width: 400.98px) {
    .produkter-item img {
        height: 250px;
    }
}

.home-title-block a {
    white-space: nowrap;
    font-weight: 600;
    color: #ffffff;
}
.home-title-block a:hover {
    color: var(--main-red);
}
.home-title-block h2 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.home-title-block h2:after {
    content: '';
    position: absolute;
    left: 25%;
    bottom: 0;
    width: 50%;
    height: 4px;
    background-color: var(--main-red);
}

.contact-form-block > .d-flex {
    margin-bottom: 30px;
}

.contact-form-block label {
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.contact-form-block input {
    width: 100%;
    background-color: var(--main-back);
    padding: 20px 25px;
    color: #000;
    font-size: 18px;
    border: 1px solid #d7dbdd;
}
.contact-form-block textarea {
    width: 100%;
    background-color: var(--main-back);
    padding: 20px 25px;
    color: #000;
    font-size: 18px;
    border: 1px solid #d7dbdd;
}

.contact-form-checkbox .wpcf7-list-item {
    margin-left: 0;
}
.contact-form-checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-form-checkbox label > input {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    width: 35px;
    height: 35px;
    display: block;
    margin: 0;
    margin-right: 15px;
    border: 1px solid #e1e1e1;
    padding: 0;
}
.contact-form-checkbox label > span {
    width: calc(100% - 50px);
    font-weight: 400;
}

.contact-form-checkbox label > input:checked:after {
    content: '\f00c';
    font-size: 18px;
    position: absolute;
    top: 7px;
    left: 8px;
    color: #000;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.contact-form-block input[type=submit] {
    background-color: var(--main-red);
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
} 
.contact-form-block input[type=submit]:hover {
    background-color: var(--back-blue);
}
.contact-form-block a {
    color: var(--main-red);
}

@media screen and (max-width: 781px) {
    .contact-form-block > div.d-flex > .col-12 {
        margin-bottom: 15px;
    }
    .contact-form-block input[type=submit] {
        font-size: 21px;
    }
}

.page-404 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-404 p {
    font-size: 6rem;
    text-align: center;
    line-height: normal;
    margin-top: 0;
}
.page-404 h3 {
    margin-bottom: 0;
    text-align: center;
}

.ch-slider {
    display: none;
}
.chslider {
    height: 32px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    border-radius: 18px;
    vertical-align: middle;
    margin-right: 10px;
    background: green;
    position: relative;
    transition: all .3s;
    margin-bottom: 3px;
    justify-content: space-between;
}
.chslider__off {
    background-image: url(../img/close.svg);
    background-size: 10px;
    filter: invert(1);
}
.chslider__on {
    background-image: url(../img/checked.svg);
    background-size: 13px;
    filter: invert(0);
    background-position: 49% 50%;
}
.chslider__on, .chslider__off {
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .8;
    transition: all .3s;
}
.chslider__circle {
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    top: 3px;
    transition: all .3s;
}
.table_bordered table tr td:first-child {
    background: #f5f5f5;
    font-size: 1em;
    line-height: normal;
}
.table_bordered table td {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: .9em;
}

ul.files-list {
    list-style-type: none;
    padding-left: 0;
}

ul.files-list li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 6px;
    margin-bottom: 4px;
}
ul.files-list li a {
    color: #000000;
}
ul.files-list li a:hover {
    color: var(--main-red);
}

.slider-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.slider-images {
    position: relative;
    padding-bottom: 15px;
}
.slider-navigation-button {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: #ffffff99;
    cursor: pointer;
}
.slider-navigation-button.prev {
    left: 10px;
}
.slider-navigation-button.next {
    right: 10px;
}
.slider-navigation-button:hover {
    background-color: #ffffff;
    text-decoration: none!important;
}
.slider-slide {
    width: 100%;
    object-fit: cover;
    display: none;
}
.slider-slide.show {
    display: block;
}

.thumbnail-slider > img {
    -ms-flex: 0 0 calc(100% / 7);
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    object-fit: cover;
    max-height: 150px;
    opacity: .5;
    transition: .3s;
    cursor: pointer;
}
.thumbnail-slider img:nth-child(n+8) {
    display: none;
}
.thumbnail-slider img.active-slide {
    opacity: 1;
}