/* open-sans-regular - latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v27-latin-ext-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/open-sans-v27-latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v27-latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v27-latin-ext-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v27-latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v27-latin-ext-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

body * {
    max-width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.p-0 {
    padding: 0;
}

.radio-h {
    float: left;
    margin-right: 15px;
}

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

h1 {
    font-size: 28px;
    line-height: 35px;
    margin: 20px 0;
    /*    color: #e1242a;*/
    font-weight: 700;
    text-transform: uppercase;
}

p {
    margin: 0 0 10px;
    color: #222731;
}

ul {
    margin-left: 20px;
}

.btn-custom,
.btn-custom:focus {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 25px;
    height: 35px;
    background: #ee5328;
    border: 1px solid #ee5328;
    color: #fff;
    /*    font-weight: 700;*/
    border-radius: unset;
    font-size: 16px;
    line-height: 35px;
    position: relative;
    margin-top: 20px;
    -webkit-transition: -webkit-box-shadow .4s ease-in-out, -webkit-transform .4s ease;
    -o-transition: box-shadow .4s ease-in-out, transform .4s ease;
    -moz-transition: box-shadow .4s ease-in-out, transform .4s ease, -moz-transform .4s ease;
    transition: box-shadow .4s ease-in-out, transform .4s ease;
    transition: box-shadow .4s ease-in-out, transform .4s ease, -webkit-box-shadow .4s ease-in-out, -webkit-transform .4s ease, -moz-transform .4s ease;
    text-transform: uppercase;
    outline: none !important;
}

.btn-custom:hover {
    color: #ee5328;
    /*    -webkit-box-shadow: rgba(0, 0, 0, .4) 2px 2px 16px 0;
    box-shadow: rgba(0, 0, 0, .4) 2px 2px 16px 0;
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);*/
    background-color: #fff;
}

body {
    font-family: 'Open Sans', sans-serif;
    /*    background: #fafafa;*/
    font-size: 16px;
}

#wrapper {
    padding-top: 115px;
    background: #fff;
    padding-bottom: 10px;
    min-height: calc(100vh - 84px);
}


/*.container {
    -webkit-box-shadow: 0 10px 10px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 10px 10px rgba(0, 0, 0, .2);
}*/

header .container {
    box-shadow: none;
}

.header {
    position: fixed;
    width: 70%;
    /*left: 0;*/
    top: 0;
    z-index: 9;
/*    background-color: #f8f8f8;*/
background-color: #ffffff;
}

.ap-affix .header-top {
    height: 65px;
}

.header-top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 95px;
    padding: 0 10px;
    -webkit-transition: height .3s ease-out 0s;
    -moz-transition: height .3s ease-out 0s;
    transition: height .3s ease-out 0s;
    background: #f8f8f8;
}

.logo img {
    /*height: 48px;*/
    height: 70px;
    width: auto;
    -webkit-transition: height .3s ease-out 0s;
    -moz-transition: height .3s ease-out 0s;
    transition: height .3s ease-out 0s;
}

.logo2 img {
    /*height: 33px;*/
    height: 60px;
    width: auto;
    -webkit-transition: height .3s ease-out 0s;
    -o-transition: height .3s ease-out 0s;
    -moz-transition: height .3s ease-out 0s;
    transition: height .3s ease-out 0s;
}

.logomobile img {
    /*height: 90px;*/
    width: 100%;
    max-width: 250px;
    min-width: 150px;
    -webkit-transition: height .3s ease-out 0s;
    -moz-transition: height .3s ease-out 0s;
    transition: height .3s ease-out 0s;
}

.ap-affix .logo img {
    /*height: 50px; */
    height: 63px;
}


/* .ap-affix .logomobile img {
    height: 50px; 
    height: 63px;
} */

.ap-affix .logo2 img {
    /*height: 25px;*/
    height: 43px;
}

.header-bottom {
    background-color: #f8f8f8;
}

.main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.main-menu li a {
    font-size: 14px;
    font-weight: 700;
    color: #141414;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    position: relative;
}

.main-menu li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 3px;
    background-color: #141414;
    -webkit-transition: width .4s ease-out 0s;
    -o-transition: width .4s ease-out 0s;
    -moz-transition: width .4s ease-out 0s;
    transition: width .4s ease-out 0s;
}

.main-menu li a:hover:after {
    width: 100%;
}

.main-menu-header {
    padding: 0 20px 20px;
    display: none;
}

.main-menu-header img {
    height: 48px;
}

.burger-close {
    padding-top: 6px;
}

.offcanvas-close,
.offcanvas-close:hover,
.offcanvas-close:focus {
    background: 0 0;
    border: 0;
    box-shadow: none;
    transform: rotate(45deg);
    position: relative;
    width: 28px;
    height: 28px;
    outline: none;
}

.offcanvas-close:after,
.offcanvas-close:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: #EE5328;
}

.offcanvas-close:before {
    top: 50%;
    transform: translateY(-50%);
}

.offcanvas-close:after {
    top: 12px;
    transform: rotate(-90deg);
}

.toggle-menu {
    display: none;
}

.toggle-menu .toggle-btn {
    padding: 9px 15px;
}

.toggle-menu .toggle-btn span {
    background-color: #222731;
    width: 24px;
    height: 3px;
    border-radius: 1px;
    margin-top: 4px;
    display: block;
}

.toggle-menu .toggle-btn:hover span {
    background-color: #CF4520;
}

.toggle-menu .toggle-btn span:first-child {
    margin: 0;
}

.content-block {
    padding: 10px 0 0 0;
    /*background: #FFFAE6;*/
}

.form-control {
    border: 1px solid #dadada;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    font-size: 14px;
    color: #555;
}

.form-control:focus {
    border: 1px solid #e1242a;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

label {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 18px;
    color: #141414;
    font-weight: 400;
}

label.required:after {
    color: #141414;
}

select.form-control {
    width: 100%;
    padding: 6px 40px 6px 12px;
    background: url(../Images/select-arrow-down-white.png) right 14px center no-repeat;
    -webkit-background-size: 13px 9px;
    background-size: 13px 9px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control.yellow {
    background: url(../images/select-arrow-down-yellow.png) right 14px center no-repeat #FFD100;
    border: 0
}

select::-ms-expand {
    display: none
}

input[type=checkbox],
input[type=radio] {
    width: 1px;
    position: absolute;
    opacity: 0;
    z-index: -1;
}

input[type=checkbox]+label {
    margin-left: 19px;
    padding-left: 10px
}

input[type=checkbox]+label:before {
    content: '';
    width: 19px;
    height: 19px;
    background: url(../images/form_checkbox_red.svg) left top;
    -webkit-background-size: 19px 38px;
    background-size: 19px 38px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -29px;
    margin-right: 10px
}

input[type=checkbox]:checked+label:before,
input[type=radio]:checked+label:before {
    background-position: left top 19px;
    -webkit-background-size: 19px 38px;
    background-size: 19px 38px
}

input[type=radio]+label {
    margin-left: 19px;
    padding-left: 10px;
    padding-right: 10px
}

input[type=radio]+label:before {
    content: '';
    width: 19px;
    height: 19px;
    background: url(../images/form_radio_red.svg) left top;
    -webkit-background-size: 19px 38px;
    background-size: 19px 38px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -29px;
    margin-right: 10px
}

.checkbox label[for=disabled] {
    padding-left: 10px !important;
}

footer {
    background: grey;
    padding: 34px 15px 20px 0;
    position: absolute;
    width: 100%;
    left: 0;
}

.footer-inner {
    text-align: center;
    font-size: 12px;
}

.footer-links {
    display: inline;
    margin-left: 10px;
}

.footer-links a {
    color: #000;
    border-left: 1px solid #000;
    padding-left: 10px;
}

.wrap-slider * {
    max-width: none !important;
}

.slick-slide img {
    max-width: 100% !important;
}

.slick-prev,
.slick-next {
    z-index: 1;
    background: 0 0;
    position: absolute;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    top: 50%;
    display: inline-block;
    height: 28px;
    width: 28px;
    top: 50%;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev {
    left: 30px;
    -webkit-transform: translateY(-50%) rotate(135deg);
    -moz-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}

.slick-next {
    right: 30px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

label.error {
    padding-left: 0;
}

.appointment {
    margin-bottom: 15px;
}

.appointment .name {
    color: #FF0000;
}

.appointment .title {
    font-weight: bold;
}

.appointment .info {
    font-size: 12px;
    display: none;
}

.appointment .btn-custom,
.appointment .btn-custom:focus {
    margin: 0;
}

a {
    color: #ee5328;
}

.head-wrap {
    display: flex;
    align-items: center;
    padding: 10px 0;
    background-color: #f8f8f8;
}

.hero-dings {
    margin-right: 5%;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
    .header {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
    .header {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 70%;
        /*width: 82%;*/
        /*width: 960px;*/
    }
    .header {
        width: 70%;
    }
}

@media screen and (max-width: 1200px) {
    .slick-prev,
    .slick-next {
        display: none !important;
    }
    h1 {
        font-size: 22px;
        line-height: 30px;
        margin: 20px 0;
        /*    color: #e1242a;*/
        font-weight: 700;
        text-transform: uppercase;
    }
    h2 {
    font-size: 22px;
    }
}

@media screen and (max-width: 992px) {
    .toggle-menu {
        display: block;
    }
    .main-menu {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: -100%;
        height: 100vh;
        width: 100%;
        background: #fff;
        z-index: 99;
        transition: ease 0.5s;
    }
    .main-menu.active {
        left: 0;
    }
    .main-menu ul {
        display: block;
    }
    .main-menu li a {
        border-bottom: 1px solid #001489;
        padding: 20px;
        height: auto;
        font-size: 12.5px;
    }
    .main-menu li a:hover,
    .main-menu li.active a {
        color: #222731;
    }
    .main-menu li a:after {
        display: none;
    }
    .main-menu-header {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-bottom {
        padding: 8px 0;
    }
    .logomobile img {
        /*height: 48px;*/
        display: none
    }
}

@media screen and (max-width: 768px) {
    .content-block {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header {
        width: 100%;
    }
}

@media screen and (max-width: 870px) {
    .appointment .title {
        width: 100%;
    }
}

@media screen and (max-width: 568px) {
    .appointment .title {
        text-align: left;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .appointment .title {
        text-align: left;
        width: 100%;
        /*text-align: center;*/
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 320px) {
    .appointment .title {
        text-align: center;
    }
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/