@font-face {
    font-family: 'gotham';
    src: url('GothamPro-Bold_gdi.eot');
    src: url('GothamPro-Bold_gdi.eot?#iefix') format('embedded-opentype'),
         url('GothamPro-Bold_gdi.woff') format('woff'),
         url('GothamPro-Bold_gdi.ttf') format('truetype'),
         url('GothamPro-Bold_gdi.svg#intro_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'intro';
    src: url('intro-webfont.eot');
    src: url('intro-webfont.eot?#iefix') format('embedded-opentype'),
         url('intro-webfont.woff') format('woff'),
         url('intro-webfont.ttf') format('truetype'),
         url('intro-webfont.svg#intro_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

hr {
    border-color: #d6d6d6;

}

hr.light {
    border-color: #fff;
}

a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background-color: #f05f40;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #f05f40;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #f05f40;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #f05f40!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #f05f40;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #f05f40;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header.jpg);
    background-position: center;
    background-attachment: fixed;    
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }
    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1150px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f05f40;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

/* Start */

/* Header custom*/
#fixtop {
  position: fixed;
  z-index: 1000;
  background:rgba(56, 56, 56, .8);
  height: 40px;
  width: 100%;
  max-height: 300px;
  transition: 3s;
}

.modal-title-custom {
    color: #262626;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    max-width: 500px;
}

.modal-body-custom {
    background: #f5f5f5;
}
.modal-body-custom-header {
    background: #f5f5f5;
    border-bottom: none;
}

.logo-head {
    text-align: left;
    padding-top: 28px;
}
@media (max-width: 550px) {
    .logofix {
    display: none;
    }
}

.tel-head {
    padding-top: 28px;
}

.form-head {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 4px;
}


.head-imput {
    margin-bottom: 20px;
    border: 2px solid #2579bf;
    height: 50px;
    background: #fff;
    color: #000;
    font-size: 16px;
}

.btn-head-form {
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: #2579bf;
    padding: 13px 37px 13px 37px;
    border-radius: 3px;
}
.btn-head-form:hover {
    text-decoration: none;
    color: #fff;
    background: #004279;
}
.btn-head-form:focus {
    text-decoration: none;
    color: #fff;
    background: #004279;
}

.btn-head {
    font-size: 20px;
    text-decoration: none;
    background-color:#8BC34A!important; 
    color:#fff!important;
    font-weight: bold;
    padding: 13px 47px 13px 47px;
    border-radius: 3px;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}
.btn-head:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 104, 0, 0.3);
}
.btn-head:focus {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 104, 0, 0.3);
}

.head-cta {
    text-align: left;
    padding: 20px;
    text-align: left;
    padding-top: 12%;
    max-width: 900px;
    margin: 0 auto;
}

.head-cta h1{
    font-size: 40px !important;
    color: #fff;
    font-family: 'intro','Open Sans','Helvetica Neue',Arial,sans-serif;

}



@media (max-width: 480px) {
    .head-cta h1{
    font-size: 20px !important;
    line-height: 1.2em;
    color: #fff;

    }
}

.uniform-bg {

}

.head-triggers {
    max-width: 1000px;
    margin: 80px auto;
}

.head-triggers span {
    font-size: 18px;
    text-shadow: 4px 3px 14px rgba(0, 0, 0, 1);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: bold;
    color: #ececec;
}
.subtitle-head {
    font-size: 20px;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
    color: #FFEB3B;
}
/* Header */

/* 2 display */
#about {
    background: #f3f3f3;
}

.numbers {
    font-size: 70px;
    font-weight: bold;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}

.numbers-icon {
    font-size: 33px;
    color:#ff9600;
}

.numbers-title {
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
    font-size: 20px;
    color: #21394b;
    font-weight: bold;
}

/* статистика */

.circlenum {
    font-size: 54px;
    font-family: 'intro','Helvetica Neue',Arial,sans-serif;
}
.textnum {
    font-size: 18px;
    font-family: 'intro','Helvetica Neue',Arial,sans-serif;
}
.iconnum {
    font-size: 28px;
    color: #ff9600;
}

.img-border {
    border: 3px solid #179cd4;
}

.img-border:hover {
    border: 3px solid #004462;
}

.partners-title {
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 24px;
    font-family: 'intro','Helvetica Neue',Arial,sans-serif;
    text-align: center;
    color: #000;
    opacity: 0.7;
}

.partners-block {
    padding-top: 40px;
    text-align: center;
}

.partner {
    display: inline-block;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: all 0.3s ease;
    opacity: 0.7;
}
.partner:hover {
        filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    opacity: 1;
}


/* статистика */

/* 3 display*/

.title-product {
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}

.product {
    padding: 30px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-bottom: 40px;
}

.product:hover{
    border: 1px solid #2579bf;
}

.price {
    font-size: 22px;
    font-weight: 700;
    color: #262626;
}

.product-name {
    font-size: 32px;
    font-weight: 700;
    color: #262626;
    text-transform: uppercase;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}

@media (max-width: 480px) {
    .product-name {
        font-size: 22px;
    }
}

.btn-buy {
    padding-top: 64px;
}

.btn-buy-2 {
    padding-top: 50px;
}

@media (max-width: 480px) {
    .btn-pc {
        display: none;
    }
}

@media (min-width: 490px) {
    .btn-m {
        display: none;
    }
}

.buy {
    color: #fff; 
    text-decoration: none; 
    background: #2579bf; 
    padding: 5px 40px; 
    outline: none; 
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 2px;
}

.buy:hover {
    color: #fff; 
    text-decoration: none; 
    background: #004279; 
}

.buy:focus {
    color: #fff; 
    text-decoration: none; 
    background: #2579bf; 
}

.carousel-control {
  padding-top:10%;
  width:5%;
}

.carousel-control-custom-prev {
    position: absolute;
    left: 0;
  width:100%;
  background: #ffae00;
  height: 150px;
  margin-top: 20px;
}

.carousel-control-custom-next {
    position: absolute;
    right: 0;
  width:100%;
  background: #ffae00;
  height: 150px;
  margin-top: 20px;
}

.well-2 {
    margin-top: 20px;
}

.mini-name {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}

.mini-name:hover {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.non-decor {
}
.non-decor:hover {
    text-decoration: none;
}
.non-decor:focus {
    text-decoration: none;
}

.control-arr-prev {
    padding-top:9%;
    position: relative;
    text-align: right;
    color: #fff;
    font-size: 72px;
    padding-right: 30px
}

.control-arr-next {
    padding-top:9%;
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 72px;
    padding-left: 30px
}

.caruselka {

}

.mob-car {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 991px) {
    .caruselka {
        display: none;
    }
}
@media (min-width: 991px) {
    .mob-car {
        display: none;
    }
}
@media (max-width: 450px) {
    .mob-car {
        font-size: 22px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }
}

/* 4 display */

.fon-1 {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/bg-1.jpg);
    background-position: center;
    background-color: #fff;
}

.cont-4disp {
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 20px;
}

.cont-4disp p {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 4px 3px 14px rgba(0, 0, 0, 1); 
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}

@media (max-width: 480px) {
    .cont-4disp p {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 4px 3px 14px rgba(0, 0, 0, 1); 
    }
    .cont-4disp {
        padding: 0;
        margin: 0;
    }
}

/* 5 display */

.job-title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    color: #262626;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}

.job {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    padding: 30px 20px;
    border: 1px solid #e4e4e4;
    margin-bottom: 30px; 
    border-radius: 3px;

}

.job:hover{
    border: 1px solid #2579bf;
}


.job-text {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}

.job-mini {
    text-align: left;
    padding: 10px 0px 10px 10px;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.job-mini:hover{
    border: 1px solid #2579bf;
}

.job-mini-2 {
    text-align: left;
    padding: 10px 0px 10px 10px;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.job-mini-text {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}

.job-mini-icon {
    padding-right: 10px;
}

/* 5 display */

.fon-2 {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/bg-2.jpg);
    background-position: center;
    background-color: #fff;
}

.profjob {
    max-width: 1024px;
    margin: 0 auto;
}

.profjob span {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-shadow: 4px 3px 14px rgba(0, 0, 0, 1); 
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}

@media (max-width: 480px) {
    .profjob span{
        font-size: 22px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        text-shadow: 4px 3px 14px rgba(0, 0, 0, 1); 
    }
}


/* 6 display */

.icon-title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    color: #262626;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}

@media (max-width: 480px) {
    .icon-title{
        font-size: 25px;
        text-transform: uppercase;
        font-weight: bold;
        color: #262626;
    }
}

.body-icons {
    max-width: 1000px;
    margin: 0 auto;
    padding-top:80px;
}

.icon-img {
    display: inline-block;
}

.icon-text {
    display: inline-block;
    max-width: 400px;
    padding-left: 20px;
    margin: 0 auto;
    padding-bottom: 40px;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;

}

.icon-text span {
    font-size: 22px;
    font-weight: bold;

}

/* 7 display */

.fon-3 {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/bg-1.jpg);
    background-position: center;
    background-color: #fff;
}

.cta-2 {
    text-align: center;
    font-size: 31px;
    text-shadow: 4px 3px 14px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    max-width: 1024px;
    font-weight: bold;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;

}

@media (max-width: 480px) {
    .cta-2 {
    text-align: center;
    font-size: 22px;
    text-shadow: 4px 3px 14px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    max-width: 1024px;
    font-weight: bold;

    }
}

.cont-cta {
    background: rgba(0, 0, 0, 0.6);
    padding:20px 0;
    border-radius: 3px;
}


/* 8 display */

.bg-123 {
    background: #f3f3f3;
}

.t123-icon {
    font-size: 54px;
    color: #3a5868;
    text-align: center;
    margin-bottom: 30px;
}

.t123 {
    max-width: 1000px;
    margin: 0 auto;
}

.t1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}
@media (max-width: 480px) {
    .t1{
        font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    }
}


.t2 {
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;

}

@media (max-width: 480px) {
    .t2{
    font-size: 22px;
    text-transform: uppercase;
    }
}

/* 9 display */

.jobs {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/white-bg.jpg);
    background-position: center;
    background-color: #fff;
}

.partner-title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}

.partner-body {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 7px;

}
.i5 {
    border-radius: 5px;
}
.t3 {
    font-size: 28px;
    text-transform: uppercase;
}

.chast {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}

.objects {
    max-width: 920px;
}

.title-objects {
    margin-top: 50px;
    margin-bottom: 20px;

}

.title-objects span{
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;

}
@media (max-width: 480px) {
    .title-objects span{
        font-size: 26px;
        text-transform: uppercase;
        font-weight: bold;
    }
}



/* 10 display */

.title-rev {
    font-size: 52px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}
@media (max-width: 480px) {
    .title-rev{
        font-size: 26px;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
    }
}

.body-rev {
    max-width: 550px;
    margin: 0 auto;
    padding-top: 50px;
}

.rev-text {
    font-size: 22px;
    margin-bottom: 50px;

}

/* 11 display */

.fon-4 {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header.jpg);
    background-position: center;
    background-attachment: fixed;
    background-color: #fff;
}

.cta-3 {
    text-align: center;
    font-size: 39px;
    text-shadow: 4px 3px 14px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    max-width: 1024px;
    font-weight: bold;
    padding-bottom: 30px;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}

@media (max-width: 480px) {
    .cta-3{
        text-align: center;
        font-size: 22px;
        text-shadow: 4px 3px 14px rgba(0, 0, 0, 1);
        text-transform: uppercase;
        max-width: 1024px;
        font-weight: bold;
        padding-bottom: 30px;
    }
}

/* 12 display */

.title-years {
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}

@media (max-width: 480px) {
    .cta-3{
        font-size: 22px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 50px;
        font-weight: bold;
    }
}

@media (max-width: 292px) {
    .cta-3{
        font-size: 22px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 50px;
        font-weight: bold;
    }
}

.brick {
    max-width: 900px;
    margin: 0 auto;
}

.brick-text {
    font-size: 20px;
}

.icon-shot {
    color: #2579bf;
}

.brick-text-1 {
    font-size: 20px;
}

.brick-text-2 {
    font-size: 20px;
    padding-bottom: 4px;
}

.brick-text-3 {
    font-size: 20px;
    padding-bottom: 8px;
}

.brick-text-4 {
    font-size: 20px;
}

/* 12 display */

.title-inert {
    font-size: 40px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}

@media (max-width: 480px) {
    .title-inert{
        font-size: 25px;
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }
}

.inert {
    padding-top: 80px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.inert-2 {
    padding-top: 30px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.inert-name {
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}

.inert-price {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
}

.inert-rub {
    font-size: 19px;
    font-weight: bold;
}

.inert-img {
    text-align: center;
    padding: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.inert-img:hover{
    border: 1px solid #2579bf;
}

.map {
background: #fff;
position: relative;
width:100%; 
height:500px;

}

.map-dark {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
}


.adressbox {
    position: relative;
    margin:  4% 50px;
    background: rgba(0, 0, 0, 0.7);
    max-width: 800px;
    min-height: 200px;
    z-index: 1000;
    border-radius: 3px;
     z-index: 1001;
     color: #fff;
}

.cta-map {
    text-align: center;
    font-size: 32px;
    text-shadow: 4px 3px 14px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    max-width: 1024px;
    font-weight: bold;
    padding: 20px;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;

}

.adress {
    text-align: center;
    font-size: 16px;
    padding-bottom: 15px;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;
}

.footer {
    padding: 15px 0;
}

.footer-text {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #393939;
    font-family: 'gotham','Open Sans','Helvetica Neue',Arial,sans-serif;

}

.slide_wrapper {
  align-self: flex-end;
  position: relative;
  width: 100%;
  text-align: center;
}

.ghost_text,
.text_mask {
  font-size: 16px;
  font-family: 'gotham';
}

.ghost_text {
  font-family: 'gotham';
  color: #393939;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.text_mask {
  background-image: radial-gradient(circle 3em at 0%, $gradient_color 0%, $empty_color 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}



/* callback */
    -webkit-box-shadow: 
      0 0 0 10px  rgba(255,255,255,.2),
      0 0 5px 2px rgba(0,0,0,.3),
inset 0 0 0 10px  rgba(0,0,255,.2);
    -moz-box-shadow: 
      0 0 0 10px  rgba(255,255,255,.2),
      0 0 5px 2px rgba(0,0,0,.3),
inset 0 0 0 10px  rgba(0,0,255,.2);
    box-shadow: 
      0 0 0 10px  rgba(255,255,255,.2),
      0 0 5px 2px rgba(0,0,0,.3),
inset 0 0 0 10px  rgba(0,0,255,.2);
  
    -webkit-border-radius: 999px; 
    -moz-border-radius: 999px;
    border-radius: 999px;
    /* border-radius: 50% has issues on some mobile browsers */
}

.pulse1 {
    position: fixed;  
    width: 100px;
    height: 100px;
    margin: auto; 
    bottom: 40px; right: 40px;
    z-index: 900;
    opacity: 0;
    border: 3px solid rgba(37,211,102,.1);
  -webkit-transform-origin:center !important;
-moz-transform-origin:center !important;
-ms-transform-origin:center !important;
-o-transform-origin:center !important;
transform-origin:center !important;
  
    -webkit-animation: pulsejg1 4s linear infinite;
    -moz-animation: pulsejg1 4s linear infinite;
    animation: pulsejg1 4s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 122px 10px rgba(0, 0, 0, .6);
    -moz-box-shadow: inset 0px 0px 122px 10px rgba(0, 0, 0, .6);
    box-shadow: inset 0px 0px 122px 10px rgba(0, 0, 0, .6);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pulse2 {
    position: fixed;
    width: 100px;
    height: 100px;
    margin: auto; 
    bottom: 40px; right: 40px;
    z-index: 900;
    opacity: 0;
    border: 1px solid rgba(37,211,102,0);
  -webkit-transform-origin:center !important;
-moz-transform-origin:center !important;
-ms-transform-origin:center !important;
-o-transform-origin:center !important;
transform-origin:center !important;
  
    -webkit-animation: pulsejg2 4s linear infinite;
    -moz-animation: pulsejg2 4s linear infinite;
    animation: pulsejg2 4s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 12px 5px rgba(37,211,102, .8);
    -moz-box-shadow: inset 0px 0px 12px 5px rgba(37,211,102, .8);
    box-shadow: inset 0px 0px 12px 5px rgba(37,211,102, .8);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@-webkit-keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(.9);
        opacity: .2;
    }

    70% {
        -webkit-transform: scale(1.1);
        opacity: .35;
    }

    80% {
        -webkit-transform: scale(1.25);
        opacity: .2;
    }

    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

@-moz-keyframes pulsejg1 {
    0% {
        -moz-transform: scale(.6);
        opacity: 0;
    }

    50% {
        -moz-transform: scale(.6);
        opacity: 0;
    }

    60% {
        -moz-transform: scale(.9);
        opacity: .2;
    }

    70% {
        -moz-transform: scale(1.1);
        opacity: .35;
    }

    80% {
        -moz-transform: scale(1.25);
        opacity: .2;
    }

    100% {
        -moz-transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulsejg1 {
    0% {
        transform: scale(.6);
        opacity: 0;
    }

    50% {
        transform: scale(.6);
        opacity: 0;
    }

    60% {
        transform: scale(.9);
        opacity: .1;
    }

    70% {
        transform: scale(1.1);
        opacity: .25;
    }

    80% {
        transform: scale(1.25);
        opacity: .1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes pulsejg2 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(.8);
        opacity: .05;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: .1;
    }

    60% {
        -webkit-transform: scale(1.1);
        opacity: .3;
    }

    80% {
        -webkit-transform: scale(1.2);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes pulsejg2 {
    0% {
        -moz-transform: scale(.6);
        opacity: 0;
    }

    40% {
        -moz-transform: scale(.8);
        opacity: .05;
    }

    50% {
        -moz-transform: scale(1);
        opacity: .1;
    }

    60% {
        -moz-transform: scale(1.1);
        opacity: .3;
    }

    80% {
        -moz-transform: scale(1.2);
        opacity: .1;
    }

    100% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulsejg2 {
    0% {
        transform: scale(.6);
        opacity: 0;
    }

    40% {
        transform: scale(.8);
        opacity: .05;
    }

    50% {
        transform: scale(1);
        opacity: .1;
    }

    60% {
        transform: scale(1.1);
        opacity: .3;
    }

    80% {
        transform: scale(1.2);
        opacity: .1;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.element-animation{
  z-index: 900;
        color:#fff;
 position:fixed; 
 bottom: 55px; 
 right: 55px;
 height: 70px;
 width: 70px;
  animation: animationFrames linear 3s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 3s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 3s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 3s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    transform:  rotate(0deg) ;
  }
  20% {
    transform:  rotate(15deg) ;
  }
  40% {
    transform:  rotate(-10deg) ;
  }
  60% {
    transform:  rotate(5deg) ;
  }
  80% {
    transform:  rotate(-5deg) ;
  }
  100% {
    transform:  rotate(0deg) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  rotate(0deg) ;
  }
  20% {
    -moz-transform:  rotate(15deg) ;
  }
  40% {
    -moz-transform:  rotate(-10deg) ;
  }
  60% {
    -moz-transform:  rotate(5deg) ;
  }
  80% {
    -moz-transform:  rotate(-5deg) ;
  }
  100% {
    -moz-transform:  rotate(0deg) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  rotate(0deg) ;
  }
  20% {
    -webkit-transform:  rotate(15deg) ;
  }
  40% {
    -webkit-transform:  rotate(-10deg) ;
  }
  60% {
    -webkit-transform:  rotate(5deg) ;
  }
  80% {
    -webkit-transform:  rotate(-5deg) ;
  }
  100% {
    -webkit-transform:  rotate(0deg) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  rotate(0deg) ;
  }
  20% {
    -o-transform:  rotate(15deg) ;
  }
  40% {
    -o-transform:  rotate(-10deg) ;
  }
  60% {
    -o-transform:  rotate(5deg) ;
  }
  80% {
    -o-transform:  rotate(-5deg) ;
  }
  100% {
    -o-transform:  rotate(0deg) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  rotate(0deg) ;
  }
  20% {
    -ms-transform:  rotate(15deg) ;
  }
  40% {
    -ms-transform:  rotate(-10deg) ;
  }
  60% {
    -ms-transform:  rotate(5deg) ;
  }
  80% {
    -ms-transform:  rotate(-5deg) ;
  }
  100% {
    -ms-transform:  rotate(0deg) ;
  }
}

.callback:hover {
  -webkit-transition:none !important;
  transition: none !important;
  opacity:1;

}

/* callback end */
