.nt-1 {font-size: 30px;color: #11b5c1;line-height: 1.2;font-weight: bold;}
.nt-2 {font-size: 60px;color: #11b5c1;font-weight: bold;}
.nt-3 {font-size: 20px;color: #11b5c1;font-weight: 600;}
.section-title {font-size: 20px;font-family: "Open Sans";line-height: 1.2;font-weight: 600;padding-top: 12px;padding-bottom: 12px;position: relative;margin-bottom: 15px;}
.section-title:not(.no-line):after {content: "";display: block;position: absolute;border-bottom: 1px solid #b7b7b7;left: 0px;right: 0px;bottom: 0px;}
.number-items {margin-top: 25px;margin-bottom: 25px;display: flex;justify-content: space-between;flex-wrap: wrap;margin-left: -15px;margin-right: -15px;}
.number-items .list-item {flex: 0 0 16.66667%;flex-grow: 1;flex-basis: 0;margin-bottom: 28px;box-sizing: border-box;padding-left: 15px;padding-right: 15px;}
.number-items .sub {line-height: 1;}
.number-items .num-big {line-height: 1;margin-right: 3px;}
.number-items .num-big-wrapper {display: flex;align-items: flex-end;position: relative;}
.number-items .num-wrapper {display: flex;flex-direction: column;justify-content: space-between;padding-bottom: 3px;}
.round-gavatar {width: 100px;height: 100px;position: relative;border-radius: 50%;display: block;background: white;}
.round-gavatar .icon {display: block;position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;overflow: hidden;background-position: center;background-repeat: no-repeat;}
.round-gavatar:after {content: "";display: block;position: absolute;border: 3px solid #11b5c1;left: 0px;right: 0px;bottom: 0px;top: 0px;border-radius: 50%;}
.gavatar-item {text-decoration: none;display: block;}
.gavatar-item .round-gavatar {margin: 0 auto;}
.gavatar-item .text {text-align: center;margin-top: 10px;padding-left: 25px;padding-right: 25px;}
.gavatar-item:hover {text-decoration: underline;}
.gavatar-item:hover .round-gavatar {box-shadow: 0px 4px 12.06px 5.94px rgba(23,23,23,.05);}
.gavatar-item:hover .round-gavatar:after {border: 5px solid #11b5c1;}
.slider-mdefault {padding-left: 70px;padding-right: 70px;margin-top: 35px;margin-bottom: 35px;}
.slider-mdefault .slick-arrow {width: 35px;height: 35px;background: red;border: 0px;outline: none !important;top: 50%;margin-top: -17px;position: absolute;font-size: 0px;opacity: .7;transition: .15s;transform: none !important;}
.slider-mdefault .slick-arrow:hover {cursor: pointer;opacity: 1;transition: .15s;}
.slider-mdefault .slick-prev {left: -70px;background: url("/assets/img/other/arrow-left.png") no-repeat center transparent;}
.slider-mdefault .slick-next {right: -70px;background: url("/assets/img/other/arrow-right.png") no-repeat center transparent;}
.why-items {display: flex;flex-wrap: wrap;margin-top: 35px;margin-bottom: 35px;}
.why-items .list-item {flex: 0 0 25%;height: 120px;position: relative;}
.why-items .data {background: #11b5c1;color: white;top: 0px;left: 0px;right: 0px;bottom: 0px;position: absolute;display: flex;display: none;justify-content: center;align-items: center;border-radius: 10px;text-align: center;}
.why-items .icon {position: absolute;top: 0px;bottom: 0px;left: 0px;right: 0px;background-repeat: no-repeat;background-position: center;}
.why-items .list-item:hover {cursor: pointer;}
.why-items .list-item:hover .data {display: flex;}
.garantee-list {margin-top: 35px;margin-bottom: 35px;display: flex;flex-wrap: wrap;position: relative;}
.garantee-list .list-item {flex: 0 0 33.33333%;width: 33.33333%;flex-grow: 1;position: relative;display: flex;margin-bottom: 25px;}
.garantee-list .list-item .text {padding-right: 40px;}
.garantee-list .list-item .icon {width: 20px;flex: 0 0 20px;height: 20px;background: url("/assets/img/other/ok.png") no-repeat center transparent;margin-right: 40px;margin-top: 2px;}
.about-info {display: flex;align-items: center;}
.about-info .avatar-wrapper {position: relative;flex: 0 0 30%;width: 30%;margin-right: 35px;}
.about-info .avatar-wrapper:after {content: "";display: block;height: 75px;background: #11b5c1;min-width: 100vw;position: absolute;bottom: 20px;right: -15px;}
.about-info .avatar-wrapper .avatar {display: block;width: 100%;position: relative;height: 420px;z-index: 2;background-position: top;background-repeat: no-repeat;background-size: cover;}
.about-info .avatar-image {display: none;}
.about-info .text-wrapper {flex-grow: 1;}
.about-info .text-wrapper .about-name {font-size: 30px;color: #2e7182;font-weight: bold;line-height: 1.2;}
.about-info .text-wrapper .about-surname {font-size: 20px;color: #2e7182;}
.about-info .text-wrapper .post {margin-bottom: 10px;margin-top: 10px;}
.about-info .text-wrapper .text {margin-top: 35px;margin-bottom: 35px;}
.about-info .text-wrapper .bottom-text {font-size: 20px;margin-top: 15px;}
.thanks-item {display: block;height: 280px;width: 215px;margin: 0 auto;margin: 0 auto;margin-left: 15px;margin-right: 15px;border-radius: 13px;background-position: center;background-repeat: no-repeat;background-size: cover;box-shadow: 0px 4px 12.06px 5.94px rgba(23,23,23,.05);position: relative;overflow: hidden;}
.thanks-item:after {content: "+";color: white;position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;background: #11b5c1;opacity: 0;transition: .15s;pointer-events: none;display: flex;align-items: center;justify-content: center;font-size: 40px;font-weight: bold;}
.thanks-item:hover:after {opacity: .8;transition: .15s;}
.thanks-slider .slick-list {padding-top: 15px;padding-bottom: 15px;}
.clients-list {display: flex;flex-wrap: wrap;margin-top: 35px;margin-bottom: 35px;}
.clients-list .list-item {flex: 0 0 16.66667%;height: 120px;display: flex;align-items: center;justify-content: center;border-radius: 10px;filter: grayscale(100%);transition: .15s;}
.clients-list .list-item .icon {display: block;max-width: 150px;max-height: 80px;}
.clients-list .list-item:hover {cursor: pointer;box-shadow: 0px 4px 12.06px 5.94px rgba(23,23,23,.05);filter: grayscale(0%);transition: .15s;}
.block-items-1 {display: flex;}
.block-items-1 .left {flex: 0 0 60%;box-sizing: border-box;}
.block-items-1 .right {flex: 0 0 40%;padding-left: 30px;padding-top: 45px;box-sizing: border-box;}
.table-req {margin-top: 25px;}
.table-req .line {padding: 10px;display: flex;align-items: center;font-size: 16px;}
.table-req .line .key {margin-right: 20px;font-weight: 600;flex-basis: 0;white-space: nowrap;}
.table-req .line:nth-child(odd) {background: #b7e9ec;}
.input-whiteround {color: #888;background: white;}
.button-round, .input-whiteround {width: 100%;height: 50px;border-radius: 30px;display: block;border: 0px !important;box-shadow: none !important;outline: none !important;padding-left: 30px;padding-right: 30px;padding-top: 15px;padding-bottom: 15px;box-sizing: border-box;font-size: 17px;}
.button-round {background: #2e7182;color: white;text-align: center;}
.button-round:hover {cursor: pointer;background: #237c92;}
.have-quest {background: #11b5c1;padding: 10px;}
.have-quest .inner {border: 1px solid white;padding-top: 40px;padding-bottom: 40px;padding-left: 15px;padding-right: 15px;}
.have-quest .inner .title {font-size: 25px;color: #fff;line-height: 1.2;text-align: center;margin-bottom: 20px;}
.have-quest .inner .subtitle {font-size: 20px;color: #fff;line-height: 1.2;text-align: center;font-weight: 400;margin-bottom: 30px;}
.have-quest .inner .text {font-size: 18px;color: #fff;line-height: 1.2;text-align: center;font-weight: 400;margin-bottom: 25px;}
.have-quest .inner .inputs {max-width: 300px;margin: 0 auto;}
.have-quest .inner .button-round {margin-top: 30px;}
.have-quest .inner .subtext {color: white;font-size: 13px;line-height: 1.2;margin-top: 10px;padding-left: 15px;}
.have-quest .inner .inputs input {margin-bottom: 10px;}
.top-bgblock {position: relative;margin-bottom: 60px;}
.top-bgblock .bg {position: absolute;top: 10px;bottom: 10px;left: 0px;right: 0px;background-position: center;background-repeat: no-repeat;background-size: cover;}
.top-bgblock .inner {background: rgba(46,113,130,.9);width: 35%;position: relative;padding: 38px;padding-bottom: 50px;box-sizing: border-box;}
.top-bgblock .inner .title {font-size: 20px;color: #fff;line-height: 1.2;}
.top-bgblock .inner .text-1 {font-size: 18px;color: #fff;line-height: 1.2;}
.top-bgblock .inner .text-2 {font-size: 16px;color: #fff;line-height: 1.2;}
.top-bgblock .inner .title {margin-bottom: 30px;}
.top-bgblock .inner .line {display: flex;margin-bottom: 15px;}
.top-bgblock .inner .texts-1 {font-size: 12px;color: rgba(255,255,255,.8);}
.top-bgblock .inner .icon {flex: 0 0 50px;padding-top: 5px;}
.top-bgblock .inner .spacer {height: 15px;}
.block-items-2 {display: flex;margin-top: 25px;margin-bottom: 35px;}
.block-items-2 .left {flex-grow: 1;position: relative;}
.block-items-2 .right {flex: 0 0 50%;width: 50%;position: relative;}
.block-items-2 .right .block-title {font-size: 30px;color: #feffff;font-weight: bold;text-transform: uppercase;line-height: 1.2;min-height: 80px;padding: 25px;background: #11b5c1;box-sizing: border-box;text-align: center;}
.block-items-2 .right .items {margin-top: 30px;}
.block-items-2 .right .items .line {display: flex;justify-content: between;}
.block-items-2 .right .items .line .item {flex: 0 0 50%;width: 50%;text-align: center;margin-bottom: 30px;padding-left: 30px;padding-right: 30px;box-sizing: border-box;}
.block-items-2 .right .items .line .item .text {margin-top: 30px;}
.normal-data {font-size: 16px;padding-right: 30px;}
.normal-data p {font-size: 16px;margin-bottom: 30px;}
.normal-data p:last-child {margin-bottom: 0px;}
.normal-data ul {padding-left: 60px;list-style-type: none;}
.normal-data ul li {margin-bottom: 25px;position: relative;}
.normal-data ul li:before {content: "";display: block;width: 20px;height: 20px;position: absolute;background: url("/assets/img/other/ok.png") no-repeat center transparent;left: -60px;top: 2px;}
.areas-list {display: flex;align-items: center;margin-left: -10px;margin-right: -10px;}
.areas-list .list-item {display: block;flex: 0 0 16.66667%;width: 16.66667%;text-align: center;margin-bottom: 15px;box-sizing: border-box;padding-left: 10px;padding-right: 10px;}
.areas-list .list-item .icon {display: block;margin: 0 auto;max-height: 70px;max-width: 100%;}
.request-2 {padding: 0px;}
.request-2 .inner {border: 0px;}
.request-2 .inner .inputs {max-width: none;}
.request-2 .inputs {display: flex;width: 100%;padding-left: 95px;padding-right: 95px;align-items: flex-start;justify-content: center;box-sizing: border-box;}
.request-2 .inputs .button-round {margin-top: 0px;}
.request-2 .inputs > * {flex: 0 0 33.33333%;width: 33.33333%;box-sizing: border-box;padding-left: 10px;padding-right: 10px;}
.images-list {display: flex;flex-wrap: wrap;margin-left: -15px;margin-right: -15px;}
.images-list .item {flex: 0 0 33.33333%;box-sizing: border-box;padding-left: 15px;padding-right: 15px;margin-top: 15px;margin-bottom: 15px;margin-bottom: 25px;display: block;text-decoration: none !important;}
.images-list .item .number {font-size: 45px;color: #11b5c1;line-height: 1;font-weight: bold;flex: 0 0 65px;}
.images-list .item .topline {display: flex;margin-bottom: 10px;color: black;}
.images-list .item .bg-block {height: 130px;position: relative;}
.images-list .item .bg-block .bg {position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;background-position: 0 0;background-size: cover;box-shadow: 0 0 0 1px #eaeaea;}
.images-list .item .bg-block .bg:after {content: "+";color: white;position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;background: #11b5c1;opacity: 0;transition: .15s;pointer-events: none;display: flex;align-items: center;justify-content: center;font-size: 40px;font-weight: bold;}
.images-list .item:hover {cursor: pointer;}
.images-list .item:hover .bg:after {opacity: .8;transition: .15s;}
.block-items-3 {display: flex;margin-bottom: 50px;}
.block-items-3 .left, .block-items-3 .right {box-sizing: border-box;flex: 0 0 50%;}
.block-items-3 .left {padding-right: 15px;}
.block-items-3 .right {padding-left: 15px;}
.items-items {display: flex;position: relative;flex-wrap: wrap;margin-top: 35px;margin-bottom: 35px;}
.items-items .item {box-sizing: border-box;flex: 0 0 50%;width: 50%;position: relative;text-align: center;padding: 20px;border-radius: 15px;overflow: hidden;display: block;text-decoration: none;}
.items-items .item .text {margin-top: 15px;color: black;}
.items-items .item .more {margin-top: 15px;}
.items-items .item .with-link:hover {cursor: pointer;}
.block-items-4 {display: flex;}
.block-items-4 .left {flex: 0 0 50%;box-sizing: border-box;padding-right: 15px;display: flex;flex-direction: column;justify-content: space-between;}
.block-items-4 .left .num-items {margin-top: 25px;}
.block-items-4 .left .num-items .line {display: flex;margin-bottom: 35px;}
.block-items-4 .left .num-items .line .num {flex: 0 0 60px;font-size: 45px;color: #11b5c1;line-height: 1.2;font-weight: bold;margin-top: -7px;}
.block-items-4 .left .num-items .line .text {font-size: 20px;}
.block-items-4 .left .num-items .line .text i, .block-items-4 .left .num-items .line .text em {font-style: normal;color: #11b5c1;font-weight: 600;font-size: 15px;}
.block-items-4 .left .num-items {margin-bottom: 35px;}
.block-items-4 .left .logo-items {display: flex;box-sizing: border-box;flex-wrap: wrap;}
.block-items-4 .left .logo-items .text2 {text-align: center;font-weight: bold;color: #00b6c3;}
.block-items-4 .left .logo-items .item {flex: 0 0 33.33333%;margin-top: 25px;margin-bottom: 25px;padding-left: 20px;padding-right: 20px;box-sizing: border-box;position: relative;}
.block-items-4 .left .logo-items .item .logo {max-width: 150px;max-height: 80px;display: block;margin: 0 auto;}
.block-items-4 .left .logo-items .item .inner {position: relative;width: 100%;height: 100%;padding-top: 15px;padding-bottom: 15px;display: flex;justify-content: center;align-items: center;box-sizing: border-box;border-radius: 10px;overflow: hidden;}
.block-items-4 .left .logo-items .item .inner:after {content: "+";content: "Перейти в калькулятор компании";color: white;position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;background: #11b5c1;opacity: 0;transition: .15s;pointer-events: none;display: flex;align-items: center;justify-content: center;font-size: 40px;font-size: 15px;font-weight: bold;font-weight: normal;line-height: 1.2;text-align: center;}
.block-items-4 .left .logo-items .item.withlink:hover .inner:after {opacity: .8;transition: .15s;}
.block-items-4 .right {flex: 0 0 50%;box-sizing: border-box;padding-left: 15px;}
.block-items-4 .right .normal-data p {margin-bottom: 20px;}
.block-items-4 .right .normal-data ul li {margin-bottom: 15px;}
.info-block .title {font-size: 20px;color: #fff;line-height: 1.2;text-align: center;text-align: center;min-height: 60px;padding: 20px;background: #11b5c1;box-sizing: border-box;}
.info-block .data {padding: 20px;background: #e7f7f9;}
.nt-5 {font-size: 20px;text-transform: uppercase;font-weight: 600;color: #00b6c3;}
.top-linex {display: flex;margin-top: 35px;margin-bottom: 35px;}
.top-linex .icon {flex: 0 0 100px;}
.top-linex a {font-weight: bold;}
.info-block2 {padding-left: 25px;padding-right: 25px;padding-top: 25px;padding-bottom: 15px;background: #cff0f3;}
.info-block2 ul {padding-left: 50px;}
.info-block2 ul li {margin-bottom: 20px;}
.info-block2 ul li:before {left: -47px;}
.items-list1 {display: flex;margin-top: 35px;margin-bottom: 35px;}
.items-list1 .item {flex: 0 0 33.33333%;box-sizing: border-box;padding-right: 40px;}
.items-list1 .item .icon {display: block;}
.items-list1 .item .text {margin-top: 10px;}
.textb-1 {text-align: center;color: #00b6c3;font-weight: 600;padding-left: 40px;padding-right: 40px;}
.textp-1 {display: flex;margin-top: 35px;}
.textp-1 .icon-wrapper {flex: 0 0 95px;}
.kaz-top {position: relative;padding-top: 110px;margin-bottom: 110px;}
.kaz-top .bg {position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;background-size: cover;background-position: center;background-repeat: no-repeat;}
.kaz-top .wrap {position: relative;z-index: 1;}
.kaz-top .item {flex: 0 0 25%;box-sizing: border-box;padding-left: 15px;padding-right: 15px;}
.kaz-top .item .icon {height: 100px;background-repeat: no-repeat;background-position: center;}
.kaz-top .item .text {text-align: center;color: white;margin-bottom: 10px;}
.kaz-top .inner {background: rgba(17,181,193,.9);display: flex;padding: 30px;padding-top: 10px;bottom: -50px;position: relative;}
.offcanvas-outer {overflow-y: hidden;}
.spacer-default {height: 38px;}
@media (max-width: 1250px) {.block-items-4 .left {padding-right: 10px;}
	.block-items-4 .right {padding-left: 10px;}
	.block-items-4 .item {flex-grow: 1 !important;margin-top: 15px !important;margin-bottom: 15px !important;padding-left: 0px !important;padding-right: 0px !important;}
	.block-items-4 .item .inner {padding-top: 0px !important;padding-bottom: 0px !important;}
	.items-list1 {margin-top: 15px;margin-bottom: 15px;}
	.top-linex {margin-bottom: 25px;}
	.block-items-4 .item {margin-top: 10px !important;margin-bottom: 10px !important;}
	.textp-1 {margin-top: 20px;}
	.kaz-top .item .text br {display: none;}}
@media (min-width: 1200px) {.offcanvas-element {display: none !important;}}
@media (max-width: 1000px) {.section-title {margin-bottom: 10px;}
	.spacer-default {height: 20px;}
	.number-items {margin-top: 15px;margin-bottom: 15px;}
	.number-items .list-item {flex: 0 0 33.33333%;}
	.number-items .list-item .text {max-width: 200px;}
	.number-items .list-item .text br {display: none;}
	.slider-mdefault {margin-top: 25px;margin-bottom: 25px;padding-left: 50px;padding-right: 50px;}
	.slider-mdefault .slick-prev {left: -50px;}
	.slider-mdefault .slick-next {right: -50px;}
	.why-items {margin-top: 25px;margin-bottom: 25px;}
	.why-items .list-item {margin-top: 15px;margin-bottom: 15px;height: auto;}
	.why-items .icon {position: relative;height: 60px;margin-bottom: 15px;}
	.why-items .data {position: relative;display: block;border-radius: 0px;background: transparent;color: black;}
	.garantee-list {margin-top: 25px;margin-bottom: 25px;}
	.garantee-list .list-item {flex: 0 0 50%;width: 50%;}
	.about-info .text-wrapper .post {margin-bottom: 2px;margin-top: 2px;}
	.about-info .text-wrapper .text {margin-top: 20px;margin-bottom: 20px;}
	.about-info .text-wrapper .bottom-text {font-size: 18px;margin-top: 15px;line-height: 1.2;}
	.about-info .avatar-wrapper .avatar {height: 370px;}
	.thanks-item {height: 195px;width: 148px;margin: 0 auto;}
	.clients-list {margin-top: 25px;margin-bottom: 25px;}
	.clients-list .list-item {height: 80px;}
	.clients-list .list-item .icon {max-width: 100px;max-height: 50px;}
	.block-items-1 {display: block;}
	.block-items-1 .right {padding-left: 0px;padding-top: 50px;}
	.table-req .line {padding: 5px;}
	.have-quest .inner {padding-top: 25px;padding-bottom: 25px;}
	.have-quest .inner .title {margin-bottom: 10px;}
	.have-quest .inner .subtitle {font-weight: 100;margin-bottom: 15px;}
	.top-bgblock {margin-bottom: 45px;}
	.top-bgblock .inner {padding: 30px;padding-bottom: 40px;width: 350px;}
	.top-bgblock .inner .title {margin-bottom: 25px;}
	.top-bgblock .inner .icon {flex: 0 0 40px;}
	.top-bgblock .inner .line {margin-bottom: 5px;}
	.block-items-2 {margin-top: 20px;margin-bottom: 30px;display: block;}
	.block-items-2 .left {padding-right: 0px;}
	.block-items-2 .right {width: 100%;flex: 0 0 100%;}
	.normal-data p {margin-bottom: 20px;}
	.normal-data ul {padding-left: 45px;max-width: 500px;}
	.normal-data ul li:before {left: -45px;}
	.request-2 .inputs {padding-left: 0px;padding-right: 0px;}
	.areas-list {flex-wrap: wrap;}
	.images-list .item {flex: 0 0 50%;}
	.images-list .item .number {flex: 0 0 45px;}
	.block-items-4 .left .logo-items .item {flex: 0 0 50%;}
	.block-items-4 .left .logo-items .item:last-child {flex: 0 0 100%;}
	.block-items-4 .left .logo-items .item:last-child br {display: none !important;}
	.block-items-4 .left .num-items .line .num {flex: 0 0 40px !important;font-size: 40px !important;}
	.block-items-4 .normal-data {font-size: 14px;}
	.block-items-4 .normal-data p {font-size: 14px;}
	.items-list1 {margin-top: 10px;margin-bottom: 10px;}}
@media (max-width: 800px) {.number-items .list-item {margin-bottom: 20px;}
	.number-items .list-item .text {max-width: none;}
	.spacer-default {height: 10px;}
	.why-items .list-item {flex: 0 0 33.33333%;}
	.clients-list {justify-content: center;margin-top: 15px;margin-bottom: 15px;}
	.clients-list .list-item {flex: 0 0 25%;}
	.clients-list .list-item .icon {max-width: 120px;max-height: 55px;}
	.block-items-1 .right {padding-top: 30px;}
	.top-bgblock {margin-bottom: 35px;}
	.top-bgblock .inner {padding: 25px;padding-bottom: 35px;}
	.block-items-2 .right .block-title {font-size: 25px;font-weight: 600;}
	.areas-list .list-item {flex: 0 0 33.33333%;width: 33.33333%;}
	.request-2 .inputs {display: flex;flex-direction: column;align-items: center;}
	.request-2 .inputs > * {margin-bottom: 15px;flex: 0 0 auto;width: auto;max-width: 300px;min-width: 300px;}
	.images-list {display: block;}
	.images-list .item {flex: 0 0 100%;max-width: 400px;margin: 0 auto;margin-top: 25px;margin-bottom: 25px;}
	.block-items-3 {display: block;}
	.block-items-3 .left, .block-items-3 .right {padding-left: 0px;padding-right: 0px;}
	.block-items-3 .left {margin-bottom: 35px;}
	.block-items-4 {display: block;}
	.block-items-4 .left, .block-items-4 .right {padding-left: 0px;padding-right: 0px;}
	.block-items-4 .left {margin-bottom: 30px;}
	.block-items-4 .left .logo-items .item {flex: 0 0 33.33333%;}
	.kaz-top {padding-top: 60px;margin-bottom: 100px;}
	.kaz-top .inner {flex-wrap: wrap;bottom: -30px;}
	.kaz-top .item {flex: 0 0 50%;}}
@media (max-width: 650px) {.why-items .list-item {flex: 0 0 50%;}
	.garantee-list {margin-top: 20px;margin-bottom: 20px;}
	.garantee-list .list-item {flex: 0 0 100%;width: 100%;margin-bottom: 15px;}
	.garantee-list .list-item .icon {margin-right: 25px;}
	.garantee-list .list-item .text {padding-right: 20px;}
	.about-info {display: block;}
	.about-info .avatar-wrapper {width: 100%;margin-bottom: 20px;}
	.about-info .avatar-wrapper .avatar {width: 285px;margin: 0 auto;}
	.clients-list .list-item {flex: 0 0 33.33333%;width: 33.33333%;}
	.thanks-item {margin: 0 auto;}
	.areas-list .list-item {flex: 0 0 50%;width: 50%;}}
@media (max-width: 575px) {.number-items .list-item {flex: 0 0 50%;width: 50%;}
	.number-items .num-big-wrapper {display: flex;justify-content: center;}
	.number-items .text {text-align: center;}
	.about-info .avatar-image {display: block;position: relative;z-index: 1;text-align: center;}
	.about-info .avatar-image img {display: block;margin: 0 auto;max-width: 100%;}
	.about-info .avatar {display: none !important;}
	.thanks-item {height: 270px;width: 210px;}
	.clients-list .list-item {flex: 0 0 50%;width: 50%;}
	.table-req .line {display: block;}
	.table-req .line .key {white-space: nowrap;}
	.normal-data ul li {margin-bottom: 8px;}
	.items-items .item {padding: 10px;}
	.block-items-4 .left .logo-items .item {flex: 0 0 50%;}
	.items-list1 {flex-wrap: wrap;}
	.items-list1 .item {flex: 0 0 100%;margin-bottom: 20px !important;margin-top: 20px !important;}
	.items-list1 .item .icon {margin: 0 auto;}
	.items-list1 .item .text {text-align: center;}
	.items-list1 .item .text br {display: none;}
	.kaz-top .item {flex: 0 0 100%;}}
@media (max-width: 400px) {.number-items .list-item {flex: 0 0 100%;width: 100%;}
	.why-items .list-item {flex: 0 0 100%;}
	.about-info .text-wrapper .bottom-text {font-size: 16px;}
	.thanks-item {width: 180px;height: 230px;}
	.slider-mdefault {padding-left: 40px;padding-right: 40px;}
	.slider-mdefault .slick-prev {left: -40px;}
	.slider-mdefault .slick-next {right: -40px;}
	.have-quest {padding: 5px;}
	.have-quest .inner {padding-top: 15px;padding-bottom: 15px;}
	.have-quest .inner .text {font-size: 16px;}
	.have-quest .inner .subtitle {font-size: 18px;}
	.have-quest .inner .title {font-size: 22px;}
	.request-2 .inputs > * {width: 100%;min-width: auto;}
	.top-bgblock .inner {width: 100%;padding: 15px;}
	.images-list .item .text br {display: none;}
	.block-items-4 .left .logo-items .item {flex: 0 0 100%;}}