body {
    background: #ffffff;
    color: #000000;    
    line-height: 1.59em;
    font-weight: 300;
    font-size: 13pt;
    overflow-x: hidden;
}

a {
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: underline;
}
a:hover, a:active, a:focus {
    color: #959595;
}

a:focus {
    text-decoration: none!important;
}

b, strong {
    font-weight: 900;
}

.root ul li {
    margin-left: 35px;
}

.nav-menu a:not([href]):not([tabindex]){color: #fdc62a;}

.btn, .btn-get-started, .btn:hover, .btn-get-started:hover, .btn:active, .btn-get-started:active, .btn:link, .btn-get-started:link, .btn:visited, .btn-get-started:visited {
    text-decoration: none;
}

.btn-get-started:hover, .btn-get-started:active {
    background-color: #fdc62a;
}

.footer__menu a.nav__link {
    color: #fdc62a!important;
}

.nav-menu a.nav__link {
    color: #ffffff!important;
}

ul.sub-menu a.nav__link {
    color: #000000!important;
}

.nav-menu>.menu-item:nth-child(1)>a {
    padding-left: 0;
}

.nav-menu>.menu-item:last-child>a {
    padding-right: 0;
}

.sub-menu a:not([href]):not([tabindex]) {
    color: #000000;
    background: #f3b11c;
    border-bottom: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #f3b11c;
    text-decoration: none;
}

.btn.focus, .btn:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

p {
    padding: 0;
    margin: 0;
    letter-spacing: 0.003em;
    line-height: 1.38em;
    padding-bottom: 10px;    
}

h1, h2, h3, h4, h5, h6 {
    
   
    margin: 10px 0 20px 0;
    padding: 0;
}

h1, .h1 {
    font-size: 64px;
}



h3, .h3 {
    font-size: 32px;
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 18px;
}

h6, .h6 {
    font-size: 16px;
}

@media(max-width: 1200px) {
    h1, .h1 {
        font-size: 52px;
    }

   

    h3, .h3 {
        font-size: 30px;
    }

    h4, .h4 {
        font-size: 20px;
    }
}

@media(max-width: 992px) {
    h1, .h1 {
        font-size: 44px;
    }

    h2, .h2 {
        font-size: 36px;
    }

    h3, .h3 {
        font-size: 27px;
    }

    h4, .h4 {
        font-size: 19px;
    }

    h5, .h5 {
        font-size: 17px;
    }

    h6, .h6 {
        font-size: 15px;
    }
}

@media(max-width: 768px) {
    h1, .h1 {
        font-size: 37px;
    }

    h2, .h2 {
        font-size: 30px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    h4, .h4 {
        font-size: 18px;
    }
}

@media(max-width: 576px) {
    h1, .h1 {
        font-size: 28px;
    }

    h2, .h2 {
        font-size: 24px;
    }

    h3, .h3 {
        font-size: 22px;
    }

    h4, .h4 {
        font-size: 17px;
    }

    h5, .h5 {
        font-size: 16px;
    }

    h6, .h6 {
        font-size: 14px;
    }
}

.section__btn, .section__btn:visited, .section__btn:link {
    border-radius: 35px;
    border: 3px solid #f3b11c;
    color: #000000;
    
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.45px;
    padding: 22px 10px 21px;
    display: inline-block;
    max-width: 256px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 256px;
    flex: 1 0 256px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}

.section__btn:hover, .section__btn:active {
    border-color: #000;
    text-decoration: none;
}

.section__btn:not(:last-child) {
    margin-right: 31px;
}

.section__btn-wrapper {
    margin-top: 23px;
    padding-left: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media(max-width: 991px) {
    .section__btn-wrapper {
        margin-top: 40px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .section__btn, .section__btn:visited, .section__btn:link {
        padding: 15px 10px 14px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 210px;
        flex: 1 1 210px;
    }
}

@media(max-width: 767px) {
    .section__btn, .section__btn:visited, .section__btn:link {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 160px;
        flex: 1 1 160px;
    }
}

@media(max-width: 430px) {
    .section__btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .section__btn, .section__btn:visited, .section__btn:link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

/*SECTION end
#aboutourcenter {
    background-image: url('../img/about-centr__bg.png');
    background-position: top -8px right -127px;
    background-repeat: no-repeat;
    background-size: 616px 496px;
}

#aboutourcenter .html5-video-player .ytp-chrome-controls .ytp-button[aria-pressed]::after {
    background-color: #0294f9;
}

#aboutourcenter .html5-video-player .ytp-swatch-background-color {
    background-color: #0294f9;
}

#aboutourcenter .html5-video-player .ytp-cued-thumbnail-overlay:hover .ytp-large-play-button-bg {
    fill: #0294f9;
}

#aboutourcenter .html5-video-player .spinner:before {
    border-top-color: #0294f9;
}

#aboutourcenter .html5-video-player .ytp-live-badge[disabled]:before {
    background: #0294f9;
}

@media(max-width: 991px) {
    #aboutourcenter {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7))), url('../img/about-centr__bg.png');
        background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('../img/about-centr__bg.png');
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('../img/about-centr__bg.png');
        background-repeat: no-repeat;
        background-position: top right;
    }
}
*/

/*aboutourcenter*/
.about__video-preview {
    width: 100%;
    height: auto;
}

.popup-youtube {
    position: relative;
}

.popup-youtube__play {
    position: absolute;
    top: calc(50% - -14px);
    left: 50%;
    z-index: 0;
}

.popup-youtube__play-arrow {
    position: absolute;
    border-color: transparent white;
    border-style: solid;
    border-width: 12px 0px 12px 19px;
    height: 0px;
    width: 0px;
    top: -30px;
    left: -4px;
    z-index: 0;
    -webkit-transition: .3s border-color linear;
    -o-transition: .3s border-color linear;
    transition: .3s border-color linear;
}

.popup-youtube:hover .popup-youtube__play-arrow, .popup-youtube:active .popup-youtube__play-arrow {
    border-color: transparent black;
}

.popup-youtube__play::before {
    position: absolute;
    background-color: rgba(255, 192, 0, 1);
    -webkit-transform: skewX(-9.5deg);
    -ms-transform: skewX(-9.5deg);
    transform: skewX(-9.5deg);
    content: "";
    width: 85px;
    left: -38px;
    height: 58px;
    top: -47px;
    z-index: -10;
}

.popup-youtube__play::after {
    position: absolute;
    background-color: rgba(255, 192, 0, .7);
    -webkit-transform: skewX(-9.5deg);
    -ms-transform: skewX(-9.5deg);
    transform: skewX(-9.5deg);
    content: "";
    width: 86px;
    height: 58px;
    top: -42px;
    left: -45px;
    z-index: -16;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #ffffff;
    color: #000;
    padding: 6px 0 8px 0;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    border: 2px solid #e8990b;
    border-radius: 2px;
    width: 55px;
    z-index: 10;
    text-decoration: none;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    border-color: #000;
    color: #000;
    outline: none;
    text-decoration: none;
}

.back-to-top:hover {
    text-decoration: none;
    color: #000;
    border-color: #000;
    border-bottom: 2px solid #000;
}

.back-to-top .fa {
    display: block;
    text-align: center;
}

/*======================================*/
/*=========STATIC-CONTENT STYLES========*/
/*======================================*/
.alignleft {
    float: left;
    margin-right: 31px;
}

.alignright {
    float: right;
    margin-left: 31px;
}

.alignright, .alignleft {
    margin-bottom: 20px;
}

@media(max-width: 992px) {
    .static-content table, .static-content .table {
        position: relative;
        /*display: block;
        overflow-x: scroll;*/
        padding-top: 25px;
    }

    /*.static-content table:before {
        font-family: 'Font Awesome 5 Free';
        font-size: 18px;
        font-weight: 900;
        font-style: normal;
        font-variant: normal;
        position: absolute;
        top: 0;
        right: 2px;
        display: inline-block;
        content: '\f337';
        -webkit-animation: arrow1 3s infinite ease-out;
        animation: arrow1 3s infinite ease-out;
        color: rgb(96, 103, 120);
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }*/
}

@-webkit-keyframes arrow1 {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }

    30% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }

    60% {
        -webkit-transform: translate(18px, 0);
        -ms-transform: translate(18px, 0);
        transform: translate(18px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes arrow1 {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }

    30% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }

    60% {
        -webkit-transform: translate(18px, 0);
        -ms-transform: translate(18px, 0);
        transform: translate(18px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

img {
    max-width: 100%;
}

@media(max-width: 576px) {
    img, .alignleft, .alignright {
        margin-left: auto;
        margin-right: auto;
    }
}

.static-content ul, .static-content ol {
   
    margin-right: 122px;
   /* list-style: none; display: inline-block;*/
       margin-left: 20px;
    padding-left: 12px;
    letter-spacing: 0.45px;
    line-height: 1.2;
    margin-top: 10px;
}

.static-content ul li::before {
    position: absolute;
    /*content: "";*/
    background-color: #f3b11c;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    left: -13px;
    top: 4px;
}

.static-content ul li {
    position: relative;
}

.static-content ul li:not(:last-child), .static-content ol li:not(:last-child) {
    /*margin-bottom: 10px;*/
}

.static-content ol {
    counter-reset: static;
}

.static-content ol li {
    position: relative;
}

.static-content ol li:before {
    counter-increment: static;
    /* Increment the value of section counter by 1 */
  /*  content: counter(static) ". ";*/
    color: #f3b11c;
    position: absolute;
    left: -19px;
}

.static-content a:not(.btn):not(.btn-get-started) {
    text-decoration: underline;
}

.static-content a:not(.btn):hover {
    color: #000;
}

.btn-slider {
    color: #000000;
    
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.33px;
    border-radius: 18px;
    border: 3px solid #f3b11c;
    padding: 5px 14px 5px;
    text-align: left;
    min-width: 104px;
}

.btn-slider:hover, .btn-slider:active {
    border-color: #000;
}

.btn-slider:not(:last-child) {
    margin-right: 15px;
}

.btn-slider i {
    color: #000000;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 8px;
}

/*owl-carousel
----------------------------*/
.owl-item img {
    display: block;
    width: auto;
    /* height: 70px; */
    margin: 0 auto;
}

/*gallery
---------------------
.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 27px;
}

.gallery-columns-3 .gallery-item {
    width: calc((100% / 3) - 21px);
    height: auto;
    margin-bottom: 0;
}

.gallery-columns-3 img {
    width: 100%;
    height: auto;
}

.gallery-columns-3 .gallery-item:not(:nth-last-child( -n+3)) {
    margin-bottom: 64px;
}

.gallery-columns-3 .galler {
}

.gallery-columns-3 .gallery-item:not(:nth-last-child(-n+3)) {
    margin-bottom: 27px;
}

@media(max-width: 767px) {
    .gallery-columns-3 .gallery-item {
        width: calc((100% / 3) - 10px);
    }
}

@media(max-width: 575px) {
    .gallery-columns-3 .gallery-item {
        width: calc((100% / 3) - 5px);
    }
}

@media(max-width: 480px) {
    .gallery-columns-3 .gallery-item {
        width: 100%;
        max-height: 25vh;
        text-align: center;
    }

    .gallery-item img {
        width: auto;
        max-height: 25vh;
    }

    .gallery-columns-3 .gallery-item:not(:nth-last-child(-n+3)), .gallery-columns-3 .gallery-item {
        margin-bottom: 15px;
    }
}

*/


/*--------------------------------------------------------------
#header
--------------------------------------------------------------*/
@media(max-width: 1280px) {
    .header__logo {
        padding-right: 30px;
    }
}

@media(max-width: 992px) {
    .header__logo {
        padding-right: 0;
        width: 180px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-right: auto;
        margin-top: -15px;
    }
}

@media(max-width: 768px) {
    .header__logo {
        width: 140px;
        margin-top: -8px;
    }
}

@media(max-width: 576px) {
    .header__logo {
        width: 130px;
    }
}

@media(min-width: 993px) {
    .header--fixed #topbar {
        padding: 10px 0 9px;
    }

    .header--fixed #header_menu_top {
        padding: 0px;
        height: 41px;
    }

    .header--fixed .nav-menu a {
        padding-top: 8px;
        padding-bottom: 5px;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #000000;
    padding: 10px 0 15px;
    border-bottom: 1px solid #2c2c2d;
    font-size: 14px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #ffffff;
}

#topbar .contact-info a:hover {
    text-decoration: underline;
}

#topbar .contact-info a.btn-md:hover {
    color: #000000;
    background: #f3b11c;
    text-decoration: none;
	background: linear-gradient(0deg,#fec72b 0,#eea614 79%);
}

#topbar .contact-info i {
    color: #ffffff;
}

.contact-info.float-left {
    color: #ffffff;
}

#topbar .contact-info .fa-phone {
    padding-left: 0;
    margin-left: 20px;
    font-size: 14px;
    position: relative;
    top: -3px;
    color: #f3b11c;
}





#topbar .social-links {
    /* position: absolute; */
    /* width: 10%; */
    /* margin-left: 316px; */
    margin-top: 5px;
}



#topbar .address-worktime .text-near-icon {
    margin-left: 8px;
}
#topbar .address-worktime .fa-clock {
    position: relative;
    top: 2px;
    left: -2px;
}

#topbar .social-links a:hover {
    color: #f2b600;
}

#topbar .social-links a:first-child {
    border-left: 0;
    display: block;
    margin: 3px 0 4px;
    letter-spacing: 0.032em;
    padding: 0;
    line-height: 1.2;
    text-decoration: none;
}

#topbar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1152px;
}

#topbar .contact-info {
    margin-left: auto;
 
}

#topbar .address-worktime {
    margin-left: 8px;
    margin-right: auto;
    margin-top: 3px;
}

#topbar .social-links {
    margin-left: 66px;
    margin-right: auto;
}

.header__logo {
    position: relative;
    margin-left: -2px;
}

.navbar-caption-text {
    position: absolute;
    font-size: 6pt;
    color: #fff;
    letter-spacing: 0.021em;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    width: 100%;
    max-width: 170px;
    bottom: -23px;
    left: 115px;
}

.fa-phone:before {
    margin-right: 7px;
    color: inherit;
    display: inline-block;
}

.fa-map-marker:before, .fa-clock-o:before, .fa-envelope:before {
    margin-right: 6px;
    color: #f3b11c;
    font-size: 11pt;
    vertical-align: middle;
}

.fa-clock-o:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    right: 3px;
    position: relative;
}

.fa-map-marker:before {
    padding-right: 5px;
}

@media(max-width: 1280px) {
    #topbar .contact-info .btn.btn-md {
        width: 140px;
    }

    #topbar .address-worktime {
        margin-left: auto;
    }

    #topbar .social-links {
        margin-left: auto;
    }

    #topbar .contact-info .fa-phone {
        margin-left: 5px;
    }
}



@media only screen and (min-width: 1680px) {
   
    
}

@media(max-width: 992px) {
    .navbar-caption-text {
        left: 0;
    }

    #topbar .contact-info .navbar-phone {
        font-size: 16px;
    }

    #topbar .address-worktime {
        margin-right: 0;
    }

    #topbar .social-links {
        margin-right: 0;
    }

    #topbar .container {
        padding-right: 85px;
    }

    #topbar .address-worktime {
        display: none;
    }

    span.navbar-caption-text {
        display: none;
    }

    #topbar .container {
        padding-right: 75px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #topbar .contact-info .navbar-phone {
        font-size: 14px;
    }

    #topbar .contact-info .btn.btn-md {
        width: 110px;
        font-size: 14px;
        padding: 9px 0 9px;
    }

    .header__logo-link {
        width: 100%;
        height: 100%;
    }

    .header__logo img {
        width: 100%;
        height: auto;
    }

    #topbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #topbar .social-links {
        margin-top: 0;
        margin-right: auto;
    }

    #mobile-nav-toggle {
        margin-top: 18px;
    }

    #topbar .contact-info .btn.btn-md {
        margin-top: 0;
    }

    #topbar .contact-info .navbar-phone {
        margin-top: 0;
    }

    #topbar .contact-info .fa-phone {
        top: 0;
    }
}

@media(max-width: 768px) {
    #topbar .contact-info .btn.btn-md {
        display: none;
    }

    #topbar .container {
        padding-right: 90px;
    }
}

@media(max-width: 576px) {
    #topbar .social-links .soc-item {
        display: none;
    }

    #topbar .contact-info .navbar-phone {
        font-size: 12px;
    }

    #topbar .social-links {
        font-size: 12px;
    }

    #topbar .fa-bars:before, #topbar .fa-times:before {
        padding: 0 5px;
    }
}

@media(max-width: 480px) {
   

    #topbar .social-links {
        font-size: 10px;
    }

    #topbar .container {
        padding-right: 70px;
    }
}

/*--------------------------------------------------------------
# header_menu_top
--------------------------------------------------------------*/
#header_menu_top {
    padding: 13px 0 13px;
    height: 72px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 997;
    background: #000000;
    /* box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06); */
    border-bottom: 1px solid #2c2c2d;
}

#header_menu_top #logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: arial;
    font-weight: bolder;
    text-transform: uppercase;
}

#header_menu_top #logo h1 i {
    float: left;
    margin: 4px 10px 4px 0;
    font-size: 34px;
    color: #f3b11c;
}

#header_menu_top #logo h1 span {
    font-size: 12px;
    display: block;
}

#header_menu_top #logo h1 a {
    color: #f3b11c;
    line-height: 1;
    display: inline-block;
}

#header_menu_top #logo h1 a span {
    color: #f3b11c;
}

#header_menu_top #logo img {
    padding: 0;
    margin: 0;
}

#header_menu_top .container {
    max-width: 1152px;
}

@media(max-width: 992px) {
    #header_menu_top {
        display: none;
    }
}

@media (max-width: 768px) {
    #header_menu_top {
        /* padding: 20px 0; */ /* height: 74px; */ /* display: block; */
    }

    #header_menu_top #logo h1 {
        font-size: 34px;
    }

    #header_menu_top #logo img {
        max-height: 40px;
    }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------
#intro {
    width: 100%;
    height: 660px;
    position: relative;
    background: url("../img/intro-carousel/1.jpg") no-repeat;
    background-size: cover;
}

#intro .intro-content {
    position: absolute;
    margin-left: 115px;
    margin-top: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    z-index: 9;
}

#intro .intro-content h1 {
    color: #fff;
    margin-bottom: 24px;
    font-size: 48pt;
    text-align: left;
    
    line-height: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

#intro .intro-content h1 span {
    color: #f3b11c;
    text-align: left;
    font-size: 36pt;
    text-transform: uppercase;
    display: block;
}

@media (max-width: 767px) {
    #intro .intro-content h1 {
        font-size: 22px;
        padding: 0;
    }
}

#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 0;
    color: #fff;
    font-weight: 500;
}

#intro .intro-content .btn-get-started {
    border: 3px solid #f3b11c;
    background: transparent;
    color: #ffffff;
    border-radius: 50px;
    padding: 19px 0;
    font-size: 14pt;
    text-align: center;
    width: 260px;
    margin: 4px 5px;
    
    letter-spacing: normal;
}

.hero .btn-get-started {
    border: 3px solid #f3b11c;
    background: transparent ;
    border-radius: 50px;
    text-align: center;
    width: 261px;
    
    display: inline-block;
    padding: 18px 0 19px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 37px 0 0 6px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0px;
}

#intro .intro-content .btn-get-started:hover, .hero .btn-get-started:hover {
    background: #f3b11c;
    color: #000;
    text-decoration: none;
}

#intro .intro-content .btn-projects {
    background: #f3b11c;
    border: 3px solid #f3b11c;
}

#intro .intro-content .btn-projects:hover {
    background: none;
    color: #f3b11c;
}

#intro #intro-carousel {
    z-index: 8;
}

#intro #intro-carousel::before {
    content: '';
    background: -o-linear-gradient(45deg, #000000 32%, #000000 100%);
    background: linear-gradient(45deg, #000000 32%, #000000 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 7;
    opacity: .3;
}

#intro #intro-carousel .item {
    width: 100%;
    height: 660px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.mbr-text {
    width: 88%;
    color: #fff;
    letter-spacing: 0px;
    line-height: 1.49em;
    font-size: 16pt;
    margin-left: 5px;
    
}
------*/
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu base */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul, .nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 8px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
	color:#fff;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
	color:#fff;
}

/* Nav Meu Container */
#nav-menu-container {
    /* float: right; */
    margin: 0;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 12px 13px 12px;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

ul.nav-menu li:nth-child(2) a {
}

.nav-menu li:hover>a, .nav-menu>.menu-active>a {
    color: #f3b11c;
}

.sub-menu li:nth-child(2) a {
    /* padding: 10px!important; */
}

.nav-menu>li {
}

.nav-menu ul {
    margin: 13px 0 0 0;
    -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #000;
    border: 2px solid #f5b51f;
}

.nav-menu ul li {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    font-size: 12pt;
    text-transform: none;
    border-bottom: 1px solid #2c2c2d;
}

.nav-menu ul li:hover {
    background: #f3b11c;
    border-bottom: none;
    background: linear-gradient(0deg,#f3aa00 0,#ffd300 90%);
}

.nav-menu ul li a:hover {
    border-bottom: 1px solid #f3b11c;
}

.nav-menu ul li:hover>a {
    color: #000;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 30px 0 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    /*background: #000;*/
    margin-right: 16px;
    padding: 0;
}

#mobile-nav-toggle i {
    color: #555;
}

@media(max-width: 992px) {
    #mobile-nav-toggle {
        display: inline;
        font-size: 25pt;
        margin-top: 8.5px;
    }

    #mobile-nav-toggle i {
        color: #fff;
        padding: 4px 15px;
        border: 3px solid #f3b11c;
        border-radius: 3px;
        font-size: 17pt;
    }
}

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

@media(max-width: 576px) {
    #mobile-nav-toggle {
        margin-top: 5px;
    }

    #mobile-nav-toggle i {
        padding: 4px 8px;
    }
}

@media(max-width: 480px) {
    #mobile-nav-toggle {
        margin-top: 2px;
    }

    #mobile-nav-toggle i {
        font-size: 16px;
        padding: 2px 4px;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 5px;
    padding-top: 0;
    bottom: 0;
    z-index: 9999;
    background: #000;
    left: -260px;
    width: 260px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0 0 0 20px;
    list-style: none;
    display: block;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fffc;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 20px 5px 20px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav .sf-with-ul:after {
    content: "\f107"; position: absolute; margin-left: 8px; font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 900; left: -8px; font-size: 16pt; top: 8px;
}

#mobile-nav ul li li {
    padding-left: 18px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #f3b11c;
}

#mobile-nav ul .menu-item-active {
    color: #f3b11c;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(13, 13, 13, 0.9);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #f0f4f6;
}

@media(max-width: 1280px) {
    .nav-menu a {
        padding: 12px 9px 12px;
    }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections header_menu_top
--------------------------------*/
.section-header {
    margin: 37px auto 40px;
}

.section-header .h2, .section-header h2, .clients-title {
    /* font-size: 37pt; */
    color: #000000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0;
    
    letter-spacing: 1px;
    margin-left: -5px;
    margin-bottom: 18px;
}

/*Our-works section
----------------------------------*/
.our-works {
    position: relative;
    overflow: hidden;
    padding: 37px 50px 110px 50px;
    color: #000;
}
/*
.our-works::before {
    content: "";
    position: absolute;
    right: -452px;
    top: 115px;
    background-image: url(../img/our-works__bg.png);
    width: 761px;
    height: 334px;
    z-index: -1;
}

.our-works__title {
    color: #000000;
    
    font-size: 18px;
    font-style: italic;
    line-height: 1.33;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    position: relative;
    margin-bottom: 35px;
    position: relative;
}----*/

.our-works__info {
    /* padding: 0 20px 0 15px; */
    margin-top: 25px;
}

.our-works__title::before {
    position: absolute;
    content: "";
    background-color: #f3b11c;
    width: 62px;
    height: 7px;
    /* top: 38px; */
    bottom: -22px;
}

.our-works__title::after {
    content: "";
    position: absolute;
    background-color: #f3b11c;
    width: 20px;
    height: 7px;
    /* top: 38px; */
    left: 43px;
    -webkit-transform: skewX(-16deg);
    -ms-transform: skewX(-16deg);
    transform: skewX(-16deg);
    bottom: -22px;
}

.our-works__text {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    margin-bottom: 24px;
    padding-right: 10px;
}

.our-works__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.our-works__item {
    padding: 0 15px 0 14px;
    display: inline-block;
    text-decoration: none;
}

.our-works__item:hover {
    text-decoration: none;
}

.our-works__item:hover .our-works__title {
    text-decoration: underline;
}

.our-works__item:hover .our-works__link-text {
    border-color: #000;
}

.our-works__link-text {
    border-radius: 18px;
    border: 3px solid #f3b11c;
    color: #000000;
    
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.33px;
    line-height: 1.2;
    padding: 7px 10.5px;
    -webkit-transition: .3s border-color;
    -o-transition: .3s border-color;
    transition: .3s border-color;
}

.our-works__date {
    color: #000000;
    
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.33px;
    font-style: normal;
    padding-top: 10px;
    padding-right: 2px;
}

.our-works .our-works__img {
    width: 100%;
    height: auto;
}

.our-works .owl-nav {
    position: absolute;
    right: 15px;
    top: 0;
}

.our-works .owl-carousel {
    padding-top: 50px;
}

.our-works .owl-prev {
    margin-right: 20px;
}

.our-works--only-slider {
    padding-top: 39px;
    padding-bottom: 26px;
}

.our-works--only-slider .owl-carousel {
    padding-top: 0;
}

.our-works--only-slider .owl-nav {
    top: -84px;
}

@media(max-width: 767px) {
    .our-works .our-works__img {
        width: 100%;
    }

    .our-works--only-slider .owl-carousel {
        padding-bottom: 70px;
    }

    .our-works--only-slider .owl-nav {
        top: auto;
        bottom: 0px;
    }
}

@media(max-width: 575px) {
    .our-works .owl-carousel .our-works__img {
        width: auto;
        max-height: 40vh;
    }
}

/* About Section
--------------------------------*/
#about {
    padding: 42px 0 22px 0;
}

#about .about-img {
    overflow: hidden;
}

#about .about-img img {
    margin-left: -15px;
    max-width: 100%;
}

@media (max-width: 768px) {
    #about .about-img {
        height: auto;
    }

    #about .about-img img {
        margin-left: 0;
        padding-bottom: 30px;
    }

    #call-to-action .form-control {
        width: 100%!important;
    }

    #call-to-action .btn-primary {
        margin: 15px auto 5px !important;
        width: 100%;
    }

    .clients-text p {
        padding-right: 0!important;
        margin-bottom: 50px;
    }

    #clients {
        padding: 70px 0!important;
    }

    #seo-action-two {
        padding: 53px 0!important;
    }

    #our-works .portfolio-item img {
        width: 282px!important;
        height: 188px!important;
    }

    #our-works .portfolio-item {
        width: 282px!important;
        height: auto!important;
    }

    #testimonials .cta-btn-container {
        margin: 0 auto;
        text-align: center;
    }

    #content-section .btn-get-started {
        display: block;
        text-align: center;
    }

    #intro.intro-inner .intro-content {
        margin-top: 40px!important;
        margin-left: 40px!important;
    }

    .mbr-text {
        width: 100%!important;
    }

    #intro.intro-inner .btn-get-started {
        margin: 50px 17px!important;
    }
}

#about .content h2 {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    font-weight: 500;
}

#about .content h3 {
    color: #555;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}

#about .content p {
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
}

#about .content p:last-child {
    margin-bottom: 0;
}

#about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #f3b11c;
}

#about .content ul {
    list-style: none;
    padding: 0;
}

#about .content ul li {
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1.59em;
    min-height: 148px;
}

#about .content ul li span {
    font-size: 14pt;
    display: block;
    
    text-transform: uppercase;
    top: 0;
    position: relative;
    width: 545px;
}

#about .content ul li i.icon, #about .content ul li i.iconS {
    display: inline-block;
    width: 160px;
    min-height: 140px;
    float: left;
    margin: 5px 0 0 4px;
}
/*
#about .content ul li:nth-child(1) i.icon {
    background: url(../img/bgr/adv.png)no-repeat;
}

#about .content ul li:nth-child(2) i.icon {
    background: url(../img/bgr/adv1.png)no-repeat;
}

#about .content ul li:nth-child(3) i.icon {
    background: url(../img/bgr/adv2.png)no-repeat;
}

#about .content ul li:nth-child(1) i.iconS {
    background: url(../img/bgr/adv3.png)no-repeat;
}

#about .content ul li:nth-child(2) i.iconS {
    background: url(../img/bgr/adv4.png)no-repeat;
}

#about .content ul li:nth-child(3) i.iconS {
    background: url(../img/bgr/adv5.png)no-repeat;
}*/

#aboutourcenter {
    padding: 78px 0 94px 0;
}

#aboutourcenter .section-header {
    margin: 0 auto 28px;
}

#aboutourcenter .section-header h2 {
    font-size: 36pt;
    padding-bottom: 0;
    letter-spacing: 1px;
}

.aboutourcenter-text {
    margin-bottom: 70px;
    font-size: 18px;
    color: #000000;
    line-height: 1.67;
    letter-spacing: 0.45px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: 0.45px;
}

#aboutourcenter .content i {
    font-size: 20px;
    padding-right: 2px;
    color: #000;
}

#aboutourcenter .content ul {
    list-style: none;
    padding: 0;
}

#aboutourcenter .content ul li {
    padding-bottom: 10px;
    padding-right: 40px;
    line-height: 1.59em;
}

#aboutourcenter .social-call .btn-get-started {
    border: 3px solid #f3b11c;
    background: transparent !important;
    color: #000000;
    border-radius: 50px;
    padding: 22px 77px 20px;
    margin-right: 45px;
    
    /* Style for "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â" */
    font-size: 18px;
    /* Text style for "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â, ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢" */
}

#aboutourcenter .social-call .btn-get-started:hover {
    border: 3px solid #000;
    text-decoration: none;
}

#aboutourcenter .content p {
    margin-bottom: 60px;
}

#aboutourcenter .content i:hover {
    color: #f3b11c;
}

#aboutourcenter .about-img a {
    margin: 15px 0 0;
    padding: 0;
    display: inline-block;
    z-index: 1;
    width: 100%;
}

/*advantage-item bem*/
.advantage-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 48px;
}

.advantage-item__heading {
    color: #000000;
    
    text-transform: uppercase;
    letter-spacing: 0.45px;
    margin-bottom: 7px;
}

.advantage-item__text {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
}
/*
.advantage-item__icon-wrap {
    width: 142px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../img/advantage-icon-bg.png');
    background-size: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 4px;
    margin-right: 18px;
    min-height: 91px;
    background-repeat: no-repeat;
}

.advantage-item__icon {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
*/
.advantage-item__icon-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 108px;
    margin-top: 2px;
}

@media(max-width: 480px) {
    .advantage-item__icon-wrap {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        background-size: 100% auto;
        min-height: 59px;
        width: 90px;
        min-width: 90px;
        margin-right: 6px;
    }

    .advantage-item__icon-inner-wrap {
        width: 40px;
        margin-left: 10px;
    }

    .advantage-item__heading {
        font-size: 14px;
    }

    .advantage-item__text {
        font-size: 13px;
    }
}



@media (max-width: 768px) {
    #filmtypes .filmtypes-img {
        height: auto;
    }

    #filmtypes .filmtypes-img img {
        margin-left: 0;
        padding-bottom: 30px;
    }

    .hero__title.h1 {
        font-size: 28pt;
    }

    .hero__title.span {
        font-size: 28px;
    }

    .hero__sub-title {
        font-size: 13pt;
        max-width: 100%;
        width: 100%;
    }

    #services .box {
        /* height: 519px!important; */
        /* width: 372px!important; */
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    #footer #logo img {
        width: 100%;
        margin-left: -1px;
        max-width: 340px;
    }

    #footer ul.footer__menu li, #footer ul.contacts__address li {
        left: 0!important;
    }

    #footer ul.footer__menu li a {
        font-size: 11px;
    }

    #footer ul.contacts__address li a.phones {
        font-size: 1.1em!important;
    }

    .portfolio-popup-video iframe {
        width: 100%!important;
    }

    #footer .credits {
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .first-arrow_bottom {
        margin-bottom: 77px;
    }

    #our-works.news__item-inner .portfolio-details {
        width: 100%;
    }

    #our-works.news__item-inner .portfolio-item img {
        height: auto!important;
    }
}

/*filmtypes*/
.filmtypes__heading {
}

.filmtypes__list {
    margin-top: 47px;
}

.filmtypes-item {
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-bottom: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    min-height: 194px;
}

.filmtypes-item__img-wrap {
    position: relative;
    background-repeat: no-repeat;
    width: 191px;
    background-size: 100% auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.filmtypes-item__info {
    margin-top: 34px;
}
/*
.filmtypes-item__img-wrap::before {
    position: absolute;
    width: 250px;
    height: 194px;
    background-image: url('../img/skin-bg.png');
    background-repeat: no-repeat;
    content: "";
    z-index: -1;
    background-size: 100% 100%;
}

.filmtypes-item__img {
    width: auto;
    height: auto;
    max-width: 100%;
    padding-top: 8px;
    padding-left: 11px;
}

.filmtypes-item__heading {
    color: #000000;
    
    line-height: 1.33;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    margin-bottom: 10px;
}
*/
.filmtypes-item__text {
    color: #000000;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-right: 10px;
}

@media(max-width: 400px) {
    .filmtypes-item__img-wrap {
        width: 110px;
    }

    .filmtypes-item__img-wrap::before {
        width: 170px;
        height: 150px;
    }

    .filmtypes-item__info {
        margin-left: 20px;
        margin-top: 20px;
    }
}

/* Services Section
--------------------------------*/
.title-description-price {
    position: absolute;
    bottom: 32px;
    color: #ffffff;
    padding: 0 30px 0 40px;
    z-index: 10;
}

.title-description-price:first-child {
}

#services {
    padding: 43px 0 90px;
    background: #f0f4f6;
    margin-top: 0;
}

#services.services--page-service {
    background: #fff;
}

.section__header p {
    margin: 15px 0;
    line-height: 1.6;
    font-size: 14px;
    letter-spacing: .32px;
	font-weight: 400;
}

.section__header ul {
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
    letter-spacing: .32px;
	margin-left: 35px;
	font-weight: 400;
}

#services .row {
    margin-left: -25px;
    margin-right: -9px;
}

.section__header{margin:60px 0;}

#services .box {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 500px;
    /* overflow: hidden; */
    margin: 10px;
    display: block;
    cursor: pointer;
    width: 352px;
    position: relative;
    background-color: #000;
}

#services .box::before {
    position: absolute;
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), color-stop(20%, rgba(0, 0, 0, 1)), color-stop(57%, rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, .5)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0.51) 57%, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0.51) 57%, rgba(0, 0, 0, .5) 100%);
    z-index: 1;
    width: 100%;
    height: 100%;
}

#services .box::after {
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
    border: 10px solid transparent;
    content: "";
    opacity: 1;
    -webkit-transition: .3s border linear;
    -o-transition: .3s border linear;
    transition: .3s border linear;
}

#services .box:hover::after {
    border-color: #f3b11c;
}

#services .box img {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 80%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 20%;
}

#services .box:hover {
    border-color: #f3b11c;
    text-decoration: none;
}

#services .box:hover .title-description-price span {
    text-decoration: underline;
}

.title-description-price .description {
    min-height: 77px;
    /* Style for "Lorem ipsu" */
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
    /* Text style for "L, orem ip" */
    letter-spacing: 0.45px;
    margin-top: 4px;
}

#services .box .icon {
    display: block;
    width: 100%;
    padding: 15px;
    background: #f3b11c;
    margin-bottom: 18px;
    border-radius: 50%;
    width: 70px;
    position: absolute;
    left: 0;
    top: -40px;
    border: 4px solid #fff;
    right: 0;
    margin: 0 auto;
}

#services .box .icon i {
    font-size: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: 0px;
    z-index: 99999;
}

#services .box .icon i:before {
    background: #f3b11c;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#services .box span {
    width: auto;
    margin: 0;
    color: #ffffff;
    
    /*font-size: 24px;*/
    /* font-style: italic; */
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-left: -2px;
}

.middle>* {
    vertical-align: middle;
}

.icon-price {
    color: #f3b11c;
    
    text-transform: uppercase;
    margin-top: 16px;
    font-size: 24px;
    /* font-style: italic; */
    line-height: 1.25;
    letter-spacing: 0.6px;
    margin-left: -2px;
}

#services .box p {
    font-size: 14pt;
    line-height: 1.59em;
    display: block;
    margin: 0;
    padding-top: 121px;
    letter-spacing: 0.01em;
}

@media(max-width: 1199px) {
    #services .box {
        max-width: 100%;
        height: 400px;
    }
}

@media(max-width: 992px) {
    #services .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 767px) {
    #services .box .box {
        margin-bottom: 20px;
    }

    #services .box .icon {
        float: none;
        padding-bottom: 15px;
    }

    #services .box h4, #services .box p {
        margin-left: 0;
    }

    #services .box span {
        font-size: 18px;
    }

    .icon-price {
        font-size: 14px;
    }
}

@media(max-width: 576px) {
    #services .box {
        height: 370px;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* SEO Section
-------------------
#seo-action {
    background: url(../img/bgr/bg_2.jpg)no-repeat center;
    background-size: cover;
    padding: 40px 0;
    min-height: 495px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
}-------------*/

@media(max-width: 1199px){
    #seo-action{
        min-height: unset;
    }
    #seo-action::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
}
}

#seo-action .cta-title {
    color: #f3b11c;
    /* font-size: 38pt; */
    
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 37px 0px 9px;
}

#seo-action .cta-text {
    margin: 0;
    line-height: 1.66em;
    font-size: 14pt;
}
/*
#seo-action-two {
    background: url(../img/bgr/bg_4.jpg)no-repeat center;
    background-size: cover;
    padding: 51px 0 114px 0;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
}
*/
@media(max-width: 1199px){
    #seo-action-two::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,.4);
        z-index: 0;
        content: "";
    }    
}

.seo-text-two {
    width: 50%;
    position: relative;
}

#seo-action-two .cta-title {
    color: #f3b11c;
    font-size: 36pt;
    
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin-top: 30px;
}

.text-right {
    text-align: right!important;
}

#seo-action-two .cta-text {
    margin-top: 26px;
    margin-left: -3px;
    /* Style for "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â" */
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
    /* Text style for "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡, ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½" */
}

.cta-text p {
    letter-spacing: 0.6px;
}

#seo-action .cta-text p {
    letter-spacing: .3px;
}

@media(max-width: 768px) {
    #seo-action .cta-title {
        margin-top: 0;
    }
}

/* Clients Section
--------------------
#clients {
    padding: 71px 0 21px;
    background: #f0f4f6 url('../img/bgr/clients.jpg')no-repeat center;
    background-size: cover;
}------------*/

#clients img {
    max-width: 100%;
    padding: 15px 0;
}

#clients .owl-nav, #clients .owl-dots {
    margin-top: 0px;
    margin-left: 7px;
    position: absolute;
    top: -141px;
}

.clients_manufacturers {
    margin-left: 90px;
}

.clients_manufacturers h2 {
    
    text-transform: uppercase;
    font-size: 14pt;
    margin: 64px 4px 27px;
    line-height: 1.25em;
}

.clients-text {
    margin-left: -3px;
    margin-top: 19px;
}

.clients-text p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    padding-right: 75px;
}

#clients .owl-prev {
    margin-right: 20px;
}

.btn-slider__text+i {
    margin-left: 8px;
    margin-right: 0;
}

.clients__heading {
    
    color: #000000;
    font-size: 18px;
    line-height: 1.33;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    margin-top: 64px;
    margin-left: 5px;
}

@media(max-width: 1080px) {
    .clients-text p {
        padding-right: 0;
    }

    #clients {
        background-size: 1100px 100%;
        padding-top: 40px;
    }

    #clients .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media(max-width: 767px) {
    #clients {
        background-image: none;
    }

    #clients .owl-nav, #clients .owl-dots {
        position: static;
        margin-top: 20px;
        text-align: center;
    }

    .clients-text p {
        margin-bottom: 15px;
    }

    .clients_manufacturers .h2 {
        margin-top: 15px;
    }
}

/* Our Portfolio Section
--------------------------------*/
#our-works {
}

#our-works .section-header {
    margin: 40px auto 36px;
}

#our-works .portfolio-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

#our-works .portfolio-item:hover .portfolio-info {
    display: block;
}

#our-works .portfolio-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    width: 352px;
    height: 250px;
    margin: 0;
}

#our-works .portfolio-item h2 {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
    /* background: #00000085; */
    border: 1px solid #f3b11c;
    padding: 25px;
    /* background: linear-gradient(45deg, #e91e6357 0%, #405ece91 100%); */
}

#our-works .portfolio-item img {
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    width: 100%;
    height: auto;
}

#our-works .portfolio-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#our-works .portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}

#our-works .portfolio-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

#our-works .portfolio-details {
    margin-top: 10px;
    margin-bottom: 21px;
    width: 352px;
}

#our-works .portfolio-details span {
    font-size: 14pt;
    
    text-transform: uppercase;
    display: block;
    color: #000;
}

#our-works .portfolio-details span:after {
    content: '';
    border-bottom: 7px solid #f3b11c;
    display: block;
    width: 80px;
    padding-top: 13px;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 1000%);
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 1000%);
}

#our-works a:hover span {
    text-decoration: underline;
    color: #000;
}

#our-works .portfolio-details a.header_menu_top-news {
    font-size: 14pt;
    
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    border: 0;
    padding: 0;
    border-radius: 0;
}

#our-works .portfolio-details a.header_menu_top-news:after {
    content: '';
    border-bottom: 7px solid #f3b11c;
    display: block;
    width: 64px;
    padding-top: 20px;
    border-radius: 0 0 7px 0;
}

#our-works .portfolio-details a.header_menu_top-news:hover {
    background: none;
    text-decoration: underline;
}

.portfolio-details i {
    float: right;
    font-style: normal;
    
    font-size: 12pt;
    color: #000;
}

#our-works .portfolio-details p {
    font-size: 12pt;
    color: #000;
    margin: 12px 0 47px 0;
}

#our-works .portfolio-details .more_details {
    color: #000;
    border: 3px solid #f3b11c;
    border-radius: 50em;
    padding: 7px 10px;
    
    font-size: 10pt;
}

#our-works .portfolio-details .more_details:hover {
    border: 3px solid #000;
    text-decoration: none;
}

#our-works a:hover {
    text-decoration: none;
}

#our-works a:hover .more_details {
    border: 3px solid #000;
    text-decoration: none;
}

#our-works a:hover .header-news span {
    text-decoration: underline;
    color: #000;
}

/*====================
Testimonials Section
.reviews {
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
}

.reviews::before {
    content: "";
    position: absolute;
    top: 88px;
    right: -88px;
    background-image: url(../img/rating__bg.png);
    width: 385px;
    height: 385px;
}

.reviews-item__images-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 16px;
    padding-top: 4px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}*/

.reviews-item__before, .reviews-item__after {
    position: relative;
}

.reviews-item__image {
    width: 100%;
    height: auto;
}

.reviews-item__subtext {
    color: #000000;
    
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.33px;
    position: relative;
    background-color: #f3b11c;
    padding-top: 5px;
    padding-bottom: 3px;
    width: 60px;
    z-index: 0;
    text-align: center;
    padding-left: 4px;
}

.reviews-item__subtext-wrap {
    position: absolute;
    top: 10px;
    z-index: 1;
}

.reviews__header {
    margin: 80px auto 32px;
}

.reviews-item__subtext::before {
    content: "";
    width: 30px;
    height: 35px;
    -webkit-transform: skewX(-11.5deg);
    -ms-transform: skewX(-11.5deg);
    transform: skewX(-11.5deg);
    position: absolute;
    right: -4px;
    top: 0;
    z-index: -1;
    background-color: #f3b11c;
}

.reviews-item__heading {
    
    text-transform: uppercase;
    margin-bottom: 10px;
}

.reviews-item__text {
    /* Style for "Lorem ipsu" */
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* Text style for "L, orem ip" */
    letter-spacing: 0.4px;
}

.reviews-item__date {
    /* Style for "22.01.19" */
    color: #000000;
    
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    /* Text style for "2, 2.01.19" */
    letter-spacing: 0.33px;
}

.reviews-item__text p:last-child {
    margin-bottom: 12px;
}

.reviews .owl-nav {
    position: absolute;
    right: 1px;
    top: -81px;
}

.reviews .owl-prev {
    margin-right: 19px;
}

@media(max-width: 1199px) {
    .reviews .owl-nav {
        top: auto;
        bottom: 0;
    }

    .reviews-item__image {
        max-width: 256px;
        width: 100%;
    }

    .reviews-item__before {
        padding-right: 10px;
    }

    .reviews-item__after {
        padding-left: 10px;
    }

    .reviews-item {
        padding-bottom: 30px;
    }
}

@media(max-width: 991px) {
    .reviews .owl-nav {
        width: 100%;
        text-align: center;
    }

    .reviews-item__images-wrap, .reviews-item__image-wrap {
        margin-bottom: 20px;
    }

    .reviews-item {
        padding-bottom: 0;
        margin-bottom: 50px;
    }

    .reviews-item__text p:last-child {
        /*margin-bottom: 50px;*/
    }
}

@media(max-width: 767px) {
    .reviews-item__before, .reviews-item__after {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 50%;
    }

    .reviews-item__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .reviews-item__image {
        max-width: 100%;
    }

    .reviews::before {
        content: none;
    }
}


/*TESTIMONIALS END
================*/
#contactCall .btn-primary:hover {
    border: 3px solid #000;
    background: none;
}

.map {
    margin: 80px auto 40px;
}

p.help-block, p.help-block ul {
    float: left;
    margin: 0;
    padding: 0;
}

p.help-block li {
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    color: red;
}

#services .col-lg-4 {
    margin-top: 21px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -11px;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
    background-color: black;
    background-size: cover;
    padding: 70px 0;
    min-height: 542px;
}

#call-to-action .row {
    margin: 0;
    padding: 0;
}

#call-to-action .wpcf7-response-output {
    color: #fff;
}

span.wpcf7-not-valid-tip {
    display: none;
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 26pt;
    margin: 62px 39px 35px;
    
    text-transform: uppercase;
    line-height: 1.16;
    letter-spacing: -1.6px;
}

#call-to-action .cta-text p {
    letter-spacing: .59px;
}

#call-to-action .cta-title span {
    display: block;
    font-size: 32px;
    color: #f3b11c;
    letter-spacing: 1px;
}
/*
.action-left-border {
    background: url(../img/bgr/action_bgr.png)no-repeat;
    height: 413px;
}*/

div.wpcf7-mail-sent-ok {
    display: none;
}

#call-to-action .cta-btn-container .form {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#call-to-action .cta-btn-container .form--banner {
    max-width: 354px;
    margin-left: 0;
    margin-right: auto;
}

.form--banner a {
    color: #959595;
    text-decoration: underline;
}

.form--banner a:hover {
    color: #f3b11c;
}

@media(max-width: 992px) {
    #call-to-action {
        background-position: center;
    }
}

.form_header span {
    color: #ffffff;
    font-size: 18pt;
    
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.white-popup .form_header span, .white-popup .form_header p {
    color: #000;
}

.form_header p {
    margin: 16px auto 30px;
    max-width: 320px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: 0.45px;
}

#call-to-action .cta-text {
    color: #fff;
    margin: 0 190px 0 45px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
}

form.well {
    text-align: left;
    width: 97%;
    margin-left: 15px;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #959595;
    background-color: #fff;
    border: 1px solid #252525;
    border-radius: 50em;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    padding: 0 19px;
    margin-bottom: 0;
    height: 60px;
}

.form-group:first-child .form-control {
    margin-top: -3px;
}

input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    border: 1px solid #252525;
}

.btn-primary {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: #f3b11c 3px solid;
    display: block;
    margin: 0 auto;
    border-radius: 50em;
    padding: 18px 79px;
    margin-top: 20px;
    font-size: 14pt;
}

.white-popup .btn-primary {
    color: #000;
}

@media(max-width: 575px) {
    .btn-primary {
        padding: 14px 40px;
    }
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: -6px auto;
        text-align: center;
        padding-top: 30px;
    }
}

#call-to-action .cta-btn {
    font-weight: 500;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #f3b11c;
    border: 3px solid #f3b11c;
    color: #182986;
}

/* Form styles
--------------------------------*/
.field-text__input {
  border-radius: 1px;
    border: 1px solid #bdbdbd;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
    width: 100%;
    max-width: 350px;
    padding: 10px 17px 10px;
	margin-bottom: 10px;
}

.wpcf7-not-valid {
    border-color: red;
    border: 2px solid red;
    border-width: 2px 2px 3px 2px;
}

.form__step:not(:last-child) {
    margin-bottom: 20px;
}

.checkbox-label {
    color: #959595;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: 0.3px;
    text-align: left;
}

.checkbox__icon {
    position: absolute;
    left: -48px;
}

.checkbox-433 {
    display: none;
}

/* Our Team Section
--------------------------------*/
#team {
    background: #fff;
    padding: 60px 0 0 0;
}

#team .member {
    margin-bottom: 20px;
    border: 1px solid #f3b11c;
}

#team .member .pic {
    overflow: hidden;
}

#team .member .pic img {
    max-width: 100%;
    border-bottom: 4px solid #f3b11c;
    padding: 20px 20px 0;
}

#team .member .details {
    background: #fff;
    color: #f3b11c;
    padding: 15px 0;
    border-radius: 0 0 3px 3px;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

#team .member .social {
    margin-top: 5px;
    padding: 6px;
}

#team .member .social a {
    color: #081e5b;
    margin: 2px 6px;
    border: 1px solid #081e5b;
    width: 42px;
    display: inline-block;
    opacity: .4;
}

#team .member .social a:hover {
    color: #081e5b;
    margin: 2px 6px;
    border: 1px solid #081e5b;
    opacity: 1;
}

#team .member .social i {
    font-size: 16px;
    margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
    padding: 60px 0 0px;
}

#contact .contact-info {
    min-height: 542px;
    padding: 0;
    position: relative;
}
/*
#contact .contact-info:before {
    content: "";
    background-image: url('../img/fos__car.png');
    position: absolute;
    width: 610px;
    height: 462px;
    top: 44px;
    left: 15px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
*/
#contact .contact-info::after {
    content: "";
    border: 10px solid #f3b11c;
    position: absolute;
    right: 15px;
    top: 4px;
    bottom: 90px;
    left: 367px;
    z-index: -1;
}

#contact .form_header p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.45px;
    margin-bottom: 28px;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
}

#contact .form-check {
    padding-left: 7px;
}

#contact p {
    margin: 0;
}

#contact .form__content {
    margin-bottom: 14px;
}

#contact .form_header span {
    color: #000;
    font-size: 18pt;
    
    text-transform: uppercase;
    margin: 0;
    padding: 5px 0 0;
    display: block;
    text-align: center;
}

#contact .form {
    position: relative;
    width: 71.2%;
    margin: 64px auto 74px;
}

#contact .contact-info i {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 0;
    color: #f3b11c;
    float: left;
}

#contact .contact-info address {
    color: #000;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 29px;
    padding: 0;
    margin-top: 13px;
    margin-left: 28px;
    font-size: 15pt;
    line-height: 1.3em;
}

#contact .contact-info h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f3b11c;
    float: left;
    margin: 8px 15px;
}

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover {
    color: #f3b11c;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
    margin-bottom: 20px;
}

#contact .form #sendmessage {
    color: #f3b11c;
    border: 1px solid #f3b11c;
    display: none;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form button[type="submit"] {
    background: #f3b11c;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}

#contact .form button[type="submit"]:hover {
    background: #081e5b;
}

#contact .btn-primary {
    color: #000;
    margin-top: 16px;
    
    font-size: 14pt;
    padding-bottom: 19px;
    background-color: transparent;
}

#contact .btn-primary:hover,#contact .btn-primary:active {
    border-color: #000;
}

#contact .contact-info>.col-lg-6:nth-child(2) {
    padding-bottom: 90px;
}

@media(max-width: 1199px) {
    #contact .contact-info:before {
        width: 510px;
        height: 386px;
        top: calc(50% - 240px);
    }
}

@media(max-width: 991px) {
    #contact .contact-info:before {
        width: 380px;
        height: 287px;
    }

    #contact .contact-info::after {
        left: 10%;
    }
}

@media (min-width: 768px) {
    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        padding: 0;
        text-align: left;
    }
}

@media(max-width: 767px) {
    #contact .contact-info:before {
        position: static;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    #contact .contact-info::after {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    #contact .form {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    #contact .contact-info>.col-lg-6:nth-child(2) {
        padding-bottom: 30px;
    }

    #contact {
        margin-bottom: 60px;
    }
}

#contact #google-map {
    height: 290px;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    #contact #google-map {
        margin-top: 20px;
    }

    #contact {
        padding-left: 15px;
        padding-right: 15px;
    }

    #contact .contact-info:before {
        width: 80vw;
        height: calc(80vw * .8);
    }
}

div.wpcf7-response-output {
    margin-top: 1em;
}

.card-pricing.popular {
    z-index: 1;
    border: 3px solid #ababab;
}

.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d;
}

.btn-primary {
    background: transparent;
    border-color: #f3b11c;
    
}

.btn-primary:hover {
    color: #000;
    background: #f3b11c;
}

section#specialfeatures {
    padding: 30px 0; 
}

/*specialfeatures*/
.specialfeature-item__text {
   color: #282828;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.48px;
    position: relative;
    z-index: 0;
    margin-top: 5px;
    text-align: center;
}

.specialfeature-item__text span{
	font-size: 13pt;
    font-weight: 800;
    text-transform: uppercase;
	display: block;
    margin: 18px 0 10px 0;
}

.specialfeature-item__number {
    color: #282828;
    font-size: 59px;
    font-style: italic;
    letter-spacing: 3px;
    position: relative;
    z-index: 0;
	text-align: center;
    margin: 0 auto;
}

.specialfeature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 9px;
    position: relative;
}
/*
.specialfeature__section:not(:last-child):nth-child(4n+1)::before {
	content: "";
    position: absolute;
    width: 140px;
    height: 27px;
    background-image: url('../images/how-we-works__line--second.png');
    background-repeat: no-repeat;
    top: 25px;
    right: -70px;
}

.specialfeature__section:not(:last-child):nth-child(4n+2)::before {
	content: "";
    position: absolute;
    width: 146px;
    height: 15px;
    background-image: url(../images/how-we-works__line--second.png);
    background-repeat: no-repeat;
    top: 25px;
    right: -70px;
    background-size: 100% 100%;
}

.specialfeature__section:not(:last-child):nth-child(4n+3)::before {
    content: "";
    position: absolute;
    width: 146px;
    height: 18px;
    background-image: url(../images/how-we-works__line--second.png);
    background-size: 100% 100%;
    top: 25px;
    right: -70px;
}*/

.specialfeature-item__number::before {
    position: absolute;
    content: "";
    width: 58px;
    height: 41px;
    z-index: -1;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    background: #f3b11c;
    top: 6px;
    left: -6px;
    background: linear-gradient(0deg,#fdfeff 0,#d6edff 121%);
    border: 3px solid #fecb2d;
}
/*
.specialfeature-item__number i.fa-mixer-truck{
	background: url(../images/icons/mixer-truck.png);
    height: 48px;
    width: 69px;
	top: 4px;
    position: relative;
}

.specialfeature-item__number i.fa-production-plant{
	background: url(../images/icons/production-plant.png);
    height: 50px;
    width: 69px;
	top: 4px;
    position: relative;
}

.specialfeature-item__number i.fa-zakaz{
	background: url(../images/icons/zakaz.png);
    height: 49px;
    width: 49px;
	top: 4px;
    position: relative;
}*/

#specialfeatures .section-header {
    margin: 29px auto 60px;
}

@media(max-width: 991px) {
    .specialfeature__section {
        margin-bottom: 50px;
    }

    .specialfeature__section:not(:last-child):nth-child(4n+1)::before, .specialfeature__section:not(:last-child):nth-child(4n+2)::before, .specialfeature__section:not(:last-child):nth-child(4n+3)::before {
        content: none;
    }

    section#specialfeatures {
        padding-bottom: 40px;
    }
}

@media(max-width: 575px) {
    .specialfeature-item {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }

    #specialfeatures .section-header {
        margin: 19px auto 40px;
    }
}

/*end specialfeatures*/
.header_menu_top_benefit {
    font-size: 11pt;
    display: block;
    width: 273px;
}

.arrow_bottom:before {
    content: '';
    position: absolute;
    width: 141px;
    height: 27px;
   /* background: url(../img/bgr/arrow_bottom.png) no-repeat bottom right;*/
    margin-top: 3.5em;
    margin-left: 67%;
}

.first-arrow_bottom:before {
    content: '';
   /* background: url(../img/bgr/first-arrow_bottom.png) no-repeat bottom right;*/
    position: absolute;
    width: 141px;
    height: 27px;
    margin-top: 3.5em;
    margin-left: 63%;
}

.arrow_top:before {
    content: '';
    /*background: url(../img/bgr/arrow_top.png) no-repeat;*/
    position: absolute;
    width: 121px;
    height: 20px;
    margin-top: -2.2em;
    margin-left: 207px;
}

span.price {
    color: #4b4b4b;
}

.bg-primary {
    background: transparent !important;
    margin: 20px 0 0;
    width: 80%;
    font-size: 20px;
    color: #f3b11c !important;
    border-bottom: none;
    border-radius: 0 !important;
    font-weight: bold;
}

.card.card-pricing {
    /* background: #f6f6f6; */
    border: 1px solid #002284;
}

.text-primary {
    color: #f3b11c !important;
}

#seo-actionLast {
   /* background: url(../img/bgr/bg_5.jpg)no-repeat center;*/
    background-size: cover;
    padding: 50px 0;
    color: #000;
    position: relative;
}

@media(max-width: 1199px) {
    #seo-actionLast::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255,255,255,.4);
    }
}

#seo-actionLast .cta-text p {
    margin: 28px 4px;
    line-height: 1.78em;
}

#seo-actionLast .cta-title {
    color: #000000;
    font-size: 37pt;
    margin-top: 27px;
    letter-spacing: 0.01em;
    
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 25px;
    padding-left: 0;
}

.see-all {
    margin-top: 82px;
}

.see-all a {
    border: 3px solid #f3b11c;
    background: transparent !important;
    color: #000000;
    border-radius: 50px;
    padding: 21px 66.5px 20px;
    margin-right: 45px;
    
    margin-left: 5px;
    font-size: 14pt;
    margin-left: 2px;
}

.see-all a:hover {
    border: 3px solid #000;
    text-decoration: none;
}

input[type="checkbox"], input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}

.checkbox-label-fos, input[type="radio"]+label {
    text-decoration: none;
    color: #959595;
    cursor: pointer;
    display: inline-block;
    padding-left: 2.55em;
    position: relative;
    text-align: left;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}

.checkbox-label-fos:before, input[type="radio"]+label:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.checkbox-label-fos:before, input[type="radio"]+label:before {
    background: #f8f8f8;
    border: solid 1px #252525;
    content: '';
    display: inline-block;
    height: 1.8em;
    left: 0;
    line-height: 1.725em;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 1.8em;
    font-weight: 900;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.results10 .fail{
	text-align: center;
    font-size: 13px;
    color: red;
    background: #ffffff;
    z-index: 100000;
    position: relative;
    padding: 13px 0;
    top: 0;
}

.results10 .good {
    text-align: center;
    font-size: 13px;
    color: green;
    background: #ffffff;
    z-index: 100000;
    position: relative;
    padding: 13px 0;
    top: 0;
}

.checkbox-label-fos--checked:before, input[type="radio"]:checked+label:before {
	background: #fdc52a;
    border-color: #f0a916;
    color: #333333;
    content: '\f00c';
}

.checkbox-label-fos--not-valid:before {
    border-color: red;
    border-width: 2px 2px 3px 2px;
}

::-webkit-input-placeholder {
    color: #999 !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: #999 !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: #999 !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: #999 !important;
    opacity: 1.0;
}

.checkbox-label-fos a {
    position: relative;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #000000;
    padding: 0 0 0 0;
    font-size: 11pt;
    color: #959595;
}

#footer .footer_copyrigt {
    border-top: 1px solid #2c2c2d;
    padding: 25px 0 0 0;
    font-size: 10pt;
    color: #959595;
    line-height: 1.2em;
}

#footer #logo span {
    margin: 3px 0 25px 1px;
    display: block;
    height: 12px;
    color: #959595;
    font-size: 12px;
   line-height: 1.2;
    letter-spacing: 0.4px;
}

.footer__second-menu-section a{
	text-decoration:none;
	margin-top: 15px;
    position: relative;
    display: block;	
}

#footer .footer_copyrigt p, #footer .footer__second-menu-section p{    
    color: #959595;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33;   
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}

#footer .footer_copyrigt .copyright-text {  
    margin-top: 17px;
    font-size: 9pt;
}


#footer #logo .linkeVK, #footer #logo .facebook, #footer #logo .instagram {
    margin-right: 0px;
    color: #fff;
    padding-left: 1px;
}

#footer ul.footer__menu li, #footer ul.contacts__address li {
    list-style: none;
    color: #fff;
}

#footer ul.footer__menu li a, #footer ul.contacts__address li a, #footer ul.contacts__address li {
    color: #fff;
    left: 29px;
    padding-bottom: 2px;
}

#footer .footer_copyrigt a img {
    /* margin-left:13px; */
    margin-top: 2px;
    margin-left: 2px;
}

#footer ul.footer__menu li a {
    padding: 1px;
    line-height: 1.2;
}

#footer .nav-menu>li {
    float: none;
}

#footer .menu-item {
    line-height: 1.2;
}

#footer .menu-item:not(:last-child) {
    margin-bottom: 13px;
}

#footer ul.contacts__address li .fa {
    font-size: 14px;
    position: relative;
    top: 0px;
}

#footer ul.contacts__address .phones .fa {
    top: -3px;
    left: 1px;
}

#footer .footer_copyrigt .forbidden p {
    max-width: 720px;
    line-height: 1.338;
    letter-spacing: 0.4px;
}

.footer__menu {
    padding-left: 0px;
    padding-top: 0;
    margin-top: -2px;
    margin-left: -1px;
    margin-bottom: 0;
}

.footer__contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 2px;
}

.footer__contacts-icon {
    width: 20px;
}

.phones {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-decoration: none;
}

.phones:hover {
    color: #fff;
}

.footer__contacts {
    padding-left: 1px;
    margin-top: -6px;
    margin-bottom: 0;
}

.footer__work-item, .footer__address-item, .footer__email-item:visited, .footer__email-item:link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .35px;
    text-decoration: none;
}

.footer__email-item:active, .footer__email-item:hover {
    text-decoration: underline;
}

.footer__contacts-icon>i {
    color: #f3b11c;
}

.footer__contacts-info-arr>*:not(:last-child) {
    margin-bottom: 2px;
}

@media(max-width: 768px) {
    .footer__info-section {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 15px;
    }

    .footer__logo-section {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }
}

@media(max-width: 450px) {
    .footer__logo-section, .footer__info-section, .footer__first-menu-section, .footer__second-menu-section {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
        text-align: center;
    }

    #footer #logo span {
        margin-bottom: 10px;
    }

    .footer__contacts-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#call-to-action form.well {
    margin-left: 0;
}

#call-to-action .form-control {
    width: 88%;
}

#call-to-action .btn-primary {
    margin: 20px 45px;
}

@media only screen and (min-width: 1750px) {
    #topbar .address-worktime {
    }

    #intro.intro-inner .intro-content {
    }
}

@media only screen and (min-width: 1920px) {
    #intro .intro-content {
        margin-left: 383px!important;
    }

    #topbar .social-links {
    }

    
}

@media screen and (max-width: 1720px) {
}

@media screen and (max-width: 1680px) {
    #topbar .social-links {
        /* margin-left: 314px; */
    }

    #topbar .address-worktime {
        /* margin-left: 481px; */
    }

    .white-popup-city ul {
        margin-right: 10px;
    }

    .white-popup-city img.map-city {
        margin-right: 0!important;
    }
}

#intro.intro-inner .intro-content {
    margin-top: 0;
}

@media only screen and (min-width: 1600px) {
    #intro .intro-content {
        margin-left: 220px;
    }

    #intro.intro-inner {
        height: 660px!important;
    }
}

@media screen and (max-width: 1280px) {
    #intro .intro-content h1 {
        font-size: 36pt;
    }

    #intro .intro-content h1 span {
        font-size: 30pt;
    }

    #intro .intro-content {
        margin-left: 70px;
    }

    #intro.intro-inner {
        height: 660px!important;
    }

    #intro.intro-inner .intro-content h1 {
        font-size: 33pt;
    }

    #intro.intro-inner .intro-content {
        margin-left: 70px;
    }

    .white-popup-city img.map-city {
        width: 25%!important;
        margin-top: 55px!important;
        margin-right: 0!important;
    }
}

@media only screen and (min-width: 1536px) {
    #intro .intro-content {
        margin-left: 190px;
    }
}

@media only screen and (min-width: 2560px) {
    #intro .intro-content {
        margin-left: 707px!important;
    }
}

@media (max-width: 1080px) {
    #topbar .social-links {
    }

    #topbar .address-worktime {
    }

    #topbar {
    }

    #intro .intro-content {
        margin-left: 50px;
    }

    #intro.intro-inner .intro-content h1 {
        font-size: 26pt;
    }

    #intro .intro-content h1 span {
        font-size: 20pt;
    }

    .mbr-text {
        font-size: 14pt;
        width: 70%;
    }

    #header_menu_top {
    }

    #header_menu_top #logo h1 {
        font-size: 34px;
    }

    #header_menu_top #logo img {
        max-height: 40px;
    }

    #nav-menu-container {
    }

    #topbar .contact-info .btn.btn-md {
    }

    #topbar .contact-info .navbar-phone {
    }

    #services .box a {
        font-size: 13pt;
    }

    #services .box p {
        font-size: 10pt;
    }

    .seo-text {
        width: auto;
        left: 0;
        position: relative;
    }

    #aboutourcenter .section-header h2 {
        font-size: 30pt;
        margin-bottom: 0;
    }

    #about .content ul li span {
        font-size: 12pt;
        width: auto;
    }

    #about .content p {
        font-size: 0.85em;
    }

    .checkbox-label-fos, input[type="radio"]+label {
        padding-left: 2.35em;
        font-size: 8pt;
    }

    .checkbox-label-fos a {
    }

    #call-to-action {
        background: #000;
        height: auto;
    }

    #call-to-action .cta-btn-container .form {
        width: 100%;
    }

    #seo-action-two {
        /* background: #000; */
        height: auto;
    }

    #seo-action-two .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #our-works {
        padding: 50px 0;
    }

    #our-works .portfolio-details span {
        font-size: 12pt;
    }

    #our-works .portfolio-details p {
        font-size: 10pt;
        line-height: 1.15em;
    }

    #testimonials .testimonial-item p {
        font-size: 11pt;
    }

    .comment p {
        font-size: 12pt;
    }

    .icon.major.etap1 {
        width: 65px;
    }

    .icon.major {
        margin-right: 5px;
    }

    .header_menu_top_benefit {
        font-size: 9pt;
        display: block;
        width: 233px;
    }

    #contact .form {
        width: 90.2%;
    }

    #testimonials .section-header h2, .clients-title {
        font-size: 25pt;
    }

    #testimonials .testimonial-item .before_after a img {
        height: 133px;
        margin-right: 10px;
    }

    #our-works .portfolio-item {
        width: 282px;
        height: 213px;
    }

    #contact .contact-info {
        background-position: center;
        background-size: contain;
    }

    #error img {
        width: 100%;
    }

    .action-left-border {
        background: none;
        height: auto;
        border: 10px solid #ffc71a;
    }

    #footer ul.contacts__address {
    }

    .white-popup-city img.map-city {
        display: none;
    }

    .title-description-price {
    }

    #aboutourcenter img.map__car {
        width: 100%;
    }

    #footer #logo span {
        font-size: 9pt;
    }

    .contact_map {
        /* width: 100%; */
        /* max-width: 100%; */
        /* margin-bottom: 50px; */
    }

    #content-section .social-call {
        margin: 39px 0 0 0!important;
    }

    .phoneContact p, .emailContact p, .addressContact p, .worktimeContact p {
        margin: 0 0 5px 0!important;
    }

    .phoneContact a, .emailContact a, .addressContact span, .worktimeContact span {
        margin: 0!important;
    }

    #respond.comment-respond {
        background-size: contain!important;
    }

    #content-section .about-img-content img {
        width: 100%!important;
        height: auto!important;
        margin-bottom: 20px;
    }

    #services .box img {
        /* min-width: auto; */
        /* min-height: auto; */
    }

    #services .box {
        height: 400px;
        width: auto;
    }

    #testimonials .owl-dots {
        top: -137px;
    }

    .portfolio-popup-video iframe {
        width: 100%;
    }

    .header_benefit {
        font-size: 9pt!important;
        /* margin-left: 77px!important; */
    }

    #our-works .portfolio-details {
        width: 282px;
    }
}

@media (max-width: 1199px) {
    #call-to-action .cta-text {
        margin: 0 45px;
    }

    #intro .intro-content {
        margin-left: 50px;
    }

    #intro.intro-inner .intro-content h1 {
        font-size: 26pt;
    }

    #intro .intro-content h1 span {
        font-size: 20pt;
    }

    .mbr-text {
        font-size: 14pt;
        width: 70%;
    }

    #header_menu_top {
    }

    #header_menu_top #logo h1 {
        font-size: 34px;
    }

    #header_menu_top #logo img {
        max-height: 40px;
    }

    #nav-menu-container {
    }

    #topbar .contact-info .btn.btn-md {
    }

    #topbar .contact-info .navbar-phone {
    }

    #services .box a {
        font-size: 13pt;
    }

    #services .box p {
        font-size: 10pt;
    }

    .seo-text {
        width: auto;
        left: 0;
        position: relative;
    }

    #aboutourcenter .section-header h2 {
        font-size: 30pt;
        margin-bottom: 0;
    }

    #about .content ul li span {
        font-size: 12pt;
        width: auto;
    }

    #about .content p {
        font-size: 0.85em;
    }

    .checkbox-label-fos, input[type="radio"]+label {
        padding-left: 2.35em;
        font-size: 8pt;
    }

    .checkbox-label-fos a {
    }

    #call-to-action {
        background: #000;
        height: auto;
    }

    #call-to-action .cta-btn-container .form {
        width: 100%;
        margin: 0 auto;
    }

    .clients_manufacturers {
        margin-left: 0;
    }

    #filmtypes .content ul li span {
        font-size: 14pt;
    }

    #advantages .content ul li span {
        font-size: 14pt;
    }

    #advantages .content ul li p {
        font-size: 0.85em;
        line-height: 1.17em;
    }

    #seo-action-two {
        /* background: #000; */
        height: auto;
    }

    #seo-action-two .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #our-works {
        padding: 50px 0;
    }

    #our-works .portfolio-details span {
        font-size: 12pt;
    }

    #our-works .portfolio-details p {
        font-size: 10pt;
        line-height: 1.15em;
    }

    #testimonials .testimonial-item p {
        font-size: 11pt;
    }

    .comment p {
        font-size: 12pt;
    }

    .icon.major.etap1 {
        width: 65px;
    }

    .icon.major {
        margin-right: 5px;
    }

    .header_menu_top_benefit {
        font-size: 9pt;
        display: block;
        width: 233px;
    }

    #contact .form {
        width: 90.2%;
    }

    div.wpcf7-response-output {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    #testimonials .section-header h2, .clients-title {
        font-size: 25pt;
    }

    #testimonials .testimonial-item .before_after a img {
        height: 133px;
        margin-right: 10px;
    }

    #our-works .portfolio-item {
        width: 282px;
        height: 213px;
    }

    #contact .contact-info {
        background-position: center;
        background-size: contain;
    }

    #error img {
        width: 100%;
    }

    .action-left-border {
        background: none;
        height: auto;
        border: 10px solid #ffc71a;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: center;
    }

    #call-to-action .cta-title {
        margin-top: 0;
    }

    #footer ul.contacts__address {
    }

    .white-popup-city img.map-city {
        display: none;
    }

    .title-description-price {
    }

    #aboutourcenter img.map__car {
        width: 100%;
    }

    #footer #logo span {
        font-size: 9pt;
    }

    .contact_map {
        /* width: 100%; */
        /* max-width: 100%; */
        /* margin-bottom: 50px; */
    }

    #content-section .social-call {
        margin: 39px 0 0 0!important;
    }

    .phoneContact p, .emailContact p, .addressContact p, .worktimeContact p {
        margin: 0 0 5px 0!important;
    }

    .phoneContact a, .emailContact a, .addressContact span, .worktimeContact span {
        margin: 0!important;
    }

    #respond.comment-respond {
        background-size: contain!important;
    }

    #content-section .about-img-content img {
        width: 100%!important;
        height: auto!important;
        margin-bottom: 20px;
    }

    #services .box img {
        /* min-width: auto; */
        /* min-height: auto; */
    }

    #services .box {
        height: 400px;
        width: auto;
    }

    #testimonials .owl-dots {
        top: -137px;
    }

    .portfolio-popup-video iframe {
        width: 100%;
    }

    .header_benefit {
        font-size: 9pt!important;
    }

    #our-works .portfolio-details {
        width: 282px;
    }

 .white-popup-city ul{
        column-count: 2; column-gap: 30px; column-width: 160px;text-align: center!important;
    }

}

@media (max-width: 1112px) {
    #topbar .social-links {
    }

    #topbar .social-links {
    }

    #topbar .address-worktime {
    }

    #topbar {
    }

    #intro .intro-content {
        margin-left: 50px;
    }

    #intro.intro-inner .intro-content h1 {
        font-size: 26pt;
    }

    #intro .intro-content h1 span {
        font-size: 20pt;
    }

    .mbr-text {
        font-size: 14pt;
        width: 70%;
    }

    #header_menu_top {
    }

    #header_menu_top #logo h1 {
        font-size: 34px;
    }

    #header_menu_top #logo img {
        max-height: 40px;
    }

    #nav-menu-container {
    }

    #topbar .contact-info .btn.btn-md {
    }

    #topbar .contact-info .navbar-phone {
    }

    #services .box a {
        font-size: 13pt;
    }

    #services .box p {
        font-size: 10pt;
    }

    .seo-text {
        width: auto;
        left: 0;
        position: relative;
    }

    #aboutourcenter .section-header h2 {
        font-size: 30pt;
        margin-bottom: 0;
    }

    #about .content ul li span {
        font-size: 12pt;
        width: auto;
    }

    #about .content p {
        font-size: 0.85em;
    }

    .checkbox-label-fos, input[type="radio"]+label {
        padding-left: 2.35em;
        font-size: 8pt;
    }

    .checkbox-label-fos a {
    }

    #call-to-action {
        background: #000;
        height: auto;
    }

    #call-to-action .cta-btn-container .form {
        width: 100%;
    }

    .clients_manufacturers {
        margin-left: 0;
    }

    /*#clients .owl-dots {
    right: 0;
  }*/
    #filmtypes .content ul li span {
        font-size: 14pt;
    }

    #advantages .content ul li span {
        font-size: 14pt;
    }

    #advantages .content ul li p {
        font-size: 0.85em;
        line-height: 1.17em;
    }

    #seo-action-two {
        /* background: #000; */
        height: auto;
    }

    #seo-action-two .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #our-works {
        padding: 50px 0;
    }

    #our-works .portfolio-details span {
        font-size: 12pt;
    }

    #our-works .portfolio-details p {
        font-size: 10pt;
        line-height: 1.15em;
    }

    #testimonials .testimonial-item p {
        font-size: 11pt;
    }

    .comment p {
        font-size: 12pt;
    }

    .icon.major.etap1 {
        width: 65px;
    }

    .icon.major {
        margin-right: 5px;
    }

    .header_menu_top_benefit {
        font-size: 9pt;
        display: block;
        width: 233px;
    }

    #contact .form {
        width: 90.2%;
    }

    #testimonials .section-header h2, .clients-title {
        font-size: 25pt;
    }

    #testimonials .testimonial-item .before_after a img {
        height: 133px;
        margin-right: 10px;
    }

    #our-works .portfolio-item {
        width: 282px;
        height: 213px;
    }

    #contact .contact-info {
        background-position: center;
        background-size: contain;
    }

    #error img {
        width: 100%;
    }

    .action-left-border {
        background: none;
        height: auto;
        border: 10px solid #ffc71a;
    }

    #footer ul.contacts__address {
    }

    .white-popup-city img.map-city {
        display: none;
    }

    .title-description-price {
        /* bottom: 313px; */
        /* padding: 0 20px; */
    }

    #aboutourcenter img.map__car {
        width: 100%;
    }

    #footer #logo span {
        font-size: 9pt;
    }

    .contact_map {
        /* width: 100%; */
        /* max-width: 100%; */
        /* margin-bottom: 50px; */
    }

    #content-section .social-call {
        margin: 39px 0 0 0!important;
    }

    .phoneContact p, .emailContact p, .addressContact p, .worktimeContact p {
        margin: 0 0 5px 0!important;
    }

    .phoneContact a, .emailContact a, .addressContact span, .worktimeContact span {
        margin: 0!important;
    }

    #respond.comment-respond {
        background-size: contain!important;
    }

    #content-section .about-img-content img {
        width: 100%!important;
        height: auto!important;
        margin-bottom: 20px;
    }

    #services .box img {
        /* min-width: auto; */
        /* min-height: auto; */
    }

    #services .box {
        height: 400px;
        width: auto;
    }

    #testimonials .owl-dots {
        top: -137px;
    }

    .portfolio-popup-video iframe {
        width: 100%;
    }

    .header_benefit {
        font-size: 9pt!important;
    }

    #our-works .portfolio-details {
        width: 282px;
    }

    .white-popup-city ul{
        column-count: 2; column-gap: 30px; column-width: 160px;text-align: center!important;
    }


}

@media screen and (max-width: 991px) {
    .action-left-border {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #intro .intro-content h1 {
        font-size: 30pt;
        margin-bottom: 10px;
    }

    #intro.intro-inner .intro-content h1 {
        font-size: 22pt;
        margin-bottom: 10px;
    }

    #intro.intro-inner .intro-content {
        margin-top: 20px;
    }

    .mbr-text {
        font-size: 0.7em;
    }

    p {
        margin: 0 0 10px 0;
    }

    #services .box img {
        /* width: 100%; */
        /* height: 100%; */
        /* min-width: 100%; */
        /* min-height: 100%; */
    }

    #services .box a {
        font-size: 33pt;
        line-height: 1.25em;
    }

    #call-to-action .cta-btn-container .form {
        margin: 40px auto 0;
        /* text-align: center; */
    }

    #aboutourcenter .about-img {
        margin: 55px auto;
        text-align: center!important;
    }

    #aboutourcenter .social-call {
        text-align: center;
    }

    #our-works .portfolio-details a {
        padding: 10px 40px;
    }

    .arrow_top:before {
        display: none;
    }

    #testimonials .testimonial-item .before_after a img {
        height: 212px;
        margin-right: 10px;
        margin-bottom: 25px;
    }

    #contact .contact-info {
        /*margin-bottom: 20px;
    background: #ebebeb;*/
    }

    #footer #logo {
        margin-bottom: 30px;
    }

    .see-all {
        margin-top: 55px;
        text-align: center;
    }

    #error img {
        width: 100%;
    }

    #mobile-nav-toggle {
    }

    #content-section .section-header h1 {
        font-size: 30px!important;
    }

    .wrapper {
        overflow-x: scroll;
    }

    .wrapper table {
        white-space: nowrap;
    }

    .single-default:not(.breadcrumbs--service) {
        margin: 0!important;
         padding: 15px 0 0 0; 
    }

    #testimonials .testimonial-item span {
        display: none;
    }

    #respond.comment-respond {
        background: none!important;
    }

    #our-works .portfolio-item {
        width: 100%;
        height: auto;
    }

    #our-works.news__item-inner h1 {
        font-size: 30pt!important;
    }

    #topbar .contact-info{
        margin-left: unset;
        margin-right: auto;
    }
    .mobile-menu .contact-info{line-height: 21px;}

}

@media (max-width: 768px){
    #call-to-action .cta-title{
        margin-bottom: 20px;
    }
    #call-to-action .cta-text{
        margin: 0 30px 0 45px;
    }
}

@media screen and (max-width: 736px) {
    #order-popup.white-popup {
        padding: 66px 15px;
        width: auto;
        max-width: 100%;
    }

    #order-popup .form_header p {
        line-height: 1.2em;
        font-size: 12pt;
        padding: 10px 0;
    }

    #order-popup form.well {
        text-align: left;
        width: 100%;
        margin-left: 0;
    }

    #intro .intro-content h1, #intro .intro-content {
        font-size: 16pt;
    }

    #intro.intro-inner .intro-content h1, #intro .intro-content {
        font-size: 16pt;
    }

    #clients .owl-dot:nth-child(2) {
        display: none;
        vertical-align: top;
       /* background: url(../img/bgr/next-prev_figures.png);*/
        width: 35px;
        height: 35px;
    }

    #clients .owl-dot:nth-child(2).active {
        display: none;
        border: 3px solid #000;
        border-radius: 50%;
        background-position: -3px -3px;
    }

    #clients .owl-dot:nth-child(2):hover {
        display: none;
        border: 3px solid #000;
        border-radius: 50%;
        background-position: -3px -3px;
    }

    #testimonials .cta-btn {
        width: 100%;
    }

    #about {
        padding: 10px 0 0 0;
    }

    #services {
        padding: 10px 0 30px;
    }

    .section-header h2, .clients-title {
        padding-bottom: 0;
    }

    #testimonials .owl-dots {
        top: -212px;
    }

    .cta-title {
        margin-top: 0;
    }

    .footer__menu, .contacts__address {
        padding: 0;
    }

    #our-works .portfolio-details p {
        margin-bottom: 20px;
    }

    #seo-action {
        background: #000;
    }

    #error img {
        width: 100%;
    }

    .action-left-border {
        border: 10px solid #f3b11c;
        background: none;
        background-size: contain;
    }

    #call-to-action .cta-title {
        margin: 20px 10px;
    }

    #call-to-action .cta-text {
        margin: 0 10px;
    }

    #services .box {
        /* width: 372px; */
    }

    #content-section .section-header h1 {
        font-size: 26px!important;
    }

    #content-section h2 {
        font-size: 20pt!important;
        margin-top: 30px;
    }

    #testimonials .testimonial-item .before_after .icon {
        margin-right: 0!important;
    }

    #respond.comment-respond {
        background: #ebebeb!important;
        margin: 175px 0 0!important;
    }

    textarea#comment {
        width: auto!important;
    }

    .white-popup-city h2 {
        font-size: 1rem;
    }

    .wrapper {
        overflow-x: scroll;
    }

    .wrapper table {
        white-space: nowrap;
    }

    .contacts__map {
        margin: 0 0 0 0px!important;
    }

    /*.single-default {
        margin: 0!important;
        padding: 91px 0 0 0;
    }*/
    .portfolio-popup-video iframe {
        width: 100%;
    }

    .wrapper table:before {
        font-family: 'Font Awesome 5 Free';
        font-size: 18px;
        font-weight: 900;
        font-style: normal;
        font-variant: normal;
        position: absolute;
        top: 0;
        right: 15px;
        display: inline-block;
        content: '\f337';
        -webkit-animation: arrow1 3s infinite ease-out;
        animation: arrow1 3s infinite ease-out;
        color: #f3b11c;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    #review-page h1 {
        font-size: 26px!important;
        margin-top: 20px;
    }

    #intro.intro-inner .btn-get-started {
        display: block;
        margin: 10px auto;
    }
}

@media screen and (max-width: 480px) {
    #mobile-nav-toggle {
    }

    .mobile__logo {
    }

    #intro .intro-content h1, #intro .intro-content {
        font-size: 18pt;
        line-height: 1.2em;
        margin-top: 44px;
    }

    #intro .intro-content {
        margin-left: 0;
    }

    #intro.intro-inner .intro-content h1 {
        font-size: 26px;
    }

    #seo-actionLast {
        height: auto;
    }

    #contact .form {
        width: auto;
        /*margin: 0 auto 40px;*/
    }

    #contact .form_header span {
        font-size: 17pt;
    }

    #testimonials {
        padding: 0;
    }

    #testimonials .section-header h2, .clients-title {
        font-size: 20pt;
    }

    #testimonials .section-header {
        margin: 40px auto 65px;
    }

    #testimonials .owl-dots {
        top: -33px;
        right: 0;
        left: 0;
        bottom: 0;
    }

    #testimonials .testimonial-item span {
        display: none;
    }

    .arrow_bottom {
        background: none;
    }

    #aboutourcenter .section-header h2 {
        font-size: 26px;
    }

    section#specialfeatures {
        padding: 5px 0 0;
    }

    .see-all a {
        padding: 15px 40px;
        margin-right: 0;
    }

    #our-works .portfolio-details a {
        padding: 5px 25px;
    }

    #testimonials .testimonial-item .before_after a img {
        height: 100%;
        margin-right: 10px;
        margin-bottom: 25px;
        width: 100%;
    }

    #seo-action-two {
        height: auto;
    }

    #error img {
        width: 100%;
    }

    #intro .intro-content h1 span {
        font-size: 14pt;
        margin-bottom: 0;
    }

    #intro.intro-inner .intro-content h1 span {
        font-size: 14pt;
        margin-bottom: 40px;
    }

    #intro .intro-content .btn-get-started {
        margin: 25px auto!important;
    }

    #intro.intro-inner .intro-content {
        margin-left: 0;
        margin-top: 50px;
    }

    #services .box a {
        font-size: 20pt;
    }

    #services .box {
        /* width: auto!important; */
        /* height: 519px!important; */
    }

    #seo-action .cta-title {
        font-size: 26px;
    }

    #seo-action {
        height: auto;
    }

    .seo-text {
        margin: 0 10px;
    }

    #about .content i {
        display: none!important;
    }

    .title-description-price {
        padding: 0 20px;
    }

    #about .content ul li {
        padding-bottom: 40px;
        min-height: auto;
    }

    #call-to-action .cta-btn-container .form {
        width: auto;
    }

    #filmtypes .content ul li a {
        width: 100%;
        margin-left: 0;
        padding-top: 0;
    }

    #filmtypes .content ul li {
        min-height: auto;
        background: none!important;
        padding-bottom: 40px;
    }

    .section-header {
        margin: 40px auto 20px;
    }

    #aboutourcenter .social-call .btn-get-started {
        margin-right: 0;
        display: block;
        margin-bottom: 30px;
    }

    #aboutourcenter .aboutourcenter-text {
        margin-bottom: 50px;
    }

    .about-img img {
        width: 100%;
    }

    #advantages .content ul li i.icon, #advantages .content ul li i.iconS {
        display: none;
    }

    #advantages {
        margin-top: 0;
    }

    #advantages .content ul li {
        padding-right: 0;
        min-height: auto;
        padding-bottom: 30px;
    }

    #advantages .content ul li p {
        font-size: 0.95em;
        line-height: 1.3em;
    }

    #contact {
        padding: 60px 15px 0!important;
    }
/*
    #intro {
        background: url(../img/intro-carousel/1.jpg) no-repeat top center;
    }

    #intro.intro-inner {
        background: url(../img/intro-carousel/4.jpg) no-repeat top center;
    }*/

    .header_menu_top__h2 {
        font-size: 2.3em;
    }

    #content-section .btn-get-started {
        display: block;
        text-align: center;
    }

    #main.inner__services-main #our-works {
        padding: 15px 0 0 0!important;
    }

    #content-section h3 {
        font-size: 18pt!important;
    }

    .google_map {
        /* background: none!important; */
        /* width: auto!important; */
        /* border: 10px solid #f3b11c!important; */
    }

    #content-section .contact_map p {
        padding: 0!important;
    }

    .commentmetadata {
        margin-top: 77%!important;
    }

    #reply-title {
        font-size: 15pt!important;
    }

    #main {
        margin-top: 0;
    }

    #about .content ul li span {
        font-size: 14pt;
        width: auto;
    }

    #call-to-action {
        padding: 72px 0 0;
        height: auto;
    }

    #call-to-action .cta-text {
        margin: 0 10px 30px;
    }

    #call-to-action .form_header span {
        margin-right: 0;
        text-align: center;
        display: block;
        letter-spacing: 0.02em;
    }

    #call-to-action .form_header p {
        padding: 14px 0;
        line-height: 1.3em;
        margin-right: 0;
        text-align: center;
        font-size: 12pt;
    }

    .form_header {
        margin-top: 30px;
    }

    #call-to-action form.well {
        margin-left: 0;
        width: 100%;
    }

    #call-to-action .form-control {
        width: 100%;
    }

    #call-to-action .form-group:first-child .form-control {
        margin-top: 0;
    }

    #call-to-action .btn-primary {
        margin: 20px auto;
    }

    #filmtypes {
        margin: 45px 0 15px!important;
    }

    #clients {
        background: #f0f4f6;
        padding: 45px 0 0;
    }

    #clients .clients-text {
        margin: 10px 0 40px;
    }

    #clients .owl-dots {
        right: 0;
        margin-left: 0;
        margin-top: 0;
        left: 0;
    }

    #aboutourcenter .about-img {
        margin: 44px auto 0;
    }

    #aboutourcenter {
        margin: 55px 0 66px 0;
    }

    #seo-action-two .cta-title {
        font-size: 30pt;
        margin-top: 0;
    }

    #seo-action-two .cta-text {
        margin: 26px 0 0;
        font-size: 13pt;
        padding-bottom: 26px;
    }

    #our-works .portfolio-details {
        width: auto;
    }

    #our-works .portfolio-item {
        height: auto;
        margin: 0 auto;
        width: 100%!important;
    }

    #our-works .bwg-thumbnails .portfolio-item {
        width: 288px;
        height: auto;
        margin: 0 auto;
    }

    .first-arrow_bottom:before, .arrow_bottom:before {
        display: none;
    }

    .first-arrow_bottom, .arrow_bottom, .arrow_top, .last__mobile-child {
        padding: 0 0 50px 0;
        margin: 0;
    }

    #contact .contact-info address, #contact .contact-info p {
        padding-left: 0;
        margin-top: 0;
        margin-left: 0;
        font-size: 12pt;
    }

    #seo-actionLast .cta-title {
        font-size: 30pt;
        margin-top: 0;
    }

    #contact form.well {
        text-align: left;
        width: 100%;
        margin-left: 0;
    }

    #footer ul.footer__menu li, #footer ul.contacts__address li {
        top: 0;
        left: 0;
    }

    #footer ul.footer__menu li a, #footer ul.contacts__address li a, #footer ul.contacts__address li {
        left: 0;
        padding-bottom: 0;
    }

    #content-section .about-img-content img {
        width: 100%!important;
        height: 100%!important;
    }

    #content-section .inner-right__content {
        margin-top: 10px!important;
    }

    .single-default:not(.breadcrumbs--service) {
        margin: 0!important;
        /*padding: 91px 0 0 0;*/
    }

    form#commentform p {
        margin: 0 0 15px 0!important;
    }

    textarea#comment {
        width: 100%!important;
    }

    .comment-form-author #author, .comment-form-email #email {
        width: 100%!important;
    }

    #our-works.news__item-inner h1 {
        font-size: 26px!important;
        margin-top: 20px!important;
    }

    #services {
        padding: 10px 0 35px;
    }

    .section-header h2, .clients-title {
        font-size: 26px;
    }

    #intro-carousel .owl-dots {
        top: 613px!important;
    }

    .clients-text p {
        padding-right: 0;
    }

    .mbr-text {
        width: auto;
    }

    .mbr-btn {
        text-align: center;
    }

    #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 {
        height: 60px!important;
    }
}

@media screen and (max-width: 320px) {
    #intro .intro-content h1, #intro .intro-content {
        font-size: 16pt;
    }

    .hero__title.h1 {
        font-size: 20px!important;
    }

    .form-submit .btn-get-started {
        padding: 20px 53px!important;
    }

    .commentmetadata {
        margin-top: 100%!important;
    }
}

.google_map {
    position: relative;
    margin: 0;
    padding: 0;
    /* background: url(../img/bgr/map_brg.png)no-repeat right; */
    /* border-left: 10px solid #f3b11c; */
    line-height: 1px;
    height: 412px;
    background-size: cover;
    width: 670px;
    margin-left: 1px;
}

.google_map .figure_inner {
    margin-bottom: 0;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.google_map iframe {
    position: relative;
    width: 100%;
    height: 340px;
    border: none;
    background: #fff;
}

.contacts__map {
    /* margin: 0 0 0 -11px; */
    height: 100%;
    width: 100%;
}

table {
    margin: 27px 0;
    border-collapse: collapse;
    width: 100%;
}

table th {
    border: 0;
    text-align: left;
    padding: 11px 5px;
    background: #f3b11c;
    text-transform: uppercase;
    
    font-size: 9pt;
}

table td {
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    padding: 7px;
}

tr:nth-child(even) {
    background-color: #f0f4f6;
}

.about-img-content img {
    width: 100%;
    height: 100%;
}

#content-section .about-img-content img {
    width: 450px;
    height: 322px;
}

.breadcrumbs {
    margin: 32px 0 28px;
    color: #f3b11c;
}

.breadcrumbs a {
    font-size: 14px;
    color: #959595;
    text-decoration: underline;
}

.breadcrumb_last {
    color: #000;
    font-size: 14px;
}

.breadcrumbs--service {
    margin-top: 0;
    /* padding-top: 30px; */
    padding-left: 7px;
    position: relative;
}

.breadcrumbs--service .breadcrumb_last {
    color: #ffffff;
}

.header_menu_top__h2 {
    margin-top: 40px;
    padding: 0;
    margin-bottom: 0;
    
    text-transform: uppercase;
    font-size: 3.5em;
}

.header_menu_top__h2 span {
    display: block;
}

#error p {
    font-size: 15pt;
    padding: 0;
    margin: 6px 0 0 -22px;
    letter-spacing: 0.019em;
}

#error {
    margin-bottom: 144px;
}

#error img {
    margin-top: 72px;
    margin-left: 3px;
}

#error .col-lg-5 {
    margin: 0;
    padding: 0;
}

#error .header__h2 {
    margin: 135px 0 0 -25px;
    line-height: 1.1em;
    letter-spacing: 1px;
    color: #000000;
    
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

#error .header__h2 span {
    display: block;
}

#content-section {
    margin-bottom: 30px;
    box-sizing: border-box;
    min-height: 100%;
}

.content__section{
    min-height: calc(100vh - 80px);
}

#content-section .section-header h1 {
    
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
    letter-spacing: 1px;
}

table td a.open-popup-link{
	border: 2px solid #f3b11c;
    color: #000000;
    border-radius: 2px;
}

#content-section .section-header {
    margin: 28px auto 15px;
}

#content-section h2 {
    
    text-transform: uppercase;
    font-size: 25px;
}

#content-section h3 {
    
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 20px;
}

#content-section h4 {
    
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 20pt;
}

#content-section .btn-get-started {
    font-size: 14pt;
    
    border: 3px solid #f3b11c;
    background: transparent !important;
    /* top: 9px; */
    /* position: relative; */
    color: #000000;
    border-radius: 50px;
    padding: 21px 78px;
}

#content-section .btn-get-started:hover {
    color: #000;
    text-decoration: none;
    border-color: #000;
}

#content-section .inner-right__content {
    padding-left: 23px;
    margin-top: -6px;
    font-size: 14pt;
    line-height: 1.66em;
}

#content-section .contact_map p {
    position: relative;
    padding: 10px;
    margin: 0;
    letter-spacing: 0;
}

.phoneContact p, .emailContact p, .addressContact p, .worktimeContact p {
    
    text-transform: uppercase;
    font-size: 14pt;
    margin: 0 0 4px 0;
}

.phoneContact p {
    margin-top: 0;
}

.emailContact p {
    margin-top: -14px;
}

.addressContact p {
    margin-top: -16px;
}

.worktimeContact p {
    margin-top: -17px;
}

.addressContact span {
    position: relative;
    top: -2px;
}

.worktimeContact span {
    position: relative;
}

.phoneContact a, .emailContact a, .addressContact span, .worktimeContact span {
    margin: 0 0 0 0;
    color: #000;
    line-height: 1.5;
    font-size: 20px;
}

.phoneContact, .emailContact, .addressContact, .worktimeContact {
    margin-bottom: 20px;
}

#content-section .social-call {
    margin: -3px 0 0 3px;
}

#content-section .social-call a {
    color: #000;
    margin-right: 1px;
}

#content-section .social-call p {
    margin-top: 35px;
}

#content-section .social-call .btn-get-started {
    top: 15px;
    padding: 21px 80px;
}

#review-page h1 {
    font-size: 48pt;
}

#review-page .section-header {
    margin: 0 auto 28px;
}

#review-page #testimonials .testimonial-item h3 {
    margin: -3px 23px 8px;
}

.form-submit .btn-get-started {
    cursor: pointer;
    border: 3px solid #f3b11c;
    background: transparent !important;
    color: #000000;
    border-radius: 50px;
    padding: 20px 75px;
    
    font-size: 16pt;
}

.form-submit .btn-get-started:hover {
    border-color: #000;
    color: #000;
}

#respond.comment-respond {
    margin: 175px 10px 0;
    /*background: url(../img/bgr/car_bg.png)no-repeat;*/
    padding-bottom: 101px;
}

#url {
    display: none;
}

textarea#comment {
    height: 100px;
    width: 350px;
    resize: none;
    border-radius: 50px;
    border: 1px solid;
}

form#commentform {
    text-align: center;
}

#reply-title {
    text-align: center;
    padding-top: 63px;
    font-size: 18pt;
}

.comment-form-author #author, .comment-form-email #email {
    display: block;
    width: 350px;
    margin: 0 auto;
    font-size: 1rem;
    color: #959595;
    background-color: #fff;
    border: 1px solid #252525;
    border-radius: 50em;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    padding: 15px;
}

form#commentform p {
    margin: 0 0 15px 30px;
}

.commentlist li {
    list-style: none;
}

.comment-author img, .comment-display-none {
    display: none;
}

.comment-author .fn {
    
    text-transform: uppercase;
    font-size: 14pt;
    font-style: normal;
    top: -9px;
    position: relative;
    margin-left: 17px;
}

.comment-author .says {
    display: none;
}

.comment p {
    font-size: 14pt;
    line-height: 1.59em;
    letter-spacing: 0.019em;
    margin-left: 15px;
}

.commentmetadata {
    position: absolute;
    margin-top: 122px;
    margin-left: 15px;
}

.commentmetadata a {
    color: #000;
    font-size: 11pt;
    
}

.before_after a {
    float: left;
}

#review-page #testimonials {
    padding: 0;
    margin: 0;
}

#review-page #testimonials .testimonial-item {
    min-height: 210px;
    border-bottom: 1px solid #f3b11c;
    margin-bottom: 30px;
}

#testimonials .col-lg-6, #review-page #testimonials .col-lg-3 {
    margin: 0;
    padding: 0;
}

#testimonials .testimonial-item .before_after .icon {
    margin-right: 30px;
}

#testimonials .testimonial-item .before_after .icon:last-child {
    margin-right: 0;
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 66px 39px;
    width: auto;
    max-width: 450px;
    margin: 20px auto;
    border: 3px solid #f0a916;
}

.white-popup-city {
    position: relative;
    background: #fff;
    padding: 39px;
    width: 66%;
    max-width: 100%;
    margin: 35px auto;
    border: 2px solid #f0a916;
    text-align: center;
}

.white-popup-city h2 {
    text-align: center;
}

.white-popup-city ul {
    column-count: 3; 
    column-gap: 30px; 
    column-width: 160px;
    display: inline-block;
    margin-right: 55px;
    list-style: none;
    text-align: left;
}

.white-popup-city ul li a:hover {
    color: black;
    text-decoration: underline;
}

.white-popup-city ul li a {
    font-size: 12pt;
	text-decoration: none;
    line-height: 28px;
}

.white-popup-city ul li a:visited, .white-popup-city ul li a:link, .white-popup-city ul li a:link {
    color: #2b2b2b;
}

.white-popup-city img.map-city {
    float: right;
    width: auto;
    height: auto;
    margin-top: 25px;
    margin-right: 50px;
}

#order-popup .btn-primary {
    color: #000;
    
    margin-top: 25px;
    font-size: 16pt;
}

#order-popup .btn-primary:hover {
    color: #000;
    background: none;
    border: 3px solid;
}

#order-popup .form_header span {
    color: #000;
    text-align: center;
    padding: 0;
    margin: 0;
    display: block;
}

#order-popup .form_header p {
    color: #000;
    margin: 0 auto;
    padding: 10px 5px;
    text-align: center;
}

@media(max-width: 767px) {
    #order-popup .form__step {
        text-align: center;
    }
}

#intro-carousel .owl-dots {
    position: absolute;
    top: 564px;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    text-align: center;
}

#intro-carousel .owl-dot.active {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 12px;
    cursor: pointer;
    border: 3px solid #f3b11c;
    border-radius: 10px;
    background: none;
}

#intro-carousel .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 12px;
    cursor: pointer;
    background: #818182;
    border-radius: 10px;
}

#contactForm .col-12 {
    margin-left: -14px;
}

#filmtypes {
    margin: 102px 0 60px;
}

.header_benefit {
    font-size: 11pt;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5em;
    width: 180px;
    margin-top: -55px;
}

#footer ul.footer__menu li a:hover {
    color: #f3b11c;
    text-decoration: none;
}

#footer ul.footer__menu li a {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    outline: none;
    text-transform: uppercase;
    
    line-height: 1.2;
    letter-spacing: 0.37px;
}

#footer ul.contacts__address li a.phones {
    font-size: 1.35em;
    letter-spacing: .7px;
}

#footer ul.contacts__address {
    padding-left: 0;
    margin-top: -6px;
    margin-bottom: 0;
}

#contactCall .col-12 {
    margin-left: -14px;
}

#intro.intro-inner {
   /* background: url(../img/intro-carousel/4.jpg) no-repeat top center;*/
    background-size: cover;
}

#intro.intro-inner #intro-carousel .item {
    height: 660px;
}

#intro.intro-inner .breadcrumb_last {
    color: #fff;
    font-size: 11pt;
}

#intro.intro-inner h1:after {
    content: '';
    border-bottom: 7px solid #f3b11c;
    display: block;
    width: 78px;
    padding-top: 23px;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 1000%);
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 1000%);
}

#services.services-inner {
    background: #fff;
}

#services.services-inner .box {
    border: 10px solid #ffffff;
}

#services.services-inner .box:hover {
    border-color: #f3b11c;
}

#services.services-inner .box:hover .title-description-price span {
    text-decoration: underline;
    display: block;
}

#intro.intro-inner .mbr-text {
    margin-left: 0;
    
    padding-top: 9px;
}

#intro.intro-inner .btn-get-started {
    border: 3px solid #f3b11c;
    background: transparent !important;
    color: #ffffff;
    border-radius: 50px;
    padding: 18px 0;
    font-size: 14pt;
    text-align: center;
    width: 260px;
    margin: 9px 17px;
    
    letter-spacing: normal;
}

.pull-left {
}

#bwg_container1_1 #bwg_container2_1 .bwg-container-1.bwg-standard-thumbnails {
    width: 1153px!important;
    padding-top: 0px!important;
}

#main.inner__services-main #services {
    padding: 14px 0 78px;
}

#main.inner__services-main #content-section h2 {
    font-size: 36px;
}

#main.inner__services-main .see-all {
    margin-top: 33px;
}

#main.inner__services-main .see-all .btn-get-started {
    top: 19px;
    font-size: 14pt;
}

#main.inner__services-main #content-section {
    margin-bottom: 130px;
}

#main.inner__services-main #our-works {
    padding: 37px 45px 0 45px;
}

#main.inner__services-main #our-works .portfolio-details p {
    margin: 24px 0 28px 0;
}

#main.inner__services-main #contact {
    padding: 76px 0 91px;
}

#our-works.news__item-inner h1 {
    font-size: 48pt;
    margin: 0;
}

#our-works.news__item-inner .section-header {
    margin: 0 auto 28px;
}

#our-works.news__item-inner .portfolio-item img {
    height: 250px;
}

#our-works.news__item-inner .portfolio-details p {
    margin: 12px 0 46px 0;
}

#our-works.news__item-inner .portfolio-details span {
    margin-top: 22px;
    position: relative;
}

#our-works.news__item-inner .portfolio-details span:after {
    padding-top: 9px;
}

#our-works .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 29px;
    height: 29px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50em;
    vertical-align: middle;
}

#our-works .owl-dots {
    position: absolute;
    top: -52px;
    left: 15px;
}

#our-works .owl-dot:first-child {
    display: inline-block;
    margin: 0 0;
    width: 116px;
    height: 36px;
    /*background: url(../img/bgr/prev_next.png)no-repeat;*/
    border: 0;
    border-radius: 0;
}

#our-works .owl-dot:last-child {
    display: inline-block;
    margin: 0 0;
    width: 109px;
    height: 36px;
   /* background: url(../img/bgr/prev_next.png)no-repeat;*/
    border: 0;
    border-radius: 0;
}

#our-works .owl-dot.active {
   /* background: url(../img/bgr/prev_next-hover.png)no-repeat;*/
}

#our-works .testimonial-item .before_after a {
    float: left;
}

.fa-bars:before, .fa-times:before {
    padding: 0 10px;
}

.hero__title.h1 {
    color: #fff;
    margin-bottom: 24px;
    font-size: 48pt;
    text-align: left;
    
    line-height: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin-bottom: 7px;
}

.hero__title.span {
    color: #f3b11c;
    text-align: left;
    font-size: 48px;
    letter-spacing: .9px;
    text-transform: uppercase;
    display: block;
    
    line-height: 1.2;
    margin-left: 3px;
}

@media(max-width: 1200px) {
    .hero__title.h1 {
        font-size: 36pt;
    }

    .hero__title.span {
        font-size: 36px;
        margin-left: 0;
    }

    .hero__sub-title {
        margin-left: 0;
    }

    .hero .btn-get-started {
        margin-top: 50px;
        margin-left: 0;
    }
}

@media(max-width: 768px) {
    .hero__title.h1 {
        font-size: 28pt;
    }

    .hero__title.span {
        font-size: 28px;
        margin-left: 0;
    }
}

@media(max-width: 576px) {
    .hero__title.h1 {
        font-size: 28pt;
    }

    .hero__title.span {
        font-size: 28px;
        margin-left: 0;
    }
}

@media (max-width: 500px) {
    .hero__sub-title li {
        font-size: 14px;
        line-height: 1.72
    }
}

@media(max-width: 480px) {
    .hero__title.h1 {
        font-size: 22px;
    }

    .hero__title.span {
        font-size: 18px;
        margin-left: 0;
    }
}

.hero-block__btn-block {
    margin-top: 78px
}

@media (max-width: 480px) {
    .hero-block__btn-block {
        margin-top: 30px
    }

    .hero__sub-title {
        font-size: 10pt!important;
    }

    #our-works.news__item-inner .portfolio-item img {
        height: auto;
        width: 100%!important;
    }

    #our-works .portfolio-item img {
        height: auto!important;
        width: 100%!important;
    }

    #footer #logo img {
        /* width: auto; */
    }

    .col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item1 {
        padding-top: 0!important;
    }

    .bwg-item2 {
        position: relative!important;
    }
}

.hero-block__btn {
    display: inline-block;
    min-width: 200px
}

.hero-block__btn:first-of-type:not(:only-of-type) {
    margin-right: 6px
}

@media (max-width: 560px) {
    .hero-block__btn:not(:only-of-type) {
        width: 45%
    }
}

@media (max-width: 500px) {
    .hero-block__btn:not(:only-of-type) {
        width: 250px
    }

    .hero-block__btn:first-of-type:not(:only-of-type) {
        margin-right: 0;
        margin-bottom: 18px
    }
}

@media (max-width: 420px) {
    .hero-block__btn:not(:only-of-type) {
        width: 100%;
        margin-bottom: 18px
    }
}

.hero__container-holder {
    padding-top: 67px;
}

@media (max-width: 960px) {
    .hero__container-holder {
        padding-top: 70px;
        padding-bottom: 70px;
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .hero__container-holder {
        padding-top: 40px;
    }
}

@media (max-width: 420px) {
    .hero__container-holder {
        padding-top: 30px;
    }
}

@media (max-width: 500px) {
    .hero-block__title {
        font-size: 34px
    }
}

.hero-block span {
    color: #ff0024
}

.hero__sub-title {
    margin-top: 29px;
    max-width: 85%;
    width: 85%;
    color: #fff;
    margin-left: 6px;
    /* Style for "Lorem ipsu" */
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    /* Text style for "Lorem ipsu" */
    letter-spacing: 0.65px;
}

.hero__sub-title p {
    margin-top: 42px;
    max-width: 85%;
    width: 85%;
    color: #fff;
    letter-spacing: 0px;
    line-height: 1.49em;
    font-size: 16pt;
    margin-left: 3px;
    
}

.hero__sub-title p:not(:only-child), .hero__sub-title p:not(:only-of-type) {
    padding: 0 0 12px
}

@media (max-width: 500px) {
    .hero__sub-title, .hero__sub-title p {
        font-size: 14px;
        line-height: 1.72;
        max-width: 100%;
        width: 100%;
        margin-top: 20px;
    }
}

.hero__sub-title ul {
    margin-top: 13px
}

.hero__sub-title li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

@media (max-width: 600px) {
    .banner-slide:before {
        background: rgba(10, 15, 19, .51)
    }
}

.hero .container {
    position: relative;
    z-index: 1;
    height: 100%
}

.hero__container {
    width: 100%;
    height: 100%;
    margin-left: -6px;
}

.hero-block.centered-vertical {
    display: table
}

.hero-block.centered-vertical .hero__date {
    margin-top: 0
}

.hero-block {
    width: 100%
}

@media (max-width: 992px) {
    .hero-block.centered-vertical {
        display: block
    }

    .hero__container {
        margin-left: 0;
    }

    .hero-block {
        padding-top: 15px;
        padding-right: 0
    }
}

@media (max-width: 500px) {
    .hero-block {
        padding-bottom: 20px
    }
}

@media (max-width: 380px) {
    .hero-block {
        padding-bottom: 0
    }
}

.hero-block__title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 8px;
    color: #fff
}

@media (max-width: 992px) {
    .hero-block__title {
        font-size: 46px
    }
}

@media (max-width: 830px) {
    .hero-block__title {
        font-size: 42px;
        line-height: 1.1
    }
}

@media (max-width: 694px) {
    .hero-block__title {
        font-size: 40px
    }
}

@media (max-width: 588px) {
    .hero-block__title {
        font-size: 38px;
        line-height: 1.25
    }
}

@media (max-width: 528px) {
    .hero-block__title {
        font-size: 36px
    }
}

.hero {
    position: relative;
    min-height: 658px;
    height: 658px;
    background-color: rgba(0, 0, 0, .15);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

@media (max-width: 930px) {
    .hero {
        padding-top: 0
    }
}

@media (max-width: 800px) {
    .hero {
        background-position-x: 35%;
        min-height: 649px;
        height: 649px;
    }
}

@media (max-width: 600px) {
    .hero {
        min-height: 680px;
        height: 680px;
    }
}

@media(max-width: 480px) {
    .hero {
        min-height: 520px;
        height: 520px;
    }
}

.hero--inner {
    height: auto;
    min-height: unset
}

@media (max-width: 992px) {
    .hero--inner {
        min-height: unset
    }
}

@media (max-width: 1140px) {
    .banner-slide:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(10, 15, 19, .24)
    }
}

.swiper-arrows {
    position: relative;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    z-index: 1;
    margin: 0 auto;
}

.swiper-button {
    width: 11px;
    height: 11px;
    border: 3px solid #818182;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50px;
    background: #818182;
}

.swiper-button:hover {
    width: 15px;
    height: 15px;
    border: 3px solid #f3b11c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50px;
    background: none;
}

.swiper-button-disabled {
    width: 15px;
    height: 15px;
    border: 3px solid #f3b11c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50px;
    background: none;
}

@media (max-width: 992px) {
    .swiper-button {
        margin: 30px 0;
    }
}

.swiper-button-prev--custom {
    margin-right: 10px;
}

.swiper-button-prev--custom .swiper-button__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button__arrow {
    display: block;
    width: 8px;
    height: 11px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    fill: #ff0024;
    text-shadow: 0 0 13px #ff0024, 0 0 13px #ff0024;
}

@media (max-width: 992px) {
    .swiper-button__arrow {
        fill: rgb(255, 255, 255);
    }
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgb(10, 15, 19);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}

@media (max-width: 600px) {
    .swiper-slide {
        background-position-y: bottom
    }
}

.swiper-controls {
    position: relative;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: calc((100% - 1153px + 30px) / 2);
    margin-right: calc((100% - 1153px + 30px) / 2);
    bottom: 90px;
    min-width: 300px;
    max-width: 100%;
    z-index: 1;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    opacity: 0.5;
    margin: 0 10px;
}

.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 3px solid #f3b11c;
    background-color: transparent;
    opacity: 1;
    margin: 0 4px;
}

@media (max-width: 1190px) {
    .swiper-controls {
        margin-left: 16px;
        margin-right: 16px;
        max-width: 100%
    }
}

@media (max-width: 992px) {
    .swiper-controls {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .text-lg-left {
        -ms-flex: 0 0 100%;
    }
	
	.map-marker{display:none;}
	#topbar .contact-info .btn.btn-md {  display: none;}
	#topbar .contact-info .navbar-mail{margin-top: 0!important;}
	.header__logo-link { margin-top: 10px;}
	.block2 .content {  min-height: auto!important;}
	.section__header {  margin: 20px 0;}
	.block3 .content{overflow: inherit;}
	.content_delivery{display:none;}
	.block4{display:none;}
	.mobile-menu .social-links{display:none;}
	
}

@media (max-width: 768px) {
    .swiper-controls {
        bottom: 60px;
    }
}

@media (max-width: 500px) {
    .swiper-controls {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 40px;
    }
}

/*social*/
.soc-item i {
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}

.soc-item:hover i {
    color: #f3b11c;
}

/*search-partners*/
.search-partners {
    position: fixed;
    left: -72px;
    top: 216px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1045;
}

.search-partners__button {
    font-size: 18px;
    
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    /* transform: rotate(90deg); */
    background-color: #000;
    border: 3px solid #f3b11c;
    border-bottom: none;
    padding: 19px 25.67px 14px;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}

.search-partners__button:visited, .search-partners__button:link {
    color: #fff;
    text-decoration: none;
}

.search-partners__button:hover, .search-partners__button:active {
    color: #f3b11c;
    text-decoration: none;
}

/*fix blur on chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution:.001dpcm) {
    .search-partners {
        zoom:120%;
        left: -60px;
        top: 180px;
    }

    .search-partners__button {
        font-size: 15px;
        padding: 15.83px 21.391px 11.666px;
    }
}

@media(max-width: 1200px) {
    .search-partners__button {
        font-size: 14px;
        padding: 8px 9px 7px;
    }

    .search-partners {
        left: -51px;
    }

    /*fix blur on chrome*/
    @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution:.001dpcm) {
        .search-partners {
            left: -43px;
            top: 150px;
        }

        .search-partners__button {
            font-size: 11.666px;
            padding: 6.666px 7.5px 5.833px;
        }
    }
}

@media(max-width: 575px) {
    .search-partners__button {
        font-size: 12px;
        padding: 6px 7px 5px;
    }

    .search-partners {
        left: -44px;
        top: unset;
        bottom: 120px;
    }

    /*fix blur on chrome*/
    @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution:.001dpcm) {
        .search-partners {
            left: -38px;
            bottom: 120px;
        }

        .search-partners__button {
            font-size: 10px;
            padding: 5px 5.833px 4px;
        }
    }
}

/*search-partners-fos
.search-partners-fos {
    position: relative;
    background: #fff url(../img/bg_popup.jpg) no-repeat top right;
    padding: 43px 39px 33px;
    width: auto;
    max-width: 562px;
    margin: 0 auto 150px;
    margin-left: 46px;
    border: 10px solid #f3b11c;
}
*/
.search-partners-fos .form_header {
    text-align: center;
    margin-bottom: 19px;
}

.search-partners-fos .form_header p {
    font-size: 14px;
    max-width: 460px;
    margin-top: 6px;
    margin-bottom: 14px;
}

.form__offer {
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 1.333;
    text-align: center;
    max-width: 320px;
    letter-spacing: .8px;
    margin: 0 auto;
}

.form__offer a {
    text-decoration: underline;
}

.form__offer a:hover, .form__offer a:active {
    /* color: #000; */
}

.search-partners-fos .field-text__input {
    max-width: 440px;
}

.search-partners-fos .form__content {
    margin-left: 12px;
}

.search-partners-fos p {
    margin: 0;
}

.search-partners-fos .form-check {
    padding-left: 12px;
    margin-top: 14px;
}

.search-partners-fos .btn-primary {
    margin-top: 11px;
    margin-left: 24.1%;
    margin-right: auto;
    padding-bottom: 19px;
}

@media(max-width: 1200px) {
    .search-partners-fos {
        margin-left: 25px;
    }
}

@media(max-width: 767px) {
    .search-partners-fos {
        margin-left: auto;
        padding: 20px 20px 20px;
    }

    .search-partners-fos .btn-primary {
        margin-left: auto;
        margin-right: auto;
    }

    .search-partners-fos .form__content {
        margin-left: 0;
    }

    .search-partners-fos .field-text__input {
        max-width: unset;
    }

    .search-partners-fos {
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 0;
    }

    .search-partners-fos .form__content {
        margin-left: 0;
    }

    .search-partners-fos .btn-primary {
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 480px) {
    .form_header span {
        font-size: 12pt;
    }

    .search-partners-fos .form_header p {
        font-size: 12px;
    }

    .form__offer {
        font-size: 14px;
    }

    .search-partners-fos .field-text__input {
        font-size: 13px;
    }

    .search-partners-fos .btn-primary {
        font-size: 18px;
        padding: 9px 16px;
    }
}

/*thank-you-popup*/
.thank-you__heading {
    color: #000000;
    
    font-size: 24px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 7px;
}

.thank-you__text {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: 0.45px;
    width: 73%;
    margin: 0 auto 0;
}

.thank-you {
    padding: 43px 33px 54px;
    max-width: 351px;
}

.thank-you__form {
    text-align: center;
}

/*================
PAGE_SERVICE STYLES
================*/
/*hero-banner styles
------------------*/
.hero-banner {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #000;
    background-position: top right;
    min-height: 660px;
    padding-top: 30px;
    padding-bottom: 80px;
}

.hero-banner__heading {
    color: #ffffff;
    
    font-style: italic;
    line-height: 1.09;
    text-transform: uppercase;
    letter-spacing: 1.73px;
    margin-top: 32px;
    max-width: 1100px;
    margin-bottom: 66px;
    position: relative;
}

.hero-banner__heading::before {
    content: "";
    position: absolute;
    left: 8px;
    bottom: -34px;
    background-color: #f3b11c;
    width: 62px;
    height: 7px;
}

.hero-banner__text p {
    letter-spacing: .65px;
}

.hero-banner__text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-left: 1px;
    position: relative;
}

.hero-banner__link {
    margin-top: 44px;
    max-width: 261px;
    border-radius: 35px;
    color: #ffffff;
    
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.45px;
    margin-left: 0;
    padding: 19px 21px 18px 21px;
}

.hero-banner__link:hover {
    background-color: #f3b11c;
    /* color: black; */
}

a.btn.btn-primary.hero-banner__link:hover {
    background: #f3b11c;
}

.hero-banner__link-wrapper {
    margin-left: 8px;
    position: relative;
}

a.btn.btn-primary.hero-banner__link {
    background: transparent;
    border: 3px solid #f3b11c;
}

@media(max-width: 1199px) {
    .hero-banner {
        min-height: auto;
        position: relative;
    }

    .hero-banner::before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(0,0,0,.4);
        content: "";
    }
}

@media(max-width: 991px) {
    .hero-banner__text {
        font-size: 18px;
    }
}

@media(max-width: 576px) {
    .hero-banner__text {
        font-size: 17px;
    }
}

/*seo styles
------------------*/
.seo {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #000;
    background-position: top right;
    min-height: 578px;
    padding-top: 81px;
    padding-bottom: 80px;
    position: relative;
}

.seo--light {
    background-color: #f0f4f6;
    min-height: 515px;
}

.seo__heading {
    color: #f3b11c;
    
    font-style: italic;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 27px;
    position: relative;
}

.seo__text {
    max-width: 727px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.67;
    /* margin-left: 7px; */
    position: relative;
}

.seo__text p {
    letter-spacing: 0.45px;
}

.seo__heading, .seo__text {
    margin-left: 4px;
}

.seo--light .seo__heading {
    color: #000000;
}

.seo--light .seo__text {
    color: #000000;
}

@media(max-width: 1199px) {
    .seo::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,.4);
    }

    .seo--light::before {
        background-color: rgba(255,255,255,.4);
    }

    .seo {
        min-height: unset;
    }
}

@media(max-width: 991px) {
    .seo::before {
        background-color: rgba(0,0,0,.6);
    }

    .seo--light::before {
        background-color: rgba(255,255,255,.5);
    }
}

@media(max-width: 767px) {
    .seo--light::before {
        background-color: rgba(255,255,255,.7);
    }
}

/*===========
form styles
===========*/
.form-check {
    padding-left: 0;
}

/*PRICE BLOCK
-----------*/
.price__heading {
    /* Style for "Ãâ€”ÃÂ°ÃÂ³ÃÂ¾ÃÂ»ÃÂ¾ÃÂ²ÃÂ¾ÃÂº" */
    color: #000000;
    
    /* font-size: 48px; */
    font-style: italic;
    line-height: 1.2;
    text-transform: uppercase;
    /* Text style for "Ãâ€”ÃÂ°ÃÂ³ÃÂ¾ÃÂ»ÃÂ¾ÃÂ²ÃÂ¾ÃÂº" */
    letter-spacing: 1.2px;
    margin-top: -10px;
}

.prices {
    margin-top: 0;
    margin-bottom: 90px;
}

.price__link-wrap {
    text-align: left;
}

.price__link {
    background: transparent;
    color: black;
    max-width: 260px;
    margin-left: 0;
    margin-top: 0;
    margin-top: 32px;
    padding-top: 18px;
    padding-bottom: 18px;
    
}

.price__link:hover {
    border-color: black;
    background: transparent;
}

/*================
END PAGE_SERVICE STYLES
================*/
/*==============
CONTACT PAGE
==============*/
.figure_inner {
    -webkit-clip-path: url(#chopChopMapWrapper);
    -moz-clip-path: url(#chopChopMapWrapper);
    -ms-clip-path: url(#chopChopMapWrapper);
    clip-path: url(#chopChopMapWrapper);
    background-color: #f3b11c;
}

#map {
    -webkit-clip-path: url(#chopChopMap);
    -moz-clip-path: url(#chopChopMap);
    -ms-clip-path: url(#chopChopMap);
    clip-path: url(#chopChopMap);
    position: relative;
}

#map:after {
    position: absolute;
}

.contact-info .fa {
    font-size: 14px;
    color: #f3b11c;
    width: 22px;
}

.contact-info__wrapper {
    margin-left: 96px;
    margin-top: -7px;
}

.contact-info__item-inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.emailContact a, .addressContact span, .worktimeContact span {
    font-size: 16px;
}

.contact-page .social-call i {
    font-size: 14px;
}

.contact-page .popup-link__wrapper {
    margin-top: 51px;
}

@media(max-width: 1199px) {
    .google_map {
        max-width: 100%;
    }

    .figure_inner {
        -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
        clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
    }

    #map {
        -webkit-clip-path: polygon(10px 10px, calc(95% - 10px) 10px, calc(100% - 10px) 50%, calc(95% - 10px) calc(100% - 10px), 10px calc(100% - 10px));
        clip-path: polygon(10px 10px, calc(95% - 10px) 10px, calc(100% - 10px) 50%, calc(95% - 10px) calc(100% - 10px), 10px calc(100% - 10px));
    }
}

@media(max-width: 767px) {
    .contact_map {
        margin-bottom: 50px;
    }

    .contact-info__wrapper {
        margin-top: 0;
        margin-left: 0;
        text-align: center;
    }

    .contact-info__item-inner-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #content-section .btn-get-started {
        max-width: 360px;
        margin: 0 auto;
    }
}

@media(max-width: 575px) {
    .figure_inner {
        -webkit-clip-path: polygon(0 0, 100% 0 , 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0 , 100% 100%, 0 100%);
    }

    #map {
        -webkit-clip-path: polygon(10px 10px, calc(100% - 10px) 10px, calc(100% - 10px) calc(100% - 10px), 10px calc(100% - 10px));
        clip-path: polygon(10px 10px, calc(100% - 10px) 10px, calc(100% - 10px) calc(100% - 10px), 10px calc(100% - 10px));
    }
}

/*==============
END CONTACT PAGE
==============*/
/*=============
CATEGORY PAGES
==============*/
/*REVIEWS
-------*/
.news__list {
    padding-left: 7px;
    padding-top: 8px;
}

.news .reviews-item__images-wrap {
    padding-right: 12px;
}

.news .reviews-item .content {
}

.news .reviews-item {
    margin-bottom: 30px;
    padding-bottom: 29px;
    border-bottom: 1px solid #f3b11c;
}

.news .reviews-item__heading {
    margin-top: -3px;
}

.news .reviews-item__text {
}

.news__list {
    padding-left: 7px;
    padding-top: 8px;
}

.news .reviews-item__images-wrap {
    padding-right: 12px;
    padding-left: 7px;
    padding-right: 21px;
}

.news .reviews-item .content:last-child {
    padding-right: 21px;
    padding-left: 10px;
}

.news .reviews-item {
    margin-bottom: 30px;
    padding-bottom: 29px;
    border-bottom: 1px solid #f3b11c;
}

.news .reviews-item__heading {
    margin-top: 0px;
}

.news .reviews-item__text {
}

.news .reviews-item__image-wrap {
    padding-left: 7px;
    padding-right: 23px;
}

.news .reviews-item:last-child {
    border-bottom: none;
}

/*NEWS
----*/
.news--default .news__list {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 12px;
    margin-bottom: 60px;
}

.news--default .our-works__item-wrapper {
    padding-right: 0;
    padding-left: 0;
}

.news--default .our-works__item-wrapper:not(:nth-last-child(-n + 3)) {
    margin-bottom: 40px;
}

@media(max-width: 991px) {
    .news--default .our-works__item-wrapper:not(:nth-last-child(-n + 3)) {
        margin-bottom: 30px;
    }

    .news--default .our-works__item-wrapper:not(:nth-last-child(-n + 2)) {
        margin-bottom: 30px;
    }
}

@media(max-width: 575px) {
    .news--default .our-works__item-wrapper:not(:nth-last-child(-n + 3)) {
        margin-bottom: 20px;
    }

    .news--default .our-works__item-wrapper:not(:nth-last-child(-n + 2)) {
        margin-bottom: 20px;
    }

    .news--default .our-works__item-wrapper:not(:nth-last-child(-n + 1)) {
        margin-bottom: 20px;
    }

    .news--default .our-works-item {
        text-align: center;
    }
	
	.navbar-mail, .navbar-mail-3, .mail__for-ns {display:none;}
	
	
}

/*PAGINATION
----------*/
.wp-pagenavi a, .wp-pagenavi span {
    /* Style for "1" */
    color: #000000;
    
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    /* Text style for "1," */
    letter-spacing: 0.33px;
    /* Style for "Rectangle" */
    width: 35px;
    height: 35px;
    border-radius: 18px;
    border: 3px solid #f3b11c;
    padding: 7px 10.75px;
    display: inline-block;
    width: auto;
}

.wp-pagenavi span.current {
    border-color: #000;
}

.pagination {
    padding-left: 16px;
    margin-bottom: 20px;
}

.wp-pagenavi .previouspostslink {
    padding-left: 19px;
    padding-right: 22px;
    margin-right: 10px;
}

.wp-pagenavi .previouspostslink i {
    font-size: 19px;
    position: relative;
    top: 2px;
}

.wp-pagenavi a:not(:last-child), .wp-pagenavi span:not(:last-child) {
    margin-right: 5px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    text-decoration: none;
}

.pagination + #contact {
    padding-top: 41px;
}

.news--default .pagination {
    padding-left: 0;
    margin-bottom: 97px;
}

/*=============
ENDCATEGORY PAGES
==============*/
/*============*/
/*404 STYLES*/
/*============*/
@media(max-width: 1199px) {
    #error .header__h2 {
        margin-left: 0;
    }

    #error p {
        margin-left: 0;
    }
}

@media(max-width: 991px) {
    #error .row {
        text-align: center;
    }

    #error .header__h2 {
        margin-top: 30px;
    }

    #error {
        margin-bottom: 100px;
    }

    #error img {
        margin-top: 30px;
        max-width: 420px;
        margin: 30px auto;
    }
    .navbar-mail-3 { display: none!important;}
}

/*============*/
/* END 404 STYLES*/
/*============*/
/*mobile-menu styles*/
.mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    margin-top: 50px;
}

.mobile-menu .popup-city-link {
    display: none;
}

.mobile-menu a {
    color: #fff;
}

.mobile-menu .address-worktime {
    color: #fff;
    margin-bottom: 20px;
}

.mobile-menu .address-worktime i {
    color: #f3b11c;
    width: 24px;
    /* text-align: center; */
}

.mobile-menu .address-worktime__item {
    display: block;
}

.mobile-menu .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.mobile-menu .social-links {
    margin-bottom: 20px;
}

.mobile-menu .address-worktime__item:not(:last-child) {
    margin-bottom: 10px;
}

.mobile-menu {
}

.mobile-menu .btn {
    border: 2px solid #f3b11c;
    border-radius: 2px;
    margin-bottom: 15px;
	display: none;
}

/*input-file*/
.jq-file__name {
    /* Style for "Rectangle" */
    width: 237px;
    /* height: 35px; */
    border-radius: 18px;
    border: 1px solid #252525;
    background-color: #ffffff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 1px 20px;
    text-align: left;
}

.jq-file__browse {
    /* Style for "Rectangle" */
    width: 104px;
    border-radius: 18px;
    border: 3px solid #f3b11c;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: unset;
    background: none;
    height: 33px;
    line-height: 1.2;
    padding: 6px 6px;
    -webkit-transition: .3s border-color linear;
    -o-transition: .3s border-color linear;
    transition: .3s border-color linear;
}

.jq-file {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.field-file__label {
    display: none;
}

.form__step-file label {
    width: 100%;
    margin-bottom: 0;
}

.form__step-file {
    margin-top: 0;
}

#contact .form__step-file:last-child {
    margin-bottom: 0;
}

#contact.contact--reviews .form__content {
    margin-bottom: 10px;
}

#contact.contact--reviews .form-check {
    padding-left: 1px;
}

.contact--reviews .checkbox-label-fos {
    margin-bottom: 0;
}

#contact.contact--reviews .btn-primary {
    margin-top: 14px;
}

.jq-file:hover .jq-file__browse {
    background: none;
    border-color: black;
}

.jq-file.focused .jq-file__name {
    border: 1px solid #f3b11c;
}

@media(max-width: 991px) {
    .jq-file__name {
        width: calc( 100% - 110px);
    }
}

@media(max-width: 766px) {
    .form__step-file label {
        max-width: 350px;
    }
	.social-links {display:none;}
	
	
}


@media (max-width: 1112px) {
	.block4 ul li:last-child {
		display: none;
	}
	
	
	
}


.nav-link {    display: block;    padding: 0;    color: #fff;    text-decoration: none;	letter-spacing: 0.032em;}.dropdown-toggle::after {    display: inline-block;    width: 0;    height: 0;    margin-left: .5em;    vertical-align: .155em;    color: #ffffff;    content: "";    border-top: .3em solid;    border-right: .3em solid transparent;    border-bottom: 0;    border-left: .3em solid transparent;}#topbar .social-links a {    color: #ffffff;    padding: 5px;    display: inline-block;    line-height: 16px;	letter-spacing: 0.032em;}.fa-calculator:before {    content: "\f1ec";    color: #f3b11c;    display: block;    font-size: 24pt;}.fa-map-marker-alt:before {    content: "\f3c5";    color: #f3b11c;    display: block;    font-size: 24pt;}#topbar .address-worktime__item {    color: #ffffff;    letter-spacing: 0.032em;    line-height: 16px;    display: inline-block;    padding: 10px 5px;}
#topbar .contact-info .btn.btn-md { z-index: 10; position: relative;   border: 2px solid #f3b11c;    padding: 13px 0 14px;    border-radius: 1px;        letter-spacing: 0.02em;    margin: 4px 8px 0 0;    font-size: 13pt;    width: 180px;    text-align: center;}#topbar .contact-info .navbar-mail{	top: -18px; font-size: 1.1em;  position: relative;  display: block;    letter-spacing: 1px;    text-align: right;    text-decoration: none;}#topbar .contact-info .navbar-phone {    font-size: 1.35em;    vertical-align: super;    margin: 0;    display: inline-block;    letter-spacing: 1px;    text-align: right;    text-decoration: none;}
.map-marker {margin:13px auto 0;}
.navbar-mail-3{
    top: -24px;
    font-size: 1.1em;
    position: relative;
    display: block;
    letter-spacing: 1px;
    text-align: right;
    text-decoration: none;
    min-height: 10px;
}

.mail__for--ns{
	font-size: 11pt!important;
    color: #e7e7e7!important;
    position: relative;
    margin-top: 0;
    cursor: pointer;
    top: -24px;
    display: block;
    letter-spacing: 1px;
    text-align: right;
    text-decoration: none;
}


@media(max-width: 480px) {
   #topbar .contact-info .navbar-phone{font-size: 10pt!important; position: relative; top: 20px;}

    #tel small {font-size: 10pt!important;}
    #topbar .contact-info{position: absolute; right: 15px;}
     .white-popup-city{padding: 30px 5px;width: 100%;}
    .white-popup-city p { font-size: 1.5rem!important; line-height: inherit; font-weight: 700; }
    .white-popup-city ul{    display: inherit;-webkit-columns: 2; -moz-columns: 2; columns: 2;}

    table tr th:nth-child(2), table tr td:nth-child(2) {   display: none;}
    .static-content ul, .static-content ol{margin-right: 0;}
    .block4 {   display: block;}

}
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
        format("embedded-opentype"),
      url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
      url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
        format("svg");
    font-weight: normal;
    font-style: normal;
  }
  html {
    height: 100%;
  }
  * {
    margin: 0;
    padding: 0;
  }
  html,
  body {
    height: 100%;
  }
  body {
    min-height: 100%;
    position: relative;
    font-family: "Open Sans", Tahoma, Geneva, sans-serif;
    line-height: 1.3;
    font-size: 13px;
    color: #231f20;
    background: url(/templates/beton_2016_bootstrap/images/bg.png) repeat-y top
      center;
  }
  a {
    color: #d20703;
  }
  img {
    border: 0;
  }
  .franchise {
    width: 56px;
    height: 180px;
    background: url(/templates/beton_2016_bootstrap/images/franchise.png);
    position: fixed;
    top: 50%;
    right: -18px;
    margin-top: -90px;
    z-index: 9;
    cursor: pointer;
  }
  .franchise:hover {
    right: -15px;
  }
  #banner {
    position: fixed;
    top: 50%;
    right: 45px;
    margin-top: -135px;
    z-index: 8;
    display: none;
  }
  .franchise1 {
    width: 56px;
    height: 180px;
    background: url(/templates/beton_2016_bootstrap/images/franchise1.png);
    position: fixed;
    top: 50%;
    right: -18px;
    margin-top: -90px;
    z-index: 9;
    cursor: pointer;
  }
  .franchise1:hover {
    right: -15px;
  }
  #banner1 {
    position: fixed;
    top: 50%;
    right: 36px;
    margin-top: -135px;
    z-index: 8;
    display: none;
  }
  .telephone {
    position: relative;
    margin: 176px 53px 0;
    font-size: 25px;
    font-weight: 800;
  }
  @media (max-width: 480px) {
    .franchise1 {
      display: none;
    }
    .wrap-btn-calc a span {
      display: none !important;
    }
    .wrap-btn-calc {
      margin-right: 10px !important;
      padding-left: 5px !important;
    }
  }
  @media (max-width: 480px) {
    #banner1 {
      display: none !important;
    }
  }
  .banner_sale {
    width: 300px;
    height: 266px;
    background: url(/templates/beton_2016_bootstrap/images/banner_sale.png)
      no-repeat;
  }
  .banner_sale a {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 177px;
    height: 52px;
    background: url(/templates/beton_2016_bootstrap/images/btn.png) no-repeat;
    margin-left: -90px;
  }
  .banner_sale a:hover {
    -webkit-filter: brightness(110%);
  }
  .banner_sale a:active {
    bottom: 38px;
  }
  @media (max-width: 480px) {
    .franchise {
      display: none;
    }
  }
  @media (max-width: 480px) {
    #banner {
      display: none;
    }
  }
  @media (max-width: 767px) {
    .franchise {
      display: none;
    }
    .e_mail {
      display: none !important;
    }
    .mobile-nav {
      display: block !important;
    }
    .lentochnii img,
    .fundament img {
      width: 50%;
    }
    .second_second h2 {
      font-size: 14px;
    }
  }
  @media (max-width: 767px) {
    #banner {
      display: none;
    }
  }
  .content {
    position: relative;
    overflow: hidden;
    padding: 10px;
    margin: 0 auto;
  }
  .header {
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    font-size: 44px;
  }
  @media (min-width: 768px) {
    .header {
      margin-top: 55px;
    }
  }
  .news {
    width: 512px;
    height: 157px;
    background: url(/templates/beton_2016_bootstrap/images/headers.png) no-repeat
      100% -324px;
    font-size: 18px;
    margin: 0 0 19px 400px;
  }
  .news span {
    width: 479px;
    display: block;
    padding: 77px 0 0 50px;
    font-size: 23px;
  }
  .top {
    position: fixed;
    z-index: 99999;
    background: #000;
    left: 0;
    right: 0;
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .top {
      position: fixed;
      z-index: 99999;
      background: #000;
      left: 0;
    }
  
    #navbar {
      margin-top: 11px;
    }
  }
  @media (max-width: 480px) {
    .top {
      z-index: 99999;
    }
    .block2 .header {
      background: #fff !important;
      border: 7px solid #ea9600;
      border-radius: 44% 0;
    }
    #advantages img {
      display: none !important;
    }
  }
  .flex {
    position: relative !important;
  }
  .head {
    width: 970px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    color: #fff;
  }
  .head a {
    text-decoration: none;
    color: #fff;
  }
  .logo {
    position: relative;
    left: 0;
    display: block;
    background: url(/templates/beton_2016_bootstrap/images/logo.png) no-repeat;
    width: 203px;
    height: 41px;
    z-index: 2;
  }
  @media (min-width: 768px) {
    #tel {
      float: right;
      top: -35px;
      font-size: 29px;
      height: 55px;
    }
  }
  li #tel {
    position: absolute;
    top: 13px;
    right: 0;
  }
  #tel a {
    font-size: 26px !important;
    color: #fdc62a !important;
    font-weight: 600;
  }
  #tel small {
    font-size: 16px;
    color: #ffffff;
  }
  @media (max-width: 480px) {
    #tel span {
      font-size: 17px;
    }
  }
  @media (max-width: 767px) {
    #tel span {
      font-size: 20px;
    }
  }
  #tel span {
    font-size: 20px;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    #tel span {
      font-size: 20px;
    }
    .town {
      display: none !important;
    }
    .calculat_order {
      display: none !important;
    }
    .wrap-btn-calc {
      top: 65% !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    #tel a {
      cursor: help;
      font-size: 22px !important;
    }
  }
  .menu {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
  }
  #nav li {
    list-style: none;
  }
  #nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding-left: 15px;
  }
  #nav li.sub-menu-parent a {
    font-weight: 300;
  }
  #nav .current a {
    color: #fdc62a;
    border-bottom: 1px dashed #fdc62a !important;
    display: inline-block;
  }
  #nav li.sub-menu-parent ul li a {
    padding: 0;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    #nav li {
      padding: 0 8px 0 9px;
    }
  }
  .block1 {
    background: url(/templates/beton_2016_bootstrap/images/bg1.jpg) no-repeat top
      center;
    min-height: 944px;
    min-width: 990px;
    z-index: 10;
  }
  .block1 {
    background: url(/templates/beton_2016_bootstrap/images/bg1.jpg) no-repeat top
      center;
    min-height: 944px;
    min-width: auto;
  }
  .block1 .header {
    color: #fff;
    margin-top: 20px;
  }
  @media (max-width: 480px) {
    .block1 .header {
      font-size: 34px;
      margin-top: 80px;
    }
  }
  @media (max-width: 480px) {
    .block1 .proposal {
      background: url(/templates/beton_2016_bootstrap/images/headers_block1xs.png)
        no-repeat 0 0 !important;
      width: 303px !important;
      height: 121px;
      padding: 15px 25px;
      color: #fff;
      font-size: 17px;
      margin: 20px 0 10px 0;
    }
  }
  @media (max-width: 480px) {
    .block1 .proposal p {
      font-size: 12px;
      top: -21px;
    }
  }
  .block1 .calculator {
    width: 526px;
    height: 350px;
    background: url(/templates/beton_2016_bootstrap/images/calculator1.png)
      no-repeat;
    float: left;
  }
  @media (max-width: 480px) {
    .block1 .calculator {
      width: 408px;
      height: 250px;
      background: url(/templates/beton_2016_bootstrap/images/calculator_xs.png)
        no-repeat;
      top: -40px;
      position: relative;
      display: none;
    }
    .block1 {
      background: #000000;
      min-height: 540px;
    }
  }
  #phone_xs {
    display: none;
  }
  @media (max-width: 480px) {
    #phone_xs {
      display: block;
    }
  }
  @media (max-width: 480px) {
    #phone_xs a {
      color: #f2bf2b;
      font-size: 25px;
      cursor: help;
      text-decoration: none;
      font-weight: bold;
      text-shadow: 1px 1px black;
    }
  }
  .block1 .proposal {
    background: url(/templates/beton_2016_bootstrap/images/headers.png) no-repeat
      0 0;
    width: 400px;
    height: 151px;
    padding: 15px 25px;
    color: #fff;
    font-size: 17px;
    margin: 20px 0 10px 0;
  }
  @media (max-width: 480px) {
    .block1 .sms-form .line1 > div {
      float: left !important;
    }
  }
  @media (max-width: 480px) {
    .two1 {
      top: -144px;
      position: relative;
      right: 51px;
      float: right !important;
    }
  }
  @media (max-width: 480px) {
    .block1 .sms-form .line1,
    .block1 .sms-form .line2,
    .block1 .sms-form .line3 {
      padding-top: 18px !important;
    }
  }
  @media (max-width: 480px) {
    .block1 .sms-form .line3 {
      padding-top: 0 !important;
      position: relative;
      top: -54px;
    }
  }
  @media (max-width: 480px) {
    .block1 .sms-form .line3 p {
      padding-top: 4px !important;
      font-size: 11px;
      float: none !important;
    }
  }
  @media (max-width: 480px) {
    .send-xs {
      right: 52px;
      position: relative;
    }
  }
  @media (max-width: 480px) {
    .block3 .content {
      background: url(/templates/beton_2016_bootstrap/images/calculator2-xs.png)
        no-repeat -17px 185px !important;
      min-height: 840px;
    }
  
    .block8 {
      display: none;
    }
  }
  @media (max-width: 480px) {
    .block3 .header {
      font-size: 25px !important;
      width: 222px !important;
      top: 18px;
      left: 20px;
    }
  }
  @media (max-width: 480px) {
    .block3 {
      min-width: auto !important;
    }
  }
  @media (max-width: 480px) {
    .block3 .sms-form .line1 > div,
    .block3 .sms-form .line2 > div,
    .block3 .sms-form .line3 > div,
    .block8 .sms-form .line1 > div,
    .block8 .sms-form .line2 > div,
    .block8 .sms-form .line3 > div {
      width: 158px;
      float: left;
      margin: 10px 4px !important;
    }
  }
  .act {
    font-size: 15px;
    line-height: 20px;
    top: -7px;
    position: relative;
  }
  @media (max-width: 480px) {
    .act {
      font-size: 12px;
      line-height: 19px;
      top: -17px;
      position: relative;
    }
  }
  @media (max-width: 480px) {
    .act p {
      font-size: 11px !important;
      position: relative;
      line-height: 14px;
    }
  }
  .block1 .proposal > div {
    display: inline-block;
    margin-right: 15px;
  }
  .block1 .proposal input[type="radio"] {
    display: none;
  }
  .block1 .proposal input[type="radio"] + label {
    font-size: 24px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
  }
  .block1 .proposal input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-right: 10px;
    background: url(/templates/beton_2016_bootstrap/images/radio.png) no-repeat;
    vertical-align: top;
  }
  .block1 .proposal input[type="radio"] + label::before {
    background-position: 0px 0px;
  }
  .block1 .proposal input[type="radio"]:checked + label::before {
    background-position: -27px 0px;
  }
  .block1 .proposal input[type="radio"]:disabled + label::before {
    background-position: 0px 0px;
  }
  .block1 .proposal input[type="radio"]:checked:disabled + label::before {
    background-position: 0px 0px;
  }
  ​ .block2,
  #price {
    background: url(/templates/beton_2016_bootstrap/images/divider.png) no-repeat
      51% 262px;
    margin-top: -187px;
    position: relative;
  }
  .block2 .header {
    color: #282828;
    height: 173px;
    line-height: 173px;
    text-align: center;
    background: url(/templates/beton_2016_bootstrap/images/headers.png) no-repeat
      50% -151px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    font-weight: bold;
  }
  .block2 .content {
    min-height: 620px;
  }
  .block2 .content .left {
    width: 410px;
    margin: -20px 30px 0 30px;
    float: left;
    text-align: center;
  }
  .block2 .content .right {
    width: 430px;
    margin: -20px 0 0 100px;
    text-align: center;
  }
  .block2 .content .left table {
    width: 410px;
  }
  @media (max-width: 480px) {
    .block2 .content .left table {
      width: auto;
    }
  }
  .block2 .content .right table {
    width: 430px;
  }
  @media (max-width: 480px) {
    .block2 .content .right table {
      width: auto;
    }
  }
  @media (max-width: 767px) {
    .block2 .header {
      top: 62px;
      margin-bottom: 100px;
    }
  }
  @media (max-width: 767px) {
    ​ .block2,
    #price {
      background: none;
    }
    .town {
      display: none !important;
    }
  }
  @media (max-width: 767px) {
    .block2 .content .right {
      margin: -20px 0 0 10px;
      width: auto;
    }
  }
  @media (max-width: 767px) {
    .block2 .content .left {
      margin: -20px 0 0 10px;
      width: auto;
      float: none;
    }
  }
  @media (min-width: 768px) {
    .navbar-nav > li {
      padding: 14px 5px 0 5px !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .block2,
    #price {
      background: none;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block2 .content .left {
      margin: 20px 0 0 0;
      width: auto;
      float: none;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block2 .content .right {
      margin: -10px 0 0 10px;
      width: auto;
    }
  }
  .block2 .content img {
    display: block;
    margin: 10px auto;
  }
  .block2 .content .title {
    font-size: 21px;
    display: block;
    font-weight: normal;
    color: #000;
  }
  .block2 .content table {
    margin: 30px auto;
    border-collapse: collapse;
    background: #fff;
    color: #1d1d1d;
    -moz-box-shadow: 0 0px 10px #b7b7b7;
    -webkit-box-shadow: 0 0px 10px #b7b7b7;
    box-shadow: 0 0px 9px 0 #b7b7b7;
  }
  .block2 .content table tr {
    line-height: 30px;
  }
  .block2 .content table th {
    background: #f3b11c;
    color: #232323;
    padding: 7px;
    font-size: 14px;
    line-height: 21px;
    vertical-align: middle;
    border-left: 1px solid #e1f2ff;
    border-right: 2px solid #d7e4ef;
    border-bottom: 2px solid #cfcfd0;
    text-align: center;
  }
  .block2 .content table td:first-child {
    border-left: 0px;
  }
  .block2 .content table td {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-right: 2px solid #e7e8e8;
    border-bottom: 2px solid #d6e8e8;
  }
  .block2 .content table tr:hover {
    background: #e9f6ff;
  }
  @media (min-width: 768px @screen-sm-min) {
    .block2 {
      background: none !important;
    }
  }
  .block3 {
    background: url(/templates/beton_2016_bootstrap/images/bg2.jpg) no-repeat top
      center;
    min-height: 1148px;
    min-width: 990px;
  }
  .block3 .content {
    background: url(/templates/beton_2016_bootstrap/images/calculator2.png)
      no-repeat 0 185px;
    min-height: 840px;
  }
  .block3 .header {
    font-size: 40px;
    color: #fff;
    margin: 220px 0 0 110px !important;
    width: 350px;
    line-height: 1;
    font-weight: bold;
  }
  @media (max-width: 767px) {
    .block3 {
      background: url(/templates/beton_2016_bootstrap/images/bg2.jpg) no-repeat
        top center;
      min-height: 1148px;
      min-width: auto;
    }
  }
  .block4 {
    margin-top: -119px;
    padding-top: 75px;
    min-width: 990px;
    position: relative;
    z-index: 2;
  }
  @media (max-width: 480px) {
    .block4 {
      margin-top: 0;
    }
  }
  @media (max-width: 767px) {
    .block4 {
      margin-top: 0;
      min-width: auto;
      padding-top: 15px;
      margin-right: 25px;
    }
  }
  .block4 .header {
    color: #282828;
    line-height: 172px;
    text-align: right;
    background: url(/templates/beton_2016_bootstrap/images/headers.png) no-repeat
      100% -324px;
    z-index: 2;
    height: 157px;
    padding-right: 50px;
    margin-top: 0 !important;
    font-weight: bold;
  }
  .block4 ul {
    display: block;
    margin-top: 0;
    min-height: 825px;
    margin: 0 auto;
    text-align: center;
  }
  .block4 ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    text-align: left;
    padding-left: 0;
    padding-right: 20px;
    line-height: 1.4;
  }
  .block4 ul li:first-child {
    width: 404px;
    height: 361px;
    padding-top: 132px;
    margin: 0 25px;
  }
  .block4 ul li:nth-child(2) {
    width: 434px;
    height: 135px;
    padding-top: 147px;
    margin: 50px 0 0 0;
  }
  .block4 ul li:nth-child(3) {
    width: 323px;
    height: 150px;
    padding-top: 88px;
    margin: 0;
  }
  @-moz-document url-prefix() {
    .block4 ul li:nth-child(3) {
      padding-top: 153px;
    }
  }
  .block4 ul li:nth-child(4) {
    width: 333px;
    height: 150px;
    padding-top: 161px;
    margin: 0;
    padding-right: 30px;
  }
  @-moz-document url-prefix() {
    .block4 ul li:nth-child(3) {
      padding-top: 157px;
    }
  }
  .block4 ul li:last-child {
    width: 303px;
    height: 150px;
    padding-top: 194px;
    margin: 0 8px 0 8px;
  }
  @-moz-document url-prefix() {
    .block4 ul li:nth-child(3) {
      padding-top: 158px;
    }
  }
  @-moz-document url-prefix() {
    .block4 ul {
      overflow: inherit;
      margin-top: 0;
    }
  }
  .block4 ul li div {
    font-size: 18px;
    margin-bottom: 5px;
    z-index: 5;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 20px;
  }
  .block4 ul li p {
    padding-left: 20px;
    padding-right: 10px;
  }
  .block4 img {
    display: block !important;
    position: absolute;
  }
  .block4 li:nth-child(1) img {
    top: 127px;
    z-index: -1;
  }
  .block4 li:nth-child(2) img {
    top: 232px;
    z-index: -1;
  }
  .block4 li:nth-child(3) img {
    top: 517px; /*left:21px;*/
    z-index: -1;
  }
  .block4 li:nth-child(4) img {
    top: 563px; /*left:343px;*/
    z-index: -1;
  }
  .block4 li:nth-child(5) img {
    top: 592px; /*left:665px;*/
    z-index: -1;
  }
  
  /*
  .block4 ul li:nth-child(3) div, .block4 ul li:nth-child(4) div{padding-left: 44px;}
  .block4 ul li:nth-child(3) p, .block4 ul li:nth-child(4) p{padding-left: 44px;}
  */
  
  @media (min-width: 768px) and (max-width: 991px) {
    .block4 {
      margin-top: 0;
      padding-top: 56px;
      min-width: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block4 li:nth-child(1) img {
      top: 171px;
      left: 64px;
      z-index: -1;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block4 ul li:first-child {
      width: 364px;
      height: 135px;
      padding-top: 173px;
      margin: 0 67px;
      float: left;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block4 li:nth-child(2) img {
      top: 477px;
      left: 299px;
      z-index: -1;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block4 ul li:nth-child(2) {
      width: 360px;
      height: 150px;
      padding-top: 80px;
      margin: 60px 80px 0 8px;
      float: right;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block4 li:nth-child(3) img {
      top: 728px;
      left: 21px;
      z-index: -1;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block4 ul li:nth-child(3) {
      width: 278px;
      height: 150px;
      padding-top: 100px;
      margin: -35px 8px 0 20px;
      float: left;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block4 li:nth-child(4) img {
      top: 775px;
      left: 365px;
      z-index: -1;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block4 ul li:nth-child(4) {
      width: 283px;
      height: 215px;
      padding-top: 83px;
      margin: 46px 8px 0 15px;
      float: left;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block4 li:nth-child(5) img {
      top: 1008px;
      left: 139px;
      z-index: -1;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block4 ul li:last-child {
      width: 280px;
      height: 245px;
      padding-top: 2px;
      margin: 20px 8px 0 138px;
      float: left;
    }
  }
  @media (max-width: 767px) {
    .block4 .header {
      color: #282828;
      line-height: 143px;
      text-align: right;
      background: url(/templates/beton_2016_bootstrap/images/headers_block4_xs.png)
        no-repeat 100%;
      z-index: 2;
      height: 157px;
      padding-right: 50px;
      margin-top: 0 !important;
      top: -9px;
      font-size: 38px;
    }
  }
  @media (max-width: 767px) {
    .block4 ul {
      display: inline-block;
      overflow: hidden;
      text-align: center;
      min-height: auto;
      margin-top: 0;
    }
  }
  @media (max-width: 767px) {
    .block4 li:nth-child(2) img {
      top: 0;
      left: 0;
      z-index: -1;
      height: 0;
      width: 0;
    }
  }
  @media (max-width: 767px) {
    .block4 ul li:first-child {
      width: auto;
      height: auto;
      padding-top: 5px;
      margin: 0 0px;
    }
  }
  @media (max-width: 767px) {
    .block4 li:nth-child(1) img {
      top: 0;
      left: 0;
      z-index: -1;
      width: 0;
      height: 0;
    }
  }
  @media (max-width: 767px) {
    .block4 ul li:nth-child(2) {
      width: auto;
      height: auto;
      padding-top: 10px;
      margin: 0 0 0 0;
      display: block;
    }
  }
  @media (max-width: 767px) {
    .block4 li:nth-child(3) img {
      top: 0;
      left: 0;
      z-index: -1;
      width: 0;
      height: 0;
    }
  }
  @media (max-width: 767px) {
    .block4 ul li:nth-child(3) {
      width: auto;
      height: auto;
      padding-top: 10px;
      margin: 0;
      float: left;
    }
  }
  @media (max-width: 767px) {
    .block4 li:nth-child(4) img {
      top: 0;
      left: 0;
      z-index: -1;
      width: 0;
      height: 0;
    }
  }
  @media (max-width: 767px) {
    .block4 ul li:nth-child(4) {
      width: auto;
      height: auto;
      padding-top: 10px;
      margin: 0;
    }
  }
  @media (max-width: 767px) {
    .block4 li:nth-child(5) img {
      top: 0;
      left: 0;
      z-index: -1;
      width: 0;
      height: 0;
    }
  }
  @media (max-width: 767px) {
    .block4 ul li:last-child {
      width: auto;
      height: auto;
      padding-top: 10px;
      margin: 0 0 0 0;
      float: left;
    }
  }
  @media (max-width: 480px) {
    .block4 .header {
      color: #282828;
      line-height: 90px;
      text-align: right;
      background: url(/templates/beton_2016_bootstrap/images/headers_block4_sml.png)
        no-repeat 100%;
      z-index: 2;
      height: auto;
      padding-right: 23px;
      margin-top: 0 !important;
      font-size: 23px;
      width: 250px;
      margin-bottom: -15px;
    }
  }
  @media (max-width: 480px) {
    .block4 li:nth-child(1) img {
      top: 0;
      left: 0;
      width: 0;
      height: 0;
    }
  }
  @media (max-width: 480px) {
    .block4 li:nth-child(2) img {
      top: 0;
      left: 0;
      width: 0;
      height: 0;
    }
  }
  @media (max-width: 480px) {
    .block4 li:nth-child(3) img {
      top: 0;
      left: 0;
      width: 0;
      height: 0;
    }
  }
  @media (max-width: 480px) {
    .block4 li:nth-child(4) img {
      top: 0;
      left: 0;
      width: 0;
      height: 0;
    }
  }
  @media (max-width: 480px) {
    .block4 li:nth-child(5) img {
      top: 0;
      left: 0;
      width: 0;
      height: 0;
    }
  }
  @media (max-width: 480px) {
    .block4 ul li:first-child {
      width: 315px;
      height: auto;
      padding-top: 0;
      margin: 0 0 0px 8px;
      padding-right: 0;
      float: left;
    }
  }
  @media (max-width: 480px) {
    .block4 ul li:nth-child(2) {
      width: 315px;
      height: auto;
      padding-top: 10px;
      margin: 0 0 0 8px;
      display: block;
      padding-right: 0;
      float: left;
    }
  }
  @media (max-width: 480px) {
    .block4 ul li:nth-child(3) {
      width: 315px;
      height: auto;
      padding-top: 10px;
      margin: 0 0 0 8px;
      float: left;
      padding-right: 0;
      float: left;
    }
  }
  @media (max-width: 480px) {
    .block4 ul li:nth-child(4) {
      width: 315px;
      height: auto;
      padding-top: 10px;
      margin: 0 0 0 8px;
      padding-right: 0;
      float: left;
    }
  }
  @media (max-width: 480px) {
    .block4 ul li:last-child {
      width: 315px;
      height: auto;
      padding-top: 10px;
      margin: 0 0 0 8px;
      float: left;
      padding-right: 0;
      float: left;
    }
  }
  .block4 ul li p {
    z-index: 5;
  }
  .block5 {
    background: url(/templates/beton_2016_bootstrap/images/bg3.jpg) no-repeat
      bottom center;
    position: relative;
    margin-top: -60px;
    min-height: 1015px;
    min-width: 990px;
  }
  @media (max-width: 767px) {
    .block5 {
      background: url(/templates/beton_2016_bootstrap/images/bg3.jpg) no-repeat
        bottom center;
      position: relative;
      margin-top: -60px;
      min-height: 1015px;
      min-width: auto;
    }
  }
  .block5 .content {
    padding-top: 400px;
    z-index: 7;
    position: relative;
  }
  .block5 .header {
    background: url(/templates/beton_2016_bootstrap/images/headers.png) no-repeat
      0 -481px;
    width: 390px;
    height: 218px;
    color: #fff;
    padding: 35px 0 0 35px;
    float: left;
    margin-top: 30px !important;
    font-weight: bold;
  }
  #faq {
    margin-top: 25px;
    padding-top: 75px;
    margin-left: 0;
  }
  @media only screen and (min-width: 320px) and (max-device-width: 480px) {
    #faq {
      margin-top: 0;
    }
  }
  .slider {
    margin-right: 15px !important;
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .block5 .header {
      background: url(/templates/beton_2016_bootstrap/images/headers_block5.png)
        no-repeat;
      width: 277px;
      height: 218px;
      color: #fff;
      padding: 49px 0 0 22px;
      float: left;
      margin-top: 30px;
      font-size: 32px;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .slider {
      position: relative;
      margin: 0;
      padding: 0;
      width: auto !important;
      z-index: 10;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .bx-wrapper {
      position: relative;
      margin: 0;
      padding: 0;
      width: auto !important;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .bx-wrapper img {
      max-width: 100%;
      display: block;
      margin: 0 auto;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .bxslider li {
      width: auto !important;
      min-height: 100px;
      position: relative;
      padding: 12px 0 !important;
      color: #517386;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .bxslider li .caption {
      min-height: 70px !important;
      width: 395px !important;
      margin-left: 14px !important;
      padding: 10px 10px 10px 30px !important;
      font-size: 14px;
      line-height: 1.5;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .bxslider li .caption div {
      margin-top: 0;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .bxslider li .caption p {
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .bxslider li .caption a.more {
      color: #517386;
      text-decoration: none;
      font-family: "Lato-BoldItalic", Tahoma, Geneva, sans-serif;
      font-weight: normal;
      font-style: normal;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .bxslider li.prev-slide {
      color: #9ebcc1;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .bxslider li.prev-slide .caption a.more {
      color: #9ebcc1;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .bxslider li.active-slide {
      background: url(/templates/beton_2016_bootstrap/images/frame_sm.png)
        no-repeat top center !important;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .bxslider li.active-slide:after {
      content: "";
      position: absolute;
      bottom: 8px !important;
      left: 0;
      width: 451px !important;
      height: 11px; /*background:url(../images/frame-bottom_sm.png) no-repeat bottom center!important;*/
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    #faq {
      margin-top: 0;
      padding-top: 40px;
      margin-left: 0;
    }
  }
  @media (max-width: 767px) {
    .block5 .header {
      background: url(/templates/beton_2016_bootstrap/images/headers_block5_xs.png)
        no-repeat;
      width: 218px;
      height: 218px;
      color: #feffff;
      padding: 38px 0 0 18px;
      float: left;
      font-size: 26px;
      top: 49px;
      text-shadow: 1px 1px #2a404e;
    }
  }
  @media (max-width: 480px) {
    .block5 .header {
      top: -410px;
      height: 123px;
      left: 20px;
      color: #fff;
      float: none;
      text-shadow: 1px 1px #231f20;
    }
    .no-gutters {
      top: -388px;
    }
    .block6 {
      margin-top: -395px !important;
    }
  }
  @media (max-width: 767px) {
    .slider {
      position: relative;
      margin: 0;
      padding: 0;
      width: auto !important;
      float: left !important;
      z-index: 10;
    }
  }
  @media (max-width: 480px) {
    .slider {
      float: left !important;
      top: -270px;
      width: auto !important;
      z-index: 10;
    }
  }
  @media (max-width: 767px) {
    .bx-wrapper {
      position: relative;
      margin: 0;
      padding: 0;
      width: auto !important;
    }
  }
  @media (max-width: 767px) {
    .bx-wrapper img {
      max-width: 100%;
      display: block;
      margin: 0 auto;
    }
  }
  @media (max-width: 767px) {
    .bxslider li {
      width: auto !important;
      min-height: 100px;
      position: relative;
      padding: 12px 0 !important;
      color: #517386;
    }
  }
  @media (max-width: 767px) {
    .bxslider li .caption {
      min-height: 70px !important;
      width: 395px !important;
      margin-left: 14px !important;
      padding: 10px 10px 10px 30px !important;
      font-size: 14px;
      line-height: 1.5;
    }
  }
  @media (max-width: 767px) {
    .bxslider li .caption div {
      margin-top: 0;
    }
  }
  @media (max-width: 767px) {
    .bxslider li .caption p {
    }
  }
  @media (max-width: 767px) {
    .bxslider li .caption a.more {
      color: #517386;
      text-decoration: none;
      font-family: "Lato-BoldItalic", Tahoma, Geneva, sans-serif;
      font-weight: normal;
      font-style: normal;
    }
  }
  @media (max-width: 767px) {
    .bxslider li.prev-slide {
      color: #9ebcc1;
    }
  }
  @media (max-width: 767px) {
    .bxslider li.prev-slide .caption a.more {
      color: #9ebcc1;
    }
  }
  @media (max-width: 767px) {
    .bxslider li.active-slide {
      background: url(/templates/beton_2016_bootstrap/images/frame_sm.png)
        no-repeat top center !important;
    }
  }
  @media (max-width: 767px) {
    .bxslider li.active-slide:after {
      content: "";
      position: absolute;
      bottom: 8px !important;
      left: 0;
      width: 451px !important;
      height: 11px; /*background:url(/templates/beton_2016_bootstrap/images/frame-bottom_sm.png) no-repeat bottom center!important;*/
    }
  }
  @media (max-width: 480px) {
    .bxslider li.active-slide:after {
      content: "";
      position: absolute;
      bottom: 8px !important;
      left: 0;
      width: 325px !important;
      height: 11px; /*background:url(/templates/beton_2016_bootstrap/images/frame-bottom_xs.png) no-repeat bottom center!important;*/
    }
  }
  @media (max-width: 767px) {
    #faq {
      margin-top: 0;
      padding-top: 40px;
      margin-left: 0;
    }
  }
  @media (max-width: 480px) {
    .block5 {
      display: none;
      background: #06121e;
      position: relative;
      z-index: 2;
      margin-top: 0;
      min-height: 150px;
      height: 552px;
      min-width: auto;
    }
    ​ .block9,
    #map {
      margin-top: 0 !important;
    }
  }
  @media (max-width: 480px) {
    .bxslider li .caption {
      min-height: 70px !important;
      width: 267px !important;
      margin-left: 14px !important;
      padding: 10px 10px 10px 30px !important;
    }
  }
  @media (max-width: 480px) {
    .bxslider li.active-slide {
      background: url(/templates/beton_2016_bootstrap/images/frame_xs.png)
        no-repeat top center !important;
    }
    .block8 {
      background: #000000 !important;
    }
    .block7 ul li:first-child img,
    .block7 ul li:nth-child(2) img,
    .block7 ul li:nth-child(3) img,
    .block7 ul li:last-child img {
      display: none !important;
    }
  }
  .block6 {
    margin-top: -340px;
  }
  .block6 .content {
    padding-top: 242px;
  }
  .block6 div {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .block6 .header {
    background: url(/templates/beton_2016_bootstrap/images/header_work.png)
      no-repeat;
    width: 300px;
    height: 96px;
    color: #000;
    padding: 35px 0 0 28px;
    font-size: 24px;
    font-weight: bold;
  }
  @media (max-width: 767px) {
    .block6 .header {
      margin-top: 136px !important;
    }
  }
  @media (max-width: 480px) {
    .block6 .header {
      margin-top: 0 !important;
    }
  }
  @media (max-width: 767px) {
    .block6 li {
      padding: 5px 35px 5px 35px !important;
    }
  }
  .block6 .left {
    width: 455px;
    float: left;
    margin-left: 10px;
  }
  .block6 .right {
    width: 455px;
    float: right;
    margin: 70px 20px 0 0;
  }
  .block6 li {
    background: url(/templates/beton_2016_bootstrap/images/marker.png) no-repeat
      left center;
    display: block;
    padding: 0 35px 0 35px;
    margin: 20px 0;
    font-size: 14px;
  }
  @media (max-width: 480px) {
    .block6 li {
      font-size: 12px;
    }
  }
  .block6 .left li.item1 {
    background-position: 0 0;
  }
  .block6 .left li.item2 {
    background-position: 0 -127px;
  }
  .block6 .left li.item3 {
    background-position: 0 -189px;
    padding: 5px 0 7px 35px;
  }
  .block6 .left li.item4 {
    background-position: 0 -256px;
    padding: 5px 0 5px 35px;
  }
  .block6 .right li.item5 {
    background-position: 0 -319px;
    padding: 5px 0 5px 35px;
  }
  .block6 .right li.item6 {
    background-position: 0 -385px;
    padding: 5px 0 5px 35px;
  }
  .block6 .right li.item7 {
    background-position: 0 -565px;
    padding-bottom: 14px;
  }
  .block6 .right li.item8 {
    background-position: 0 -656px;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block6 .left {
      width: auto;
      float: left;
      margin: 0;
    }
  }
  @media (max-width: 767px) {
    .block6 .left {
      width: auto;
      float: left;
      margin: 0;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block6 .right {
      width: auto;
      float: right;
      margin: 0 0 10px 0;
    }
  }
  @media (max-width: 767px) {
    .block6 .right {
      width: auto;
      float: left;
      margin: 0;
    }
  }
  .block7 {
    background: url(/templates/beton_2016_bootstrap/images/bg4.jpg) no-repeat top
      center;
    margin-top: 0;
  }
  @media only screen and (min-width: 320px) and (max-device-width: 480px) {
    .block7 {
      margin-top: -120px;
    }
  }
  @media (max-width: 480px) {
    .block7 {
      margin-top: 0;
    }
  }
  .block7 .content {
    padding-top: 270px;
    background: url(/templates/beton_2016_bootstrap/images/header-form.png)
      no-repeat 10px 235px;
  }
  .block7 .note {
    position: absolute;
    top: 52px;
    right: 34px;
    text-align: center;
    font-size: 18px;
    color: #1d3341;
    font-style: italic;
  }
  .block7 .header {
    font-size: 35px;
    color: #282828;
    width: 100%;
    margin: 10px 0 0 26px !important;
    font-weight: bold;
  }
  .block7 .title {
    width: 432px;
    position: absolute;
    top: 280px;
    right: 85px;
    font-size: 17px;
    font-style: italic;
  }
  @media only screen and (min-width: 320px) and (max-device-width: 480px) {
    .block7 .header {
      font-size: 26px;
      margin: 8px 0 0 26px;
    }
    .block7 .title {
      font-size: 14px;
      right: 100px;
    }
  }
  .block7 ul {
    display: block;
    overflow: hidden;
    margin-top: 60px;
    padding-top: 190px;
    background-position-x: -40px;
  }
  .block7 ul li {
    display: block;
    float: left;
    font-size: 13px;
    margin: 0;
  }
  
  .block7 ul li div.list__title {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
  }
  .list__title {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
  }
  .block7 ul li div span {
    position: relative;
  }
  .block7 ul li div span:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -10px;
    background: url(/templates/beton_2016_bootstrap/images/corners.png) no-repeat;
    width: 27px;
    height: 30px;
    display: block;
  }
  .block7 ul li div span:after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: -10px;
    background: url(/templates/beton_2016_bootstrap/images/corners.png) no-repeat -27px
      0;
    width: 26px;
    height: 31px;
    display: block;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block7 .note {
      position: absolute;
      top: 52px;
      right: 0;
      text-align: center;
      font-size: 16px;
      color: #1d3341;
      font-style: italic;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block7 .title {
      width: 305px;
      position: absolute;
      top: 280px;
      right: 0;
      font-size: 16px;
      font-style: italic;
      float: right;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block7 ul {
      display: block;
      overflow: hidden;
      background: url(/templates/beton_2016_bootstrap/images/bg-form_sm.png)
        no-repeat;
      margin-top: 60px;
      padding-top: 190px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block7 ul li:first-child img {
      display: block;
      position: absolute;
      top: 437px;
      left: 9px;
      width: 145px;
      height: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block7 ul li:nth-child(2) img {
      display: block;
      position: absolute;
      top: 440px;
      left: 260px;
      width: 145px;
      height: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block7 ul li:nth-child(3) img {
      display: block;
      position: absolute;
      top: 425px;
      left: 465px;
      width: 106px;
      height: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block7 ul li:last-child img {
      display: block;
      position: absolute;
      top: 437px;
      right: 0;
      width: 126px;
      height: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block7 ul li div {
      font-size: 16px;
      margin-bottom: 17px;
      line-height: 1.2;
      text-transform: uppercase;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block7 ul li:first-child {
      width: 155px;
      padding: 0 25px 15px 15px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block7 ul li:nth-child(2) {
      width: 177px;
      padding: 0 25px 15px 15px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block7 ul li:nth-child(3) {
      width: 155px;
      padding: 0 40px 15px 15px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block7 ul li:last-child {
      width: 128px;
      padding: 0 0;
    }
  }
  @media (max-width: 767px) {
    .block7 .content {
      padding-top: 270px;
      background: url(/templates/beton_2016_bootstrap/images/header-form_sx.png)
        no-repeat 10px 275px;
    }
  }
  @media (max-width: 767px) {
    .block7 .header {
      font-size: 15px;
      color: #282828;
      width: 100%;
      margin: 20px 0 0 9px !important;
    }
  }
  @media (max-width: 767px) {
    .block7 .note {
      position: absolute;
      top: 68px;
      right: 256px;
      text-align: center;
      font-size: 13px;
      color: #1d3341;
      font-style: italic;
    }
  }
  @media (max-width: 767px) {
    .block7 .title {
      width: 355px;
      position: absolute;
      top: 280px;
      right: 12px;
      font-size: 14px;
      font-style: italic;
    }
  }
  @media (max-width: 767px) {
    .block7 ul li:first-child img {
      height: 0;
      width: 0;
    }
  }
  @media (max-width: 767px) {
    .block7 ul li:nth-child(2) img {
      height: 0;
      width: 0;
    }
  }
  @media (max-width: 767px) {
    .block7 ul li:nth-child(3) img {
      height: 0;
      width: 0;
    }
  }
  @media (max-width: 767px) {
    .block7 ul li:last-child img {
      height: 0;
      width: 0;
    }
  }
  @media (max-width: 767px) {
    .block7 ul {
      display: block;
      overflow: hidden;
      background: none;
      margin-top: 0;
      padding-top: 45px;
    }
  }
  @media (max-width: 767px) {
    .block7 ul li:first-child {
      width: auto;
      padding: 15px 25px 15px 15px;
    }
  }
  @media (max-width: 767px) {
    .block7 ul li:nth-child(2) {
      width: auto;
      padding: 15px 25px 15px 15px;
    }
  }
  @media (max-width: 767px) {
    .block7 ul li:nth-child(3) {
      width: auto;
      padding: 15px 40px 15px 15px;
    }
  }
  @media (max-width: 767px) {
    .block7 ul li:last-child {
      width: auto;
      padding: 15px 40px 15px 15px;
    }
  }
  @media (max-width: 480px) {
    .block7 .header {
      font-size: 15px;
      color: #282828;
      width: 100%;
      margin: 0 0 0 10px !important;
    }
  }
  @media (max-width: 480px) {
    .block7 .content {
      padding-top: 294px;
      background: url(/templates/beton_2016_bootstrap/images/header-form_sx.png)
        no-repeat 10px 275px;
    }
  }
  @media (max-width: 480px) {
    .block7 .title {
      width: 153px;
      position: absolute;
      top: 284px;
      right: 0;
      font-size: 11px;
      font-style: italic;
      display: none;
    }
  }
  @media (max-width: 480px) {
    .block7 .note {
      position: absolute;
      top: 67px;
      right: 135px;
      text-align: center;
      font-size: 14px;
      color: #1d3341;
      font-style: italic;
    }
  }
  .block8 {
    background: url(/templates/beton_2016_bootstrap/images/bg5.png) no-repeat
      bottom center;
    position: relative;
    z-index: 3;
    min-height: 912px;
    min-width: 990px;
  }
  @media (max-width: 767px) {
    .block8 {
      background: url(/templates/beton_2016_bootstrap/images/bg5.png) no-repeat
        bottom center;
      position: relative;
      z-index: 3;
      min-height: 912px;
      min-width: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block8 {
      min-width: auto;
    }
  }
  .block8 .content {
    background: url(/templates/beton_2016_bootstrap/images/bg-calculator.png)
      no-repeat 10px 155px;
    padding-top: 220px;
    min-height: 676px;
  }
  .block8 .header {
    font-size: 38px;
    color: #fff;
    margin: 0 0 0 135px !important;
    width: 350px;
    line-height: 1;
    font-weight: bold;
  }
  .block8 .calculator2 {
    position: absolute;
    right: 32px;
    top: 227px;
    width: 487px;
    height: 433px;
    background: url(/templates/beton_2016_bootstrap/images/calculator3.png)
      no-repeat;
  }
  .block8 .proposal {
    width: 355px;
    height: 110px;
    color: #fff;
    font-size: 17px;
    margin: 110px 0 10px 70px;
  }
  .block8 .proposal p {
    margin-bottom: 20px;
  }
  .block8 .proposal > div {
    display: inline-block;
    margin-right: 15px;
  }
  .block8 input[type="radio"] {
    display: none;
  }
  .block8 input[type="radio"] + label {
    font-size: 24px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
  }
  .block8 input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-right: 10px;
    background: url(/templates/beton_2016_bootstrap/images/radio.png) no-repeat;
    vertical-align: top;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block8 .content {
      background: url(/templates/beton_2016_bootstrap/images/bg-calculator_sm.png)
        no-repeat 10px 181px;
      padding-top: 220px;
      min-height: 440px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block8 .header {
      font-size: 29px;
      color: #fff;
      margin: 13px 0 0 112px !important;
      width: 255px;
      line-height: 1;
    }
  }
  @media (max-width: 480px) {
    .block8 .header {
      color: #231f20 !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block8 .calculator2 {
      position: absolute;
      right: -7px;
      top: 227px;
      width: auto;
      height: 433px;
      background: url(/templates/beton_2016_bootstrap/images/calculator3.png)
        no-repeat;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block8 .proposal {
      width: 295px;
      height: 110px;
      color: #fff;
      font-size: 15px;
      margin: 83px 0 10px 56px;
    }
  }
  @media (max-width: 767px) {
    .block8 .calculator2 {
      right: 0;
      background: url(/templates/beton_2016_bootstrap/images/calculator3.png)
        no-repeat;
      position: relative;
      top: -83px;
      width: auto;
      height: 423px;
      left: 232px;
    }
  }
  @media (max-width: 767px) {
    .block8 .header {
      font-size: 21px;
      color: #fff;
      margin: 0 0 0 90px !important;
      width: 161px;
      line-height: 23px;
    }
  }
  @media (max-width: 767px) {
    .block8 .content {
      background: url(/templates/beton_2016_bootstrap/images/bg-calculator_xs.png)
        no-repeat 5px 105px;
      padding-top: 160px;
      min-height: 440px;
    }
  }
  @media (max-width: 767px) {
    .block8 .proposal {
      width: 263px;
      height: 110px;
      color: #fff;
      font-size: 13px;
      margin: 68px 0 10px 48px;
    }
  }
  @media (max-width: 480px) {
    .block8 .header {
      font-size: 21px;
      color: #fff;
      margin: 0 0 0 119px !important;
      width: 161px;
      line-height: 23px;
    }
  }
  @media (max-width: 480px) {
    .block8 .proposal {
      width: 263px;
      height: 110px;
      color: #fff;
      font-size: 13px;
      margin: 68px 0 10px 81px;
    }
  }
  .block8 input[type="radio"] + label::before {
    background-position: 0px 0px;
  }
  .block8 input[type="radio"]:checked + label::before {
    background-position: -27px 0px;
  }
  .block8 input[type="radio"]:disabled + label::before {
    background-position: 0px 0px;
  }
  .block8 input[type="radio"]:checked:disabled + label::before {
    background-position: 0px 0px;
  }
  ​ .block9,
  #map {
    margin-top: -260px;
    min-height: 500px;
    position: relative;
    z-index: 2;
    min-width: auto;
  }
  .block9 .content {
    padding-top: 0;
    position: static;
  }
  .block9 .banner {
    position: absolute;
    left: 80px;
    bottom: 161px;
  }
  .banner {
    width: 300px;
    height: 266px;
    background: url(/templates/beton_2016_bootstrap/images/banner.png) no-repeat;
  }
  .banner a {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 177px;
    height: 52px;
    background: url(/templates/beton_2016_bootstrap/images/btn.png) no-repeat;
    margin-left: -90px;
  }
  .banner a:hover {
    -webkit-filter: brightness(110%);
  }
  .banner a:active {
    bottom: 38px;
  }
  .block9 .contacts {
    position: absolute;
    right: 92px;
    bottom: 405px;
    display: inline-block;
    overflow: hidden;
    font-weight: 700;
    background: url(/templates/beton_2016_bootstrap/images/map_arrow.png)
      no-repeat;
    width: 575px;
    height: 217px;
  }
  .block9 .contacts li {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    margin: 33px 0 0 144px;
    line-height: 0;
    top: 61px;
    position: relative;
  }
  .block9 .contacts li:first-child {
    font-size: 30px;
  }
  .block9 .contacts a {
    text-decoration: none;
    color: #231f20;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block9 .contacts {
      background: url(/templates/beton_2016_bootstrap/images/map_arrow_sm.png)
        no-repeat !important;
      position: absolute !important;
      right: 0 !important;
      bottom: 333px !important;
      display: inline-block !important;
      overflow: hidden !important;
      font-weight: 700 !important;
      width: auto !important;
      height: 143px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block9 .contacts li:first-child {
      font-size: 25px !important;
      right: 40px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block9 .contacts li:last-child {
      font-size: 10px !important;
      right: 40px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block9 .contacts li {
      display: block;
      text-transform: uppercase;
      margin: 17px 0 0 111px !important;
      line-height: 0;
      top: 34px !important;
      position: relative;
    }
  }
  @media (max-width: 767px) {
    .block9 .contacts {
      background: url(/templates/beton_2016_bootstrap/images/map_arrow_sm.png)
        no-repeat !important;
      position: absolute !important;
      right: 0 !important;
      bottom: 333px !important;
      display: inline-block !important;
      overflow: hidden !important;
      font-weight: 700 !important;
      width: auto !important;
      height: 143px !important;
    }
    .block9 .contacts li {
      display: block;
      font-size: 15px;
      text-transform: uppercase;
      margin: 24px 0 0 72px;
      line-height: 0;
      top: 51px;
      position: relative;
    }
  }
  @media (max-width: 767px) {
    .block9 .contacts li:first-child {
      font-size: 17px !important;
      right: 36px;
      margin: 2px 0 0 111px;
      top: 29px;
    }
  }
  @media (max-width: 767px) {
    .block9 .contacts li:last-child {
      font-size: 10px !important;
      right: 40px;
      margin: 32px 0 0 111px;
      top: 46px;
    }
  }
  @media (max-width: 767px) {
    .banner {
      background: none;
      width: 0;
      height: 0;
    }
  }
  @media (max-width: 767px) {
    .calculat_order {
      position: absolute;
      width: 465px;
      float: right;
      text-align: center;
      background: url("/templates/beton_2016_bootstrap/images/calculat_order.png")
        no-repeat;
      color: #282828;
      font-size: 30px;
      height: 94px;
      font-weight: bold;
      padding: 23px 0;
      right: 0;
      display: none;
    }
  }
  @media (max-width: 767px) {
    .banner a {
      background: none;
      width: 0;
      height: 0;
    }
  }
  .bottom {
    background: #000;
    width: 100%;
    height: 122px;
    overflow: hidden;
  }
  .sms-form p {
    color: #252525;
    text-transform: uppercase;
    font-family: "Open Sans", Tahoma, Geneva, sans-serif;
    font-weight: normal;
    line-height: normal;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 5px;
    padding-left: 5px;
  }
  .sms-form input:focus,
  select:focus {
    outline-style: none !important;
  }
  .sms-form option {
    border: 0;
  }
  .sms-form .select {
    width: 158px;
    height: 33px !important;
    background: url(/templates/beton_2016_bootstrap/images/sms-form.png) no-repeat
      0 -34px;
    white-space: nowrap;
    border: 0;
    color: #5d5d5d;
    font-size: 12px;
    font-family: "Open Sans", Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    padding: 8px 10px 0 10px;
  }
  .sms-form input {
    width: 158px;
    height: 33px;
    background: url(/templates/beton_2016_bootstrap/images/sms-form.png) no-repeat
      0 0;
    white-space: nowrap;
    border: 0;
    padding: 3px 10px;
    color: #5d5d5d;
    font-size: 12px;
    font-family: "Open Sans", Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .sms-form .line1,
  .sms-form .line2,
  .sms-form .line3 {
    clear: both;
  }
  .sms-form .line3 input[type="number"] {
    width: 79px;
    height: 38px;
    background: url(/templates/beton_2016_bootstrap/images/sms-form.png) no-repeat
      0 -80px;
    padding: 6px 9px 6px 9px;
  }
  .sms-form .line3 input[type="submit"] {
    width: 174px;
    height: 49px;
    background: url(/templates/beton_2016_bootstrap/images/sms-form.png) no-repeat
      0 -119px;
    float: right;
    color: #121834;
    font-size: 17px;
    font-family: "Open Sans", Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #f6ce7e;
    padding: 3px 0 0 0;
    cursor: pointer;
  }
  .sms-form .line3 input[type="submit"]:hover {
    -webkit-filter: brightness(110%);
  }
  .sms-form .line3 input[type="submit"]:active {
    margin-top: 2px;
  }
  .sms-form .results {
    clear: both;
    text-align: center;
    padding-top: 15px;
    font-size: 13px;
    font-family: "Open Sans", Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: green;
  }
  .good {
    text-align: center;
    font-size: 13px;
    color: green;
    background: #c9c9d0;
    z-index: 100000;
    position: relative;
    padding: 13px 0;
  }
  .fail {
    text-align: center;
    font-size: 13px;
    color: red;
    background: #c9c9d0;
    z-index: 100000;
    position: relative;
    padding: 13px 0;
    top: -6px;
  }
  .block1 .sms-form {
    padding: 0 15px;
  }
  .block1 .sms-form .line1,
  .block1 .sms-form .line2,
  .block1 .sms-form .line3 {
    padding-top: 38px;
  }
  .block1 .sms-form .line1 > div {
    float: right;
  }
  .block1 .sms-form .line2 > div {
    width: 158px;
    float: left;
  }
  .block1 .sms-form .line2 > div:nth-child(2) {
    margin: 0 11px;
  }
  .block1 .sms-form .line3 {
    padding-top: 10px;
  }
  .block1 .sms-form .line3 p {
    float: left;
    padding-top: 18px;
  }
  .block1 .sms-form .line3 input[type="number"] {
    float: left;
    margin: 5px 15px 0 15px;
  }
  .block3 .sms-form .line1 > div,
  .block3 .sms-form .line2 > div,
  .block3 .sms-form .line3 > div,
  .block8 .sms-form .line1 > div,
  .block8 .sms-form .line2 > div,
  .block8 .sms-form .line3 > div {
    width: 158px;
    float: left;
    margin: 10px 10px;
  }
  .block3 .sms-form .line3 p,
  .block8 .sms-form .line3 p {
    float: left;
    padding-top: 18px;
  }
  .block3 .sms-form .line3 input[type="number"],
  .block8 .sms-form .line3 input[type="number"] {
    float: left;
    margin: 5px 0 0 5px;
  }
  .block3 .sms-form .results,
  .block8 .sms-form .results {
    padding-top: 10px;
  }
  .block8 .sms-form {
    width: 360px;
    margin: 135px 0 0 98px;
  }
  .content_delivery {
    background-color: #f3f4f9;
    float: right;
    width: auto;
    height: auto;
    margin-top: 96px;
    border-radius: 16px;
    opacity: 0.98;
    box-shadow: 0 0 4px #e8e8e8;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    z-index: 3;
  }
  .content_delivery p {
    line-height: 21px;
    color: #292a2b;
    font-size: 14px;
    padding: 0 10px 0 15px;
  }
  .content_delivery p a {
    text-decoration: none;
    border-bottom: 1px dashed #d20703;
    color: #d20703;
  }
  .content_delivery a {
    text-decoration: none;
    border-bottom: 1px dashed #d20703;
    color: #d20703;
  }
  .content_delivery p a:hover {
    text-decoration: none;
    border-bottom: none;
  }
  @media (max-width: 480px) {
    .content_delivery p {
      line-height: 21px;
      color: #292a2b;
      font-size: 13px;
      padding: 14px 10px 0 15px;
    }
    .block9 .contacts li {
      display: block;
      font-size: 13px;
      text-transform: uppercase;
      line-height: 0;
      top: 60px;
      position: relative;
    }
    .dob_tel {
      display: none !important;
    }
    .head {
      width: auto;
      height: auto;
    }
  }
  @media (max-width: 480px) {
    #back-form span {
      background-image: linear-gradient(to bottom, #f95050, #ff0000);
      background-image: -webkit-linear-gradient(bottom, #f95050, #ff0000);
      background-image: -moz-linear-gradient(bottom, #f95050, #ff0000);
      background-image: -o-linear-gradient(bottom, #f95050, #ff0000);
      background-image: -ms-linear-gradient(bottom, #f95050, #ff0000);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f95050,endColorstr=#ff0000);
      box-shadow: 0px 2px 13px 0px #000;
      cursor: pointer;
      width: 69px !important;
      border-radius: 76%;
      position: fixed;
      right: 13px !important;
      z-index: 999999999;
      text-align: center;
      text-shadow: 1px 1px #fff;
      padding: 18px 0 !important;
      font-size: 11px !important;
      transition: opacity 300ms ease-in-out;
      -moz-transition: opacity 300ms ease-in-out;
      -webkit-transition: opacity 300ms ease-in-out;
      -o-transition: opacity 300ms ease-in-out;
      opacity: 0.9;
      color: black;
      font-weight: bold;
      top: 135px;
    }
  }
  .content_delivery h2 {
    padding: 20px 10px 0 15px;
    text-align: center;
    font-size: 20px;
  }
  @media (max-width: 480px) {
    .content_delivery h2 {
      padding: 0 0 0 0;
      text-align: center;
      font-size: 15px;
    }
  }
  .content_delivery ul li {
    margin-left: 38px;
    color: #444;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .content_delivery {
      background-color: #f3f4f9;
      float: right;
      width: auto;
      height: auto;
      margin-top: 96px;
      border-radius: 16px;
      opacity: 0.89;
      box-shadow: 0 0 10px #e8e8e8;
      overflow: hidden;
      padding-bottom: 20px;
      position: relative;
      left: 55px;
    }
  }
  @media (max-width: 767px) {
    .content_delivery {
      background-color: #f3f4f9;
      float: left;
      width: 485px;
      height: auto;
      margin-top: 514px;
      border-radius: 16px;
      opacity: 0.89;
      box-shadow: 0 0 10px #e8e8e8;
      overflow: hidden;
      padding-bottom: 20px;
      margin-left: 37px;
    }
  }
  @media (max-width: 480px) {
    .content_delivery {
      background-color: #f3f4f9;
      width: 280px;
      height: auto;
      margin-top: 50px;
      opacity: 0.9;
      box-shadow: 0 0 10px #e8e8e8;
      padding-bottom: 20px;
      left: 0;
      position: relative;
      float: left;
    }
  }
  .links h2 {
    font-size: 15px;
    margin-bottom: 5px;
    text-align: left;
  }
  .links_left {
    position: relative;
    display: block;
    float: left;
    width: 250px;
    list-style: none;
  }
  .links_left li,
  .links_right li {
    padding: 5px 0 5px 14px;
  }
  .links_left li a,
  .links_right li a {
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px dashed #69686a;
  }
  .links_left li a:hover,
  .links_right li a:hover {
    text-decoration: none;
    color: #e8990b;
    border-bottom: none;
  }
  .links_right {
    position: relative;
    display: block;
    float: right;
    width: 250px;
    list-style: none;
  }
  .sms-form input[type="number"] {
    width: 60px;
    height: 27px;
    background: url(/templates/beton_2016_bootstrap/images/sms-form.png) no-repeat
      0 -78px;
    padding: 6px 5px 6px 15px;
  }
  .sms-form input[type="submit"] {
    width: 174px !important;
    height: 49px;
    background: url(/templates/beton_2016_bootstrap/images/sms-form.png) no-repeat
      0 -119px;
    float: right;
    color: #121834;
    font-size: 17px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #f6ce7e;
    padding: 3px 0 0 0;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
  }
  .sms-form input[type="submit"]:hover {
    -webkit-filter: brightness(110%);
  }
  .sms-form input[type="submit"]:active {
    margin-top: 2px;
  }
  .sms-form .results {
    clear: both;
    text-align: center;
    padding-top: 12px;
    font-size: 13px;
    color: green;
  }
  .block1 .sms-form {
    padding: 0 15px;
  }
  .block1 .sms-form input[type="number"] {
    margin: 5px 15px 0 15px;
  }
  .block3 .sms-form {
    width: 360px;
    position: absolute;
    z-index: 3;
    margin: 217px 0 0 38px;
  }
  @media (max-width: 480px) {
    .block3 .sms-form {
      width: 360px;
      margin: 230px 0 0 20px;
      position: relative;
    }
  }
  .block3 .sms-form .results,
  .block8 .sms-form .results {
    padding-top: 10px;
  }
  .block8 .sms-form {
    width: 360px;
    margin: 135px 0 0 100px;
  }
  .inner {
    position: relative;
    overflow: hidden;
    min-width: 980px;
    padding: 10px;
    margin: 0 auto;
    line-height: 21px;
    top: 55px;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .inner {
      position: relative;
      overflow: hidden;
      min-width: auto;
      padding: 10px;
      margin: 0 auto;
      line-height: 21px;
      top: 90px;
    }
  }
  @media (max-width: 767px) {
    .inner {
      position: relative;
      overflow: hidden;
      min-width: auto;
      padding: 10px;
      margin: 0 auto;
      line-height: 21px;
      top: 55px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .inner h1 {
      background: url(/templates/beton_2016_bootstrap/images/inner_h1.png)
        no-repeat;
      width: 442px;
      height: 273px;
      color: #000;
      padding: 29px 0 0px 113px;
      font-size: 42px;
      line-height: 34px;
    }
  }
  .inner h1 {
    background: url(/templates/beton_2016_bootstrap/images/inner_h1.png) no-repeat;
    width: 442px;
    height: 273px;
    color: #000;
    padding: 29px 0 0px 113px;
    font-size: 29px;
    line-height: 34px;
  }
  @media (max-width: 480px) {
    .inner h1 {
      background: url(/templates/beton_2016_bootstrap/images/inner_h1_xs.png)
        no-repeat;
      width: 470px;
      height: 273px;
      color: #fdc62b;
      text-shadow: 1px 1px #777;
      padding: 29px 0 0px 0;
      font-size: 20px;
      line-height: 0px;
    }
  }
  @media (max-width: 480px) {
    .block_inner {
      position: relative;
      float: left;
      overflow: hidden;
      width: auto !important;
      top: -206px !important;
      border: 1px solid #fdce41;
      left: 10px !important;
      padding-bottom: 30px;
    }
  }
  @media (max-width: 480px) {
    .phrase {
      font-size: 14px !important;
      text-align: center;
      padding: 5px 0px !important;
    }
  }
  .block_inner {
    position: relative;
    float: right;
    overflow: hidden;
    width: 932px;
    top: -107px;
    border: 1px solid #fdce41;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block_inner {
      position: relative;
      float: right;
      overflow: hidden;
      width: auto;
      top: -107px;
      border: 1px solid #fdce41;
      left: 45px;
      margin-right: 45px;
      padding-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .block_inner {
      position: relative;
      float: left;
      overflow: hidden;
      width: 630px;
      top: -107px;
      border: 1px solid #fdce41;
      left: 45px;
      margin-right: 45px;
      padding-bottom: 30px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .line5 {
      position: relative;
      float: left;
      width: 300px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .line6 {
      position: relative;
      float: right !important;
      width: 250px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .send5 {
      width: 158px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .line7 {
      position: relative;
      float: right;
      right: 70px !important;
      top: 37px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .fail {
      font-size: 13px;
      color: red;
      position: absolute;
      top: 665px;
      left: 45px;
    }
  }
  .fail-sms2 {
    text-align: center;
    color: red;
    font-size: 13px;
  }
  @media (max-width: 480px) {
    .fail-sms2 {
      color: red;
      font-size: 9px;
    }
  }
  .fail_sms3 {
    text-align: center;
    color: red;
    font-size: 13px;
  }
  @media (max-width: 767px) {
    .line5 {
      position: relative;
      float: left;
      width: 295px;
    }
  }
  @media (max-width: 767px) {
    .line6 {
      position: relative;
      float: right !important;
      width: 255px !important;
    }
  }
  @media (max-width: 767px) {
    .line7 {
      position: relative;
      float: right;
      right: 77px !important;
      top: 37px !important;
    }
  }
  @media (max-width: 480px) {
    .line5 {
      position: relative;
      float: left;
      width: 175px !important;
    }
  }
  @media (max-width: 480px) {
    .line5 {
      position: relative;
      float: left;
      width: 140px !important;
    }
  }
  @media (max-width: 480px) {
    .line6 {
      position: relative;
      float: left !important;
      width: auto !important;
    }
  }
  @media (max-width: 480px) {
    #form_email p {
      font-size: 9px !important;
    }
  }
  @media (max-width: 480px) {
    .txtdetali {
      position: relative;
      top: 40px;
    }
  }
  @media (max-width: 480px) {
    .block_inner {
      padding-bottom: 85px;
    }
  }
  @media (max-width: 480px) {
    .line7 {
      right: 60px !important;
    }
  }
  @media (max-width: 480px) {
    .form_preorder input {
      width: 138px !important;
      height: 19px;
      background: url(/templates/beton_2016_bootstrap/images/sms-form_xs.png)
        no-repeat 0 0;
      white-space: nowrap;
      border: 0;
      padding: 3px 10px;
      color: #5d5d5d;
      font-size: 10px;
      font-family: "Open Sans", Tahoma, Geneva, sans-serif;
      font-weight: normal;
      font-style: normal;
    }
  }
  @media (max-width: 480px) {
    .fail {
      position: absolute;
      top: 250px;
      font-size: 14px;
      text-shadow: 1px 1px #000;
      color: #fff;
    }
  }
  @media (max-width: 480px) {
    .error-holder {
      position: absolute;
      top: 493px;
      color: red;
      font-size: 12px;
      text-align: center;
      left: 68px;
    }
  }
  @media (max-width: 480px) {
    .good_email {
      position: absolute;
      top: 490px;
      text-align: center;
      right: 0;
      color: green;
      font-size: 11px;
    }
  }
  .block_inner p,
  .block_inner h2 {
    padding: 0 0 5px 0;
  }
  .block_inner ul {
    list-style: initial;
    margin: 0px 0 10px 32px;
  }
  .price_2 table {
    margin: 25px 2px;
    box-shadow: 0 0 10px #777;
  }
  .price_2 tbody {
  }
  .price_2 table th {
    border: 1px solid #fafdff;
    background: #ffd942;
    color: #000;
    line-height: 21px;
    font-weight: bold;
    vertical-align: middle;
    text-shadow: 0px 0px 1px #fff;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
  }
  .price_2 table th:first-child {
    border-left: 0px;
  }
  .price_2 table tr {
    background: #fafdff;
    border-left: 0px;
    border-bottom: 0px;
    border-right: 0px;
    line-height: 30px;
  }
  .price_2 table tr:hover {
    background: #def1ff;
  }
  .price_2 table td {
    padding: 0px 15px;
    border-left: 1px solid #fff;
    border-top: 1px solid #e0f1ff;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    text-align: center;
  }
  .price_2 table td:first-child {
    border-left: 0px;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .price_2 table {
      margin: 25px 5px;
      box-shadow: 0 0 10px #777;
      width: auto;
      text-align: center;
    }
  }
  
  input {
    outline: none;
  }
  .invalid {
    background: rgba(255, 0, 0, 0.4);
  }
  .error {
    position: absolute;
    width: 200px;
    height: 22px;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    margin-top: -35px;
    margin-left: -190px;
    display: inline-block;
    background: #fff;
    border: 1px solid #ff3333;
    z-index: 22;
  }
  .error::after,
  .error::before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .error::after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 9px;
    margin-left: -9px;
  }
  .error::before {
    border-color: rgba(202, 141, 0, 0);
    border-top-color: #ff3333;
    border-width: 11px;
    margin-left: -11px;
  }
  .action {
    position: absolute;
    margin-top: -27px;
    font-size: 17px;
  }
  .oren_beton {
    position: absolute;
    z-index: 99999;
    margin: 10px 5px 5px;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    #foot_tel {
      display: none;
    }
    .copy {
      position: absolute;
      top: 20px;
      left: 333px !important;
    }
    .bottom {
      background: #000;
      width: 100%;
      height: 79px;
      overflow: hidden;
    }
  }
  li #foot_tel {
    position: absolute;
    top: 10px !important;
    right: 0;
  }
  #foot_tel a {
    cursor: help;
  }
  #foot_tel small {
    font-size: 14px;
  }
  #foot_tel span {
    font-size: 22px;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    #foot_tel span {
      font-size: 22px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    #foot_tel small {
      font-size: 15px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .foot_head {
      float: none;
      position: relative;
      left: 303px;
      width: 203px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
      float: none;
      position: relative;
      left: 303px;
      width: 203px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .foot_nav li {
      padding: 0 9px 10px 9px !important;
    }
  }
  @media (max-width: 767px) {
    .foot_navbar ul li {
      float: left;
      width: auto;
    }
  }
  @media (max-width: 767px) {
    .foot_nav li {
      padding: 4px 0px 4px 5px !important;
    }
  }
  @media (max-width: 480px) {
    .foot_nav li {
      padding: 4px 0 4px 0 !important;
    }
  }
  #foot_tel {
    padding: 8px 7px 0 8px !important;
  }
  @media (max-width: 767px) {
    #foot_tel {
      padding: 0 7px 0 8px !important;
    }
  }
  @media (max-width: 767px) {
    #foot_tel small {
      font-size: 13px;
    }
  }
  @media (max-width: 767px) {
    #foot_tel span {
      font-size: 21px;
    }
  }
  @media (max-width: 480px) {
    #foot_tel {
      position: absolute;
      float: right;
      top: 22px;
      left: 222px;
    }
  }
  @media (max-width: 480px) {
    #foot_tel span {
      font-size: 15px;
    }
  }
  @media (max-width: 480px) {
    #foot_tel small {
      font-size: 11px;
    }
  }
  @media (max-width: 480px) {
    .foot_nav li a {
      font-size: 11px !important;
    }
  }
  @media (max-width: 767px) {
    .foot_nav li a {
      font-size: 12px !important;
    }
  }
  @media (max-width: 480px) {
    .block8 .content {
      background: url(/templates/beton_2016_bootstrap/images/bg-calculator_xs.png)
        no-repeat 33px 0;
      padding-top: 56px;
      min-height: 515px;
    }
  }
  @media (max-width: 480px) {
    .block8 .calculator2 {
      position: relative;
      right: 19px;
      top: -15px;
      width: auto;
      height: 423px;
      background: url(/templates/beton_2016_bootstrap/images/calculator3_xs.png)
        no-repeat;
      left: 0;
    }
  }
  @media (max-width: 480px) {
    .block8 .sms-form {
      width: 360px;
      margin: 135px 0 0 33px;
    }
  }
  @media (max-width: 480px) {
    .block9 .contacts li:last-child {
      font-size: 9px !important;
      right: 40px;
      margin: 27px 0 0 106px;
      top: 29px;
    }
  }
  @media (max-width: 480px) {
    .root {
      width: auto;
      position: relative;
      overflow: hidden;
    }
  }
  @media (max-width: 480px) {
    .bottom {
      width: auto;
      position: relative;
      overflow: hidden;
      height: auto;
    }
  }
  @media (max-width: 767px) {
    .bottom {
      width: auto;
      position: relative;
      overflow: hidden;
      height: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block2 .content .left table {
      width: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block2 .content .right table {
      width: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block3 .content {
      margin: 0 0 0 10px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block5 .content {
      padding-top: 400px;
      margin: 0 0 0 13px !important;
      z-index: 7;
      position: relative;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .head {
      width: auto;
    }
  }
  #master {
    position: fixed;
    left: -106px;
    top: 55%;
    margin-top: -15px;
    text-align: center;
    width: 250px;
    color: #272727;
    text-decoration: none;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    border-top: 2px solid #dbdcdd;
    background: #fdc62b;
    transform: rotate(90deg);
    z-index: 99999;
    font-weight: bold;
  }
  #master:hover {
    background: #f0ab18;
  }
  #form_email p {
    font-size: 13px;
  }
  .line5 {
    position: relative;
    float: left;
    width: 350px;
  }
  .line5 .left p,
  .line6 .left p {
    padding: 0 10px 0 10px;
    margin-top: 10px;
  }
  .line6 {
    position: relative;
    float: left;
    width: 500px;
  }
  .line7 {
    position: relative;
    float: right;
    right: 10px;
    top: 30px;
  }
  @media (max-width: 480px) {
    .txtdetali {
      width: 255px !important;
    }
  }
  input,
  textarea {
    background: linear-gradient(0deg, #e6e6e6 0, #f5f5f5 57%);
    box-shadow: 0 0 10px #e8e8e8;
    border: 1px solid #bdbdbd;
    resize: none;
    border-radius: 2px;
    border-bottom: 2px solid #a8a8a8;
    padding: 6px;
    color: #5d5d5d;
    font-size: 12px;
  }
  .phrase {
    font-size: 19px;
    color: #eb9f0f;
    text-shadow: 1px 1px #333;
  }
  ol {
    margin-left: 44px;
  }
  .dob_tel {
    margin-bottom: -10px !important;
    margin-top: 13px !important;
  }
  .gen_tel {
    font-size: 27px !important;
    top: 46px !important;
  }
  .e_mail_foot {
    text-transform: none !important;
    text-decoration: underline !important;
    margin-bottom: -9px !important;
  }
  @media (max-width: 480px) {
    .block1 .sms-form .line3 input[type="number"] {
      width: 60px !important;
      border: 0;
    }
  }
  @media (max-width: 480px) {
    .block3 .sms-form .line3 input[type="number"] {
      width: 60px !important;
      border: 0;
    }
  }
  @media (max-width: 480px) {
    .block8 .sms-form .line3 input[type="number"] {
      width: 60px !important;
    }
  }
  .inner_price {
    position: relative;
    float: left;
    overflow: hidden;
    width: 900px;
    top: -107px;
    border: 1px solid #fdce41;
    left: 59px;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .inner_price {
      position: relative;
      float: left;
      overflow: hidden;
      width: auto;
      top: -107px;
      border: 1px solid #fdce41;
      left: 59px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .price_2 {
      width: auto;
      position: relative;
      overflow: hidden;
      padding-right: 25px;
    }
  }
  @media (max-width: 767px) {
    .inner_price {
      position: relative;
      float: left;
      overflow: hidden;
      width: auto;
      top: -107px;
      border: none;
      left: 0;
    }
  }
  @media (max-width: 767px) {
    .price_2 {
      width: auto;
      position: relative;
      overflow: hidden;
      padding: 0 20px;
    }
  }
  @media (max-width: 480px) {
    .inner_head {
      font-size: 19px !important;
      background: none !important;
      width: auto !important;
      line-height: 24px !important;
    }
  }
  
  @media (max-width: 480px) {
    .price a {
      color: #272727;
      background: #fdc62b;
      padding: 5px;
      border-bottom: 1px solid #777;
    }
  }
  #back-form {
    position: fixed;
    bottom: 0px;
    right: 30px;
    background: none;
    display: block !important;
    width: 56px;
    height: 180px;
    margin-top: -90px;
    z-index: 999999999;
    cursor: pointer;
  }
  #back-form a {
    display: block;
    text-align: left;
    font: 14px/100% Verdana;
    text-decoration: none;
    color: #341818;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
  }
  #back-form span {
    background-image: linear-gradient(
      to bottom,
      rgb(139, 195, 74),
      rgb(99, 142, 50)
    );
    background-image: -webkit-linear-gradient(
      bottom,
      rgb(139, 195, 74),
      rgb(99, 142, 50)
    );
    background-image: -moz-linear-gradient(
      bottom,
      rgb(139, 195, 74),
      rgb(99, 142, 50)
    );
    background-image: -o-linear-gradient(
      bottom,
      rgb(139, 195, 74),
      rgb(99, 142, 50)
    );
    background-image: -ms-linear-gradient(
      bottom,
      rgb(139, 195, 74),
      rgb(99, 142, 50)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=rgb(139, 195, 74),endColorstr=rgb(99, 142, 50));
    box-shadow: 0px 2px 13px 0px #000;
    cursor: pointer;
    width: 85px;
    border-radius: 100%;
    position: fixed;
    right: 116px;
    z-index: 999999999;
    text-align: center;
    text-shadow: 1px 1px #000;
    padding: 28px 0;
    font-size: 13px;
    transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    opacity: 1;
    color: #fff;
    font-weight: bold;
  }
  #back-form a:hover span {
    background-image: linear-gradient(
      to bottom,
      rgb(99, 142, 50),
      rgb(139, 195, 74)
    );
    background-image: -webkit-linear-gradient(
      bottom,
      rgb(99, 142, 50),
      rgb(139, 195, 74)
    );
    background-image: -moz-linear-gradient(
      bottom,
      rgb(99, 142, 50),
      rgb(139, 195, 74)
    );
    background-image: -o-linear-gradient(
      bottom,
      rgb(99, 142, 50),
      rgb(139, 195, 74)
    );
    background-image: -ms-linear-gradient(
      bottom,
      rgb(99, 142, 50),
      rgb(139, 195, 74)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr= #FFA400,endColorstr=#FFCF01);
  }
  #advice {
    width: 400px;
    margin-top: 20px;
    overflow: hidden;
  }
  @media (max-width: 480px) {
    #advice {
      width: 321px;
      margin-top: 20px;
      overflow: hidden;
    }
  }
  @media (max-width: 480px) {
    .orange_btn {
      width: 286px !important;
      height: 37px !important;
      font-size: 12px !important;
    }
  }
  @media (max-width: 480px) {
    #phone_mf,
    #name_mf {
      border-radius: 2px !important;
      margin: 0px 4px 6px 20px !important;
      padding: 0 0 0 10px !important;
      height: 30px !important;
      width: 119px !important;
    }
  }
  .orange_btn:hover {
    background-image: linear-gradient(to bottom, #ffa400, #ffcf01);
    background-image: -webkit-linear-gradient(bottom, #ffa400, #ffcf01);
    background-image: -moz-linear-gradient(bottom, #ffa400, #ffcf01);
    background-image: -o-linear-gradient(bottom, #ffa400, #ffcf01);
    background-image: -ms-linear-gradient(bottom, #ffa400, #ffcf01);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr= #FFA400,endColorstr=#FFCF01);
  }
  .orange_btn {
    background-image: linear-gradient(to bottom, #ffcf01, #ffa400);
    background-image: -webkit-linear-gradient(bottom, #ffcf01, #ffa400);
    background-image: -moz-linear-gradient(bottom, #ffcf01, #ffa400);
    background-image: -o-linear-gradient(bottom, #ffcf01, #ffa400);
    background-image: -ms-linear-gradient(bottom, #ffcf01, #ffa400);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFCF01,endColorstr=#FFA400);
    border: none;
    border-bottom: 4px solid #a16400;
    border-color: #a16400;
    color: #272626;
    cursor: pointer;
    margin-top: 25px;
    width: 363px;
    font-size: 25px;
    height: 50px;
    box-shadow: 0px 1px 12px 1px #c3c3c3;
    margin: 30px 10px 30px 20px;
    font-weight: bold;
  }
  .leave_request {
    text-align: center;
    font-size: 29px;
    color: #ffc40d;
    line-height: 25px;
    margin-top: 10px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #333;
  }
  .leave_request span {
    font-size: 18px;
    display: block;
    position: relative;
    top: 10px;
    line-height: 18px;
  }
  form label {
    display: block;
    font-size: 16px;
    text-align: left;
    padding: 8px 0px;
  }
  #phone_mf,
  #name_mf {
    border-radius: 2px;
    margin: 0px 4px 6px 20px;
    padding: 0 0 0 10px;
    height: 30px;
    width: 350px;
    font-size: 13px;
    color: #5d5d5d;
  }
  .thank {
    display: block;
    font-size: 35px;
    text-align: center;
    line-height: normal;
  }
  .thank p {
    margin-top: 0;
    font-size: 19px;
    padding-right: 25px;
    line-height: 28px;
    display: block;
    text-align: center;
  }
  .error-holder {
    text-align: center;
    margin-top: 5px;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block1 {
      background: url(/templates/beton_2016_bootstrap/images/bg1.jpg) no-repeat
        top center;
      min-height: 944px;
      min-width: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block2 {
      min-width: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block3 {
      min-width: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block4 {
      min-width: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block5 {
      min-width: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block6 {
      min-width: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block7 {
      min-width: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block8 {
      min-width: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .block9 {
      min-width: auto;
    }
  }
  @media (max-width: 480px) {
    .block9 .contacts li:first-child {
      font-size: 18px !important;
      right: 40px;
      margin: 25px 0 0 111px;
      top: 29px !important;
    }
  }
  @media (max-width: 480px) {
    .e_mail_foot {
      text-transform: none !important;
      text-decoration: underline !important;
      margin-bottom: -9px !important;
      margin-top: 0 !important;
      margin-left: 66px !important;
      font-size: 11px !important;
    }
  }
  @media (max-width: 480px) {
    form label {
      display: block;
      font-size: 8px;
      text-align: left;
      padding: 8px 0px 0;
    }
  }
  .concr_pump {
    float: left;
    position: relative;
    top: 206px;
    z-index: 10;
    left: 23px;
    cursor: pointer;
  }
  .concr_pump a {
    font-size: 14px;
    font-family: "Open Sans", Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #f6ce7e;
    padding: 6px 10px;
    cursor: pointer;
    background: #f0ac18;
    background: linear-gradient(0deg, #e79609 0, #fcc52a 50%);
    color: #121834;
    border: 1px solid #f7cc44;
    border-radius: 3px;
  }
  .concr_pump a:hover {
    background: #f0ac18;
    background: linear-gradient(0deg, #fcc52a 0, #e79609 50%);
    text-decoration: none;
  }
  .pump {
    padding-left: 26px !important;
    padding-right: 25px !important;
    position: relative;
    top: 5px;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .concr_pump a {
      font-size: 12px;
      font-family: "Open Sans", Tahoma, Geneva, sans-serif;
      font-weight: normal;
      font-style: normal;
      text-transform: none;
      text-shadow: 1px 1px 0 #f6ce7e;
      padding: 6px 6px;
      cursor: pointer;
      background: #f0ac18;
      background: linear-gradient(0deg, #e79609 0, #fcc52a 50%);
      color: #121834;
      border: 1px solid #f7cc44;
      border-radius: 3px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .pump {
      padding-left: 18px !important;
      padding-right: 16px !important;
      position: relative;
      top: 5px;
    }
  }
  @media (max-width: 767px) {
    .concr_pump {
      float: left;
      position: absolute;
      top: 232px;
      z-index: 10;
      left: 411px;
      cursor: pointer;
    }
  }
  @media (max-width: 767px) {
    .concr_pump a {
      font-size: 11px;
      font-family: "Open Sans", Tahoma, Geneva, sans-serif;
      font-weight: normal;
      font-style: normal;
      text-transform: none;
      text-shadow: 1px 1px 0 #f6ce7e;
      padding: 6px 3px;
      cursor: pointer;
      background: #f0ac18;
      background: linear-gradient(0deg, #e79609 0, #fcc52a 50%);
      color: #121834;
      border: 1px solid #f7cc44;
      border-radius: 3px;
    }
  }
  @media (max-width: 767px) {
    .pump {
      padding-left: 13px !important;
      padding-right: 13px !important;
      position: relative;
      top: 5px;
    }
  }
  @media (max-width: 480px) {
    .concr_pump {
      float: left;
      position: absolute;
      top: 609px;
      z-index: 10;
      left: 10px;
      cursor: pointer;
    }
  }
  @media (max-width: 480px) {
    .pump {
      padding-left: 13px !important;
      padding-right: 13px !important;
      position: relative;
      top: -37px;
      float: right;
      left: 160px;
    }
  }
  @media (max-width: 767px) {
    .root {
      width: auto;
      position: relative;
      overflow: hidden;
    }
  }
  .calculat_order {
    position: absolute;
    width: 465px;
    float: right;
    text-align: center;
    background: url("/templates/beton_2016_bootstrap/images/calculat_order.png")
      no-repeat;
    color: #282828;
    font-size: 30px;
    height: 94px;
    font-weight: bold;
    padding: 23px 0;
    right: 0;
  }
  .calculat_order span {
    position: relative;
    left: 40px;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .calculat_order {
      position: absolute;
      width: 431px;
      float: right;
      text-align: center;
      background: url("/templates/beton_2016_bootstrap/images/calculat_order.png")
        no-repeat;
      color: #282828;
      font-size: 30px;
      height: 94px;
      font-weight: bold;
      padding: 23px 0;
      right: 0;
      top: 206px;
    }
  }
  .form_banner {
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .form_banner span {
    font-size: 21px;
  }
  .InpName3,
  .InpPhone3 {
    background: linear-gradient(0deg, #e6e6e6 0, #f5f5f5 70%);
    box-shadow: 0 0 10px #e8e8e8;
    border: 1px solid #bdbdbd;
    resize: none;
    border-radius: 2px;
    border-bottom: 2px solid #a8a8a8;
    padding: 6px;
    color: #5d5d5d;
    font-size: 12px;
    height: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .send3 {
    position: relative;
    height: 39px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #f0a916;
    color: #333;
    border-radius: 1px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background: #ffc000;
    background: linear-gradient(0deg, #fec72b 0, #eea614 79%);
  }
  .send3:hover {
    background: linear-gradient(0deg, #eea614 0, #fec72b 79%);
  }
  .fancybox-inner {
    overflow: auto;
    width: 415px !important;
    height: 100px;
    padding: 10px;
  }
  @media (max-width: 480px) {
    .fancybox-inner {
      overflow: auto;
      width: 320px !important;
      height: 100px;
      padding: 10px;
    }
  }
  @media (max-width: 340px) {
    .block7 .title {
      width: auto;
      position: absolute;
      top: 344px;
      right: 0;
      font-size: 11px;
      font-style: italic;
    }
  }
  @media (max-width: 340px) {
    .block7 .note {
      position: absolute;
      top: 67px;
      right: 135px;
      text-align: center;
      font-size: 13px;
      color: #1d3341;
      font-style: italic;
    }
  }
  @media (max-width: 340px) {
    #advice {
      width: auto;
      margin-top: 20px;
      overflow: hidden;
    }
  }
  @media (max-width: 340px) {
    #phone_mf,
    #name_mf {
      border-radius: 2px;
      margin: 0px 4px 6px 20px;
      padding: 0 0 0 10px;
      height: 30px;
      width: 221px !important;
    }
  }
  @media (max-width: 340px) {
    .orange_btn {
      width: 232px !important;
      font-size: 12px !important;
    }
  }
  @media (max-width: 340px) {
    .fancybox-inner {
      overflow: auto;
      width: auto !important;
      height: 100px;
      padding: 10px;
    }
  }
  @media (max-width: 340px) {
    .leave_request {
      text-align: center;
      font-size: 23px;
      color: #ffc40d;
      line-height: 25px;
      margin-top: 10px;
      font-weight: bold;
      text-shadow: 0px 1px 1px #333;
    }
  }
  @media (max-width: 340px) {
    #foot_tel span {
      font-size: 11px;
    }
  }
  @media (max-width: 340px) {
    .block3 .header {
      font-size: 19px !important;
      width: 145px !important;
      top: 6px;
      left: -11px;
    }
  }
  @media (max-width: 340px) {
    .block3 .content {
      background: url(/templates/beton_2016_bootstrap/images/calculator2-xxs.png)
        no-repeat -17px 185px !important;
      min-height: 840px;
    }
  }
  @media (max-width: 340px) {
    .sms-form input {
      width: 115px;
      height: 20px;
      background: #eeeeee;
      white-space: nowrap;
      border: 1px solid #bdbdbd;
      border-bottom: 2px solid #bdbdbd;
      padding: 3px 2px;
      color: #5d5d5d;
      font-size: 11px;
      font-family: "Open Sans", Tahoma, Geneva, sans-serif;
      font-weight: normal;
      font-style: normal;
    }
  }
  @media (max-width: 340px) {
    .sms-form p {
      color: #252525;
      text-transform: uppercase;
      font-family: "Open Sans", Tahoma, Geneva, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 10px;
      margin-bottom: 5px;
      padding-left: 5px;
    }
  }
  @media (max-width: 340px) {
    .block3 .sms-form .line1 > div,
    .block3 .sms-form .line2 > div,
    .block3 .sms-form .line3 > div,
    .block8 .sms-form .line1 > div,
    .block8 .sms-form .line2 > div,
    .block8 .sms-form .line3 > div {
      width: 126px;
      float: left;
      margin: 10px 10px;
    }
  }
  @media (max-width: 340px) {
    .block3 .sms-form {
      width: 279px;
      margin: 168px 0 0 20px;
      position: relative;
    }
  }
  @media (max-width: 340px) {
    .sms-form .select {
      width: 123px;
      height: 34px !important;
      background: url(/templates/beton_2016_bootstrap/images/select_xs.png)
        no-repeat;
      white-space: nowrap;
      border: 0;
      color: #5d5d5d;
      font-size: 12px;
      font-family: "Open Sans", Tahoma, Geneva, sans-serif;
      font-weight: normal;
      font-style: normal;
      padding: 10px 10px 0 10px;
    }
  }
  @media (max-width: 340px) {
    .block3 .sms-form .line3 input[type="number"],
    .block8 .sms-form .line3 input[type="number"] {
      float: left;
      margin: -18px 0 0 0px;
      border: 0;
    }
  }
  @media (max-width: 340px) {
    .block3 .sms-form .line3 p,
    .block8 .sms-form .line3 p {
      float: left;
      padding-top: 0;
    }
  }
  @media (max-width: 340px) {
    .block3 .sms-form .line3 input[type="number"],
    .block8 .sms-form .line3 input[type="number"] {
      width: 20px !important;
      border: 0;
    }
  }
  @media (max-width: 340px) {
    .sms-form .line3 input[type="submit"] {
      width: 155px !important;
      height: 47px;
      background: url(/templates/beton_2016_bootstrap/images/submitxs.png)
        no-repeat;
      float: right;
      color: #121834;
      font-size: 15px;
      font-family: "Open Sans", Tahoma, Geneva, sans-serif;
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      text-shadow: 1px 1px 0 #f6ce7e;
      padding: 3px 0 0 0;
      cursor: pointer;
      border: none;
      border-bottom: none;
      margin-top: -17px;
    }
  }
  @media (max-width: 340px) {
    .block8 .calculator2 {
      position: relative;
      right: 19px;
      top: -15px;
      width: auto;
      height: 423px;
      background: url(/templates/beton_2016_bootstrap/images/calculator3_xxs.png)
        no-repeat;
      left: 0;
    }
  }
  #form_construction {
    position: relative;
    width: 378px;
    height: 295px;
    border: 1px solid #fdce41;
    border-top: none;
    border-left: none;
    margin-bottom: 20px;
    left: -15px;
    padding-left: 15px;
  }
  .construction {
    position: relative;
    width: 200px;
    float: left;
  }
  .construction3 {
    position: relative;
    width: 184px;
    float: left;
  }
  .construction_send {
    float: left;
    position: relative;
    top: 34px;
  }
  #foot_nav li {
    padding: 14px 5px 0 9px;
  }
  #foot_nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }
  #foot_nav .current a {
    color: #fdc62a;
    border-bottom: 1px dashed #fdc62a;
    display: inline-block;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    #foot_nav li {
      padding: 0 8px 0 9px;
    }
  }
  @media (max-width: 480px) {
    .links_left {
      position: relative;
      display: block;
      float: left;
      width: 125px;
      list-style: none;
    }
  }
  @media (max-width: 480px) {
    .links_right {
      position: relative;
      display: block;
      float: right;
      width: 125px;
      list-style: none;
    }
  }
  @media (max-width: 480px) {
    .inner {
      position: relative;
      overflow: hidden;
      min-width: 295px;
      padding: 10px;
      margin: 0 auto;
      line-height: 21px;
      top: 27px;
    }
  }
  @media (max-width: 340px) {
    .content_delivery {
      background-color: #f3f4f9;
      width: 255px;
      height: auto;
      margin-top: 50px;
      opacity: 0.98;
      box-shadow: 0 0 4px #e8e8e8;
      padding-bottom: 20px;
      left: 0;
      position: relative;
      float: left;
    }
  }
  @media (max-width: 340px) {
    .block5 .header {
      top: -360px;
      left: 20px;
      color: #fff;
      float: none;
      text-shadow: none;
    }
  }
  @media (max-width: 340px) {
    .slider {
      float: left !important;
      top: -394px;
      width: auto !important;
      z-index: 10;
    }
  }
  @media (max-width: 340px) {
    .bx-wrapper .bx-pager {
      text-align: right;
      right: 19px;
    }
  }
  @media (max-width: 340px) {
    .block7 ul {
      display: block;
      overflow: hidden;
      background: none;
      margin-top: 0;
      padding-top: 85px;
    }
  }
  @media (max-width: 340px) {
    .two1 {
      top: -129px;
      position: relative;
      right: 51px;
      float: right !important;
    }
  }
  .logo_mtsite {
    display: block;
    width: 219px;
    height: 36px;
    background: url(/templates/beton_2016_bootstrap/images/mtsite.png) no-repeat;
    left: 0;
    z-index: 20;
    float: right;
    margin-left: 0;
    position: relative;
    top: 7px;
  }
  .logo_mtsite a {
    text-indent: -99999px;
    position: relative;
    font-size: 31px;
    display: block;
    width: 219px;
    height: 43px;
  }
  .design_site {
    font-size: 11px;
    margin-left: 0;
    right: 35px;
    position: absolute;
    top: 52px;
  }
  .mtsite {
    position: relative;
    width: 980px;
    display: block;
    z-index: 20;
    margin: 0 auto;
    color: #fff;
    padding-top: 10px;
  }
  .copy {
    position: relative;
    top: 20px;
    left: 185px;
  }
  .copy p {
    line-height: 5px;
    font-size: 14px;
  }
  .forbidden {
    position: relative;
    font-size: 11px;
    margin-left: 10px;
    top: 0;
    display: block;
    color: #fff;
  }
  .forbidden a {
    color: #efb200;
    font-weight: bold;
    font-size: 14px;
  }
  @media (max-width: 480px) {
    .mtsite {
      display: none;
    }
    .block4 li:nth-child(1) img,
    .block4 li:nth-child(2) img,
    .block4 li:nth-child(3) img,
    .block4 li:nth-child(4) img,
    .block4 li:nth-child(5) img {
      display: none !important;
    }
    ​ .block9,
    #map {
      display: none;
      min-height: 0;
      height: 0;
    }
    .block6 {
      display: none;
    }
    #contacts img {
      display: none;
      width: 0 !important;
      height: 0;
    }
  }
  @media (max-width: 767px) {
    .mtsite {
      display: none;
    }
  }
  @media (max-width: 991px) and (min-width: 768px) {
    .mtsite {
      display: block;
      width: auto;
      margin: 0 auto;
      padding: 0;
    }
    .logo_mtsite {
      display: block;
      width: 219px;
      height: 36px;
      background: url(/templates/beton_2016_bootstrap/images/mtsite.png) no-repeat;
      left: 0;
      z-index: 20;
      float: left;
      margin-left: 0;
      position: relative;
      top: 12px;
    }
    .forbidden {
      display: none;
    }
    .design_site {
      font-size: 11px;
      margin-left: 0;
      left: 0;
      position: absolute;
      top: 52px;
    }
    .arrow-bottom {
      top: 16px !important;
    }
  }
  .mixer_delivery {
    display: inline-block;
    border-bottom: none !important;
    background: linear-gradient(0deg, #e7980a 0, #f9bf25 35%);
    padding: 5px 10px;
    color: #121834 !important;
    border: 1px solid #eb9f0f;
    border-radius: 3px;
  }
  .line4 {
    position: absolute;
    bottom: 20px;
    z-index: 1;
  }
  .form__bottom {
    position: relative;
  }
  .form__checkbox p label {
    font-size: 10px;
    padding: 0;
  }
  .form__checkbox [type="checkbox"]:checked,
  .form__checkbox [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
  }
  .form__checkbox [type="checkbox"]:checked + label,
  .form__checkbox [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 1.9em;
    cursor: pointer;
  }
  .form__checkbox [type="checkbox"]:checked + label:before,
  .form__checkbox [type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #888;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  .form__checkbox [type="checkbox"]:checked + label:after,
  .form__checkbox [type="checkbox"]:not(:checked) + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: 2px;
    left: 0.2em;
    font-size: 1.2em;
    line-height: 0.8;
    color: #d33634;
    font-weight: 300;
    transition: all 0.2s;
  }
  .form__checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .form__checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .form__checkbox [type="checkbox"]:disabled:checked + label:before,
  .form__checkbox [type="checkbox"]:disabled:not(:checked) + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
  }
  .form__checkbox [type="checkbox"]:disabled:checked + label:after {
    color: #999;
  }
  .form__checkbox [type="checkbox"]:disabled + label {
    color: #aaa;
  }
  .form__checkbox label:hover:before {
    border: 1px solid #f4584f !important;
  }
  .send.disabled,
  .send[disabled],
  fieldset[disabled] .send {
    cursor: not-allowed !important;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
  }
  .town {
    display: block;
    position: absolute;
    text-align: left;
    top: 51px;
    font-size: 15px;
    z-index: 1000;
    color: #d9e5ed;
    padding: 0;
  }
  .town:hover {
    color: #d9e5ed;
  }
  .town i:before {
    content: "\f078";
    position: relative;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
  }
  
  .btn-menu {
    display: none;
  }
  
  .arrow-bottom {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 31px;
  }
  .arrow-bottom:after {
    content: "\f149";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
    color: #fff;
  }
  
  .sub-menu-parent a[href^="#events"] {
    pointer-events: none;
  }
  @media (max-width: 767px) {
    header h1 {
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro",
        "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      font-weight: bold;
      color: #fff;
      font-size: 28px;
      line-height: 48px;
      margin-left: 15px;
      float: left;
    }
    header nav ul {
      display: none;
    }
    .btn-menu {
      display: block;
      float: right;
      margin-top: 13px;
      margin-bottom: 2px;
      margin-right: 13px;
      border: 0;
      width: 40px;
      height: 25px;
      background-color: transparent;
      cursor: pointer;
      display: block;
      position: relative;
    }
    .btn-menu:focus {
      outline: 1px dotted #e0ae19;
    }
    .show_menu .btn-menu:focus {
      outline: none;
    }
    .btn-menu .text {
      display: block;
      text-indent: 150%;
      white-space: nowrap;
      overflow: hidden;
    }
    .btn-menu .bar,
    .btn-menu .bar:before,
    .btn-menu .bar:after {
      display: block;
      position: absolute;
      width: 40px;
      height: 5px;
      background-color: #fff;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
    .btn-menu .bar {
      top: 10px;
      left: 0;
    }
    .btn-menu .bar:before {
      position: absolute;
      content: "";
      top: 10px;
      left: 0;
    }
    .btn-menu .bar:after {
      position: absolute;
      content: "";
      top: -10px;
      left: 0;
    }
    .show .btn-menu .bar {
      background-color: transparent;
    }
    .show .btn-menu .bar:before {
      top: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .show .btn-menu .bar:after {
      top: 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    .mobile-nav {
      height: 0;
      overflow: hidden;
      position: fixed;
      top: 54px;
      left: 0;
      width: 100%;
      background-color: #000;
      border-top: none;
      border-bottom: none;
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out;
      z-index: 999999999;
      max-height: calc(100vh - 65px);
      overflow-y: auto;
      overflow-x: hidden;
    }
    .mobile-nav a {
      text-decoration: none;
      color: #fff;
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro",
        "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      font-size: 18px;
      text-indent: 10px;
      display: block;
      line-height: 42px;
      border-bottom: 1px solid #484747;
    }
    .mobile-nav a:focus,
    .mobile-nav a:hover,
    .mobile-nav a:active {
      background-color: #333;
    }
    .mobile-nav li:first-child a {
      border-top: 1px solid #484747;
    }
    .show .mobile-nav {
      height: auto;
    }
    .mobile-nav .dd + ul {
      height: 0;
      overflow: hidden;
      background-color: #000;
      -webkit-transition: height 0.3s ease-in-out;
      transition: height 0.3s ease-in-out;
    }
    .mobile-nav .dd + ul a {
      text-indent: 30px;
    }
    .mobile-nav .dd + ul a:focus,
    .mobile-nav .dd + ul a:hover,
    .mobile-nav .dd + ul a:active {
    }
    .mobile-nav .dd:after {
      content: "\25BC";
      margin-left: 5px;
      font-size: 20px;
    }
    .mobile-nav .dd-show + ul {
      height: auto !important;
    }
    main {
      position: relative;
    }
  }
  .bottom .town {
    display: block;
    position: relative;
    text-align: left;
    top: 0;
    font-size: 15px;
    z-index: 1000;
    color: #d9e5ed;
  }
  #tel b {
    color: #e9ad00;
  }
  .wrap-btn-calc {
    position: fixed;
    top: 22%;
    margin-right: 50px;
    z-index: 100000;
    background: #f6fbff;
    padding-left: 10px;
    border: 3px solid #fec72b;
    right: 0;
  }
  .wrap-btn-calc a:before {
    content: "\f1ec";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 64px;
  }
  .wrap-btn-calc a:hover {
    text-decoration: none;
  }
  .wrap-btn-calc a span {
    font-size: 14px;
    text-decoration: none;
    width: 140px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
  }
  .wrap-btn-calc a {
    color: #337ab7;
    text-decoration: none;
  }
  .mobile-nav {
    display: none;
  }
  .linkproduction li {
    list-style: none;
    background: url(/templates/beton_2016_bootstrap/images/beton_arrLI.png)
      no-repeat left;
    padding-left: 50px;
    margin-top: 27px;
    margin-bottom: 25px;
    height: 31px;
  }
  .bg-calc {
    border: 3px solid #f9be25;
    border-bottom: 0;
  }
  .lentochnii {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
  }
  .fundament {
    display: block;
    float: right;
    width: 50%;
    text-align: center;
  }
  .lentochnii h2 {
    color: #000;
    font-size: 14px;
  }
  .fundament h2 {
    color: #000;
    font-size: 14px;
  }
  .no-gutters {
    margin-top: 74px;
    position: relative;
    left: 60px;
  }
  .news-list {
    margin: 0 -10px;
  }
  .news-list_row .news-list__item {
    width: 100%;
    padding-bottom: 20px;
    float: left;
  }
  .news-list_row .news-list__photo {
    width: 20%;
    margin-right: 20px;
    margin-top: 10px;
    float: left;
  }
  .news-list__photo {
    padding: 10px;
    height: 110px;
    z-index: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .news-list__photo_decor {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 1;
    position: relative;
  }
  .news-list_row .news-list__body {
  }
  .news-list__body {
    padding-bottom: 40px;
    min-height: 100px;
  }
  .news-list_row .news-list__date {
    padding-top: 0;
  }
  .news-list__date {
    font-size: 10px;
    color: #666;
  }
  .news-list__title {
    font-weight: 700;
    font-size: 14px;
    padding: 11px 10px 11px 0;
  }
  .news-list_row .news-list__text {
    border-bottom: 0;
  }
  .news-list__text {
    font-size: 13px;
  }
  
  .call__marks {
    position: relative;
    text-align: center;
    margin: 20px 0;
    top: 10px;
  }
  .call__marks a {
    font-size: 14px;
    font-family: "Open Sans", Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #f6ce7e;
    padding: 10px 35px;
    cursor: pointer;
    background: #f0ac18;
    background: linear-gradient(0deg, #e79609 0, #fcc52a 50%);
    color: #121834;
    border: 1px solid #f7cc44;
    border-radius: 3px;
  }
  
  .results2 {
    position: relative;
    margin-bottom: -74px;
  }
  .inner__map {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
  .tver_logo {
    position: absolute;
    top: 0;
    background: #000;
    padding: 0 0 2px 0;
  }
  
  .input-text {
    width: 290px !important;
    background: #fff;
    margin-right: 18px;
    background-color: #f8f8f8;
    border-radius: 1px;
    border: solid 1px #e5e5e5;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    height: 40px;
  }
  .your-message {
    width: 290px !important;
    background: #fff;
    margin-right: 18px;
    background-color: #f8f8f8;
    border-radius: 1px;
    border: solid 1px #e5e5e5;
    color: inherit;
    display: block;
    outline: 0;
    padding: 1em;
    text-decoration: none;
    height: 120px;
  }
  
  .smiles {
    margin-top: 20px;
  }
  
  .input-btn {
    border-radius: 2px;
    border: 2px solid #f3b11c;
    color: #000000;
    display: inline-block;
    font-weight: 400;
    height: 3em;
    line-height: 3em;
    padding: 0 0.59em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    margin: 20px 0;
    width: 301px !important;
    background: none;
  }
  
  .comment {
    color: gray;
    border-top: 1px solid #ccc;
    background: #f5f6f6;
    margin: 0 0 10px;
    padding: 10px;
  }
  .commentadmin {
    background: #d1e1fa;
    margin: 0 0 10px 0;
  }
  .commentvisitor {
    background: #dff9e0;
    margin: 0 0 10px 0;
  }
  .commentnum {
    position: relative;
    margin: 0;
    background: url(/templates/beton_2016_bootstrap/images/commentnum.png)
      no-repeat top left;
    height: 40px;
    width: 55px;
    font-size: 85%;
    float: left;
  }
  .commentnum span {
    position: absolute;
    top: 5px;
    left: 10px;
  }
  .commentdate {
    font-size: 78%;
  }
  .metavisitor {
    font-size: 14px;
    font-style: italic;
    margin: 10px 0 0;
  }
  .metaadmin {
    position: relative;
    background: url(/templates/beton_2016_bootstrap/images/adminbg.png) right
      center no-repeat rgba(17, 162, 215, 0.17);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(213, 213, 213);
    border-image: initial;
    margin-left: 45px;
  }
  .metaguest {
    position: relative;
    background: rgb(245, 245, 245);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(213, 213, 213);
    border-image: initial;
  }
  .comm__reviews {
    font-family: "IBM Plex Sans bold";
    font-weight: 700;
    font-size: 18px;
    color: #033c59;
    line-height: 27px;
    padding: 0px 0 0 0;
    margin: 10px 0 20px;
  }
  
  ul.gallery {
    text-align: left;
    margin-top: 22px !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
  }
  ul.gallery li {
    list-style: none;
    display: inline-block;
    padding-bottom: 10px;
    margin-right: 20px;
    min-height: 244px;
    text-align: center;
    vertical-align: middle;
  }
  
  ul.gallery li a img {
    border: 5px solid #fec72b;
    top: 0 !important;
  }
  
  .gallery li span {
    position: relative;
    display: block;
    width: 250px;
  }
  
  .fancybox-inner {
    width: 100% !important;
  }
  
  /*
  ul li ul {
      background: black;
      visibility: hidden;
      opacity: 0;
      min-width: 212px;
      position: absolute;
      transition: all 0.5s ease;
      
      left: 0;
      display: none;
      line-height:23px;
      padding: 0px 10px 10px;
    
  }
  
  ul li:hover > ul,
  ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  
  ul li ul li {
      clear: both;
      width: 100%;
  }
  */
  
  .block7 ul li:first-child {
    width: ;
    padding: 15px 25px 15px 15px;
  }
  .block7 ul li:nth-child(2) {
    width: ;
    padding: 15px 25px 15px 15px;
  }
  .block7 ul li:nth-child(3) {
    width: ;
    padding: 15px 40px 15px 15px;
  }
  .block7 ul li:last-child {
    width: ;
    padding: 15px 0;
  }
  .block7 ul li:first-child img {
    display: block;
    position: absolute;
    top: -179px;
    left: 9px;
  }
  .block7 ul li:nth-child(2) img {
    display: block;
    position: absolute;
    top: -157px;
  }
  .block7 ul li:nth-child(3) img {
    display: block;
    position: absolute;
    top: -179px;
  }
  .block7 ul li:last-child img {
    display: block;
    position: absolute;
    top: -179px;
  }
  .block7 ul li div {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
    width: 250px;
  }
  .block7 ul li div span {
    position: relative;
  }
  .block7 ul li div span:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -10px;
    background: url(/templates/beton_2016_bootstrap/images/corners.png) no-repeat;
    width: 27px;
    height: 30px;
    display: block;
  }
  .block7 ul li div span:after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: -10px;
    background: url(/templates/beton_2016_bootstrap/images/corners.png) no-repeat -27px
      0;
    width: 26px;
    height: 31px;
    display: block;
  }
  
  .sub-menu-parent_n i:before {
    content: "\f107";
    display: inline-block;
    position: absolute;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #eeb614;
    top: 0px;
    font-size: 14px;
    right: -12px;
  }
  #contacts img {
    width: 100%;
  }
  .white-popup-city p {
    font-size: 2rem;
  }
  
  #topbar .contact-info a.mail__for-ns {
    font-size: 11pt !important;
    color: #e7e7e7 !important;
    position: relative;
    margin-top: 0;
    cursor: pointer;
    top: -25px;
    display: block;
    letter-spacing: 1px;
    text-align: right;
    text-decoration: none;
  }
  
  .navbar__banner-fix {
    position: fixed;
    height: 39px;
    background: #e8960a;
    width: 100%;
    text-align: center;
    font-size: 14pt;
    margin: 0 auto;
    top: 0;
    padding: 6px 0;
    z-index: 100;
  }
  
  .navbar__banner-fix p a {
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
    color: #d20703;
  }
  
  .navbar__banner-fix + .sticky-wrapper header {
    top: auto !important;
  }
  .navbar__banner-fix + .sticky-wrapper {
    margin-top: 39px;
  }
  .navbar__banner-fix + .sticky-wrapper + .car-wrapper {
    margin: 126px 0 0 0;
  }
  
  @media (max-width: 992px) {
    .navbar__banner-fix + #header-sticky-wrapper #mobile-nav-toggle {
      top: 35px;
    }
  
    #header-sticky-wrapper {
      background-color: #000;
    }
  }
  
  @media (max-width: 767px) {
    .navbar__banner-fix + #header-sticky-wrapper #mobile-nav-toggle {
      top: 38px;
    }
  }
  
  @media (max-width: 480px) {
    .navbar__banner-fix {
      height: 61px;
    }
    .navbar__banner-fix + #header-sticky-wrapper #mobile-nav-toggle {
      top: 60px;
    }
    .navbar__banner-fix + .sticky-wrapper {
      margin-top: 57px;
    }
    .navbar__banner-fix + .sticky-wrapper + .car-wrapper {
      margin: 145px 0 0 0;
    }
    .navbar__banner-fix p a {
      display: block;
    }
  }
  .calc {
    width: 100%;
  }
  iframe {
    width: 100%;
  }
  
  .vacform-field-select::-ms-expand {
    display: none !important;
  }
  
  .vacform-field-select {
    -webkit-appearance: none !important;
  }
  
  .about-block__media {
    padding: 25px 35px 35px;
  }
  .about-block__video {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    border-bottom: 0 !important;
  }
  .about-block__media img {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-block__video-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #eaf7ff;
    border-radius: 22%;
  }
  .about-block__video-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #131313;
    border-radius: 50%;
    background-image: -o-linear-gradient(
      135deg,
      rgb(177 3 3) 0%,
      rgb(125 37 37) 50%,
      rgb(167 0 0) 100%
    );
    background-image: linear-gradient(
      135deg,
      rgb(177 3 3) 0%,
      rgb(125 37 37) 50%,
      rgb(167 0 0) 100%
    );
    background-position: left center;
    background-size: 200%;
  }
  .about-block__video-icon:after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    content: "";
    -webkit-transform: translate(-45%, -50%);
    -ms-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
    background: url(../images/icon-play.svg) no-repeat center;
    background-size: contain;
  }
  
  .about-block__video:hover .about-block__video-icon:before {
    width: 60px;
    height: 60px;
  
    background-position: right center;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  }
  
  @media (max-width: 480px) {
    .about-block__video-icon:before {
      width: 53px;
      height: 53px;
    }
    .about-block__video-icon {
      width: 76px;
      height: 76px;
    }
  
    .about-block__media img {
      height: max-content;
    }
    .price_2 table th {
      font-size: 12px;
    }
    .block3 {
      background: #000;
      min-height: auto;
    }
    .block3 .content {
      background: none !important;
      height: auto;
      min-height: auto;
    }
    .block3 .header,
    .block3 .sms-form {
      display: none;
    }
    .content_delivery {
      display: block;
    }
    .content_delivery {
      background-color: #000000;
      width: auto;
      height: auto;
      margin-top: 0;
      box-shadow: 0 0 0 #000000;
      padding-bottom: 20px;
      left: 0;
      position: relative;
      float: none;
      border-radius: 0;
      opacity: 1;
      margin: 0;
    }
    .content_delivery h2,
    .content_delivery p {
      color: #fff;
    }
  }
  

  /* update */


  @media screen and (max-width: 991px) {
    #topbar .contact-info {
        margin-left: unset;
        margin-right: 25px;
    }

    #topbar .contact-info a.mail__for-ns {       
        top: -15px;
    }
  }

  @media (max-width: 767px) {
    .block7 ul li:last-child {
        padding: 15px 40px 15px 15px;
    }

    #topbar .contact-info {
        margin-left: unset;
        margin-right: 10px;
    }
  }

  @media (max-width: 513px) {
    #topbar .contact-info .navbar-phone {
        font-size: 15px !important;
         line-height: 20px;
    }

    #topbar .contact-info .navbar-mail, #topbar .contact-info .navbar-mail small  {
        font-size: 13px !important;
        line-height: 20px;
        top: -6px;
    }

    #topbar .contact-info a.mail__for-ns  {
        font-size: 13px !important;
        line-height: 20px;
        top: -8px;
    }
}

@media (max-width: 482px) {
    #topbar .contact-info {
        margin-left: unset;
        margin-right: 56px !important;
    }
    
    #topbar .contact-info .navbar-phone {
        font-size: 15px !important;
        line-height: 20px;
        top: 2px;
    }

    #topbar .contact-info .navbar-mail, #topbar .contact-info .navbar-mail small  {
        font-size: 13px !important;
        line-height: 20px;
        top: -5px;
    }

    #topbar .contact-info a.mail__for-ns  {
        font-size: 13px !important;
        line-height: 20px;
        top: -8px;
    }
}

@media (max-width: 480px) {
    table tr th:nth-child(2), table tr td:nth-child(2) {
        display: table-cell;
    }
}

@media (max-width: 440px) {
    .header__logo-link.logo {
        width: 34vw !important;
        background-size: contain;
    }
}

.calc-wrap{
  width: 100%;
  margin: 38px 0 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.calc-wrap__item {
  width: calc(100% / 2 - 18px);
}
@media (max-width: 600px)  {
  .calc-wrap__item {
    width: 100%;
    margin-bottom: 18px;
  }
}