@font-face {
    font-family: 'pfdindisplaypro';
    src: url('../fonts/pfdindisplayprobold.eot');
    src: url('../fonts/pfdindisplayprobold.eot') format('embedded-opentype'),
    url('../fonts/pfdindisplayprobold.woff2') format('woff2'),
    url('../fonts/pfdindisplayprobold.woff') format('woff'),
    url('../fonts/pfdindisplayprobold.ttf') format('truetype'),
    url('../fonts/pfdindisplayprobold.svg#pfdindisplayprobold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNovaBold.eot');
    src: url('../fonts/ProximaNovaBold.eot') format('embedded-opentype'),
    url('../fonts/ProximaNovaBold.woff2') format('woff2'),
    url('../fonts/ProximaNovaBold.woff') format('woff'),
    url('../fonts/ProximaNovaBold.ttf') format('truetype'),
    url('../fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNovaLight.eot');
    src: url('../fonts/ProximaNovaLight.eot') format('embedded-opentype'),
    url('../fonts/ProximaNovaLight.woff2') format('woff2'),
    url('../fonts/ProximaNovaLight.woff') format('woff'),
    url('../fonts/ProximaNovaLight.ttf') format('truetype'),
    url('../fonts/ProximaNovaLight.svg#ProximaNovaLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNovaRegular.eot');
    src: url('../fonts/ProximaNovaRegular.eot') format('embedded-opentype'),
    url('../fonts/ProximaNovaRegular.woff2') format('woff2'),
    url('../fonts/ProximaNovaRegular.woff') format('woff'),
    url('../fonts/ProximaNovaRegular.ttf') format('truetype'),
    url('../fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNovaTThin.eot');
    src: url('../fonts/ProximaNovaTThin.eot') format('embedded-opentype'),
    url('../fonts/ProximaNovaTThin.woff2') format('woff2'),
    url('../fonts/ProximaNovaTThin.woff') format('woff'),
    url('../fonts/ProximaNovaTThin.ttf') format('truetype'),
    url('../fonts/ProximaNovaTThin.svg#ProximaNovaTThin') format('svg');
    font-weight: 200;
    font-style: normal;
}

/*common*/
body, input, textarea, button {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 400;
}
button {
    font-weight: 700;
}
input, textarea, button {
    border: none;
    outline: none;
}
input, textarea, button, .box {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
.content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1170px;
}
.spacer {
    text-align: justify;
    font-size: 0.1px;
}
.spacer > * {
    display: inline-block;
    vertical-align: middle;
}
.spacer:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.hidden {
    display: none !important;
}
.page-wrap {
    overflow: hidden;
}

.green-btn {
    background: #61c053;
    width: 100%;
    max-width: 256px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    transition:  all .3s;
}
.green-btn:hover {
    background: #44a436;
}
.gr-green-btn {
    text-align: center;
    display: inline-block;
    max-width: 433px;
    width: 100%;
    height: 67px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    border-radius: 33px;
    background: #449ea4;
    background: linear-gradient(to bottom, #449ea4, #9bd528);
    background: -moz-linear-gradient(to bottom, #449ea4, #9bd528);
    background: -webkit-linear-gradient(to bottom, #449ea4, #9bd528);
    background: -o-linear-gradient(to bottom, #449ea4, #9bd528);
    background: -ms-linear-gradient(to bottom, #449ea4, #9bd528);
}
.gr-green-btn__center {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 4px;
    right: 4px;
    line-height: 61px;
    border-radius: 29px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fefefe;
    background: #5fbd5a;
    background: linear-gradient(to bottom, #5fbd5a, #66c24f);
    background: -moz-linear-gradient(to bottom, #5fbd5a, #66c24f);
    background: -webkit-linear-gradient(to bottom, #5fbd5a, #66c24f);
    background: -o-linear-gradient(to bottom, #5fbd5a, #66c24f);
    background: -ms-linear-gradient(to bottom, #5fbd5a, #66c24f);
    transition:  all .3s;
}
.gr-green-btn:hover .gr-green-btn__center {
    background: #ffffff;
    color: #2d2c2c;
}
.gr-green-btn:hover .icon-white-download {
    background-position: -23px -77px;
}
.gr-green-btn__center > * {
    display: inline-block;
    vertical-align: middle;
}
.gr-green-btn__center span {
    margin-right: 14px;
    position: relative;
    top: 1px;
}

.block-title {
    padding-top: 38px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 48px;
    color: #132534;
    letter-spacing: 0.035em;
    font-family: 'pfdindisplaypro', sans-serif;
}
.letters__title:before,
.block-title:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 24px;
    background: #dfdfdf;
    top: 0; left: 0; right: 0;
    margin: 0 auto;
}
.block-title em {
    color: #61c053;
}

.white-btn {
    max-width: 183px;
    width: 100%;
    height: 53px;
    border-radius: 26px;
    background: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2d2c2c;
    cursor: pointer;
    transition:  all .3s;
}
.white-btn:hover {
    background: #61c053;
    color: #ffffff;
}
/*end common*/

/*icons*/
.icon {
    display: inline-block;
    background: url('../images/icons.png') no-repeat;
}
.icon-cities {
    width: 14px;
    height: 18px;
}
.icon-download {
    width: 18px;
    height: 18px;
    background-position: 0 -20px;
}
.icon-phone {
    width: 19px;
    height: 19px;
    background-position: 0 -40px;
}
.h-contact:hover .icon-phone {
    background-position: -21px -40px;
}
.icon-mail {
    width: 17px;
    height: 14px;
    background-position: 0 -61px;
}
.h-contact:hover .icon-mail {
    background-position: -19px -61px;
}
.icon-white-download {
    width: 21px;
    height: 21px;
    background-position: 0 -77px;
}
.icon-next {
    width: 10px;
    height: 10px;
    background-position: 0 -100px;
}
.next-btn:hover .icon-next {
    background-position: 0 -112px;
}
.icon-form-2,
.icon-size {
    width: 19px;
    height: 19px;
    background-position: 0 -124px;
}
.icon-adv-1 {
    width: 33px;
    height: 31px;
    background-position: 0 -145px;
}
.icon-adv-2 {
    width: 39px;
    height: 21px;
    background-position: 0 -178px;
}
.icon-adv-3 {
    width: 22px;
    height: 31px;
    background-position: 0 -201px;
}
.icon-adv-4 {
    width: 28px;
    height: 32px;
    background-position: 0 -234px;
}
.icon-big-download {
    width: 27px;
    height: 27px;
    background-position: 0 -268px;
}
.icon-form-1 {
    width: 20px;
    height: 20px;
    background-position: 0 -297px;
}
.icon-form-3 {
    width: 16px;
    height: 16px;
    background-position: 0 -319px;
}
.icon-form-4 {
    width: 16px;
    height: 16px;
    background-position: 0 -455px;
}

.icon-form-name {
    background-position: -13px -178px;
    width: 13px;
    height: 16px;
}
.icon-zoom {
    width: 46px;
    height: 46px;
    background-position: 0 -337px;
}
.icon-reload {
    width: 15px;
    height: 15px;
    background-position: 0 -385px;
}
.icon-mark {
    width: 12px;
    height: 15px;
    background-position: 0 -402px;
}
.icon-contact-1 {
    width: 12px;
    height: 18px;
    background-position: 0 -419px;
}
.icon-contact-2 {
    width: 16px;
    height: 16px;
    background-position: 0 -439px;
}
.icon-contact-3 {
    width: 16px;
    height: 13px;
    background-position: 0 -457px;
}
.icon-copyright {
    width: 13px;
    height: 13px;
    background-position: -18px -457px;
}
/*end icons*/

/*top*/
.top {
    background: #f1f1f1;
    padding-top: 12px;
    padding-bottom: 13px;
}
.top-nav__btn {
    display: none;
}
.top-nav {
    position: relative;
    left: -8px;
    width: 51.28%;
}
.top-nav__link {
    font-size: 14px;
    color: #132534;
}
.top-nav__link:hover {
    text-decoration: underline;
}
.cities > *, .download > * {
    display: inline-block;
    vertical-align: middle;
}
.cities {
    cursor: pointer;
    position: relative;
    margin-left: 8px;
}
.cities-list__city {
    margin-right: 20px;
}
.cities-list__city,
.download span,
.cities__select {
    font-size: 14px;
    color: #747474;
    margin-left: 22px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #9a9a9a;
}
.download:hover span,
.cities__select:hover {
    border-bottom-color: transparent;
}
.download span {
    margin-right: 13px;
    margin-left: 0;
}
.cities-list.open {
    display: block;
}
.cities-list {
    display: none;
    position: absolute;
    min-width: 100%;
    left: 14px;
    padding-top: 19px;
    padding-bottom: 6px;
    z-index: 3;
    top: 100%;
    background: #f1f1f1;
}
.cities-list li {
    white-space: nowrap;
    margin-bottom: 15px;
}
/*end top*/

/*header*/
.header {
    background: #f9f9f9;
    padding-top: 17px;
    padding-bottom: 23px;
}
.logo {
    position: relative;
    transition:  all .3s;
}
.logo:hover {
    opacity: 0.8;
}
.logo__icon {
    background: url('../images/logo.png') no-repeat;
    width: 245px;
    height: 54px;
    display: block;
}
.logo__desc {
    position: absolute;
    right: -1px;
    bottom: 8px;
    letter-spacing: 0.005em;
    font-size: 10px;
    text-transform: uppercase;
    color: #132534;
}
.h-contacts {
    text-align: left;
    position: relative;
    top: -1px;
    padding-right: 60px;
    transition:  all .3s;
}
.h-contact:first-child {
    margin-bottom: 16px;
}
.h-contact > * {
    display: inline-block;
    vertical-align: middle;
}
.h-contact {
    display: block;
    transition: all .3s;
}
.h-contact:hover .h-contact__desc {
    color: #61c053;
}
.h-contact__icon-wr {
    width: 19px;
    text-align: left;
}
.h-contact__desc {
    margin-left: 22px;
    font-size: 18px;
    color: #232323;
    transition: all .3s;
}
/*end header*/

/*naw-wr*/
.naw-wr {
    background: #132534;
}
.naw-wr.scroll {
    position: fixed;
    width: 100%;
    left: 0; top: 0;
    z-index: 20;
}
.nav {
    width: 74.78%;
}
.nav-list__link {
    padding-left: 14px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.03em;
    transition:  all .3s;
}
.nav-list__link:after {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    background: #ffffff;
    transition: all .3s;
}
.nav-list__link:hover:after {
    background: #61c053;
}
.nav-list__link:hover {
    color: #61c053;
}
.naw-wr__btn {
    max-width: 21.88%;
    height: 66px;
}
/*end naw-wr*/

/*main*/
.main {
    background: url('../images/bg/mail-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
    position: relative;
}
.main .content {
    position: relative;
}
.main-left {
    max-width: 462px;
    padding-left: 22px;
    padding-top: 109px;
    padding-bottom: 140px;
}
.main-left:after {
    content: '';
    position: absolute;
    right: 49.92%;
    top: 0;
    width: 2000px;
    height: 100%;
    background: rgba(19, 37, 52, 0.7);
}
.main-left > * {
    position: relative;
    z-index: 3;
}
.main__title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e7e7e7;
    font-family: 'pfdindisplaypro', sans-serif;
}
.consult__title:after,
.main__title:after {
    content: '';
    position: absolute;
    left: -35px;
    height: 102px;
    bottom: -2px; top: 0;
    margin: auto;
    width: 11px;
    border-radius: 5px;
    background: #328e96;
    background: linear-gradient(to bottom, #328e96, #88c41b);
    background: -moz-linear-gradient(to bottom, #328e96, #88c41b);
    background: -webkit-linear-gradient(to bottom, #328e96, #88c41b);
    background: -o-linear-gradient(to bottom, #328e96, #88c41b);
    background: -ms-linear-gradient(to bottom, #328e96, #88c41b);
}
.main__title strong {
    font-size: 72px;
    color: #74cd67;
    display: block;
    position: relative;
    left: -3px;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}
.crumbs-title strong {font-size: 48px;margin-bottom: 0;}
.main__desc {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.2;
    padding-right: 30px;
    margin-top: 39px;
}
.main__btn {
    margin-top: 51px;
}

.next-btn .gr-green-btn__center {
    top: 4px;
    bottom: 4px;
}
.next-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -16px;
}
/*end main*/

/*services*/
.services {
    padding-top: 71px;
    padding-bottom: 74px;
    background: #f9f9f9;
}
.services-list {
    margin-top: 57px;
    position: relative;
}
.services-list:after,.contacts-page .content:before,.contacts-page .content:after,
.services-list:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 30px;
    width: 1000px;
    background: url('../images/bg/white-pattern.png') repeat;
}

.services-list:after {
    left: -1014px;
}
.services-list:before {
    right: -1014px;
}
.contacts-page .content:before {left: -1014px;}
.contacts-page .content:after {right: -1014px;}
.service {
    float: left;
    margin-right: 2.57%;
    margin-bottom: 2.57%;
    width: 23.07%;
    background: #ffffff;
    position: relative;
    padding-bottom: 123px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 9px 43px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 9px 43px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 9px 43px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 9px 43px rgba(0, 0, 0, 0.04);
    transition:  all .3s;
}
.service:nth-child(4n) {
    margin-right: 0;
}
.service__photo {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
    border-radius: 3px 3px 0 0;
}
.service__photo img {
    width: 100%;
}
.service .service__photo:before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    border: 1px solid transparent;
    border-radius: 2px;
    z-index: 2;transition: all .3s;
}
.service:hover .service__photo:before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    z-index: 2;
}
.news-item__photo {
    position: relative;
    cursor: pointer;
}
.news-item__photo:hover:after,
.service:hover .service__photo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.66;
    background: #379898;
    background: linear-gradient(to bottom, #379898, #93d116);
    background: -moz-linear-gradient(to bottom, #379898, #93d116);
    background: -webkit-linear-gradient(to bottom, #379898, #93d116);
    background: -o-linear-gradient(to bottom, #379898, #93d116);
    background: -ms-linear-gradient(to bottom, #379898, #93d116);
}
.news-item__photo:after, .service .service__photo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.66;
    background: transparent;
    transition: all .3s;
}
.service__btn {
    height: 60px;
    font-size: 13px;
    position: absolute;
    left: 0; right: 0;
    bottom: 39px;
    max-width: 192px;
    margin: 0 auto;
}
.service__btn .gr-green-btn__center {
    line-height: 54px;
}
.news-item__zoom,
.service__zoom {
    /* display: none; */
    z-index: 3;
    width: 80px;
    height: 13px;
    line-height: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    pointer-events:  none;
    display: block;
    opacity: 0;
    transition:  all .3s;
}
.news-item__zoom {width: 152px;text-align:  center;}
.news-item__photo:hover .news-item__zoom {
    width: 152px;
    display: block;
    font-size: 15px;
    padding-bottom: 1px;
    border-bottom-color: #ffffff;
    opacity:  1;
}
.service:hover .service__zoom {
    display: block;
    opacity:  1;
}
.service-content {
    min-height: 160px;
    padding: 24px 15px 0 20px;
}
.service__title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #232323;
    line-height: 1.2;
    font-family: 'pfdindisplaypro', sans-serif;
    transition:  all .3s;
    position:  relative;
}
.service__title:hover {
    color: #61c053;
}
.service__title span {
    display: block;
}
.service__desc {
    margin-top: 15px;
    font-size: 15px;
    color: #5c5c5c;
    line-height: 1.6;
}
.service:hover {
    box-shadow: 0 39px 70px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 39px 70px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 39px 70px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 39px 70px rgba(0, 0, 0, 0.15);
}
.service:hover .service__title {
    padding-left: 24px;
    position: relative;
}
.service .service__title:after {
    content: '';
    position: absolute;
    height: 92%;
    width: 6px;
    left: -6px;
    background: transparent;
    border-radius: 3px;
    top: 0;
    transition:  all .3s;
}
.service:hover .service__title:after {
    content: '';
    position: absolute;
    height: 92%;
    width: 6px;
    left: -6px;
    background: #61c053;
    border-radius: 3px;
    top: 0;
}
.services-list__clear {
    display: block;
    clear: both;
}
/*end services*/

/*consult*/
.consult {
    color: #ffffff;
    background: url('../images/bg/consult-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 58px;
    padding-bottom: 73px;
}
.consult__btn {
    max-width: 434px;
    position: relative;
    top: 8px;
}
.consult__title {
    position: relative;
    padding-left: 32px;
}
.consult__title strong {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 48px;
    font-family: 'pfdindisplaypro', sans-serif;
    display: block;
    letter-spacing: 0.03em;
    margin-bottom: 7px;
}
.consult__title small {
    font-size: 25px;
    letter-spacing: 0.01em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.consult__title:after {
    left: 0;
    width: 8px;
    height: 75px;
    top: 0; bottom: -4px;
    margin: auto;
}
/*end consult*/

/*examples*/
.examples {
    padding-top: 65px;
    padding-bottom: 76px;
}
.examples-links {
    margin-top: 42px;
    text-align: center;
    position: relative;
}
.examples-links:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 3000px;
    left: -1000px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #eeeeee;
}
.examples-links-center {
    display: inline-block;
    padding: 0 62px 0 42px;
    background: #ffffff;
    position: relative;
    right: -10px;
    z-index: 3;
}
.examples-links__link {
    font-size: 14px;
    color: #808080;
    text-transform: uppercase;
    margin-right: 24px;
    padding-bottom: 5px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}
.examples-links__link:hover, .examples-links__link.active {
    border-bottom-color: #61c852;
}
.examples-links__link:last-child {
    margin-right: 0;
}
.examples-links-list {
    display: inline-block;
}
.examples-tabs {
    position: relative;
    margin-top: 50px;
}
.examples-tab {
    position: absolute;
    width: 100%;
    left: -2000px;
}
.examples-tab.active {
    position: static;
}
.example {
    float: left;
    width: 370px !important;
    margin-right: 30px;
}
.example-content {
    padding: 0 40px 0 50px;
}
.example__size > * {
    display: inline-block;
    vertical-align: middle;
}
.example__size span {
    font-size: 15px;
    font-weight: 700;
    color: #132534;
    margin-left: 8px;
}
.example__size sup {
    font-size: 10px;
}
.example__desc {
    margin-top: 23px;
    font-size: 15px;
    color: #5c5c5c;
    line-height: 1.6;
}
.example__title {
    display: block;
    padding: 13px 28px 10px;
    position: relative;
    z-index: 5;
    background: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    color: #232323;
    font-family: 'pfdindisplaypro', sans-serif;
    margin: -24px 29px 37px 22px;
    box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
    transition: all .3s;
}
.example__title:hover {
    color: #61c852;
}
.example__phone {
    display: block;
    height: 347px;
    box-sizing: border-box;
    position: relative;
    padding: 5px;
    cursor: pointer;
    background: #439ea4;
    background: linear-gradient(to bottom, #439ea4, #96cd27);
    background: -moz-linear-gradient(to bottom, #439ea4, #96cd27);
    background: -webkit-linear-gradient(to bottom, #439ea4, #96cd27);
    background: -o-linear-gradient(to bottom, #439ea4, #96cd27);
    background: -ms-linear-gradient(to bottom, #439ea4, #96cd27);
}
.example__phone img {
    width: 100%;
    transition:  all .3s;
    position:  relative;
}/*
.example__phone:hover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
}*/
.example__phone:after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #379898;
    background: linear-gradient(to bottom, #379898, #93d116);
    background: -moz-linear-gradient(to bottom, #379898, #93d116);
    background: -webkit-linear-gradient(to bottom, #379898, #93d116);
    background: -o-linear-gradient(to bottom, #379898, #93d116);
    background: -ms-linear-gradient(to bottom, #379898, #93d116);
    transition: all .3s;
}/*
.example__phone:hover:after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.66;
    background: #379898;
    background: linear-gradient(to bottom, #379898, #93d116);
    background: -moz-linear-gradient(to bottom, #379898, #93d116);
    background: -webkit-linear-gradient(to bottom, #379898, #93d116);
    background: -o-linear-gradient(to bottom, #379898, #93d116);
    background: -ms-linear-gradient(to bottom, #379898, #93d116);
}*/
.example__zoom {
    display: none;
    z-index: 3;
    width: 110px;
    height: 20px;
    line-height: 20px;
    text-decoration: underline;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'pfdindisplaypro', sans-serif;
    transition:  all .3s;
    display: block;
    opacity:  0;
}/*
.example__phone:hover .example__zoom {
    display: block;
    opacity:  1;
}*/
.center {
    text-align: center;
}
.center > * {
    display: inline-block;
    vertical-align: middle;
}
.example-slides__prev a, .example-slides__next a,
.team-slides__prev a, .team-slides__next a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
}
.example-slides__prev, .example-slides__next,
.team-slides__prev, .team-slides__next {
    background: url('../images/slider-arrows.png') no-repeat;
    width: 10px;
    height: 16px;
    position: relative;
    cursor: pointer;
}
.example-slides__prev:hover,
.team-slides__prev:hover {
    background-position: -12px 0;
}
.example-slides__next,
.team-slides__next {
    background-position: 0 -18px;
}
.example-slides__next:hover,
.team-slides__next:hover {
    background-position: -12px -18px;
}
.example-slides-control__link:hover, .team-slides-control__link:hover,
.example-slides-control__link.active, .team-slides-control__link.active {
    font-weight: 700;
    color: #61c852;
}
.example-slides-control__link, .team-slides-control__link {
    font-size: 18px;
    color: #c1c1c1;
    width: 22px;
    text-align: center;
    margin-right: 21px;
    display: inline-block;
    transition:  all .3s;
}
.example-slides-control__link:last-child, .team-slides-control__link:last-child {
    margin-right: 0;
}
.example-slides-control,
.team-slides-control {
    margin: 0 44px;
}
.examples .center {
    margin-top: 56px;
}
/*end examples*/

/*about*/
.about {
    background: url('../images/bg/about-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 74px;
    padding-bottom: 53px;
    color: #ffffff;
}
.about-left {
    width: 53.84%;
    text-align: left;
}
.about__bg, .about-left {
    vertical-align: top;
}
.about__title {
    text-align: left;
    color: #ffffff;
    padding-top: 0;
    padding-left: 38px;
}
.seo__title:before,
.about__title:before {
    content: '';
    left: 0; top: 0; bottom: 0;
    margin: auto;
    position: absolute;
    height: 82%;
    width: 9px;
    background: #328f96;
    background: linear-gradient(to bottom, #328f96, #8bc519);
    background: -moz-linear-gradient(to bottom, #328f96, #8bc519);
    background: -webkit-linear-gradient(to bottom, #328f96, #8bc519);
    background: -o-linear-gradient(to bottom, #328f96, #8bc519);
    background: -ms-linear-gradient(to bottom, #328f96, #8bc519);
}
.about__title:after {
    display: none;
}
.about__desc {
    margin-top: 26px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}
.about__bg {
    width: 42.73%;
    padding-top: 42.4%;
    background: url('../images/bg/about-photo.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.63);
    -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.63);
    -o-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.63);
}
.advantage > * {
    display: inline-block;
    vertical-align: middle;
}
.advantage {
    margin-bottom: 50px;
}
.advantages {
    margin-top: 57px;
    max-width: 592px;
}
.advantage__icon-wr {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    position: relative;
    background: #298fab;
    background: linear-gradient(to bottom, #298fab, #9dd807);
}
.advantage__icon-wr:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background: #ffffff;
}
.advantage__icon-wr .icon {
    z-index: 3;
}
.advantage__desc {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-left: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.advantage:last-child {
    padding-right: 2px;
}
.about-bottom {
    max-width: 540px;
    padding-top: 1px;
}
.about__download span {
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 7px;
    position: relative;
    top: 4px;
    margin-left: 20px;
    border-bottom: 1px dotted #d0d3d6;
}
.about__download:hover span {
    border-bottom-color: transparent;
}
.about__download > * {
    display: inline-block;
    vertical-align: middle;
}
/*end about*/

/*team*/
.team {
    padding-top: 62px;
    padding-bottom: 74px;
}
.team__title {
    margin-bottom: 52px;
}
.team-item {
    width: 370px !important;
    margin-right: 30px;
    text-align: center;
    float: left;
}
.team-item:last-child {
    margin-right: 0;
}
.team-item__photo {
    width: 100%;
}
.team-item__name {
    font-size: 18px;
    margin-top: 34px;
    letter-spacing: 0.03em;
    font-weight: 700;
    color: #132534;
    opacity: 0;
    text-transform: uppercase;
}
.team-item__position {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 0 0 0 #61c852;
    letter-spacing: 0.03em;
    margin-top: 15px;
    color: #61c852;
    opacity: 0;
}
.team .center {
    margin-top: 35px;
}
.team-item {
    opacity: 0.33;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.team-item.active .team-item__name,
.team-item.active .team-item__position {
    opacity: 1;
}
.team-item.active {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}
.team-item.active + .team-item + .team-item .team-item__position,
.team-item.active + .team-item .team-item__position,
.team-item.active + .team-item + .team-item .team-item__name,
.team-item.active + .team-item .team-item__name {
    opacity: 1;
}
.team-item.active + .team-item + .team-item,
.team-item.active + .team-item {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}
.team .bx-viewport {
    overflow: visible !important;
}
/*end team*/

/*form-block*/
.form-block {
    background: url('../images/bg/form-block-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 33px;
    padding-bottom: 64px;
}
.form-block__title {
    padding-top: 50px;
    color: #ffffff;
}
.form-block__title:after {
    display: none;
}
.form-block__desc {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.2;
}
.form-label {
    width: 23.93%;
    position: relative;
}
.form__field {
    width: 100%;
    height: 67px;
    position: relative;
    z-index: 3;
    border-radius: 32px;
    padding-left: 62px;
    font-size: 15px;
    color: #5c5c5c;
    transition:  all .3s;
}
.form__field:hover, .form__field:focus {
    border: 2px solid #61c852;
    padding-left: 60px;
}
.form__field::-webkit-input-placeholder {color:#5c5c5c;}
.form__field::-moz-placeholder          {color:#5c5c5c;}
.form__field:-moz-placeholder           {color:#5c5c5c;}
.form__field:-ms-input-placeholder      {color:#5c5c5c;}
.form__btn {
    max-width: inherit;
    height: 67px;
    width: 25.47%;
    border-radius: 32px;
}
.form-label .icon {
    position: absolute;
    top: 0; bottom: 0;
    margin: auto;
    left: 30px;
    z-index: 4;
}
.form-label .icon-form-1 {
    left: 21px;
}
.form {
    margin-top: 97px;
}
.form-block__info {
    margin-top: 60px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.form-block__info a {
    color: #ffffff;
    text-decoration: underline;
}
.form-block__info a:hover {
    text-decoration: none;
}
.form-label__number {
    width: 100%;
    text-align: center;
    position: absolute;
    font-size: 250px;
    color: #61c053;
    font-weight: 700;
    top: -104px;
    left: 0;
    opacity: 0.3;
    font-family: 'pfdindisplaypro', sans-serif;
    pointer-events:  none;
}
/*end form-block*/

/*letters*/
.letters {
    background: #f5f5f5;
    padding-top: 47px;
    padding-bottom: 64px;
}
.letters__title {
    color: #132534;
    padding-top: 29px;
    padding-bottom: 8px;
}
.letters__title:before {
    display: none;
    height: 15px;
    top: auto;
    bottom: 0;
}
.letters .bx-wrapper {
    margin-top: 65px;
}
.letters .bx-viewport {
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.letters-list {
    font-size: 0;
}
.letter {
    display: inline-block;
    vertical-align: top;
    width: 18.29%;
    /* margin-right: 2.13%; */
    cursor: pointer;
    /* margin-bottom: 2.13%; */
    position: relative;
    /* width: 20% !important; */
    margin: 0 15px;
}
.letters-slides {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 65px;
}
.letter:last-child {
    margin-right: 0;
}
.letter:hover {
    box-shadow: 0 16px 29px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 16px 29px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 16px 29px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 16px 29px rgba(0, 0, 0, 0.22);
}
.letter:hover .icon-zoom,
.letter:hover .letter__zoom {
    display: block;
    opacity: 0.56;
}
.letter:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:transparent;
    transition: all.3s;
}
.letter:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #76befe;
    opacity: 0.88;
}
.icon-zoom {
    display: none;
    z-index: 4;
    opacity:  0;
    display:  block;
}
.letter__zoom {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.56;
    left: 0; top: 0;
    z-index: 3;
    background: #33969c;
    background: linear-gradient(to bottom, #33969c, #93d116);
    background: -moz-linear-gradient(to bottom, #33969c, #93d116);
    background: -webkit-linear-gradient(to bottom, #33969c, #93d116);
    background: -o-linear-gradient(to bottom, #33969c, #93d116);
    background: -ms-linear-gradient(to bottom, #33969c, #93d116);
}
.letters__btn {
    margin: 30px auto 0;
    max-width: 180px;
    height: 55px;
    display: block;
    position: relative;
    border-radius: 26px;
}
.letters__btn a {
    position: absolute;
    width: 100%;
    left: 0; top: 0;
    height: 100%;
    z-index: 2;
}
.letters__btn > * {
    display: inline-block;
    vertical-align: middle;
}
.letters__btn .icon {
    position: relative;
    top: -1px;
    margin-right: 4px;
}
.letter img {
    width: 100%;
}
/*end letters*/

/*news*/
.news {
    padding-top: 60px;
    padding-bottom: 42px;
}
.news-list {
    margin-top: 43px;
}
.news-item {
    width: 31.62%;
    float: left;
    margin-right: 2.57%;
    margin-bottom: 2.57%;
}
.news-item:nth-child(3n) {
    margin-right: 0;
}
.news-item__btn {
    height: 55px;
    max-width: 230px;
    font-size: 15px;
}
.news-item__btn .gr-green-btn__center {
    line-height: 49px;
}
.news-item-content {
    padding: 0 18px;
}
.news-item__date {
    font-size: 14px;
    font-weight: 700;
    color: #61c053;
    margin-top: 24px;
    font-family: 'pfdindisplaypro', sans-serif;
}
.news-item__title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #232323;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: 'pfdindisplaypro', sans-serif;
    transition:  all .3s;
}
.news-item__title:hover {
    color: #61c053;
}
.news-item__desc {
    margin-top: 15px;
    font-size: 15px;
    color: #777777;
    line-height: 1.6;
}
.news-item__btn {
    margin-top: 30px;
}
.news-item__photo {
    font-size: 0;
    display: block;
}
.news-item__photo img {
    width: 100%;
}
.fancybox-button--play, .fancybox-button--fullscreen, .fancybox-button--thumbs, .fancybox-button--share {
    display: none !important;
}
/*end news*/

/*seo*/
.seo {
    background: #f9f9f9;
    padding-top: 42px;
    padding-bottom: 44px;
}
.seo__title {
    padding-left: 36px;
    text-align: left;
    padding-top: 0;
    margin-bottom: 37px;
}
.seo__title:before {
    height: 72%;
}
.seo__title:after {
    display: none;
}
.seo__desc {
    margin-bottom: 24px;
    font-size: 15px;
    color: #777777;
    line-height: 1.6;
    letter-spacing: 0.025em;
}
.seo__desc em {
    color: #67bd5a;
}
.seo__desc:last-child {
    margin-bottom: 0;
}
/*end seo*/

/*footer*/
.footer {
    background: #142535;
    padding-top: 62px;
    padding-bottom: 20px;
    color: #ffffff;
}
.footer-left {
    width: 270px;
    text-align: left;
}
.footer-left, .footer-right {
    vertical-align: top;
}
.footer-right {
    padding-top: 16px;
    width: 67.86%;
}
.footer-logo {
    display: inline-block;
    padding-left: 100px;
    position: relative;
}
.footer-logo__icon {
    background: url('../images/footer-logo.png') no-repeat;
    width: 85px;
    height: 72px;
    position: absolute;
    left: 0; top: 0;
}
.footer-logo em {
    font-size: 24px;
    padding-top: 10px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: #5bd156;
    font-family: 'pfdindisplaypro', sans-serif;
}
.footer-logo small {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.2;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
}
.footer__desc {
    font-size: 14px;
    font-weight: 300;
    max-width: 270px;
    color: #bbbbbb;
    margin-top: 39px;
    line-height: 1.7;
}
.f-cities {
    display: inline-block;
    margin-top: 21px;
}
.f-cities__city {
    display: block;
    margin-bottom: 10px;
}
.f-cities__city:last-child {
    margin-bottom: 0;
}
.f-cities__city > * {
    display: inline-block;
    vertical-align: middle;
}
.f-cities__city span {
    color: #bbbbbb;
    font-size: 15px;
    margin-left: 13px;
}
.f-cities__city:hover span {
    color: #64c554;
}
.copyright {
    font-size: 14px;
    font-weight: 200;
    color: #797979;
    line-height: 1.4;
    position: relative;
    padding-left: 27px;
    margin-top: 47px;
}
.copyright .icon {
    left: 0;
    top: 3px;
    position: absolute;
}
.f-col {
    vertical-align: top;
    width: 100%;
    text-align: left;
}
.f-col:nth-child(1) {
    max-width: 190px;
}
.f-col:nth-child(2) {
    max-width: 190px;
}
.f-col:nth-child(3) {
    max-width: 258px;
}
.f-form__info a,
.copyright a {
    text-decoration: underline;
    color: #61c053;
}
.f-form__info a:hover,
.copyright a:hover {
    text-decoration: none;
}
.copyright i {
    display: inline-block;
}
.f-col__title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    max-width: 190px;
    border-bottom: 1px solid #2f4050;
    padding-bottom: 16px;
    position: relative;
    font-family: 'pfdindisplaypro', sans-serif;
}
.f-col__title:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 1px;
    background: #64c554;
    left: 0;
    bottom: -1px;
}
.f-nav {
    margin-top: 32px;
    padding-left: 4px;
}
.f-nav__link {
    display: block;
    font-size: 14px;
    color: #bbbbbb;
    margin-bottom: 26px;
}
.f-nav__link:last-child {
    margin-bottom: 0;
}
.f-nav__link:hover {
    color: #64c554;
}
.contacts {
    margin-top: 26px;
}
.contact > * {
    display: inline-block;
    vertical-align: middle;
}
.contact {
    margin-bottom: 30px;
    display: block;
}
.contact:last-child {
    margin-bottom: 0;
}
.contact__icon-wr {
    width: 43px;
    height: 43px;
    position: relative;
    border: 1px solid #2e3f4f;
}
.contact__desc {
    line-height: 1.6;
    margin-left: 22px;
    letter-spacing: -0.01em;
    font-size: 14px;
    color: #bbbbbb;
}
a.contact:hover .contact__desc {
    color: #64c554;
}
.f-form__field {
    font-size: 14px;
    color: #bbbbbb;
    background: none;
    height: 50px;
    border-bottom: 1px solid #777e86;
    margin-bottom: 19px;
    width: 100%;
}
.f-form__field:hover, .f-form__field:focus {
    border-bottom-color: #64c554;
}
.f-form__field::-webkit-input-placeholder {color:#bbbbbb;}
.f-form__field::-moz-placeholder          {color:#bbbbbb;}
.f-form__field:-moz-placeholder           {color:#bbbbbb;}
.f-form__field:-ms-input-placeholder      {color:#bbbbbb;}
.f-form {
    margin-top: 15px;
}
.f-form__btn {
    margin-top: 16px;
    width: 156px;
    height: 55px;
    font-family: 'pfdindisplaypro', sans-serif;
    letter-spacing: 0.02em;
    border-radius: 26px;
    font-weight: 700;
    font-size: 13px;
}
.f-form__info {
    font-size: 14px;
    color: #797979;
    /*margin-top: 38px;*/
	margin-top: 25px;
    font-weight: 200;
    line-height: 1.35;
}
.nav__phone {
    display: none;
}
/*end footer*/

/*overlay*/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    overflow: auto;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    z-index: 1000;
    display: none;
}
.popup {
    opacity: 0;
    display: none;
    position: relative;
    box-sizing: border-box;
    margin: 100px auto;
    max-width: 380px;
    width: 100%;
    padding: 40px 20px;
    background: #ffffff;
    border-radius: 4px;
}
.popup__title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}
.popup .form__btn,
.popup .form-label {
    display: block;
    width: 100%;
}
.popup .form {
    max-width: 320px;
    margin: 0 auto;
}
.popup .form-label {
    margin-bottom: 15px;
}
.popup .form__btn {
    margin-top: 25px;
}
.popup .form__field:hover,
.popup .form__field:focus {
    border-color: #61c053;
}
.popup .form__field {
    padding-left: 60px;
    border: 1px solid grey;
}
.popup__close {
    width: 12px;
    height: 12px;
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
    background: url('../images/close.png') no-repeat;
}
.popup__close:hover {
    background-position: 0 -14px;
}
.examples-links__link_mob {
    display: none;
}
/*end overlay*/
.crumbs__desc {
    margin-top: 0;
    font-weight:  400;
    text-transform: none;
}

.crumbs .main-left {
    max-width: 50%;
    padding-top: 70px;
    padding-bottom: 70px;
}

.crumbs-title:after {
    top: 0;
    bottom:  auto;
    height: 100%;
}
.crumbs .top-nav__link {color: #ffffff;font-size: 18px;text-decoration: none;}
.crumbs .top-nav__link:hover {color: #74cd67;}
.crumbs .top-nav__link  i {padding: 0 5px;}
.crumbs .top-nav__link:hover  i {color: #ffffff}
.crumbs .top-nav {left: 0;width: 100%;text-align:  left;position:  relative;display: block !important;background: none;height: auto !important;padding:  0 !important;}
.about-page {background: #f9f9f9;color: #777777;}
.about-page .about-left {width: 50%;}
.about-page .content {font-size: 0;}
.about-page .about__title {color: #132534;}
.about-page .about__desc {color: #777777;}
.about__desc p {margin-bottom: 10px;}
.about-page .about__download span , .about-page .about__download .icon {color: #777777;}
.about-page .about__download .icon {background-position: -29px -268px;}
.block-left {width: 50%;float: left;}
.seo__desc ul {padding-left: 15px;}
.seo__desc li {position:  relative;}
.seo__desc li:before {content:  '';width: 6px;height: 6px;background:  #61c053;display:  block;position:  absolute;border-radius: 50px;left: -15px;top: 50%;margin-top: -2px;}
.contacts-page .about-left:nth-child(1) {width: 33.333333%;}
.contacts-page .about-left:nth-child(2) {width: 66.666666%;}
.contacts-page .contacts {margin:0;}
.contacts-page {background: #f9f9f9;}
.contacts-page .map {height:300px;}
.contacts-page .content {font-size: 0;position:  relative;}
.contacts-page .contact__desc {color: #132534;}
.about-left .about__bg {
    width: 100%;
    padding:  0;
    background:  none;
    box-shadow:  none;
    max-width: 500px;
    margin-left: auto;
}

.about__bg img {
    width: 100%;
    /* max-width: 500px; */
    /* margin:  0 auto; */
    display: block;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.63);
    -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.63);
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.63);
    -o-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.63);
    margin-left:  auto;
}
.about__bg.first {margin-bottom: 30px;}
.letters__btn.btn-more {
    height: 60px;
    border-radius: 50px;width: 100%;
}
.letters .letters__btn.btn-more {margin: 30px auto 0;}

.letters__btn.btn-more .gr-green-btn__center {
    font-size: 13px;
    line-height: 54px;
}
.btn-more:hover .icon-reload {
    background-position: -17px -385px;
}
.footer .contacts a:hover .icon-contact-2 {
    background-position: -42px -439px;
}
.footer .contacts a:hover .icon-contact-3 {
    background-position: -33px -457px;
}


































@media all and (max-width: 1210px) {
    .examples-tab .bx-wrapper {
        max-width: 770px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .team .bx-viewport {
        overflow: hidden !important;
    }
    .team-item {
        width: 300px !important;
    }
    .team .bx-wrapper {
        max-width: 960px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .team-item {
        opacity: 1;
        -webkit-filter: none;
        filter: none;
    }
    .team-item__name,
    .team-item__position {
        opacity: 1;
    }
    .team-item__name {
        font-size: 16px;
        margin-top: 24px;
    }
}

@media all and (max-width: 1200px) {
    .services-list:after,
    .services-list:before {
        display: none;
    }
    .service__title {
        font-size: 18px;
    }
}

@media all and (max-width: 1150px) {
    .nav-list__link {
        font-size: 13px;
    }
}

@media all and (max-width: 1100px) {
    .nav-list__link {
        letter-spacing: 0;
    }
    .main__title strong {
        font-size: 62px;
    }
    .main__title {
        font-size: 26px;
    }
    .main__btn {
        font-size: 15px;
        max-width: 410px;
    }
    .naw-wr__btn {
        margin-right: -21px;
    }
    .service:hover .service__title {
        padding-left: 14px;
    }
    .service-content {
        min-height: 175px;
    }
    .consult__title strong,
    .block-title {
        font-size: 44px;
    }
    .consult__title small {
        font-size: 23px;
    }
    .consult__btn {
        max-width: 400px;
    }
    .form-label__number {
        font-size: 200px;
        top: -68px;
    }
    .form {
        margin-top: 60px;
    }
    .news-item__title {
        font-size: 18px;
    }
    .f-col:nth-child(3) {
        max-width: 230px;
    }
}

@media all and (max-width: 1050px) {
    .download span i {
        display: none;
    }
    .top-nav {
        left: 0;
    }
    .h-contacts {
        padding-right: 0;
    }
    .nav-list__link {
        padding-left: 10px;
    }
    .service {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }
    .service:nth-child(2n) {
        margin-right: 0;
    }
    .services-list {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .service-content {
        min-height: 130px;
    }
    .advantage__desc {
        font-size: 15px;
    }
}

@media all and (max-width: 1020px) {
    .nav-list__link {
        padding-left: 14px;
        font-size: 14px;
    }
    .nav__btn {
        height: 23px;
        display: inline-block;
        position: relative;
        width: 26px;
    }
    .nav__btn_bottom,
    .nav__btn_top,
    .nav__btn:after {
        content: '';
        position: absolute;
        left: 0; top: 0; bottom: 0;
        margin: auto;
        width: 100%;
        height: 3px;
        border-radius: 2px;
        background: #ffffff;
    }
    .nav__btn.open:after {
        display: none;
    }
    .nav__btn.open .nav__btn_top {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        bottom: 0;
        margin: auto;
    }
    .nav__btn.open .nav__btn_bottom {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        top: 0;
        margin: auto;
    }
    .nav__btn_top {
        bottom: auto;
        top: 0;
    }
    .nav__btn_bottom {
        top: auto;
        bottom: 0;
    }
    .naw-wr {
        position: relative;
    }
    .naw-wr__btn {
        max-width: 220px;
    }
    .nav {
        width: auto;
    }
    .nav-list {
        display: none;
        padding-top: 16px;
        padding-bottom: 16px;
        width: 100%;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        padding-left: 20px;
        background: #132534;
        z-index: 5;
        top: 100%;
    }
    .nav-list__item {
        display: block;
    }
    .nav-list__link {
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 15px;
        display: block;
        padding-right: 30px;
    }
    .main-left {
        padding-top: 69px;
        padding-bottom: 100px;
    }
    .main-left:after {
        right: 0;
    }
    .main__title strong {
        font-size: 54px;
    }
    .main__title {
        padding-left: 25px;
        font-size: 22px;
    }
    .main__title:after {
        width: 8px;
        height: 80px;
        left: 0;
    }
    .main-left {
        padding-left: 0;
    }
    .consult__title strong,
    .block-title {
        font-size: 40px;
    }
    .team,
    .examples {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .services {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .services-list {
        margin-top: 40px;
    }
    .advantages {
        margin-top: 40px;
    }
    .advantage {
        margin-bottom: 40px;
    }

    .team-item {
        width: 370px !important;
    }
    .team .bx-wrapper {
        max-width: 770px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .team__title {
        margin-bottom: 36px;
    }
    .letters .bx-wrapper {
        margin-top: 40px;
    }
    .letters {
        padding-bottom: 60px;
    }
    .news {
        padding-bottom: 60px;
    }
    .footer-left {
        width: 100%;
        padding-bottom: 30px;
    }
    .f-col:nth-child(3) {
        max-width: 310px;
    }
    .footer-right {
        width: 100%;
    }
    .popup {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .copyright {
        position: absolute;
        bottom: 20px;
        left: 20px;
    }
    .footer {
        position: relative;
        padding-bottom: 70px;
    }
}

@media all and (max-width: 950px) {
    .cities__select {
        margin-left: 8px;
    }
    .download span {
        margin-right: 8px;
    }
    .consult__btn {
        display: block;
        margin-top: 20px;
    }
    .about .content {
        position: relative;
        padding-top: 420px;
    }
    .contacts-page .content {padding-top: 50px !important;}
    .about-left, .contacts-page .about-left:nth-child(1), .contacts-page .about-left:nth-child(2) {
        width: 100%;
    }
    .contacts-page .about-left:nth-child(1) {padding-bottom:15px;}
    .about__bg {
        width: 380px;
        height: 376px;
        position: absolute;
        left: 0; top: 0; right: 0;
        margin: 0 auto;
        padding-top: 0;
    }
    .about {
        padding-top: 40px;
    }
    .advantage__desc {
        font-size: 16px;
    }
    .advantage:nth-child(2n) {
        width: 238px;
    }
    .advantage:last-child {
        padding-right: 0;
    }
    .news-item__title {
        font-size: 17px;
    }
    .news-item-content {
        padding-left: 0;
        padding-right: 0;
    }
    .cities-list {
        left: 0;
    }
}

@media all and (max-width: 900px) {
    .download span, .cities__select {
        font-size: 13px;
    }
    .cities {
        margin-left: 0;
    }
    .cities__select i {
        display: none;
    }
    .top-nav {
        width: 57%;
    }
    .main__title strong {
        font-size: 46px;
    }
    .main__title {
        font-size: 20px;
    }
    .consult__title strong,
    .block-title {
        font-size: 36px;
    }
    .consult__title:after {
        height: 60px;
    }
    .consult__title small {
        font-size: 21px;
    }
    .form__btn,
    .form-label {
        width: 32%;
    }
    .form__btn {
        float: right;
        position: relative;
        z-index: 5;
        margin-top: 20px;
    }
    .letters-list {
        text-align: left;
    }
    .letter {
        width: 32%;
        margin-right: 1.9%;
        margin-bottom: 2%;
    }
    .letters__btn {
        margin-top: 40px;
    }
    .letter:nth-child(3n) {
        margin-right: 0;
    }
    .news-item:nth-child(3n),
    .news-item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 6%;
    }
    .news-item:last-child {
        margin-bottom: 0;
    }
    .news-item:nth-child(2n) {
        margin-right: 0;
    }
    .news-item__btn {
        margin-top: 20px;
    }
    .letter:nth-child(4),
    .letter:nth-child(5) {
        display: none;
    }
}

@media all and (max-width: 850px) {
    .example {
        margin-right: 15px;
    }
    .examples-tab .bx-wrapper {
        max-width: 755px !important;
    }
}

@media all and (max-width: 800px) {
    .examples-tab .bx-wrapper {
        max-width: 370px !important;
    }
    .team-item {
        width: 300px !important;
    }
    .team .bx-wrapper {
        max-width: 630px !important;
    }

    .form__btn,
    .form-label {
        width: 48%;
        margin-bottom: 20px;
    }
    .form-label__number {
        display: none;
    }
    .form__btn {
        float: none;
        margin-top: 0;
    }
    .form {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
    .form-block__info {
        margin-top: 30px;
        line-height: 1.4;
    }
    .form-block__desc {
        font-size: 18px;
    }
    .f-col:nth-child(3) {
        max-width: 258px;
    }
}
@media all and (max-width: 768px) {
    .top-nav__btn {
        display: inline-block;
        width: 29px;
        height: 19px;
        position: relative;
    }
    .top-nav__btn_top,
    .top-nav__btn_bottom,
    .top-nav__btn:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        border-radius: 3px;
        left: 0; top: 0; bottom: 0;
        margin: auto;
        background: grey;
    }
    .top-nav__btn_top {
        bottom: auto;
        top: 0;
    }
    .top-nav__btn.open:after {
        display: none;
    }
    .top-nav__btn.open .top-nav__btn_top {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        bottom: 0;
        margin: auto;
    }
    .top-nav__btn.open .top-nav__btn_bottom {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        top: 0;
        margin: auto;
    }
    .top-nav__btn_bottom {
        top: auto;
        bottom: 0;
    }
    .top-nav {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 4;
        background: #f1f1f1;
        display: none;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .top-nav__link {
        display: block;
        padding-right: 30px;
        line-height: 32px;
        height: 32px;
        font-size: 15px;
        padding-left: 20px;
    }
    .top {
        position: relative;
    }
    .h-contact__desc {
        margin-left: 14px;
        font-size: 17px;
    }
    .main__desc {
        font-size: 17px;
        padding-right: 70px;
    }
    .main__btn {
        margin-top: 34px;
        max-width: 394px;
    }
    .next-btn {
        left: 0;
    }
    .consult__title strong,
    .block-title {
        font-size: 32px;
    }
    .consult__title small {
        font-size: 19px;
    }
    .consult__btn {
        font-size: 15px;
        max-width: 380px;
    }
    .examples-links__link {
        font-size: 13px;
    }
    .examples-links-center {
        padding-left: 20px;
        padding-right: 20px;
        right: 0;
    }
    .examples-links__link {
        margin-right: 14px;
    }
    .news-item__title {
        font-size: 16px;
    }
    .seo__title {
        margin-bottom: 26px;
    }
    .f-col:nth-child(3) {
        max-width: 230px;
    }

    .examples-tabs .center .example-slides-control{
        display: none;
    }

    .examples-tabs .center{
        position: relative;
    }

    .examples-tabs .center .example-slides__next{
        display: block;
        top: -250px;
        right: 10px;
        position: absolute;
    }
    .examples-tabs .center .example-slides__prev{
        top: -250px;
        left: 10px;
        display: block;
        position: absolute;
    }

}
@media all and (max-width: 767px) {
.crumbs .main-left {
    max-width: 100%;
}
.crumbs__desc {padding: 0;}
.crumbs .top-nav > * {padding: 0;display: inline-block;}
}

@media all and (max-width: 700px) {
    .team-item {
        width: 240px !important;
        margin-right: 20px;
    }
    .team .bx-wrapper {
        max-width: 500px !important;
    }
    .team-item__name {
        font-size: 15px;
    }
    .team-item__position {
        margin-top: 8px;
    }
    .f-col {
        max-width: 280px !important;
        width: 100%;
        margin-bottom: 30px;
    }
    .f-col:last-child {
        display: block;
        max-width: inherit !important;
        margin-bottom: 0;
    }
    .f-form {
        max-width: 250px;
    }
}

@media all and (max-width: 650px) {
    .f-col {
        max-width: 220px !important;
    }
}

@media all and (max-width: 600px) {
    .advantage__desc {
        font-size: 15px;
    }
    .advantage:nth-child(2n) {
        width: 230px;
    }
}

@media all and (max-width: 550px) {
    .logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 245px;
    }
    .header .content {
        text-align: center;
    }
    .naw-wr {
        position: relative;
        padding-top: 16px;
        height: 38px;
    }
    .header {
        padding-top: 23px;
    }
    .h-contacts {
        display: none;
    }
    .naw-wr__btn {
        position: absolute;
        left: 0; right: 0; top: 0;
        margin: 0 auto;
    }
    .h-contact:first-child {
        margin-bottom: 12px;
    }
    .naw-wr__btn {
        height: 54px;
    }
    .main__title strong {
        font-size: 38px;
    }
    .main__title {
        font-size: 16px;
    }
    .main__title:after {
        height: 60px;
    }
    .main__btn {
        max-width: 280px;
    }
    .main__btn .gr-green-btn__center span {
        max-width: 195px;
        text-align: left;
        line-height: 1.2;
    }
    .main__desc {
        font-size: 16px;
        padding-right: 40px;
    }
    .main-left {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .consult__title strong {
        font-size: 28px;
    }
    .block-title {
        font-size: 28px;
        padding-top: 24px;
    }
    .block-title:after {
        width: 6px;
        height: 14px;
    }
    .service {
        margin-right: 0;
        width: 100%;
    }
    .service-content {
        min-height: inherit;
    }
    .services-list {
        /* max-width: 320px; */
    }
    .service__title {
        font-size: 17px;
    }
    .consult__title small {
        font-size: 16px;
    }
    .consult__title:after {
        height: 50px;
    }
    .consult__btn {
        font-size: 14px;
        max-width: 280px;
    }
    .consult__btn span {
        padding-top: 12px;
        line-height: 1.3;
    }

    .examples-links__link {
        font-size: 12px;
        margin-bottom: 15px;
        display: inline-block;
        margin-right: 0;
    }
    .examples-links-list .examples-links__link {
        display: block;
        border-bottom: none;
    }
    .examples-links:after {
        bottom: auto;
        top: 7px;
    }
    .examples-links__link_selected {
        border-bottom: 2px solid #61c852 !important;
        position: relative;
        margin-bottom: 0;
    }
    .examples-links__link_selected:after {
        content: '';
        position: absolute;
        background: url('../images/icons.png') no-repeat 0 -112px;
        top: 1px;
        right: -20px;
        width: 10px;
        height: 10px;
        z-index: 4;
    }
    .examples-links__link_selected.open:after {
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
    }
    /*.examples-links-list {
        display: none;
        padding-top: 15px;
    }*/
    .examples-links-center > span.examples-links__link{
        display: none;
    }
    .examples-links__link_mob {
        display: inline-block;
    }
    .examples-links-center {
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        width: 100%;
        max-width: 260px;
    }
    .examples-links-list {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
    .examples-links-list .examples-links__link:last-child {
        margin-bottom: 0;
    }
    .examples-links {
        margin-top: 30px;
    }
    .example-slides-control__link, .team-slides-control__link {
        margin-right: 14px;
    }
    .example-slides-control, .team-slides-control {
        margin: 0 24px;
    }
    .about__title {
        padding-top: 0;
    }
    .advantage {
        display: block;
        margin-bottom: 20px;
    }
    .advantages {
        padding-bottom: 20px;
    }

    .team-item {
        width: 370px !important;
        margin-right: 0;
    }
    .team .bx-wrapper {
        max-width: 370px !important;
    }
    .form-block__desc {
        font-size: 16px;
    }
    .form {
        max-width: 320px;
    }
    .form-label, .form__btn {
        width: 100%;
    }
    .block-title {
        line-height: 1.2;
    }
    .news-item:nth-child(3n),
    .news-item {
        width: 100%;
        margin-bottom: 45px;
        margin-right: 0;
    }
    .seo__title {
        padding-top: 0;
    }
    .f-nav__link {
        margin-bottom: 18px;
    }
    .contact {
        margin-bottom: 20px;
    }
    .f-form__info {
        margin-top: 20px;
    }
    .news {
        padding-bottom: 20px;
    }
    .f-col:nth-child(2),
    .f-col:nth-child(3) {
        display: none;
    }
    .nav__phone {
        width: 23px;
        height: 23px;
        display: inline-block;
        background: url('../images/icons.png') no-repeat -18px -432px;
    }
    .footer {
        padding-bottom: 50px;
    }
}

@media all and (max-width: 500px) {
    .letter {
        width: 100%;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .letter:nth-child(2),
    .letter:nth-child(3) {
        display: none;
    }
    .copyright {
        max-width: 280px;
    }
    .footer {
        padding-bottom: 60px;
    }
}

@media all and (max-width: 450px) {
    .examples-tab .bx-wrapper {
        max-width: 280px !important;
    }
    .example {
        width: 280px !important;
    }
    .example__phone {
        height: 263px;
    }
    .example__zoom {
        font-size: 17px;
    }
    .example__title {
        font-size: 16px;
    }
    .example-content {
        padding: 0 20px 0 20px;
    }
    .example__title {
        margin-left: 20px;
        margin-right: 20px;
    }
    .examples .center {
        margin-top: 36px;
    }
    .about__btn {
        display: block;
        margin-bottom: 15px;
    }
    .seo__desc {
        font-size: 14px;
    }
    .popup__title {
        font-size: 18px;
        line-height: 1.2;
    }
    .overlay {
        padding-left: 0;
        padding-right: 0;
    }
}

@media all and (max-width: 420px) {
    .team-item {
        width: 280px !important;
    }
    .team .bx-wrapper {
        max-width: 280px !important;
    }
}

@media all and (max-width: 400px) {
    .download span, .cities__select {
        font-size: 12px;
    }
    .cities__select {
        margin-left: 5px;
    }
    .download span {
        margin-right: 5px;
    }
    .consult__title strong {
        font-size: 23px;
        letter-spacing: 0;
    }
    .block-title {
        font-size: 25px;
    }
    .consult__title small {
        font-size: 14px;
    }
    .about {
        padding-top: 0;
    }
    .about__bg {
        width: 100%;
    }
    .about__bg {
        height: 330px;
    }
    .about .content {
        padding-top: 370px;
    }
    .cities-list {
        left: -2px;
    }
    .cities-list__city {
        font-size: 13px;
    }
    .naw-wr__btn {
        max-width: 190px;
        font-size: 13px;
    }
}

@media all and (max-width: 350px) {
    .top .content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .examples-links__link {
        margin-right: 3px;
        letter-spacing: -0.02em;
    }
    .examples-links-center {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media all and (max-width: 768px) {
    .about .about-left{
		width: auto;
		padding-top: 250px;
	}
	
	.seo .block-left{
		width: auto;
	}
	
	.about-bottom .about__download{
		margin-top: 20px;
	}
	
	.letter {
		max-width: 310px;
	}
	
	.about .about-left {
		width: auto;
		padding-top: 0px;
	}
	
	.about-page-style .about-left{
		width: auto;
		padding-top: 250px;
	}
}

@media (max-width: 400px){
	.about .content {
		padding-top: 170px;
	}
}