/* About */
.two-text-image-blocks {
	float: left;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 60px;
	display: table;
	text-align: justify;
}
.two-text-image-blocks div:first-child {
	padding: 0 30px 0 60px;
}
.two-text-image-blocks div:last-child {
	padding: 0 60px 0 30px;
}
.two-text-image-blocks .text {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	width: 50%;
}
.two-text-image-blocks .text h2 {
	font-family: 'Catamaran';
	font-size: 26px;
	color: #809daa;
    font-weight: bold;
	margin-bottom: 20px;
}
.two-text-image-blocks .image {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	width: 50%;
	text-align: center;
}
.two-text-image-blocks .image img {
	max-width: 100%;
}
.with-background {
	background: #f5f7f9;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
	.two-text-image-blocks .text {
		float: left;
		width: 100%;
		padding: 0 60px 0 60px !important;
	}
	.two-text-image-blocks .image {
		float: left;
		width: 100%;
		padding: 0 60px 0 60px !important;
	}
	.two-text-image-blocks div:first-child {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.two-text-image-blocks .text {
		padding: 0 30px 0 30px !important;
	}
	.two-text-image-blocks .image {
		padding: 0 30px 0 30px !important;
	}
}

/* News */
.four-blocks .news-block-item {
    margin-top: 40px;
}

/* Products */
.products {
	float: left;
	width: 100%;
	margin-bottom: 60px;
	border-bottom: 1px solid #e8ecee;
}
.category {
	float: left;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 30px 60px 40px 60px;
	font-size: 26px;
	text-align: center;
	border-top: 1px solid #e8ecee;
	cursor: pointer;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.products .category:first-child {
	padding-top: 30px;
	border-top: 0;
}
.category img {
	width: 22px;
	height: 13px;
}
.closed, .without-products {
	color: #7f8c91;
	border-bottom: 0 !important;
}
.closed:hover, .without-products:hover {
	color: #334f5b;
}
.icons-blocks {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
	padding: 0 45px 0 45px;
}
.icons {
	display: block;
	box-sizing: border-box;
	width: 20%;
	height: 210px;
	padding: 0 15px 0 15px;
	text-align: center;
	border: 0;
	color: #334f5b;
}
.icons:hover {
	color: #02ae9f;
	border: 0;
}
.icons img {
	height: 90px;
	margin-bottom: 10px;
}
.icons span {
	white-space: nowrap;
}
.heading select {
	box-sizing: border-box;
	width: 100%;
	max-width: 250px;
	height: 40px;
	margin-top: 25px;
	padding: 0 30px 2px 10px;
	font-family: 'Catamaran';
	font-size: 16px;
	color: #809daa;
	border: 0;
	background: #f5f7f9;
    background-image: url(../pictures/select.svg);
    background-size: 11px 6px;
    background-position: right 10px bottom 15px;
    background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: 0.3s;
}
.heading select:focus {
	color: #334f5b;
}

@media only screen and (max-width: 1024px) {
	.icons {
		width: 25%;
	}
}

@media only screen and (max-width: 800px) {
	.icons {
		width: 33.33%;
	}
}

@media only screen and (max-width: 620px) {
	.icons {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	.category {
		padding: 30px 30px 40px 30px;
	}
	.icons-blocks {
		padding: 0 15px 0 15px;
	}
}

@media only screen and (max-width: 390px) {
	.icons {
		width: 100%;
	}
}

/* Product */
.two-text-icon-blocks {
	float: left;
	display: table;
	text-align: justify;
	margin: 30px 0 50px 0;
}
.two-text-icon-blocks div:first-child {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 30px 0 60px;
	text-align: center;
}
.two-text-icon-blocks div:first-child img {
	max-width: 100%;
	margin: 0;
}
.two-text-icon-blocks div:last-child {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 60px 0 30px;
}

@media only screen and (max-width: 720px) {
	.two-text-icon-blocks div:first-child {
		float: left;
		width: 100% !important;
		padding: 0 60px 30px 60px;
	}
	.two-text-icon-blocks div:last-child {
		float: left;
		width: 100% !important;
		padding: 0 60px 0 60px;
	}
}

@media only screen and (max-width: 480px) {
	.two-text-icon-blocks div:first-child {
		padding: 0 30px 30px 30px;
	}
	.two-text-icon-blocks div:last-child {
		padding: 0 30px 0 30px;
	}
}

.just-text {
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding: 30px 60px 0 60px;
	text-align: justify;
}
.center-text {
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding: 30px 60px 0 60px;
	text-align: center;
}
.center-text h4 {
	margin-bottom: 10px;
}
.last-text {
	padding-bottom: 50px !important;
}

@media only screen and (max-width: 480px) {
	.just-text, .center-text {
		padding: 30px 30px 0 30px;
	}
}

#big-left-area {
    float: left; 
    width: 30px;
    height: 280px;
    margin-top: 40px;
    cursor: pointer;
    background-image: url(../pictures/arrow-left.svg);
    background-size: 18px 34px;
    background-repeat: no-repeat;
    background-position: right center;
	transition: 0.3s;
    transform: translate(5px,0);
}
#big-left-area:hover {
    transform: translate(10px,0);
}
#big-right-area {
    float: right; 
    width: 30px;
    height: 280px;
    margin-top: 40px;
    cursor: pointer;
    background-image: url(../pictures/arrow-right.svg);
    background-size: 18px 34px;
    background-repeat: no-repeat;
    background-position: left center;
	transition: 0.3s;
    transform: translate(-5px,0);
}
#big-right-area:hover {
    transform: translate(-10px,0);
}
#big-center-area {
    float: left; 
    box-sizing: border-box;
    width: calc(100% - 60px);
	padding: 40px 0 60px 0;
    overflow: hidden;
    white-space: nowrap;
}
.big-block-item {
    display: inline-block;
	box-sizing: border-box;
    width: 553px;
    height: 280px;
    margin: 0 23px 0 30px;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    color: #334f5b;
    background: #ffffff;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
	transition: 0.6s;
}
.big-block-item img {
	height: 90px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.big-block-item h4 {
	margin-bottom: 10px;
	padding-left: 40px;
    padding-right: 40px;
    text-align: left;
}
.big-block-item p {
	padding-left: 40px;
    padding-right: 40px;
    text-align: left;
    font-size: 18px;
}
.big-block-item:hover {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}

@media only screen and (max-width: 720px) {
	#big-left-area {
		display: none;
	}
	#big-right-area {
		display: none;
	}
	#big-center-area {
    	width: 100%;
    	padding: 0 60px 40px 60px;
    	height: auto;
    	overflow: visible;
	}
	.big-block-item {
    	display: block;
    	width: 100%;
    	height: auto;
    	margin: 40px 0 0 0;
	}
	.big-block-item p {
    	padding-bottom: 40px;
	}
}

@media only screen and (max-width: 480px) {
	#big-center-area {
    	padding: 0 30px 40px 30px;
	}
	.big-block-item h4 {
		padding-left: 30px;
    	padding-right: 30px;
	}
	.big-block-item p {
		padding-left: 30px;
		padding-right: 30px;
    	padding-bottom: 30px;
	}
}

.custom-design {
	float: left;
	display: table;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 60px;
	padding: 30px 20px 30px 60px;
	background: #f5f7f9;
}
.custom-design div:first-child {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	width: 350px;
	font-size: 26px;
	font-weight: bold;
	color: #809daa;
}
.custom-design div:first-child img {
	vertical-align: middle;
	width: 90px;
	height: 90px;
	margin-right: 20px;
}
.custom-design div:last-child {
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 350px);
}
.custom-design div:last-child ul {    
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-design div:last-child ul li {
	float: left;
	box-sizing: border-box;
	width: 33.33%;
    padding: 10px 40px 10px 18px;
}
.custom-design div:last-child ul li:before {
    position: absolute;
    margin-top: 2px;
    margin-left: -18px;
    content: "●";
    font-size: 16px;
    color: #0ead91;
}

@media only screen and (max-width: 1024px) {
	.custom-design {
		padding: 40px 20px 30px 60px;
	}
	.custom-design div:first-child {
		display: block;
		width: 100%;
		margin-bottom: 30px;
		padding-right: 40px;
		text-align: center;
	}
	.custom-design div:last-child {
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width: 720px) {
	.custom-design div:last-child ul li {
		width: 50%;
	}
	.custom-design div:first-child {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 620px) {
	.custom-design div:last-child ul li {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.custom-design {
		padding: 40px 20px 30px 30px;
	}
	.custom-design div:first-child {
		padding-right: 10px;
	}
	.custom-design div:last-child ul li {
    	padding: 10px 10px 10px 18px;
	}
}

@media only screen and (max-width: 390px) {
	.custom-design div:first-child img {
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

#alone-left-area {
    float: left; 
    width: 30px;
    height: 325px;
    margin-top: 40px;
    cursor: pointer;
    background-image: url(../pictures/arrow-left.svg);
    background-size: 18px 34px;
    background-repeat: no-repeat;
    background-position: right center;
	transition: 0.3s;
    transform: translate(5px,0);
}
#alone-left-area:hover {
    transform: translate(10px,0);
}
#alone-right-area {
    float: right; 
    width: 30px;
    height: 325px;
    margin-top: 40px;
    cursor: pointer;
    background-image: url(../pictures/arrow-right.svg);
    background-size: 18px 34px;
    background-repeat: no-repeat;
    background-position: left center;
	transition: 0.3s;
    transform: translate(-5px,0);
}
#alone-right-area:hover {
    transform: translate(-10px,0);
}
#alone-center-area {
    float: left; 
    box-sizing: border-box;
    width: calc(100% - 60px);
    padding: 40px 0 60px 0;
    overflow: hidden;
    white-space: nowrap;
}
.alone-block-item {
    display: inline-block;
	box-sizing: border-box;
    width: 1160px;
    height: 325px;
    margin: 0 23px 0 30px;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    color: #334f5b;
}
.alone-block-left {
	float: left;
    width: 665px;
    height: 325px;
}
.alone-block-left div img {
	max-width: 100%;
}
.alone-block-right {
	float: left;
	box-sizing: border-box;
    width: 495px;
    height: 325px;
    padding: 0 20px 0 40px;
    font-size: 18px;
    text-align: left;
}
.alone-block-right h4 {
	margin-bottom: 10px;
}
.request-button {
	display: block;
	box-sizing: border-box;
	width: 240px;
	height: 45px;
	margin: 0 auto;
	margin-top: 40px;
	font-family: 'Crete Round';
	text-align: center;
	font-size: 20px;
	line-height: 1;
	color: #ffffff;
	background: #02ae9f;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: 0.3s;
}
.request-button:hover {
	background: #41c2b7;
}

.alone-item {
	box-sizing: border-box;
    padding: 40px 37px 60px 30px;
}
.alone-item .alone-block-right {
    padding: 0 0 0 40px;
}
.alone-item .alone-block-right div {
	float: left;
	display: table;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 0 !important;
}
.alone-item .alone-block-right div:last-child {
	margin-bottom: 0;
}
.alone-item .alone-block-right div p:first-child {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	width: 150px;
	height: 40px;
	padding-right: 40px;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}
.alone-item .alone-block-right div p:last-child {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	height: 40px;
}
.alone-item .alone-block-right div p:last-child select {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 30px 2px 10px;
	font-family: 'Catamaran';
	font-size: 16px;
	color: #809daa;
	border: 0;
	background: #f5f7f9;
    background-image: url(../pictures/select.svg);
    background-size: 11px 6px;
    background-position: right 10px bottom 15px;
    background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: 0.3s;
}
.alone-item .alone-block-right div p:last-child input[type=text] {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 0 2px 10px;
	font-family: 'Catamaran';
	font-size: 16px;
	color: #809daa;
	border: 0;
	background: #f5f7f9;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: 0.3s;
}
.alone-item .alone-block-right div p:last-child span {
	display: inline-block;
	width: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.half-input {
	width: calc(50% - 10px) !important;
}
.alone-item .alone-block-right div p:last-child select:focus, .alone-item .alone-block-right div p:last-child input[type=text]:focus {
	color: #334f5b;
}

@media only screen and (max-width: 1280px) {
	#alone-left-area {
		display: none;
	}
	#alone-right-area {
		display: none;
	}
	#alone-center-area {
    	width: 100%;
    	margin-bottom: 0;
    	padding: 40px 60px 60px 60px;
    	height: auto;
    	overflow: visible;
	}
	.alone-block {
    	margin-bottom: 0;
	}
	.alone-block-item {
    	display: block;
    	width: 100%;
    	height: auto;
    	margin: 0;
	}
	.alone-block-left {
		width: 100%;
    	margin-bottom: 20px;
    	text-align: center;
    	overflow-y: hidden;
    	overflow-x: scroll;
	}
	.alone-block-right {
		width: 100%;
    	height: auto;
    	margin-bottom: 40px;
    	padding: 0;
    	text-align: center;
	}
	.alone-block-item:last-child .alone-block-right {
    	margin-bottom: 0;
	}
	.alone-item {
    	padding: 40px 60px 60px 60px;
	}
	.alone-item .alone-block-right {
		float: none;
		max-width: 665px;
		margin: 0 auto;
    	margin-bottom: 0;
    	padding: 0;
    	text-align: left;
	}
}

@media only screen and (max-width: 480px) {
	#alone-center-area {
    	padding: 40px 30px 60px 30px;
	}
	.alone-item {
    	padding: 40px 30px 60px 30px;
	}
	.alone-item .alone-block-right div p:first-child {
		display: block;
		width: 100%;
		height: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.alone-item .alone-block-right div:first-child p:first-child {
		margin-top: 0;
	}
	.alone-item .alone-block-right div p:last-child {
		display: block;
		width: 100%;
		height: auto;
	}
}

.table-block {
	float: left;
	box-sizing: border-box;
	width: 100%;
	margin: 30px 0 50px 0;
	padding: 0 60px 0 60px;
}
.table-block div {
	overflow-x: scroll;
}
.table-block div table {
	width: 100%;
}
.table-block div table tr:nth-child(even) td {
	background: #f0f5f7;
}
.table-block div table th, td {
	padding: 10px 15px 15px 15px;
	font-size: 16px;
	text-align: center;
}
.table-block div table th {
	font-weight: bold;
}
.table-block div table td {
	vertical-align: middle;
}
.first-align-left div table td:first-child {
	text-align: left;
}
.table-block div table .download, .table-block div table .request {
	padding: 10px 15px 10px 15px;
}
.table-block div table .download a, .table-block div table .request a {
	border: 0;
}
.table-block div table .download img {
	width: 18px;
	height: 25px;
}
.table-block div table .request img {
	width: 21px;
	height: 16px;
}

@media only screen and (max-width: 480px) {
	.table-block {
		padding: 0 30px 0 30px;
	}
}

.request-block {
	float: left;
	box-sizing: border-box;
	width: 100%;
	margin: 40px 0 60px 0;
	padding: 0 60px 0 60px;
}
.request-block-left {
	float: left;
	width: 560px;
	margin-right: 20px;
}
.request-block-right {
	float: left;
	width: calc(100% - 580px);
}
.request-block input[type=text] {
	float: left;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	margin-right: 30px;
	margin-bottom: 20px;
	padding: 0 0 5px 10px;
	font-family: 'Catamaran';
	font-size: 16px;
	color: #809daa;
	border: 0;
	background: #f5f7f9;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: 0.3s;
}
.request-block textarea {
	float: left;
	box-sizing: border-box;
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
	padding: 11px 10px 10px 10px;
	font-family: 'Catamaran';
	font-size: 16px;
	line-height: 1.4;
	color: #809daa;
	border: 0;
	background: #f5f7f9;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: 0.3s;
}
.request-block input[type=text]:focus, .request-block textarea:focus {
	color: #334f5b;
}
.request-block input::-webkit-input-placeholder, .request-block textarea::-webkit-input-placeholder {
    color: #809daa;
}
.request-block input:-moz-placeholder, .request-block textarea:-moz-placeholder {
    color: #809daa;
    opacity: 1;
}
.request-block input::-moz-placeholder, .request-block textarea::-moz-placeholder {
    color: #809daa;
    opacity: 1;
}
.request-block input:-ms-input-placeholder, .request-block textarea:-ms-input-placeholder {
    color: #809daa;
}
.request-block input::-ms-input-placeholder, .request-block textarea::-ms-input-placeholder {
    color: #809daa;
}
.request-block input::placeholder, .request-block textarea::placeholder {
    color: #809daa;
}
.submit-button {
	display: block;
	box-sizing: border-box;
	width: 135px;
	height: 45px;
	margin: 0 auto;
	margin-top: 20px;
	font-family: 'Crete Round';
	text-align: center;
	font-size: 20px;
	float: left;
	line-height: 1;
	color: #ffffff;
	background: #02ae9f;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: 0.3s;
}
.submit-button:hover {
	background: #41c2b7;
}
.request-button-fill-form {
	float: right !important;
	width: auto !important;
	margin-top: 14px;
	font-family: 'Crete Round';
	font-size: 20px;
	cursor: pointer;
	color: #02ae9f;
	text-decoration: none;
	border-bottom: 1px solid #02ae9f;
	transition: 0.3s;
}
.request-button-fill-form:hover {
	color: #809daa;
	border-bottom: 1px solid #809daa;
}

@media only screen and (max-width: 960px) {
	.request-block-left {
		float: left;
		width: 100%;
	}
	.request-block-right {
		float: left;
		width: 100%;
	}
	.request-block input[type=text] {
		width: 100%;
		margin-right: 0;
	}
}

@media only screen and (max-width: 480px) {
	.request-block {
		padding: 0 30px 0 30px;
	}
}

/* Technology */
.video {
	float: left;
	box-sizing: border-box;
	width: 100%;
	height: 500px;
	margin-bottom: 60px;
}
.video iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

@media only screen and (max-width: 720px) {
	.video {
		height: 300px;
	}
}

/* Contacts */
.contact-blocks #small-left-area, .contact-blocks #small-right-area, .contact-blocks .small-block-item {
	height: 300px;
}
.contact-blocks .small-block-item img {
	height: 150px;
	margin-top: 0;
	margin-bottom: 15px;
}
.contact-blocks .small-block-item p {
	font-size: 16px;
	word-break: break-all;
}
.contact-blocks .small-block-item .mail {
	width: 21px;
	height: 16px;
	margin: 7px 0 0 0;
}
.contact-blocks .small-block-item a {
	border: 0;
}
.contact-blocks .small-block-item span {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 18px;
	color: #809daa;
    font-weight: bold;
}
.country-tabs {
	float: left;
	box-sizing: border-box;
	width: calc(100% - 120px);
	margin: 40px 0 60px 60px;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	transition: 0.6s;
}
.country-tabs:hover {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
.country-tabs div:first-child {
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding-right: 30px;
	align-content: center;
	text-align: center;
}

.country-tabs div:first-child p {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
}
.country-tabs div:first-child select {
	box-sizing: border-box;
	width: 100%;
	max-width: 250px;
	height: 40px;
	margin-bottom: 20px;
	padding: 0 30px 2px 10px;
	font-family: 'Catamaran';
	font-size: 16px;
	color: #809daa;
	border: 0;
	background: #f5f7f9;
    background-image: url(../pictures/select.svg);
    background-size: 11px 6px;
    background-position: right 10px bottom 15px;
    background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: 0.3s;
}
.country-tabs div:first-child select:focus {
	color: #334f5b;
}
.country-tabs div:last-child {
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding-left: 30px;
}
.country-tabs div:last-child img {
	max-width: 100%;
}
.country-tabs div:last-child p {
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
}

.country-selector div:first-child {
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding-right: 30px;
}
.country-selector div:first-child p {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
}
.country-selector div:first-child select {
	box-sizing: border-box;
	width: 100%;
	max-width: 250px;
	height: 40px;
	margin-bottom: 20px;
	padding: 0 30px 2px 10px;
	font-family: 'Catamaran';
	font-size: 16px;
	color: #809daa;
	border: 0;
	background: #f5f7f9;
	background-image: url(../pictures/select.svg);
	background-size: 11px 6px;
	background-position: right 10px bottom 15px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: 0.3s;
}
.country-selector div:first-child select:focus {
	color: #334f5b;
}
.country-selector div:last-child {
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding-left: 30px;
}
.country-selector div:last-child img {
	max-width: 100%;
}
.country-selector div:last-child p {
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
}

@media only screen and (max-width: 720px) {
	.country-selector div:first-child {
		width: 100%;
		padding-right: 0;
	}
	.country-selector div:last-child {
		width: 100%;
		margin-top: 10px;
		padding-left: 0;
	}
	.country-selector {
		padding: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.country-selector {
		width: calc(100% - 60px);
		margin: 40px 0 60px 30px;
	}

	.country-selector {
		padding: 0px 0px 30px 0;
	}
}
