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

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

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

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

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

.blue-btn {
    border: 3px solid #e1e0e0;
    background: none;
    height: 90px;
    width: 100%;
    max-width: 376px;
    border-radius: 41px;
    position: relative;
    cursor: pointer;
}
.blue-btn:after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    margin: 3px 2px 2px;
    border-radius: 38px;
    background: #006aaf;
    background: linear-gradient(to right, #006aaf, #00aee1);
    background: -moz-linear-gradient(to right, #006aaf, #00aee1);
    background: -webkit-linear-gradient(to right, #006aaf, #00aee1);
    background: -o-linear-gradient(to right, #006aaf, #00aee1);
    background: -ms-linear-gradient(to right, #006aaf, #00aee1);
}
.blue-btn:hover:after {
    background: #006aaf;
}
.blue-btn span {
    position: relative;
    z-index: 3;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 100, 181, 0.7), 0 0 5px rgba(0, 100, 181, 0.7), 0 0 5px rgba(0, 100, 181, 0.7), 0 0 5px rgba(0, 100, 181, 0.7), 0 0 5px rgba(0, 100, 181, 0.7);
    text-transform: uppercase;
}

.blue-btn2 {
    border: 3px solid #e1e0e0;
    background: none;
    height: 80px;
    width: 80%;
    max-width: 376px;
    border-radius: 41px;
    position: relative;
    cursor: pointer;
}
.blue-btn2:after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    margin: 3px 2px 2px;
    border-radius: 38px;
    background: #006aaf;
    background: linear-gradient(to right, #00aee1, #ffffff);
    background: -moz-linear-gradient(to right, #006aaf, #00aee1);
    background: -webkit-linear-gradient(to right, #006aaf, #00aee1);
    background: -o-linear-gradient(to right, #006aaf, #00aee1);
    background: -ms-linear-gradient(to right, #006aaf, #00aee1);
}
.blue-btn2:hover:after {
    background: #006aaf;
}
.blue-btn2 span {
    position: relative;
    z-index: 3;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 100, 181, 0.7), 0 0 5px rgba(0, 100, 181, 0.7), 0 0 5px rgba(0, 100, 181, 0.7), 0 0 5px rgba(0, 100, 181, 0.7), 0 0 5px rgba(0, 100, 181, 0.7);
    text-transform: uppercase;
}




.block-title {
    text-align: center;
    font-size: 60px;
    font-weight: 300;
    color: #00a3d8;
    line-height: 1.2;
}
/*end common*/

/*icons*/
.icon, .question-list li:after {
    display: inline-block;
    background: url('../images/icons.png') no-repeat;
}
.icon-phone {
    width: 17px;
    height: 17px;
}
.icon-about-1 {
    width: 53px;
    height: 50px;
    background-position: 0 -19px;
}
.icon-about-2 {
    width: 52px;
    height: 49px;
    background-position: 0 -71px;
}
.icon-about-3 {
    width: 66px;
    height: 49px;
    background-position: 0 -122px;
}
.icon-about-4 {
    width: 34px;
    height: 50px;
    background-position: 0 -173px;
}
.icon-warning {
    width: 21px;
    height: 20px;
    background-position: 0 -225px;
}
.icon-h-w-1 {
    width: 41px;
    height: 31px;
    background-position: 0 -247px;
}
.icon-h-w-2 {
    width: 33px;
    height: 34px;
    background-position: 0 -280px;
}
.icon-h-w-3 {
    width: 29px;
    height: 36px;
    background-position: 0 -316px;
}
.icon-h-w-4 {
    width: 31px;
    height: 31px;
    background-position: 0 -354px;
}
.icon-h-w-5 {
    width: 27px;
    height: 36px;
    background-position: 0 -387px;
}
.icon-h-w-6 {
    width: 41px;
    height: 24px;
    background-position: 0 -425px;
}
.question-list li:after {
    content: '';
    width: 19px;
    height: 14px;
    background-position: 0 -451px;
}
/*end icons*/

/*header*/
.header {
    padding-top: 20px;
    padding-bottom: 26px;
}
.footer-left,
.header-left {
    padding-left: 20px;
}
.footer-left > *,
.callback__btn > *,
.header-left > * {
    display: inline-block;
    vertical-align: middle;
}
.logo {
    font-size: 30px;
    font-weight: 900;
    color: #323e46;

    line-height: 1.2;
    text-decoration: none;
}
.logo small {
    display: block;
    color: #728b92;
    font-weight: 500;
}
.logo-l {
  transform: translateY(-150%);
  animation: ani 1s forwards;
}
@keyframes ani {
  0% {transform: translateY(-150%);}
  100% {transform: translateY(0);}
}

.page-title {
    max-width: 300px;
    font-size: 10px;
    color: #000000;
    line-height: 1.5;
    position: relative;
    text-align: left;
    padding-left: 22px;
    margin-left: 20px;
}
.page-title:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 44px;
    background: #d1d1d1;
    top: 0; bottom: -6px;
    margin: auto;
    left: 0;
}
.callback {
    position: relative;
    top: 2px;
    text-align: right;
}
.callback__phone {
    font-size: 25px;
    color: #000000;
    display: block;
}
.callback__btn {
    margin-top: 11px;
    cursor: pointer;
    display: inline-block;
}
.callback__btn span {
    font-size: 20px;
    text-decoration: underline;
    color: #ff0000;
    position: relative;
    top: -1px;
    margin-left: 7px;
}
.callback__btn:hover span {
    text-decoration: none;
}
/*end header*/

/*nav-wr*/
.nav-wr {
    padding-top: 12px;
    padding-bottom: 10px;
    background: #000000;
    background: linear-gradient(to right, #323e46, #728b92);
    background: -moz-linear-gradient(to right, #323e46, #728b92);
    background: -webkit-linear-gradient(to right, #323e46, #728b92);
    background: -o-linear-gradient(to right, #323e46, #728b92);
    background: -ms-linear-gradient(to right, #323e46, #728b92);
}
.nav__link {
    font-size: 20px;
    color: #ffffff;
}
.nav__link:hover {
    text-decoration: underline;
}
/*end nav-wr*/

/*main*/
.main {
    position: relative;
    padding-bottom: 197px;
}
.main-left {
    max-width: 420px;
    padding-top: 131px;
}
.main__title {
    font-size: 47px;
    color: #030303;
    font-weight: 300;
    line-height: 1.2;
}
.main__title strong {
    display: block;
    font-weight: 700;
    color: #00a3d8;
}
.main__desc {
    margin-top: 50px;
    font-size: 22px;
    color: #000000;
    line-height: 1.5;
}
.main__btn {
    margin-top: 30px;
}
.main__btn:after {
    box-shadow: 0 0 15px #e1e0e0, 0 0 15px #e1e0e0;
    -moz-box-shadow: 0 0 15px #e1e0e0, 0 0 15px #e1e0e0;
    -webkit-box-shadow: 0 0 15px #e1e0e0, 0 0 15px #e1e0e0;
    -o-box-shadow: 0 0 15px #e1e0e0, 0 0 15px #e1e0e0;
}
.main-types {
    background: url ('../images/bg/bgg.jpg') no-repeat;
    width: 55.76%;
    padding-top: 50.2%;
    position: absolute;
    right: 25px;
    top: 60px;
}
.main-type {
    width: 37.68%;
    cursor: pointer;
    font-size: 0;
    position: absolute;
}
.main-type img {
    width: 100%;
}
.main-type__desc {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    left: 0; top: 0;
    z-index: 3;
    font-size: 22px;
    color: #ffffff;
    line-height: 1.2;
    display: none;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}
.main-type:hover .main-type__desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}
.main-type_1 {
    top: 0;
    right: 31.15%;
}
.main-type_2 {
    left: 0;
    top: 21.62%;
}
.main-type_3 {
    top: 41.89%;
    right: 31.15%;
}
.main-type_4 {
    top: 21.62%;
    right: 0;
}
.main-type_5 {
    bottom: 0;
    left: 0;
}
.main-type_6 {
    bottom: 0;
    right: 0;
}
.main-type:hover:after {
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/main-types/hv.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
/*end main*/

/*about*/
.about {
    background: url('../images/bg/about-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 550px;
    padding-top: 115px;
    padding-bottom: 60px;
}
.about-list {
    max-width: 946px;
    font-size: 0;
    margin: 38px auto 0;
}
.about-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
}
.about-item__icon-wr {
    display: block;
    position: relative;
    height: 50px;
}
.about-item__desc {
    font-size: 16px;
    color: #000000;
    line-height: 1.2;
    margin-top: 21px;
}
.about__info {
    max-width: 960px;
    text-align: center;
    font-size: 20px;
    color: #000000;
    line-height: 1.5;
    margin: 54px auto 0;
}
/*end about*/

/*form-block*/
.form-block {
    background: url('../images/bg/form-block-bg-1.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 444px;
    padding-top: 121px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
.form-block-2 {
    background-image: url('../images/bg/form-block-bg-2.jpg');
}
.form-block-3 {
    background-image: url('../images/bg/form-block-bg-3.jpg');
}
.form-block .content {
    max-width: 1240px;
}
.form-block__title {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(0, 100, 181, 0.5);
}
.form {
    margin-top: 36px;
}
.form__btn {
    height: 79px;
    width: 26.29%;
}
.form__btn span {
    font-size: 20px;
}
.form__btn {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
.form__field {
    padding-left: 40px;
    border: 2px solid #ffffff;
    border-radius: 36px;
    height: 77px;
    width: 34.59%;
    background: none;
    font-size: 20px;
    color: #f8f8f8;
}
.form__field::-webkit-input-placeholder {color:#f8f8f8;}
.form__field::-moz-placeholder          {color:#f8f8f8;}
.form__field:-moz-placeholder           {color:#f8f8f8;}
.form__field:-ms-input-placeholder      {color:#f8f8f8;}
.form-block__info {
    font-size: 16px;
    color: #f8f8f8;
    line-height: 1.2;
    text-align: center;
    margin-top: 33px;
}
/*end form-block*/

/*types*/
.types {
    background: #f8f8f8;
    padding-top: 104px;
    padding-bottom: 156px;
}
.types__warning {
    position: relative;
    max-width: 650px;
    font-weight: 300;
    color: #000000;
    font-size: 20px;
    line-height: 1.5;
    margin: 13px auto 0;
    text-align: center;
}
.types__warning .icon {
    position: absolute;
    top: 4px;
    left: -22px;
}
.type {
    vertical-align: top;
    width: 31.57%;
    text-align: left;
}
.types-list {
    margin-top: 42px;
}
.type__bg {
    width: 100%;
}
.type__title {
    font-size: 25px;
    font-weight: 700;
    color: #3695cd;
    margin-top: 32px;
    margin-bottom: 24px;
    line-height: 1.4;
}
.type__title span {
    display: block;
}
.type__desc {
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 28px;
    line-height: 1.55;
}
.type__btn {
    height: 65px;
    max-width: 268px;
    position: relative;
    left: -14px;
    margin-top: 4px;
    background: #e1e0e0;
}
.type__btn span {
    font-size: 20px;
}
.type__btn:after {
    box-shadow: 0 0 25px #e1e0e0;
}
/*end types*/

/*technology-block*/
.technology-block {
    padding-top: 127px;
    padding-bottom: 66px;
}
.technology-block__title {
    text-align: left;
}
.technology-block__desc {
    max-width: 470px;
    font-size: 22px;
    color: #000000;
    line-height: 1.45;
    margin-top: 17px;
}
.technology-links {
    max-width: 541px;
    width: 100%;
    margin-top: 66px;
    margin-left: -41px;
    text-align: left;
}
.technology-link {
    padding: 42px 0 42px;
    margin-bottom: 6px;
    cursor: pointer;
}
.technology-link img {
    opacity: 0.3;
}
.technology-link.active img,
.technology-link:hover img {
    opacity: 1;
}
.technology-link.active {
    background: #f8f8f8;
    border-radius: 16px;
}
.technology-link.active .technology-link__photo {
    border: none;
    background: #00ade0;
    background: linear-gradient(to bottom, #00ade0, #2865b3);
    background: -moz-linear-gradient(to bottom, #00ade0, #2865b3);
    background: -webkit-linear-gradient(to bottom, #00ade0, #2865b3);
    background: -o-linear-gradient(to bottom, #00ade0, #2865b3);
    background: -ms-linear-gradient(to bottom, #00ade0, #2865b3);
}
.technology-link.active .technology-link__photo:after {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0; right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffffff;
}
.technology-link.active img {
    z-index: 3;
}
.technology-link__photo {
    width: 112px;
    height: 112px;
    position: relative;
    float: left;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #f9f9f9;
    margin-left: 38px;
}
.technology-link-right {
    margin-left: 203px;
    padding-top: 32px;
}
.technology-link__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}
.technology-link__desc {
    font-size: 16px;
    color: #000000;
    line-height: 1.2;
    padding-top: 1px;
}
.technology-link:nth-child(1) img {
    top: -2px;
    right: -6px;
}
.technology-link:nth-child(3) img {
    bottom: -8px;
    right: -14px;
}
.technologies {
    position: relative;
    margin-top: -81px;
    padding-right: 43px;
    text-align: center;
    max-width: 480px;
}
.technology-links, .technologies {
    vertical-align: top;
}
.technology__bg {
    max-width: 100%;
}
.technology__title {
    margin-top: 55px;
    font-size: 22px;
    font-weight: 700;
    color: #020202;
    line-height: 1.2;
}
.technology__desc {
    font-size: 20px;
    color: #000000;
    line-height: 1.5;
    margin-top: 15px;
}
.technology__btn {
    margin-top: 33px;
}
.technology__btn:after {
    box-shadow: 0 0 25px #e1e0e0, 0 0 25px #e1e0e0;
}
.technology__btn span {
    font-size: 20px;
}
.technology {
    display: none;
}
.technology.active {
    display: block;
}
/*end technology-block*/

/*quality*/
.quality {
    background: url('../images/bg/quality-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 720px;
    padding-top: 117px;
    padding-bottom: 60px;
}
.quality__desc {
    font-size: 25px;
    font-weight: 300;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 51px;
}
.quality__photo {
    float: left;
}
.quality-right {
    margin-top: -10px;
    margin-left: 488px;
}
.quality__text {
    font-size: 18px;
    color: #000000;
    line-height: 1.85;
    margin-bottom: 32px;
}
.quality__text:last-child {
    margin-bottom: 0;
}
/*end quality*/

/*how-work*/
.how-work {
    background: url('../images/bg/blue-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 98px;
    padding-bottom: 105px;
}
.how-work__title {
    color: #ffffff;
}
.h-w-list {
    max-width: 870px;
    position: relative;
    left: -20px;
    margin: 54px auto 0;
}
.h-w-list:after {
    content: '';
    position: absolute;
    background: url('../images/bg/how-work-line.png') no-repeat;
    width: 950px;
    height: 328px;
    left: -17px;
    top: 34px;
}
.h-w-item {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #ffffff;
}
.h-w-item__icon-wr {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
}
.h-w-item__title {
    margin-top: 34px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
}
.h-w-item__title a {
    text-decoration: underline;
    color: #ffffff;
}
.h-w-item__title a:hover {
    text-decoration: none;
}
.h-w-item:nth-child(4),
.h-w-item:nth-child(5),
.h-w-item:nth-child(6) {
    margin-top: 114px;
    position: relative;
    left: 55px;
}
/*end how-work*/

/*gallery*/
.gallery {
    padding-top: 116px;
    padding-bottom: 130px;
}
.gallery-slider, .gallery-slider-control {
    max-width: 750px;
    margin: 0 auto;
}
.gallery-slider {
    margin-top: 46px;
    position: relative;
}
.gallery-slider-control {
    margin-top: 18px;
}
.gallery-slider-control__link {
    width: 22%;
}
.gallery-slider-control__link img {
    width: 100%;
}
.gallery-slider__prev a, .gallery-slider__next a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
}
.gallery-slider__prev, .gallery-slider__next {
    position: absolute;
    top: 0; bottom: 0;
    width: 13px;
    height: 23px;
    margin: auto;
    cursor: pointer;
    background: url('../images/slider-arrows.png') no-repeat;
}
.gallery-slider__next {
    background-position: 0 -25px;
}
.gallery-slider__prev {
    left: -54px;
}
.gallery-slider__next {
    right: -54px;
}
.gallery-slider__prev:hover {
    background-position: -15px 0;
}
.gallery-slider__next:hover {
    background-position: -15px -25px;
}
.gallery-slides img {
    width: 100%;
}
/*end gallery*/

/*reasons*/
.reasons {
    padding-top: 129px;
    padding-bottom: 333px;
    background: #f8f8f8;
}
.reasons-list {
    background: url('../images/bg/reason-bg.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 938px;
    height: 742px;
    margin: 129px auto 0;
    position: relative;
    left: -7px;
}
.reason {
    position: absolute;
    white-space: nowrap;
}
.reason__title {
    font-size: 25px;
    font-weight: 700;
    color: #868686;
    line-height: 1.2;
}
.reason__title, .reason__desc {
    position: relative;
    z-index: 2;
}
.reason__desc {
    margin-top: 15px;
    font-size: 18px;
    color: #868686;
    line-height: 1.85;
}
.reason__desc span {
    display: block;
}
.reason__numb {
    position: absolute;
    font-size: 200px;
    color: #c7e8f2;
    left: -55px;
    font-weight: 900;
    top: -76px;
}
.reason_1 {
    left: -24px;
    top: -12px;
}
.reason_2 {
    left: -44px;
    bottom: 72px;
}
.reason_3 {
    top: 86px;
    left: 740px;
}
.reason_4 {
    left: 734px;
    top: 586px;
}
.reason_5 {
    left: 306px;
    bottom: -198px;
}
/*end reasons*/

/*reviews*/
.reviews {
    background: url('../images/bg/blue-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
    padding-bottom: 123px;
    padding-top: 107px;
}
.reviews__title {
    color: #ffffff;
}
.review {
    vertical-align: top;
    width: 31.57%;
    text-align: left;
}
.reviews-list {
    margin-top: 30px;
}
.review__name {
    font-size: 20px;
    font-weight: 700;
    color: #f8f8f8;
    line-height: 1.2;
    text-shadow: 0 0 5px rgba(0, 100, 181, 0.7), 0 0 5px rgba(0, 100, 181, 0.7);
}
.review__date {
    font-size: 12px;
    font-weight: 300;
    color: #f8f8f8;
    opacity: 0.6;
    margin-top: 8px;
    margin-bottom: 18px;
}
.review__photo {
    width: 100%;
}
.review__text {
    margin-top: 23px;
    padding-right: 10px;
    font-size: 14px;
    color: #f8f8f8;
    line-height: 1.7;
}
/*end reviews*/

/*certificates*/
.certificates {
    background: #f8f8f8;
    padding-top: 116px;
    padding-bottom: 340px;
}
.certificates-list {
    margin-top: 44px;
}
.certificate {
    width: 15.07%;
    padding: 1.4% 1.14%;
    background: url('../images/certificates/border.png') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 2.63%;
}
.certificate img {
    width: 100%;
}
/*end certificates*/

/*question*/
.question {
    margin-top: -286px;
    position: relative;
    z-index: 3;
}
.question-left {
    padding-top: 52px;
    text-align: left;
    max-width: 480px;
}
.question__title {
    font-size: 50px;
    text-align: left;
}
.question__desc {
    font-size: 22px;
    margin-top: 13px;
    color: #000000;
    line-height: 1.5;
}
.question__list-title {
    font-size: 30px;
    color: #000000;
    line-height: 1.2;
    margin-top: 78px;
}
.question-list {
    margin-top: 28px;
}
.question-list li {
    padding-left: 26px;
    position: relative;
    font-size: 20px;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 16px;
}
.question-list li:last-child {
    margin-bottom: 0;
}
.question-list li:after {
    position: absolute;
    left: 0; top: 4px;
}
.question-left, .question-form {
    vertical-align: top;
}
.question-form {
    max-width: 486px;
    width: 100%;
    padding: 58px 56px 60px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.question-form__title {
    text-align: center;
    font-size: 30px;
    color: #000000;
    margin-bottom: 33px;
    line-height: 1.5;
}
.question-form__title strong {
    display: block;
    font-weight: 700;
    color: #00a3d8;
}
.question-form-label, .question-form__field {
    display: block;
    width: 100%;
}
.question-form-label {
    margin-bottom: 25px;
}
.question-form-label__title {
    font-size: 18px;
    color: #000000;
    line-height: 1.3;
    padding-left: 38px;
}
.question-form__field {
    height: 88px;
    margin-top: 8px;
    border-radius: 40px;
    border: 2px solid #e1e0e0;
    padding-left: 30px;
    font-size: 18px;
    color: #000000;
}
.question-form__btn {
    margin-top: 7px;
}
.question-form__field::-webkit-input-placeholder {color:#000000;}
.question-form__field::-moz-placeholder          {color:#000000;}
.question-form__field:-moz-placeholder           {color:#000000;}
.question-form__field:-ms-input-placeholder      {color:#000000;}
/*end question*/

#map {
    border-top: 4px solid #f8f8f8;
    background: #fcf6e6;
    height: 635px;
    margin-top: -64px;
}

/*footer*/
.footer {
    padding-top: 26px;
    padding-bottom: 56px;
    position: relative;
}
.footer:before {
    content: '';
    position: absolute;
    left: 0; right: 0;
    bottom: 22px;
    width: 114px;
    height: 1px;
    background: #d1d1d1;
    margin: 0 auto;
}
.footer .callback {
    max-width: 460px;
    position: relative;
    top: -1px;
}
.footer .callback__phone {
    display: inline;
    margin-left: 38px;
}
.footer .callback__phone:first-child {
    margin-left: 0;
}
/*end footer*/

/*popup*/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    z-index: 100;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
    overflow: auto;
    display: none;
    text-align: center;
}
.popup {
    display: none;
    opacity: 0;
    width: 100%;
    left: 0; right: 0;
    margin: 100px auto;
    background: #ffffff;
    max-width: 380px;
    position: relative;
    padding: 58px 30px;
    border-radius: 20px;
}
.popup__close {
    position: absolute;
    cursor: pointer;
    top: 0; right: 0;
    background: #006aaf;
    background: linear-gradient(to right, #006aaf, #00aee1);
    background: -moz-linear-gradient(to right, #006aaf, #00aee1);
    background: -webkit-linear-gradient(to right, #006aaf, #00aee1);
    background: -o-linear-gradient(to right, #006aaf, #00aee1);
    background: -ms-linear-gradient(to right, #006aaf, #00aee1);
    width: 50px;
    height: 50px;
    border-radius: 20px;
}
.popup__close:hover {
    background: #006aaf;
}
.popup__close:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url('../images/icons.png') no-repeat 0 -467px;
}
.popup__title {
    text-align: center;
    font-size: 24px;
    color: #3e3e3e;
    font-weight: 700;
}
.popup-form .form__field {
    border: 2px solid #e1e0e0;
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
}
.popup-form .form__field::-webkit-input-placeholder {color:#000000;}
.popup-form .form__field::-moz-placeholder          {color:#000000;}
.popup-form .form__field:-moz-placeholder           {color:#000000;}
.popup-form .form__field:-ms-input-placeholder      {color:#000000;}
.popup-form .form__field,
.popup-form .form__btn {
    width: 100%;
}
.popup-form .form__btn {
    margin-top: 10px;
}
/*end popup*/

@-webkit-keyframes fadeInUp {
    from {
        opacity:0;
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)
    }
    to {
        opacity:1;-webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}

@keyframes fadeInUp {
    from {
        opacity:0;
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)
    }
    to {
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}

.fadeInUp {
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp
}

@media all and (max-width: 1200px) {
    .footer-left, .header-left {
        padding-left: 0;
    }
    .technologies {
        padding-right: 0;
    }
    .technology-link-right {
        margin-left: 180px;
        padding-right: 15px;
    }
    .reasons-list {
        max-width: 800px;
        height: 633px;
    }
    .reason__numb {
        font-size: 150px;
        left: -35px;
        top: -66px;
    }
    .reason__title {
        font-size: 22px;
    }
    .reason__desc {
        font-size: 16px;
    }
    .reason_5 {
        left: 251px;
    }
    .reason_4 {
        left: 620px;
        top: 528px;
    }
    .reason_3 {
        top: 31px;
        left: 628px;
    }
}

@media all and (max-width: 1100px) {
    .nav__link {
        font-size: 18px;
    }
    .main__title {
        font-size: 42px;
    }
    .main-type__desc,
    .main__desc {
        font-size: 19px;
    }
    .main-left {
        max-width: 360px;
    }
    .main__btn {
        max-width: 340px;
    }
    .block-title {
        font-size: 54px;
    }
    .question__title {
        font-size: 48px;
    }
    .about__info {
        font-size: 19px;
    }
    .form-block__title {
        font-size: 27px;
        line-height: 1.2;
    }
    .form__field {
        font-size: 19px;
        width: 33%;
    }
    .form__btn {
        width: 30%;
    }
    .types__warning {
        font-size: 19px;
        max-width: 620px;
    }
    .types__warning .icon {
        top: 2px;
    }
    .type__title {
        font-size: 23px;
    }
    .type__title span {
        display: inline;
    }
    .type__desc {
        font-size: 17px;
    }
    .technology-block__desc {
        font-size: 20px;
        max-width: 425px;
    }
    .technology-link__title {
        font-size: 20px;
    }
    .technology-link__desc {
        font-size: 15px;
        padding-top: 4px;
    }
    .technology-links {
        max-width: 520px;
    }
    .technology__title {
        font-size: 20px;
    }
    .technology__desc {
        font-size: 19px;
    }
    .quality__text {
        font-size: 17px;
    }
    .quality__desc {
        font-size: 23px;
    }
    .review__name {
        font-size: 19px;
    }
    .question__desc {
        font-size: 21px;
    }
    .question__list-title {
        font-size: 27px;
    }
    .question-list li {
        font-size: 19px;
    }
    .question-list li:after {
        top: 3px;
    }
    .question-left {
        max-width: 380px;
    }
    #map {
        height: 600px;
    }
    .footer .callback__phone {
        margin-left: 0;
        display: block;
    }
    .footer .callback__phone:first-child {
        margin-bottom: 8px;
    }
}

@media all and (max-width: 1050px) {
    .technologies {
        max-width: 430px;
    }
    .technology__btn {
        height: 80px;
        max-width: 330px;
    }
    .technology__btn span {
        font-size: 19px;
    }
    .reason_5 {
        left: 231px;
    }
    .reason_4 {
        left: 600px;
        top: 528px;
    }
    .reason_3 {
        top: 31px;
        left: 608px;
    }
}

@media all and (max-width: 1000px) {
    .nav__link {
        font-size: 17px;
    }
    .page-title {
        max-width: 285px;
        font-size: 10px;
    }
    .callback__phone {
        font-size: 24px;
    }
    .main-types {
        background: url('../images/bg/bgg.jpg') no-repeat;
        top: 0;
        margin-top: 50px;
        right: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        max-width: 658px;
        width: 100%;
        height: 592px;
        padding-top: 0;
    }
    .main-left {
        max-width: inherit;
        text-align: center;
    }
    .main-left {
        padding-top: 60px;
    }
    .main__desc {
        margin-top: 20px;
    }
    .main {
        padding-bottom: 60px;
    }
    .main__title {
        font-size: 40px;
    }
    .main__desc {
        margin-top: 19px;
    }
    .main-type__desc {
        font-size: 20px;
    }
    .main__btn {
        max-width: 376px;
    }
    .block-title {
        font-size: 50px;
    }
    .question__title {
        font-size: 46px;
    }
    .about, .form-block, .types, .technology-block, .quality,
    .how-work, .gallery, .reasons, .reviews, .certificates {
        min-height: inherit;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .form-block__title {
        font-size: 25px;
    }
    .form__field, .form__btn {
        width: 48.6%;
    }
    .form__field:first-child {
        margin-right: 2.8%;
    }
    .form {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .form__btn {
        display: block;
        margin-left: auto;
        margin-top: 20px;
    }
    .type__title {
        font-size: 21px;
    }
    .type__desc {
        font-size: 16px;
    }
    .types__warning {
        font-size: 18px;
        max-width: 590px;
    }
    .technology-links {
        margin-top: 40px;
    }
    .technology-block__desc {
        font-size: 19px;
        max-width: 410px;
    }
    .technology-link__title {
        font-size: 19px;
    }
    .technology-links {
        max-width: 480px;
    }
    .quality__text {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .quality__photo {
        width: 400px;
    }
    .quality-right {
        margin-top: -8px;
        margin-left: 430px;
    }
    .quality__desc {
        font-size: 22px;
        margin-bottom: 40px;
    }
    .question {
        margin-top: -30px;
    }
    #map {
        height: 550px;
    }
    .reasons-list {
        max-width: 500px;
        height: auto;
        background: none;
    }
    .reasons-list:before {
        content: '';
        display: block;
        width: 500px;
        height: 396px;
        background: url('../images/bg/reason-bg.jpg') no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        margin-bottom: 50px;
    }
    .reason {
        position: relative;
        margin-left: 40px;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        white-space: normal;
        margin-bottom: 80px;
    }
    .reason:last-child {
        margin-bottom: 0;
    }
    .reason__desc span {
        display: inline;
    }
    .reason__numb {
        font-size: 120px;
        top: -52px;
    }
    .reasons-list {
        margin-top: 70px;
    }
}

@media all and (max-width: 950px) {
    .type__title {
        margin-top: 26px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .type__desc {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .technologies {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 480px;
        margin-top: 50px;
    }
    .technology-links {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .technology-link {
        padding: 24px 0 24px;
        margin-bottom: 0;
    }
    .technology-block__desc {
        max-width: inherit;
        text-align: center;
    }
    .technology-block__title {
        text-align: center;
    }
    .question {
        margin-top: 0;
    }
    .question-left {
        max-width: inherit;
    }
    .question-form {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
}

@media all and (max-width: 930px) {
    .h-w-list:after {
        display: none;
    }
    .h-w-list {
        left: 0;
        text-align: center;
    }
    .h-w-item:nth-child(4), .h-w-item:nth-child(5), .h-w-item:nth-child(6) {
        margin-top: 45px;
        position: relative;
        left: 0;
    }
    .h-w-item {
        width: 32%;
    }
    .h-w-item__title {
        font-size: 17px;
    }
    .gallery-slider, .gallery-slider-control {
        max-width: 600px;
    }
    #map {
        height: 500px;
    }
}

@media all and (max-width: 900px) {
    .nav__link {
        font-size: 16px;
    }
    .logo {
        font-size: 27px;
    }
    .callback__phone {
        font-size: 23px;
    }
    .nav-wr {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .main__title {
        font-size: 36px;
    }
    .main__desc {
        margin-top: 18px;
    }
    .about-item__desc {
        font-size: 15px;
    }
    .block-title {
        font-size: 44px;
    }
    .about__info {
        font-size: 17px;
    }
    .form-block__title {
        font-size: 22px;
    }
    .form {
        margin-top: 26px;
    }
    .quality__text {
        font-size: 15px;
    }
    .review {
        width: 48.8%;
        margin-bottom: 40px;
    }
    .review:last-child {
        margin-bottom: 0;
    }
    .certificates-list {
        text-align: left;
        margin-top: 30px;
    }
    .certificate {
        width: 31.5%;
        margin-right: 2.7%;
    }
    .certificate:nth-child(3n) {
        margin-right: 0;
    }
    .question__list-title {
        margin-top: 50px;
    }
}

@media all and (max-width: 850px) {
    .nav__link {
        font-size: 15px;
    }
    .callback__phone {
        font-size: 21px;
    }
    .callback__btn span {
        font-size: 19px;
    }
    .type {
        width: 48.8%;
        margin-bottom: 40px;
    }
    .type:last-child {
        margin-bottom: 0;
    }
    .types__warning {
        font-size: 17px;
        max-width: 450px;
    }
    .quality__photo {
        max-width: 100%;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
    }
    .quality-right {
        margin-top: 30px;
        margin-left: 0;
    }
    #map {
        height: 450px;
    }
}

@media all and (max-width: 768px) {
    .header {
        text-align: center;
    }
    .header-left {
        text-align: left;
    }
    .callback {
        padding-top: 20px;
        display: block;
        text-align: center;
    }
    .nav-wr {
        padding-top: 16px;
        padding-bottom: 16px;
        position: relative;
    }
    .nav__btn {
        height: 17px;
        width: 30px;
        border-top: 3px solid #ffffff;
        border-bottom: 3px solid #ffffff;
        position: relative;
        display: block;
	margin-left: auto; 
	margin-right: 0;    }
    .nav__btn:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: #ffffff;
        left: 0; top: 0; bottom: 0;
        margin: auto;
    }
    .nav {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 8;
        left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #3388bf;
        background: linear-gradient(to right, #3388bf, #33bee7);
        background: -moz-linear-gradient(to right, #3388bf, #33bee7);
        background: -webkit-linear-gradient(to right, #3388bf, #33bee7);
        background: -o-linear-gradient(to right, #3388bf, #33bee7);
        background: -ms-linear-gradient(to right, #3388bf, #33bee7);
    }
    .nav__link {
        box-sizing: border-box;
        font-size: 17px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 34px;
        height: 34px;
        width: 100%;
        display: block;
    }
    .main__title {
        font-size: 30px;
    }
    .main__desc {
        margin-top: 17px;
    }
    .about-item {
        width: 50%;
        margin-bottom: 40px;
    }
    .about__info {
        margin-top: 10px;
    }
    .block-title {
        font-size: 40px;
    }
    .form-block__title {
        font-size: 20px;
    }
    .h-w-item__title {
        margin-top: 20px;
        font-size: 16px;
    }
    .gallery-slider, .gallery-slider-control {
        max-width: 500px;
    }
    .gallery-slider__prev {
        left: -35px;
    }
    .gallery-slider__next {
        right: -35px;
    }
    .gallery-slider {
        margin-top: 30px;
    }
    .question__desc {
        font-size: 19px;
    }
    .question__list-title {
        font-size: 24px;
        margin-top: 40px;
    }
    .question-form__title {
        font-size: 26px;
        line-height: 1.3;
    }
    #map {
        height: 400px;
    }
    .footer {
        text-align: center;
    }
    .logo {
        text-align: left;
    }
    .footer .callback {
        max-width: inherit;
    }
}

@media all and (max-width: 700px) {
    .main-types {
        height: auto;
        padding-top: 90.2%;
    }
    .block-title {
        font-size: 38px;
    }
    .form__btn span {
        font-size: 16px;
    }
}

@media all and (max-width: 650px) {
    .h-w-item {
        width: 48%;
        vertical-align: top;
        margin-bottom: 30px;
    }
    .how-work {
        padding-bottom: 30px;
    }
    .h-w-item:nth-child(4), .h-w-item:nth-child(5), .h-w-item:nth-child(6) {
        margin-top: 0;
    }
    .h-w-item__title {
        font-size: 15px;
    }
    .gallery-slider, .gallery-slider-control {
        max-width: 400px;
    }
    .gallery-slider-control__link {
        width: 24%;
    }
    .gallery-slider-control {
        margin-top: 10px;
    }
}

@media all and (max-width: 600px) {
    .main-type__desc {
        font-size: 18px;
    }
    .block-title {
        font-size: 34px;
    }
    .form {
        max-width: 300px;
    }
    .form__field, .form__btn {
        width: 100%;
        height: 70px;
    }
    .form__field:first-child {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .form-block__title {
        font-size: 18px;
        line-height: 1.3;
    }
    .form-block__info {
        line-height: 1.4;
    }
    .type__title {
        font-size: 19px;
    }
    .review {
        width: 100%;
    }

    .certificate:nth-child(3n),
    .certificate {
        width: 48%;
        margin-right: 3.9%;
    }
    .certificate:nth-child(2n) {
        margin-right: 0;
    }
    #map {
        height: 350px;
    }
}

@media all and (max-width: 550px) {
    .page-title {
        padding-left: 0;
        margin-left: 0;
        display: block;
        padding-top: 20px;
        text-align: center;
    }
    .page-title:after {
        display: none;
    }
    .logo {
        text-align: left;
    }
    .header-left {
        text-align: center;
    }
    .main__desc {
        margin-top: 16px;
    }
    .main__btn {
        height: 70px;
        max-width: 260px;
    }
    .main-type_1 {
        right: 0;
    }
    .main-type {
        width: 52.68%;
    }
    .main-type_2 {
        left: 0;
        top: 13.62%;
    }
    .main-type_3 {
        right: 0;
        top: 26.89%;
    }
    .main-type_4 {
        right: auto;
        left: 0;
    }
    .main-type_4 {
        top: 40.62%;
    }
    .main-type_5 {
        top: 53.62%;
        bottom: auto;
        left: auto;
        right: 0;
    }
    .main-type_6 {
        right: auto;
        left: 0;
        top: 67.62%;
	bottom: auto;
    }
    .main-types {
        height: auto;
        padding-top: 194%;
    }
    .main {
        padding-bottom: 0;
    }
    .block-title {
        font-size: 30px;
    }
    .about__info {
        font-size: 15px;
    }
    .about-item__desc {
        padding-left: 10px;
        padding-right: 10px;
    }
    .type {
        width: 100%;
    }
    .types__warning {
        font-size: 15px;
        max-width: 282px;
    }
    .types__warning .icon {
        top: 0;
        left: -22px;
    }
    .type__btn {
        left: 0;
    }
    .technology-block__desc {
        font-size: 17px;
    }
    .technology-link__photo {
        margin-left: 14px;
        width: 60px;
        height: 60px;
    }
    .technology-link.active .technology-link__photo:after {
        width: 54px;
        height: 54px;
    }
    .technology-link img {
        max-width: 70%;
        max-height: 70%;
    }
    .technology-link:nth-child(1) img {
        top: 0;
        right: 0;
    }
    .technology-link:nth-child(3) img {
        bottom: 0;
        right: 0;
    }
    .technology-link-right {
        padding-top: 8px;
        margin-left: 90px;
    }
    .technology__title {
        font-size: 18px;
    }
    .technology__desc {
        font-size: 16px;
    }
    .technology-link__title {
        font-size: 17px;
    }
    .technology-link__desc {
        font-size: 14px;
    }
    .quality__desc {
        font-size: 19px;
    }
    .quality__text {
        font-size: 14px;
    }
    .gallery-slider, .gallery-slider-control {
        margin-left: 35px;
        margin-right: 35px;
    }
    .question__desc {
        font-size: 17px;
    }
    .question__list-title {
        font-size: 21px;
    }
    .question-list li {
        font-size: 16px;
    }
    .question-list li:after {
        top: 1px;
    }
    .question-form {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        left: -20px;
        position: relative;
        box-sizing: inherit;
        border-radius: 0;
    }
    .question-form-label__title {
        font-size: 17px;
    }
    #map {
        margin-top: 0;
    }
    .technology-link {
        padding: 14px 0 14px;
    }
    .reasons-list:before {
        width: 400px;
        height: 316px;
        margin-left: auto;
        margin-right: auto;
    }
    .reasons-list {
        width: 100%;
    }
    .reason__title {
        font-size: 20px;
    }
    .reason__desc {
        font-size: 15px;
    }
    .reason__numb {
        font-size: 90px;
        top: -36px;
        left: -25px;
    }
    .reason {
        margin-left: 22px;
        margin-bottom: 50px;
    }
    .reasons-list {
        margin-top: 70px;
    }
}

@media all and (max-width: 500px) {
    #map {
        height: 320px;
    }
}

@media all and (max-width: 450px) {
    .main-type__desc {
        font-size: 16px;
    }
    .main {
        padding-bottom: 10px;
    }
    .gallery-slider__prev {
        left: 10px;
    }
    .gallery-slider__next {
        right: 10px;
    }
    .gallery-slider, .gallery-slider-control {
        margin-left: 0;
        margin-right: 0;
    }
    .block-title {
        font-size: 28px;
    }
    .question__list-title {
        font-size: 20px;
    }
    .question-form__field {
        height: 70px;
        padding-left: 30px;
        font-size: 16px;
    }
    .question-form-label__title {
        font-size: 16px;
        padding-left: 22px;
    }
    .question-form__btn {
        height: 76px;
    }
    .question-form__title {
        font-size: 24px;
    }
    .technology-link__title {
        font-size: 16px;
    }
    .technology__btn span {
        font-size: 18px;
    }
    .reasons-list:before {
        width: 280px;
        height: 221px;
    }
    .reasons-list {
        margin-top: 50px;
    }
}

@media all and (max-width: 400px) {
    .main-type__desc {
        font-size: 14px;
    }
    .types__warning {
        font-size: 14px;
        max-width: 260px;
    }
    .h-w-item__title {
        font-size: 14px;
    }
    .question-form__btn span {
        font-size: 15px;
    }
    .overlay {
        padding-left: 0;
        padding-right: 0;
    }
    .popup__title {
        font-size: 21px;
    }
    .popup {
        padding: 50px 20px;
    }
}







