/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,100,800&display=swap&subset=cyrillic);
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

* {
    box-sizing: border-box;
    line-height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

img {
    max-width: 100%;
    height: auto
}

li,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dd,
dl,
dt {
    margin: 0;
    padding: 0
}

a {
    display: inline-block;
    text-decoration: none
}

.container {
    width: 1300px;
    margin-left: auto;
    margin-right: auto
}

@font-face {
    font-family: ralewayblack;
    src: url(../fonts/raleway-black-webfont.woff2) format("woff2"), url(../fonts/raleway-black-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: Roboto, sans-serif;
    color: #6a6d6f
}

.header {
    padding: 20px 0
}

.header__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.header__logo {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 21px;
    margin-top: 21px
}

.header__contacts {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end
}

.header__title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #272d33
}

.header__title span {
    font-size: 33px
}

.header__phone {
    font-size: 31px;
    color: #272d33;
    font-weight: 700;
    margin: 7px 0
}

.header__phone a {
    color: #fc5a0a
}

.header__icon {
    width: 40px;
    height: 40px;
    margin-left: 10px
}

.header__icon:hover {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s;
    transition: all .5s
}

.navbar {
    background-color: #272d33
}

.navbar__menu {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    margin-left: -25px;
    margin-right: -25px
}

.navbar__item {
    padding: 25px
}

.navbar__item a {
    font-family: ralewayblack, sans-serif;
    font-weight: 800;
    font-size: 19px;
    text-transform: uppercase;
    color: #87929d;
    -webkit-transition: all .5s;
    transition: all .5s
}

.navbar__item a:hover {
    color: #fff
}

.navbar__item.active a {
    color: #fff;
    position: relative
}

.navbar__item.active a:before {
    content: '';
    position: absolute;
    bottom: -24px;
    width: 100%;
    height: 7px;
    background-color: #fc5a0a
}

.mobile-navbar>.header {
    background-color: #fc5a0a;
    padding-left: 15px;
    color: #000;
    cursor: pointer
}

.mobile-navbar__menu {
    background-color: #272d33;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 0
}

.mobile-navbar__menu li {
    margin: 10px 0
}

.mobile-navbar__menu li a {
    font-family: ralewayblack, sans-serif;
    font-weight: 800;
    font-size: 19px;
    text-transform: uppercase;
    color: #87929d;
    -webkit-transition: all .5s;
    transition: all .5s
}

.mobile-navbar__menu li.active a {
    color: #fff
}

.hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}
.hero1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}
.hero li,
.hero ul {
    list-style: none!important;
    margin-left: 0!important
}

.hero__inner {
    padding-top: 100px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.hero__title {
    width: 100%;
    font-size: 80px;
    color: #fff;
    background-color: rgba(10, 10, 10, .8);
    text-align: center;
    padding-bottom: 15px
}

.hero__content {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}
.content .hero__col-left, .content .hero__col-right{ 
	margin-left: 0 !important;
}
.hero__col-left,
.hero__col-right {
    background-color: rgba(10, 10, 10, .8);
    margin: 60px 10px 0;
    width: 40%;
    padding: 10px
}

.hero__col-left li,
.hero__col-right li {
	list-style: none !important;
    line-height: 100%!important;
    font-size: 25px!important
}

.hero__col-left>li {
    color: #fff
}

.hero__col-right>li {
    color: #fc5a0a
}

.hero__btn {
    display: block;
    color: #fff!important;
    padding: 15px 20px!important;
    background-color: #e94742!important;
    font-size: 25px!important;
    margin-top: 50px!important
}

.regions {
    margin-top: 50px
}

.regions__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap
}

.regions__item {
    display: block;
    width: calc(50% - 10px);
    height: 350px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, .24);
    -webkit-transition: all .5s;
    transition: all .5s
}

.regions__item--msk {
    background-color: #fc5a0a
}

.regions__item--msk:hover {
    background-color: #ff7424;
    box-shadow: none
}

.regions__item--spb {
    background-color: #272d33
}

.regions__item--spb:hover {
    background-color: #41474d;
    box-shadow: none
}

.regions__title {
    position: absolute;
    bottom: 60px;
    left: 30px;
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase
}

@media screen and (max-width: 798px){
.footer__inner .title {
    margin-top: 20px;
}
}
.content h2 {
    font-size: 53px;
    color: #272d33;
    text-transform: uppercase;
    margin-bottom: 30px;
	text-align: center;
}

.content p {
    line-height: 175%;
    text-align: justify;
    font-size: 15px
}

.content ul {
    margin-left: 40px
}

.content ul li {
    font-size: 15px;
    margin: 15px 0;
    list-style: circle;
    line-height: 175%
}

.content ol {
    margin-left: 40px;
    padding: 0
}

.content ol li {
    font-size: 15px;
    margin: 15px 0;
    list-style: decimal;
    line-height: 175%
}

.content a {
    color: #6a6d6f
}

.content a:hover {
    color: #fc5a0a
}

.parallax {
    height: 640px;
    position: relative
}

.parallax__inner {
    height: 640px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center
}

.parallax__content {
    color: #fff
}

.parallax__content h2 {
    color: #fff;
    font-size: 53px;
    text-transform: uppercase;
    text-align: center;
    line-height: 150%
}

.parallax__content p {
    padding: 0;
    margin: 0
}

.parallax__background {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat
}

.parallax__img {
    height: 100%
}

.parallax video {
    width: 100%
}

.jarallax {
    position: relative;
    z-index: 0
}

.jarallax>.jarallax-img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.services {
    padding-bottom: 50px
}

.services__title {
    margin-top: 50px;
    font-size: 53px;
    text-transform: uppercase;
    line-height: 150%;
    color: #272d33;
    font-weight: 900;
    text-align: center
}

.services__title>span {
    font-weight: 300
}

.services__content {
    display: -webkit-box;
    display: flex
}

.services__list {
    margin-left: -30px;
    margin-right: -30px
}

.services__list li {
    color: #fc5a0a;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    line-height: 150%;
    margin: 10px 30px;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

.services__list li:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 30px;
    background-image: url(../img/angle-right.svg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    left: 15px;
    top: 20px
}

.services__list li:hover {
    background-color: #fc5a0a;
    color: #fff
}

.services__list li:hover:before {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.services__img {
    margin-left: 20px
}

.video {
    height: 640px
}

.video__container {
    position: relative;
    height: 100%
}

.video__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    height: 100%
}

.video__content h2 {
    color: #fff;
    font-size: 53px;
    text-transform: uppercase;
    text-align: center;
    line-height: 150%
}

.video__content p {
    padding: 0;
    margin: 0
}

.video__background {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat
}

.video video {
    min-width: 100%
}

.reviews {
    background-color: #fc5a0a;
    padding: 50px 0
}

.reviews__title {
    font-size: 53px;
    text-align: center;
    color: #fff;
    text-transform: uppercase
}

.reviews__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px
}

.reviews-item {
    background-color: #fff;
    padding: 40px 30px;
    margin: 0 15px;
    width: calc(50% - 30px)
}

.reviews-item__name {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #272d33
}

.reviews-item__text {
    line-height: 150%;
    margin-top: 20px
}

.star {
    margin-top: 20px;
    width: 110px;
    height: 18px;
    background-image: url(../img/star.svg), url(../img/star.svg), url(../img/star.svg), url(../img/star.svg), url(../img/star.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left, 23px, 46px, 69px, 92px;
    position: relative
}

.star:before {
    content: '';
    position: absolute;
    width: 0;
    height: 18px;
    left: 0;
    right: 0;
    background-image: url(../img/star-orange.svg), url(../img/star-orange.svg), url(../img/star-orange.svg), url(../img/star-orange.svg), url(../img/star-orange.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left, 23px, 46px, 69px, 92px
}

.star-1:before {
    width: 20%
}

.star-2:before {
    width: 40%
}

.star-3:before {
    width: 60%
}

.star-4:before {
    width: 80%
}

.star-5:before {
    width: 100%
}

.write-review {
    padding: 50px 0
}

.write-review__title {
    color: #272d33;
    text-transform: uppercase;
    font-size: 55px;
    text-align: center
}

.write-review__form {
    margin-top: 50px;
    max-height: 350px;
    height: 350px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px
}

.write-review__form .textarea {
    -webkit-box-ordinal-group: 4;
    order: 3;
    min-height: 350px
}

.write-review__form .textarea textarea {
    min-height: 100%
}

.write-review__form label {
    width: calc(50% - 30px);
    margin: 0 15px
}

.write-review__form label span {
    font-size: 15px;
    font-weight: 700
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 3px solid #fc5a0a;
    padding: 22px 32px;
    width: 100%
}

.form-control--grey {
    border: 3px solid #c6ccd1
}

.rating-input input {
    display: none
}

.form-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 3px solid #fc5a0a;
    padding: 22px 32px;
    width: 100%;
    background-color: #fff;
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase
}

.input-star {
    width: 40px;
    height: 37px;
    font-size: 0;
    background-image: url(../img/star.png);
    background-position: top left
}

.input-star.orange {
    background-position: left -114px
}

.input-star.grey {
    background-position: left -38px
}

.input-star.grey-full {
    background-position: left -76px
}

.rating-input__stars {
    margin-top: 15px;
    display: -webkit-box;
    display: flex
}

.callback-submit {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 3px solid #c6ccd1;
    padding: 22px 32px;
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
    background-color: #fc5a0a;
    color: #fff;
    margin-top: 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.callback-submit:hover {
    color: #000;
    background-color: #fff
}

.callback-form {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.footer {
    background-color: #272d33
}

.footer__inner {
    padding-top: 100px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: flex
}

.footer__inner .title {
    color: #fff;
    font-weight: 100;
    font-size: 29px;
    text-transform: uppercase;
    margin-bottom: 40px
}

.footer__inner .menu li {
    margin: 15px 0
}

.footer__inner .menu li a {
    color: #76828f;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s
}

.footer__inner .menu li a:hover {
    color: #fff
}

.footer__inner .contacts li {
    margin: 20px 0
}

.footer__inner .contacts li a {
    color: #76828f;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s
}

.footer__inner .contacts li a:hover {
    color: #fff
}

.footer__inner .follow {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 150px
}

.footer-bottom {
    background-color: #fff;
    padding: 20px 0
}

.footer-bottom__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.icon-email {
    padding-left: 30px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.icon-email a {
    color: #fc5a0a!important
}

.icon-email a:hover {
    color: #fff!important
}

.icon-email:before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../img/email.svg);
    background-size: contain;
    width: 20px;
    height: 20px
}

.icon-phone {
    padding-left: 30px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.icon-phone:before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../img/phone.svg);
    background-size: contain;
    width: 20px;
    height: 20px
}

.icon-home {
    padding-left: 30px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.icon-home:before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../img/home.svg);
    background-size: contain;
    width: 20px;
    height: 20px
}

.vk {
    width: 25px;
    height: 25px;
    background-image: url(../img/vk.svg);
    background-size: contain;
    opacity: .5;
    -webkit-transition: all .3s;
    transition: all .3s
}

.vk:hover {
    opacity: 1
}

.fb {
    width: 25px;
    height: 25px;
    background-image: url(../img/fb.svg);
    background-size: contain;
    opacity: .5;
    -webkit-transition: all .3s;
    transition: all .3s
}

.fb:hover {
    opacity: 1
}

.ok {
    width: 25px;
    height: 25px;
    background-image: url(../img/ok.svg);
    background-size: contain;
    opacity: .5;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ok:hover {
    opacity: 1
}

.inst {
    width: 25px;
    height: 25px;
    background-image: url(../img/inst.svg);
    background-size: contain;
    opacity: .5;
    -webkit-transition: all .3s;
    transition: all .3s
}

.inst:hover {
    opacity: 1
}

.footer-logo {
    max-width: 100px;
    margin-right: 100px
}

.cards__inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center
}

.cards__item {
    position: relative;
    margin: 0 20px
}

.cards__item span {
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .56);
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fc5a0a;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase
}

.cards__item span:hover {
    opacity: 1
}

.to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-image: url(../img/angle-right.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border: 3px solid #c6ccd1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.to-top:hover {
    -webkit-filter: invert(1);
    filter: invert(1);
    background-color: #03a5f5
}

.breadcrumbs {
    margin: 10px 0 45px
}

.breadcrumbs__link {
    color: #76828f;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s
}

.breadcrumbs__link:hover {
    color: #fc5a0a
}

.breadcrumbs__current {
    color: #fc5a0a;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

.breadcrumbs__separator {
    color: #76828f;
    font-size: 14px;
    font-weight: 500
}

.orange {
    color: #fc5a0a!important
}

.text-large {
    font-size: 53px;
    text-transform: uppercase;
    line-height: 150%
}

.text-center {
    text-align: center
}

.text-thin {
    font-weight: 300
}

.mt-50 {
    margin-top: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.row {
    display: -webkit-box;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap
}

.col {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px
}

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 3px solid #c6ccd1;
    padding: 22px 32px;
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn:hover {
    background-color: #fc5a0a;
    color: #fff!important
}

@media screen and (min-width:465px) {
    .mobile-navbar {
        display: none
    }
}

@media screen and (max-width:1330px) {
    .container {
        width: 1000px
    }
}

@media screen and (max-width:1030px) {
    .container {
        width: 768px
    }
    .hero__col-left,
    .hero__col-right {
        margin-left: 0;
        margin-right: 0
    }
    .hero__col-left li,
    .hero__col-right li {
        line-height: 100%!important;
        font-size: 15px!important
    }
    .hero__col-left {
        width: 100%
    }
    .hero__col-right {
        width: 132px
    }
    .services__content {
        flex-wrap: wrap
    }
    .services__list {
        margin-left: 0;
        margin-right: 0
    }
    .services__list li {
        margin: 10px 15px
    }
    .services__img {
        margin-left: 0
    }
}

@media screen and (max-width:828px) {
    .parallax {
        height: 400px
    }
    .parallax__inner {
        height: 400px
    }
    .video {
        height: 400px
    }
}

@media screen and (max-width:798px) {
	.header{
		padding: 12px 0
	}
    .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
    .header__inner {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center
    }
    .header__contacts {
        -webkit-box-align: center;
        align-items: center
    }
    .hero__title {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 0;
        letter-spacing: 0px;
		font-weight: 700
    }
    .regions__item {
        width: 100%
    }
    .hero__col-left, .hero__col-right{
    	margin: 15px 0 0 0;
    }
    .content .hero__col-left li, .content .hero__col-right li{
    	margin: 8px 0 !important
    }
    .content h1 {
        font-size: 32px;
        line-height: 120%
    }
    .content h2 {
        font-size: 35px
    }
    .parallax__content h2 {
        font-size: 32px
    }
    .services__title {
        font-size: 32px
    }
    .video__content h2 {
        font-size: 32px
    }
    .reviews__title {
        font-size: 32px
    }
    .reviews-item {
        width: 100%
    }
    .write-review__title {
        font-size: 32px
    }
    .write-review__form {
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0
    }
    .write-review__form {
        height: auto;
        max-height: 100%;
        -webkit-box-pack: center;
        justify-content: center
    }
    .write-review__form .textarea {
        -webkit-box-ordinal-group: 1;
        order: 0;
        min-height: 100%
    }
    .write-review__form label {
        width: 100%;
        margin: 15px 0
    }
    .footer__inner {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center
    }
    .text-large {
        font-size: 32px
    }
    .col {
        width: 100%
    }
}

@media screen and (max-width:465px) {
    .navbar {
        display: none
    }
}

@media screen and (max-width:435px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
    .hero__inner {
    	padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        font-size: 22px !important
    }
}

@media screen and (max-width:405px) {        
    .content h1 {
        font-size: 25px
    }
    .content h2 {
        font-size: 22px
    }
    .parallax__content h2 {
        font-size: 25px
    }
    .services__title {
        font-size: 25px
    }
    .video__content h2 {
        font-size: 25px
    }
    .reviews__title {
        font-size: 25px
    }
    .write-review__title {
        font-size: 25px
    }
    .text-large {
        font-size: 25px
    }
}