/*Start @import style*/

/*End @import style*/


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

body {
    font-family: 'Outfit', sans-serif;
    color: #262626;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.72em;
    text-align: left;
    background-color: #fff;
}

.sect-title .h1,
.blk-title {
    font-family: 'Poppins', serif;
    font-size: 34px;
    line-height: 1.3em;
    font-weight: 700;
    color: #262626;
    margin-bottom: 76px;
    text-transform: uppercase;
    position: relative;
    padding-top: 20px;
    padding-bottom: 19px;
}

.sect-title .h1,
.sect-title h1 {
    padding: 0;
}

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

.sect-title .h1.deco {
    padding: 20px 0 19px;
}

.sect-title .h1.deco::before,
.blk-title:before {
    content: '';
    border-top: 2px solid #ed6d1d;
    width: 245px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.sect-title .h1.deco::after,
.blk-title:after {
    content: '';
    border-bottom: 2px solid #ed6d1d;
    width: 245px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.sect-title h1,
.page-title {
    font-family: 'Poppins', serif;
    font-weight: 700;
    color: #262626;
    margin-bottom: 28px;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 1.3em;
}

.sect-title .h1 sub {
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: -5px;
    text-transform: none;
}

.sect-title .h1 span,
.sect-title h1 span,
.blk-title span,
.page-title span {
    color: #ed6d1d;
}


/*Social Link*/

.social-link {
    color: #fff;
    height: 37px;
    width: 37px;
    font-size: 26px;
    float: left;
    font-weight: bold;
    line-height: inherit;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #ed6d1d;
    align-items: center;
}

.social-link i {
    padding-top: 3px;
}

.social-link {
    margin-right: 10px;
}

.social-link:hover,
.social-link:focus {
    color: #ed6d1d;
    background-color: #fff;
}

p {
    margin-bottom: 0.8rem;
}

section {
    padding-top: 70px;
    padding-bottom: 70px;
}


/** Variables **/

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

a {
    color: #262626;
    text-decoration: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-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 {
    font-weight: 700;
}

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

img {
    max-width: 100%;
}

*::-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;
}

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: 'Outfit', sans-serif;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    vertical-align: middle;
    width: 100%;
    color: #bdbdbd;
    padding: 10px 15px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    font-size: 14px;
    outline: none;
    height: 48px;
    line-height: initial;
    border: 2px solid #fff;
}

.btn-1,
.btn-one,
input[type="submit"],
input[type="button"] {
    background-color: #ed6d1d;
    height: 50px;
    font-family: 'Outfit', serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    padding: 9px 27px 11px 27px;
    text-align: center;
    position: relative;
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-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: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
}

.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 {
    background-color: #383939;
    color: #fff;
}

.btn-1 {
    text-transform: none;
}

.btn-one img {
    margin-right: 8px;
}

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;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #8f9191;
}

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

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

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

menu {
    margin: 0;
    padding: 0 0 0 25px;
}


/** Transition **/

.owl-item,
img,
#totop {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

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


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


/** SiteNavigation(Menu) **/

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

.main-header .site-navigation .menu {
    position: relative;
    height: 100%;
}

.main-header .site-navigation .menu ul {
    padding: 0px;
    text-align: left;
    margin: 0px;
}

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

.main-header .site-navigation .menu ul li:hover>ul {
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto;
    transform: translate(0, 0);
}

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

.main-header .site-navigation .menu>ul>li>a {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, .7);
    position: relative;
    line-height: initial;
    display: block;
    text-align: center;
}

.main-header .site-navigation .menu>ul>li>ul>li>a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    line-height: initial;
}

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

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

.other-links {
    display: flex;
    align-items: center;
    height: 100%;
}

.menu__online-payment-link {
    background-color: #fff;
    text-transform: none;
    color: #262626;
}

.menu__free-quote-link {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    line-height: 1.2em;
    height: 100%;
    background-color: #383938;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-left: 35px;
}

.menu__free-quote-link:hover,
.menu__free-quote-link:focus {
    text-shadow: 5px 0 6px rgba(35, 31, 32, .7);
    color: #fff;
}

.menu__free-quote-link img {
    margin-right: 15px;
}

.menu__free-quote-link:before {
    content: '';
    background-color: #383938;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
    z-index: -1;
}

.menu__online-payment-link .ico-card {
    margin-right: 11px;
    position: relative;
    width: 30px;
    height: 20px;
}

.menu__online-payment-link .ico-card:before,
.menu__online-payment-link .ico-card:after {
    content: '';
    position: absolute;
    background: url('../images/icons/ico-card.png') -60px -10px;
    width: 30px;
    left: 0;
    height: 20px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.menu__online-payment-link .ico-card:after {
    background: url('../images/icons/ico-card.png') -10px -10px;
    opacity: 0;
    visibility: hidden;
}

.menu__online-payment-link:hover .ico-card:before {
    opacity: 0;
    visibility: hidden;
}

.menu__online-payment-link:hover .ico-card:after {
    opacity: 1;
    visibility: visible;
}


/*Header Top*/

.main-header__top {
    padding: 27px 0;
    display: flex;
    justify-content: end;
}

.main-header__top-content {
    display: flex;
    align-items: center;
}

.main-header__client-area,
.main-header__free-quote {
    text-transform: none;
    height: 43px;
    padding: 10px 21px;
    margin-left: 38px;
}

.main-header__contacts ul {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main-header__contacts ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.15em;
    display: flex;
    align-items: center;
    position: relative;
    color: #383938;
}

.main-header__contacts ul li:not(:first-child) {
    padding-left: 38px;
    margin-left: 38px;
}

.main-header__contacts ul li>div>div:first-child {
    color: #bdbdbd;
    font-size: 14px;
    line-height: initial;
    margin-bottom: 2px;
}

.main-header__contacts ul li img {
    margin-right: 15px;
}

.main-header__contacts ul li:not(:first-child):before {
    content: '';
    border-left: 1px solid rgba(189, 189, 189, .5);
    height: 48px;
    width: 1px;
    position: absolute;
    left: 0;
}


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

.footer {
    background: url('../images/bg-01.jpg') no-repeat top left;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.28em;
}

.footer a {
    color: #fff;
}

.footer-title {
    font-family: 'Outfit', serif;
    font-size: 18px;
    font-weight: 600;
    color: #ed6d1d;
    text-transform: uppercase;
    position: relative;
    line-height: 1.27em;
    margin-bottom: 7px;
}

.list-items li img {
    margin-right: 15px;
}

.list-items li a {
    display: flex;
    align-items: center;
    position: relative;
}

.list-items li a:before {
    content: '>';
    margin-right: 10px;
    display: inline-block;
}

.list-items .list-item:not(:last-child) {
    margin-bottom: 6px;
}

.list-items li a:hover,
.list-items li a:focus {
    color: #ed6d1d;
}


/* ===============================================
    GoTop BUtton
------------------------*/

#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 15px;
    bottom: 5px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 6px;
    line-height: 26px;
    border-radius: 3px;
    background-color: #ed6d1d;
}

#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}


/* ===   link-list ==
------------------------*/

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

b,
strong {
    font-weight: 700;
}

.bloc-text,
.bloc-text p {
    font-family: 'Outfit', sans-serif;
    color: #262626;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.72em;
    text-align: left;
}

.bloc-text h2,
.bloc-text .title-2 {
    font-family: 'Poppins', serif;
    font-size: 28px;
    line-height: 1.27em;
    font-weight: 700;
    color: #262626;
    text-transform: uppercase;
    margin-bottom: 9px;
    padding-top: 9px;
}

.bloc-text p.highlight {
    padding-left: 26px;
    display: table;
    position: relative;
}

.bloc-text p.highlight:before {
    content: '';
    width: 7px;
    height: calc(100% - 15px);
    left: 0;
    border-left: 7px solid #ed6d1d;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.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;
}