/* Start CSS */
body { background: #f1f4f8; color: #333; font-family: "Arial"; font-size:14px; padding:0px; }
a { -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; transition:all 200ms linear; cursor:pointer; text-decoration:none; }
a:hover, a:active, a:focus { text-decoration:underline; outline:none; }
.clearfix10 { display:block; clear:both; height:10px; }
.clearfix20 { display:block; clear:both; height:20px; }
.clearfix30 { display:block; clear:both; height:30px; }
.text-red { color:#e43b2c; }
.text-white { color:#fff; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.d-block { display: block;}
hr { margin-top: 20px; margin-bottom: 20px; border-top: 2px solid #ddd; }
.hr-small { margin-top: 10px; margin-bottom: 10px; border-top: 1px solid #ddd; }
.d-block  {display:block;}
.d-none { display: none; }
.m-auto {
	margin: auto;
}
.modal-body {
	background: #000;
	border-radius: 10px;
    padding: 0;
}
.border-video {
	border: 20px solid #000;
	border-radius: 5px;
	box-shadow: 0 10px 6px -6px #777;
}
.modal-close {
    background: url(../img/closemodal.png) center center no-repeat;
    border: none;
    height: 33px;
    width: 33px;
    right: -10px;
    position: absolute;
    top: -10px;
	z-index: 2;
	outline: 0;
}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-30 {margin-top: 30px;}
.mr-25 {margin-right: 25px;}
.img-thumb { background-color: #fff; display: block; border: 1px solid #e0e0e0; border-radius: 3px; height: 75px; margin-right: 30px; padding: 5px; width: 75px; float: left; }
.img-thumb img { border-radius: 5px; }
.a-link, .a-link:focus { color: #333; display: inline-block; font-weight: 700; padding-left: 23px; position: relative; text-decoration: none; }
.a-link:hover { color: #e43b2c; text-decoration: none; }

.icon {
	display: block; height: 18px; width: 18px; position: absolute; left: 0; top: 0;
}

.icon-preview {
	background-image: url(../img/icon-preview.svg); background-size: cover;
}
.icon-copy {
	background-image: url(../img/icon-copy.svg); background-size: cover;
}

.main { background: #fff; border-radius: 5px; margin: 30px 0; padding: 30px; box-shadow: 0 1px 5px rgba(0,0,0,0.2); }
.main__title { font-size: 32px; font-weight: 700; margin: 0; padding: 5px 0; }
.main__btn, .main__btn:focus { background: #e43b2c; border: 1px solid #b62f23; border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); color: #fff; display: inline-block; font-size: 20px; font-weight: 700; padding: 10px 25px; text-decoration: none; }
.main__btn:hover { background: #b62f23; color: #fff; text-decoration: none; }

.main__block-outer { border: 1px solid transparent; margin: 20px 0; padding: 0 30px; }
.main__block { background: #f1f4f8; border: 1px solid #e0e0e0; border-radius: 5px; box-shadow: inset 0 1px 2px rgba(130,137,150,0.23),0 1px 0 rgba(255,255,255,0.95); margin: 0 0 15px 0; padding: 20px 30px; }

.main__subtitle { font-size: 22px; font-weight: 700; margin: 0; padding: 0; }

.form-info { display: block; font-size: 16px; margin-bottom: 5px; }
.form-control { background: #fff; border:1px solid #cccccc; border-radius: 5px; display: block; font-size: 13px; padding: 12px 18px; width: calc(100% - 105px); }

.block-head { display: none; }

.footer { display:block; padding: 50px 0 50px 0; text-align:center; }
.footer__logo { display: block; margin: 0 auto 20px auto; max-width: 250px; }
.footer__copyright { display: block; color: #333; text-decoration: none; }

/* =============== Start Tablet & Phone Device CSS =============== */
@media (max-width: 1199px) { 
	.main__block-outer { margin: 15px 0; padding: 0 15px; }
	.main__block {
		padding: 15px;
	}
	.img-thumb {
		margin-right: 15px;
	}
	.form-control {
		width: calc(100% - 90px);
	}
}
@media (max-width: 991px) {
	.mt-sm-10 { margin-top: 10px;}
	.main__title {
		font-size: 26px;
	}
	.link-block {
		padding-left: 90px;
	}
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 720px;
	}
}
@media (max-width: 767px) {
	.img-thumb {
		height: 70px;
		width: 70px;
	}

	.main {
		margin: 15px 0;
		padding: 15px;
	}
	.main__title {
		font-size: 20px;
	}
	.main__btn {
		font-size: 16px;
		padding: 10px 20px;
	}

	.footer {
		padding: 30px 0;
	}
}
@media (max-width: 575px) { 
	hr { margin-top: 15px; margin-bottom: 15px; }
	.col-xxs-12 {
		width: 100%;
	}
	.d-xxs-none { display: none; }
	.d-xxs-block { display: block; }
	.text-xxs-center { text-align: center; }
	.mt-xxs-5 { margin-top: 5px; }
	.mt-xxs-10 { margin-top: 10px; }
	.mr-xxs-55 { margin-right: 50px; }
	.link-block { padding: 0;}
	.block-head { display: block; }
	.main__btn {
		margin-top: 10px;
	}
	.img-thumb {
		height: auto;
		margin: 0 0 10px 0;
		width: auto;
	}
	.form-control {
		width: 100%;
	}
	.block-info {
		display: block;
		margin: 0 auto;
		max-width: 250px;
	}
}
@media (max-width: 413px) { 
	.main__title {
		font-size: 18px;
	}
	.main__subtitle {
		font-size: 16px;
	}
	.footer {
		padding: 20px 0;
		font-size: 13px;
	}
}
@media (max-width: 374px) { 
	.main__title {
		font-size: 15px;
	}
	.main__subtitle {
		font-size: 14px;
	}
	.footer {
		font-size: 12px;
	}
}
/* =============== End Tablet & Phone Device CSS =============== */