@charset "utf-8";
@import "bootstrap.min.css";
@import "normalize.css";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";

/* Класс для увеличения картинки */

.zoom-img {}


/* Класс для галлереи */

.gallery {}


/* Класс для формы */

.form-submit-toggle {}


/* Класс для кнопки заказать звонок */

.callback-toggle {}


/******** Magnific-Popup *********/

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/******* Image Cover ********/

.img-cover {
    background-size: cover;
    background-position: center;
}

.img-cover_inited>img {
    visibility: hidden;
}


/**********************************/

.main {
    display: flex;
}

.component {
    width: 100%;
}

.left,
.right {
    width: 30%;
}


/* Пагинация */

.pagination>ul {
    margin-top: 15px;
    display: flex;
    list-style: none;
    margin-bottom: 5px;
}

.pagination>ul li {
    margin-right: 20px;
}

.pagination>ul li a {
    text-decoration: none;
    font-weight: 600;
}

@font-face {
    font-family: 'ProximaNova';
    src: url(../fonts/ProximaNova-Light.ttf) format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'ProximaNova';
    src: url(../fonts/ProximaNova-Regular.ttf) format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'ProximaNova';
    src: url(../fonts/ProximaNova-Semibold.ttf) format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'ProximaNova';
    src: url(../fonts/ProximaNova-Bold.ttf) format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'ProximaNova';
    src: url(../fonts/ProximaNova-Extrabld.ttf) format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: 'ProximaNova';
    src: url(../fonts/ProximaNova-Black.ttf) format('truetype');
    font-weight: 900;
}

body {
    color: #353535;
    font-size: 17px;
    font-family: "ProximaNova";
    font-weight: 200;
}

body p {
    margin-top: 0;
    margin-bottom: 10px;
}

.h1,
h1 {
    text-align: left;
    font-size: 40px;
    margin: 0 0 45px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 25px;
}

.h1 span,
h1 span {
    font-weight: 200;
    font-size: 20px;
    text-transform: initial;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrapper .container {
    width: 1170px;
}

.wrapLabel {
    position: relative;
}

.wrapLabel input {
    width: 10px !important;
    height: 10px !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    opacity: 0 !important;
}

.wrapLabel span {
    position: relative;
    font-weight: normal;
    padding-left: 25px;
    display: block;
}

.wrapLabel span:before {
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    content: '';
    text-align: center;
}

.wrapLabel input:checked+span:before {
    content: "\2713";
}

.flexSA {
    display: flex;
    justify-content: space-around;
}

.flexSB {
    display: flex;
    justify-content: space-between;
}

.flexCenter {
    display: flex;
    justify-content: center;
}

.flexAI {
    display: flex;
    align-items: center;
}

.flexW {
    display: flex;
    flex-wrap: wrap;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}


/*header*/

header {
    border-bottom: 3px solid #e3e0e0;
    position: relative;
    z-index: 5;
}

.wrapHeader {
    padding: 15px 0;
}

header:before {
    position: absolute;
    left: calc((100% - 1140px) / 2 - 60px);
    bottom: -4px;
    height: 5px;
    content: '';
    width: 285px;
    background: #e72626;
}

.wrapHeader ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.wrapHeader ul a {
    display: block;
    padding: 10px 15px;
    border-right: 1px solid #e3e0e0;
    color: #000;
    font-size: 19px;
    line-height: 1;
    font-weight: 400;
}

.wrapHeader ul li:last-child a {
    border-right: none;
}

.wrapHeader .phone {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/iconPhoneH.png) no-repeat left center;
    color: #000;
    font-size: 20px;
}

.wrapHeader .lk {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    background: url(../images/lk.png) no-repeat 10px center;
    color: #3eb97a;
    position: relative;
    z-index: 1;
    border: 1px solid #3eb97a;
    height: 32px;
    border-radius: 16px;
    margin-top: 5px;
    overflow: hidden;
    transition: all 0.4s;
}

.wrapHeader .lk:before {
    position: absolute;
    content: '';
    transition: all 0.4s;
    background: #3eb97a;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: -100%;
}

.wrapHeader .lk:hover:before {
    left: 0;
}

.wrapHeader .lk:hover {
    padding-left: 0;
    color: #fff;
    text-decoration: none;
}


/*End header*/


/*topBannerBlock*/

.topBannerBlock {
    position: relative;
    margin-bottom: 50px;
}

.topBannerBlock>img {
    margin-left: calc((100% - 1920px) / 2);
}

.topBannerBlock .txtBlock {
    width: 1140px;
    position: absolute;
    left: calc((100% - 1140px) / 2);
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.topBannerBlock .name {
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
}

.topBannerBlock .name span {
    color: #3eb97a;
    font-weight: 700;
}

.topBannerBlock p {
    font-size: 33px;
    line-height: 1;
}

.topBannerBlock ul {
    margin-top: 30px;
    margin-bottom: 20px;
}

.topBannerBlock ul li {
    font-size: 18px;
    color: #000;
    position: relative;
    line-height: 18px;
    margin-bottom: 15px;
}

.topBannerBlock ul li:before {
    display: inline-flex;
    content: '';
    margin-right: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e72626;
    line-height: 18px;
}

.timeBlock {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: -90px;
    position: relative;
    padding: 38px 0;
    margin-bottom: 30px;
}

.timeBlock:before {
    position: absolute;
    content: url(../images/clockBef.png);
    left: 30px;
    top: 0;
    line-height: 0;
}

.timeBlock:after {
    position: absolute;
    content: url(../images/clockAft.png);
    left: 30px;
    bottom: 0;
    line-height: 0;
}

.timeBlock .clock {
    margin: 0 10px 0 0;
    font-size: 62px;
    color: #e72626;
    font-weight: 700;
    line-height: 50px;
}

.timeBlock p {
    font-size: 25px;
    margin-bottom: 0;
}

.timeBlock p span {
    font-weight: 700;
}

.topBannerBlock form {
    display: grid;
    grid-template-columns: 275px 300px;
    grid-gap: 10px;
}

.topBannerBlock input {
    padding: 18px;
    background: #fff;
    color: #000;
    line-height: 1;
    border-radius: 30px;
    border: 1px solid #dedfe0;
    font-size: 19px;
    width: 100%;
}

.topBannerBlock form button {
    font-size: 22px;
    font-weight: 600;
    border-radius: 30px;
    color: #fff;
    background: #3eb97a;
    border: 1px solid #3eb97a;
    line-height: 1;
    text-align: center;
    width: 100%;
    transition: all 0.4s;
    padding: 18px;
}

.topBannerBlock form button:hover {
    background: #08a652;
}

.topBannerBlock .wrapLabel {
    grid-column-start: span 2;
    font-size: 14px;
    color: #9d9fa0;
}

.topBannerBlock a {
    color: #9d9fa0;
}

.topBannerBlock span:before {
    border: 1px solid #ee6c6c;
    color: #ee6c6c;
}


/*End topBannerBlock*/


/*servicesBlock*/

.servicesBlock {
    margin-bottom: 65px;
}

.wrapSB .leftBlock {
    position: relative;
    width: 285px;
    padding: 0 15px;
    z-index: 1;
}

.wrapSB .leftBlock:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: url(../images/servicesBlockLeft.jpg) no-repeat top;
    z-index: -1;
    height: 100%;
    width: 675px;
}

.wrapSB .leftBlock * {
    color: #fff;
    line-height: 1;
}

.wrapSB .topTxt {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 25px;
}

.wrapSB .leftBlock .name {}

.wrapSB .leftBlock .name span:nth-child(1) {
    font-weight: 400;
    font-size: 30px;
    display: block;
    line-height: 1;
}

.wrapSB .leftBlock .name span:nth-child(2) {
    font-weight: 900;
    font-size: 42px;
    text-transform: uppercase;
    display: block;
    line-height: 1;
}

.wrapSB .leftBlock .name span:nth-child(3) {
    font-weight: 700;
    font-size: 35px;
    display: block;
    line-height: 1;
    line-height: 25px;
    margin-bottom: 5px;
}

.wrapSB .blockInfo {
    height: 285px;
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.wrapSB button {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    height: 62px;
    width: 100%;
    border-radius: 31px;
    background: none;
    margin-top: 35px;
    transition: all 0.4s;
}

.wrapSB button:hover {
    background: #fff;
    color: #3eb97a;
}

.wrapSB .blockInfo:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    justify-content: flex-end;
}

.wrapSB .rightBlock {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% - 285px);
}

.wrapSB .nucService {
    height: 285px;
    padding: 80px 45px 20px;
    text-align: center;
}

.nucService {
    border-right: 1px solid #d7d7d7;
}

.nucService:nth-child(3n) {
    border-right: none;
}

.nucService:nth-child(n+4) {
    border-top: 1px solid #d7d7d7;
}

.nucService .imgW {
    height: 50px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nucService .imgW img {
    max-width: 100%;
    max-height: 50px;
}

.nucService .name {
    font-size: 24px;
}


/*End servicesBlock*/


/*workWithUsBlock*/

.workWithUsBlock {
    margin-bottom: 100px;
}

.compare {
    display: grid;
    grid-template-columns: 210px 455px 474px;
    position: relative;
    padding-bottom: 50px;
}

.compare:after {
    position: absolute;
    z-index: -1;
    content: url(../images/colHeadRight.jpg);
    top: 0;
    left: 660px;
}

.compare:before {
    position: absolute;
    left: -700px;
    width: 2500px;
    content: '';
    top: 0;
    height: 100%;
    background: #fcfcfc;
    z-index: -1;
}

.compare .col {
    padding: 20px;
    color: #464545;
    border-bottom: 1px solid #e3e2e2;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.compare .colHead {
    font-weight: 700;
    padding: 20px;
    border-bottom: 1px solid #e3e2e2;
    position: relative;
    z-index: 1;
}

.compare .namerow {
    padding: 20px 10px;
    font-weight: 700;
}

.compare .rightCol {
    color: #fff;
    position: relative;
    z-index: 1;
}

.colHead.rightCol {
    position: relative;
    z-index: 1;
}

.wrapButton {
    margin-top: -25px;
    padding-right: 110px;
}

.wrapButton button {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    height: 62px;
    width: 250px;
    color: #fff;
    border-radius: 31px;
    background: none;
    transition: all 0.4s;
}

.wrapButton button:hover {
    background: #fff;
    color: #3eb97a;
}


/*End workWithUsBlock*/


/*howItWorksBlock*/

.howItWorksBlock {
    margin-bottom: 75px;
}

.stepsBlock {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 45px;
}

.nucStep {
    padding: 55px 15px 40px;
    position: relative;
    border: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.nucStep * {
    text-align: center;
    line-height: 1;
}

.nucStep .imgW {
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.nucStep .step {
    font-size: 26px;
    color: #3eb97a;
    line-height: 26px;
    font-weight: 900;
    background: #fff;
    width: 100px;
    text-align: center;
    position: absolute;
    left: calc(50% - 50px);
    bottom: -13px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.step1 .name {
    font-size: 26px;
    margin-bottom: 15px;
}

.step1 .lk {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    padding-left: 30px;
    background: url(../images/lk2.png) no-repeat 10px center, #3eb97a;
    color: #fff;
    border: 1px solid #08a652;
    height: 32px;
    border-radius: 16px;
    transition: all 0.4s;
    margin-bottom: 15px;
}

.step1 p {
    font-size: 20px;
}

.step1 .lk:hover {
    background: url(../images/lk2.png) no-repeat 10px center, #08a652;
    text-decoration: none;
}

.step1 .phone {
    font-size: 26px;
    display: block;
    color: #e72626;
    font-weight: 700;
}

.step2 p {
    font-size: 22px;
}

.step2 a {
    color: #e72626;
    text-decoration: underline;
}

.step3 p {
    font-size: 26px;
    font-weight: 600;
}

.step3 p span {
    color: #e72626;
    text-transform: uppercase;
    font-weight: 700;
}


/*End howItWorksBlock*/


/*selectBlock*/

table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}

table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}

table td {
    border: 1px solid #dddddd;
    padding: 5px;
}

.selectBlock {
    margin-bottom: 110px;
}

.wrapSelect .leftBlock,
.wrapSelect .rightBlock {
    width: 50%;
    position: relative;
    z-index: 1;
    padding: 35px;
}

.wrapSelect .leftBlock:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: url(../images/selectBlockLeft.jpg) no-repeat top #f4f4f4;
    z-index: -1;
    width: 983px;
    height: 100%;
}

.wrapSelect .rightBlock:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: -1;
    background: url(../images/selectBlockRight.jpg) #01c587 no-repeat top;
    width: 960px;
    height: 100%;
}

.wrapSelect * {
    line-height: 1;
}

.wrapSelect .name {
    font-size: 40px;
    color: #3eb97a;
    font-weight: 800;
    margin-bottom: 20px;
}

.wrapSelect .clock {
    font-size: 30px;
    margin-bottom: 20px;
}

.wrapSelect .clock span {
    font-weight: 600;
}

.wrapSelect p {
    font-size: 18px;
}

.wrapSelect ul {
    margin: 20px 0;
}

.wrapSelect ul li {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin-bottom: 10px;
}

.wrapSelect ul li:before {
    display: inline-flex;
    content: '';
    margin-right: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3eb97a;
    line-height: 18px;
}

.wrapSelect .price {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 0;
    color: #e72626;
}

.wrapSelect button {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #3eb97a;
    height: 62px;
    width: 250px;
    color: #fff;
    border-radius: 31px;
    background: #3eb97a;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s;
    position: relative;
}

.wrapSelect button:hover {
    background: #08a652;
}

.wrapSelect .rightBlock * {
    color: #fff;
}

.wrapSelect .rightBlock li:before {
    background: #fff;
}

.wrapSelect .rightBlock button {
    background: #fff;
    color: #3eb97a;
    border: 2px solid #fff;
}

.wrapSelect .rightBlock button:hover {
    color: #fff;
    background: #e72626;
}


/*End selectBlock*/


/*newsBlock*/

.newsBlock {
    margin-bottom: 45px;
}

.sliderNews {
    position: relative;
}

.newsSlide {
    padding: 0 15px;
}

.sliderNews .slick-arrow {
    position: absolute;
    top: 130px;
    width: 20px;
    height: 20px;
    border: 2px solid #cfcfcf;
    transition: all 0.4s;
    font-size: none;
    background: none;
    border-top: none;
    font-size: 0;
}

.sliderNews .slick-arrow:hover {
    border-color: #000;
}

.sliderNews .slick-prev {
    left: 0;
    border-right: none;
    transform: rotate(45deg);
}

.sliderNews .slick-next {
    right: 0;
    border-left: none;
    transform: rotate(-45deg);
}

.newsItem .imgW {
    height: 280px;
    overflow: hidden;
    margin-bottom: 20px;
}

.newsItem .imgW img {
    height: 280px;
}

.newsItem * {
    line-height: 1;
}

.newsItem .name {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 40px;
}

.newsItem .date {
    padding-left: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #949494;
    margin-bottom: 10px;
    background: url(../images/iconCalendar.png) no-repeat left center;
}

.newsItem .more {
    display: inline-block;
    margin-top: 20px;
    color: #e72626;
    font-size: 18px;
    text-decoration: underline;
}


/*End newsBlock*/


/*footer*/

footer {
    border-top: 4px solid #3eb97a;
}

.wrapFooter {
    padding: 25px 0;
}

footer .law {
    background: #e3e3e3;
    padding: 25px 0;
}

footer .law p {
    line-height: 1;
    margin-bottom: 0;
    color: #555555;
    font-size: 15px;
}

footer .phone {
    font-size: 30px;
    font-weight: 700;
    padding-left: 30px;
    display: inline-block;
    margin-bottom: 1px;
    color: #e72626;
    background: url(../images/iconPhoneF.png) no-repeat left center;
}

footer .infoBlock p {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 1;
    margin-bottom: 0;
}

footer button {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #3eb97a;
    height: 62px;
    width: 250px;
    color: #3eb97a;
    border-radius: 31px;
    background: none;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.4s;
}

footer button:hover {
    color: #fff;
}

footer button:before {
    transition: all 0.4s;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background: #3eb97a;
}

footer button:hover:before {
    left: 0;
}

footer .hrefsBlock a {
    display: block;
    color: #000;
    font-size: 15px;
    padding: 3px 0;
    text-decoration: underline;
}


/*End footer*/


/*modalForm*/

.modalF.callback-modal {
    width: 641px;
    max-width: 641px;
    background: url(../images/modalFBg.jpg) no-repeat center;
    padding: 20px 40px;
}

.modalF .callback-modal__headline {
    line-height: 1;
    color: #fff;
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.modalF form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.modalF input,
.modalF textarea {
    width: 100%;
    padding: 0 20px;
    line-height: 48px;
    border-radius: 24px;
    border-radius: none;
    background: rgba(255, 255, 255, 0.65);
    color: #000;
    font-size: 18px;
    border: none;
}

.modalF textarea {
    grid-column-start: span 2;
    padding: 20px;
    max-width: 100%;
    min-width: 100%;
    max-height: 165px;
    min-height: 165px;
    line-height: 1;
}

.modalF .callback-modal__button {
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: 48px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: #b93e3e;
    border-radius: 24px;
}

.modalF .wrapLabel span,
.modalF .wrapLabel span a {
    font-size: 12px;
    color: #226442;
}

.modalF .wrapLabel span:before {
    border: 1px solid #226442;
    color: #226442;
}


/*End modalForm*/


/*insidepage*/

.insidepage header {
    margin-bottom: 60px;
}

.insidepage .item-page {
    padding-bottom: 70px;
}

.insidepage .item-page li:before {
    display: inline-flex;
    content: '';
    margin-right: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3eb97a;
    line-height: 18px;
}

.insidepage .item-page h1 {
    line-height: 1;
}


/*End insidepage*/


/* --- Media styles --- */

@media screen and (min-width:1200px) {}

@media screen and (max-width:1199px) {
    /*.topBannerBlock .txtBlock{
    left: calc((100% - 940px) / 2);
}

.topBannerBlock .name {
    font-size: 40px;
}
.topBannerBlock p {
    font-size: 28px;
}
.topBannerBlock ul li{
    font-size: 16px;
    margin-bottom: 10px;
}
.timeBlock{
    margin-left: -10px;
    margin-bottom: 20px;
}
.compare{
    grid-template-columns: 180px 350px 410px;
}
.compare::after{
    left: 530px;
}
.compare .col{
    font-size: 15px;
    padding: 15px;
}
.wrapButton button{
    height: 55px;
}
.stepsBlock{
    grid-gap: 10px;
}
.h1, h1{
    font-size: 35px;
}
.h1 span, h1 span{
    font-size: 18px;
}
.wrapSelect .leftBlock, .wrapSelect .rightBlock{
    padding: 35px 15px;
}
.wrapSelect button{
    font-size: 18px;
    height: 52px;
    width: 225px;
}
.wrapSelect .price {
    font-size: 36px;
}
footer button{
    font-size: 18px;
    height: 52px;
    width: 225px;
}*/
}

@media screen and (max-width:991px) {
    /*.topBannerBlock .txtBlock{
    left: calc((100% - 720px) / 2);
}
.wrapHeader ul a{
padding: 10px 5px;
font-size: 17px;
}

.logo img{
    max-width: 100%;
}
.logo{
    width: 150px;
}
.topBannerBlock > img {
    width: 1300px;
    margin-left: calc((100% - 1300px) / 2);
}
.topBannerBlock .name {
    font-size: 34px;
}

.topBannerBlock p {
    font-size: 18px;
}
.topBannerBlock ul li{
    margin-bottom: 5px;
    font-size: 13px;
}
.topBannerBlock ul{
    margin-top: 10px;
    margin-bottom: 10px;
}
.topBannerBlock input{
    font-size: 17px;
    padding: 14px;
}
.topBannerBlock form button{
    padding: 14px;
    font-size: 18px;
}
.h1, h1 {
    font-size: 30px;
    margin: 0 0 30px;
}
.h1 span, h1 span {
    font-size: 16px;
}
.wrapSB .leftBlock{
    padding: 0 5px;
}*/
}

@media screen and (max-width:767px) {}

@media screen and (max-width:675px) {}

@media screen and (max-width:640px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:485px) {}

@media screen and (max-width:425px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:370px) {}