@import url(http://fonts.googleapis.com/css?family=Montserrat:500,700,900&subset=latin,cyrillic,cyrillic-ext,latin-ext);
.medium {
    font-weight: 500
}

.black {
    font-weight: 900
}

.bold {
    font-weight: 700
}

.null {
    font-size: 0
}

.fix {
    margin: 0 auto;
    width: 1100px;
    position: relative
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .fix {
        width: 90%
    }
}

a {
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

a:hover {
    opacity: 0.7
}

.clear {
    clear: both;
    float: none
}

.table {
    display: table
}

.td {
    display: table-cell
}

.th {
    display: table-header-group
}

.tr {
    display: table-row
}

.fader {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.fader2 {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000911
}

h1,
h2,
h3,
h4 {
    font-style: normal;
    font-weight: normal
}

.title {
    font-size: 55px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding-top: 80px
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .title {
        padding-top: 40px;
        font-size: 35px
    }
}

.about__title {
    font-weight: 500;
    font-size: 47px;
    color: #ff4419
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .about__title {
        font-size: 37px
    }
}

.about {
    background-image: url("../img/about__bg.jpg");
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    padding-bottom: 80px
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .about {
        padding-bottom: 40px
    }
}

.about p {
    font-size: 18px;
    line-height: 170%
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .about p {
        font-size: 16px;
        line-height: 150%
    }
}

.slider {
    text-align: center;
    height: 719px;
    position: relative
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .slider {
        height: 200px
    }
}

.title_slider {
    position: absolute;
    top: 0;
    z-index: 4;
    left: 0;
    right: 0;
    color: #fff;
    margin: auto
}

.main-slider__shadow {
    background-image: url("../img/slider__shadow.png");
    width: 100%;
    height: 719px;
    position: absolute;
    z-index: 3
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .main-slider__shadow {
        height: 200px
    }
}

.main-slider__img {
    width: 100%;
    height: 719px;
    background-size: cover;
    background-position: center center;
    opacity: 0.6;
    position: relative;
    z-index: 2
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .main-slider__img {
        height: 200px
    }
}

.main-slider__bg {
    background-image: url("../img/slider__bg.jpg");
    width: 100%;
    height: 719px;
    position: absolute;
    top: 0;
    z-index: 1
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .main-slider__bg {
        height: 200px
    }
}

ul.main-slider,
li.main-slider__li {
    padding: 0;
    margin: 0
}

.stat {
    background-image: url("../img/stat__bg.jpg");
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    padding-bottom: 80px
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .stat {
        padding-bottom: 40px
    }
}

.stat-icons {
    margin-top: 60px
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .stat-icons {
        margin-top: 15px
    }
}

.stat-icons__item {
    display: inline-block;
    width: 33.3%;
    vertical-align: top
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .stat-icons__item {
        width: 100%;
        margin-top: 30px
    }
}

.stat-icons__img {
    width: 61px;
    height: 61px;
    display: inline-block
}

.stat-icons__img_1 {
    width: 91px
}

.stat-icons__value {
    font-weight: 500;
    font-size: 60px;
    margin: 20px 0
}

.stat-icons__text {
    line-height: 170%;
    font-size: 18px;
    padding: 0 30px
}

.footer {
    background-color: #22282e;
    text-align: center
}

a.call-footer {
    display: inline-block;
    margin: 33px 0
}

.phone-footer {
    margin-bottom: 25px
}

.call-footer__ribbon {
    background-image: url("../img/ribbon.png");
    background-size: cover;
    width: 215.29411765px;
    height: 36.47058824px;
    margin-bottom: 7px
}

.call-footer__text {
    font-weight: 900;
    display: inline-block;
    letter-spacing: 6px;
    font-size: 16px;
    color: #fff;
    margin-top: 5px
}

.phone-footer {
    display: inline-block;
    background-image: url("../img/phone-white.png");
    width: 61px;
    height: 61px
}

.phone-footer__text {
    display: inline-block;
    font-weight: 900;
    font-size: 54px;
    color: #fff;
    letter-spacing: 11px;
    margin-left: 12px
}

.footer-line {
    background-color: #1b2024;
    position: relative
}

.copyright__text {
    font-weight: 500;
    font-size: 15px;
    color: #fff
}

.copyright__text-color {
    color: #ff4419
}

.footer-line__item {
    width: 33.3%;
    display: inline-block;
    position: relative;
    padding: 30px 0
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .footer-line__item {
        width: 100%
    }
    .footer-line__item:first-child {
        margin-top: 60px;
        padding: 30px 0 15px 0
    }
}

.copyright__logo {
    display: inline-block;
    background-image: url("../img/logo.png");
    background-size: cover;
    width: 100px;
    height: 48px;
    position: absolute;
    top: -38px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto
}

.creatida__logo {
    display: inline-block;
    background-image: url("../img/creatida.png");
    background-size: cover;
    width: 46px;
    height: 52px;
    position: absolute;
    top: -36px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto
}

.header {
    background-image: url("../img/header__bg.jpg");
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center
}

.logo {
    padding: 70px 0
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .logo {
        padding: 40px 0
    }
}

.logo__title {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase
}

.logo__logo {
    display: inline-block;
    background-image: url("../img/logo.png");
    background-size: cover;
    width: 369px;
    height: 178px;
    margin: 14px 0
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .logo__logo {
        width: 246px;
        height: 118.66666667px
    }
}

.logo__text {
    font-weight: 900;
    font-size: 30px;
    color: #ff4419;
    letter-spacing: 3px
}

a.call {
    display: inline-block
}

.call__ribbon {
    background-image: url("../img/ribbon.png");
    background-size: cover;
    width: 366px;
    height: 62px;
    font-weight: 900;
    margin-bottom: 7px
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .call__ribbon {
        width: 244px;
        height: 41.33333333px;
        margin: 0 auto 7px 0
    }
}

.call__ribbon-text {
    display: inline-block;
    letter-spacing: 10px;
    font-size: 29px;
    color: #fff;
    margin-top: 7px
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .call__ribbon-text {
        letter-spacing: 7px;
        font-size: 17px
    }
}

.phone {
    display: inline-block;
    background-image: url("../img/phone.png");
    background-size: cover;
    width: 61px;
    height: 61px
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .phone {
        width: 38.125px;
        height: 38.125px
    }
}

.phone__text {
    display: block;
    font-weight: 900;
    font-size: 52px;
    color: #fff;
    letter-spacing: 12px;
    margin-left: 27px
}

.phone__text a {color:#fff}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .phone__text {
        font-size: 36px;
        letter-spacing: 6px;
    }
}

.call-links {
    font-weight: 900;
    font-size: 24px;
    color: #fff;
    margin-top: 10px
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .call-links {
        line-height: 150%;
        font-size: 20px;
        margin-top: 20px
    }
}

.call-links__link {
    font-weight: 900;
    font-size: 24px;
    color: #fff;
    letter-spacing: 4px
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .call-links__link {
        font-size: 20px
    }
}

.header-icons__item {
    display: inline-block;
    vertical-align: top;
    width: 33.3%
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .header-icons__item {
        width: 100%;
        margin-top: 40px
    }
}

.header-icons__img {
    display: inline-block;
    width: 60px;
    height: 60px
}

.header-icons {
    margin: 35px 0 30px 0
}

@media only screen and (max-width:1023px) and (min-width:1px) {
    .header-icons {
        margin: 0 0 30px 0
    }
}

.header-icons__text {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin-top: 20px
}

a.scroll {
    display: inline-block;
    background-image: url("../img/triangle.png");
    width: 260px;
    height: 130px;
    position: relative;
    bottom: -4px;
    cursor: pointer
}

.scroll__img {
    display: inline-block;
    background-image: url("../img/scroll.png");
    width: 18px;
    height: 42px;
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
    margin: auto
}