@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Medium.eot');
    src: url('../fonts/FuturaPT-Medium.eot%3F') format('embedded-opentype'),
        url('../fonts/FuturaPT-Medium.woff') format('woff'),
        url('../fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Demi.eot');
    src: url('../fonts/FuturaPT-Demi.eot%3F') format('embedded-opentype'),
        url('../fonts/FuturaPT-Demi.woff') format('woff'),
        url('../fonts/FuturaPT-Demi.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('../fonts/FuturaPT-Book.eot');
    src: url('../fonts/FuturaPT-Book.eot%3F') format('embedded-opentype'),
        url('../fonts/FuturaPT-Book.woff') format('woff'),
        url('../fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Heavy.eot');
    src: url('../fonts/FuturaPT-Heavy.eot%3F') format('embedded-opentype'),
        url('../fonts/FuturaPT-Heavy.woff') format('woff'),
        url('../fonts/FuturaPT-Heavy.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: 'Futura PT';
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
}

* {
    outline: none!Important;
}

button {
    transition: 0.3s;
}

label.error {
    display: none!important;
}

.error {
    border-color: red!important;
}

.valid {
    border-color: green!important;
}

.nomob {
    display: block;
}

.onlymob {
    display: none;
}

.nopadl {
    padding-left: 0;
}

.nopadr {
    padding-right: 0;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}
body {
    padding-right: 0 !important;
}
body.modal-open {
    padding-right: 17px !important;
}
.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.flex::before, .row.flex::after {
    display: none
}
.flex.center {
    align-items: center;
}
.container {
    width: 100%;
    max-width: 1170px;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
button {
    background: none;
    border: none;
    padding: 0;
}

.one_wrp {
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/bg1.jpg);
    padding-top: 190px;
}
header {
    top:24px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.head_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    position: relative;
    display: block;
}
.logo img {
    position: relative;
    z-index: 100;
}
.logo::before {
    content: '';
    display: block;
    position: absolute;
    width: 242px;
    height: 242px;
    background: #FFFFFF;
    border-radius: 50%;
    top: -98px;
    left: -81px;
}
.head_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 450px;
}
.head_nav a {
    transition: 0.3s;
    font-weight: normal;
font-size: 19px;
line-height: 24px;

color: #000000;

}
.head_nav a:hover, .head_nav li.active a {
    color: #EF1C19
}
.toptel_wrp {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}
.toptel_wrp a {
    display: block;
    font-weight: 600;
font-size: 19px;
line-height: 24px;
transition: 0.3s;
color: #000000;
}
.toptel_wrp a:hover {
    color: #EF1C19
}
.recall {
	display: inline-block;vertical-align: middle;
    width: 170px;
    height: 55px;
    border: 2px solid #EF1C19;
box-sizing: border-box;
    font-weight: 500;
font-size: 16px;
line-height: 1;
text-align: center;

color: #000000;

}
.recall:hover {
    background-color: #EF1C19;
    color: #fff
}
h1 {
    margin: 0;
    margin-bottom: 2px;
    font-weight: 600;
font-size: 77px;
line-height: 83px;
/* or 108% */

color: #000000;

}
.subh1 {
    font-weight: normal;
font-size: 40px;
line-height: 83px;
/* identical to box height, or 207% */

color: #000000;
    margin-bottom: 24px;
}
.checks {
    max-width: 540px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    justify-content: space-between;
}
.checks p {
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: normal;
font-size: 19px;
line-height: 21px;
/* or 111% */

color: #000000;
}
.checks img {
    position: relative;
    top: 0;
    transition: 0.3s;
}
.checks div:hover img {
    top: -4px;
}
.calc_price {
    font-weight: 600;
font-size: 20px;
line-height: 26px;
/* identical to box height */
text-align: center;

color: #FFFFFF;
    width: 300px;
    height: 82px;
    background: #EF1C19;
    margin-bottom: 110px;
}
.calc_price:hover {
    opacity: .7;
}
h2 {
    margin: 0;
    margin-bottom: 18px;
    font-weight: 600;
font-size: 53px;
line-height: 83px;
/* identical to box height, or 157% */

color: #000000;
}
.wd_block {
    background: #FFFFFF;
border: 1px solid #F5F5F5;
box-sizing: border-box;
    padding: 40px;
    padding-top: 25px;
    transition: 0.3s;
}
.wd_block:hover {
	border-color: #EF1C19;
}
.wd_block img {
    display: inline-block;
    margin-bottom: 16px;
}
.wd_block p {
    margin-bottom: 14px;
    font-weight: 600;
font-size: 23px;
line-height: 29px;

color: #000000;
}
.wd_block span {
    font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 23px;

color: #000000;
}
.wd_flex {
    margin-bottom: -30px;
}
.wd_flex > div {
    margin-bottom: 30px;
}
.leave_mes {
    margin-top: 50px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
font-size: 20px;
line-height: 26px;
/* identical to box height */
text-align: center;

color: #FFFFFF;
width: 280px;
    height: 82px;
    background: #EF1C19;
}
.leave_mes:hover {
    opacity: .6;
}
.two {
    background-repeat: no-repeat;
    background-image: url(../img/bg2.jpg);
    min-height: 1204px;
    background-position: calc(50% - 65px) 0;
    padding-top: 440px;
    margin-top: -296px;
}
.wg_list {
    
}
.two h2 {
    margin-bottom: 40px;
    font-weight: 600;
font-size: 53px;
line-height: 68px;

color: #000000;

}
.wg_list li {
    position: relative;
    padding-left: 68px;
    margin-bottom: 37px;
    font-weight: normal;
font-size: 26px;
line-height: 33px;

color: #000000;

}
.wg_list li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-image: url(../img/list.svg);
    top: calc(50% - 21px);
    width: 42px;
    height: 42px;
    transition: 0.3s;
}
.wg_list li:hover::before {
    top: calc(50% - 23px)
}
.wg_list li:last-child {
    margin-bottom: 0;
}
.usluga_item {
    margin-bottom: 30px;
    padding: 30px;
    background-repeat: no-repeat;
    background: #FFFFFF;
    box-shadow: 73px 102px 147px rgba(0, 0, 0, 0.06), 0px 1px 40px rgba(0, 0, 0, 0.033927);
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    transition: 0.3s;
    background-position: calc(50% + 135px) 50%;
}
.usluga_item:hover {
    top: -4px;
}
.usluga_item:last-child {
    margin-bottom: 0;
}
.usluga_item p {
    margin-bottom: 90px;
    font-weight: 600;
font-size: 24px;
line-height: 31px;

color: #000000;
    padding-left: 16px;
    border-left: 4px solid #EF1C19;
}
.usluga_item span {
    font-weight: normal;
font-size: 34px;
line-height: 1;
color: #000000;

}
.usluga1 {
	background-image: url(../img/usluga1.jpg)
}
.usluga2 {
    background-image: url(../img/usluga2.jpg)
}
.three {
    background-repeat: no-repeat;
    background-image: url(../img/bg3.jpg);
    background-position: top center;
    margin-top: -120px;
    padding-top: 20px;
    padding-bottom: 50px;
}
.three h2 {
    margin-bottom: 15px;
    font-weight: 600;
font-size: 53px;
line-height: 68px;

color: #000000;

}
.forma_main_wrp {
    background: #FFFFFF;
box-shadow: 73px 102px 147px rgba(0, 0, 0, 0.06), 0px 1px 40px rgba(0, 0, 0, 0.033927);
    padding: 40px;
    padding-top: 38px;
    padding-bottom: 24px;
}
.forma_main_wrp > p {
    margin-bottom: 33px;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #000;
}
.forma_main_wrp > p span {
    color: #EF1C19;
}
input {
    background: none;
    border: none;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    padding-bottom: 17px;
    font-weight: normal;
font-size: 20px;
line-height: 1;
letter-spacing: 2px;

color: #000000;
    margin-bottom: 30px;
border-bottom: 2px solid rgba(0, 0, 0, 0.1)
}
.send_form {
    margin-bottom: 19px;
    width: 100%;
    height: 82px;
    background: #EF1C19;
    font-weight: 600;
font-size: 20px;
line-height: 1;
/* identical to box height */
text-align: center;

color: #FFFFFF;
}
.send_form:hover {
    opacity: .6;
}
[name="phone"] {
    background-image: url(../img/phone.svg);
}
.pressing {
    position: relative;
    cursor: pointer;
    padding-left: 32px;
    font-weight: normal;
font-size: 13px;
line-height: 17px;

color: #000000;

}
.pressing span {
    color: #EF1C19;
}
.pressing span:hover {
    text-decoration: underline;
}
.pressing::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    background: #EF1C19;
    background-repeat: no-repeat;
    background-position: center;
    top: 4px;
}
.pressing.pressed::before {
	background-image: url(../img/checked.svg);
}
.forma_main_wrp > p.orcall {
	margin-top: 28px;
    font-weight: normal;
font-size: 24px;
line-height: 31px;

color: #000000;
    margin-bottom: 0;
}
.forma_main_wrp > p.orcall a{
    display: block;
    font-weight: bold;
font-size: 34px;
line-height: 44px;

color: #000000;
    transition: 0.3s;

}
.forma_main_wrp > p.orcall a:hover {
    color: #EF1C19;
}
.after_form_t {
    margin-bottom: 0;
    margin-top: 10px;
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 18px;

color: #000000;
    padding-left: 40px;
}
.noActive {
    opacity: .2!important
}
::-webkit-input-placeholder {color:#000000;}
::-moz-placeholder          {color:#000000;}/* Firefox 19+ */
:-moz-placeholder           {color:#000000;}/* Firefox 18- */
:-ms-input-placeholder      {color:#000000;}
.why_wrp {
    height: 100%;
    transition: 0.3s;
    background: #FFFFFF;
border: 1px solid #F5F5F5;
box-sizing: border-box;
    padding: 30px;
    padding-bottom: 35px;
}
.why_wrp img {
    display: inline-block;
    height: 60px;
    margin-bottom: 22px;
}
.why_wrp p {
    margin-bottom: 19px;
    font-weight: 600;
font-size: 23px;
line-height: 26px;
/* or 113% */

color: #000000;
}
.why_wrp span {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
.why_wrp:hover {
    background: #FFFFFF;
box-shadow: 73px 102px 147px rgba(0, 0, 0, 0.06), 0px 1px 40px rgba(0, 0, 0, 0.033927);
    border-color: transparent
}
.four {
    padding-top: 54px;
    padding-bottom: 180px;
    background-repeat: no-repeat;
    background-image: url(../img/bg4.svg);
    background-position: calc(50% + 51px) calc(100% + 199px);
}
.four h2 {
    margin-bottom: 30px;
    font-style: normal;
font-weight: 600;
font-size: 53px;
line-height: 68px;

color: #000000;

}
.why_flex {
    margin-bottom: 188px;
}
.four h2.howStarth2 {
    margin-bottom: 35px;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 62px;
    color: #000000;
}
.how {
	margin-bottom: 65px;
	font-weight: normal;
	font-size: 22px;
	line-height: 31px;
	color: #000000;
}
.get_started {
    width: 275px;
    height: 82px;
    
background: #EF1C19;
    font-weight: 600;
font-size: 20px;
line-height: 1;
text-align: center;

color: #FFFFFF;
}
.get_started:hover {
    opacity: .7;
}
.answ_item {
    border-top: 1px solid rgba(216, 216, 216, 0.2);
    border-bottom: 1px solid rgba(216, 216, 216, 0.2);
    transition: 0.3s;
    margin-bottom: -1px;
}
.an_header {
    padding: 17px 30px;
    font-weight: 600;
font-size: 24px;
    cursor: pointer;
line-height: 1.1;
transition: 0.3s;
color: #000000;
}
.an_body {
	max-width: 850px;
    font-weight: normal;
font-size: 18px;
line-height: 25px;
/* or 139% */
padding-left: 30px;
color: #000000;
    display: none;
}
.slide_open {
    background-color: rgba(216, 216, 216, 0.2);
    padding-bottom: 25px;
    padding-top: 10px;
}
.slide_open .an_header {
	color: #EF1C19;
}
.six {
    background-repeat: no-repeat;
    background-image: url(../img/bg5.jpg);
    min-height: 1547px;
    background-position: 50% 0;
    padding-top: 460px;
    margin-top: -425px;
}
.six h2 {
    margin-bottom: 55px;
    font-weight: 600;
font-size: 53px;
line-height: 48px;
/* or 91% */

color: #000000;
}
.six h2 span {
    font-weight: normal;
font-size: 43px;
    display: block;
}
.six form {
    max-width: 390px;
}
textarea {
    background: none;
    border: none;
    resize: none;
    height: 85px;
    margin-bottom: 40px;
    font-weight: normal;
font-size: 20px;
line-height: 26px;
/* identical to box height */

color: #000000;
background-repeat: no-repeat;
    background-image: url(../img/textarea.svg);
    background-position: top right;
    padding-right: 25px;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1)
}
.part_six1 {
    min-height: 675px;
}
.part_six2 {
    
}
.part_six2 h2 {
    margin-bottom: 45px;
    font-weight: 600;
font-size: 53px;
    position: relative;
    z-index: 100;
line-height: 68px;

color: #000000;
}
.foot_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 80px;
}

.logo_foot {
    position: relative;
}
.logo_foot::before {
    content: '';
    display: block;
    position: absolute;
    width: 240px;
    height: 240px;
    background: #FAFAFA;
    border-radius: 50%;
    top: calc(50% - 143px);
    left: calc(50% - 208px);
}
.logo_foot img {
    position: relative;
    z-index: 100;
}
.ft1 {
    margin-bottom: 3px;
    font-weight: normal;
font-size: 19px;
line-height: 24px;

color: #000000;
}
.foottel {
    margin-bottom: 0;
    display: block;
    font-weight: 600;
font-size: 19px;
line-height: 24px;
transition: 0.3s;
color: #000000;

}
a.foottel:hover {
    color: #EF1C19;
}
.foot_list2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.foott {
	margin-bottom: 0;
    font-weight: normal;
font-size: 15px;
line-height: 19px;

color: #000000;
}
.politika {
	font-weight: normal;
font-size: 15px;
line-height: 19px;

color: #000000;
    transition: 0.3s;
}
.politika:hover {
	color: #EF1C19;
}
.razrab {
    position: relative;
    top: 0;
    transition: 0.3s;
}
.razrab:hover {
    top: -4px
}
.razrab img {
    max-width: 100%;
}
.wow {
    visibility: hidden;
}
.an_header:hover {
    color: #EF1C19;
}
.modal_wrp {
    background: #FFFFFF;
box-shadow: 73px 102px 147px rgba(0, 0, 0, 0.06), 0px 1px 40px rgba(0, 0, 0, 0.033927);
max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 40px;
    padding-top: 38px;
}
.closemod {
    top: 10px;
    right: 10px;
    z-index: 100;
    cursor: pointer;
	position: absolute;
}
.mt1 {
	margin-bottom: 35px;
    font-weight: 600;
font-size: 30px;
line-height: 38px;

color: #000000;
}
.mt1 span {
    color: #EF1C19;
}
#politika .modal_wrp {
    max-width: 100%;
}
.fixMe {
    top: 0;
    position: fixed;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0px 0px 14px rgba(236, 29, 36, 0.11);
}
.fixMe .logo::before {
    display: none
}
.fixMe .logo img {
    max-width: 150px
}
header {
    transition: 0.3s
}
.menu_open {
    display: none;
}
.logo_mob {
    display: none
}