@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Regular.woff2') format('woff2'),
         url('../fonts/NotoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Italic.woff2') format('woff2'),
         url('../fonts/NotoSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Medium.woff2') format('woff2'),
         url('../fonts/NotoSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-MediumItalic.woff2') format('woff2'),
         url('../fonts/NotoSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Bold.woff2') format('woff2'),
         url('../fonts/NotoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-BoldItalic.woff2') format('woff2'),
         url('../fonts/NotoSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

:root {
    --base-font-family: Noto Sans, Arial, sans-serif;
}

* {
    transition: all .5s;
}

body {
    background: #fcfcfc url(../images/bg-short.jpg) repeat-x bottom;
    font-family: var(--base-font-family);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--base-font-family);
}

p {
    font-family: var(--base-font-family);
}

.oll {
    min-height: 150px;
    padding: 0px 0px 60px 0px;
}

.headerBg {
    background: url(../images/headerBg.jpg) repeat-x;
    min-height: 123px;
    padding: 0px 0px 0px 24px;
}

.headerContainer {
    min-height: 123px;
    padding: 0px 0px 0px 24px;
}

.logo {
    min-height: 123px;
    padding: 30px 0px 0px 0px;
}

.topPhone {
    min-height: 123px;
    padding: 35px 0px 0px 187px;
    font-size: 25px;
    font-weight: 700;
}

.topPhone strong {
    font-size: 38px;
    display: block;
    padding-top: 5px;
}

.topPhone a {
    color: black;
}

/*--------------------------topMenu-------------------------------*/

.topMenuBg {
    min-height: 60px;
    background: url(../images/headerMenuBg.jpg) repeat-x;
}

.topMenu {
    background: url(../images/headerMenuBg.jpg) repeat-x;
    padding-left: 25px;
}

.topMenu ul {
    margin: 0;
    width: 945px;
}

.topMenu ul li {
    float: left;
}

.topMenu ul li a, .topMenu ul li a:visited {
    color: white;
    font-weight: 700;
    font-size: 18px;
    font-family: Arial, serif;
    display: block;
    padding: 15px 70px;
}

/*.topMenu .home a {
	padding:15px 60px 15px 60px;
}

.topMenu .procedures a {
	padding:15px 60px 15px 60px;
}

.topMenu .staff a {
	padding:15px 60px 15px 60px;
}

.topMenu .testimonials a {
	padding:15px 60px 15px 60px;
}

.topMenu .faq a {
	padding:15px 60px 15px 60px;
}

.topMenu .links a {
	padding:15px 60px 15px 60px;
}

.topMenu .news a {
	padding:15px 60px 15px 60px;
}

.topMenu .contact a {
	padding:15px 60px 15px 60px;
}*/

.menuBorder {
    width: 2px;
    background: url(../images/menuBorderBg.jpg) no-repeat;
    height: 60px;
}

/*--------------------------topMenu-------------------------------*/


/*--------------------------contentWrapper-------------------------------*/

.contentWrapper {
    padding: 18px 0px 0px 0px;
}

/*--------------------------bannerWrapper-------------------------------*/

.bannerWrapper {

}

.bannerBlock {
    padding: 0px 0px 0px 26px;
}

.banner {
    border-radius: 4px;
    overflow: hidden;
    max-width: 628px;
    min-height: 351px;
    position: relative;
    box-shadow: 1px 1px 1px #939393;
    -moz-box-shadow: 1px 1px 1px #939393;
    -o-box-shadow: 1px 1px 1px #939393;
    -webkit-box-shadow: 1px 1px 1px #939393;
}

.bannerInfo {
    width: 99.5%;
    min-height: 80px;
    position: absolute;
    bottom: 3px;
    background: url(../images/pic.png) no-repeat left, url(../images/bannerInfoBg.jpg) repeat-x;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 1.3px;
    font-style: italic;
    text-transform: uppercase;
    font-family: var(--base-font-family);
    color: #fff36b;
    text-shadow: 1px 1px 1px #c83f00;
    padding: 25px 0px 0px 157px;
}

.bannerInfo span {
    color: white;
}

.bannerArrow {
    position: absolute;
    right: -25px;
    bottom: -20px;
    z-index: 3;
}

/*--------------------------bannerWrapper-------------------------------*/


/*--------------------------formWrapper-------------------------------*/

.oll .bannerWrapper .formWrapper {
    min-height: 100px;
    float: left;
    padding: 2px 0px 0px 14px;
    margin: -4px 0px 0px 0px;
}

.formBlock {
    width: 291px;
    min-height: 42px;
    background: #fcfcfc url(../images/formShadow.jpg) repeat-x top;
    padding-bottom: 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 1px 1px 1px #cdcdcd;
    -moz-box-shadow: 1px 1px 1px #cdcdcd;
    -o-box-shadow: 1px 1px 1px #cdcdcd;
    -webkit-box-shadow: 1px 1px 1px #cdcdcd;
}

.formSlogan {
    width: 291px;
    min-height: 42px;
    padding: 2px 0px 0px 0px;
    text-align: center;
    background: url(../images/formSloganBg.png) no-repeat;
}

.formSlogan h3 {
    color: white;
    font-size: 18px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.formBlock form {
    padding: 3px 0px 0px 0px;
}

.formBlock form div {
    padding: 3px 0px 0px 0px;
}

.formBlock form label {
    font-size: 14px;
    font-weight: 700;
    font-family: Arial, serif;
    color: black;
    width: 25.5%;
    height: 26px;
    padding: 6px 0px 0px 26px;
}

.formBlock form input {
    width: 187px;
    height: 26px;
    background: url(../images/inputBg.jpg) no-repeat;
    border: 0;
}

.formBlock form .textareaLabel label {
    width: 100%;
    padding-top: 2px;
    height: 17px;
}

.formBlock form textarea {
    width: 238px;
    height: 114px;
    background: url(../images/textareaBg.jpg) no-repeat;
    border: 0;
    margin-left: 24px;
    resize: none;
}

.formBlock form button {
    width: 144px;
    height: 35px;
    background: url(../images/formButtonBg.png) no-repeat;
    border: 0;
    padding: 0;
    font-size: 17px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    font-family: Arial, serif;
}

/*--------------------------formWrapper-------------------------------*/


/*--------------------------txtWrapper-------------------------------*/

.txtBlock {
    padding: 32px 0px 15px 24px;
}

.txtWrapper {
    padding: 20px 0px;
    background: white;
    width: 65.5%;
    min-height: 373px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 1px 1px 1px #cdcdcd;
    -moz-box-shadow: 1px 1px 1px #cdcdcd;
    -o-box-shadow: 1px 1px 1px #cdcdcd;
    -webkit-box-shadow: 1px 1px 1px #cdcdcd;
}

.txtWrapper h1 {
    padding: 0px 0px 0px 24px;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    margin: 0;
    color: #393939;
    text-transform: uppercase;
}

.txtWrapper h3 {
    color: #fe4f0e;
    padding: 0px 0px 0px 24px;
    margin: 25px 0 0;
}

.txtWrapper p {
    padding: 5px 40px 0px 24px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    font-style: italic;
    margin: 0;
    color: black;
}

.txtWrapper p strong,
.txtWrapper p b {
    font-style: normal;
}

.txtWrapper .procedure {
    padding: 0 10px 10px 10px;
    float: left;
}

.txtWrapper iframe {
    margin: 0px 0px 0px 20px;
    width: 95% !important;
}

.txtWrapper ul li {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    padding: 15px 0px 0px 67px;
    background: url(../images/check.jpg) no-repeat 30px 20px;
    min-height: 50px;
    font-family: Arial, serif;
}

/*--------------------------txtWrapper-------------------------------*/


/*--------------------------logosBlock-------------------------------*/

.logosWrapper {
    padding: 0px 0px 0px 3px;
}

.logosBlock {
    width: 291px;
    min-height: 197px;
    background: white;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 1px 1px 1px #cdcdcd;
    -moz-box-shadow: 1px 1px 1px #cdcdcd;
    -o-box-shadow: 1px 1px 1px #cdcdcd;
    -webkit-box-shadow: 1px 1px 1px #cdcdcd;
}

.logosSlogan {
    text-align: center;
    padding: 10px 10px 7px 0px;
}

.logosSlogan h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: italic;
    color: #cb1213;
    text-transform: uppercase;
    font-family: Arial, serif;
    margin-bottom: 0px;
}

.n49Block {
    min-height: 126px;
    width: 100%;
    background: url(../images/n49Bg.jpg) repeat-y;
    text-align: center;
    padding: 5px 0px 0px 0px;
}

.n49Block a {
    display: block;
    font-size: 12px;
    color: #4264cf;
    text-decoration: underline;
}

.n49Block ul {
    margin: 2px 0px 0px 105px;
}

.n49Block ul li {
    float: left;
}

.n49Block .starActive {
    height: 17px;
    width: 17px;
    background: url(../images/starActive.png) no-repeat;
}

.n49Star {
    height: 17px;
    width: 17px;
    background: url(../images/star.png) no-repeat;
}

.n49Button a {
    width: 144px;
    height: 35px;
    background: white url(../images/n49ButtonBg.jpg) repeat-x bottom;
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 0px 0px 0px;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow: 2px 1px 5px #a69f89;
}

/*--------------------------logosBlock-------------------------------*/


/*--------------------------contactSidebar-------------------------------*/

.contactSidebar {
    max-width: 292px;
    min-height: 163px;
    margin: 13px 0px 0px 0px;
    background: white;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 1px 1px 1px #cdcdcd;
    -moz-box-shadow: 1px 1px 1px #cdcdcd;
    -o-box-shadow: 1px 1px 1px #cdcdcd;
    -webkit-box-shadow: 1px 1px 1px #cdcdcd;
}

.contactSidebarSlogan h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #2c2a2a;
    padding: 8px 0px 0px 17px;
    margin-bottom: 0px;
    font-family: Arial;
}

.miniMap {
    padding: 7px 0px 0px 13px;
}

.sidebarContactInfo {
    width: 160px;
    padding: 13px 0px 0px 8px;
}

.sidebarContactInfo p {
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
    font-family: Arial;
    margin-bottom: 12px;
}

.sidebarContactInfo p strong {
    font-size: 16px;
}

/*--------------------------contactSidebar-------------------------------*/


/*--------------------------reviews-------------------------------*/

.reviewsWrapper {
    min-height: 200px;
    max-width: 940px !important;
    margin: 0 auto !important;
    margin-top: 15px;
    padding: 9px 7px 0px 9px;
    background: white;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 1px 1px 1px #cdcdcd;
    -moz-box-shadow: 1px 1px 1px #cdcdcd;
    -o-box-shadow: 1px 1px 1px #cdcdcd;
    -webkit-box-shadow: 1px 1px 1px #cdcdcd;
}

.reviewsBlock {
    width: 49.5%;
    min-height: 180px;
    background: url(../images/reviewsBg.jpg) repeat-x bottom;
    background-size: 100% 100%;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: -1px -1px 1px #cdcdcd;
    -moz-box-shadow: 1px 1px 1px #cdcdcd;
    -o-box-shadow: 1px 1px 1px #cdcdcd;
    -webkit-box-shadow: 1px 1px 1px #cdcdcd;
}

.reviewsPhoto {
    width: 30%;
    min-height: 150px;
    padding: 28px 0px 0px 7px;
}

.reviewsTxt {
    width: 70%;
    padding: 30px 17px 0px 20px;
}

.reviewsTxt p {
    font-size: 15px;
    line-height: 18px;
    font-style: italic;
    margin-bottom: 0;
    font-family: Arial, serif;
}

.reviewsName {
    padding-top: 10px;
}

.reviewsName p {
    font-size: 16px;
    line-height: 18px;
    font-style: italic;
    margin-bottom: 0;
}

/*--------------------------reviews-------------------------------*/


/*--------------------------footer-------------------------------*/

.footerWrapper {
    padding: 0px 0px 0px 24px;
}

.footerWrapper a, .footerWrapper a:visited {
    color: #3a3a3a;
    text-decoration: underline;
}

.foterMenu {
    padding: 20px 0px 0px 0px;
    border-bottom: 1px #cacaca solid;
    min-height: 62px;
    max-width: 940px;
}

.foterMenu ul {
    margin: 0px 0px 0px 40px;

}

.foterMenu ul li {
    float: left;
    margin: 0px 0px 0px 40px;
}

.foterMenu ul li a, .foterMenu ul li a:visited {
    color: #2572c2;
    font-size: 14px;
    font-family: Arial, serif;
    font-weight: 700;
    text-decoration: none;
}

.copyright {
    padding: 28px 0px 0px 8px;
    font-size: 14px;
    font-family: Arial;
}

.policy {
    padding: 28px 0px 0px 0px;
    font-size: 14px;
    font-family: Arial;
}

.footerWrapper .marketing {
    padding: 28px 0px 0px 0px;
    font-size: 14px;
    font-family: Arial;
    text-align: right;
    width: 47.5%;
    float: left !important;
}

/*--------------------------footer-------------------------------*/


/*--------------------------contentWrapper-------------------------------*/


@media only screen and (max-width: 1280px) {
    .show-for-large-up {
        display: inherit !important;
    }

    .top-bar {
        display: none !important;
    }
}

@media only screen and (max-width: 950px) {
    .oll {
        padding-left: 0;
    }

    .headerBg {
        background: white;
    }

    .show-for-large-up {
        display: none !important;
    }

    .top-bar {
        display: inherit !important;
    }

    .headerContainer {
        padding-left: 0;
    }

    .logo {
        width: 30%;
    }

    .topPhone {
        padding-left: 0;
    }

    .bannerBlock {
        width: 100%;
    }

    .banner {
        margin: 0 auto;
    }

    .bannerArrow {
        display: none;
    }

    .formWrapper {
        width: 100%;
        padding-top: 20px !important;
    }

    .formBlock {
        margin: 0 auto;
    }

    .txtWrapper {
        width: 100%;
        margin: 0 auto;
        float: none !important;
        padding-left: 0 !important;
    }

    .txtBlock {
        padding-left: 0;
    }

    .logosWrapper {
        float: none !important;
        width: 600px !important;
        margin: 0 auto;
        padding-top: 20px;
    }

    .logosWrapper > div {
        float: left !important;
        margin-left: 10px;
    }

    .logosWrapper > div:last-child {
        min-height: 197px;
        margin-top: 0;
    }

    .bannerBlock {
        padding-left: 0;
    }

    .copyright, .policy {
        width: 100% !important;
        float: none;
        text-align: center;
    }

    .footerWrapper .marketing {
        float: none !important;
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 780px) {
    .headerContainer {
        background: white;
    }

    .logo {
        width: 100%;
        text-align: center;
    }

    .topPhone {
        width: 100%;
        text-align: center;
    }

    .reviewsWrapper {
        padding-left: 0;
    }

    .reviewsBlock {
        width: 100%;
        float: none !important;
        padding-bottom: 15px;
    }

    .reviewsPhoto {
        width: 20%;
    }

    .txtWrapper {
        padding-bottom: 20px;
    }

    .reviewsTxt {
        width: 78%;
    }

    .foterMenu ul {
        margin: 0;
        display: table;
        width: 100%;
    }

    .foterMenu ul li {
        display: table-cell;
        width: 30%;
        margin: 0;
    }
}

@media only screen and (max-width: 620px) {
    .bannerInfo {
        background: #f14f00;
        padding-left: 10px;
    }

    .logosWrapper {
        width: 100% !important;
    }

    .logosWrapper > div {
        float: none !important;
        margin: 0 auto;
    }

    .logosWrapper > div:last-child {
        margin-top: 20px;
    }

    .foterMenu ul li {
        display: table-cell;
        width: 30%;
        margin: 0;
    }
}

@media only screen and (max-width: 460px) {
    .bannerInfo {
        font-size: 24px;
    }
}

@media only screen and (max-width: 420px) {
    .bannerInfo {
        min-height: 120px;
        text-align: center;
    }

    .foterMenu ul li {
        width: 50%;
    }
}

@media only screen and (max-width: 340px) {
    .bannerInfo {
        min-height: 150px;
    }

    .bannerInfo {
        text-align: center;
    }

    .foterMenu ul li {
        display: table-cell;
        width: 100%;
        text-align: center;
        margin: 0;
    }
}


.row {
    max-width: 987px;
}

.row .row {
    margin: 0;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #787777;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 1;
    color: #787777;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 1;
    color: #787777;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #787777;
}

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

img {
    border: none;
}

ul {
    list-style: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.noBg {
    background: none;
}

.borderNone {
    border: none !important;
}

/* The Grid ---------------------- */
.lt-ie9 .row {
    width: 940px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
}

.lt-ie9 .row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -15px;
}

.lt-ie9 .row.large-collapse .column,
.lt-ie9 .row.large-collapse .columns {
    padding: 0;
}

.lt-ie9 .row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -15px;
}

.lt-ie9 .row .row.large-collapse {
    margin: 0;
}

.lt-ie9 .column, .lt-ie9 .columns {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    position: relative;
}

.lt-ie9 .column.large-centered, .columns.large-centered {
    float: none;
    margin: 0 auto;
}

.lt-ie9 [class*="column"] + [class*="column"]:last-child {
    float: right;
}

.lt-ie9 [class*="column"] + [class*="column"].end {
    float: left;
}

.lt-ie9 .large-1,
.lt-ie9 .row .large-1 {
    width: 8.33333%;
}

.lt-ie9 .large-2,
.lt-ie9 .row .large-2 {
    width: 16.66667%;
}

.lt-ie9 .large-3,
.lt-ie9 .row .large-3 {
    width: 25%;
}

.lt-ie9 .large-4,
.lt-ie9 .row .large-4 {
    width: 33.33333%;
}

.lt-ie9 .large-5,
.lt-ie9 .row .large-5 {
    width: 41.66667%;
}

.lt-ie9 .large-6,
.lt-ie9 .row .large-6 {
    width: 50%;
}

.lt-ie9 .large-7,
.lt-ie9 .row .large-7 {
    width: 58.33333%;
}

.lt-ie9 .large-8,
.lt-ie9 .row .large-8 {
    width: 66.66667%;
}

.lt-ie9 .large-9,
.lt-ie9 .row .large-9 {
    width: 75%;
}

.lt-ie9 .large-10,
.lt-ie9 .row .large-10 {
    width: 83.33333%;
}

.lt-ie9 .large-11,
.lt-ie9 .row .large-11 {
    width: 91.66667%;
}

.lt-ie9 .large-12,
.lt-ie9 .row .large-12 {
    width: 100%;
}

.lt-ie9 .row .large-offset-1 {
    margin-left: 8.33333%;
}

.lt-ie9 .row .large-offset-2 {
    margin-left: 16.66667%;
}

.lt-ie9 .row .large-offset-3 {
    margin-left: 25%;
}

.lt-ie9 .row .large-offset-4 {
    margin-left: 33.33333%;
}

.lt-ie9 .row .large-offset-5 {
    margin-left: 41.66667%;
}

.lt-ie9 .row .large-offset-6 {
    margin-left: 50%;
}

.lt-ie9 .row .large-offset-7 {
    margin-left: 58.33333%;
}

.lt-ie9 .row .large-offset-8 {
    margin-left: 66.66667%;
}

.lt-ie9 .row .large-offset-9 {
    margin-left: 75%;
}

.lt-ie9 .row .large-offset-10 {
    margin-left: 83.33333%;
}

.lt-ie9 .pull-2 {
    right: 16.66667%;
}

.lt-ie9 .pull-3 {
    right: 25%;
}

.lt-ie9 .pull-4 {
    right: 33.33333%;
}

.lt-ie9 .pull-5 {
    right: 41.66667%;
}

.lt-ie9 .pull-6 {
    right: 50%;
}

.lt-ie9 .pull-7 {
    right: 58.33333%;
}

.lt-ie9 .pull-8 {
    right: 66.66667%;
}

.lt-ie9 .pull-9 {
    right: 75%;
}

.lt-ie9 .pull-10 {
    right: 83.33333%;
}

.lt-ie9 .push-2 {
    left: 16.66667%;
}

.lt-ie9 .push-3 {
    left: 25%;
}

.lt-ie9 .push-4 {
    left: 33.33333%;
}

.lt-ie9 .push-5 {
    left: 41.66667%;
}

.lt-ie9 .push-6 {
    left: 50%;
}

.lt-ie9 .push-7 {
    left: 58.33333%;
}

.lt-ie9 .push-8 {
    left: 66.66667%;
}

.lt-ie9 .push-9 {
    left: 75%;
}

.lt-ie9 .push-10 {
    left: 83.33333%;
}

/* Nicolas Gallagher's micro clearfix */
.lt-ie9 .row {
    *zoom: 1;
}

.lt-ie9 .row:before, .row:after {
    content: " ";
    display: table;
}

.lt-ie9 .row:after {
    clear: both;
}