*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.label-control {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}
.label-control+label {
    position: relative;
    font-size: 13px;
    font-weight: normal;
    padding-left: 25px;
    width: auto;
    margin-bottom: 0px;
    text-align: left;
    cursor: pointer;
    color: #000;
    margin-top: 20px
}
.label-control+label a {
    text-decoration: underline;
    color: #000;
}
.label-control+label:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #A01B24;
    left: 0px;
    top: -2px;
    cursor: pointer;
    border-radius: 3px;
}
.label-control:checked+label:before {
    background: #A01B24 url(../img/check.png) center no-repeat;;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/select.svg) 95% 50% no-repeat !important;
    cursor: pointer;
}
body {
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    font-family: 'Regular';
    font-weight: normal;
}
body, html {
    overflow-x: hidden;
}
a {
	color:#000;
}
a:hover{
	text-decoration: none;
}
a:active{
	background: transparent;
}
.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gray {
    background: #FBFBFB
}
.but {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 270px;
    height: 65px;
    background: linear-gradient(180deg, #FF5863 0%, #A01B24 100%);
    box-shadow: 0px 4px 20px rgba(160, 27, 36, 0.5);
    border-radius: 32.5px;
    color: #fff;
    outline: none;
    font-size: 20px;
    font-weight: bold;
}
.but:hover {
    color: #fff;
    background: linear-gradient(180deg, #A01B24 0%, #FF5863 100%);
}
.but:focus {
    color: #fff;
    text-decoration: none
}

.input {
    display: block;
    width: 250px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #ADADAD;
    box-sizing: border-box;
    border-radius: 50px;
    padding-left: 25px;
    font-size: 16px;
    outline: none;
    position: relative;
    margin: 0 auto 20px
}

.block {
    padding: 70px 0;
}
.headline {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
.headline span {
    color: #A01B24;
}
.subtitle {
    font-size: 24px;
    line-height: 28px;
}
header {
    background: url(../img/head-bg.jpg) center/cover no-repeat;
}
header>.container {
    position: relative;
}
.present {
    position: absolute;
    bottom: -70px;
    left: 40%
}
.top-head {
    padding: 25px 0;
}
.top-head>div>img {
    margin-right: 40px
}

h1 {
    margin: 0 0 20px;
    font-size: 18px;
}
.top-head p {
    margin: 0;
}
.top-head p img {
    margin-right: 10px;
}
.insta-head {
    align-self: flex-start;
    margin-left: 50px;
}
.tel {
    text-align: right;
}
.tel a {
    display: block;
    font-weight: bold;
    font-size: 24px;
}
.tel p {
    color: #A01B24;
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer
}
.head-cont {
    padding: 80px 0;
}
.head-cont h2 {
    margin: 0 0 25px;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase
}
.head-cont h3 {
    margin: 0 0 35px;
    font-size: 30px;
    line-height: 35px;
}
.head-ic p {
    justify-content: flex-start;
}
.head-ic {
    margin-bottom: 45px;
}
.head-ic img {
    margin-right: 11px;
}
.deco {
    position: absolute;
    z-index: 1
}
.work {
    padding: 50px 0;
    position: relative;
}
.work .deco:first-child {
    top: -10%;
    right: -10%;
}
.work .deco:nth-of-type(2) {
    bottom: -5%;
    left: -5%;
}
.work-bl {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
    position: relative;
    z-index: 2
}
.work-it {
    width: 31.5%;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 40px
}
.work-it img {
    margin-bottom: 25px;
}
.work-it h5 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase
}
.work-it p {
    margin: 0;
}

.res {
    padding: 60px 0 300px;
    background: url(../img/bg1.jpg) 50% 50%/cover
}
.res .headline {
    font-size: 50px;
    line-height: 60px;
/*    color: #fff;*/
}
.group {
    margin-top: 50px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.group-it {
    width: 20%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: 330px;
    justify-content: space-between;
    color: #fff;
    transition: all linear .3s
}
.group-it:nth-of-type(1) {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/group1.jpg) no-repeat;
}
.group-it:nth-of-type(2) {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/group2.jpg) no-repeat;
}
.group-it:nth-of-type(3) {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/group3.jpg) no-repeat;
}
.group-it:nth-of-type(4) {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/group4.jpg) no-repeat;
}
.group-it:nth-of-type(5) {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/group5.jpg) no-repeat;
}
.group-it p {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}
.group-it a {
    font-size: 20px;
    line-height: 24px;
    color: #A01B24;
    font-weight: bold;
    display: none
}
.group-it .dark {
    display: none;
}
.group-it:hover {
    color: #000;
    width: 346px;
}
.group-it:nth-of-type(1):hover  {
    background: url(../img/group1.jpg) no-repeat;
}
.group-it:nth-of-type(2):hover  {
    background: url(../img/group2.jpg) no-repeat;
}
.group-it:nth-of-type(3):hover  {
    background: url(../img/group3.jpg) no-repeat;
}
.group-it:nth-of-type(4):hover  {
    background: url(../img/group4.jpg) no-repeat;
}
.group-it:nth-of-type(5):hover  {
    background: url(../img/group5.jpg) no-repeat;
}
.group-it:hover .dark {
    display: block;
}
.group-it:hover .light {
    display: none;
}
.group-it:hover a {
    display: block
}
.group-it>img {
    position: absolute;
    z-index: -1;
}

.uchet {
    margin-top: 60px;
}
.uchet h4 {
    background: #A01B24;
    box-shadow: 0px 0px 20px rgba(160, 27, 36, 0.2);
    border-radius: 30px;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    padding: 20px 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.uchet h4:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -194px;
    width: 5px;
    height: 194px;
    background: url(../img/line.png) center/cover;
}
.uchet-line {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 50px
}
.uchet-line:nth-of-type(2) {
    margin-top: 41px
}
.uchet-line>div {
    width: 170px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 14px 10px 0;
    position: relative;
    text-align: center;
}
.uchet-line>div span {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #A01B24;
    margin-bottom: 10px;
    display: block;
}
.uchet-line>div p {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.uchet-line>div:after {
    position: absolute;
    content: '';
    background: #A01B24;
    width: 1px;
    height: 20px;
    top: -20px;
    left: 50%;
}
.uchet-line>div:not(:last-child):before {
    position: absolute;
    content: '';
    background: #A01B24;
    width: 195px;
    height: 1px;
    top: -20px;
    left: 50%;
}

.price {
    background: url(../img/bg2.jpg) center/cover;
}
.price-bl {
    width: 67%;
    margin: 50px auto 0;
    text-align: center
}
.price-bl h5 {
    background: #FFFFFF;
    border: 2px solid #A01B24;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #A01B24;
    font-weight: bold;
    padding: 12px 0;
    margin: 0;
}
.price table {
    width: 100%;
}
.price td {
    padding: 15px 0;
}
.price td span {
    font-weight: bold;
    color: #A01B24;
    display: block;
    font-size: 18px
}
.price tr:nth-of-type(1) td {
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.price td:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.price .but {
    width: 380px;
    margin: 50px auto 0;
}
.preym {
    position: relative;
}
.preym .deco {
    top: -18%;
    right: 4%
}
.preym-bl {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 60px;
    position: relative;
    z-index: 2
}
.preym-it {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    margin-bottom: 30px;
    width: 31.5%;
    padding: 35px;
}
.preym-it h5 {
    margin: 0 0 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #A01B24;
    position: relative
}
.preym-it h5:after {
    position: absolute;
    content: '';
    height: 100%;
    left: -35px;
    width: 2px;
    background: #A01B24
}
.preym-it p {
    margin: 0;
    line-height: 19px
}

.tabs .nav {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px
}
.tabs .nav a {
    color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    line-height: 19px;
    padding: 18px 0;
    margin-right: 60px;
}
.tabs .active>a {
    color: #000;
    border-bottom: 2px solid #A01B24
}
.tabs .nav li>a:hover {
    background: none
}
.tabs .nav a:focus {
    background: none;
    color: #000
}

.tab-pane {
    display: flex;
    background: #FFFAF4;
    padding: 0 30px 0 90px;
    position: relative;
}
.inst {
    position: absolute;
    right: 3%;
    top: 40px;
}
.tab-pane>div {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.tab-pane>div>div {
/*    padding: 65px 0;*/
}
.tab-pane h4 {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 30px
}
.tab-pane span {
    font-size: 12px;
    text-transform: none;
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5)
}
.tab-pane p {
    margin-bottom: 17px;
}
.tab-pane .but {
    margin-top: 40px;
}
.otzyv {
    position: relative;
}
.otzyv .deco {
    top: -3%;
    right: 0%;
}
.otzyv-bl {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    z-index: 2
}
.otzyv-bl+.but {
    margin: 30px auto 0;
    background: none;
    border: 2px solid #A01B24;
    box-shadow: none;
    color: #A01B24
}
.otzyv-it {
    width: 48.5%;
    background: #fff;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 40px;
    position: relative;
    margin-bottom: 30px;
}
.otzyv-it:after {
    position: absolute;
    content: '';
    width: 55px;
    height: 45px;
    background: url(../img/q.png) center/cover;
    right: 30px;
    top: 30px;
}
.otzyv-it h6 {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 110%;
    text-transform: uppercase;
}
.otzyv-it .date {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
}
.otzyv-it p {
    margin: 0;
}
.contact {
    position: relative;
}
.contact .deco {
    top: -12%;
    left: -6%;
}
.contact-bl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px
}
.contact-cont {
    background: #A01B24;
    border-radius: 30px;
    padding: 35px 35px 15px;
    color: #fff;
    width: 390px;
    position: relative;
    z-index: 2
}
.contact-cont p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px
}
.contact-cont p span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.5);
}
.contact-cont p a {
    display: block;
    color: #fff;
}
#map {
    height: 500px;
    width: 980px;
    background: #d6d6d6;
    border-radius: 30px;
    margin-left: -200px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

footer {
    background: #404040;
    padding: 50px 0;
    color: #fff
}
.foot1 {
    align-items: center;
}
.foot1>img {
    margin-right: 40px
}
.foot1>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.foot1 p {
    font-size: 18px;
    line-height: 21px;
}
.foot1 a {
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: rgba(255, 255, 255, 0.5);
}
.foot2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
/*modal*/
.modal-backdrop {
    overflow: hidden;
    background-color: #000;
}    
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: .7;
}
.modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
}
.modal .modal-dialog {
    margin: 70px auto 0;
    width: auto;
}
.modal-content {
    width: 330px;
    border-radius: 30px;
    margin: 0px auto;
}
#modal3 .modal-content {
    width: 600px;
}
.work-modal .modal-content {
    width: 920px;
}
.modal-body {
    border-radius: 30px;
    padding: 35px;
    text-align: center;
}
#modal3 .modal-body {
    padding: 30px;
}
.work-modal .modal-body {
    text-align: left;
    padding: 45px 60px;
}
.modal-body h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 5px
}
#modal3 h4+p {
    font-size: 20px;
}
.modal-ic {
    width: 71%;
    margin: 30px auto 20px;
}
.modal-ic div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
    position: relative
}
.modal-ic div p {
    margin-left: 25px;
    text-align: left;
    padding-bottom: 10px
}
.modal-ic div:not(:last-child) p {
    border-bottom: 1px solid #A01B24;
}
.modal-ic div:not(:last-child):before {
    position: absolute;
    content: '';
    left: 20px;
    bottom: 0;
    background: url(../img/Arrow.svg) center;
    width: 8px;
    height: 13px;
}
#modal3 form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center
}
#modal3 .label-control+label {
    margin: 0 auto;
}

.work-modal .modal-body>p {
    display: flex;
    align-items: center;
    font-size: 18px;
}
.work-modal .modal-body h4 {
    margin-bottom: 40px;
    font-size: 40px;
}
.work-modal .modal-body>p span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(180deg, #FF5863 0%, #A01B24 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
}
.modal-body form {
    margin-top: 30px;
}
.work-modal form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center
}
.work-modal .label-control+label {
    margin: 0 auto;
}
.modal-body .but {
    width: 250px;
    height: 55px;
    margin: 0 auto;
    font-size: 18px
}
.modal-dialog .close {
    opacity: 1;
    position: absolute;
    top: -30px;
    right: -30px;
}
textarea.input {
    resize: none;
    padding:  15px 0 10px 25px;
    height: 100px;
    border-radius: 30px;
}
.work-modal .modal-dialog .mod-head {
    text-align: center;
    font-size: 30px;
    margin: 30px 0 30px;
    border-top: 1px solid #b5b5b5;
    padding-top: 30px
}


.widget {
    position: fixed;
    bottom: 1%;
    right: 4%;
    width: 90px;
    height: 90px;
    background: linear-gradient(180deg, #FF5863 0%, #A01B24 100%);
    color: #fff;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    z-index: 9
}
.widget:hover {
    color: #fff
}
.widget:focus {
    color: #fff;
    text-decoration: none
}
.widget span {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 5px;
    font-weight: bold
}
.widget img {
    width: 40px
}
.copy {
    display: flex;
    align-items: center;
    margin: 20px 0 0
}
.copy .marketing {
    margin: 0 20px;
    display: block
}
.calc {
    margin-top: 40px;
    flex-wrap: wrap;
}
.calc .input, .calc .but {
    width: 100%;
}
.calc>div {
    width: 30%;
    margin-bottom: 20px;
}
.calc div p {
    justify-content: flex-start;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px
}
.calc div p img {
    margin-right: 20px;
}
.calc .text {
    font-size: 24px;
    margin: 0;
    text-transform: none;
    font-weight: normal;
}
.calc .result {
    border: 1px solid #A01B24;
    border-radius: 30px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #A01B24;
    font-size: 36px;
    font-weight: bold;
}
.calc .result span {
    margin: 0 10px
}