/*Header*/
.hamburger {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 1px solid #153e7c;
    background: #fff;
    padding: 5px;
    border-radius: 8px;
    border: none;
}
.btn__hamb {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    background: #153e7c;
    cursor: pointer;
}
.btn__hamb div {
    width: 100%;
    height: 100%;
}
.btn__hamb:before,
.btn__hamb:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: #153e7c;
}
.btn__hamb:before {
    top: -8px;
}
.btn__hamb:after {
    top: 8px;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}
@media (min-width: 768px) {
    .mobile-menu {
        padding-top: 0;
    }
}

.mobile-menu .mm__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.8);
    z-index: 100;
}

.mobile-menu .mm__wrapper {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.4s ease-in-out;
    overflow-y: auto;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 200;
    touch-action: auto;
    -ms-touch-action: auto;
    background: #fff;
}
@media (min-width: 768px) {
    .mobile-menu .mm__wrapper {
        width: 35%;
    }
}
@media (min-width: 1200px) {
    .mobile-menu .mm__wrapper {
        width: 25%;
    }
}

.mobile-menu .h__logo {
    padding-left: 40px;
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    line-height: 1.25;
    margin-left: 20px;
    margin-top: 15px;
}

.mm__header .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 15px;
    margin-top: 15px;
}

.close-btn {
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.close-btn:before {
    width: 2px;
    height: 18px;
    left: 8px;
    top: 0;
}
.close-btn:after {
    height: 2px;
    width: 18px;
    top: 8px;
    left: 0;
}
.close-btn:before,
.close-btn:after {
    content: "";
    background: #000;
    position: absolute;
}
.close-btn--red:before,
.close-btn--red:after {
    background: #000000;
}



@media screen and (max-width: 1268px) {
    .container {
        box-sizing: border-box;
        width: 100%;
        max-width: 1230px;
        padding: 0 15px !important;
    }
}

@media screen and (max-width: 1100px) {
    .header-address {
        display: none;
    }
	
	
}

@media screen and (min-width: 1101px) {
    .hamburger {
        display: none;
    }
}

.sidebar_wrap .header-address {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 10px;
}

.sidebar_wrap .header-tel a {
    text-align: center;
}

.sidebar_wrap .header-tel__btn {
    max-width: 200px;
    margin: 25px auto 0;
}

.sidebar_wrap .header-tel {
    margin-top: 25px;
}

.sidebar_wrap .header-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 25px;
}

.sidebar_wrap .header-logo__info {
    margin-top: 15px;
}

.sidebar_wrap p.header-logo__title {
    text-align: center;
}

.mobile_menu_wrap .wrapp-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile_menu_wrap .wrapp-menu {
    border: none;
    margin-bottom: 25px;
}









.block1-main, .block2-main, .block3-main, .footer-form, .footer-wrapper  {
    box-sizing: border-box;
    width: 100%;
    max-width: 1230px;
    /* padding-left: 15px !important; */
    /* padding-right: 15px !important; */
    margin-left: auto;
    margin-right: auto;
}

.footer-form {
	padding: 50px 0 !important;
}

.rotate {
	transform: rotate(135deg);
}

.mobile_menu_wrap .wrapp-menu ul li .sub-menu {
    position: relative;
    min-width: auto;
    top: unset;
    background: none;
    transition: unset;
	visibility: unset !important;
	opacity: 1;
	display: none;
	background: #eeeeee;
}

.mobile_menu_wrap .wrapp-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: unset;
}

.mobile_menu_wrap .wrapp-menu ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.mobile_menu_wrap span.open-menu.fa.fa-plus {
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    background: none;
    color: #153e7c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}

.mobile_menu_wrap .wrapp-menu ul .sub-menu li a {
	font-size: 18px;
}

@media screen and (max-width: 1100px) {
	.wrapp-menu {
		display: none;
	}

	.mobile_menu_wrap .wrapp-menu {
		display: block;
	}
}

.wrapp-content .sec-page {
    display: block;
    width: 100%;
}

.wrapp-content .sec-page section.block2-main {
    
}

.wrapp-content .sec-page section.block2-main .block2-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.wrapp-content .sec-page .block-advantages {
    margin: 0 auto;
}

.wrapp-content .sec-page .block-step {
    margin: 0 auto;
}

.wrapp-content .sec-page .text-rew {
    margin: 0 auto;
}

.mobile_menu_wrap ul.gntnk_menudropdown {
    position: relative;
    min-width: auto;
    top: unset;
    background: none;
    transition: unset;
    visibility: unset !important;
    opacity: 1;
    display: none;
    background: #cfcfcf;
    left: unset;
}

.mobile_menu_wrap ul.gntnk_menudropdown li a {
    text-align: center;
}

@media screen and (max-width: 830px) {
    .header-tel {
        display: none;
    }
    
    .sidebar_wrap .header-tel {
        display: block;
    }
}

@media screen and (max-width: 620px) {
    .header-tel__btn {
        display: none;
    }
    
    .sidebar_wrap .header-tel__btn {
        display: block;
    }
}

.sidebar_wrap .header-address p.header-address__add {
    text-align: center;
}

.sidebar_wrap p.header-address__time {
    text-align: center;
}



@media screen and (max-width: 1246px) {
    section.block1-main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.block1-main img {
        max-width: 250px;
    }

    section.block2-main .block2-block, section.block3-main .block2-block {
          display: grid !important;
          grid-template-columns: 1fr 1fr !important;
          gap: 10px !important;
    }

    .footer-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-item.footer-item-01 {
        text-align: center;
        margin-bottom: 25px;
    }
    
    .footer-wrapper div iframe {
        margin: 0 auto;
    }

    .footer-wrapper div {
        text-align: center;
        margin-bottom: 25px;
    }

    .footer-wrapper div p {
        text-align: center;
    }
}

@media screen and (max-width: 568px) {
    section.block1-main img {
        max-width: 150px;
    }

    section.block2-main .block2-block, section.block3-main .block2-block {
          display: grid !important;
          grid-template-columns: 1fr !important;
          gap: 10px !important;
    }

    .block2-block img {
        width: 100%;
        object-fit: cover;
        object-position: top;
    }
}

@media screen and (max-width: 1320px) {
	section.form-main {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding-left: 0;
        position: relative;
    }

	.form-mb {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    width: 100%;
	}
	
	.form-mb-form {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    width: 100%;
	}
	
	.form-text {
	    text-align: center;
	}
	
	div#content {
	    display: block;
	    width: 100%;
	    overflow: hidden;
	    position: relative;
	}
	
	div#content .main-page  h1.h1-main {
		width: 100%;
		display: block;
		box-sizing: border-box;
	}

	div#content .main-page {
	    width: 100%;
	    max-width: 1200px;
	    padding-left: 15px;
	    padding-right: 15px;
	    margin: 0 auto;
	    display: block;
	    box-sizing: border-box;
	}
	
	.form-main img {
	    margin: 0;
	    position: absolute;
	    left: 0;
	    max-width: 180px;
	    bottom: 0;
	    display: none;
	}
	
	.form-mb-form .padding-input {
	    width: 100%;
	}
	
	.form-main h2 {
	    margin: 0 0 20px;
	}
}

@media screen and (max-width: 1378px) {
	section.block-advantages img.ba-img {
        display: none;
    }
    
    section.block-advantages {
        margin: 50px 0;
        width: 100%;
        max-width: 1200px;
        box-sizing: border-box;
    }

	section.block-advantages .ba-main {
		display: grid; 
		grid-template-columns: 1fr 1fr; 
		gap: 20px; 
	}
}

@media screen and (max-width: 768px) {
	section.block-advantages .ba-main {
		display: flex;
		gap: 20px;
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (max-width: 1378px) {
	.bs-main {
        background-image: none;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        grid-gap: 20px;
    }
    
    .bs-block, .bs-block-2 {
        padding-left: 50px;
        padding-top: 50px;
        position: relative;
    }
    
    section.block-step {
        width: 100%;
        max-width: 1200px;
    }
    
    .bs-main > div:nth-child(1):before {
        content: '1';
        position: absolute;
        left: 0;
        top: 0;
        font-size: 20px;
        border: 2px solid transparent;
        border-image: linear-gradient(45deg, red , yellow);
        border-image-slice: 1;
        width: 30px;
        height: 30px;
        box-sizing: border-box;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bs-main > div:nth-child(2):before {
        content: '2';
        position: absolute;
        left: 0;
        top: 0;
        font-size: 20px;
        border: 2px solid transparent;
        border-image: linear-gradient(45deg, red , yellow);
        border-image-slice: 1;
        width: 30px;
        height: 30px;
        box-sizing: border-box;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bs-main > div:nth-child(3):before {
        content: '3';
        position: absolute;
        left: 0;
        top: 0;
        font-size: 20px;
        border: 2px solid transparent;
        border-image: linear-gradient(45deg, red , yellow);
        border-image-slice: 1;
        width: 30px;
        height: 30px;
        box-sizing: border-box;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bs-main > div:nth-child(4):before {
        content: '4';
        position: absolute;
        left: 0;
        top: 0;
        font-size: 20px;
        border: 2px solid transparent;
        border-image: linear-gradient(45deg, red , yellow);
        border-image-slice: 1;
        width: 30px;
        height: 30px;
        box-sizing: border-box;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bs-main > div:nth-child(5):before {
        content: '5';
        position: absolute;
        left: 0;
        top: 0;
        font-size: 20px;
        border: 2px solid transparent;
        border-image: linear-gradient(45deg, red , yellow);
        border-image-slice: 1;
        width: 30px;
        height: 30px;
        box-sizing: border-box;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bs-main > div:nth-child(6):before {
        content: '6';
        position: absolute;
        left: 0;
        top: 0;
        font-size: 20px;
        border: 2px solid transparent;
        border-image: linear-gradient(45deg, red , yellow);
        border-image-slice: 1;
        width: 30px;
        height: 30px;
        box-sizing: border-box;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1378px) {
	.b4-img {
        display: none;
    }

	section.block4-main {
	    width: 100%;
	    max-width: 1200px;
	    box-sizing: border-box;
	    padding-left: 15px;
	    padding-right: 15px;
	    margin: 50px auto;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}

	section.text-rew {
		width: 100%;
		max-width: 1200px;
		box-sizing: border-box;
		/* padding-left: 15px; */
		/* padding-right: 15px; */
		margin: 50px auto;
	}
}

@media screen and (max-width: 768px) {
	.b4-dop {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.tr-main {
		display: flex;
		flex-direction: column;
	}
}

@media screen and (max-width: 1378px) {
	.footer-form img {
        display: none;
    }

    .ff-main {
        margin: 0;
        gap: 20px;
    }
    
    .form-body {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        grid-template-columns: none !important;
        align-items: center !important;
    }
    
    .ffm-text1, .ffm-text2 {
        margin-left: 0;
        text-align: center;
    }
    
    .clb-block-11 {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
	.review-7 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .review-7 .review-item {
        width: 100%;
        max-height: 400px;
    }
    
    .review-7 .review-item a {
        display: block;
        width: 100%;
        height: 100%;
        max-height: 400px;
    }
    
    .review-7 .review-item a img {
        width: 100%;
        height: 100%;
        max-height: 400px;
        object-fit: contain;
    }
}

@media screen and (max-width: 768px) {
	.header-logo img {
        margin: 10px 10px 10px 0;
		max-height: 50px;
    }

	p.header-logo__title {
	    margin-bottom: 5px;
	    font-size: 20px;
	}
	
	p.header-logo__description {
	    display: none;
	}
}

@media screen and (max-width: 768px) {
	.wrapp-content .container h2 {
        font-size: 21px;
        line-height: 1.2;
        margin-bottom: 25px;
    }

	.table_wrap {
		width: 100%;
		overflow-x: scroll;
	}
	
	.table_wrap table {
	    width: 100%;
	    min-width: 700px;
	}

	.table_wrap table td {
		padding: 5px;
	}

	.wrapp-content .sec-page, .main-page noindex {
		/* padding-left: 15px; */
		/* padding-right: 15px; */
	}
}

@media screen and (max-width: 968px) {
	.wrapp-company__img {
        width: 100%;
        max-width: 250px;
    }
}

@media screen and (max-width: 568px) {
	.wrapp-company {
	    display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	}
	
	.wrapp-company__img {
        width: 100%;
        max-width: 250px;
		margin-bottom: 20px;
    }
	
	.wrapp-company__info {
		margin-left: 0;
	}
	
	img.img_ip, .n_block1 > img:first-child {
		float: none !important;
		margin: 20px auto 20px !important;
	}
}

@media screen and (max-width: 1068px) {
	.contacts .item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

	.contacts .item .contacts-map, .contacts .item .details {
	    width: 100%;
	}
	
	.item .metro {
	    width: 100%;
	    margin-bottom: 20px;
	}
	
	.contacts .table_wrap table {
		min-width: auto;
	}
}
@media screen and (max-width: 1300px) {
	.wrapp-content .container .main-page {
	    width: 100%;
	    max-width: 1200px;
	    box-sizing: border-box;
	    padding-left: 0;
	    padding-right: 0;
	    overflow: hidden;
	    position: relative;
	    display: block;
	}
}

.main-page noindex {
    display: block;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    position: relative;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
}

.sec-page noindex {
    display: block;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
	.news-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 490px) {
	.komanda {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1000px) {
	.wrapp-content .container p {
        line-height: 1.2;
    }

	.wrapp-advantages {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 30px;
	}

	.wrapp-advantages__block {
		width: auto;
	}
}

@media screen and (max-width: 520px) {
	.wrapp-advantages {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 30px;
	}

	.wrapp-advantages__block {
		width: auto;
	}
}

@media screen and (max-width: 1240px) {
	.wrapp-operating {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 30px;
	}
	
	.wrapp-operating__block {
		width: auto;
	}
}

@media screen and (max-width: 822px) {
	.wrapp-operating {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		gap: 30px;
	}
	
	.wrapp-operating__block {
		width: auto;
	}
}

@media screen and (max-width: 540px) {
	.wrapp-operating {
		display: grid;
		grid-template-columns: 1fr ;
		gap: 10px;
	}
	
	.wrapp-operating__block {
		width: auto;
	}
	
	.accord-faq details summary {
		height: auto;
		min-height: 50px;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 30px;
	}
}

.wrapp-content .main-page {
    display: block;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

@media screen and (max-width: 540px) {
    section.block-advantages .ba-main .ba-block {
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }

    .ba-text1, .ba-text2 {
        text-align: center;
    }
}
