/*Single course*/
.s-course {
    background-color: #fff;
    padding: 30px 0;
    font-size: 18px;
}

.img-course img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.c-box {
    background-color: #56AAEF;
    padding: 20px;
    border-radius: 10px;
}

.c-box .age {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.c-box h1 {
    font-size: 28px;
    color: #FFDC0E;
    margin: 0;
    font-weight: 600;
}

.c-box .attributes {
    margin-bottom: 20px;
}

.c-box .attr-title {
    font-size: 20px;
    margin-bottom: 0;
}

.c-box .attr-info {
    font-size: 20px;
    margin-bottom: 0;
    color: #FFDC0E;
    font-weight: 600;
}

.c-box .info {
    margin-bottom: 20px;
}

.c-box .info p {
    margin-bottom: 10px;
}

.c-box .about_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.c-box .about {
    margin-bottom: 20px;
}

.c-box .about p {
    margin-bottom: 10px;
}

.course-form.form-box {

}

/*Courses list*/
.courses {
    background-color: #fff;
    padding: 50px 0;
}

.courses .title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--blue);
}

.course-item {
    border-radius: 10px;
    background-color: #56AAEF;
}

.course-image {
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0 0;
}

.course-inner {
    padding: 20px;
    margin-bottom: 30px;
}

.course-inner .c-age {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #FFDC0E;
}

.course-inner h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.course-inner .attr {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #74BDF9;
}

.course-inner .attr .attr-value {
    font-weight: 600;
    text-align: right;
}

.course-inner .r-btn {
    text-align: center;
    margin-top: 20px;
}


    /*Header menu*/
.header__nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.header__nav a {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    font-size: 21px;
    text-decoration: none;
    color: var(--blue);
}

.header__nav ul li {
    list-style: none;
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
    display: none; /* прихована за замовчуванням */
    transition: background 0.3s ease;
    z-index: 999999999;
    background: none;
    border: none;
    box-shadow: none;
}

/*Testimonials*/
.testimonials {
    background-color: #fff;
    color: var(--blue);
    font-size: 18px;
    padding: 50px 0;
}

.testimonial {
    padding: 20px;
    background-color: #e3f0fb;
    border-radius: 20px;;
}

.testimonial img {
    border-radius: 200px;
    width: 50px;
    margin-bottom: 10px;
}

.testimonial .name {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
}

.testimonials .title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
}
.header__menu-btn{
	display: none;
}


@media (max-width: 767px) {
    .testimonials .title {
        font-size: 24px;
    }
    .testimonials {
        padding: 30px 0;
    }
}

    /*Special*/
.special {
    padding: 100px 0;
    background-color: var(--blue);
    position: relative;
}

.special h1 {
    font-weight: 600;
    margin-bottom: 50px;
}

.special .img-box img {
    border-radius: 30px;
    margin-top: 50px;
	width: 100%;
}

.special .container {
    position: relative;
    z-index: 5;
}

.special .bg-gear img {
    position: absolute;
    z-index: 1;
    width: 50%;
    left: -20%;
    top: 10%;
    -webkit-animation-name: rotate-reverse;
    -webkit-animation-duration:10s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: rotate-reverse;
    -moz-animation-duration:10s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
}

/*Thanks*/
.thanks {
    background-color: #009946;
    position: relative;
    padding: 185px 0 300px 0;
    text-align: center;
}

.thanks h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 35px;
}

.thanks .subtitle {
    font-size: 36px;
    margin-bottom: 75px;
}

.thanks .container {
    position: relative;
    z-index: 5;
}

.thanks .bg-gear img {
    position: absolute;
    z-index: 1;
    width: 50%;
    left: 25%;
    bottom: 6%;
    -webkit-animation-name: rotate-reverse;
    -webkit-animation-duration:10s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: rotate-reverse;
    -moz-animation-duration:10s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
}

.thanks .r-btn {
    display: flex;
    justify-content: center;
}


/*Footer*/
.site-footer {
    padding: 20px;
    background-color: var(--blue);
    position: relative;
    z-index: 9;
}

.site-footer .footer-info {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.site-footer .row {
	display: flex;
	align-items: center;
}


/*Form*/
.form {
    padding: 65px;
    background-color: #fff;
    position: relative;
}


.form .container {
    position: relative;
    z-index: 5;
}

.form .bg-gear img {
    position: absolute;
    z-index: 1;
    width: 20%;
    right: 10%;
    bottom: 0%;
    -webkit-animation-name: rotate-reverse;
    -webkit-animation-duration:10s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: rotate-reverse;
    -moz-animation-duration:10s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
}

.form-box {
    background-color: #fff;
    border-radius: 30px;
    padding: 50px;
    color: var(--blue);
    box-shadow: 0 0 10px 0px #e2e2e2;
}

.form-box .title {
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--blue);
    font-size: 26px;
}

.form-box .img-box {
    text-align: right;
}

.form-box .img-box img {
    width: 90%;
    border-radius: 30px;
}


.form-box .nf-form-fields-required {
    display: none;
}

.nf-error .nf-error-msg {
    color: #e80000;
    font-size: 16px;
}

.nf-error.field-wrap .nf-field-element:after {
	border-radius: 0 8px 8px 0;
}

.form-box .nf-form-content input:not([type=button]) {
    background-color: #fff;
    border: 1px solid #1D3764;
    border-radius: 10px;
}

.form-box .nf-form-content textarea.ninja-forms-field {
    height: 110px;
    background-color: #fff;
    border: 1px solid var(--blue);
    border-radius: 10px;
}

.form-box .nf-form-content .label-above .nf-field-label {
    margin-bottom: 0;
}

.form-box .nf-field-container {
    margin-bottom: 20px;
}

.form-box .nf-form-content input[type=submit] {
    background-color: #C01718;
    border: 1px solid #C01718;
    border-radius: 10px;
    font-weight: 600;
    padding: 15px 50px;
    width: 100%;
}

.form-box .nf-form-content input[type=submit]:hover {
    background-color: #d42122;
    border: 1px solid #d42122;
    color: #fff;
}

.nf-form-content {
	color: var(--blue);
}





/*Block 10*/
.hblk10 {
    padding: 75px 0;
    background-color: #FFDF34;
    color: var(--blue);
}

.hblk10 .title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
}

.hblk10 .address {
    margin-bottom: 30px;
	font-size: 24px;
}

.hblk10 img {
	border-radius: 30px;
}

.hblk10 .phone {
    font-weight: 600;
}

.hblk10 .phone a {
    text-decoration: none;
    color: var(--blue);
}

.hblk10 iframe {
    border-radius: 30px;
}


/*Block 9*/
.hblk9 {
    padding: 120px 0 70px 0;
    background-color: #1D3764;
    background-image: url("/wp-content/uploads/2023/08/bg-top-blk-2.svg");
    background-repeat: no-repeat;
    background-position: 60% 0%;
    background-size: auto;
    position: relative;
    z-index: 2;
}

.hblk9 p {
    margin-bottom: 0;
    font-weight: 600;
}

.hblk9 .row {
    display: flex;
    align-items: center;
}

/*Block 8*/
.hblk8 {
    padding: 100px 0 50px 0;
    background-color: #56AAEF;
}

.hblk8 .title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
}

.hblk8 .item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.hblk8 .item img {
    margin-right: 20px;
}

    /*Block 7*/
.hblk7 {
    background-color: #fff;
    position: relative;
    color: var(--blue);
}

.hblk7 .row {
    z-index: 999;
    position: relative;
}

.hblk7 .info p {
    margin-bottom: 30px;
}

.hblk7 .info p:last-child {
    margin-bottom: 0;
}

.hblk7 .img-box {
    text-align: right;
    position: relative;
}

.hblk7 .img-box img {
    border-radius: 0 0 30px 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.hblk7 .info {
    margin: 75px 0;
}


/*Block 6*/
.hblk6 {
    padding: 100px 0 70px 0;
    background-color: #FFDF34;
    background-image: url("/wp-content/uploads/2023/08/bg-top-blk-6.svg");
    background-repeat: no-repeat;
    background-position: 60% 0%;
    background-size: auto;
    position: relative;
    z-index: 2;
    color: var(--blue);
}

.hblk6 .row {
    display: flex;
    align-items: center;
}

.hblk6 p {
    font-weight: 600;
}

/*Block 5*/
.hblk5 {
    background-color: #fff;
    padding: 75px 0;
    position: relative;
}

.hblk5 .container {
    position: relative;
    z-index: 5;
}

.hblk5 .bg-gear img {
    position: absolute;
    z-index: 1;
    width: 45%;
    right: 10%;
    bottom: -30%;
    -webkit-animation-name: rotate-reverse;
    -webkit-animation-duration:10s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: rotate-reverse;
    -moz-animation-duration:10s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
}

.hblk5 .brick {
    margin-bottom: 30px;
}

.hblk5 .brick .tops {
    display: flex;
}

.hblk5 .brick .tops img {
    width: 100%;
}

.hblk5 .brick .bottom {
    border-radius: 10px 10px 0 0;
    padding: 23px;
    font-size: 24px;
    text-align: center;
}

.hblk5 .brick .bottom-green {
    background-color: #009946;
}

.hblk5 .brick .bottom-blue {
    background-color: #1D3764;
}

.hblk5 .brick .bottom-sky {
    background-color: #56AAEF;
}

.hblk5 .brick .bottom-yellow {
    background-color: #FDC500;
}

.hblk5 .title {
    font-size: 48px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 35px;
    color: #1D3764;
}

.hblk5 .bg-row {
    background-image: url("/wp-content/uploads/2023/08/blk5-img.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 65%;
}

/*Block 4*/
.hblk4 {
    background-color: #008AB7;
    padding: 50px 0;
	position: relative;
	z-index: 9;
}

.hblk4 .title {
    font-weight: 600;
    margin-bottom: 30px;
}

.hblk4 .info {
    margin-bottom: 40px;
}

.hblk4 .info p {
    margin-bottom: 10px;
}

.hblk4 .row {
    display: flex;
    align-items: center;
}

.hblk4 .r-btn {
    display: flex;
}

.hblk4 .r-btn-inner {
    padding: 20px 80px;
}

.hblk4 .img-box img {
    border-radius: 30px;
}

/*Block 3*/
.hblk3 {
    background-color: #fff;
    padding: 75px 0 100px 0;
    position: relative;
}

.hblk3 .container {
    position: relative;
    z-index: 5;
}

.hblk3 .bg-gear-1 img {
    position: absolute;
    z-index: 1;
    width: 50%;
    left: -10%;
    top: 20%;
    -webkit-animation-name: rotate;
    -webkit-animation-duration:15s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: rotate;
    -moz-animation-duration:15s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
}

.hblk3 .bg-gear-2 img {
    position: absolute;
    z-index: 1;
    width: 15%;
    left: 40%;
    top: 60%;
    -webkit-animation-name: rotate-reverse;
    -webkit-animation-duration:10s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: rotate-reverse;
    -moz-animation-duration:10s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
}

.hblk3 .brick .tops {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.hblk3 .brick .tops .top {
    height: 23px;
    width: 60px;
    margin: 0 12px;
    background-color: #56AAEF;
    border-radius: 10px 10px 0 0;
}

.hblk3 .brick .bottom {
    background-color: #56AAEF;
    width: 300px;
    border-radius: 10px;
    padding: 15px 25px 10px;
}

.hblk3 .brick .bottom p {
    text-align: center;
    margin-bottom: 0;
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight: 600;
}

.hblk3-title {
    margin: 75px 0 35px 0;
    color: var(--blue);
    font-weight: 600;
}

.hblk3 .info {
    font-size: 24px;
    color: var(--blue);
}

.hblk3 .video {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.hblk3 .video-box iframe {
    border-radius: 20px;
}



/*Block 2*/
.hblk2 {
    padding: 100px 0 70px 0;
    background-color: #1D3764;
    background-image: url("/wp-content/uploads/2023/08/bg-top-blk-2.svg");
    background-repeat: no-repeat;
    background-position: 60% 0%;
    background-size: auto;
    position: relative;
    z-index: 2;
}

.hblk2 p {
    margin-bottom: 0;
}

.arr-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.arr-button img {
    margin-right: 50px;
    animation-name: pulse;
    animation-duration:2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

@keyframes pulse {
    0% {margin-right: 50px;}
    50% {margin-right: 40px;}
    100% {margin-right: 50px;}
}

.hblk2 .row {
    display: flex;
    align-items: center;
}

.r-btn {

}

.r-btn a {
    color: #fff;
    text-decoration: none;
}

.r-btn-inner {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #C01718;
    padding: 20px 35px;
    border-radius: 10px;
    animation-name: btncolor;
    animation-duration:2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

@keyframes btncolor {
    0% {background-color: #C01718;}
    50% {background-color: #8f0708;}
    100% {background-color: #C01718;}
}



/*Block 1*/
.hblk1 {
    background-color: #008AB7;
    position: relative;
}

.hblk1 .row {
    z-index: 999;
    position: relative;
}

.hblk1 .bg-gear img {
    position: absolute;
    z-index: 1;
    width: 40%;
    right: 10%;
    top: 10%;
    -webkit-animation-name: rotate;
    -webkit-animation-duration:10s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -moz-animation-name: rotate;
    -moz-animation-duration:10s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
}

@-webkit-keyframes rotate {
    from {-webkit-transform:rotate(0deg);}
    to {  -webkit-transform:rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform:rotate(0deg);}
    to {  -moz-transform:rotate(360deg);}
}

@-webkit-keyframes rotate-reverse {
    from {-webkit-transform:rotate(360deg);}
    to {  -webkit-transform:rotate(0deg);}
}

@-moz-keyframes rotate-reverse {
    from {-moz-transform:rotate(360deg);}
    to {  -moz-transform:rotate(0deg);}
}

.hblk1 h1 {
    font-size: 42px;
    font-weight: 600;
    margin: 80px 0 30px 20px;
}

.hblk1 .subtitle {
    margin: 0 0 115px 20px;
    max-width: 710px;
}

.hblk1 .img-box {
    position: relative;
}

.hblk1 .img-box img {
    border-radius: 0 0 30px 30px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*Header*/
.site-header {
    background-color: #fff;
}

.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}

.social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social-item {
    margin-left: 20px;
}


/*General*/
:root {
    --blue: #1D3764;
    --red: #F24949;
}

.post, .page {
    margin: 0;
}

p {
    margin-bottom: 0;
}

body {
    font-family: PTSans;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    background-color: #008AB7;
    line-height: 1.3;
}

h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
}

.blue {
    color: var(--blue);
}

.nowrap {
    white-space: nowrap;
}

@font-face {
    font-family: PTSans;
    src: url(/wp-content/themes/robo/fonts/PTSans-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: PTSans;
    src: url(/wp-content/themes/robo/fonts/PTSans-Bold.ttf);
    font-weight: 600;
}




@media (max-width: 1200px){
	.custom-logo-link{
		width: 120px;
		height: 40px;
	}
	.header-box{
		height: 70px !important;
	}
	
	.header__nav{
		display: block !important;
		position: fixed !important;
		height: calc(100vh - 70px);
		overflow: auto;
		position: fixed;
		z-index: 9999;
		top: 70px;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		background-color: #fff;
		padding: 10px 15px 30px 15px !important;
		opacity: 0;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: linear .5s;
		-o-transition: linear .5s;
		transition: linear .5s;
	}
	.header__nav ul{
		display: flex;
		flex-direction: column;
	}
    .header__menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 30px;
        height: 30px;
        background-color: transparent;
        padding: 0;
        position: relative;
        border: none;
		flex-shrink: 0;
    }
	    .header__menu-btn span {
        height: 2px;
        background-color: #008AB7;
        width: 100%;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
    }
	    .header__menu-btn::after, .header__menu-btn::before {
        content: "";
        position: absolute;
        height: 2px;
        background-color: #008AB7;
        right: 0;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
    }
	    .header__menu-btn::before {
        width: 70%;
        bottom: 0;
    }
	    .header__menu-btn::after {
        top: 0;
        width: 80%;
    }
	
	  .header__menu-btn.active::before {
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }
	
	 .header__menu-btn.active::after {
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }
	
	    .header__menu-btn.active span {
			opacity: 0;
			-webkit-transform: translateX(-10px);
			-ms-transform: translateX(-10px);
			transform: translateX(-10px);
		}
	
	.header__menu-btn span{
		
	}
	.social{
		margin: 0 20px 0 auto;
	}
	
	.header__nav.active{
        opacity: 1 !important;
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
	}
	
	.header-box{
		padding: 10px 0 !important;
	}

	.header__nav ul{
		padding; 0 15px;
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
	}
	
}


@media screen and (max-width: 767px) {
    body {
        font-size: 21px;
        line-height: 1.3;
    }

    h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .site-branding {
        width: 200px;
    }
    .social-item {
        margin-left: 10px;
    }
    .social-item img {
        width: 40px;
    }
    .header-box {
        padding: 20px 0;
    }
    .hblk1 .img-box img {
        top: -350px;
    }
    .hblk1 .col-md-4 {
        order: 2;
    }
    .hblk1 .col-md-8 {
        order: 1;
    }
    .hblk1 h1 {
        font-size: 32px;
        margin: 50px 0 20px 0;
    }
    .hblk1 .subtitle {
        margin: 0 0 400px 0;
    }
    .hblk1 .bg-gear img {
        width: 50%;
        top: 30%;
    }
    .hblk2 {
        background-image: none;
        padding: 100px 0 50px 0;
    }
    .hblk2 p {
        margin-bottom: 30px;
    }
    .arr-button img {
        display: none;
    }
    .r-btn {
        width: 100%;
    }
    .r-btn-inner {
        text-align: center;
    }
    .brick {
        margin-bottom: 20px;
    }
    .hblk3 {
        padding: 50px 0 50px 0;
    }
    .hblk3 .brick .bottom {
        width: 100%;
    }
    .hblk3 .info {
        font-size: 21px;
    }
    .video-box {
        margin-top: 20px;
    }
    .hblk3 .video-box iframe {
        height: 300px;
    }
    .hblk3 .bg-gear-1 img {
        top: 30%;
        width: 100%;
        left: -40%;
    }
    .hblk3 .bg-gear-2 img {
        width: 70%;
        left: 15%;
        top: 55%;
    }
    .hblk4 {
        padding: 40px 0 30px 0;
    }
    .hblk4 .left-col {
        order: 2;
    }
    .hblk4 .right-col {
        order: 2;
    }
    .hblk4 .img-box img {
        margin-bottom: 20px;
    }
    .hblk4 .r-btn {
        display: block;
    }
    .hblk4 .info p {
        font-size: 21px;
    }
    .hblk4 .img-box {
        margin-top: 20px;
    }
    .hblk5 {
        padding: 50px 0 20px 0;
    }
    .hblk5 .title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 300px;
    }
    .hblk5 .bg-row {
        background-position: 50% 7%;
        background-size: 95%;
    }
    .hblk5 .col-md-5 {
        order: 2;
    }
    .hblk5 .col-md-7 {
        order: 1;
    }
    .hblk5 .bg-gear img {
        width: 70%;
        right: 15%;
        bottom: -35%;
    }
    .hblk6 {
        padding: 100px 0 50px 0;
    }
    .hblk6 .r-btn {
        margin-top: 20px;
    }
    .hblk6 p {
        font-size: 22px;
    }
    .hblk7 .info {
        margin: 50px 0;
    }
    .hblk8 {
        padding: 50px 0 50px 0;
    }
    .hblk8 .title {
        font-size: 28px;
        margin-top: 0px;
    }
    .hblk9 .r-btn {
        margin-top: 20px;
    }
    .hblk9 p {
        font-size: 22px;
    }
    .hblk10 {
        padding: 50px 0;
    }
    .hblk10 .phone {
        margin-bottom: 20px;
    }
    .form {
        padding: 50px 0;
    }
    .form-box {
        padding: 20px;
    }
    .form-box .img-box img {
        width: 100%;
    }
    .site-footer .footer-info {
        font-size: 28px;
        text-align: center;
        margin-bottom: 20px;
    }
    .social {
        justify-content: center;
    }
    .thanks {
        padding: 100px 0 200px 0;
    }
    .thanks .subtitle {
        font-size: 21px;
    }
    .thanks .bg-gear img {
        bottom: 30%;
    	left: 35%;
    }

    .special {
        padding: 50px 0;
    }
    .special h1 {
        font-size: 28px;
    }

    .hblk3 .brick .tops img {
        width: 100%;
    }
    .header__nav {
        display: none;
    }




}








