/*Start @import style*/


/*End @import style*/

@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaProBlack.woff2') format('woff2'), url('../fonts/SofiaProBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaProMedium.woff2') format('woff2'), url('../fonts/SofiaProMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/***************************************
*General
****************************************/

body {
    font-family: 'Gabarito', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2em;
    color: #1d1d23;
}

.sect-title .sub-title,
.bloc-etiquette {
    font-size: 14px;
    font-weight: 700;
    color: #6495ad;
    line-height: 1.25em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.sect-title .h1,
.sect-title h1,
.bloc-title,
.page-title {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #1d1d23;
    line-height: 1.2em;
    margin-bottom: 62px;
    letter-spacing: 2px;
}

.sect-title h1,
.page-title {
    margin-bottom: 30px;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../images/preloader.svg');
    background-size: 140px;
}

.text-align-last {
    -moz-text-align-last: center;
    text-align-last: center;
}


/** More link **/

.more-link {
    font-size: 12px;
    font-weight: 500;
    color: #6495ad;
    line-height: 1.1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.more-link img,
.more-link svg {
    margin-left: 20px;
}

.more-link:hover,
.more-link:focus {
    color: #6495ad;
}

.more-link__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 7px;
    margin-left: 18px;
}

.more-link__icon:after {
    content: '';
    position: absolute;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    background: url('../images/icons/icons.png') -49px -39px;
    width: 19px;
    height: 7px;
}


/** Back to top **/

#to-top {
    width: 83px;
    height: 83px;
    border: 1px solid #6495ad;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    position: fixed;
    right: 60px;
    bottom: 137px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 27px;
}

#to-top:hover {
    background-color: #6495ad;
}

#to-top img {
    transition: 0s;
}

#to-top:hover img {
    filter: contrast(0) brightness(10);
}

#to-top.top-visible {
    opacity: 1;
    visibility: visible;
}


/** Colors **/

.color--lightblue {
    color: #6495ad !important;
}

.color--black {
    color: #000 !important;
}

.color--white {
    color: #fff !important;
}


/** Background **/

.background--white {
    background-color: #fff !important;
}

.background--black {
    background-color: #000 !important;
}

.background--lightblue {
    background-color: #6495ad !important;
}


/** Owl carousel **/

.owl-carousel .owl-dots button,
.owl-carousel .owl-nav button {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    min-height: auto;
    height: auto;
    width: auto;
}


/** Social network **/

.social-links {
    display: flex;
    align-items: center;
}

.social-links .social-link:not(:last-child) {
    margin-right: 12px;
}


/** Variables **/

p {
    margin-bottom: 1.2em;
}

section {
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    color: #1d1d23;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

.form-group {
    margin-bottom: 25px;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

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

*::-moz-selection {
    background: #161616;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #161616;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #161616;
    color: #fff;
    text-shadow: none;
}

.form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: 'Gabarito', sans-serif;
    font-size: 16px;
    color: #1d1d23;
    font-weight: 400;
    line-height: 1.2em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    padding: 16px 15px 14px 15px;
    background-color: #fff;
    text-transform: none;
    height: 86px;
    line-height: inherit;
    border: 0;
    outline: none !important;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-1,
.btn-one,
input[type="submit"],
input[type="button"] {
    font-family: 'Gabarito', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #f2f2f2;
    line-height: 1.15em;
    text-transform: none;
    background: rgb(53, 79, 92);
    background: -moz-linear-gradient(214deg, rgba(53, 79, 92, 1) 0%, rgba(100, 149, 173, 1) 100%);
    background: -webkit-linear-gradient(214deg, rgba(53, 79, 92, 1) 0%, rgba(100, 149, 173, 1) 100%);
    background: linear-gradient(214deg, rgba(53, 79, 92, 1) 0%, rgba(100, 149, 173, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#354f5c", endColorstr="#6495ad", GradientType=1);
    height: 42px;
    padding: 13px 28px;
    text-align: center;
    position: relative;
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    letter-spacing: 0.05em;
}

.btn-1:before,
.btn-one:before,
input[type="submit"]:before,
input[type="button"]:before,
button:after,
.btn-one:after,
input[type="submit"]:after,
input[type="button"]:after {
    content: "";
    background: #0e0e0e;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.btn-1:after,
.btn-one:after,
input[type="submit"]:after,
input[type="button"]:after {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
}

.btn-1:hover,
.btn-1:focus,
.btn-one:hover,
.btn-one:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    color: #fff;
}

.btn-1:hover:before,
.btn-one:hover:before,
.btn-one:focus:before,
input[type="submit"]:hover:before,
input[type="submit"]:focus:before,
input[type="button"]:hover:before,
input[type="button"]:focus:before {
    width: 100%;
    right: 0;
    left: unset;
}

.btn-1:hover:after,
.btn-one:hover:after,
.btn-one:focus:after,
input[type="submit"]:hover:after,
input[type="submit"]:focus:after,
input[type="button"]:hover:after,
input[type="button"]:focus:after {
    width: 100%;
    left: 0;
    right: unset;
}

.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #1d1d23;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1d1d23 !important;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1d1d23 !important;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1d1d23 !important;
}

textarea::placeholder {
    color: #1d1d23 !important;
}


/** Transition **/

img,
svg,
svg path {
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/** Extra Outer **/

body .page {
    overflow: hidden;
    position: relative;
}

body .site-main {
    background-color: #fff;
}


/***************************************
* Header
****************************************/

.site-navigation,
.main-header .site-navigation .menu ul li,
.main-header .site-navigation .menu,
.site-header-menu {
    position: relative;
}

.main-menu-toggle input[type=checkbox],
.main-menu-toggle {
    display: none;
}

.main-header {
    width: 100%;
    background: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 99;
    position: relative;
}

.main-header .site-navigation .menu>ul>li>a {
    font-size: 16px;
    font-weight: 700;
    color: #231f20;
    position: relative;
    line-height: 1.25em;
    display: inline-block;
}

.main-header .site-navigation .menu ul ul>li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #1d1d23;
    line-height: 1.25em;
    display: inline-block;
}

.main-header .site-navigation .menu>ul>li.active>a,
.main-header .site-navigation .menu>ul>li:hover>a,
.main-header .site-navigation .menu>ul>li.hover>a {
    color: #6495ad;
}

.main-header .site-navigation .menu ul ul>li.active>a,
.main-header .site-navigation .menu ul ul>li:hover>a,
.main-header .site-navigation .menu ul ul>li.hover>a {
    color: #6495ad;
}


/** Header Top **/

.main-header__top {
    padding: 22px 0 3px 0;
}

.main-header__top-items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header__top-item,
.main-header__top-item a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #6495ad;
    line-height: 1.2em;
}

.main-header__top-item b {
    font-weight: 900;
}

.main-header__top-item:not(:last-child) {
    padding-right: 30px;
}

.main-header__top-item img {
    margin-right: 10px;
}

.main-header__phone .phone-nbr {
    font-size: 16px;
    font-weight: 900;
}


/***************************************
* Footer
****************************************/

.footer {
    background-color: #1d1d23;
    color: #fff;
    position: relative;
}

.footer:before {
    content: '';
    background: url('../images/pattern-layer-bg-footer.png') no-repeat top left;
    width: 305px;
    height: 251px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer a {
    color: #fff;
}

.footer-title {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25em;
    text-transform: uppercase;
    margin-bottom: 22px;
}


/***************************************
* Bloc text / image
****************************************/

.bloc-text {
    font-family: 'Gabarito', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2em;
    color: #1d1d23;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.bloc-text p:last-of-type {
    margin-bottom: 0;
}

.bloc-text a {
    color: #1d1d23;
}

.bloc-text b,
.bloc-text strong {
    font-weight: 700;
}

.bloc-text a:hover,
.bloc-text a:focus {
    text-decoration: underline;
}

.bloc-text h2,
.bloc-text .title-2 {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #1d1d23;
    line-height: 1.25em;
    margin-bottom: 15px;
    margin-top: -3px;
}