@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Montserrat';
    font-style: normal;
}
.politics{
    padding: 40px 15px;
}
.politics .title{
    text-align: center;
}
.politics__title{
    margin: 20px 0 10px 0;
    font-size:1.2em;
    font-weight: 600;
}
.phone_number {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    transition: .4s;
}
.wrapper{
    height: 100%;
    display:flex;
    flex-direction: column;
}
.wrapper footer{
    margin-top: 0;
}
.success._thanks{
    background: linear-gradient(105.4deg, #1F1E21 0%, #442B23 62.46%);
    flex: 1 1 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.success .title{
    color:#fff;
}
.success .text{
    color:#fff;
}
.success._thanks .mainBtn{
    display: flex;
      justify-content: center;
    width: 300px;
    text-decoration: none;
    margin: 20px auto;
}
.success._thanks .mainBtn span{
    width: 100%;
    height: 100%;
    text-align:center;
}
input:focus {
    box-shadow: none !important;
}

.btn-main-orange,
.btn-main-green {
    text-decoration: none;
    color: #fff;
    border: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    transition: .5s;
    font-size: 18px;
    border-radius: 20px;
}

.btn-main-orange {
    padding: 13px 60px;
    background: #EE6630;
}

.btn-main-green {
    padding: 15px 35px;
    background-color: #009099;
}

.btn-main-orange:hover,
.phone_number:hover,
.btn-main-green:hover {
    opacity: .5;
}

.main-title {
    font-weight: 400;
    font-size: 60px;
    color: #3E3E3E;
    text-align: center;
    margin: 5.5rem 0 3.5rem 0;
    text-transform: uppercase;
}

.main-desc {
    text-align: center;
    font-weight: 400;
    font-size: 25px;
    color: #3E3E3E;
}

/* header */
header {
    color: #FFFFFF;
    background: url("../../uploads/other/HeaderLeftTopImg.svg") no-repeat scroll 0% 50% / 72%, url("../../uploads/other/HeaderRightTopImg.svg") no-repeat scroll 100% 0%;
    background-color: #1F1F1F;
}

header .inner .info {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}

header .inner .logo img {
    display: none;
}

header .aside {
    padding: 60px 0 110px 0;
}

header .aside .title {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 65px;
}

header .aside .counterImg img {
    width: 100%;
    border-radius: 20px;
}

header .aside .desc {
    margin: 45px 0;
}

header .aside .desc .text {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 21px;
    letter-spacing: 0.05em;
}

header .aside .desc .text span.bold {
    font-weight: 600 !important;
}

header .counterImgMob {
    display: none;
}

header .mobSeaparator {
    display: none;
}

header .contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

header .phone_number  {
    font-size: 24px;
}

header .adress {
    text-align: right;
}

/* sale */
.sale {
    margin-top: 50px;
}
.sale .saleTitle {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.05em;
    color: #EE6630;
    display: inline-block;
    margin-right: 20px;
}

.sale .now {
    display: inline-block;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-right: 10px;
}

.sale .rather {
    display: inline-block;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-right: 10px;
}

.sale .rather .price {
    background: url("../../uploads/other/Salex.svg") no-repeat scroll 50% 50%;
}

/* work officially */
#work-officially .inner {
    display: flex;
}

#work-officially .inner .desc .text {
    padding-left: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #3E3E3E;
}

#work-officially .inner .desc .text p {
    margin-bottom: 50px;
}

#work-officially .inner .certificate img {
    width: 28rem;
    border-radius: 20px;
}

#work-officially a.btn-main-green {
    width: auto;
    margin: 0 auto;
    position: relative;
    bottom: 57px;
}

/* work orders */
#work-orders .main-title {
    margin-bottom: 6.5rem;
}

#work-orders .steps {
    background: url("../../uploads/other/WorkOrderBg.svg") no-repeat scroll 70% 25%;
}

#work-orders .steps .step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 6.5rem;
}

#work-orders .steps .step .num {
    background: #EE6630;
    box-shadow: 4px 4px 4px rgba(147, 147, 147, 0.25);
    border-radius: 50%;
    font-weight: 500;
    font-size: 60px;
    color: #FFFFFF;
    padding: 15px 50px;
}

#work-orders .steps .step .text{
    position: relative;
    bottom: 35px;
    left: 0px;
    text-align: center;
    max-width: 12rem;
}

#work-orders button.btn-main-green {
    margin: 0 auto;
    width: auto;
    position: relative;
    bottom: 35px;
}

/* advantages */
#advantages .main-title {
    margin-top: 4rem;
}

#advantages .advantage {
    color: #3E3E3E;
    height: 100%;
    background: url("../../uploads/other/AdvantagesSeparator.svg") no-repeat scroll 100% 50%;
}

#advantages .advantage .title {
    font-weight: 500;
    font-size: 20px;
}

#advantages .advantage .text {
    font-weight: 400;
    margin-top: 15px;
    max-width: 17rem;
}

/* offer */
#offer .main-title {
    margin-bottom: 1.5rem;
}

#offer .inner {
    margin: 3rem 0 7rem 0;
}

#offer .inner .subtitle {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0.5em;
}

#offer .inner .item {
    text-align: center;
    color: #3E3E3E;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

#offer .inner .rs-block {
    padding: 0 !important;
}


#offer .inner .rs-container {
    height: 245px !important;
    width: 245px !important;
    opacity: 1 !important;
}

#offer .inner .rs-border {
    border: 1px solid #d6d6d6;
}

#offer .inner .item.rs-control {
    width: 100% !important;
}

#offer .inner .rs-seperator {
    display: none;
}

#offer .inner .rs-handle {
    height: 35px !important;
    width: 35px !important;
    margin: -9px 0px 0px -13px !important;
    background: #EE6630;
    box-shadow: 4px 4px 4px rgba(123, 123, 123, 0.25);
}

#offer .inner .item .title {
    font-size: 60px;
}

#offer .inner .item .desc {
    font-size: 20px;
    text-transform: uppercase;
}

#offer button.btn-main-green {
    width: auto;
    margin: 2.5rem auto 0 auto;
}

#offer .sale {
    border: 1px solid #EE6630;
    border-radius: 35px;
    padding: 23px 5px;
    max-width: 60%;
    margin: 25px auto;
    text-align: center;
}

#offer .sale .now,
#offer .sale .rather {
    color: #3E3E3E;
}

#offer .sale .rather .price {
    background: url(../../uploads/other/SalexDark.svg) no-repeat scroll 50% 50%;
}

/* advice */
#advice .main-title {
    margin-bottom: 1.5rem;
}

#advice .inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 4rem;
}

#advice .inner .text {
    padding-left: 50px;
    width: 60%;
}

#advice .inner .text button.btn-main-green {
    display: block;
    margin: 65px 0 0 70px;
}

#advice .inner .adviceImage img {
    width: 100%;
}

#advice .inner .adviceImage {
    overflow: hidden;
    border-radius: 20px;
    width: 40%;
    box-shadow: 4px 4px 4px 0px #b1b1b140;
}

/* feedback */
#feedback .inner {
    max-width: 60%;
    margin: 0 auto;
}

#feedback .main-title {
    margin-bottom: 1.5rem;
}

#feedback .main-form {
    margin-top: 3rem;
}

.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 15;
}

#MainFormModal .btn-close {
    filter: invert(100%);
}

/* -- main form */
.main-form {
    background: linear-gradient(105.4deg, #1F1E21 0%, #442B23 62.46%);
    border: 1px solid #D6D6D6;
    border-radius: 20px;
    padding: 4rem 10rem;
    text-align: center;
}

.main-form input {
    height: 50px;
    border-radius: 15px;
    padding-left: 25px;
    margin-bottom: 30px;
}

.main-form input[name="name"] {
    color: #FFFFFF;
    background: #221F21;
    border: 0.1px solid #FFFFFF;
}

.main-form input[name="name"]::placeholder {
    color: #ffffff;
}

.main-form input[name="phone_number"]::placeholder {
    color: #868686;
}

.main-form button[type="submit"] {
    margin-top: 35px;
}

/* footer */
footer {
    background-color: #1F1F1F;
    color: #fff;
    padding: 4rem 0 3.5rem 0;
    text-align: center;
    margin-top: 5rem;
}

footer .inner {
    max-width: 75%;
    margin: 0 auto;
}

footer .separator {
    margin: 40px 0;
    width: 100%;
}

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

footer .info img {
    margin-right: 12px;
}

footer .adress {
    font-size: 16px;
}

footer .adress,
footer .copy {
    font-weight: 400;
}
footer .comdat {

    font-weight: 400;
}

/* main form modal */
#MainFormModal .modal-content {
    background: #0000;
    border: none;
}

#MainFormModal .title {
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 3rem;
}

#MainFormModal .mobTitle,
#MainFormModal .mobDesc {
    display: none;
}

#MainFormModal .success {
    background: linear-gradient(105.4deg, #1F1E21 0%, #442B23 62.46%);
    border-radius: 20px;
    padding: 4rem 10rem;
    text-align: center;
    color: #ffffff;
}

#MainFormModal .success .title {
    font-size: 60px;
    margin-bottom: 1.5rem;
}

#MainFormModal .success .desc {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    display: block;
}

#MainFormModal .success button {
    margin-top: 4.5rem;
    padding: 13px 85px;
}

#MainFormModal .modal-content.success {
    background-color: #ffffff00;
    padding: 0;
    border: none;
}

/* message */
.message .error {
    color: #ff7373de;
}

.message .success {
    color: #6effa8d9;
}

#MainFormModal .message span {
    display: block;
    margin-bottom: 5px;
}
/*================== Checkbox =================================================*/
.checkbox {
	
    max-width: 500px;
    height: 20px;
    text-align: center;
    margin: 30px auto 0px auto;
}


  
.checkbox__input {
	display: none;
}
  
.checkbox__input:checked + .checkbox__label::after {
	transform: scale(1);
}
  
.checkbox__label {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	position: relative;
	font-weight: 400;
  font-size: 9px;
  line-height: 100%;
	text-align: start;
	width: 100%;
	margin-bottom: 0;
	
}
.checkbox__label a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: 300;
	line-height: 120%;
}
.checkbox__label._border::before{
  border: 1px solid #219DF3;
}
.checkbox__label._border::after{
  background-color: #219DF3;
}
.checkbox__label::before {
	content: "";
	align-self: flex-start;
	flex: 0 0 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 8px 0 0;
}
  
.checkbox__label::after {
	content: "";
	
	border-radius: 4px;
	transition: all 0.3s ease 0s;
	align-self: flex-start;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 9px;
	flex: 0 0 9px;
	height: 9px;
	background-color: #EE6630;
 	
	transform: scale(0);
}

@media (max-width: 1399px) {
    header {
        background: url(../../uploads/other/HeaderLeftTopImg.svg) no-repeat scroll 0% 0% / 85%, url(../../uploads/other/HeaderRightTopImg.svg) no-repeat scroll 100% 0%;
        background-color: #1F1F1F;
    }

    .sale .saleTitle,
    .sale .now {
        font-size: 30px;
    }

    .sale .rather {
        font-size: 28px;
    }

    #advantages .col {
        margin-bottom: 30px;
    }

    #work-orders .steps {
        background: url(../../uploads/other/WorkOrderBg.svg) no-repeat scroll 90% 25% / 95%;
    }

    #work-orders .steps .step {
        margin-bottom: 4.5rem;
    }

    #work-orders button.btn-main-green {
        margin-top: 20px;
    }

    #work-orders .steps .step .text {
        bottom: 50px;
    }

    #work-officially a.btn-main-green {
        left: 50px;
    }
}

@media (max-width: 1199px) {
    .main-title {
        font-size: 45px;
    }

    header .aside .title {
        font-size: 45px;
    }
    header .aside .desc .text {
        font-size: 18px;
    }

    #offer .inner .rs-container {
        height: 200px !important;
        width: 200px !important;
    }

    .sale .saleTitle, .sale .now {
        font-size: 27px;
    }

    .sale .rather {
        font-size: 25px;
    }

    #feedback .inner {
        max-width: 75%;
    }
    
    footer .inner {
        max-width: 90%;
    }
    
    #work-orders .steps {
        background: url(../../uploads/other/WorkOrderBg.svg) no-repeat scroll 101% 29% / 95%;
    }

    #work-orders button.btn-main-green {
        margin-top: 30px;
    }

    #work-orders .steps .step {
        margin-bottom: 3.5rem;
    }

    header {
        background: url(../../uploads/other/HeaderLeftTopImg.svg) no-repeat scroll 0% 0% / 100%, url(../../uploads/other/HeaderRightTopImg.svg) no-repeat scroll 100% 0%;
        background-color: #1F1F1F;
    }

    #offer .inner .item .title {
        font-size: 45px;
    }

    #work-officially a.btn-main-green {
        bottom: 10px;
        left: 115px;
    }

    #advice .inner .adviceImage {
        width: 30%;
    }
}

@media (max-width: 991px) {
    .btn-main-green,
    .btn-main-orange {
        border-radius: 50px;
    }
    
    #offer .inner .item {
        margin-top: 2rem;
    }

    #offer .inner .rs-container {
        height: 180px !important;
        width: 180px !important;
    }

    #offer .inner .item .title {
        font-size: 30px;
    }

    header {
        background: url(../../uploads/other/HeaderRightTopImgMob.svg) no-repeat scroll 100% 10% / 10%, url(../../uploads/other/HeaderLeftTopImg.svg) no-repeat scroll 23% 125% / 237%;
        background-color: #1F1F1F;
    }

    header .sale {
        border: 1px solid #EE6630;
        border-radius: 20px;
        padding: 12px;
    }

    #offer .sale {
        margin: 25px auto 0 auto;
        max-width: 90%;
    }

    .sale {
        text-align: center;
    }

    .sale .rather {
        font-size: 25px;
    }

    .sale .now {
        font-size: 29px;
    }

    .sale .saleTitle {
        font-size: 30px;
    }
    
    header .mobSeaparator {
        width: 100%;
        display: block;
    }

    header .counterImgMob {
        display: block;
        max-width: 570px;
        margin:  0 auto 20px;
    }

    header .counterImgMain {
        display: none;
    }

    header .btn-main-orange {
        display: block;
        margin: 0 auto;
    }

    #work-officially .inner {
        flex-direction: column;
    }

    #work-officially .inner .desc {
        order: 1;
    }

    #work-officially .inner .certificate {
        order: 2;
    }

    #work-officially .inner .desc .text {
        padding-left: 0;
    }

    #work-officially a.btn-main-green {
        display: block;
        position: unset;
        margin-top: 2rem;
    }

    #work-officially .inner .certificate img {
        width: 100%;
        /*padding: 20px;*/
        border-radius: 0;
    }

    #work-orders .steps {
        background: none;
    }

    #work-orders .steps .step {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 1rem;
    }
     
    #work-orders .steps .step-empty {
        display: none;
    }

    #work-orders .steps .step .text {
        position: unset;
        max-width: 100%;
        padding: 20px 0;
    }

    #work-orders .steps .step img {
        width: 85px;
    }

    .main-title {
        font-size: 31px;
        margin-top: 3rem;
    }

    #advantages .main-title {
        margin-top: 3rem;
    }

    #work-orders .main-title {
        margin-bottom: 3.5rem;
    }

    #advantages .advantage {
        background: url(../../uploads/other/AdvantagesSeparatorMob.svg) no-repeat scroll 50% 100%;
        text-align: center;
        max-width: 65%;
        margin: 0 auto;
    }

    #advantages .advantage .text {
        max-width: 100%;
    }

    #offer button.btn-main-green {
        margin: 0 auto;
    }

    #advice .inner {
        flex-direction: column;
        align-items: center;
        margin-top: 3rem;
    }

    #advice .inner .text {
        padding: 25px;
        width: 100%;
    }
    
    #advice .inner .adviceImage {
        padding: 0;
        margin-bottom: 2rem;
        width: 100%;
        max-width: 570px;
    }

    #advice .inner .text button.btn-main-green {
        margin: 50px auto 0 auto;
    }

    #feedback .inner {
        max-width: 100%;
    }

    footer {
        padding: 2rem 0;
    }

    footer .inner {
        max-width: 100%;
    }

    footer .info {
        flex-direction: column;
    }

    footer .adress {
        margin-top: 15px;
    }

    header .inner .logo img {
        display: block;
    }

    #MainFormModal .mobTitle,
    #MainFormModal .mobDesc {
        display: block;
        color: #FFFFFF;
        text-align: center;
        font-weight: 400;
        margin-bottom: 20px;
    }

    #MainFormModal .mobDesc {
        font-size: 16px;
    }

    #MainFormModal .mobTitle {
        text-transform: uppercase;
        font-size: 24px;
        padding-top: 10px;
    }

    #MainFormModal .main-form .title {
        display: none;
    }

    #MainFormModal .modal-content {
        background: #1F1F1F;
        padding: 15px;
        border-radius: 15px;
    }

    #MainFormModal .main-form,
    #MainFormModal .success {
        padding: 3rem;
    }

    #MainFormModal .main-form button[type="submit"] {
        margin-top: 10px;
        padding: 13px 35px;
    }

    #MainFormModal .main-form input {
        margin-bottom: 25px;
    }

    #MainFormModal .success .title {
        font-size: 25px;
        margin-bottom: 2.5rem;
        text-transform: uppercase;
    }

    #MainFormModal .success button {
        margin-top: 3rem;
    }

    #MainFormModal .success .desc {
        font-size: 16px;
    }
}


@media (max-width: 767px) {
    header {
        background: url(../../uploads/other/HeaderRightTopImgMob.svg) no-repeat scroll 100% 15% / 10%, url(../../uploads/other/HeaderLeftTopImg.svg) no-repeat scroll 21% 78% / 333%;
        background-color: #1F1F1F;
    }

    #offer .inner .rs-container {
        height: 155px !important;
        width: 155px !important;
    }

    #offer .inner .item .title {
        font-size: 20px !important;
    }

    #offer .inner .item.rs-control {
        height: 150px !important;
    }

    .main-title {
        font-size: 27px;
    }

    .main-desc {
        font-size: 18px;
    }

    .main-title, 
    #work-orders .main-title {
        margin-bottom: 2rem;
    }

    header .aside .title {
        font-size: 40px;
    }

    #offer .sale {
        max-width: 95%;
    }

    header .aside {
        padding: 20px 0 40px 0;
    }

    header .aside .desc {
        margin: 25px 0;
    }

    #work-officially .inner .desc .text p {
        margin-bottom: 35px;
    }

    #work-officially .inner .desc .text p br {
        display: none;
    }

    #feedback .main-form {
        margin-top: 2rem;
    }

    .main-form {
        padding: 3rem;
    }

    footer {
        margin-top: 3rem;
    }

    #offer .inner {
        margin: 2rem 0;
    }
    
    #offer .inner .item .desc {
        font-size: 17px;
    }

    #offer .inner .item .title {
        font-size: 25px;
    }

    #advantages .main-title {
        margin-top: 1rem;
    }

    #advice .inner {
        margin-top: 1rem;
    }

    #advice .inner .text {
        padding: 10px;
    }

    #advice .inner .adviceImage {
        /*padding: 16px 110px;*/
    }

    #MainFormModal .main-form button[type="submit"],
    #MainFormModal .success button {
        padding: 13px 45px;
        font-size: 15px;
    }
}

@media (max-width: 537px) {
    .sale .saleTitle {
        font-size: 27px;
        margin-right: 14px;
    }

    .sale .now {
        font-size: 25px;
    }

    .sale .rather {
        font-size: 22px;
    }

    .sale .now {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    .main-title {
        margin-top: 2rem;
        font-size: 23px;
    }

    #offer .inner .rs-handle {
        height: 29px !important;
        width: 29px !important;
    }

    #offer .inner .item.rs-control {
        height: 115px !important;
    }

    #offer .inner .rs-container {
        height: 135px !important;
        width: 135px !important;
    }

    #offer .inner .item {
        margin-bottom: 2rem;
    }

    .main-desc {
        font-size: 16px;
    }

    header {
        background: url(../../uploads/other/HeaderRightTopImgMob.svg) no-repeat scroll 100% 15% / 15%, url(../../uploads/other/HeaderLeftTopImg.svg) no-repeat scroll 21% 78% / 333%;
        background-color: #1F1F1F;
    }
    
    .sale .saleTitle {
        font-size: 22px;
        margin-right: 12px;
    }

    .sale .now {
        font-size: 21px;
    }

    .sale .rather {
        font-size: 20px;
        margin-right: 0;
    }

    header .btn-main-orange {
        padding: 13px 35px;
    }

    header .aside .title {
        font-size: 36px;
    }

    header .aside .desc .text {
        font-size: 16px;
    }

    #work-orders .steps .step img {
        width: 65px;
    }

    #work-orders .steps .step .text {
        padding: 13px 0;
    }

    #advantages .advantage {
        max-width: 85%;
    }

    #feedback .main-form {
        margin-top: 1.5rem;
    }

    #advice .inner .text button.btn-main-green {
        margin: 30px auto 0 auto;
    }

    #offer .inner .item .title {
        font-size: 20px;
    }

    #offer .inner .item .desc {
        font-size: 13px;
    }

    footer .separator {
        margin: 20px 0;
        width: 100%;
        height: 20px;
    }

    #MainFormModal .modal-content {
        padding: 8px;
    }

    #MainFormModal .main-form {
        padding: 2.7rem 2rem;
    }

    #MainFormModal .mobDesc {
        font-size: 13px;
    }

    #MainFormModal .mobTitle {
        font-size: 18px;
        padding-top: 20px;
    }
}


@media (max-width: 396px) {
    .main-form {
        padding: 2.7rem 2rem;
    }

    .main-form button[type="submit"] {
        margin-top: 15px;
        padding: 13px 30px;
    }
    
    .main-title {
        font-size: 20px;
    }

    .main-form input {
        margin-bottom: 23px;
    }

    #offer .inner .item .title {
        font-size: 18px !important;
    }

    #offer .inner .rs-handle {
        height: 25px !important;
        width: 25px !important;
    }

    header .phone_number {
        font-size: 13px;
        padding-top: 4px;
    }

    header .inner .info {
        padding: 15px 0;
    }

    header .aside .title {
        font-size: 29px;
    }

    header .aside .desc .text {
        font-size: 14px;
    }

    .btn-main-orange, .btn-main-green {
        font-size: 15px;
    }

    footer .adress,
    footer .copy,
    footer .phone_number {
        font-size: 13px;
    }

    #advice .inner .adviceImage {
        /*padding: 25px 70px;*/
    }
}

@media (max-width: 327px) {
    #offer .inner .rs-container {
        height: 115px !important;
        width: 115px !important;
    }
}