body {
	min-width: 360px;
	font-family: 'ProximaNova', Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #212121;
	background: #f7f7f7;
}


/* ------------------- header ------------------------- */

header .wrap {
	max-width: 1320px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

header .wrap .row_1 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
	margin-bottom: 35px;
}

header .wrap .row_1 .col_1 {
	width: 65%;
	display: flex;
}

header .wrap .row_1 .col_1 .logo {
	margin-right: 70px;
}

header .wrap .row_1 .col_1 .logo a{
	text-decoration: none;
	color: black;
	font-size: 35px;
}

header .wrap .row_1 .col_1 .search {
	margin-top: 5px;
}

header .wrap .row_1 .col_1 .search form {
	display: flex;
}

header .wrap .row_1 .col_1 .search input[type="submit"] {
	background: url(../img/glass.svg) no-repeat center, #fff;
	height: 43px;
	cursor: pointer;
	padding-top: 20px;
	padding-left: 40px;
	border: 1px solid #e1e1e1;
	border-left: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

header .wrap .row_1 .col_1 .search input[type="text"] {
	min-width: 230px;
	height: 43px;
	font-size: 15px;
	color: #9d9999;
	border: 1px solid #e1e1e1;
	border-right-color: rgb(225, 225, 225);
	border-right-style: solid;
	border-right-width: 1px;
	border-right: none;
	padding-left: 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}
.overlow {
    overflow-x: scroll;
}
header .wrap .row_1 .col_2 {
	width: 35%;
	display: flex;
	justify-content: end;
	margin-top: 10px;
}

header .wrap .row_1 .col_2 .text {
	font-size: 17px;
	font-weight: 700;
	margin-top: 8px;
	margin-right: 15px;
}

header .wrap .row_1 .col_2 a {
	margin-right: 10px;
}

header .wrap .row_2 {
	background: #658bff;
	border-radius: 5px;
}

header .wrap .row_2 nav ul {
	display: flex;
	justify-content: space-evenly;
}

header .wrap .row_2 nav ul li a {
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #fff;
	padding: 21px;
	display: inline-block;
	cursor: pointer;
}

header .wrap .row_2 nav ul > li > a:hover {
	background: #4e77f3;
}

header .wrap .row_2 nav ul > li.active > a {
	background: #4e77f3;
}

.burger_menu_button {
	display: none;
	cursor: pointer;
}

.burger_menu_background {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	display: none;
	/* display: block; */
}

.burger_menu_content {
	width: 170px;
	position: fixed;
	top: 0;
	left: 0px;
	height: 100%;
	z-index: 2;
	background: #4162c6;
	overflow-y: auto;
	color: #fff;
	transform: translateX(-100%);
}

.burger_menu_content ul {
	margin-top: 40px;
	margin-left: 20px;
}

.burger_menu_content ul li {
	margin-bottom: 15px;
}

.burger_menu_content ul li a {
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 0.1em;
}

.burger_menu_content ul li a:hover {
	text-decoration: underline;
}

.burger_menu_close {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
}

.burger_menu_in_left {
	animation-name: burger_menu_in_left;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

.burger_menu_out_left {
	animation-name: burger_menu_out_left;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

@keyframes burger_menu_out_left {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@keyframes burger_menu_in_left {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}


/* ------------------ slider ----------------------- */

.carousel {
	max-width: 1290px;
	margin: 0 auto;
	position: relative;
	min-height: 650px;
	margin-top: 20px;
}

.carousel .carousel_wrap {
	overflow: hidden;
}

.carousel .carousel_items {
	display: flex;
}

.carousel .carousel_items > div {
	flex: 0 0 100%;
	min-height: 650px;
	display: flex;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	align-items: center;
	background-position: center center;
}

.carousel .carousel_items > div .info {
	margin-left: 113px;
	width: 540px;
	background: #000000d4;
	padding: 20px;
	border-radius: 5px;
}

.carousel .carousel_items > div .info h2 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 0px 10px #212121, 0px 0px 10px #212121, 0px 0px 10px #212121, 0px 0px 10px #212121;
}

.carousel .carousel_items > div .info .text_1 {
	font-size: 17px;
	color: #fff;
	line-height: 28px;
	width: 460px;
	margin-top: 25px;
	text-shadow: 0px 0px 10px #212121, 0px 0px 10px #212121, 0px 0px 10px #212121, 0px 0px 10px #212121;
}

.carousel .carousel_items > div .info .text_2 {
	display: flex;
	color: #fff;
	margin-top: 15px;
	text-shadow: 0px 0px 10px #212121, 0px 0px 10px #212121, 0px 0px 10px #212121, 0px 0px 10px #212121;
}

.carousel .carousel_items > div .info .text_2 .comment {
	background: url(../img/comments_white.svg) no-repeat;
	font-size: 14px;
	display: inline-block;
	padding-left: 27px;
	line-height: 20px;
	margin-right: 30px;
}

.carousel .carousel_items > div .info .text_2 .view {
	background: url(../img/views_white.svg) no-repeat;
	font-size: 14px;
	display: inline-block;
	padding-left: 27px;
	line-height: 20px;
}

.carousel .text_2 span {
	font-weight: 700;
}

.carousel .carousel_items > div .info .button {
	margin-top: 35px;
}

.carousel .carousel_items > div .info .button a {
	font-size: 16px;
	color: #fff;
	background: #658bff;
	border-radius: 5px;
	padding: 20px 55px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.carousel .carousel_items > div .info .button a:hover {
	background: #4e77f3;
}
/*
.carousel .carousel_items > div:nth-child(1) {
	background: url(../img/i_slider.jpg) no-repeat center;
}

.carousel .carousel_items > div:nth-child(2) {
	background: url(../img/i_slider2.jpg) no-repeat center;
}

.carousel .carousel_items > div:nth-child(3) {
	background: url(../img/i_slider3.jpg) no-repeat center;
}
*/
.carousel .carousel_left {
	background: url(../img/left_arrow.svg) no-repeat center, #fff;
	position: absolute;
	left: 35px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	width: 42px;
	height: 42px;
	border-radius: 50px;
}

.carousel .carousel_left:hover {
	background: url(../img/left_arrow_white.svg) no-repeat center, #658bff;
}

.carousel .carousel_right {
	background: url(../img/right_arrow.svg) no-repeat center, #fff;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	width: 42px;
	height: 42px;
	border-radius: 50px;
}

.carousel .carousel_right:hover {
	background: url(../img/right_arrow_white.svg) no-repeat center, #658bff;
}


/* --------------- licensed -------------------- */

.licensed, .licensed_page {
	max-width: 1320px;
	margin: 0 auto;
	margin-top: 60px;
	padding-left: 15px;
	padding-right: 15px;
}

.licensed h1,
.licensed h2,
.licensed_page h1,
.licensed_page h2 {
	font-size: 32px;
	line-height: 39px;
}

.licensed .items,
.licensed_page .items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.licensed .item {
	margin-top: 25px;
  	margin-left: 0.8%;
  	margin-right: 0.8%;
  	width: 15%;
}
.licensed_page .item {
	margin-top: 25px;
  	margin-left: 6px;
  	margin-right: 6px;
}

.licensed .item img,
.licensed_page .item img {
	border-radius: 5px;
	border: 1px solid black;
}

.licensed .item,
.licensed_page .item {
	cursor: pointer;
	display: inline-block;
}

.licensed .item:hover,
.licensed_page .item:hover {
	box-shadow: 0 0 10px 1px rgba(221, 221, 221, 1);
}


/* --------------- bonuses -------------------- */

.bonuses {
	max-width: 1320px;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 70px;
	padding-left: 15px;
	padding-right: 15px;
}

.bonuses img {
	width: 100%;
}

.bonuses h2 {
	font-size: 32px;
	line-height: 39px;
}

.bonuses .row {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	border-radius: 5px;
	margin-top: 35px;
}

.bonuses .row:hover {
	box-shadow: 0 0 10px 1px rgba(221, 221, 221, 1);
}

.bonuses .row .col_1 {
	width: 32%;
}

.bonuses .row .col_1 img {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.bonuses .row .col_2 {
	width: 64%;
	margin-left: 2%;
	margin-right: 2%;
}

.bonuses .row .col_2 .text_1 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	margin-top: 32px;
}

.bonuses .row .col_2 .text_1 a {
	text-decoration: none;
	color: #212121;
}

.bonuses .row .col_2 .text_1 a:hover {
	text-decoration: underline;
}

.bonuses .row .col_2 .text_2 {
	font-size: 15px;
	line-height: 24px;
	margin-top: 13px;
}

.bonuses .row .col_2 .info {
	display: flex;
	margin-top: 65px;
	margin-bottom: 25px;
}

.bonuses .row .col_2 .info .comment {
	width: 20%;
	background: url(../img/comments_black.svg) no-repeat;
	font-size: 14px;
	display: inline-block;
	padding-left: 27px;
	line-height: 18px;
	margin-top: 25px;
}

.bonuses .row .col_2 .info .view {
	width: 20%;
	background: url(../img/views_black.svg) no-repeat;
	font-size: 14px;
	display: inline-block;
	padding-left: 27px;
	line-height: 14px;
	margin-top: 27px;
}

.bonuses span {
	font-weight: 700;
}

.bonuses .row .col_2 .info .button {
	width: 60%;
	text-align: end;
}

.bonuses .row .col_2 .info .button a {
	font-size: 16px;
	color: #fff;
	background: #658bff;
	border-radius: 5px;
	padding: 20px 55px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.bonuses .row .col_2 .info .button a:hover {
	background: #4e77f3;
}

.bonuses .items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 10px;
}

.bonuses .items .item {
    background: #fff;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bonuses .items .item:nth-child(3n) {
	margin-right: 0;
}

.bonuses .items .item:hover {
	box-shadow: 0 0 10px 1px rgba(221, 221, 221, 1);
}

.bonuses .items .item .img {
	text-align: center;
}

.bonuses .items .item img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.bonuses .items .item .txt_1 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	margin: 20px 25px 20px 25px;
}

.bonuses .items .item .txt_1 a {
	text-decoration: none;
	color: #212121;
}

.bonuses .items .item .txt_1 a:hover {
	text-decoration: underline;
}

.bonuses .items .item .txt_2 {
	font-size: 15px;
	line-height: 23px;
	margin: 0px 25px 25px 25px;
}

.bonuses .items .item .info {
	display: flex;
	justify-content: left;
	margin: 25px 25px 40px 25px;
}

.bonuses .items .item .info .comment {
	background: url(../img/comments_black.svg) no-repeat;
	font-size: 14px;
	display: inline-block;
	padding-left: 27px;
	line-height: 18px;
	margin-right: 35px;
}

.bonuses .items .item .info .view {
	background: url(../img/views_black.svg) no-repeat;
	font-size: 14px;
	display: inline-block;
	padding-left: 27px;
	line-height: 14px;
	margin-top: 2px;
}

.bonuses .items .item .button {
	margin: 0px 0px 30px 25px;
}

.bonuses .items .item .button a {
	font-size: 16px;
	color: #fff;
	background: #658bff;
	border-radius: 5px;
	padding: 20px 55px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.bonuses .items .item .button a:hover {
	background: #4e77f3;
}

.bonuses .more {
	text-align: center;
}

.bonuses .more a {
	font-size: 16px;
	font-weight: 700;
	background: #f7f7f7;
	border-radius: 5px;
	padding: 20px 55px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #658bff;
	color: #212121;
	cursor: pointer;
}

.bonuses .more a:hover {
	color: #658BFF;
}


/* --------------- project -------------------- */

.project {
	display: flex;
	justify-content: space-between;
	max-width: 1320px;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 70px;
	padding-left: 15px;
	padding-right: 15px;
}

.project .col_1 {
	max-width: 550px;
}

.project .col_1 .about {
	font-size: 32px;
	line-height: 39px;
	margin-top: 50px;
	margin-bottom: 25px;
}

.project .col_1 .text {
	font-size: 17px;
	line-height: 27px;
}

.project .col_1 .text p {
	margin-bottom: 20px;
}

.project .col_2 img {
	border-radius: 5px;
}


/* --------------- footer -------------------- */

footer {
	background: #08194c;
	padding-top: 50px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

footer .wrap {
	max-width: 1320px;
	margin: 0 auto;
}

footer .wrap .row_1 {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #414e75;
	padding-bottom: 45px;
}

footer .wrap .row_1 .logo {
	width: 35%;
}

footer .wrap .row_1 .menu {
	width: 20%;
	display: flex;
	font-size: 15px;
	line-height: 26px;
}

footer .wrap .row_1 .menu a {
	text-decoration: none;
	color: #fff;
}

footer .wrap .row_1 .menu a:hover {
	text-decoration: underline;
	color: #658BFF;
}

footer .wrap .row_1 .menu ul {
	column-count: 2;
	column-gap: 65px;
}

footer .wrap .row_1 .social {
	width: 45%;
	display: flex;
	justify-content: end;
	margin-top: 10px;
}

footer .wrap .row_1 .social .text {
	font-size: 17px;
	font-weight: 700;
	margin-top: 8px;
	margin-right: 15px;
	color: #fff;
}

footer .wrap .row_1 .social a {
	margin-right: 10px;
}

footer .wrap .row_2 {
	text-align: center;
	font-size: 13px;
	padding-top: 20px;
	line-height: 23px;
	color: rgba(255, 255, 255, 0.35);
}


/* --------------- content -------------------- */

.content {
	max-width: 1320px;
	margin: 0 auto;
}

.content h2 {
	font-size: 32px;
	line-height: 39px;
}

.content .row {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	border-radius: 5px;
	margin-top: 35px;
}

.content .row:hover {
	box-shadow: 0 0 10px 1px rgba(221, 221, 221, 1);
}

.content .row .col_1 {
	width: 32%;
}

.content .row .col_1 img {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.content .row .col_2 {
	width: 64%;
	margin-left: 2%;
	margin-right: 2%;
}

.content .row .col_2 .text_1 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	margin-top: 32px;
}

.content .row .col_2 .text_1 a {
	text-decoration: none;
	color: #212121;
}

.content .row .col_2 .text_1 a:hover {
	text-decoration: underline;
}

.content .row .col_2 .text_2 {
	font-size: 15px;
	line-height: 24px;
	margin-top: 13px;
}

.content .row .col_2 .info {
	display: flex;
	margin-top: 30px;
	margin-bottom: 25px;
}

.content .row .col_2 .info .comment {
	width: 20%;
	background: url(../img/comments_black.svg) no-repeat;
	font-size: 14px;
	display: inline-block;
	padding-left: 27px;
	line-height: 18px;
	margin-top: 25px;
}

.content .row .col_2 .info .view {
	width: 20%;
	background: url(../img/views_black.svg) no-repeat;
	font-size: 14px;
	display: inline-block;
	padding-left: 27px;
	line-height: 14px;
	margin-top: 27px;
}

.content span {
	font-weight: 700;
}

.content .row .col_2 .info .button {
	width: 60%;
	text-align: end;
}

.content .row .col_2 .info .button a {
	font-size: 16px;
	color: #fff;
	background: #658bff;
	border-radius: 5px;
	padding: 20px 55px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.content .row .col_2 .info .button a:hover {
	background: #4e77f3;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.pagination .nav-links a,
.pagination .nav-links span {
	margin-left: 10px;
	margin-right: 10px;
}

.pagination .nav-links a {
	text-decoration: none;
	font-size: 15px;
	color: #212121;
	display: inline-block;
	font-weight: 700;
	padding: 5px 5px;
}

.pagination .nav-links a:hover {
	text-decoration: underline;
}

.pagination .nav-links .current {
	background: #658bff;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	padding: 8px 13px 8px 12px;
	border-radius: 50%;
}

.pagination .nav-links .dots {
	display: inline-block;
	margin-top: 8px;
}

.breadcrumb {
	max-width: 1320px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 37px;
	padding-left: 15px;
	padding-right: 15px;
}

.breadcrumb ul {
	display: flex;
	font-size: 13px;
}

.breadcrumb a {
	text-decoration: none;
	color: #212121;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb a:after {
	content: "/";
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.page {
	max-width: 1320px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	padding-left: 15px;
	padding-right: 15px;
}

.page .wrap {
	display: flex;
	flex-wrap: wrap;
}

.page .wrap article {
	width: 60%;
	margin-right: 5%;
}

.page .wrap aside {
	width: 35%;
}

.page article h1 {
	font-size: 32px;
	line-height: 39px;
}

.page article .info {
	display: flex;
	margin-top: 12px;
	margin-bottom: 25px;
}

.page article .info .comment {
	background: url(../img/comments_black.svg) no-repeat;
	font-size: 14px;
	display: inline-block;
	padding-left: 27px;
	line-height: 18px;
	margin-right: 40px;
}

.page article .info .view {
	background: url(../img/views_black.svg) no-repeat;
	font-size: 14px;
	display: inline-block;
	padding-left: 27px;
	line-height: 14px;
	margin-top: 2px;
}

.page article .info span {
	font-weight: 700;
}

.page article .img {
	margin-bottom: 40px;
	text-align: center;
}

.page article .img img {
	border-radius: 5px;
}

.page article .con img {
  margin: 0 auto;
  display: block;
}

.page article .con p {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 17px;
}

.page article .con a {
	color: #658BFF;
	text-decoration: underline;
	cursor: pointer;
}

.page article .con a:hover {
	text-decoration: none;
}

.page article .con h2 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 16px;
}

.page article .con ol {
	margin-bottom: 40px;
}

.page article .con ol li {
	line-height: 26px;
	margin-bottom: 23px;
	list-style-type: none;
	counter-increment: list;
	font-size: 17px;
}

.page article .con ol li::before {
	content: counter(list) "";
	width: 26px;
	height: 26px;
	text-align: center;
	color: #fff;
	background: #658bff;
	border-radius: 50px;
	font-size: 17px;
	font-weight: 700;
	padding: 3px;
	margin-right: 20px;
	display: inline-block;
}

.page article .con table {
	border-spacing: 5px;
	width: 100%;
	margin-bottom: 40px;
}

.page article .con table td {
	border: 1px solid #e9e9e9;
	background: #e9e9e9;
	border-radius: 5px;
	padding: 12px 15px 11px 15px;
}

.page article .con table th {
	border: 1px solid #658bff;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	background: #658bff;
	padding: 12px 15px 11px 15px;
}

.page article .con h3 {
	margin-top: 40px;
	margin-bottom: 16px;
}

.page article .con .overflow {
	overflow-x: auto;
}

.page article .con .youtube_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.page article .con .youtube_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}

.page aside .licensed {
	margin-top: 22px;
}

.page aside .licensed h2 {
	font-size: 24px;
	line-height: 31px;
}

.social_p {
	display: flex;
	align-items: center;
	max-width: 1320px;
	margin: 0 auto;
	margin-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

.social_p .text {
	font-size: 24px;
	font-weight: 700;
	margin-right: 20px;
}

.social_p a {
	margin-right: 11px;
}

.page ul {
	margin-bottom: 40px;
	list-style-type: disc;
	padding-left: 40px
}

.page ul li {
	line-height: 26px;
	margin-bottom: 23px;
	font-size: 17px;
}

.comments {
	max-width: 1320px;
	margin: 0 auto;
	margin-top: 70px;
	padding-left: 15px;
	padding-right: 15px;
}

.comments .title {
	font-size: 32px;
	line-height: 39px;
	font-weight: bold;
}

.comments .wrap {
	background: #fff;
	margin-top: 35px;
	border-radius: 5px;
	padding: 30px 40px 30px 40px;
}

.comments .wrap .title_2 {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 20px;
	font-weight: 700;
}

.comments .wrap input[name="author"] {
	border: 1px solid #e3dede;
	background: #f7f7f7;
	font-size: 15px;
	color: #9d9999;
	box-sizing: border-box;
	padding: 14px 20px 15px 20px;
	border-radius: 5px;
	width: 49%;
	margin-right: 2%;
}

.comments .wrap input[name="email"] {
	border: 1px solid #e3dede;
	background: #f7f7f7;
	font-size: 15px;
	color: #9d9999;
	box-sizing: border-box;
	padding: 14px 20px 15px 20px;
	width: 49%;
	border-radius: 5px;
}

.comments .wrap textarea {
	font-family: 'ProximaNova', Arial, sans-serif;
	border: 1px solid #e3dede;
	background: #f7f7f7;
	font-size: 15px;
	color: #9d9999;
	box-sizing: border-box;
	padding: 16px 10px 16px 20px;
	width: 100%;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.comments .wrap input[type="submit"] {
	font-size: 16px;
	color: #fff;
	background: #658bff;
	border-radius: 5px;
	padding: 20px 55px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	border: none;
}

.comments .wrap input[type="submit"]:hover {
	background: #4e77f3;
}

.comments .review {
	background: #fff;
	margin-top: 40px;
	border-radius: 5px;
	padding: 20px 10px 25px 40px;
	position: relative;
}

.comments .review::before {
	content: "";
	position: absolute;
	left: 25px;
	top: 77px;
	width: 75px;
	height: 58px;
	display: inline-block;
	background: url(../img/virgule.png) no-repeat;
}

.comments .review .row_1 {
	display: flex;
	margin-bottom: 10px;
}

.comments .review .row_1 .name {
	font-size: 18px;
	font-weight: 700;
	margin-right: 40px;
}

.comments .review .row_1 .date {
	font-size: 15px;
	color: #A9A9A9;
	margin-top: 3px;
}

.comments .review .comment {
	font-size: 16px;
	line-height: 19px;
	position: relative;
}

.comments .review .replay {
	margin-top: 11px;
	position: relative;
}

.comments .review .replay a {
	text-decoration: none;
	color: #658BFF;
	line-height: 19px;
	font-weight: 700;
}

.comments .review .replay a:hover {
	text-decoration: underline;
}


/* --------------- scrollto -------------------- */

.up_arrow {
	background: url("data:image/svg+xml,%3Csvg width='30px' height='30px' fill='orange' enable-background='new 0 0 330 330' viewBox='0 0 330 330' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m325.606 229.393-150.004-150c-2.812-2.813-6.628-4.393-10.606-4.393-3.979 0-7.794 1.581-10.607 4.394l-149.996 150c-5.858 5.858-5.858 15.355 0 21.213 5.857 5.857 15.355 5.858 21.213 0l139.39-139.393 139.397 139.393c2.929 2.929 6.768 4.393 10.607 4.393s7.678-1.464 10.607-4.394c5.857-5.858 5.857-15.355-.001-21.213z'/%3E%3C/svg%3E");
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 30px;
}