@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    margin-bottom: 1.5em;
}

img {
    height: auto;
    max-width: 100%;
}
.add-button{
    position: fixed;
	z-index: 9999;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    background-color: #ff7335;
    outline: none;
    border: none;
    border-radius: 6px;
    width: 100%;
    height: 40px;
    color:#fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
}
body,
button,
input,
select,
textarea {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 14px;
}

a,
button,
input {
    transition: all .1s ease-in-out;
}

h2 {
	font-family: inherit;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 1.3;
	margin-bottom: 14px;
}

.grid-container {
    max-width: 1200px;
    margin: 0 auto;
}

.innerCalcArea {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.calcCol {
    width: 50%;
}

.topImg {
    width: 50%;
}

.calcArea {
    position: relative;
    margin-top: 65px;
}

.calcArea::before {
    content: "";
    width: 100%;
    height: calc(100% - 160px);
    position: absolute;
    background: #f2f2f2;
    z-index: 1;
    transform: translate(0, -50%);
    top: 50%;
}


.site-header {
    position: fixed;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.16);
    width: 100%;
    z-index: 100;
    top: 0;
}

.inside-header {
    padding: 40px;
}

body {
    padding-top: 118px;
    line-height: 1.7;
}

.nameBlockImg {
    margin: 0;
    font-weight: bold;
    margin-top: 16px;
}

.blockImgRow {
    display: flex;
    margin-top: 24px;
}

.blockImgItem {
    width: 230px;
    margin-right: 66px;
}

.iconBlock {
    width: 230px;
    height: 230px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
}

.iconBlock img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.whyArea {
    padding: 80px 0 100px;
    position: relative;
}

.whyArea::before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    background: #f2f2f2;
    z-index: 1;
    bottom: 0;
}

.innerSection {
    position: relative;
    z-index: 10;
    padding: 0 15px;
}

.blockImgItem:nth-child(1) .iconBlock {
    background-color: #f6f6c8;
}

.blockImgItem:nth-child(2) .iconBlock {
    background-color: #c3f3fe;
}

.blockImgItem:nth-child(3) .iconBlock {
    background-color: #ffd9cd;
}

.podzayavkuArea {
    background-image: url(../images/bg-zayavka.png);
    padding: 150px 0;
    background-position: center;
}

.site-main>* {
    margin-bottom: unset;
}

.titleRow {
    margin-bottom: 10px;
}

.btn {
	background: #FF7335;
	color: #fff !important;
	text-decoration: none;
	font-weight: 700;
	padding: 0 30px;
	display: inline-block;
	border-radius: 5px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.btn:hover {
    background: #e07a4f;
}

.podzayavkuArea .btn {
    width: 100%;
    max-width: 500px;
}

.contentArea {
    padding: 80px 0;
}

.site-header {
    position: fixed;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.16);
    width: 100%;
    z-index: 200;
    top: 0;
    background: #fff;
    padding: 30px 15px;
}

.btnRow {
    margin-top: 30px;
}

.innerHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.loginBtncol .btn {
    height: 45px;
    line-height: 45px;
}

.middleLine {
    width: 100%;
    height: 3px;
    background: #d4d4d4;
    margin: 0 40px;
}

.logo {
    min-width: 100px;
}

.innerAddrArea {
    display: flex;
}

.logoPay {
    display: flex;
    flex-direction: column;
    margin-right: 80px;
    min-width: 70px;
}

.addrInfo {
    margin-right: auto;
}

.scrollTopCol {
    align-items: flex-end;
    display: flex;
}

footer {
    background-color: #323131;
    color: #fff;
    padding: 60px 15px;
}


.addrArea {
    padding: 0 0 50px;
}

.topFooter {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #d4d4d4;
    padding-bottom: 30px;
    flex-wrap: wrap;
}


.footerWigetTitle {
    font-weight: 800;
    margin-bottom: 20px;
}

.innerShare {
    display: flex;
}

.shareItem {
    margin: 0 20px 0 0;
}

.feedSubmit {
    background: #FF7233;
    border: 1px solid #fff;
    height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 20px;
    line-height: 55px;
    text-align: center;
    width: 150px;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}

.feedSubmit:hover {
    background: #e07a4f;
}

.feedForm {
    display: flex;
}

.emailFeedField {
    height: 55px;
    border: 1px solid #fff;
    width: calc(100% - 150px);
    padding: 0 15px;
    border-radius: 5px 0 0 5px;
}

.feedBlock {
    width: 40%;
}

.textFooter {
    padding: 20px 0;
}

.copyright {
    color: #afafaf;
    font-size: 12px;
    margin-top: 10px;
}


.mainCalc {
	background: #FFFFFF;
	border: 1px solid #AFAFAF;
	box-sizing: border-box;
	box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	padding: 30px;
}

.ui-slider-handle {
	width: 40px !important;
	height: 50px !important;
	top: -24px !important;
	box-sizing: border-box;
	cursor: pointer !important;
	background-image: url(../images/coint.png) !important;
	display: block;
	background-color: transparent !important;
	border: 0 !important;
	outline: none;
}

.ui-widget.ui-widget-content {
	background: #d4d4d4;
	height: 4px;
	border-radius: 2px;
	box-sizing: border-box;
	border: 0 !important;
}

.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min {
	background: #8a8a8a;
	height: 7px !important;
	border-radius: 2px !important;
	left: 0 !important;
	box-sizing: border-box;
	top: -1.5px;
}

.btnMinus {
	background-image: url(../images/minus.png);
}

.btnPlus {
	background-image: url(../images/plus.png);
}

.btnMinus, .btnPlus {
	background-color: transparent !important;
	width: 26px !important;
	height: 26px !important;
	display: inline-block;
	padding: 0;
	background-size: 26px;
	border: 0 !important;
	cursor: pointer;
}

.innerSlider {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#summSlider {
	width: calc(100% - 90px);
}

.topSlider {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
	align-items: center;
}

.blockSumm {
	font-size: 24px;
	font-weight: 700;
}

.blockDays {
	text-align: right;
	color: #9D9AA1;
	font-weight: 700;
	line-height: 1;
}

input {
	width: 100%;
	height: 55px;
	border-radius: 5px;
	border: 1px solid #cacaca;
	padding: 0 15px;
	margin-bottom: 20px;
}

#offer-form {
	margin-top: 30px;
}

.offer-item-btn.btn {
	border: 0;
	width: 100%;
	cursor: pointer;
}

.policyRow {
	font-size: 12px;
	text-align: center;
	margin-top: 16px;
}

.policyRow a {
	color: #000;
}

.telInputBlock {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.flagcod {
	display: flex;
	align-items: center;
	background: #eaf7ff;
	height: 55px;
	border: 1px solid #cacaca;
	padding: 0 10px;
	border-right: 0;
	border-radius: 5px 0 0 5px;
	color: #7b7b7b;
}

.flag {
	line-height: 0;
	margin-right: 7px;
	min-width: 27px;
}

#phone {
	margin: 0;
	border-radius: 0 5px 5px 0;
}

#note .errorTel {
	display: none;
}

#note1 .errorName {
	display: none;
}

.notification_error {
	margin-bottom: 20px;
	margin-top: -18px;
	font-size: 12px;
	color: red;
}

.resSumRow {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.infoRes {
	font-weight: 700;
}

.notification_ok {
	text-align: center;
	color: green;
}

.spoiler-title {
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

.spoiler {
	margin-bottom: 20px;
}

.loginBtn.btn {
	width: 100%;
	border: 0;
}

#loginFormBlock {
	max-width: 400px;
	border-radius: 10px;
	padding: 40px 20px;
	width: 100%;
}

.formRow {
	position: relative;
}

.toggle-password {
	width: 22px;
	height: 18px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 20px;
	background-image: url(../images/pass.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.toggle-password.visiblePass {
	background-image: url(../images/pass1.png);
}


#cookie_notification {
	display: none;
	justify-content: space-between;
	align-items: flex-end;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px;
	background-color: rgba(0,0,0,0.8);
	z-index: 20;
	box-sizing: border-box;
}

.innerNotif {
	max-width: 1200px;
	display: flex;
	margin: 0 auto;
	align-items: center;
}

#cookie_notification p {
	margin: 0;
	font-size: 14px;
	text-align: left;
	color: #fff;
}

.cookie_accept {
	margin: 0 0 0 25px;
	min-width: 100px;
	cursor: pointer;
	padding: 10px;
	border: 0;
	color: #ff7335;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 5px;
}

#cookie_notification.show {
	display: flex;
}

#ugoda {
	max-width: 500px;
	padding: 20px;
}

.normalContent p:last-child { margin-bottom: 0;}

.sccssMessage .icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    box-sizing: content-box; }
    .sccssMessage .icon.success {
      border-color: #A5DC86; }
      .sccssMessage .icon.success::before, .sccssMessage .icon.success::after {
        content: '';
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        transform: rotate(45deg); }
      .sccssMessage .icon.success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sccssMessage .icon.success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sccssMessage .icon.success .placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sccssMessage .icon.success .fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sccssMessage .icon.success .line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sccssMessage .icon.success .line.tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sccssMessage .icon.success .line.long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

















/* responsive */


@media screen and (max-width: 1200px) {}

/* //max-width: 1200px */



@media screen and (max-width: 991px) {

    .blockImgRow {
        justify-content: space-between;
        text-align: center;
    }

    .blockImgItem {
        width: calc(33.3% - 20px);
        margin-right: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .iconBlock {
        width: 100%;
        height: auto;
        border: 1px solid #d4d4d4;
        border-radius: 10px;
        max-width: 230px;
    }

    .podzayavkuArea {
        text-align: center;
    }

    .topImg {
        display: none;
    }

    .calcCol {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .calcArea {
        margin-top: 15px;
    }




}

/* //max-width: 991px */



@media screen and (max-width: 800px) {}

/* //max-width: 800px */



@media screen and (max-width: 768px) {

    .foterLogo {
        width: 50%;
        text-align: center;
        margin-bottom: 30px;
    }

    .footerShare {
        width: 50%;
        text-align: center;
        margin-bottom: 30px;
    }

    .innerShare {
        display: flex;
        justify-content: center;
    }

    .shareItem {
        margin: 0 10px 0;
    }

    .feedBlock {
        width: 100%;
        text-align: center;
    }

    .feedForm {
        max-width: 400px;
        margin: 0 auto;
    }

    footer {
        border-radius: 20px 20px 0 0;
    }

    .innerNotif {
        flex-direction: column;
        text-align: center;
    }

    #cookie_notification p {
        margin: 0 0 15px;
        font-size: 12px;
        text-align: center;
        color: #fff;
    }

    .cookie_accept {
        margin: 0;
    }


}

/* //max-width: 768px */



@media screen and (max-width: 640px) {

    .middleLine {
        margin: 0 10px;
    }

    .blockImgRow {
        flex-wrap: wrap;
    }

    .blockImgItem {
        width: 100%;
        margin-bottom: 20px;
    }

    .textBlockImg {
        max-width: 300px;
    }

    .titleRow {
        text-align: center;
    }

    .innerAddrArea {
        flex-wrap: wrap;
    }

    .scrollTopCol {
        width: 100%;
        justify-content: flex-end;
    }

    .logoPay {
        margin-right: 0;
        min-width: 70px;
        width: 70px;
    }

    .addrInfo {
        margin-right: 0;
        width: calc(100% - 70px);
        padding-left: 30px;
    }


}

/* //max-width: 640px */




@media screen and (max-width: 480px) {

    .emailFeedField {
        height: 45px;
        border: 0;
        width: calc(100% - 117px);
        padding: 0 15px;
    }

    .feedSubmit {
        height: 45px;
        padding: 0 7px;
        line-height: 45px;
        width: 117px;
        font-size: 12px;
    }

    .feedBlock {
        text-align: left;
    }

    .foterLogo {
        text-align: left;
    }

    .footerShare {
        text-align: right;
    }

    .innerShare {
        justify-content: flex-end;
    }

    .shareItem {
        margin: 0 0 0 20px;
    }

    .topFooter {
        align-items: center;
    }

    footer {
        padding: 30px 0px;
    }

    .feedForm {
        max-width: unset;
    }

    .contentArea {
        padding: 30px 0;
    }

    .contentArea {
        padding: 30px 0;
    }

    .addrArea {
        padding: 0 0 20px;
    }

    #button-up {
        height: 45px;
        line-height: 45px;
        padding: 0 22px;
        font-size: 12px;
    }

    h2 {
        font-size: 18px;
    }

    .podzayavkuArea,
    .titleRow {
        text-align: left;
    }

    .podzayavkuArea {
        padding: 80px 0;
    }

    .blockDays {
        font-size: 12px;
    }

    .blockSumm {
        font-size: 18px;
        font-weight: 700;
    }

    #offer-form p {
        margin-bottom: 7px;
    }

    .ui-slider-handle {
        width: 30px !important;
        height: 38px !important;
        top: -18px !important;
        background-size: 30px !important;
    }

    input {
        height: 45px;
        margin-bottom: 10px;
    }

    .flagcod {
        height: 45px;
    }

    .resSumRow {
        margin-bottom: 7px;
    }

    .telInputBlock {
        margin-bottom: 10px;
    }

    .btn {
        height: 45px;
        line-height: 45px;
    }

    .policyRow {
        margin-top: 7px;
    }

    #offer-form {
        margin-top: 12px;
    }

    .mainCalc {
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        padding: 14px;
    }

    .whyArea {
        padding: 30px 0;
    }

    .notification_error {
        margin-bottom: 5px;
        margin-top: -12px;
    }

    body {
        padding-top: 70px;
    }

    .site-header {
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
        padding: 15px;
    }


}

/* //max-width: 480px */