/* Global style */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*font-family: 'SF Pro Display';*/
	/*font-family: 'SF Pro Display Regular';*/
	/*font-family: 'SF Pro Display Semibold';*/
	font-family: -apple-system, system-ui, SF Pro Display Semibold;
	/*font-family: 'SF Pro Display Thin';*/
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body.body-arm-page * {
	font-family: 'Montserrat Arm Light';
}

::-webkit-scrollbar {
	overflow: hidden;
	width: 0px;
	height: 0px;
}

.opacity {
	opacity: 1;
	transition: 0.5s;
}

.opacity.active {
	opacity: 0;
}

.all-elements {
	overflow: unset;
	height: auto;
}

.all-elements.hidden {
	overflow: hidden;
	height: 0;
}

.img-error-cross {
	width: 20px;
	display: none;
}

.arm-version-show {
	display: none;
}

.mobile-d-block {
	display: none !important;
}

/* Global style end */

/* Header */

#header-menu {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(54px);
	-webkit-backdrop-filter: blur(54px);
    z-index: 1;
}

/* Dark */

#header-menu.dark {
	background-color: rgba(000, 000, 000, 0.72);
}

#header-menu.dark .row-menu .content-left .icon-item {
	border: 2.5px solid white;
}

#header-menu .text-box {
	transform: translate(10px, -1px);
}

#header-menu.dark .text-box .title-logo {
	color: white;
}

#header-menu.dark .content-right .btn-box-language .btn-dropdown-language {
	color: white;
}

#header-menu.dark .content-right .btn-box-language .dropdown-content-language .language-items-link {
	color: white;
}

/* Dark */

#header-menu .row-menu {
	width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 193px 12px 214px;
}

#header-menu .row-menu .content-left .icon-item {
	width: 22px;
	height: 30px;
	border-radius: 6px;
	border: 2.5px solid #000000;
	cursor: pointer;
}

#header-menu .row-menu .link-item-header-logo {
	display: contents;
}

#header-menu .row-menu .content-center {
	display: flex;
	align-items: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
}

.logo-img-item-box {
    width: 28px;
    height: 14px;
    position: relative;
    left: 9px;
}

.logo-img-item-box .logo-img {
	width: 14px;
	height: 14px;
}

.logo-img-item-box .logo-img.img-1 {
	position: absolute;
    left: 0;
}

.logo-img-item-box .logo-img.img-2 {
	position: absolute;
    left: 10px;
}

#header-menu .text-box .title-logo {
    font-size: 18px;
    letter-spacing: 3px;
    font-family: 'SF Pro Display Thin';
}

#header-menu .content-right .section-buttons {
	display: flex;
	align-items: center;
}

#header-menu .content-right .section-buttons .btn-box-apply {
	margin-right: 20px;
}

#header-menu .content-right .btn-apply {
	width: 120px;
	height: 32px;
	background: #0050FF;
	border-radius: 15px;
	font-size: 14px;
	color: #FFFFFF;
	border: none;
	font-weight: 600;
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: unset;
}

#header-menu .content-right .mobile-btn {
	display: none;
}

#header-menu .content-right .btn-box-language .btn-dropdown-language {
	background: none;
    border: none;
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

#header-menu .content-right .btn-box-language .dropdown-content-language {
	display: none;
}

#header-menu .content-right .btn-box-language .dropdown-content-language.open {
	display: block;
}

#header-menu .content-right .btn-box-language .dropdown-content-language .menu-list {
	list-style: none;
	position: absolute;
}

#header-menu .content-right .btn-box-language .dropdown-content-language .language-items-link {
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 5px;
}

#header-menu .content-right .btn-box-language .dropdown-content-language .language-items-link .link-language-text {
	color: unset;
    text-decoration: unset;
}

/* Header menu */

#header-menu .content-right .btn-box-language .dropdown-content-language .language-items-link.arm-lng {
	font-weight: 500;
}

#header-menu .content-menu-header {
    width: 100%;
    height: 900px;
    padding-top: 36px;
    transform: translate(-100%, 0px);
    position: fixed;
    background-color: white;
    transition: 0.5s;
    z-index: 99999 !important;
}


#header-menu .content-menu-header.active {
	transform: translate(0%, 0px);
}

#header-menu .content-menu-header .menu-header {
	margin-bottom: 285px;
	padding-left: 190px;
}

#header-menu .content-menu-header .menu-header .close-btn {
	cursor: pointer;
}

#header-menu .content-menu-header .menu-body .row-block {
	display: flex;
	justify-content: space-around;
}

#header-menu .content-menu-header .menu-body .row-block .block-info.arm-version {
	width: auto;
	/*margin-right: 120px;*/
}

#header-menu .content-menu-header .menu-body .row-block .block-info .link-block {
	text-decoration: unset;
}

#header-menu .content-menu-header .menu-body .row-block .block-info .link-block .title-block {
	font-weight: 600;
	font-size: 28px;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
}

#header-menu .content-menu-header .menu-body .row-block .block-info .link-block .text-block {
	font-weight: 600;
	font-size: 17px;
	color: #7B7B7B;
	text-align: center;
}

#header-menu .content-menu-header .menu-body .row-block .block-info .link-block .text-block.arm-version {
	font-size: 15px;
}

#header-menu .content-menu-header .menu-footer {
	margin-top: 237px;
}

#header-menu .content-menu-header .menu-footer .text-footer {
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	color: #C2C2C2;
}

#header-menu .content-menu-header .menu-footer .row-link {
	display: flex;
	justify-content: space-between;
	width: 310px;
	margin: 21px auto 0 auto;
}

#header-menu .content-menu-header .menu-footer .row-link.arm-version {
	width: 613px;
}

#header-menu .content-menu-header .menu-footer .row-link .link-href {
	font-weight: 600;
	font-size: 16px;
	color: #D1D1D1;
	text-decoration: unset;
}

#header-menu .content-menu-header .menu-footer .row-link .link-href.arm-version {
	font-size: 14px;
	text-align: center;
}

#header-menu .content-menu-header .menu-footer .row-language-mobile {
	display: none;
}

/* Header menu end */

/* Form success page */

.success-request-send-form.active {
	transform: translate(0%, 0px);
}

.success-request-send-form .section-form {
	width: 100%;
	height: 100%;
}

.success-request-send-form .section-form .header-form {
	margin: 82px 0 122px 190px;
}

.success-request-send-form .section-form .header-form .close-btn {
	cursor: pointer;
}

.success-request-send-form .section-form .body-form .title-form {
	font-weight: 600;
	font-size: 42px;
	color: #0050FF;
	margin: 0;
	margin-bottom: 20px;
	text-align: center;
}

.success-request-send-form .section-form .body-form .text-form {
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #666666;
	width: 401px;
	margin: 0 auto;
}

.success-request-send-form .section-form .body-form .text-form.arm-version {
	font-size: 16px;
}

#request_success_modal .modal-dialog {
	width: 1120px;
	height: 600px;
}

#request_success_modal .modal-content {
	height: 100%;
	box-shadow: unset;
	border: none;
	border-radius: 20px;
}

#request_success_modal .modal-header {
	border: none;
    padding: 0;
}

#request_success_modal .modal-body {
	padding: 0;
}

#btn-open-request-modal {
	display: none;
}

/* Form success page end */

/* Header End */

/* Home page */

#home-page.home-page-content {
	overflow: hidden;
}

#home-page.home-page-content .top-section-page {
	background-color: black;
}
#home-page.home-page-content .top-section-page .section-top-box {
	padding-top: 204px;
	margin-bottom: 228px;
	height: 590px;
}

#home-page.home-page-content .top-section-page .section-top-box .title-box {
	margin-bottom: 50px;
	transition: all 0.5s ease;
    opacity: 1;
}

#home-page.home-page-content .top-section-page .section-top-box .title-box.before_animate_top {
	animation: text_to_bottom 3s;
}

@keyframes text_to_bottom {
  from {
  	transform: translate(0px,-50px);
  }
  to {
  	transform: translate(0px,0px);
  }
}

#home-page.home-page-content .top-section-page .section-top-box .title-box.before_animate {
    opacity: 0;
    margin-top: -70px;
}

#home-page.home-page-content .top-section-page .section-top-box .sub-title-box.before_animate_bottom {
	animation: text_to_top 3s;
	width: 29%;
    margin: auto;
}

#home-page.home-page-content .top-section-page .section-top-box .sub-title-box.before_animate_bottom {
	width: 832px;
}

@keyframes text_to_top {
  from {
  	transform: translate(0px,50px);
  }
  to {
  	transform: translate(0px,0px);
  }
}

#home-page.home-page-content .top-section-page .section-top-box .title-box .title {
	font-size: 72px;
	font-weight: 600;
	text-align: center;
	color: white;
}

#home-page.home-page-content .top-section-page .section-top-box .title-box .title.arm-version {
	font-size: 70px;
}

#home-page.home-page-content .top-section-page .section-top-box .sub-title-box {
	transition: all 0.5s ease;
    opacity: 1;
}

#home-page.home-page-content .top-section-page .section-top-box .sub-title-box.before_animate {
    opacity: 0;
    padding-top: 150px;
}

#home-page.home-page-content .top-section-page .section-top-box .sub-title-box .title {
	color: #6E6E73;
	font-size: 28px;
	text-align: center;
	font-weight: 600;
}

#home-page.home-page-content .box-animation-circle {
	margin-top: 110px;
	display: flex;
    justify-content: center;
}

#home-page.home-page-content .box-animation-circle .body-aniation-circle {
	width: 24px;
	height: 40px;
	border-radius: 30px;
	border: 3px solid #86868B;
	position: relative;
	overflow: hidden;
}

#home-page.home-page-content .box-animation-circle .body-aniation-circle .animation-element {
    width: 100%;
    height: 0px;
    background-color: #E4E4E4;
    position: absolute;
    bottom: 0;

    animation: 4s dow_up infinite;
}

@keyframes dow_up {
	0% {
        height: 0px;
    } 
    25% {
    	height: 35px;
    } 
    50% {
    	height: 0px;
    } 
    75% {
       height: 35px;
    }
    100% { 
    	height: 0px; 
    }
}

#home-page.home-page-content .top-section-page .title-section-top {
	color: #FFFFFF;
	text-align: center;
	font-size: 72px;
}

#home-page.home-page-content .top-section-page .title-section-top.arm-version {
	font-size: 70px;
}

#home-page.home-page-content .top-section-page .body-information-block {
    margin: 100px 60px 0px 60px;
    padding-bottom: 30px;
}

#home-page.home-page-content .top-section-page .body-information-block .information-block {
	margin-bottom: 30px;
	background-color: #101010;
	padding: 150px 0 150px 0px;
}

#home-page.home-page-content .top-section-page .body-information-block .title {
	font-size: 72px;
	text-align: Center;
	color: white;
	width: 800px;
    margin: 0 auto;
    font-weight: 600;
}

#home-page.home-page-content .top-section-page .body-information-block .title.arm-version {
    width: 1585px;
	font-size: 70px;
}

#home-page.home-page-content .top-section-page .body-information-block .text {
	font-size: 21px;
	text-align: Center;
	color: #868686;
	font-weight: 600;
    width: 621px;
    margin: 60px auto 0 auto;
}

#home-page.home-page-content .top-section-page .body-information-block .link-contact-us {
	font-size: 21px;
	text-align: Center;
	color: #0050FF;
	margin-top: 30px;
	font-weight: 600;
	display: block;
	text-decoration: unset;
	letter-spacing: -1px;
}

#home-page.home-page-content .margin-content-information-block {
	margin: 200px 150px 0px 150px;
}

#home-page.home-page-content .bottom-section-page .information-block {
    width: max-content;
    margin: 0 auto 196px auto;
}

#home-page.home-page-content .bottom-section-page .information-block .section-header {
	margin-bottom: 60px;
    width: 1089px;
}

#home-page.home-page-content .bottom-section-page .information-block .section-header.arm-version {
	width: 1500px;
}

#home-page.home-page-content .bottom-section-page .information-block .section-header .title {
	font-size: 64px;
	color: black;
}

#home-page.home-page-content .bottom-section-page .information-block .section-header .title.arm-version {
	font-size: 62px;
	width: 90%;
}

#home-page.home-page-content .bottom-section-page .information-block .section-body {
	width: 1620px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#home-page.home-page-content .bottom-section-page .information-block.block-5.arm-version .section-body {
	height: 1221px;
}

#home-page.home-page-content .bottom-section-page .information-block .section-body .box-img .background-img,
#home-page.home-page-content .bottom-section-page .information-block .section-body .box-img .mobile-version {
	display: none;
}

#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box {
	margin-top: 25px;
	width: 410px;
}

#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box .text {
	font-size: 21px;
	font-weight: 600;
    color: #868686;
    margin-bottom: 25px;
}

#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box .text.arm-version {
	font-size: 19px;
}

#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box .text .bold-text {
	color: black;
}

#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box .link-more {
	color: #0050FF;
	font-size: 21px;
	font-weight: 600;
	text-decoration: unset;
}

#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box .link-more.arm-version {
	font-size: 19px;
}

#home-page.home-page-content .bottom-section-page .information-block .section-body .colum-img-box-reverse {
	display: flex;
	flex-direction: column;
}

#home-page.home-page-content .bottom-section-page .information-block.block-3 .section-body .colum-img-box-reverse {
    justify-content: space-between;
    height: 1200px;
}

#home-page.home-page-content .bottom-section-page .information-block.block-5 .section-body .colum-img-box-reverse {
    justify-content: space-between;
    height: 1122px;
}

#home-page.home-page-content .bottom-section-page .information-block.block-8 .section-body .colum-img-box-reverse {
    justify-content: space-between;
    height: 1064px;
}

#home-page.home-page-content .bottom-section-page .information-block .section-body .colum-img-box-reverse .text-box {
	margin: 0 0 30px 0;
}

#home-page.home-page-content .bottom-section-page .information-block.block-5 .section-body .colum-img-box-reverse .text-box {
	width: 465px;
}

#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img-2 {
	margin-top: 40px;
}

#home-page.home-page-content .bottom-section-page .section-frequently-questions {
	width: 1140px;
	margin: 0 auto;
}

#home-page.home-page-content .bottom-section-page .section-frequently-questions .title-section {
	font-size: 64px;
	text-align: center;
	font-weight: 600;
	color: black;
}

#home-page.home-page-content .bottom-section-page .section-frequently-questions .title-section.arm-version {
	font-size: 62px;
}

#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions {
	margin-top: 120px;
}

#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .row-block-questions {
	margin-top: 30px;
	border-bottom: 1px solid #C4C4C4;
}

#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .row-block-questions.last-row {
	border-bottom: 0;
}

#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .header-row {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	cursor: pointer;
}

#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .header-row .right-section {
	display: flex;
	align-items: center;
}

#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .header-row .title-row {
	font-size: 24px;
	font-weight: 600;
	color: black;
    margin: 0;
}

#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .header-row .title-row.arm-version {
	font-size: 22px;
}

#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .header-row .right-section .circle-plus-btn {
	height: 30px;
	transition: 1s;
}

#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .header-row .right-section .circle-plus-btn.active {
    transform: rotateZ(-90deg);
}

#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .footer-row {
	width: 90% !important;	
	display: none;
}

#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .footer-row .text {
	margin-bottom: 20px;
	color: #6B6B6B;
}

#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .footer-row .text.arm-version {
	font-size: 16px;
}

#home-page.home-page-content .bottom-section-page .section-help-change {
	margin-top: 300px;
	background-color: #FAFAFA;
	padding: 120px 0 177px 0;
}

#home-page.home-page-content .bottom-section-page .section-help-change .icon-box {
	display: flex;
    justify-content: center;
    margin-bottom: 49px;
}

#home-page.home-page-content .bottom-section-page .section-help-change .title-section {
	text-align: center;
	font-size: 80px;
	font-weight: 600;
    width: 800px;
    margin: 0 auto;
    color: black;
}

#home-page.home-page-content .bottom-section-page .section-help-change .title-section.arm-version {
	font-size: 78px;
	width: auto;
}

#home-page.home-page-content .bottom-section-page .section-help-change .text-slider.swiper-container {
	height: 100px;
	z-index: 0;
	overflow: hidden;
}

#home-page.home-page-content .bottom-section-page .section-help-change .text {
	margin-top: 37px;
	text-align: center;
	color: #6B6B6B;
	font-size: 24px;
	font-weight: 500;
}

#home-page.home-page-content .bottom-section-page .section-help-change .text.arm-version {
	font-size: 22px;
}

/* Home page end */

/* Services page */

#services-page .content-header {
	width: 966px;
    margin: 205px auto 0px auto;
}

#services-page .content-header.arm-version {
	width: 1204px;
}

#services-page .content-header .title-services-page {
	font-weight: 600;
	font-size: 120px;
	text-align: center;
	color: black;
}

#services-page .content-header .title-services-page.arm-version {
	font-size: 100px;
}

#services-page .content-body {
	margin: 200px 60px 0px 60px;
}

#services-page .content-body .info-section-block {
	background: #FAFAFA;
	padding: 90px 190px 120px 190px;
	margin-top: 20px;
}

#services-page .content-body .info-section-block .section-header .title-section {
	font-weight: 600;
	font-size: 54px;
	text-align: center;
	margin: 0 auto;
}

#services-page .content-body .info-section-block .section-header .title-section.arm-version {
	font-size: 52px;
    width: 1180px;
}

#services-page .content-body .info-section-block.block-2 .section-header .title-section {
	width: 712px;
}

#services-page .content-body .info-section-block .section-header .title-section {
	width: 1000px;
	color: black;
}

#services-page .content-body .info-section-block.block-5 .section-header .title-section {
	width: 940px;
}

#services-page .content-body .info-section-block.block-6 .section-header .title-section {
	width: 800px;
}

#services-page .content-body .info-section-block .section-header .sub-title {
	color: #686868;
	font-size: 21px;
	text-align: center;
	font-weight: 600;
	width: 700px;
    margin: 20px auto 0 auto;
}

#services-page .content-body .info-section-block.block-3 .section-header .sub-title ,
#services-page .content-body .info-section-block.block-4 .section-header .sub-title ,
#services-page .content-body .info-section-block.block-6 .section-header .sub-title ,
#services-page .content-body .info-section-block.block-7 .section-header .sub-title ,
#services-page .content-body .info-section-block.block-8 .section-header .sub-title {
	width: 762px;
}

#services-page .content-body .info-section-block.block-5 .section-header .sub-title {
	width: 710px;
}

#services-page .content-body .info-section-block .section-header {
	margin-bottom: 60px;
}

#services-page .content-body .info-section-block .section-body {
	display: flex;
	justify-content: space-between;
	width: 1180px;
	margin: 0 auto;
}

#services-page .content-body .info-section-block .section-body .text-box {
	background-color: white;
	width: 580px;
	padding: 83px 0 0 123px;
}

#services-page .content-body .info-section-block.lg .section-body .text-box.arm-version,
#services-page .content-body .info-section-block .section-body .text-box.arm-version {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#services-page .content-body .info-section-block.lg .section-body .text-box {
    padding: 155px 0 0 114px;
}

#services-page .content-body .info-section-block .section-body .text-box .text {
	color: #868686;
	font-weight: 600;
	font-size: 21px;
    width: 352px;
}

#services-page .content-body .info-section-block .img-info-mobile,
#services-page .content-body .info-section-block .img-info-mobile-sm {
	display: none;
}

#services-page .content-body .info-section-block .section-body .text-box .text {
    width: 334px;
}

#services-page .content-body .info-section-block.block-1 .section-body .text-box .text {
    width: 352px;
}

#services-page .content-body .info-section-block .section-footer {
	background-color: white;
	display: flex;
    padding-left: 470px;
    width: 1180px;
    margin: 0 auto;
    margin-top: 20px;
}
 
#services-page .content-body .info-section-block .section-footer .button-box {
	display: flex;
	align-items: center;
	padding: 30px 0 30px 0;
}

#services-page .content-body .info-section-block .section-footer .button-box .btn-apply {
	width: 100px;
	height: 120px;
	background: #0050FF;
	border-radius: 20px;
	border: none;
	color: white;
	font-size: 18px;
	margin-right: 30px;
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: unset;
}

#services-page .content-body .info-section-block .section-footer .button-box .btn-apply.arm-version {
	font-size: 16px;
}

#services-page .content-body .info-section-block .section-footer .button-box .link-text {
	/*color: #86868B;*/
	color: #000;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
	width: 195px;
}

#services-page .content-body .info-section-block .section-footer .button-box .link-text.arm-version {
    width: 250px;
	font-size: 16px;
}

#services-page .content-body .info-section-block .section-footer .button-box .link-text.text-black {
	color: black;
}

#services-page .content-footer {
	width: 100%;
	margin: 200px 0px 250px 0px;
}

#services-page .content-footer .content-contact-us .title-content {
	font-weight: 600;
	font-size: 64px;
	text-align: center;
	margin-bottom: 60px;
	color: black;
}

#services-page .content-footer .content-contact-us .title-content.arm-version {
	font-size: 62px;
}

#services-page .content-footer .content-contact-us .text {
	color: #868686;
	font-weight: 600;
	font-size: 21px;
	text-align: center;
    width: 486px;
    margin: 0 auto;
}

#services-page .content-footer .content-contact-us .text.arm-version {
	font-size: 19px;
}

#services-page .content-footer .content-contact-us .buttons-box {
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}

#services-page .content-footer .content-contact-us .buttons-box .btn-contatc-us {
	background: #0050FF;
	border-radius: 20px;
	width: 485px;
	height: 60px;
	font-weight: 600;
	font-size: 21px;
	border: none;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: unset;
}

#services-page .content-footer .content-contact-us .buttons-box .btn-contatc-us.arm-version {
	font-size: 19px;
}

#services-page .content-footer .content-contact-us .buttons-box .href-link-proceed {
	color: #C4C4C4;
	font-weight: 600;
	font-size: 19px;
	margin-top: 20px;
	text-decoration: none;
	cursor: unset;
}

#services-page .content-footer .content-contact-us .buttons-box .href-link-proceed.arm-version {
	font-size: 17px;
}

/* Services page end */

/* About us page */

#about-us-page {
    padding: 0 60px 0 60px;
}

#about-us-page .section-header {
    margin-top: 170px;
    display: flex;
    flex-direction: column;
}

#about-us-page .section-header .title-page {
	font-size: 90px;
	font-weight: 600;
    color: black;
    width: 1177px;
}

#about-us-page .section-header .title-page.arm-version {
	font-size: 80px;
	width: 1620px;
}

#about-us-page .section-header .text-section {
	font-size: 24px;
	font-weight: 600;
	color: #868686;
	margin: 60px 0 34px 0;
    width: 775px;
}

#about-us-page .section-header .text-section.arm-version {
	font-size: 22px;
}

#about-us-page .section-header .text-section .text-black {
	color: black;
}

#about-us-page .section-body {
	margin: 200px 0 220px 0;
}

#about-us-page .section-body .title-section {
	font-size: 64px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
    color: black;
}

#about-us-page .section-body .text {
	color: #868686;
	font-size: 24px;
	width: 850px;
	margin: 0 auto;
	text-align: center;
}

#about-us-page .section-body .text.arm-version {
	font-size: 22px;
	width: 900px;
}

#about-us-page .section-footer .title-section {
	font-size: 64px;
	font-weight: 600;
	/*margin-bottom: 60px;*/
	color: black;
	width: 1800px;
	margin: 0 auto 60px auto; 
}

#about-us-page .section-footer .img-block-section {
	display: flex;
	justify-content: space-between;
	width: 1800px;
	margin: 0 auto;
}

#about-us-page .img-section-table,
#about-us-page .img-section-mobile {
	display: none;
}

#about-us-page .section-footer .img-block-section .block-left .text {
	font-weight: 600;
	font-size: 21px;
	width: 425px;
	color: #868686;
	margin-top: 30px;
}

#about-us-page .section-footer .img-block-section .block-left .text.arm-version {
	font-size: 19px;
	width: 500px;
}

#about-us-page .section-footer .img-block-section .block-left .text .text-black {
	color: black;
}

#about-us-page .section-footer-join-us {
    margin: 250px 0 250px 0;
	display: flex;
	flex-direction: column;
}

#about-us-page .section-footer-join-us .title-section {
	text-align: center;
	font-weight: 600;
	font-size: 64px;
	margin-bottom: 60px;
	color: black;
}

#about-us-page .section-footer-join-us .title-section.arm-version {
	font-size: 62px;
}

#about-us-page .section-footer-join-us .text {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #868686;
	width: 486px;
	margin: 0 auto;
}

#about-us-page .section-footer-join-us .text.arm-version {
	font-size: 22px;
	width: 650px;
}

#about-us-page .section-footer-join-us .btn-join-us {
	width: 485px;
	height: 60px;
	background: #0050FF;
	border-radius: 20px;
	font-size: 21px;
	font-weight: 600;
	color: white;
	border: none;
	cursor: pointer;
    margin: 60px auto 20px auto;
    text-decoration: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

#about-us-page .section-footer-join-us .btn-join-us.arm-version {
    font-size: 19px;
}

#about-us-page .section-footer-join-us .link-href {
	color: #C4C4C4;
	text-align: center;
	display: inline-block;
	font-size: 19px;
	text-decoration: unset;
	cursor: unset;
}

#about-us-page .section-footer-join-us .link-href.arm-version {
	font-size: 17px;
}

/* About us page end */

/* Join us page */

#join-us-page {
	margin-top: 175px;
    padding: 0 60px 0 60px;
}

#join-us-page .section-header .title {
	font-size: 64px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
    color: black;
}

#join-us-page .section-header .title.arm-version {
	font-size: 62px;
	/*font-family: 'Montserrat Arm SemiBold';*/
}

#join-us-page .section-header .text {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #6E6E73;
	width: 720px;
	margin: 0 auto 60px auto;
}

#join-us-page .section-header .text.arm-version {
	font-size: 22px;
}

#join-us-page .box-animation-circle {
	margin-top: 110px;
	display: flex;
    justify-content: center;
}

#join-us-page .box-animation-circle .body-aniation-circle {
	width: 24px;
	height: 40px;
	border-radius: 30px;
	border: 3px solid black;
	position: relative;
	overflow: hidden;
}

#join-us-page .box-animation-circle .body-aniation-circle .animation-element {
    width: 100%;
    height: 0px;
    background-color: #E4E4E4;
    position: absolute;
    bottom: 0;

    animation: 4s dow_up infinite;
}

#join-us-page>.section-body {
	margin-top: 180px;
}

#join-us-page .section-body .section-img-info-box {
	display: flex;
	/*justify-content: space-between;*/
	justify-content: center;
}

#join-us-page .section-body .section-img-info-box .section-left {
	margin-right: 30px;
}

#join-us-page .section-body .section-img-info-box .section-left .text-box {
	background: #F2F2F2;
	padding: 183px 0 0 121px;
    width: 1040px;
    height: 975px;
    margin-bottom: 30px;
}

#join-us-page .section-body .section-img-info-box .section-left .text-box .title {
	font-size: 64px;
	font-weight: 600;
	margin-bottom: 30px;
	color: black;
}

#join-us-page .section-body .section-img-info-box .section-left .text-box .title.arm-version {
	font-size: 62px;
	/*font-family: 'Montserrat Arm SemiBold';*/
}

#join-us-page .section-body .section-img-info-box .section-left .text-box .text {
	font-weight: 600;
	font-size: 28px;
    width: 525px;
    color: black;
}

#join-us-page .section-body .section-img-info-box .section-left .text-box .text.arm-version {
	font-size: 26px;
}

#join-us-page .section-footer {
	margin: 200px 0 250px 0;
}

#join-us-page .section-footer .header-title-form-section {
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
    margin-bottom: 145px;
}

#join-us-page .section-footer .header-title-form-section .title-form-section {
	font-size: 64px;
	color: black;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}

/*#join-us-page .section-footer .header-title-form-section .title-form-section.arm-version {
	font-family: 'Montserrat Arm SemiBold';
}*/

#join-us-page .section-footer .header-title-form-section .text-form-section {
	font-size: 21px;
	color: #868686;
	width: 486px;
    text-align: center;
    font-weight: 600;
}

#join-us-page .section-footer .section-top .row-info-block {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 260px 0 260px;
    margin-bottom: 60px;
}

#join-us-page .section-footer .section-top .row-info-block .info-block {
	width: 360px;
	margin-bottom: 40px;
	cursor: pointer;
}

#join-us-page .img-section-table,
#join-us-page .img-section-mobile {
	display: none;
}

/* Active vacancy */

#join-us-page .section-footer .section-top .row-info-block .info-block.active .title-box {
	border: 4px solid black;
}

/* Active vacancy end */

#join-us-page .section-footer .section-top .row-info-block .info-block .title-box {
	background: #F2F2F2;
	border-radius: 22.5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#join-us-page .section-footer .section-top .row-info-block .info-block .title-box .title-block {
	font-weight: 600;
	font-size: 17px;
	text-align: center;
	color: #333333;
	margin: 0;
}

#join-us-page .section-footer .section-top .row-info-block .info-block .title-box .title-block.arm-version {
	font-family: 'Montserrat Arm SemiBold';
}

#join-us-page .section-footer .section-top .row-info-block .info-block .text {
	color: #868686;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin: 10px auto 0 auto;
	width: 302px;
 	font-family: 'SF Pro Display Regular'; 
 	letter-spacing: 0.03em;
}

#join-us-page .section-footer .section-top .row-info-block .info-block .text.arm-version {
	font-family: 'Montserrat Arm Regular';
}

/* Form send */

#join-us-page .section-footer .section-top .form-send {
	width: 610px;
	margin: 0 auto 60px auto;
}

#join-us-page .section-footer .section-top .form-send .body {
	width: 100% !important;
	height: 100%;
	display: none;
}

#join-us-page .section-footer .section-top .form-send .body .input-block-row {
	margin-bottom: 60px;
}

#join-us-page .section-footer .section-top .form-send .body .input-block-row.last {
	margin-bottom: 17px;
}

#join-us-page .section-footer .section-top .form-send .body .input-block-row .header-section {
	display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
    padding-right: 40px;
}

#join-us-page .section-footer .section-top .form-send .body .input-block-row .header-section .title-box {
	width: 360px;
	height: 50px;
	background: #0050FF;
	border-radius: 20px;
	display: flex;
	align-items: center;
    padding-left: 25px;
}

#join-us-page .section-footer .section-top .form-send .body .input-block-row .header-section .title-box .title {
	color: white;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.41px;
	font-family: 'SF Pro Display Regular'; 
	margin: 0;
}

#join-us-page .section-footer .section-top .form-send .body .input-block-row .header-section .title-box .title.arm-version {
	font-size: 17px;
	font-family: 'Montserrat Arm Thin';
}

#join-us-page .section-footer .section-top .form-send .body .input-block-row .body-section {
	display: flex;
	justify-content: space-between;
}

#join-us-page .section-footer .section-top .form-send .body .input-block-row .body-section .input-box {
	width: 570px;
	height: 50px;
}

#join-us-page .section-footer .section-top .form-send .body .input-block-row .body-section .textarea-box {
	height: 260px;
}

#join-us-page .section-footer .section-top .form-send .body .input-block-row .body-section .input-box .input-form {
	width: 100%;
	height: 100%;
	background: #F2F2F2;
	border-radius: 20px;
    border: none;
    padding: 15px 25px 15px 25px;
    font-size: 18px;
	letter-spacing: -0.41px;
	outline: unset;
	color: black;
}

#join-us-page .section-footer .section-top .form-send .body .input-block-row .body-section .input-box .input-form.arm-version {
	font-size: 17px;
	font-family: 'Montserrat Arm Thin';
}

#join-us-page .section-footer .section-top .form-send .body .input-block-row .body-section .input-box .textarea-form {
	resize:none;
}

#join-us-page .section-footer .section-top .form-send .body .input-block-row .body-section .input-box .input-form::placeholder {
	font-family: 'SF Pro Display Thin';
	color: #B0B0B0;
	font-size: 18px;
	letter-spacing: -0.41px;
}

#join-us-page .section-footer .section-top .form-send .body .input-block-row .body-section .input-box .input-form.arm-version::placeholder {
	font-family: 'Montserrat Arm Thin';
}

#join-us-page .section-footer .section-top .form-send .body .input-block-row .body-section .icon-box {
	display: flex;
    align-items: flex-end;
}

#join-us-page .section-footer .section-top .form-send .body .attach-cv-box {
    display: flex;
    align-items: center;
}

#join-us-page .section-footer .section-top .form-send .body .attach-cv-box .text {
	font-size: 18px;
	color: #86868B;
	margin-right: 15px;
	font-family: 'SF Pro Display Regular';
	margin-bottom: 0;
}

#join-us-page .section-footer .section-top .form-send .body .attach-cv-box .text.arm-version {
	font-size: 17px;
}

#join-us-page .section-footer .section-top .form-send .body .attach-cv-box .icon-img {
	cursor: pointer;
}

#join-us-page .section-footer .section-top .form-send .body .attach-cv-box .input-file {
	display: none;
}

/* Form send end */

#join-us-page .section-footer .section-top .btn-link-box {
    display: flex;
    flex-direction: column;
    width: 610px;
    margin: 0 auto 0 auto;
    justify-content: flex-start;
}

#join-us-page .section-footer .section-top .btn-link-box .btn-send-inquiry {
	width: 570px;
	height: 50px;
	border-radius: 20px;
	background: #0050FF;
	font-size: 18px;
	color: white;
	border: none;
	cursor: pointer;
	font-family: 'SF Pro Display Regular'; 
	margin-bottom: 15px;
}

#join-us-page .section-footer .section-top .btn-link-box .btn-send-inquiry.arm-version {
	font-size: 17px;
	font-family: 'Montserrat Arm Regular';
}

#join-us-page .section-footer .section-top .btn-link-box .link-href {
	color: #666666;
	letter-spacing: 0.03em;
	font-weight: 600;
	font-size: 14px;
	text-decoration: unset;
    text-align: center;
    width: 570px;
    cursor: unset;
}	

#join-us-page .section-footer .section-top .btn-link-box .link-href.arm-version {
	font-size: 16px;
}

/* Join us page end */

/* Contacts page */

#contacts-page {
	margin-top: 170px;
	padding: 0 250px 0 250px;
}

#contacts-page .content-top .section-header .title-page {
	font-weight: 600;
	font-size: 64px;
	text-align: center;
	margin-bottom: 20px;
	color: black;
}

#contacts-page .content-top .section-header .title-page.arm-version {
    font-size: 62px;
}

#contacts-page .content-top .section-header .sub-title {
	text-align: center;
	color: #BEBEBE;
	font-weight: 600;
	font-size: 24px;
    width: 562px;
    margin: 0 auto;
}

#contacts-page .content-top .section-header .sub-title.arm-version {
	font-size: 22px;
}

#contacts-page .content-top .section-header .block-inforation-box {
    width: 1420px;
    margin: 60px auto 60px auto;
	display: flex;
    justify-content: space-between;
}

#contacts-page .content-top .section-header .block-inforation-box .information-block {
	width: 700px;
	height: 460px;
	background: #F2F2F2;
	padding: 129px 0 0 100px;
}

#contacts-page .content-top .section-header .block-inforation-box .information-block .title-info,.text-info {
	font-weight: 600;
	font-size: 28px;
	color: #868686;
}

#contacts-page .content-top .section-header .block-inforation-box .information-block .title-info.arm-version, .text-info.arm-version {
	font-size: 26px;
}

#contacts-page .content-top .section-header .block-inforation-box .information-block .title-info {
	margin-bottom: 20px;
}

#contacts-page .content-top .section-header .block-inforation-box .information-block .text-info {
	color: black;
	margin-bottom: 30px;
}

#contacts-page .content-top .section-header .block-inforation-box .information-block .icons-row .href-soc-link {
	margin-right: 30px;
}

#contacts-page .content-top .section-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#contacts-page .content-top .section-bottom .img-section-mobile {
	display: none;
}

#contacts-page .content-top .section-bottom .text-section {
	text-align: center;
	color: #BEBEBE;
	font-weight: 600;
	font-size: 21px;
	margin-top: 30px;
}

#contacts-page .content-top .section-bottom .text-section.arm-version {
    font-size: 19px;
}

#contacts-page .content-body {
    margin: 120px 0 250px 0;
}

#contacts-page .content-body .section-body .title-section {
	font-weight: 600;
	font-size: 64px;
	text-align: center;
	margin-bottom: 30px;
	color: black;
}

#contacts-page .content-body .section-body .title-section.arm-version {
	font-size: 62px;
}

#contacts-page .content-body .section-body .sub-title {
	font-weight: 600;
	font-size: 21px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #868686;
    width: 250px;
    margin: 0 auto;
}

#contacts-page .content-body .section-body .form-content {
	width: 610px;
	margin: 60px auto 0 auto;
}

/* Form */

#form-page .content-footer .form-content {
	width: 610px;
	margin: 160px auto 0 auto;
}

#contacts-page .content-body .section-body .form-content .input-block-row {
	margin-bottom: 60px;
}

#contacts-page .content-body .section-body .form-content .input-block-row.last {
	margin-bottom: 17px;
}

#contacts-page .content-body .section-body .form-content .input-block-row .header-section {
	display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
    padding-right: 40px;
}

#contacts-page .content-body .section-body .form-content .input-block-row .header-section .title-box {
	width: 360px;
	height: 50px;
	background: #0050FF;
	border-radius: 20px;
	display: flex;
	align-items: center;
    padding-left: 25px;
}

#contacts-page .content-body .section-body .form-content .input-block-row .header-section .title-box .title {
	color: white;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.41px;
	font-family: 'SF Pro Display Regular'; 
	margin: 0;
}

#contacts-page .content-body .section-body .form-content .input-block-row .header-section .title-box .title.arm-version {
	font-size: 17px;
	font-family: 'Montserrat Arm Thin';
}

#contacts-page .content-body .section-body .form-content .input-block-row .body-section {
	display: flex;
	justify-content: space-between;
}

#contacts-page .content-body .section-body .form-content .input-block-row .body-section .input-box {
	width: 570px;
	height: 50px;
}

#contacts-page .content-body .section-body .form-content .input-block-row .body-section .textarea-box {
	height: 260px;
}

#contacts-page .content-body .section-body .form-content .input-block-row .body-section .input-box .input-form {
	width: 100%;
	height: 100%;
	background: #F2F2F2;
	border-radius: 20px;
    border: none;
    padding: 15px 25px 15px 25px;
    font-size: 18px;
	letter-spacing: -0.41px;
	outline: unset;
	color: black;
}

#contacts-page .content-body .section-body .form-content .input-block-row .body-section .input-box .input-form.arm-version {
	font-size: 17px;
	font-family: 'Montserrat Arm Thin';
}

#contacts-page .content-body .section-body .form-content .input-block-row .body-section .input-box .textarea-form {
	resize: none;
}

#contacts-page .content-body .section-body .form-content .input-block-row .body-section .input-box .input-form::placeholder {
	font-family: 'SF Pro Display Thin';
	color: #B0B0B0;
	font-size: 18px;
	letter-spacing: -0.41px;
}

#contacts-page .content-body .section-body .form-content .input-block-row .body-section .input-box .input-form.arm-version::placeholder {
	font-family: 'Montserrat Arm Thin';
}

#contacts-page .content-body .section-body .form-content .input-block-row .body-section .icon-box {
	display: flex;
    align-items: flex-end;
}

#contacts-page .content-body .section-body .form-content .btn-link-box {
    display: flex;
    flex-direction: column;
    width: 610px;
    margin: 120px auto 0 auto;
    justify-content: flex-start;
}

#contacts-page .content-body .section-body .form-content .btn-link-box .btn-send-inquiry {
	width: 570px;
	height: 50px;
	border-radius: 20px;
	background: #0050FF;
	font-size: 18px;
	color: white;
	border: none;
	cursor: pointer;
	font-family: 'SF Pro Display Regular'; 
	margin-bottom: 15px;
}

#contacts-page .content-body .section-body .form-content .btn-link-box .btn-send-inquiry.arm-version {
	font-size: 17px;
	font-family: 'Montserrat Arm Regular';
}

#contacts-page .content-body .section-body .form-content .btn-link-box .link-href {
	color: #666666;
	letter-spacing: 0.03em;
	font-weight: 600;
	font-size: 14px;
	text-decoration: unset;
    text-align: center;
    width: 570px;
    cursor: unset;
}

/* Form end */

/* Contacts page end */

/* Form page */

#form-page .content-top {
	margin-top: 170px;
}

#form-page .content-top .title-content {
	font-weight: 600;
	font-size: 48px;
	text-align: center;
	margin-bottom: 20px;
	color: black;
}

#form-page .content-top .title-content.arm-version {
	font-size: 46px;
	/*font-family: 'Montserrat Arm SemiBold';*/
}

#form-page .content-top .sub-title {
	width: 330px;
	margin: 0 auto 15px auto;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.03em;
	color: black;
}

#form-page .content-top .sub-title.arm-version {
	font-size: 14px;
}

#form-page .content-top .text {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.03em;
	color: #666666;
	text-align: center;
}

#form-page .content-top .text.arm-version {
	font-size: 12px;
}

#form-page .content-body {
    display: flex;
    justify-content: space-between;
    width: 770px;
    margin: 137px auto 0 auto;
}

/* Active row animation */

#form-page .content-body .row-flex.active {
	width: 674px;
}

#form-page .content-body .row-flex.active .info-block .row-box .text-box {
	width: 90%;
    overflow: scroll;
}

/* Active row animation end */


#form-page .content-body .row-flex {
	margin-right: 60px;
	width: 360px;
	transition: 1s;
}

#form-page .content-body .row-flex .info-block {
	display: flex;
	align-items: center;
	cursor: pointer;
}

#form-page .content-body .row-flex .info-block .row-box {
	display: flex;
	align-items: center;
	background: #F2F2F2;
	border-radius: 22.5px;
	padding: 14px 0 14px 25px;
	width: 100%;
	margin-right: 14px;
}

#form-page .content-body .row-flex .info-block .row-box .img-box {
	margin-right: 30px;
	display: flex;
}

#form-page .content-body .row-flex .info-block .row-box .text-box {
	overflow: hidden;
    width: 78%;
}

#form-page .content-body .row-flex .info-block .row-box .text-box .text.active {
	color: black;
	font-family: 'SF Pro Display Semibold';
}

#form-page .content-body .row-flex .info-block .row-box .text-box .text {
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	font-family: 'SF Pro Display Regular';
	margin: 0;
	display: table-cell;
    white-space: nowrap;
    padding-right: 15px;
}

#form-page .content-body .row-flex .info-block .row-box .text-box .text.arm-version {
	font-size: 16px;
	font-family: 'Montserrat Arm Regular';
}

#form-page .content-body .row-flex .info-block .row-box .text-box .text.arm-version.active {
	font-family: 'Montserrat Arm SemiBold';
}

#form-page .content-body .row-flex .info-block .row-box .text-box .text.text-right {
    overflow: hidden;
}

#form-page .content-body .row-flex .row-2 {
	margin-top: 10px;
    padding-left: 80px;
}

#form-page .content-body .row-flex .row-2 .text-row {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #B8B8B8;
    font-family: 'SF Pro Display Thin';
}

#form-page .content-body .row-flex .row-2 .text-row.arm-version {
	font-family: 'Montserrat Arm Light';
}

#form-page .content-body .row-flex.right .info-block .row-box .text-box .text.text-right {
	width: 22px;
}

#form-page .content-footer {
	margin: 60px 0 250px 0;
}

#form-page .content-footer .title-content {
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.03em;
    width: 330px;
    margin: 0 auto 15px auto;
    color: black;
    display: none;
}

#form-page .content-footer .title-content.active {
	display: block;
}

#form-page .content-footer .title-content.arm-version {
    font-size: 14px;
    width: 400px;
}

#form-page .content-footer .sub-text {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.03em;
	color: #666666;
	text-align: center;
}

/* Form */

#form-page .content-footer .form-content .input-block-row {
	margin-bottom: 60px;
}

#form-page .content-footer .form-content .input-block-row.last {
	margin-bottom: 17px;
}

#form-page .content-footer .form-content .input-block-row .header-section {
	display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
    padding-right: 40px;
}

#form-page .content-footer .form-content .input-block-row .header-section .title-box {
	width: 360px;
	height: 50px;
	background: #0050FF;
	border-radius: 20px;
	display: flex;
	align-items: center;
    padding-left: 25px;
}

#form-page .content-footer .form-content .input-block-row .header-section .title-box .title {
	color: white;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.41px;
	font-family: 'SF Pro Display Regular'; 
	margin: 0;
}

#form-page .content-footer .form-content .input-block-row .header-section .title-box .title.arm-version {
	font-size: 17px;
	font-family: 'Montserrat Arm Thin';
}

#form-page .content-footer .form-content .input-block-row .body-section {
	display: flex;
	justify-content: space-between;
}

#form-page .content-footer .form-content .input-block-row .body-section .input-box {
	width: 570px;
	height: 50px;
}

#form-page .content-footer .form-content .input-block-row .body-section .textarea-box {
	height: 260px;
}

#form-page .content-footer .form-content .input-block-row .body-section .input-box .input-form {
	width: 100%;
	height: 100%;
	background: #F2F2F2;
	border-radius: 20px;
    border: none;
    padding: 15px 25px 15px 25px;
    font-size: 18px;
	letter-spacing: -0.41px;
	outline: unset;
    color: black;
}

#form-page .content-footer .form-content .input-block-row .body-section .input-box .input-form.arm-version {
	font-size: 17px;
	font-family: 'Montserrat Arm Thin';
}

#form-page .content-footer .form-content .input-block-row .body-section .input-box .textarea-form {
	resize:none;
}

#form-page .content-footer .form-content .input-block-row .body-section .input-box .input-form::placeholder {
	font-family: 'SF Pro Display Thin';
	color: #B0B0B0;
	font-size: 18px;
	letter-spacing: -0.41px;
}

#form-page .content-footer .form-content .input-block-row .body-section .input-box .input-form.arm-version::placeholder {
	font-family: 'Montserrat Arm Thin';
}

#form-page .content-footer .form-content .input-block-row .body-section .icon-box {
	display: flex;
    align-items: flex-end;
}

#form-page .content-footer .form-content .btn-link-box {
    display: flex;
    flex-direction: column;
    margin: 120px auto 0 auto;
    align-items: center;
}

#form-page .content-footer .form-content .btn-link-box .btn-send-inquiry {
	width: 570px;
	height: 50px;
	border-radius: 20px;
	background: #0050FF;
	font-size: 18px;
	color: white;
	border: none;
	cursor: pointer;
	font-family: 'SF Pro Display Regular'; 
	margin-bottom: 15px;
}

#form-page .content-footer .form-content .btn-link-box .btn-send-inquiry.arm-version {
	font-size: 17px;
	font-family: 'Montserrat Arm Regular';
}

#form-page .content-footer .form-content .btn-link-box .link-href {
	color: #666666;
	letter-spacing: 0.03em;
	font-weight: 600;
	font-size: 14px;
	text-decoration: unset;
    text-align: center;
    width: 570px;
    cursor: unset;
}

/* Form end */

/* Form page */

/* Privacy page */

#privacy-page {
    margin: 204px 160px 250px 160px;
}

#privacy-page .title-page {
	font-weight: 600;
	font-size: 64px;
	text-align: center;
	margin-bottom: 80px;
	color: black;
}

#privacy-page .text-section .title-section {
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 30px;
	color: black;
}

#privacy-page .text-section {
    width: 1588px;
	margin-bottom: 60px;
}

#privacy-page .text-section .info-text {
	font-weight: 600;
	font-size: 21px;
	color: #6E6E73;
}

#privacy-page .text-section .content-info-text {
	margin-left: 10px;
}

#privacy-page .text-section .info-text .number-text {
	width: 29px;
	text-align: right;
	display: inline-block;
}

#privacy-page .text-section .info-text .number-text.text-eleven {
	letter-spacing: 1.3px;
}

#privacy-page .text-section .info-text.title-info-text {
	color: black;
}

#privacy-page .text-section .inner-text {
	margin-left: 13px;
}

#privacy-page .text-section .inner-text .info-text {
	display: flex;
}

#privacy-page .text-section .inner-text .right-text {
    width: 100%;
    margin-left: 5px;
}

#privacy-page .text-section .content-info-text.direct {
	margin-left: 0;
}

#privacy-page .text-section.text-animation-section .row-text {
	display: block;
}

#privacy-page .plus-img {
	display: none;
}

/* Privacy page end */

/* Terms & Conditions */

#terms-condition-page {
	margin: 210px 160px 250px 160px;
}

#terms-condition-page .title-page {
	font-weight: 600;
	font-size: 64px;
	text-align: center;
    color: black;
}

#terms-condition-page .section-body {
	margin-top: 74px;
	width: 1600px;
}

#terms-condition-page .section-body .info-text {
	font-weight: 600;
	font-size: 21px;
	color: #6E6E73;
}

#terms-condition-page .section-body .info-text.row-text {
	margin-bottom: 30px;
}

/* Terms & Conditions end */

/* Footer */

#footer.footer-page {
	border-top: 1px solid #F5F5F5;
	margin-bottom: 30px;
}

#footer.footer-page .section-body {
	display: flex;
    margin: 123px 0 0 401px;
}

#footer.footer-page .section-body .menu-list {
	list-style: none;
}

#footer.footer-page .section-body .menu-list .list-item.title.logo {
    display: flex;
    align-items: center;
}

#footer.footer-page .section-body .menu-list .list-item.title.logo .img-logo {
	width: 100px;
}

#footer.footer-page .section-body .menu-list .list-item.title.logo .logo-img-item-box {
	left: 0;
}

#footer.footer-page .section-body .menu-list .list-item.title.logo .title-logo {
	font-family: 'SF Pro Display Thin';
    letter-spacing: 1px;
    margin: 0;
}

#footer.footer-page .section-body .menu-list .list-item.title {
	font-weight: 600;
	color: black;
}

#footer.footer-page .section-body .menu-list .list-item {
	margin-bottom: 14px;
}

#footer.footer-page .section-body .menu-list .list-item .href-link {
	text-decoration: unset;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 600;
}

#footer.footer-page .section-body .section.section-2 {
    margin: 0 270px 0 190px;
}

#footer.footer-page .section-body .section.section-3 .head-item-soc-link {
	margin-bottom: 0;
}

#footer.footer-page .section-body .list-item .menu-list-soc-links {
	display: flex;
	height: 20px;
}

#footer.footer-page .section-body .list-item .menu-list-soc-links .list-item.soc-link {
	margin-right: 21px;
	margin-bottom: 0;
	height: max-content;
}

#footer.footer-page .section-footer {
	height: 75px;
}

#footer.footer-page .section-footer .text-row {
	margin:90px 0px 0 400px;
}

#footer.footer-page .section-footer .text-row .text {
	font-weight: 600;
	font-size: 12px;
    color: black;
}

#footer.footer-page .section-footer .text-row-2 {
	width: 1400px;
	margin: 0 auto;
	margin-top: 4px;
	border-radius: 30px;
	background-color: #D4D4D4;
	padding: 16px 191px 16px 191px;
    position: fixed; 
    bottom: 30px;
    left: 0;
    right: 0;
}

/* Hide success */

#footer.footer-page .section-footer .text-row-2.hide-success {
	background-color: unset;
}

#footer.footer-page .section-footer .text-row-2.hide-success .first-show-row {
	display: none;
}

/* Hide success */

#footer.footer-page .section-footer .text-row-2 .first-show-row {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer.footer-page .section-footer .text-row-2 .text {
	color: #4C4C4C;
	font-weight: 600;
	font-size: 14px;
    margin: 0;
}

#footer.footer-page .section-footer .text-row-2 .btn-okey {
	background: #FFFFFF;
	border-radius: 20px;
	border: none;
	width: 88px;
	height: 25px;
	font-size: 12px;
	font-weight: 600;
	color: #2F80ED;
	cursor: pointer;
}

#footer.footer-page .section-table-footer {
	display: none;
}

#footer.footer-page .section-table-footer .logo-header .img-logo {
	width: 100px;
}

#footer.footer-page .section-table-footer .text-footer-end.arm-version {
	font-family: 'Montserrat Arm Light';
	text-align: center;
}
 
/* Footer end */

/* Media screen */

@media only screen and (max-width: 1920px) {
	/* Home page */

	#home-page.home-page-content .bottom-section-page .information-block {
	    width: auto;
	}	

	/* Home page end */

	/* About us page */

	#about-us-page .section-footer .title-section {
		width: auto;
	}

	/* About us page end */
}

@media only screen and (max-width: 1680px) {
	/* Header */

	#header-menu .row-menu {
		padding: 10px 116px 10px 160px;
	}

	/* Header end */

	/* Home page */

	#home-page.home-page-content .top-section-page .section-top-box .title-box .title {
		font-size: 64px;
	}

	#home-page.home-page-content .top-section-page .section-top-box .sub-title-box .title {
		font-size: 28px;
	}

	#home-page.home-page-content .top-section-page .title-section-top {
		font-size: 64px;
	}

	#home-page.home-page-content .top-section-page .body-information-block {
		width: 90%;
        margin: 100px auto 0px auto;
	}

	#home-page.home-page-content .top-section-page .body-information-block .title {
		font-size: 64px;
	}

	#home-page.home-page-content .margin-content-information-block {
	    margin: 200px auto 0px auto;
	    width: 90%;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-body {
        width: 100%;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-img .home-img-big,
	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .home-img-small {
	    width: 100%;
    	height: auto;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-body .colum-img-box-reverse .text-box {
	    margin: 0 0 25px 0;
	}

	#home-page.home-page-content .bottom-section-page .information-block.block-1 .section-body .box-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-2 .section-body .box-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-3 .section-body .box-img.colum-img-box-reverse,
	#home-page.home-page-content .bottom-section-page .information-block.block-4 .section-body .box-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-5 .section-body .box-img.colum-img-box-reverse,
	#home-page.home-page-content .bottom-section-page .information-block.block-6 .section-body .box-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-7 .section-body .box-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-8 .section-body .box-img.colum-img-box-reverse {
		width: 61%;
		height: auto;
	}
	#home-page.home-page-content .bottom-section-page .information-block.block-1 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-2 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-3 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-4 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-5 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-6 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-7 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-8 .section-body .box-text-img {
	    width: 37%;
	}

	#home-page.home-page-content .bottom-section-page .information-block.block-3 .section-body .box-text-img .home-img-big {
	    height: 525px;
	}
	#home-page.home-page-content .bottom-section-page .information-block.block-3 .section-body .box-text-img .home-img-small {
	    height: 760px;
	}

	#home-page.home-page-content .bottom-section-page .information-block.block-5 .section-body .box-text-img .home-img-big {
	    height: 600px;
	}
	#home-page.home-page-content .bottom-section-page .information-block.block-5 .section-body .box-text-img .home-img-small {
	    height: 871px;
	}

	#home-page.home-page-content .bottom-section-page .information-block.block-6 .section-body .box-text-img .box-text-img-2 {
		width: 100%;
	}

	#home-page.home-page-content .bottom-section-page .information-block.block-8 .section-body .box-text-img .home-img-big {
	    height: 600px;
	}
	#home-page.home-page-content .bottom-section-page .information-block.block-8 .section-body .box-text-img .home-img-small {
	    height: 806px;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change .title-section {
		font-size: 72px;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change .text {
		font-size: 21px;
	}

	/* Home page end */

	/* About us page */

	#about-us-page .section-footer .img-block-section .block-left {
		width: 30%;
	}

	#about-us-page .section-footer .img-block-section .block-left .img-section {
		width: 100%;
	}

	#about-us-page .section-footer .img-block-section .block-right {
		width: 69%;
	}

	#about-us-page .img-section {
		width: 100%;
	}

	#about-us-page .section-footer .img-block-section .block-left .text {
		width: 90%;
		font-size: 18px;
	}

	/* About us page end */

	/* Contacts page */

	#contacts-page {
	    width: 80%;
	    margin: 170px auto 0 auto;
	    padding: 0;
	}

	#contacts-page .content-top .section-header .block-inforation-box {
    	margin: 60px auto 60px auto;
	}

	#contacts-page .content-top .section-header .block-inforation-box .information-block {
		width: 49%;
	    padding: 10% 0 0 5%;
        height: 400px;
	}

	#contacts-page .section-bottom .img-section {
		width: 100%;
	}

	/* Contacts page end */

	/*Join us page */

	#join-us-page .section-body .section-img-info-box .section-left {
	    width: 61%;
	}

	#join-us-page .section-body .section-img-info-box .section-left .text-box {
	    width: 100%;
    	height: 770px;
	    padding: 15% 10%;
	}

	#join-us-page .section-body .section-img-info-box .section-left .img-box .img-section {
	    width: 100%;
		height: 770px;
	}

	#join-us-page .section-body .section-img-info-box .section-right {
		width: 37%;
	}

	#join-us-page .section-body .section-img-info-box .section-right .img-section {
	    width: 100%;
    	height: 1570px;
	}

	#join-us-page .section-footer .section-top .row-info-block {
		padding: 0;
	}

	/*Join us page end */

	/* Footer */

	#footer.footer-page .section-body {
	    margin: 120px 0 0 160px;
	}

	#footer.footer-page .section-body .section.section-2 {
	    margin: 0 190px 0 150px;
	}

	#footer.footer-page .section-footer .text-row {
	    margin: 90px 0px 0 160px;
	}

	#footer.footer-page .section-footer .text-row-2 {
		padding: 16px 0px 16px 0px;
		display: flex;
		justify-content: center;
	    width: 75%;
	}

	#footer.footer-page .section-footer .text-row-2 .text {
		margin-right: 20px;
	}

	/* Footer end */
}

@media only screen and (max-width: 1440px) {
	/* Header */

	#home-page.home-page-content .top-section-page .section-top-box {
	    padding-top: 180px;
	    margin-bottom: 200px;
	    height: auto;
	}

	#home-page.home-page-content .top-section-page .section-top-box .title-box .title {
	    font-size: 60px;
	}

	#home-page.home-page-content .top-section-page .section-top-box .sub-title-box .title {
	    font-size: 25px;
	}

	#home-page.home-page-content .top-section-page .title-section-top {
	    font-size: 60px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .information-block {
	    padding: 120px 0 120px 0px;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-header.arm-version {
		width: auto;
	}

	#home-page.home-page-content .top-section-page .body-information-block .title {
	    font-size: 64px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .title.arm-version {
		width: 1000px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .text {
	    width: 48%;
	}

	#home-page.home-page-content .bottom-section-page .information-block.block-5.arm-version .section-body {
		height: auto;
	}

	/* Header menu */

	#header-menu .content-menu-header {
		height: 100vh;
	}

	#header-menu .content-menu-header .menu-header {
		margin-bottom: 140px;
	    padding-left: 12%;
	}

	#header-menu .content-menu-header .menu-footer {
	    margin-top: 150px;
	}

	/* Header menu end */

	/* Header end */

	/* Services page */

	#services-page .content-body .info-section-block .section-header .title-section {
		font-size: 48px;
	}

	#services-page .content-body .info-section-block .section-header .title-section.arm-version {
		width: auto;
	}

	#services-page .content-body .info-section-block .section-body,
	#services-page .content-body .info-section-block .section-footer {
		width: 980px;
	}

	#services-page .content-body .info-section-block .section-body .text-box {
		width: 480px;
	}

	#services-page .content-body .info-section-block .section-body .text-box,
	#services-page .content-body .info-section-block.lg .section-body .text-box {
	    padding: 83px 0 0 71px;
	}

	#services-page .content-body .info-section-block .section-body .text-box .text.arm-version {
		font-size: 18px;
	}

	#services-page .content-body .info-section-block.block-1 .section-body .text-box .text {
	    width: 79%;
	}

	#services-page .content-body .info-section-block .section-body .img-box {
		width: 480px;
	}

	#services-page .content-body .info-section-block .section-body .img-box img {
		width: 100%;
	}

	/* Services page end */

	/* About us page */

	#about-us-page .section-header .title-page.arm-version,
	#about-us-page .section-footer .img-block-section .block-left .text.arm-version {
		/*width: auto;*/
		width: 90%;
	}

	#about-us-page .section-footer .img-block-section {
		width: 1320px;
	}

	/* About us page end */

	/* Contacts page */

	#contacts-page .content-top .section-header .block-inforation-box {
	    width: 1150px;
	}

	/* Contacts page end */

	/* Form page */

	#form-page .content-body .row-flex.active {
		width: 550px;
	}

	/* Form page end */

	/* Terms & conditions page */

	#terms-condition-page {
		width: 80%;
	    margin: 210px auto 250px auto;
	}

	#terms-condition-page .section-body {
		width: 100%;
	}

	/* Terms & conditions page end */

	/* Privacy page */

	#privacy-page {
		width: 80%;
    	margin: 204px auto 0 auto;
	}

	#privacy-page .text-section {
		width: 100%;
	}

	/* Privacy page end */

	/* Footer */

	/* Request modal */

	#request_success_modal .modal-dialog {
		width: 52%;
		height: 425px;
	}

	#request_success_modal .success-request-send-form .section-form .header-form {
		margin: 54px 0px 70px 54px;
	}

	#request_success_modal .success-request-send-form .section-form .body-form .title-form {
	    font-size: 32px;
	}

	#request_success_modal .success-request-send-form .section-form .body-form .text-form {
        width: 309px;
	    font-size: 17px;
	}

	/* Request modal end */
	
	#footer.footer-page .section-footer .text-row-2 {
	    padding: 16px 25px 16px 25px;
	}

	/* Footer end */
}

@media only screen and (max-width: 1366px) {
	/* Header */

	#home-page.home-page-content .bottom-section-page .information-block .section-header .title,
	#home-page.home-page-content .bottom-section-page .section-frequently-questions .title-section {
	    font-size: 60px;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box .text,
	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box .link-more {
		font-size: 20px;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions {
		width: 65%;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .header-row .title-row {
		font-size: 22px;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .row-block-questions {
		margin-top: 25px;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .header-row {
		padding-bottom: 25px;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change .title-section {
	    font-size: 65px;
	}

	/* Header menu */

	#header-menu .content-menu-header .menu-header {
	    margin-bottom: 120px;
	}

	#header-menu .content-menu-header .menu-body .row-block .block-info .link-block .title-block {
		font-size: 25px;
	}

	/* Header menu end */

	/* Header end */

	/* About us page */

	#about-us-page .section-footer .img-block-section {
		width: 100%;
	}

	/* About us page end */

	/* Services page */

	#services-page .content-header {
	    width: 70%;
	}

	#services-page .content-header .title-services-page {
	    font-size: 62px;
	}

	#services-page .content-body {
	    margin: 70px auto 0px auto;
	    width: 90%;
	}

	#services-page .content-body .info-section-block {
	    width: 100%;
	    /*margin: 0 auto;*/
	    margin: 20px auto 0 auto;
        padding: 90px 0 120px 0;
	}

	#services-page .content-body .info-section-block .section-body {
	    /*width: 90%;*/
	    width: 81%;
	    margin: 0 auto;
	}

	#services-page .content-body .info-section-block .section-body .text-box {
	    width: 500px;
	}

	#services-page .content-body .info-section-block.block-1 .section-body .text-box .text {
	    width: 90%;
	}

	/*#services-page .content-body .info-section-block .section-body .text-box {
		padding: 10% 5% !important;
	}*/

	#services-page .content-body .info-section-block .section-body .text-box.arm-version {
		padding: 0;
	}

	/* Services page */

}

@media only screen and (max-width: 1024px) {
	/* Header */

	#header-menu .row-menu {
	    padding: 10px 90px 10px 110px;
	}

	#home-page.home-page-content .top-section-page .section-top-box .title-box .title {
	    font-size: 55px;
	}

	#home-page.home-page-content .top-section-page .section-top-box {
	    padding-top: 160px;
	    margin-bottom: 110px;
	}

	#home-page.home-page-content .top-section-page .section-top-box .sub-title-box .title {
	    font-size: 21px;
	}

	#home-page.home-page-content .top-section-page .title-section-top {
	    font-size: 55px;
	}

	#home-page.home-page-content .top-section-page .body-information-block {
	    margin: 90px auto 0px auto;
	}

	#home-page.home-page-content .top-section-page .body-information-block .information-block {
	    padding: 100px 0 100px 0px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .title {
	    font-size: 55px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .title.arm-version {
		width: 90%;
	}

	#home-page.home-page-content .top-section-page .body-information-block .text {
	    width: 57%;
	    font-size: 20px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .link-contact-us {
		font-size: 20px;
	}

	#home-page.home-page-content .margin-content-information-block {
	    margin: 160px auto 0px auto;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-header .title,
	#home-page.home-page-content .bottom-section-page .section-frequently-questions .title-section {
	    font-size: 45px;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box .text,
	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box .link-more {
	    font-size: 17px;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-img .home-img-big,
	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .home-img-small {
		height: auto !important;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box {
		width: auto;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change {
	    margin-top: 240px;
	    padding: 120px 0 150px 0;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change .icon-box img {
		width: 40px;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change .title-section {
	    font-size: 55px;
	}

	/* Header menu */

	#header-menu .content-menu-header .menu-header {
	    margin-bottom: 100px;
	    padding-left: 10%;
	}

	#header-menu .content-menu-header .menu-body .row-block .block-info.arm-version {
		/*width: 30%;*/
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}

	#header-menu .content-menu-header .menu-footer {
	    margin-top: 130px;
	}

	/* Header menu end */

	/* Header end */

	/* About us page */

	#about-us-page .section-header .title-page {
		width: auto;
	}

	#about-us-page .section-footer .img-block-section {
		width: auto;
	}

	/* About us page end */

	/* Services page */

	#services-page {
		overflow: hidden;
	}

	#services-page .content-header.arm-version {
		width: auto;
	}

	#services-page .content-body .info-section-block .section-header .title-section {
		width: 90%;
	}

	#services-page .content-body .info-section-block .section-body .text-box,
	#services-page .content-body .info-section-block.lg .section-body .text-box,
	#services-page .content-body .info-section-block .section-body .text-box.arm-version {
	    /*padding: 33px 0 0 21px;*/
	    padding: 30px 0 30px 21px;
	}

	#services-page .content-body .info-section-block .section-body .img-box,
	#services-page .content-body .info-section-block .section-body .text-box {
	    width: 365px;
	}

	#services-page .content-body .info-section-block .section-body .img-box .img-info {
		width: 100%;
	}

	#services-page .content-body .info-section-block .section-body .text-box .text {
		font-size: 20px;
	}

	#services-page .content-body .info-section-block .section-footer {
	    width: 81%;
	    padding-left: 265px;
	}

	/* Services page end */

	/* Contatcs page */

	#contacts-page .content-top .section-header .block-inforation-box {
	    width: 820px;
	}

	/* Contatcs page end */

	/* Join us page */

	#join-us-page .section-body .section-img-info-box .section-left .text-box .text {
		width: auto;
	}

	/* Join us page end */

	/* Form page */

	#form-page .content-body .row-flex.active {
		width: 410px;
	}

	/* Form page end */

	/* Footer */

	#footer.footer-page .section-body {
	    /*margin: 110px 0 0 130px;*/
	    margin: 110px 0 0 150px;
	}

	#footer.footer-page .section-body .section.section-2 {
	    /*margin: 0 160px 0 120px;*/
	    margin: 0 100px 0 60px;
	}

	/* Footer end */

}

@media only screen and (max-width: 800px) {
	/*Global style*/

	.table-d-none {
		display: none !important;
	}

	/*Global style*/

	/* Header */

	#header-menu .content-menu-header {
		transform: translate(-100%, -50px);
		padding-top: 30px;
	}

	#header-menu .content-menu-header.active {
	    transform: translate(0%, -50px);
	    overflow: scroll;
	    /*min-height: 100vh;*/
	    height: 80vh;
	}

	#header-menu .content-menu-header .menu-body .row-block {
	    width: 100%;
	    flex-direction: column;
	}

	#header-menu .content-menu-header .menu-body .row-block .block-info {
	    margin-bottom: 60px;
	}

	#header-menu .content-menu-header .menu-body .row-block .block-info.arm-version {
		width: 100% !important;
	}

	#header-menu .content-menu-header .menu-body .row-block .block-info .link-block .title-block {
	    font-size: 22px;
	    margin-top: 0;
	}

	#header-menu .content-menu-header .menu-body .row-block .block-info .link-block .text-block {
		font-size: 16px;
	}

	#header-menu .content-menu-header .menu-footer .row-language-mobile {
		display: flex;
	    justify-content: space-around;
        width: 24%;
    	margin: 30px auto 0 auto;
	}

	#header-menu .content-menu-header .menu-footer {
	    width: 458px;
	    margin: 210px auto 0 auto;
	}

	#header-menu .content-menu-header .menu-footer .row-link {
		width: 100% !important;
	    flex-direction: column;
	    align-items: center;
		margin-top: 30px;
	}

	#header-menu .content-menu-header .menu-footer .row-language-mobile .link-language {
	    color: #D1D1D1;
	    text-decoration: unset;
	    font-size: 14px;
	}

	#header-menu .row-menu {
	    width: 85%;
    	margin: 0 auto;
	    padding: 10px 0px 10px 0px;
	}

	#header-menu .row-menu .content-left .icon-item {
	    width: 16px;
    	height: 22px;
	}

	#header-menu .row-menu .content-center .img-logo {
		height: 14px;
	}

	#header-menu .content-right .section-buttons .btn-box-language {
		display: none;
	}

	#header-menu .content-right .section-buttons .btn-box-apply {
		margin: 0;
	}

	#header-menu .content-right .btn-apply {
		display: none;
	}

	#header-menu .content-right .mobile-btn {
		display: block;
	}

	#header-menu .content-right .mobile-btn .button-apply-sm-size {
		width: 40px;
    	height: 25px;
    	background-color: #0050FF;
    	border-radius: 15px;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    padding: 0px 11px;
	}

	#header-menu .content-right .mobile-btn .button-apply-sm-size .circle {
		width: 5px;
	    height: 5px;
	    background-color: white;
	    border-radius: 100%;
	}

	/* Header end */

	/* Home page */

	#home-page.home-page-content .top-section-page .section-top-box {
	    padding-top: 125px;
	    margin-bottom: 100px;
	}

	#home-page.home-page-content .top-section-page .section-top-box .title-box {
		margin-bottom: 40px;
	}

	#home-page.home-page-content .top-section-page .section-top-box .title-box .title {
	    font-size: 48px;
	}

	#home-page.home-page-content .top-section-page .section-top-box .title-box .title.arm-version {
		font-size: 38px;
		width: 368px;
		margin: 0 auto;
	}

	#home-page.home-page-content .top-section-page .section-top-box .sub-title-box.before_animate_bottom {
	    width: 450px;
	}

	#home-page.home-page-content .top-section-page .section-top-box .sub-title-box .title.arm-version {
		font-size: 18px;
	}

	#home-page.home-page-content .top-section-page .title-section-top {
	    font-size: 48px;
	    width: 384px;
	    margin: 0 auto;
	}

	#home-page.home-page-content .top-section-page .title-section-top.arm-version {
		font-size: 42px;
	}

	#home-page.home-page-content .top-section-page .body-information-block {
	    width: 85%;
	    margin: 20px auto 0px auto;
	}

	#home-page.home-page-content .top-section-page .body-information-block .information-block {
	    padding: 60px 0 60px 0px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .title {
	    font-size: 48px;
	    width: 450px;
	    margin: 0 auto;
	}

	#home-page.home-page-content .top-section-page .body-information-block .title.arm-version {
		width: auto;
		font-size: 42px;
	    margin: 0 20px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .text {
		width: 400px;
	    margin: 30px auto 0 auto;
	    margin-bottom: 20px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .text.arm-version {
		font-size: 17px;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box .text.arm-version,
	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box .link-more.arm-version {
		font-size: 18px;
	}

	#home-page.home-page-content .margin-content-information-block {
	    width: 85%;
	    margin: 100px auto 0px auto;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-header .title,
	#home-page.home-page-content .bottom-section-page .section-frequently-questions .title-section {
	    font-size: 42px;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions .title-section.arm-version {
	    font-size: 38px;
	}

	#home-page.home-page-content .bottom-section-page .information-block {
	    margin-bottom: 100px;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-header {
		width: 100%;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-header.arm-version {
		width: auto;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .header-row .title-row.arm-version {
	    font-size: 18px;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-header .title.arm-version {
		font-size: 38px;
	}

	#home-page.home-page-content .bottom-section-page .information-block.block-5.arm-version .section-body {
		height: auto;
	}

	#home-page.home-page-content .bottom-section-page .information-block.block-1 .section-body,
	#home-page.home-page-content .bottom-section-page .information-block.block-6 .section-body,
	#home-page.home-page-content .bottom-section-page .information-block.block-7 .section-body {
		flex-direction: column;
	}

	#home-page.home-page-content .bottom-section-page .information-block.block-2 .section-body,
	#home-page.home-page-content .bottom-section-page .information-block.block-3 .section-body .colum-img-box-reverse,
	#home-page.home-page-content .bottom-section-page .information-block.block-4 .section-body,
	#home-page.home-page-content .bottom-section-page .information-block.block-5 .section-body .colum-img-box-reverse,
	#home-page.home-page-content .bottom-section-page .information-block.block-8 .section-body .colum-img-box-reverse {
		flex-direction: column-reverse;
	}

	#home-page.home-page-content .bottom-section-page .information-block.block-1 .section-body .box-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-2 .section-body .box-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-3 .section-body .box-img.colum-img-box-reverse,
	#home-page.home-page-content .bottom-section-page .information-block.block-4 .section-body .box-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-5 .section-body .box-img.colum-img-box-reverse,
	#home-page.home-page-content .bottom-section-page .information-block.block-6 .section-body .box-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-7 .section-body .box-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-8 .section-body .box-img.colum-img-box-reverse {
		width: 100%;
		display: flex;
    	justify-content: center;
	}

	#home-page.home-page-content .bottom-section-page .information-block.block-1 .section-header,
	#home-page.home-page-content .bottom-section-page .information-block.block-1 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-2 .section-header,
	#home-page.home-page-content .bottom-section-page .information-block.block-2 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-3 .section-header,
	#home-page.home-page-content .bottom-section-page .information-block.block-3 .section-body .colum-img-box-reverse .text-box,
	#home-page.home-page-content .bottom-section-page .information-block.block-4 .section-header,
	#home-page.home-page-content .bottom-section-page .information-block.block-4 .section-body .box-text-img .text-box,
	#home-page.home-page-content .bottom-section-page .information-block.block-5 .section-header,
	#home-page.home-page-content .bottom-section-page .information-block.block-5 .section-body .box-text-img .text-box,
	#home-page.home-page-content .bottom-section-page .information-block.block-6 .section-header,
	#home-page.home-page-content .bottom-section-page .information-block.block-6 .section-body .box-text-img:not(.box-text-img-2),
	#home-page.home-page-content .bottom-section-page .information-block.block-7 .section-header,
	#home-page.home-page-content .bottom-section-page .information-block.block-7 .section-body .box-text-img, 
	#home-page.home-page-content .bottom-section-page .information-block.block-8 .section-header,
	#home-page.home-page-content .bottom-section-page .information-block.block-8 .section-body .colum-img-box-reverse .text-box {
	    padding-left: 5%;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box {
	    width: 450px;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-img .home-img-big,
	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .home-img-small {
	    display: none;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-img .background-img {
		display: block;
	    width: 95%;
    	margin: 0 auto;
	}

	#home-page.home-page-content .bottom-section-page .information-block.block-1 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-2 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-3 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-4 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-5 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-6 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-7 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-8 .section-body .box-text-img {
	    width: 100%;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box .text {
		margin-bottom: 15px;
	}

	#home-page.home-page-content .bottom-section-page .information-block.block-3 .section-body .box-img .background-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-5 .section-body .box-img .background-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-8 .section-body .box-img .background-img {
		margin-bottom: 25px;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions {
	    width: 70%;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions {
	    margin-top: 60px;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .header-row .title-row {
	    font-size: 21px;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .header-row .right-section .circle-plus-btn {
		height: 23px;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .header-row .right-section .circle-plus-btn img {
		width: 23px;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change {
	    margin-top: 145px;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change .icon-box {
	    margin-bottom: 90px;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change .title-section {
	    font-size: 42px;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change .title-section.arm-version {
	    font-size: 40px;
	    margin-top: 30px;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change .text {
	    font-size: 18px;
	    width: 45%;
	    margin: 60px auto 0 auto;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change .text.arm-version {
	    font-size: 16px;
	}

	/* Home page end */

	/* Services page */

	#services-page .content-header {
	    width: 708px;
	}

	#services-page .content-header.arm-version {
	    width: auto;
	}

	#services-page .content-header .title-services-page.arm-version {
	    font-size: 58px;
	}

	#services-page .content-body .info-section-block .section-header .title-section {
	    width: 608px !important;
	    font-size: 38px;
	    margin: 0 auto;
	    margin-top: 20px;
	}

	#services-page .content-body .info-section-block .section-header .title-section.arm-version {
	    font-size: 38px;
	}

	#services-page .content-body .info-section-block.block-1 .section-body,
	#services-page .content-body .info-section-block.block-3 .section-body,
	#services-page .content-body .info-section-block.block-5 .section-body,
	#services-page .content-body .info-section-block.block-7 .section-body {
		flex-direction: column-reverse;
		width: 648px;
	}

	#services-page .content-body .info-section-block.block-2 .section-body,
	#services-page .content-body .info-section-block.block-4 .section-body,
	#services-page .content-body .info-section-block.block-6 .section-body,
	#services-page .content-body .info-section-block.block-8 .section-body {
		flex-direction: column;
		width: 648px;
	}

	#services-page .content-body .info-section-block .section-header .sub-title {
	    width: 648px !important;
	    font-size: 20px;
	}

	#services-page .content-body .info-section-block .section-header .sub-title {
	    font-size: 18px;
	}

	#services-page .content-body .info-section-block .section-body .text-box .text {
	    width: 100%;
	    text-align: center;
	    margin: 0 auto;
	}

	#services-page .content-body .info-section-block .section-body .text-box .text.arm-version {
		font-size: 18px;
	}

	#services-page .content-body .info-section-block .img-info {
		display: none;
	}

	#services-page .content-body .info-section-block .img-info-mobile {
		display: block;
		width: 648px !important;
	}

	#services-page .content-body .info-section-block .section-body .text-box {
		width: 648px;
		margin-top: 20px;
	}

	#services-page .content-body .info-section-block .section-footer {
		/*width: 90%;*/
	    width: 648px;
	    margin: 20px auto 0 auto;
	    padding: 0;
	    justify-content: center;
	}

	#services-page .content-body .info-section-block .section-footer .button-box .btn-apply {
		width: 90px;
    	height: 100px;
    	font-size: 16px;
	}

	#services-page .content-body .info-section-block .section-footer .button-box .link-text {
		font-size: 16px;
	}

	#services-page .content-body .info-section-block .section-footer .button-box .link-text.arm-version {
	    width: 174px;
	    font-size: 12px;
	}

	#services-page .content-footer .content-contact-us .title-content {
	    font-size: 38px;
	}

	#services-page .content-footer .content-contact-us .title-content.arm-version {
	    font-size: 38px;
	}

	#services-page .content-footer .content-contact-us .text {
	    font-size: 20px;
	    width: 45%;
	}

	#services-page .content-footer .content-contact-us .text.arm-version {
	    font-size: 18px;
	}

	#services-page .content-footer .content-contact-us .buttons-box .btn-contatc-us {
		width: 55%;
    	font-size: 20px;
	}

	#services-page .content-footer .content-contact-us .buttons-box .btn-contatc-us.arm-version {
	    font-size: 16px;
	}

	#services-page .content-footer .content-contact-us .buttons-box .href-link-proceed {
		font-size: 16px;
	}

	#services-page .content-footer .content-contact-us .buttons-box .href-link-proceed.arm-version {
	    font-size: 14px;
	}

	/* Services page end */

	/* About us page */

	#about-us-page .section-header .title-page {
        font-size: 38px;
    	width: 708px;
	}

	#about-us-page .section-header .title-page.arm-version {
	    font-size: 36px;
	    width: auto;
	}

	#about-us-page .section-header .text-section.arm-version {
	    font-size: 18px;
	}

	#about-us-page .section-header .text-section {
	    font-size: 21px;
	    width: 95%;
	}

	#about-us-page .img-section {
		display: none;
	}

	#about-us-page .img-section-table {
		display: block;
		width: 100%;
	}

	#about-us-page .section-body .title-section,
	#about-us-page .section-footer .title-section,
	#about-us-page .section-footer-join-us .title-section {
		font-size: 38px;
		text-align: center;
	}

	#about-us-page .section-body .title-section, #about-us-page .section-footer .title-section,
	#about-us-page .section-footer-join-us .title-section.arm-version {
		font-size: 32px;
	}

	#about-us-page .section-body .text {
		font-size: 21px;
	    width: 90%;
	}

	#about-us-page .section-body .text.arm-version {
	    font-size: 18px;
	    width: auto;
	}

	#about-us-page .section-footer .img-block-section {
		flex-direction: column;
	}

	#about-us-page .section-footer .img-block-section .block-left {
	    width: 100%;
	    margin-bottom: 25px;
	}

	#about-us-page .section-footer .img-block-section .block-left .text.arm-version {
	    font-size: 18px;
	    width: auto;
	}

	#about-us-page .section-footer .img-block-section .block-right {
	    width: 100%;
	}

	#about-us-page .section-footer-join-us .text {
		font-size: 20px;
		width: 50%;
	}

	#about-us-page .section-footer-join-us .text.arm-version {
	    font-size: 18px;
	    width: 354px;
	}

	#about-us-page .section-footer-join-us .btn-join-us {
		width: 55%;
		font-size: 18px;
	    height: 55px;
	}

	#about-us-page .section-footer-join-us {
	    margin: 200px 0 130px 0;
	}

	#about-us-page .section-footer-join-us .btn-join-us.arm-version,
	#about-us-page .section-footer-join-us .link-href,
	#about-us-page .section-footer-join-us .link-href.arm-version {
		font-size: 16px;
	}

	/* About us page end */

	/* Contacts page */

	#contacts-page {
		width: 90%;
	}

	#contacts-page .content-top .section-header .block-inforation-box {
		width: auto;
	}

	#contacts-page .content-top .section-header .title-page,
	#contacts-page .content-body .section-body .title-section {
		font-size: 38px;
	}

	#contacts-page .content-body .section-body .title-section.arm-version {
	    font-size: 32px;
	}

	#contacts-page .content-top .section-header .title-page.arm-version {
	    font-size: 32px;
	}

	#contacts-page .content-top .section-header .block-inforation-box .information-block {
		height: 350px;
	}

	#contacts-page .content-top .section-header .sub-title,
	#contacts-page .content-top .section-header .block-inforation-box .information-block .title-info,
	#contacts-page .content-top .section-header .block-inforation-box .information-block .text-info {
		font-size: 21px;
	}

	#contacts-page .content-top .section-header .block-inforation-box .information-block .title-info.arm-version, .text-info.arm-version {
	    font-size: 18px !important;
	}

	#contacts-page .content-top .section-header .sub-title.arm-version {
	    font-size: 18px;
	    width: 368px;
	}

	#contacts-page .content-top .section-bottom .text-section,
	#contacts-page .content-top .section-bottom .text-section.arm-version,
	#contacts-page .content-body .section-body .sub-title.arm-version,
	#contacts-page .content-body .section-body .form-content .input-block-row .header-section .title-box .title,
	#contacts-page .content-body .section-body .form-content .input-block-row .header-section .title-box .title.arm-version,
	#contacts-page .content-body .section-body .form-content .input-block-row .body-section .input-box .input-form.arm-version,
	#contacts-page .content-body .section-body .form-content .input-block-row .body-section .input-box .input-form::placeholder {
		font-size: 16px;
	}

	#contacts-page .content-body .section-body .sub-title {
		font-size: 18px;
	}

	#contacts-page .content-body .section-body .form-content .input-block-row .header-section .title-box {
        width: 288px;
		height: 45px;
	}

	#contacts-page .content-body .section-body .form-content .input-block-row .header-section {
		padding-right: 30px;
	}

	#contacts-page .content-body .section-body .form-content .input-block-row .body-section .input-box {
		width: 94%;
		display: flex;
	}

	#contacts-page .content-body .section-body .form-content .input-block-row .body-section .input-box .input-form {
		margin-left: auto;
		width: 353px
	}

	#contacts-page .content-body .section-body .form-content {
		margin-top: 50px;
	}

	#contacts-page .content-body .section-body .form-content .input-block-row {
		padding-right: 20%;
	}

	#contacts-page .content-body .section-body .form-content .btn-link-box {
	    width: 100%;
	    align-items: center;
	}

	#contacts-page .content-body .section-body .form-content .btn-link-box .btn-send-inquiry {
		width: 60%;
    	margin: 0 auto;
	}

	#contacts-page .content-body .section-body .form-content .btn-link-box .btn-send-inquiry.arm-version {
	    font-size: 16px;
	}

	#contacts-page .content-body .section-body .form-content .btn-link-box .link-href {
		width: auto;
		margin-top: 20px;
	}

	#contacts-page .content-body .section-body .form-content .btn-link-box .link-href.arm-version {
		font-size: 12px;
	}

	/* Contacts page end */

	/* Join us page */

	#join-us-page {
	    padding: 0 30px 0 30px;
	}

	#join-us-page .section-header .title,
	#join-us-page .section-header .title.arm-version {
		font-size: 38px;
	}

	#join-us-page .section-header .text {
		width: 70%;
		font-size: 21px;
	}

	#join-us-page .section-header .text.arm-version {
	    font-size: 18px;
	}

	#join-us-page .section-body .section-img-info-box .section-left {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		margin-right: 0px;
	}

	#join-us-page .section-body .section-img-info-box .section-right {
		display: none;
	}

	#join-us-page .section-body .section-img-info-box .section-left .img-box .img-section {
		display: none;
	}

	#join-us-page .section-body .section-img-info-box .section-left .img-box .img-section-table {
		display: block;
	    width: 100%;
	}

	#join-us-page .section-body .section-img-info-box .section-left .text-box .title {
	    font-size: 38px;
	}

	#join-us-page .section-body .section-img-info-box .section-left .text-box .title.arm-version {
	    font-size: 38px;
	}

	#join-us-page .section-body .section-img-info-box .section-left .text-box .text,
	#join-us-page .section-body .section-img-info-box .section-left .text-box .text.arm-version {
	    font-size: 18px;
	}

	#join-us-page .section-body .section-img-info-box .section-left .text-box {
		padding: 11% 7%;
		width: 100%;
	    margin-top: 25px;
	    height: 400px;
	}

	#join-us-page .section-body .section-img-info-box .section-left .text-box.arm-version {
		height: auto;
	}

	#join-us-page .section-footer {
		margin: 100px 0 250px 0;
	}

	#join-us-page .section-footer .header-title-form-section {
		margin-bottom: 60px;
	}

	#join-us-page .section-footer .header-title-form-section .title-form-section {
		font-size: 38px;
    	margin-bottom: 20px;
	}

	#join-us-page .section-footer .header-title-form-section .text-form-section {
		width: 360px;
	}

	#join-us-page .section-footer .header-title-form-section .title-form-section.arm-version {
	    font-size: 32px;
    	width: 290px;
	}

	#join-us-page .section-footer .header-title-form-section .text-form-section.arm-version {
		font-size: 18px;
	}

	#join-us-page .section-footer .section-top .row-info-block {
		flex-direction: column;
		align-items: center;
	}

	#join-us-page .section-footer .section-top .row-info-block .info-block .title-box .title-block.arm-version {
		font-size: 16px;
	}

	#join-us-page .section-footer .section-top .row-info-block .info-block .text.arm-version {
		font-size: 12px;
	}

	#join-us-page .section-footer .section-top .form-send .body .input-block-row .header-section {
		padding-right: 30px;
	}

	#join-us-page .section-footer .section-top .form-send .body .input-block-row .body-section .input-box {
		width: 353px;
	}

	#join-us-page .section-footer .section-top .btn-link-box .btn-send-inquiry {
		width: 58%;
		margin: 0 auto 20px auto;
	}

	#join-us-page .section-footer .section-top .btn-link-box .btn-send-inquiry.arm-version {
		font-size: 16px;
	}

	#join-us-page .section-footer .section-top .btn-link-box .link-href.arm-version {
	    font-size: 12px;
	}

	#join-us-page .section-footer .section-top .form-send {
		width: 384px;
	}

	#join-us-page .section-footer .section-top .form-send .body .input-block-row .header-section .title-box {
		width: 288px;
	}

	#join-us-page .section-footer .section-top .form-send .body .input-block-row .header-section .title-box .title.arm-version,
	#join-us-page .section-footer .section-top .form-send .body .input-block-row .body-section .input-box .input-form.arm-version,
	#join-us-page .section-footer .section-top .form-send .body .input-block-row .body-section .input-box .input-form.arm-version::placeholder,
	#join-us-page .section-footer .section-top .form-send .body .attach-cv-box .text.arm-version {
	    font-size: 14px;
	}

	/* Join us page end */

	/* Form page */

	#form-page .content-top .title-content,
	#form-page .content-top .title-content.arm-version {
		font-size: 32px;
	}

	#form-page .content-top .sub-title {
		font-size: 14px;
	    width: 45%;
	}

	#form-page .content-body {
		flex-direction: column;
		align-items: center;
	    margin: 70px auto 0 auto;
	}

	#form-page .content-top .text.arm-version {
	    font-size: 14px;
	}

	#form-page .content-body .row-flex {
		width: 45%;
		margin: 0 auto 30px auto;
	}

	#form-page .content-body .row-flex .info-block .row-box .text-box .text.arm-version {
		font-size: 14px;
	}

	#form-page .content-body .row-flex .row-2 .text-row.arm-version {
		font-size: 12px;
	}

	#form-page .content-footer {
	    margin: 0px 0 140px 0;
	} 

	#form-page .content-footer .title-content {
		width: 50%;
	}

	#form-page .content-footer .title-content.arm-version {
	    font-size: 12px;
	    width: 364px;
	}

	#form-page .content-footer .sub-text {
	    width: 330px;
    	margin: 0 auto;
	    font-size: 12px;
	}

	#form-page .content-footer .form-content {
        width: 393px;
	    margin: 100px auto 0 auto;
	}

	#form-page .content-footer .form-content .input-block-row .header-section .title-box {
		width: 288px;
	}

	#form-page .content-footer .form-content .input-block-row .header-section .title-box .title.arm-version,
	#form-page .content-footer .form-content .input-block-row .body-section .input-box .input-form.arm-version,
	#form-page .content-footer .form-content .input-block-row .body-section .input-box .input-form.arm-version::placeholder {
		font-size: 14px;
	}

	#form-page .content-footer .form-content .input-block-row .body-section .input-box {
		width: 353px;
	}

	#form-page .content-footer .form-content .btn-link-box .btn-send-inquiry {
		width: 100%;
	}

	#form-page .content-footer .form-content .btn-link-box .btn-send-inquiry.arm-version {
		font-size: 16px;
	}

	#form-page .content-footer .form-content .btn-link-box .link-href.arm-version {
		font-size: 12px;
	}

	/* Form page end */

	/* Terms & conditions page */

	#terms-condition-page .title-page {
		font-size: 38px;
	}

	#terms-condition-page {
	    width: 85%;
	    margin: 210px auto 170px auto;
	}

	/* Terms & conditions page end */

	/* Privacy page */

	#privacy-page {
	    width: 80%;
	    margin: 150px auto 150px auto;
	}

	#privacy-page .title-page {
		font-size: 38px;
	}

	#privacy-page .text-section .title-section {
		font-size: 21px;
		margin: 0;
		margin-bottom: 30px;
	}

	#privacy-page .text-section.text-animation-section {
		margin-bottom: 0px;
	}

	#privacy-page .text-section.text-animation-section .row-text-img {
		display: flex;
		justify-content: space-between;
	}

	#privacy-page .plus-img {
		display: block;
		width: 20px;
		height: 20px;
	}

	#privacy-page .text-section.text-animation-section .none-animation-block {
		display: none;
		width: 100% !important;
	}

	/* Privacy page end */

	/* Footer */

	/* Request modal */

	#request_success_modal .success-request-send-form .section-form .header-form {
	    margin: 40px 0px 98px 40px;
	}

	#request_success_modal .success-request-send-form .section-form .body-form .title-form {
		margin-bottom: 22px;
	}

	/* Request modal end */

	#footer.footer-page {
	    margin-bottom: 70px;
	}

	#request_success_modal .modal-dialog {
	    width: 528px
	}

	#footer.footer-page .section-body {
		width: 100%;
		margin-left: 0px;
	    flex-direction: column;
    	align-items: center;
	}

	#footer.footer-page .section-table-footer {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
        padding-top: 60px;
        margin-bottom: 60px;
	}

	#footer.footer-page .section-table-footer .logo-header {
		display: flex;
		align-items: center;
	    margin-bottom: 25px;
	}

	#footer.footer-page .section-table-footer .logo-header .title-logo {
	    margin: 0;
    	margin-left: 10px;
	}

	#footer.footer-page .section-table-footer .row-list-menu {
	    width: 35%;
	    margin: 0 auto;
	    display: flex;
	    justify-content: space-around;
	    flex-wrap: wrap;
	    margin-bottom: 10px;
	}

	#footer.footer-page .section-table-footer .row-list-menu.arm-version {
		width: 328px;
	}

	#footer.footer-page .section-table-footer .link-href {
		color: #9C9C9C;
	    text-decoration: unset;
	}

	#footer.footer-page .section-table-footer .link-href.arm-version {
		font-size: 16px;
		margin-bottom: 15px;
	}

	#footer.footer-page .section-footer .text-row-2 {
        /*background: rgba(40, 40, 40, 0.7);*/
        background-color: black;
        padding: 16px 0 16px 0;
	}

	#footer.footer-page .section-footer .text-row-2 .first-show-row {
		flex-direction: column;
	}

	#footer.footer-page .section-footer .text-row {
		display: none;
	}

	#footer.footer-page .section-footer .text-row-2 .text {
		color: white;
		text-align: center;
		margin: 0 10px 10px 10px;
	}

	#footer.footer-page .section-table-footer .row-3-soc-link {
		width: 280px;
		margin-top: 60px;
		margin-bottom: 10px;
		display: flex;
		justify-content: space-between;
	}

	#footer.footer-page .section-table-footer .row-3-soc-link .link-href,
	#footer.footer-page .section-table-footer .row-4-info-row .link-href {
	    font-size: 16px;
	    color: #CACACA;
	}

	#footer.footer-page .section-table-footer .row-4-info-row {
		width: 340px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 10px;
	}

	#footer.footer-page .section-table-footer .text-footer-end {
		font-size: 14px;
	    color: black;
	    font-family: 'SF Pro Display Semibold';
	}

	/* Footer end */
}

@media only screen and (max-width: 500px) {
	/* Global-style */

	body * {
		/*font-family: 'SF Pro Display Regular' !important;*/
	}

	.mobile-d-none {
		display: none !important;
	}

	.mobile-d-block {
		display: block !important;
	}

	/* Global-style end */

	/* Header menu */

	#header-menu .row-menu {
	    width: auto;
	    padding: 12px 23px 12px 30px;
	}

	#header-menu .content-menu-header .menu-header .close-btn {
	    width: 33px;
	} 

	#header-menu .content-menu-header .menu-header {
	    padding-left: 30px;
    	margin-bottom: 45px;
	} 

	#header-menu .content-menu-header .menu-body .row-block .block-info {
		margin-bottom: 60px;
	}

	#header-menu .content-menu-header .menu-body .row-block .block-info.block-4 {
		margin-bottom: 0;
	}

	#header-menu .content-menu-header .menu-body .row-block .block-info .link-block .title-block {
	    font-size: 22px;
	    margin-top: 0;
	    margin-bottom: 15px;
	}

	#header-menu .content-menu-header .menu-body .row-block .block-info .link-block .text-block {
		font-size: 14px;
	    margin-bottom: 0;
	}

	#header-menu .content-menu-header .menu-body .row-block .block-info.arm-version {
		margin-right: 0;
	}

	#header-menu .content-menu-header .menu-footer {
        width: 354px;
	    margin: 100px auto 0 auto;
	}

	#header-menu .content-menu-header .menu-footer .text-footer {
		font-size: 13px;
	    margin: 0;
	}

	#header-menu .content-menu-header .menu-footer .row-link .link-href {
		margin-top: 10px;
		font-size: 13px;
	}

	#header-menu .content-menu-header .menu-footer .row-language-mobile .link-language {
	    font-size: 13px;
	}

	/* Header menu end */

	/* Home page */

	#home-page.home-page-content .top-section-page .section-top-box {
	    padding-top: 120px;
	}

	#home-page.home-page-content .top-section-page .section-top-box .title-box .title {
	}

	#home-page.home-page-content .top-section-page .section-top-box .title-box .title.arm-version {
	    font-size: 42px;
	}

	#home-page.home-page-content .top-section-page .section-top-box .sub-title-box.before_animate_bottom {
		width: 364px;
	}

	#home-page.home-page-content .top-section-page .section-top-box .sub-title-box .title {
	    font-size: 22px;
	}

	#home-page.home-page-content .top-section-page .section-top-box .sub-title-box.arm-version .title {
		font-size: 21px;
	}

	#home-page.home-page-content .top-section-page .title-section-top {
		width: 384px;
	}

	#home-page.home-page-content .top-section-page .title-section-top.arm-version {
	    font-size: 42px;
	}

	#home-page.home-page-content .top-section-page .body-information-block {
		width: auto;
		margin: 80px 25px 0px 25px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .information-block {
	    padding: 80px 0 80px 0px;
	    margin-bottom: 25px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .title {
		width: 324px !important;
	}

	#home-page.home-page-content .top-section-page .body-information-block .title.arm-version {
		font-size: 42px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .text {
	    width: 304px;
	    font-size: 18px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .text.arm-version {
		font-size: 17px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .link-contact-us {
	    font-size: 18px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .link-contact-us.arm-version {
		font-size: 17px;
	}

	#home-page.home-page-content .margin-content-information-block {
   		width: auto;
	    margin: 120px 30px 0px 30px;
	}

	#home-page.home-page-content .bottom-section-page .information-block.block-1 .section-header,
	#home-page.home-page-content .bottom-section-page .information-block.block-1 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-2 .section-header,
	#home-page.home-page-content .bottom-section-page .information-block.block-2 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-3 .section-header,
	#home-page.home-page-content .bottom-section-page .information-block.block-3 .section-body .colum-img-box-reverse .text-box,
	#home-page.home-page-content .bottom-section-page .information-block.block-4 .section-header,
	#home-page.home-page-content .bottom-section-page .information-block.block-4 .section-body .box-text-img .text-box,
	#home-page.home-page-content .bottom-section-page .information-block.block-5 .section-header,
	#home-page.home-page-content .bottom-section-page .information-block.block-5 .section-body .box-text-img .text-box,
	#home-page.home-page-content .bottom-section-page .information-block.block-6 .section-header,
	#home-page.home-page-content .bottom-section-page .information-block.block-6 .section-body .box-text-img:not(.box-text-img-2),
	#home-page.home-page-content .bottom-section-page .information-block.block-7 .section-header,
	#home-page.home-page-content .bottom-section-page .information-block.block-7 .section-body .box-text-img,
	#home-page.home-page-content .bottom-section-page .information-block.block-8 .section-header,
	#home-page.home-page-content .bottom-section-page .information-block.block-8 .section-body .colum-img-box-reverse .text-box {
		padding-left: 10px;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-header {
		width: 344px;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-header.arm-version {
		width: auto;
	}

	#home-page.home-page-content .bottom-section-page .information-block.block-5.arm-version .section-body {
		height: auto;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-header .title {
	    font-size: 42px;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-header .title.arm-version {
		font-size: 32px;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-img .background-img {
		display: none;
	}

	#home-page.home-page-content .bottom-section-page .information-block .mobile-version {
		width: 354px;
		display: block !important;
		height: 460px;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box {
	    width: 344px !important;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box .text,
	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box .link-more {
        font-size: 18px;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box .text.arm-version,
	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box .link-more.arm-version {
		font-size: 16px;
	}

	#home-page.home-page-content .bottom-section-page .information-block.block-3 .section-body .colum-img-box-reverse .text-box,
	#home-page.home-page-content .bottom-section-page .information-block.block-5 .section-body .box-text-img .text-box {
		margin-top: 25px;
	}

	#home-page.home-page-content .bottom-section-page .information-block.block-8 .section-body .colum-img-box-reverse .text-box {
		margin-top: 25px;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions {
        width: 354px;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions .title-section {
		text-align: left;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions .title-section.arm-version {
	    font-size: 32px;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change {
	    margin-top: 0px;
        padding: 120px 0 170px 0;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change .title-section {
    	width: 100%;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change .title-section.arm-version {
		font-size: 36px;
		margin-top: 0;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .row-block-questions {
	    margin-top: 30px;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .header-row {
	    padding-bottom: 30px; 
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .footer-row {
		width: 100% !important;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .header-row .title-row.arm-version {
		font-size: 18px;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .footer-row .text {
	    font-size: 18px;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change .text-slider.swiper-container {
		height: 50px;
	    margin-top: 30px;
        z-index: 0;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change .text {
	    width: 384px;
	    margin: 60px auto 0 auto;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change .text.arm-version {
		font-size: 16px;
	}

	/* Home page end */

	/* Services page */

	#services-page .content-header,
	#services-page .content-header.arm-version {
	    width: 374px;
	    margin: 110px auto 0px auto;
	}

	#services-page .content-header .title-services-page {
	    font-size: 62px;
	}

	#services-page .content-header .title-services-page.arm-version {
		font-size: 46px;
	}

	#services-page .content-body {
		width: auto;
	    margin: 80px 15px 0px 15px;
	}

	#services-page .content-body .info-section-block {
	    padding: 60px 0 60px 0;
	    margin-top: 15px;
	}

	#services-page .content-body .info-section-block .section-header {
		width: 344px;
	    margin: 0 auto 60px auto;
	}

	#services-page .content-body .info-section-block .section-header .title-section {
		font-size: 38px;
    	margin-top: 0;
    	width: 100% !important;
	}

	#services-page .content-body .info-section-block .section-header .title-section.arm-version {
		font-size: 32px;
	}

	#services-page .content-body .info-section-block .section-header .sub-title {
	    width: 100% !important;
	    font-size: 18px;
	}

	#services-page .content-body .info-section-block .section-header .sub-title.arm-version,
	#services-page .content-body .info-section-block .section-body .text-box .text.arm-version {
		font-size: 16px;
	}

	#services-page .content-body .info-section-block .section-body .img-box {
	    width: 344px;
	    margin: 0 auto;
	}

	#services-page .content-body .info-section-block .img-info-mobile {
		display: none;
	}

	#services-page .content-body .info-section-block .img-info-mobile-sm {
		display: block;
		width: 100%;
	}

	#services-page .content-body .info-section-block.block-1 .section-body,
	#services-page .content-body .info-section-block.block-2 .section-body,
	#services-page .content-body .info-section-block.block-3 .section-body,
	#services-page .content-body .info-section-block.block-4 .section-body,
	#services-page .content-body .info-section-block.block-5 .section-body,
	#services-page .content-body .info-section-block.block-6 .section-body,
	#services-page .content-body .info-section-block.block-7 .section-body,
	#services-page .content-body .info-section-block.block-8 .section-body {
		width: 90%;
	}

	#services-page .content-body .info-section-block .section-body .text-box {
		width: 100%;
    	padding: 30px !important;
    	margin-top: 20px;
	}

	#services-page .content-body .info-section-block .section-body .text-box .text {
		width: 100% !important;
    	font-size: 18px;
	}

	#services-page .content-body .info-section-block .section-footer {
	    /*width: auto;*/
	    /*width: 81%;*/
	    width: 90%;
    	/*margin: 20px 20px 0 20px;*/
    	justify-content: space-between;
	}

	#services-page .content-body .info-section-block .section-footer .button-box {
	    padding: 30px 30px 50px 30px;
	}

	#services-page .content-body .info-section-block .section-footer .button-box .btn-apply {
		font-size: 14px;
	    margin-right: 20px;
	}

	#services-page .content-body .info-section-block .section-footer .button-box .link-text {
		width: 174px;
    	margin: 0;
	    font-size: 14px;
	}

	#services-page .content-footer {
	    width: auto;
	    margin: 100px 15px 165px 15px;
	}

	#services-page .content-footer .content-contact-us .title-content {
	    margin: 0 0 30px 0;
	}

	#services-page .content-footer .content-contact-us .title-content.arm-version {
		font-size: 32px;
	}

	#services-page .content-footer .content-contact-us .buttons-box {
		margin-top: 30px;
	}

	#services-page .content-footer .content-contact-us .text,
	#services-page .content-footer .content-contact-us .buttons-box .btn-contatc-us {
	    width: 100%;
	}

	#services-page .content-footer .content-contact-us .text {
	    font-size: 18px;
    }

    #services-page .content-footer .content-contact-us .text.arm-version,
    #services-page .content-footer .content-contact-us .buttons-box .btn-contatc-us.arm-version {
	    font-size: 16px;
	}

    #services-page .content-footer .content-contact-us .buttons-box .btn-contatc-us {
    	font-size: 18px;
        height: 50px;
    }

    #services-page .content-footer .content-contact-us .buttons-box .href-link-proceed,
    #services-page .content-footer .content-contact-us .buttons-box .href-link-proceed.arm-version {
    	font-size: 14px;
        margin-top: 15px;
    }

	/* Services page end */

	/* About us page */

	#about-us-page {
		width: auto;
    	padding: 0 30px 0 30px;
	}

	#about-us-page .section-header {
	    margin-top: 110px;
        margin-bottom: 60px;
	}

	#about-us-page .section-header .title-page {
        font-size: 38px;
        width: 300px;
	}

	#about-us-page .section-header .title-page.arm-version {
		width: auto;
		font-size: 32px;
	}

	#about-us-page .section-header .text-section {
	    font-size: 18px;
        width: 354px;
        margin: 30px 0 30px 0;
	}

	#about-us-page .section-header .text-section.arm-version {
		font-size: 18px;
	}

	#about-us-page .img-section-table {
		display: none;
	}

	#about-us-page .section-footer .img-block-section .block-right {
		width: 100%;
	}

	#about-us-page .img-section-mobile {
		display: block;
		width: 100%;
	}

	#about-us-page .section-footer-join-us .text {
		width: 354px;
		font-size: 18px;
	}

	#about-us-page .section-footer-join-us .text.arm-version {
		width: auto;
		font-size: 16px;
	}

	#about-us-page .section-body {
	    margin: 10px 0 100px 0;
	}

	#about-us-page .section-body .title-section,
	#about-us-page .section-footer .title-section,
	#about-us-page .section-footer-join-us .title-section {
		margin: 0 0 30px 0;
	}

	#about-us-page .section-body .title-section.arm-version,
	#about-us-page .section-footer .title-section.arm-version,
	#about-us-page .section-footer-join-us .title-section.arm-version {
		font-size: 32px;
	}

	#about-us-page .section-body .text {
	    font-size: 21px;
	    width: auto;
	}

	#about-us-page .section-body .text.arm-version,
	#about-us-page .section-footer .img-block-section .block-left .text.arm-version {
	    font-size: 18px;
	    width: auto;
	}

	#about-us-page .section-footer .img-block-section .block-left .text {
		width: 354px;
	}

	#about-us-page .section-footer-join-us {
	    margin: 100px 0 120px 0;
	}

	#about-us-page .section-footer-join-us .btn-join-us {
	    width: 100%;
	    height: 45px;
	    margin: 30px auto 20px auto;
	}

	#about-us-page .section-footer-join-us .btn-join-us.arm-version,
	#about-us-page .section-footer-join-us .link-href.arm-version {
		font-size: 16px;
	}

	#about-us-page .section-footer-join-us .link-href {
		font-size: 14px;
	}

	/* About us page end */

	/* Contacts page */

	#contacts-page {
		width: auto;
		margin: 110px 15px 0 15px;
	}

	#contacts-page .content-top .section-header .sub-title {
		width: 272px;
	}

	#contacts-page .content-top .section-header .sub-title,
	#contacts-page .content-top .section-header .block-inforation-box .information-block .title-info,
	#contacts-page .content-top .section-header .block-inforation-box .information-block .text-info,
	#contacts-page .content-top .section-header .block-inforation-box .information-block .title-info.arm-version, .text-info.arm-version {
		font-size: 18px;
	}

	#contacts-page .content-top .section-header .sub-title.arm-version {
	    font-size: 18px;
        width: auto;
	}

	#contacts-page .content-top .section-header .title-page.arm-version {
	    font-size: 32px;
	}

	#contacts-page .content-top .section-header .block-inforation-box {
		flex-direction: column;
	    margin: 60px auto 0px auto;
	}

	#contacts-page .content-top .section-header .block-inforation-box .information-block {
		width: 100%;
    	margin-bottom: 15px;
    	height: 264px;
    	padding: 60px 0 0 30px;
	}

	#contacts-page .content-top .section-header .block-inforation-box .information-block .icons-row {
	    width: 154px;
    	display: flex;
    	justify-content: space-between;
	}

	#contacts-page .content-top .section-header .block-inforation-box .information-block .icons-row .href-soc-link {
		width: 18px;
		height: 18px;
		display: block;
		margin: 0;
	}

	#contacts-page .content-top .section-header .block-inforation-box .information-block .icons-row .href-soc-link:nth-child(1) {
		width: 10px;
	}

	#contacts-page .content-top .section-header .block-inforation-box .information-block .icons-row .href-soc-link .icon-img {
		width: 100%;
		height: 100%;
	}

	#contacts-page .content-top .section-bottom .text-section {
		margin-top: 20px;
	}

	#contacts-page .content-top .section-bottom .text-section.arm-version {
		font-size: 16px;
	}

	#contacts-page .section-bottom .img-section {
		display: none;
	}

	#contacts-page .section-bottom .img-section-mobile.mobile-show {
		width: 100%;
		display: block;
	}

	#contacts-page .content-body {
	    margin: 60px 0 120px 0;
	}

	#contacts-page .content-body .section-body .title-section {
		margin-bottom: 20px;
	}

	#contacts-page .content-body .section-body .title-section.arm-version {
	    font-size: 32px;
	}

	#contacts-page .content-body .section-body .sub-title {
		width: 164px;
	}

	#contacts-page .content-body .section-body .sub-title.arm-version {
		font-size: 16px;
		width: 240px;
	}

	#contacts-page .content-body .section-body .form-content {
		width: 100%;
	    margin-top: 60px;
	}

	#contacts-page .content-body .section-body .form-content .input-block-row {
		padding-right: 0;
		margin-bottom: 30px;
	}

	#contacts-page .content-body .section-body .form-content .input-block-row .body-section .input-box {
		width: 100%;
		margin-right: 15px;
	}

	#contacts-page .content-body .section-body .form-content .input-block-row .body-section .input-box .input-form {
		height: 45px;
	}

	#contacts-page .content-body .section-body .form-content .input-block-row .body-section .textarea-box {
		height: 322px;
	}

	#contacts-page .content-body .section-body .form-content .input-block-row .body-section .input-box .textarea-form {
		height: 100%;
		padding: 25px 20px 0 20px !important;
	}

	#contacts-page .content-body .section-body .form-content .input-block-row .body-section .input-box .input-form {
		width: 353px;
		padding: 13px 20px 13px 20px;
		font-size: 16px;
	}

	#contacts-page .content-body .section-body .form-content .input-block-row .header-section .title-box {
	    width: 288px;
	}

	#contacts-page .content-body .section-body .form-content .input-block-row .header-section .title-box .title.arm-version,
	#contacts-page .content-body .section-body .form-content .input-block-row .body-section .input-box .input-form.arm-version,
	#contacts-page .content-body .section-body .form-content .btn-link-box .btn-send-inquiry.arm-version {
		font-size: 16px;
	}

	#contacts-page .content-body .section-body .form-content .input-block-row .header-section {
		margin-bottom: 20px;
		padding-right: 30px;
	}

	#contacts-page .content-body .section-body .form-content .btn-link-box {
		margin: 60px auto 0 auto;
	}

	#contacts-page .content-body .section-body .form-content .btn-link-box .btn-send-inquiry {
		width: 100%;
		font-size: 16px;
		height: 45px;
	}

	#contacts-page .content-body .section-body .form-content .btn-link-box .link-href {
		margin-top: 15px;
	    font-size: 12px;
	}

	/* Contacts page end */

	/* Join us page */

	#join-us-page {
		width: auto;
    	margin: 110px 15px 0 15px;
		padding: 0;
	}

	#join-us-page .section-header .title {
		margin-bottom: 20px;
	}

	#join-us-page .section-header .text {
	    width: 324px;
        font-size: 18px;
	}

	#join-us-page .section-header .text.arm-version {
	    font-size: 18px;
	    width: 354px;
	}

	#join-us-page .section-header .title.arm-version {
	    font-size: 32px;
	}

	#join-us-page .box-animation-circle {
		margin-top: 60px;
	}

	#join-us-page>.section-body {
	    margin-top: 60px;
	}

	#join-us-page .section-body .section-img-info-box .section-left .img-box .img-section-table {
		display: none;
	}

	#join-us-page .section-body .section-img-info-box .section-left .img-box .img-section-mobile {
		display: block;
		width: 100%;
	}

	#join-us-page .section-body .section-img-info-box .section-left .text-box {
		padding: 60px 30px;
    	margin-top: 20px;
    	margin-bottom: 0;
	}

	#join-us-page .section-body .section-img-info-box .section-left .text-box {
		height: 507px;
	}

	#join-us-page .section-body .section-img-info-box .section-left .text-box .title.arm-version {
	    font-size: 32px;
	}

	#join-us-page .section-body .section-img-info-box .section-left .text-box .text {
	    width: 324px;
	}

	#join-us-page .section-body .section-img-info-box .section-left .text-box .text.arm-version {
		font-size: 18px;
	}

	#join-us-page .section-footer .section-top .row-info-block .info-block,
	#join-us-page .section-footer .section-top .row-info-block .info-block .text,
	#join-us-page .section-footer .section-top .btn-link-box,
	#join-us-page .section-footer .section-top .btn-link-box .btn-send-inquiry,
	#join-us-page .section-footer .section-top .form-send {
		width: 100%;
	}

	#join-us-page .section-footer .section-top .btn-link-box .link-href {
		width: auto;
	}

	#join-us-page .section-footer {
	    margin: 50px 0 120px 0;
	}

	#join-us-page .section-footer .header-title-form-section .title-form-section.arm-version {
		font-size: 32px;
		width: 290px;
	}

	#join-us-page .section-footer .header-title-form-section .text-form-section {
	    width: 266px;
	    font-size: 18px;
	}	

	#join-us-page .section-footer .section-top .row-info-block .info-block {
		margin-bottom: 30px;
	}

	#join-us-page .section-footer .section-top .row-info-block .info-block:last-child {
		margin-bottom: 0;
	}

	#join-us-page .section-footer .section-top .row-info-block .info-block .text {
		width: 302px;
	}

	#join-us-page .section-footer .section-top .form-send .body {
		padding-top: 20px;
	}

	#join-us-page .section-footer .section-top .form-send .body .input-block-row {
	    margin-bottom: 30px;
	}

	#join-us-page .section-footer .section-top .form-send .body .input-block-row .header-section {
		padding-right: 30px;
	    margin-bottom: 20px;
	}

	#join-us-page .section-footer .section-top .form-send .body .input-block-row .header-section .title-box {
        width: 288px;
        height: 45px;
	} 

	#join-us-page .section-footer .section-top .form-send .body .input-block-row .body-section .textarea-box {
		height: 260px !important;
	}

	#join-us-page .section-footer .section-top .form-send .body .input-block-row .header-section .title-box .title {
		font-size: 16px;
	}

	#join-us-page .section-footer .section-top .form-send .body .input-block-row .header-section .title-box .title.arm-version {
		font-size: 14px;
	}

	#join-us-page .section-footer .section-top .form-send .body .input-block-row .body-section .input-box {
	    width: 353px;
	    height: 45px;
	}

	#join-us-page .section-footer .section-top .form-send .body .input-block-row .body-section .input-box .input-form {
	    width: 100%;
        padding: 13px 20px 13px 20px;
        font-size: 16px;
	}

	#join-us-page .section-footer .section-top .form-send .body .input-block-row .body-section .input-box .input-form.arm-version {
		font-size: 16px;
	}

	#join-us-page .section-footer .section-top .form-send .body .attach-cv-box .text {
		font-size: 16px;
	    margin: 0 15px 0 0;
	}

	#join-us-page .section-footer .section-top .form-send .body .attach-cv-box .text.arm-version {
		font-size: 14px;
	}

	#join-us-page .section-footer .section-top .form-send .body .attach-cv-box .icon-img {
	    width: 22px;
	} 

	#join-us-page .section-footer .section-top .btn-link-box .btn-send-inquiry {
	    height: 45px;
    	font-size: 17px;
	    margin: 0 auto 15px auto;
	}

	#join-us-page .section-footer .section-top .btn-link-box .link-href {
	    font-size: 12px;
	}

	/* Join us page end */

	/* Form page */

	#form-page {
		overflow: hidden;
	}

	#form-page .content-top {
	    margin-top: 110px;
	}

	#form-page .content-top .title-content {
		margin-bottom: 30px;
	}

	#form-page .content-top .title-content.arm-version {
		font-size: 32px;
	}

	#form-page .content-top .sub-title {
		width: 330px;
	    margin-bottom: 5px;
	}

	#form-page .content-top .sub-title.arm-version {
		font-size: 12px;
	}

	#form-page .content-top .text {
	}

	#form-page .content-body {
		width: auto;
	    margin: 35px 15px 0 15px;
	}

	#form-page .content-body .row-flex {
		width: 100%;
	}

	#form-page .content-body .row-flex .info-block .row-box {
		width: 360px;
	}

	#form-page .content-body .row-flex .info-block .row-box .text-box {
		overflow: scroll;
	}

	#form-page .content-body .row-flex .info-block .row-box .text-box::-webkit-scrollbar {
		display: none;
	}

	#form-page .content-body .row-flex .info-block .row-box .text-box .text {
		font-size: 17px;
    	padding-right: 30px;
	}

	#form-page .content-body .row-flex .info-block .row-box .text-box .text.arm-version {
		font-size: 14px;
	}

	#form-page .content-body .row-flex .row-2 .text-row {
		font-size: 12px;
	}

	#form-page .content-footer {
	    margin: 0px 0 120px 0;
	}

	#form-page .content-footer .title-content {
	    width: 384px;
	    font-size: 14px;
	}

	#form-page .content-footer .sub-text,
	#form-page .content-footer .title-content.arm-version {
	    font-size: 12px;
	}

	#form-page .content-footer .title-content.arm-version {
		width: 90%;
	}

	#form-page .content-footer .form-content {
        width: auto;
    	margin: 80px 15px 0 15px;
	}

	#form-page .content-footer .form-content .input-block-row {
	    margin-bottom: 30px;
	}

	#form-page .content-footer .form-content .input-block-row .header-section {
		margin-bottom: 20px;
    	padding-right: 30px;
	}

	#form-page .content-footer .form-content .input-block-row .header-section .title-box {
		width: 288px;
	    height: 45px;
	    padding-left: 20px;
	}

	#form-page .content-footer .form-content .input-block-row .body-section .textarea-box {
		height: 322px !important;
	}

	#form-page .content-footer .form-content .input-block-row .header-section .title-box .title {
		font-size: 16px;
	}

	#form-page .content-footer .form-content .input-block-row .header-section .title-box .title.arm-version,
	#form-page .content-footer .form-content .input-block-row .body-section .input-box .input-form.arm-version {
		font-size: 14px;
	}

	#form-page .content-footer .form-content .input-block-row .body-section .input-box {
	    width: 353px;
		height: 45px;
	}

	#form-page .content-footer .form-content .input-block-row .body-section .input-box .input-form {
		font-size: 16px;
	}

	#form-page .content-footer .form-content .btn-link-box {
		margin: 60px auto 0 auto;
	}

	#form-page .content-footer .form-content .btn-link-box .btn-send-inquiry,
	#form-page .content-footer .form-content .btn-link-box .btn-send-inquiry.arm-version {
		height: 45px;
	    font-size: 16px;
		margin-bottom: 18px;
	}

	#form-page .content-footer .form-content .btn-link-box .link-href {
	    font-size: 12px;
	}

	/* Form page end */

	/* Terms & conditions page */

	#terms-condition-page {
        width: auto;
    	margin: 110px 15px 120px 15px;
	}

	/* Terms & conditions page end */

	/* Privacy page */

	#privacy-page {
	    width: auto;
	    margin: 110px 15px 150px 15px;
	}

	#privacy-page .title-page {
		margin-bottom: 50px;
	}

	#privacy-page .text-section {
	    margin-bottom: 30px;
	}

	#privacy-page .text-section .title-section {
	    margin-bottom: 0;
	}

	#privacy-page .text-section.text-animation-section {
		margin-bottom: 30px;
	}

	#privacy-page .text-section.text-animation-section .row-text-img {
		align-items: center;
	}

	#privacy-page .text-section.text-animation-section .none-animation-block {
	    padding-top: 20px;
	}

	#privacy-page .text-section .info-text {
		font-size: 17px;
	}

	/* Privacy page end */

	/* Footer */

	/* Request modal */

	#request_success_modal.in {
		display: flex !important;
		align-items: center;
	}

	#request_success_modal .modal-dialog {
	    width: 384px;
	    margin: 10px auto;
	}

	#request_success_modal .success-request-send-form .section-form .body-form .title-form {
	    font-size: 26px;
	}

	#request_success_modal .success-request-send-form .section-form .body-form .title-form.arm-version {
		width: 98%;
    	margin: 0 auto 24px auto;
	}

	#request_success_modal .success-request-send-form .section-form .body-form .text-form {
	    font-size: 14px;
	}

	/* Request modal end */

	#footer.footer-page {
	    margin-bottom: 0;
	    height: 344px;
	}

	#footer.footer-page .section-table-footer .row-list-menu {
	    width: 316px;
	}

	#footer.footer-page .section-table-footer .row-list-menu.arm-version {
		flex-wrap: wrap;
	}

	#footer.footer-page .section-table-footer .link-href {
	    font-size: 18px;
	}

	#footer.footer-page .section-table-footer .link-href.arm-version {
		font-size: 16px;
		margin-top: 12px;
	}

	#footer.footer-page .section-table-footer {
		margin-bottom: 42px;
	}

	#footer.footer-page .section-footer .text-row-2 {
		/*width: 354px;*/
		width: 87%;
	    padding: 20px 0px 15px 0px;
	}

	#footer.footer-page .section-footer .text-row-2 .text {
	    margin: 0 20px 10px 20px;
	    font-size: 12px;
	}

	#footer.footer-page .section-footer .text-row-2 .btn-okey {
	    height: 30px;
	}

	#footer.footer-page .section-table-footer .row-4-info-row {
		width: 330px;
	}

	/* Footer end */

}

@media only screen and (max-width: 375px) {

	/* Header menu */

	#header-menu .content-menu-header .menu-footer {
		width: 85%;
	}

	/* Header menu end */

	/* Home page */

	#home-page.home-page-content .top-section-page .body-information-block .title.arm-version {
	    font-size: 35px;
	}

	#home-page.home-page-content .top-section-page .section-top-box .sub-title-box.before_animate_bottom {
	    width: 90%;
	}

	#home-page.home-page-content .top-section-page .body-information-block .title,
	#home-page.home-page-content .top-section-page .title-section-top,
	#home-page.home-page-content .top-section-page .section-top-box .title-box .title {
	    width: auto !important;
		font-size: 42px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .text {
		width: 85%;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-header {
	    width: 100%;
	} 

	#home-page.home-page-content .bottom-section-page .information-block .section-header .title,
	#home-page.home-page-content .bottom-section-page .information-block .section-header .title,
	#home-page.home-page-content .bottom-section-page .section-frequently-questions .title-section,
	#home-page.home-page-content .bottom-section-page .section-help-change .title-section {
	    font-size: 38px;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change .title-section.arm-version {
		font-size: 32px;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-header .title.arm-version {
	    font-size: 29px;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box {
	    width: 100% !important;
	}

	#home-page.home-page-content .bottom-section-page .information-block .mobile-version {
	    width: 100%;
	    height: auto;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions {
	    width: 90%;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change .text {
		width: 90%;
	}

	/* Home page end */

	/* Services page */

	#services-page .content-header {
		width: 95%;
	}

	#services-page .content-header,
	#services-page .content-header.arm-version {
		width: auto;
	}

	#services-page .content-header .title-services-page {
	    font-size: 59px;
	}

	#services-page .content-header .title-services-page.arm-version {
	    font-size: 38px;
	}

	#services-page .content-body .info-section-block .section-body .img-box {
	    width: auto;
	}

	#services-page .content-body .info-section-block .section-header .sub-title {
	    width: 90% !important;
	}

	#services-page .content-body .info-section-block .section-footer .button-box .btn-apply.arm-version {
	    width: 85px;
	    height: 95px;
	}

	#services-page .content-body .info-section-block .section-footer .button-box .link-text.arm-version {
	    width: 52%;
	}

	/* Services page end */

	/* About us page */

	#about-us-page .section-header .title-page {
	    font-size: 35px;
	    width: 100%;
	}

	#about-us-page .section-header .text-section,
	#about-us-page .section-footer .img-block-section .block-left .text,
	#about-us-page .section-footer-join-us .text {
		width: auto;
	}

	#about-us-page .section-body .title-section, #about-us-page .section-footer .title-section,
	#about-us-page .section-footer-join-us .title-section {
	    font-size: 35px;
	}

	/* About us page end */

	/* Contacts page */

	#contacts-page .content-top .section-header .title-page,
	#contacts-page .content-body .section-body .title-section {
	    font-size: 35px;
	}

	#contacts-page .content-body .section-body .form-content .input-block-row .body-section .input-box .input-form {
		width: 100%;
	}

	/* Contacts page end */

	/* Join us page */

	#join-us-page .section-header .title {
	    font-size: 35px;
	}

	#join-us-page .section-header .text.arm-version {
		width: auto;
	}

	#join-us-page .section-body .section-img-info-box .section-left .text-box {
		height: auto;
	}

	#join-us-page .section-body .section-img-info-box .section-left .text-box .text {
	    width: auto;
	}

	/* Join us page end */

	/* Form page */

	#form-page .content-body .row-flex .info-block .row-box {
		width: 95%;
	}

	#form-page .content-footer .title-content {
	    width: 90%;
	}

	#form-page .content-footer .form-content .btn-link-box .link-href {
		width: auto;
	}

	/* Form page end */

	/* Footer */
 
	#request_success_modal .modal-dialog {
		width: 95%;
		height: 400px;
	}

	/* Footer end */

}

@media only screen and (max-width: 320px) {
	/* Home page */

	#home-page.home-page-content .top-section-page .section-top-box .title-box .title.arm-version {
		font-size: 35px;
	}

	#home-page.home-page-content .top-section-page .section-top-box .sub-title-box.arm-version .title {
	    font-size: 15px;
	}

	#home-page.home-page-content .top-section-page .title-section-top.arm-version {
	    font-size: 35px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .title.arm-version {
	    font-size: 30px !important;
	}

	#home-page.home-page-content .top-section-page .body-information-block .text.arm-version {
	    font-size: 14px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .link-contact-us.arm-version {
	    font-size: 14px;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-header .title.arm-version {
	    font-size: 25px;
	}

	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box .text.arm-version,
	#home-page.home-page-content .bottom-section-page .information-block .section-body .box-text-img .text-box .link-more.arm-version {
	    font-size: 14px;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions .title-section.arm-version {
	    font-size: 27px;
	}

	#home-page.home-page-content .bottom-section-page .section-frequently-questions .body-block-questions .header-row .title-row.arm-version {
	    font-size: 14px;
	}

	#home-page.home-page-content .bottom-section-page .section-help-change .title-section.arm-version {
	    font-size: 28px;
	}

	#home-page.home-page-content .top-section-page .body-information-block .title,
	#home-page.home-page-content .top-section-page .title-section-top,
	#home-page.home-page-content .top-section-page .section-top-box .title-box .title {
		font-size: 39px;
	}

	/* Home page end */

	/* Join us page */

	#join-us-page .section-header .text {
		width: auto;
	}

	/* Join us page end */

	/* Services page */

	#services-page .content-header, #services-page .content-header.arm-version {
		width: auto;
	}

	#services-page .content-body .info-section-block .section-header {
		width: auto;
	}

	#services-page .content-body .info-section-block .section-header .title-section.arm-version {
	    font-size: 26px;
	}

	#services-page .content-body .info-section-block .section-header .sub-title.arm-version,
	#services-page .content-body .info-section-block .section-body .text-box .text.arm-version {
	    font-size: 13px;
	}

	#services-page .content-body .info-section-block .section-footer .button-box {
	    padding: 30px 20px 50px 20px;
	}

	#services-page .content-body .info-section-block .section-footer .button-box .btn-apply.arm-version,
	#services-page .content-body .info-section-block .section-footer .button-box .btn-apply {
		font-size: 14px;
		width: 80px;
    	height: 90px;
	}

	#services-page .content-body .info-section-block .section-footer .button-box .link-text {
		width: 130px;
	}

	#services-page .content-body .info-section-block .section-footer .button-box .link-text.arm-version {
	    width: min-content;
	    font-size: 14px;
	}

	/* Services page end */

	/* Form page */

	#form-page .content-top .sub-title {
		width: 90%;
	}

	/* Form page end */

	/* Footer */

	#footer.footer-page .section-table-footer .row-list-menu.arm-version {
		width: 300px;
	}

	#footer.footer-page .section-table-footer .link-href.arm-version {
		font-size: 14px;
	}

	#footer.footer-page .section-table-footer .row-4-info-row {
		width: 285px;
	}

	#footer.footer-page .section-table-footer .row-3-soc-link .link-href,
	#footer.footer-page .section-table-footer .row-4-info-row .link-href {
		font-size: 14px;
	}

	/* Footer end */
}

/* Media screen end */