html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

* {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

html {
    height: 100%
}

body {
    min-height: 100%;
    font: 17px/27px 'AvenirNextW1G-Regular', Arial, sans-serif;
    color: #32343b;
    position: relative
}

a {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

i {
    display: block
}

ul {
    list-style: none
}

textarea,
input,
button {
    resize: none;
    outline: none
}

.section-wrap {
    overflow: hidden;
    position: relative
}

.section-wrap.upper {
    margin-top: -105px
}

.section-wrap.z-index1 {
    z-index: 1
}

.section-wrap.z-index2 {
    z-index: 2
}

.section-wrap.z-index3 {
    z-index: 3
}

.section-wrap.z-index4 {
    z-index: 4
}

.section-wrap.z-index5 {
    z-index: 5
}

.section-wrap.z-index6 {
    z-index: 6
}

.section-wrap.z-index7 {
    z-index: 7
}

.section-wrap.z-index8 {
    z-index: 8
}

.section-wrap.z-index9 {
    z-index: 9
}

.section-wrap.z-index10 {
    z-index: 10
}

.section-wrap.z-index11 {
    z-index: 11
}

.section-wrap.z-index12 {
    z-index: 12
}

.section-wrap.z-index13 {
    z-index: 13
}

.section-wrap.z-index14 {
    z-index: 14
}

.section-wrap.z-index15 {
    z-index: 15
}

.section {
    margin: 0 -80px;
    padding-left: 80px;
    padding-right: 80px;
    border-bottom-left-radius: 50% 168px;
    border-bottom-right-radius: 50% 168px
}

@media (max-width: 870px) {
    .section {
        border-radius: 0
    }
}

@media (min-width: 1981px) {
    .section {
        border-radius: 0
    }
}

.section-center {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto
}

h2 {
    font: 39px/56px 'AvenirNextW1G-Heavy', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 500px) {
    h2 {
        font-size: 28px;
        line-height: 43px
    }
}

@font-face {
    font-family: "AvenirNextW1G-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/AvenirNextW1G-Regular.woff")
}

@font-face {
    font-family: "AvenirNextW1G-Medium";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/AvenirNextW1G-Medium.woff")
}

@font-face {
    font-family: "AvenirNextW1G-Demi";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/AvenirNextW1G-Demi.woff")
}

@font-face {
    font-family: "AvenirNextW1G-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/AvenirNextW1G-Bold.woff")
}

@font-face {
    font-family: "AvenirNextW1G-Heavy";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/AvenirNextW1G-Heavy.woff")
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.fadeInUp,
.zoomIn,
.fadeIn,
.fadeInLeft,
.fadeInRight {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    animation-duration: 0.6s
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    animation-duration: 0.7s
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-45px, 0, 0);
        transform: translate3d(-45px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-45px, 0, 0);
        transform: translate3d(-45px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    animation-duration: 0.6s
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(45px, 0, 0);
        transform: translate3d(45px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(45px, 0, 0);
        transform: translate3d(45px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    animation-duration: 0.6s
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.slick-dots {
    bottom: 0
}

.slick-dots li {
    width: 12px;
    height: 12px;
    border: 2px solid #a6a8c5;
    border-radius: 50%;
    margin: 0 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.slick-dots li.slick-active {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    border-color: #ffc500;
    background: #ffc500;
    cursor: default
}

.slick-dots li button {
    display: none
}

.slick-list {
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out
}

.leaflet-popup {
    width: 320px
}

.leaflet-popup .leaflet-popup-content-wrapper {
    box-shadow: 0 0 50px rgba(255, 197, 0, 0.3);
    text-align: center;
    border-radius: 5px;
    padding: 22px 0 26px
}

.leaflet-popup .leaflet-popup-content-wrapper .title {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 6px;
    color: #ffaa00;
    font: 12px/24px 'AvenirNextW1G-Bold', Arial, sans-serif
}

.leaflet-popup .leaflet-popup-content-wrapper p {
    letter-spacing: 1px;
    margin: 0;
    font: 15px/23px 'AvenirNextW1G-Medium', Arial, sans-serif
}

.slick-arrow {
    width: 15px;
    height: 48px;
    top: 50%;
    text-indent: 100%;
    text-indent-white-space: nowrap;
    text-indent-overflow: hidden;
    z-index: 20
}

.slick-arrow:before {
    display: none
}

.slick-arrow.slick-prev {
    left: 0;
    background: url("data:image/png;base64\,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAwCAYAAAG5/RCkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDEyODk2MUUxQjg1MTFFNkJGRjU5QjMwRUFDOTRFMzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDEyODk2MUYxQjg1MTFFNkJGRjU5QjMwRUFDOTRFMzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MTI4OTYxQzFCODUxMUU2QkZGNTlCMzBFQUM5NEUzNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MTI4OTYxRDFCODUxMUU2QkZGNTlCMzBFQUM5NEUzNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjStdl8AAAHqSURBVHjaYmDADeas2i2IXQYggMhTDBBA6Or/I3PeIXNWwdhMUDoUv35kcwACCF2gnEg3YJO9i8wxRpYEOWwVib4kXRVAADHi0ZEGpARxSZYDsQsuyd1ArITTyzgjEq9f8EnCIvEewTQCinr0kMblvTRCikLxRz5EkRIQzyQU1CBHnwEIIHymGDPhseUMEy5fAKl0vKHJhEUC5FoTgnHAhCZxBkgJYZUEJaOUMNf3hDMTTCc0+ZwlKSEwQVPkLGySLECM21+4HIPslbM40zQuRyEHwiyc2QWbbvTgS8eb0HDGChS4wlIgaSkBCoRA+RlvqAEE6LRsjhCEgShs0Aa0BFOCNaSE0AItUIIc9WgLlCAtWIKWAC34ltnM7EAI2TDD5JIvP7tv38YcCj5WzPVUAM6mCUVdjAKiEiPwA9ClLrwqYAyjBLNgNhna8SXBXZiFQsHpADYpVcUcm3LVAmxjc44Jo3iQ0AA+tzYwG+Adfw2wT13LREyGjusADnvBNLK3YKAAWYC/nBRWArxpQBntnnuh10hVHttzO6fUdCpYiOLNampUsNAxyXFYyjHrTRCrIO2DIiwwYQGrghfFf+Y0TtlVxY5huaus3iBZZsD3JrmOshtUuYLAAjV3qG9oCKbAAEPVuVLrJTX6P8rLAetVDXQcAAAAAElFTkSuQmCC")
}

.slick-arrow.slick-next {
    right: 0;
    background: url("data:image/png;base64\,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAwCAYAAAG5/RCkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzE0ODUwRUIxQjg1MTFFNkI3QkZDN0YzRjM0QjlEOUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzE0ODUwRUMxQjg1MTFFNkI3QkZDN0YzRjM0QjlEOUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMTQ4NTBFOTFCODUxMUU2QjdCRkM3RjNGMzRCOUQ5QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMTQ4NTBFQTFCODUxMUU2QjdCRkM3RjNGMzRCOUQ5QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuLgOMIAAAHoSURBVHjaYpizanc5AwYAit7FEPkP5wAEECFhVO0wNQABRCICajMmQxtAABHrRiyq3mETFATRTEhiM3GqIsI2grIobgAIIJBAORCnEXK5C/ZoRFWkBMS7CSkSxIx6BjKDFKaICZdVQOoezqgH4lUwPguaJCg8BFPCXMOw6QQFWCguY2eCwgGX5F2UiEQDAAGENz2CvHgGn2Q63gjCFZywkDMBuZwk3chhLgRUcAarJDAI34OCkuiMgS0qz+IMUoKJAAhmgVIvCw7JCpzBCnMUE7Z0DnIUwZBiQs9CIMcQFb5MyIkNFLekxQo0Ll1JSwnQvCtEfNkFBQABKiujGwZhGIgqKBOwQlYpI5QROkNGKCt0hDJCWaEjsAJdob7qqFxKgh2JL3RW4ntnf35uCfDOz9k0FTYnqAK4O9KTiNzh0Yx2NHSpklagfy0Ab2fLTvlDSgrA4gEwEhS7mAUyaX7Upnk4cOHC7ZOl4OASswDG4n2vQDBygLfDyht7YherbAKkia4U58JeE7EsEkBaF1njJPLMYTd6r42YX+Xr5Rajp2GwC7Z1Ipw8VuF9JwbmZ0lGgxCMt3tJC7WMsznFiMbCDofwJaLWHAwlfIowmSNJghZNkElMdmey21u9bxT0WUNvOZHmf6nxnDd1Jg5k6Z12xQAAAABJRU5ErkJggg==")
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #000;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #000, 0 0 5px #000;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fdca00;
    z-index: 40
}

.preloader .center {
    width: 300px;
    margin-left: -150px;
    letter-spacing: 1px;
    position: absolute;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'AvenirNextW1G-Bold', Arial, sans-serif;
    font-size: 42px;
    line-height: 54px;
    color: #000;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    animation-duration: 0.8s
}

.preloader .center p {
    font-size: 10px;
    line-height: 13px;
    opacity: .8
}

.message {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 11px 20px;
    background: #34a715;
    display: none;
    color: #fff;
    font-size: 10px;
    z-index: 50;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'AvenirNextW1G-Bold', Arial, sans-serif
}

.button {
    border-radius: 50px;
    border-bottom: 2px solid #fdad00;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    background: #fdc300;
    width: 100%;
    display: inline-block;
    font-family: 'AvenirNextW1G-Bold', Arial, sans-serif;
    padding: 19px 10px 16px;
    cursor: pointer;
    border: 2px dashed #fdc300;
    box-shadow: 0 2px 0 0 #fdad00;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.button:hover {
    background: none;
    box-shadow: none
}

.button .arrow {
    display: inline-block;
    width: 15px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-left: 15px;
    background: url("19Alserm.png")
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    display: none;
    cursor: url("data:image/png;base64\,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjEyQjMxQ0E0M0QzMTFFMUEzNTVBMzU2NThBRkZDRjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjEyQjMxQ0I0M0QzMTFFMUEzNTVBMzU2NThBRkZDRjIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMTJCMzFDODQzRDMxMUUxQTM1NUEzNTY1OEFGRkNGMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMTJCMzFDOTQzRDMxMUUxQTM1NUEzNTY1OEFGRkNGMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiTLhb8AAADWSURBVHjaxJVXDsQgDAXJaO9/4w3RStEqhWIbY/hLKDOiPG/7d88ppS2taZkTnlfAf2zOj2iJ/65z+RklcTtyHp2zJV73jcKgWRLFy05lsLdE9aXRmOQl0XzmdCaPSnQzBsEiVglRwCFcTCshTlcUi0olVNGOclt7Euq6guFsaxKmoobxdj8lzBX1M/DErhLmck5a3HAImaGwYhA+nJg4wIckcIKbJXCEmyRwhqslmABXSTAJLpZgIlwkwWR4V4IAeFOCIHhVgkB4UYJg+EuCBfCbxCHAAN3MQDtxfzM6AAAAAElFTkSuQmCC"), pointer
}

.popup {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 9999;
    max-width: 450px;
    width: 100%
}

.popup .form-wrap {
    margin: 0;
    box-shadow: none
}

.repairs-cost {
    text-align: center;
    font-size: 19px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-family: 'AvenirNextW1G-Heavy', Arial, sans-serif
}

.logo-line {
    position: absolute;
    right: 98%;
    width: 100%;
    background: #ffca18;
    height: 51px;
    top: 34px
}

.logo {
    float: left;
    position: relative;
    z-index: 1
}

.phone {
    float: right;
    font-family: 'AvenirNextW1G-Bold', Arial, sans-serif;
    text-align: right
}

.phone a {
    color: #32343b;
    letter-spacing: 2.5px
}

.phone .request {
    text-transform: uppercase;
    font-family: 'AvenirNextW1G-Heavy', Arial, sans-serif;
    font-size: 9px;
    background: #ffc500;
    padding: 3px 19px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 11px;
    width: 178px;
    letter-spacing: 1px;
    border: 1px dashed #ffc500;
    box-shadow: 0 1px 0 0 #fdad00;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.phone .request i {
    width: 15px;
    height: 16px;
    margin-right: 7px;
    position: relative;
    top: 5px;
    display: inline-block;
    background: url("FPOXA9RA.png")
}

.phone .request:hover {
    background: none;
    box-shadow: none
}

.page-title {
    min-height: 710px;
    padding-bottom: 80px;
    background: url(top-imag.png) 96% bottom no-repeat, url(top-bg00.jpg) center center/cover no-repeat
}

.page-title header {
    z-index: 3;
    padding-top: 34px;
    position: relative
}

.page-title .title-wrap {
    margin-top: 59px;
    max-width: 470px;
    position: relative;
    z-index: 3;
    opacity: 0
}

.page-title .title-wrap h1 {
    font-size: 44px;
    line-height: 55px;
    font-family: 'AvenirNextW1G-Heavy', Arial, sans-serif;
    text-transform: uppercase
}

.page-title .title-wrap h1 span {
    font-size: 30px
}

.page-title .title-wrap p {
    font-family: 'AvenirNextW1G-Heavy', Arial, sans-serif
}

.page-title .title-wrap .items-wrap {
    margin-top: 40px
}

.page-title .title-wrap .items-wrap .item {
    float: left;
    width: 50%;
    font: 18px/24px 'AvenirNextW1G-Medium', Arial, sans-serif;
    padding: 10px 25px 10px 76px;
    min-height: 68px
}

.page-title .title-wrap .items-wrap .item.advances {
    background: url("AMavYZ5F.png") left center no-repeat
}

.page-title .title-wrap .items-wrap .item.time {
    background: url("lvdQYL4C.png") left center no-repeat
}

.page-title .title-wrap .button {
    margin-top: 43px;
    max-width: 264px
}

@media (max-width: 1200px) {
    .page-title {
        background: url(top-bg00.jpg) center center/cover no-repeat
    }
}

@media (max-width: 700px) {
    .page-title .title-wrap {
        margin: 59px auto 0;
        text-align: center
    }
    .page-title .title-wrap .items-wrap {
        text-aling: center
    }
    .page-title .title-wrap .items-wrap .item {
        float: none;
        width: 100%;
        max-width: 300px;
        margin-bottom: 30px;
        display: inline-block;
        text-align: left
    }
}

@media (max-width: 600px) {
    .page-title .title-wrap h1 {
        font-size: 33px;
        line-height: 40px
    }
    .page-title .title-wrap h1 span {
        font-size: 18px
    }
}

@media (max-width: 420px) {
    .page-title header .logo-line {
        right: 66%
    }
    .page-title header .logo {
        float: none;
        margin: 0 auto
    }
    .page-title header .phone {
        margin-top: 30px;
        width: 100%;
        text-align: center;
        padding: 0 30px
    }
    .page-title header .phone .request {
        display: inline-block;
        clear: both
    }
}

.pain {
    padding-top: 259px;
    padding-bottom: 150px
}

.pain .list {
    margin-top: 115px;
    text-align: center
}

.pain .list .item {
    width: 32.5%;
    display: inline-block;
    text-align: left;
    padding: 46px 56px;
    vertical-align: top;
    border-radius: 5px;
    background: none;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.pain .list .item:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.pain .list .item:nth-of-type(3) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.pain .list .item .icon {
    height: 70px
}

.pain .list .item .icon.quality {
    background: url("yTgXNuSp.png") center center no-repeat
}

.pain .list .item .icon.opacity {
    background: url("JtAAAAAE.png") center center no-repeat
}

.pain .list .item .icon.time {
    background: url("8TFeySjB.png") center center no-repeat
}

.pain .list .item h4 {
    font: 24px/36px 'AvenirNextW1G-Bold', Arial, sans-serif;
    margin-top: 12px;
    margin-bottom: 7px
}

.pain .list .item p {
    font: 15px/26px 'AvenirNextW1G-Regular', Arial, sans-serif
}

.pain .list .item .result {
    margin-top: 16px;
    font: 19px/36px 'AvenirNextW1G-Bold', Arial, sans-serif;
    margin-bottom: 1px
}

.pain .list .item .result i {
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
    background: url("wwCSyHWJ.png")
}

.pain .list .item:hover {
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1)
}

@media (max-width: 1030px) {
    .pain {
        padding-top: 200px
    }
    .pain .list {
        margin-top: 45px
    }
    .pain .list .item {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width: 920px) {
    .pain .list .item {
        width: 49.5%;
        max-width: 370px
    }
}

@media (max-width: 640px) {
    .pain .list .item {
        width: 100%
    }
}

.no-problems {
    padding-top: 190px;
    background: url(problems.png) -14% bottom no-repeat, url(problems.jpg) center center/cover no-repeat;
    padding-bottom: 120px
}

.no-problems .text {
    max-width: 430px;
    width: 100%;
    float: right;
    margin-top: 73px
}

.no-problems .text .icon {
    width: 194px;
    height: 100px;
    margin-left: -28px;
    background: url("n7xr0000.png")
}

.no-problems .text h3 {
    font: 29px/38px 'AvenirNextW1G-Demi', Arial, sans-serif;
    letter-spacing: -2px;
    margin-top: -17px;
    margin-bottom: 17px
}

.no-problems .text .button {
    max-width: 242px;
    margin-top: 35px
}

@media (max-width: 1180px) {
    .no-problems {
        background: url(problems.jpg) center center/cover no-repeat
    }
}

@media (max-width: 800px) {
    .no-problems .text {
        max-width: inherit;
        float: none
    }
}

.besides {
    padding-top: 200px;
    background: url(besides-.jpg) center center/cover no-repeat;
    padding-bottom: 58px
}

.besides .list {
    text-align: center;
    margin-top: 90px
}

.besides .list .item {
    width: 49.5%;
    max-width: 590px;
    padding: 0 7%;
    margin-bottom: 110px;
    display: inline-block;
    vertical-align: top
}

.besides .list .item:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.besides .list .item img {
    display: inline-block
}

.besides .list .item h4 {
    font: 29px/38px 'AvenirNextW1G-Demi', Arial, sans-serif;
    margin-top: 41px
}

.besides .list .item p {
    margin-top: 20px
}

@media (max-width: 550px) {
    .besides .list .item {
        width: 100%
    }
}

.form {
    padding-top: 160px;
    padding-bottom: 120px
}

.form.bg1 {
    background: url(form-ima.png) 81% bottom no-repeat, url(form-bg1.jpg) center center/cover no-repeat
}

.form.bg2 {
    background: url(form-imb.png) 47% bottom no-repeat, url(form-bg2.jpg) center center/cover no-repeat
}

.form.bg3 {
    background: url(form-imc.png) 50% 50% no-repeat, url(form-bg1.jpg) center center/cover no-repeat
}

.form.bg4 {
    background: url(form-bg3.jpg) center center/cover no-repeat
}

.form.bg5 {
    background: url(form-bg1.jpg) center center/cover no-repeat
}

@media (max-width: 1300px) {
    .form.bg1 {
        background: url(form-bg1.jpg) center center/cover no-repeat
    }
}

@media (max-width: 960px) {
    .form.bg2 {
        background: url(form-bg2.jpg) center center/cover no-repeat
    }
    .form.bg3 {
        background: url(form-bg1.jpg) center center/cover no-repeat
    }
}

.form-wrap {
    position: relative;
    background: #fff;
    max-width: 450px;
    margin: 0 auto;
    padding: 75px 60px 80px;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    text-align: center
}

.form-wrap .title {
    text-transform: uppercase;
    font: 24px/35px 'AvenirNextW1G-Heavy', Arial, sans-serif
}

.form-wrap p {
    font-size: 19px;
    margin-top: 26px;
    margin-bottom: 37px
}

.form-wrap .input-wrap {
    width: 100%;
    margin-bottom: 23px
}

.form-wrap .input-wrap label span {
    display: block;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    font: 11px/27px 'AvenirNextW1G-Bold', Arial, sans-serif
}

.form-wrap .input-wrap label input {
    width: 100%;
    border: 2px solid #dedfe4;
    font-size: 13px;
    border-radius: 4px;
    padding: 15px 18px;
    font-family: 'AvenirNextW1G-Medium', Arial, sans-serif
}

.form-wrap .input-wrap label input.error {
    border-color: red
}

.form-wrap .input-wrap label input::-webkit-input-placeholder {
    color: #2a2626
}

.form-wrap .input-wrap label input::-moz-placeholder {
    color: #2a2626
}

.form-wrap .input-wrap label input:-moz-placeholder {
    color: #2a2626
}

.form-wrap .input-wrap label input:-ms-input-placeholder {
    color: #2a2626
}

.form-wrap .button {
    padding: 22px 10px 19px
}

@media (max-width: 400px) {
    .form-wrap {
        padding: 50px 15px
    }
}

.projects {
    padding-top: 240px;
    padding-bottom: 94px
}

.projects .tabs-nav {
    text-align: center;
    margin-top: 44px
}

.projects .tabs-nav li {
    display: inline-block;
    cursor: pointer;
    padding: 11px 32px;
    margin: 0 12px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 2px solid #e1e2eb;
    font: 10px/17px 'AvenirNextW1G-Bold', Arial, sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 24px
}

.projects .tabs-nav li:hover {
    background: #f5f5f5
}

.projects .tabs-nav li.active {
    background: #fdc300;
    border-color: #fdc300;
    cursor: default
}

.projects .tab {
    margin: 33px -10px 0
}

.projects .tab .tab-item {
    float: left;
    width: 25%;
    padding: 10px;
    display: block;
    position: relative
}

.projects .tab .tab-item .image {
    width: 100%;
    padding-top: 59%;
    background: red;
    border: 10px solid #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1)
}

.projects .tab .tab-item:after {
    content: '';
    position: absolute;
    opacity: 0;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    background: rgba(255, 197, 0, 0.75) url("kxUClfEr.png") center center no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.projects .tab .tab-item:hover:after {
    opacity: 1
}

@media (max-width: 720px) {
    .projects .tab .tab-item {
        width: 33.3333%
    }
}

@media (max-width: 600px) {
    .projects .tab .tab-item {
        width: 50%
    }
}

@media (max-width: 480px) {
    .projects .tab {
        padding: 0 35px
    }
    .projects .tab .tab-item .image {
        box-shadow: none
    }
}

@media (max-width: 420px) {
    .projects .tab .tab-item {
        width: 100%
    }
}

.clients-say {
    padding-top: 103px;
    background: url(clients-.jpg) center center/cover no-repeat;
    padding-bottom: 183px
}

.clients-say .reviews-slider {
    width: 100%;
    margin: 86px auto 0;
    max-width: 510px;
    padding-bottom: 66px
}

.clients-say .reviews-slider .item {
    text-align: center;
    padding: 0 30px
}

.clients-say .reviews-slider .item img {
    margin: 0 auto 30px
}

.clients-say .reviews-slider .item .info {
    font: 14px/33px 'AvenirNextW1G-Bold', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #de9e16
}

.clients-say .reviews-slider .item p {
    font-size: 17px;
    line-height: 33px;
    margin-top: 5px;
    font-family: 'AvenirNextW1G-Medium', Arial, sans-serif
}

.info-section {
    padding-top: 200px;
    padding-bottom: 74px;
    position: relative;
    background: url(info-bg0.jpg) center center/cover no-repeat
}

.info-section .item {
    text-align: center;
    font-family: 'AvenirNextW1G-Medium', Arial, sans-serif;
    font-size: 18px
}

.info-section .item:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.info-section .item:nth-of-type(3) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.info-section .item:nth-of-type(4) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.info-section .item img {
    margin-bottom: 20px
}

.info-section .item.work-from {
    float: left
}

.info-section .item.projects-count {
    float: right;
    margin-top: -15px
}

.info-section .item.repaired {
    float: none;
    margin: 0 auto;
    clear: both;
    width: 360px;
    position: relative;
    top: -43px
}

@media (max-width: 1100px) {
    .info-section {
        padding-bottom: 124px
    }
    .info-section .item.repaired {
        top: 50px;
        margin-top: 0
    }
}

@media (max-width: 600px) {
    .info-section {
        padding-bottom: 90px
    }
    .info-section .item {
        top: inherit;
        float: none !important;
        width: 100% !important;
        margin-bottom: 70px;
        margin-top: 0 !important;
        top: inherit !important
    }
    .info-section .item img {
        margin: 0 auto 20px
    }
}

.what-do {
    padding-top: 240px;
    background: url(what-do-.jpg) center center/cover no-repeat;
    padding-bottom: 80px
}

.what-do .list {
    margin-top: 27px;
    text-align: center
}

.what-do .list .item {
    display: inline-block;
    width: 24.5%;
    vertical-align: top;
    padding: 0 25px;
    margin-bottom: 38px
}

.what-do .list .item:nth-of-type(2) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.what-do .list .item:nth-of-type(3) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.what-do .list .item:nth-of-type(4) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.what-do .list .item:nth-of-type(5) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.what-do .list .item:nth-of-type(6) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

.what-do .list .item:nth-of-type(7) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.what-do .list .item:nth-of-type(8) {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.what-do .list .item:nth-of-type(9) {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.what-do .list .item:nth-of-type(10) {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.what-do .list .item:nth-of-type(11) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s
}

.what-do .list .item:nth-of-type(12) {
    -webkit-animation-delay: 2.2s;
    -moz-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.what-do .list .item img {
    display: inline-block
}

.what-do .list .item h4 {
    font-size: 23px;
    font-family: 'AvenirNextW1G-Bold', Arial, sans-serif;
    line-height: 27px;
    margin-top: -69px
}

.what-do .list .item p {
    font-size: 15px;
    margin-top: 4px;
    font-family: 'AvenirNextW1G-Regular', Arial, sans-serif
}

@media (max-width: 850px) {
    .what-do .list .item {
        width: 32.6%
    }
}

@media (max-width: 660px) {
    .what-do .list .item {
        width: 49.5%
    }
}

@media (max-width: 480px) {
    .what-do .list .item {
        width: 100%
    }
}

.questions {
    padding-top: 223px;
    padding-bottom: 164px;
    background: url(question.png) -6% bottom no-repeat, url(question.jpg) center center/cover no-repeat
}

.questions .text {
    width: 100%;
    max-width: 450px;
    float: right
}

.questions .text h3 {
    font: 39px/47px 'AvenirNextW1G-Heavy', Arial, sans-serif;
    margin-bottom: 19px
}

.questions .text .button {
    max-width: 300px;
    margin-top: 33px
}

@media (max-width: 1240px) {
    .questions {
        background: url(question.jpg) center center/cover no-repeat
    }
    .questions .text {
        float: none;
        margin: 0 auto;
        text-align: center
    }
}

.designers {
    padding-top: 188px;
    padding-bottom: 164px;
    background: url(designer.png) 96% bottom no-repeat, url(designer.jpg) center center/cover no-repeat
}

.designers .text {
    float: left;
    max-width: 400px;
    width: 100%
}

.designers .text h3 {
    font: 39px/47px 'AvenirNextW1G-Heavy', Arial, sans-serif;
    margin-bottom: 19px
}

.designers .text .title {
    color: #f4bd18;
    font: 15px/21px 'AvenirNextW1G-Bold', Arial, sans-serif;
    letter-spacing: 6px;
    margin-bottom: 9px;
    text-transform: uppercase
}

.designers .text p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 27px
}

@media (max-width: 1180px) {
    .designers {
        background: url(designer.jpg) center center/cover no-repeat
    }
    .designers .text {
        text-align: center;
        margin: 0 auto;
        float: none
    }
}

.find-cost {
    padding-top: 190px;
    padding-bottom: 144px;
}

.find-cost .section-center {
    max-width: 950px
}

.find-cost .section-center .sub {
    font: 17px/29px 'AvenirNextW1G-Medium', Arial, sans-serif;
    text-align: center;
    max-width: 520px;
    margin: 10px auto 94px;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.find-cost .section-center .list {
    text-align: center
}

.find-cost .section-center .list .item {
    width: 32.6%;
    display: inline-block;
    padding: 0 25px;
    margin-bottom: 94px;
    vertical-align: top
}

.find-cost .section-center .list .item:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.find-cost .section-center .list .item:nth-of-type(3) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.find-cost .section-center .list .item:nth-of-type(4) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.find-cost .section-center .list .item:nth-of-type(5) {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.find-cost .section-center .list .item:nth-of-type(6) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s
}

.find-cost .section-center .list .item:nth-of-type(7) {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.find-cost .section-center .list .item:nth-of-type(8) {
    -webkit-animation-delay: 2.8s;
    -moz-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.find-cost .section-center .list .item:nth-of-type(9) {
    -webkit-animation-delay: 3.2s;
    -moz-animation-delay: 3.2s;
    animation-delay: 3.2s
}

.find-cost .section-center .list .item:nth-of-type(10) {
    -webkit-animation-delay: 3.6s;
    -moz-animation-delay: 3.6s;
    animation-delay: 3.6s
}

.find-cost .section-center .list .item:nth-of-type(11) {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    animation-delay: 4s
}

.find-cost .section-center .list .item:nth-of-type(12) {
    -webkit-animation-delay: 4.4s;
    -moz-animation-delay: 4.4s;
    animation-delay: 4.4s
}

.find-cost .section-center .list .item h3 {
    font: 22px/24px 'AvenirNextW1G-Bold', Arial, sans-serif
}

.find-cost .section-center .list .item h3 span {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    top: -2px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffc500;
    color: #db8529;
    font: 17px/29px 'AvenirNextW1G-Bold', Arial, sans-serif
}

.find-cost .section-center .list .item p {
    font-size: 15px;
    color: #595e6f;
    margin-top: 5px;
    line-height: 24px
}

@media (max-width: 1430px) {
    .find-cost {
        background: #f6f6f6
    }
}

@media (max-width: 980px) {
    .find-cost .section-center .list .item {
        width: 49.5%
    }
}

@media (max-width: 650px) {
    .find-cost .section-center .list .item {
        width: 100%
    }
}

.uniqueness {
    padding-top: 212px;
    background: url(uniquene.jpg) center center/cover no-repeat;
    padding-bottom: 215px
}

.uniqueness .list {
    text-align: center;
    margin-top: 62px
}

.uniqueness .list .item {
    display: inline-block;
    width: 32.5%;
    vertical-align: top;
    padding: 0 45px
}

.uniqueness .list .item.second {
    position: relative;
    top: 50px
}

.uniqueness .list .item .icon {
    height: 70px;
    margin-bottom: 15px
}

.uniqueness .list .item .icon.advances {
    background: url("wDIKK0Mb.png") center center no-repeat
}

.uniqueness .list .item .icon.clean {
    background: url("H3q6lpQD.png") center center no-repeat
}

.uniqueness .list .item .icon.buy {
    background: url("EDWDw3yq.png") center center no-repeat
}

.uniqueness .list .item h4 {
    font: 22px/24px 'AvenirNextW1G-Bold', Arial, sans-serif
}

.uniqueness .list .item p {
    margin-top: 18px;
    font: 15px/24px 'AvenirNextW1G-Medium', Arial, sans-serif
}

.uniqueness .bottom {
    background: url("cTWGnA4n.png") no-repeat;
    background-position: 145px 61px;
    width: 100%;
    border: 2px solid #ffc500;
    border-radius: 10px;
    max-width: 1015px;
    margin: 138px auto 0;
    font: 28px/31px 'AvenirNextW1G-Bold', Arial, sans-serif;
    padding: 65px 20px 61px 256px
}

@media (max-width: 970px) {
    .uniqueness .bottom {
        background-position: 45px 61px;
        padding-left: 156px
    }
}

@media (max-width: 920px) {
    .uniqueness .list .item {
        width: 100%;
        top: inherit !important;
        margin-bottom: 55px
    }
    .uniqueness .list .item:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 600px) {
    .uniqueness .bottom {
        background-position: center 50px;
        padding: 140px 30px 30px 30px;
        text-align: center
    }
}

.questions-answers {
    padding-top: 264px;
    background: url(info-bg0.jpg) center center/cover no-repeat;
    padding-bottom: 160px
}

.questions-answers .section-center {
    max-width: 855px
}

.questions-answers .section-center h2 {
    margin-bottom: 80px
}

.questions-answers .section-center .question-block {
    margin-bottom: 29px
}

.questions-answers .section-center .question-block:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.questions-answers .section-center .question-block:nth-of-type(3) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.questions-answers .section-center .question-block:nth-of-type(4) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.questions-answers .section-center .question-block:nth-of-type(5) {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.questions-answers .section-center .question-block:nth-of-type(6) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s
}

.questions-answers .section-center .question-block:nth-of-type(7) {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.questions-answers .section-center .question-block .title {
    padding: 20px 90px 20px 41px;
    background: #f6f6f6;
    border-radius: 40px;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    font: 19px/24px 'AvenirNextW1G-Medium', Arial, sans-serif;
    position: relative
}

.questions-answers .section-center .question-block .title:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 47px;
    width: 10px;
    height: 17px;
    background: url("Phibra4A.png");
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.questions-answers .section-center .question-block .title:hover:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.questions-answers .section-center .question-block .title.open:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.questions-answers .section-center .question-block .text {
    margin-bottom: 26px;
    padding: 44px 40px 20px;
    display: none
}

.questions-answers .section-center .question-block .text p {
    margin-top: 30px;
    font-size: 17px;
    line-height: 30px
}

.questions-answers .section-center .question-block .text p:first-child {
    margin-top: 0
}

.questions-answers .section-center .question-block .text ul {
    margin-top: 30px
}

.questions-answers .section-center .question-block .text ul li {
    margin-bottom: 10px
}

.questions-answers .section-center .question-block .text ul li ul {
    padding-left: 15px;
    margin-top: 20px
}

.questions-answers .section-center .question-block .text ul:first-child {
    margin-top: 0
}

#map {
    min-height: 750px;
    pointer-events: none;
    -webkit-perspective: 1px;
    -moz-perspective: 1px;
    perspective: 1px
}

.professionals {
    padding-top: 235px;
    padding-bottom: 160px
}

.professionals .text {
    float: right;
    width: 100%;
    max-width: 545px
}

.professionals .text h3 {
    font: 39px/46px 'AvenirNextW1G-Heavy', Arial, sans-serif;
    padding-left: 60px;
    margin-bottom: 26px
}

.professionals .text p {
    padding-left: 60px
}

.professionals .text .leader {
    display: none;
    text-align: center;
    margin: 45px 0 35px
}

.professionals .text .leader .image {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.professionals .text .leader .role {
    font-size: 14px
}

.professionals .text .team-slider {
    margin: 4px 0 0;
    padding: 0 35px
}

.professionals .text .team-slider .item {
    text-align: center
}

.professionals .text .team-slider .item img {
    margin: 0 auto
}

.professionals .text .team-slider .item .name {
    font-size: 15px;
    line-height: 19px;
    margin-top: 8px
}

.professionals .text .team-slider .item .role {
    font: 9px/15px 'AvenirNextW1G-Bold', Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 6px;
    letter-spacing: 2px
}

@media (max-width: 1340px) {
    .professionals {

    }
    .professionals .text {
        float: none;
        margin: 0 auto;
        text-align: center
    }
    .professionals .text h3,
    .professionals .text p {
        padding-left: 0
    }
    .professionals .text .leader {
        display: block
    }
}

@media (max-width: 700px) {
    .professionals .text h3 {
        font-size: 22px;
        line-height: 35px
    }
}

.footer {
    background: #262626;
    padding-top: 155px;
    border-radius: 0;
    padding-bottom: 68px;
    position: relative
}

.footer .logo-line {
    right: 100%;
    top: inherit;
    bottom: 0;
    width: 2000px
}

.footer .logo-wrap {
    position: relative;
    float: left;
    width: 33.33333%;
    min-width: 150px
}

.footer .logo-wrap .logo {
    margin-top: 13px
}

.footer .created-wrap {
    float: left;
    width: 33.33333%
}

.footer .created-wrap .created {
    width: 178px;
    color: #fff;
    display: block;
    margin: 10px auto 0;
    height: 30px;
    padding-bottom: 60px;
    font-size: 13px;
    text-align: center
}

.footer .phone {
    float: right
}

.footer .phone a {
    color: #fff
}

.footer .phone .request:hover {
    color: #ffc500
}

@media (max-width: 740px) {
    .footer .created-wrap {
        width: 100%;
        margin-top: 20px
    }
}

@media (max-width: 420px) {
    .footer .logo-line {
        right: 50%
    }
    .footer .logo-wrap {
        width: 100%
    }
    .footer .logo-wrap .logo {
        float: none;
        margin: 0 auto
    }
    .footer .phone {
        width: 100%;
        margin-top: 40px;
        text-align: center
    }
    .footer .phone .request {
        margin: 11px auto 0
    }
}
