/*
Theme Name: Pronto Masterclass
Text Domain: pronto-masterclass
Version: 1
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	html body .alignleft,
	html body .alignright,
	html body .alignnone {
		float: none;
		display: block;
		margin: 5px auto 5px auto;
	}
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

em {font-style: italic;}
/*************** WordPress Core END***************/

.image img { height: auto }
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-acceptance label {
	position: relative;
	display: block;
	cursor: pointer;
	font-size: clamp(16px, 1.8vw, 22px);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: calc(30px + var(--gap-s));
}
.wpcf7-acceptance label input {
	display: none;
}
.wpcf7-acceptance label > .wpcf7-list-item-label::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ececec;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.wpcf7-acceptance label > .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: radial-gradient( 113.64% 113.64% at 91.81% 150%, #c11515 0%, #fb1919 100% );
	transition: 0.3s;
	opacity: 0;
	display: block;
}
.wpcf7-acceptance label > input:checked ~ .wpcf7-list-item-label::after {
	opacity: 1;
}
.wpcf7-acceptance label a {
	font-weight: 500;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {display: none}
.wpcf7 .input+.wpcf7-not-valid-tip {display: none}

@media (max-width: 767px) {
	.wpcf7-acceptance label {
	    padding-left: var(--gap-s);
	}
	.wpcf7-acceptance label > .wpcf7-list-item-label::before {
		width: 15px;
		height: 15px;
	}
	.wpcf7-acceptance label > .wpcf7-list-item-label::after {
		width: 11px;
		height: 11px;
	}
}



/*--------------------------------------------------------*/
/* FOOTER */
/*--------------------------------------------------------*/
footer {
  overflow: hidden;
}
.decor-footer {
  position: relative;
}
.decor-footer::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 14%;
  background: url("img/icons/decor-footer.svg");
  background-repeat: no-repeat;
  width: 213px;
  height: 238px;
}

.footer-bottom-wrapp {
  background: #1f0d2e;
  padding: 25px 0 34px;
}
.footer-bottom-top ul {
  font-size: 0;
}
.footer-bottom-top li {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
.footer-bottom-top li {
  margin-right: 23px;
}
.footer-bottom-top li:last-child {
  margin-right: 0;
}
.footer-bottom-wrapp .footer-bottom .left-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 23px;
}
.footer-bottom-wrapp .footer-bottom .left-block li {
  line-height: 1.2;
}
.footer-bottom-wrapp .footer-bottom .left-block ul:first-child li {
  font-size: 18px;
}
.footer-bottom-wrapp .footer-bottom .left-block li + li {
  margin-top: 15px;
}
.footer-bottom-wrapp .footer-bottom .address-wrapp li {
  font-size: 15px;
}
.footer-bottom-wrapp .footer-bottom .address-wrapp .title {
  padding-left: 30px;
}
.footer-bottom-wrapp .footer-bottom .address-wrapp .title::before {
  background: url("img/icons/footer-marker.svg");
  height: 20px;
  width: 20px;
}
.footer-bottom-wrapp .footer-bottom .address-wrapp li {
  position: relative;
  padding-left: 25px;
}
.footer-bottom-wrapp .footer-bottom .address-wrapp li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("img/icons/polygon.svg");
  width: 10px;
  height: 9px;
  background-repeat: no-repeat;
}
.footer-bottom-wrapp .footer-bottom .left-block .title {
  font-size: 18px;
  margin-bottom: 15px;
}
.footer-bottom-wrapp .right-block .market {
  margin: 13px 0 26px;
}
.footer-bottom-wrapp .right-block .market a {
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  padding: 8px 0 0 20px;
  border-radius: 9px 0 0 9px;
  min-width: 165px;
}
.footer-bottom-wrapp .right-block {
  float: right;
}
.footer-bottom-wrapp .right-block .market svg {
  width: 99px;
  height: 32px;
  transform: scale(1.2);
}
.footer-bottom-wrapp .right-block .market a:last-child {
  border-radius: 0 9px 9px 0;
}

.footer-down {
  background: #ffffff;
  padding: 21px 0;
  color: #2a2a2a;
}
.footer-down .developer > * {
  display: inline-block;
  vertical-align: middle;
}
.footer-down .developer img {
  width: 100px;
  margin-left: 8px;
}
.footer-down ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-down li {
  font-size: 15px;
}

/*# social */
.social {
  font-size: 0;
}
.social li {
  display: inline-block;
  vertical-align: middle;
}
.social li + li {
  margin-left: 10px;
}
.social a {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #4fb045;
  position: relative;
}
.social a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
  footer .container {
    position:relative;
    z-index:1;
  }
@media (min-width: 1200px) {
  footer .container {
    max-width: 1350px;
  }
}
@media (min-width: 992px) {
  .footer-bottom-wrapp .right-block .market a:hover {
    background: #fe7e63;
  }
  .social a:hover {
    background: #fe7e63;
  }
  .footer-bottom-wrapp .right-block .market a:hover svg path {
    fill: #ffffff;
  }
  .footer-bottom-top li a:hover,
  .footer-bottom-wrapp .footer-bottom .left-block a:hover {
    color: #4fb045;
  }
  .footer-down li a:hover {
    color: #4fb045;
  }
}
@media (max-width: 1365px) {
  .decor-footer::before {
    display: none;
  }
  .footer-bottom-top li {
    margin-right: 13px;
  }
  .footer-bottom-top li:last-child {
    margin-right: 0;
  }
  .footer-bottom-wrapp .footer-bottom .left-block ul:first-child li {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  footer .social {
    margin: 10px 0;
  }
  .footer-bottom-wrapp {
    padding: 20px 0;
  }
  .footer-bottom-wrapp .right-block .market a {
    min-width: 140px;
  }
  .footer-bottom-top li {
    margin-right: 0;
    padding-right: 10px;
  }
  .footer-bottom-top li {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .footer-bottom-wrapp .footer-bottom .left-block {
    margin-bottom: 20px;
  }
  .footer-bottom-wrapp .right-block {
    float: none;
  }
  .footer-down {
    padding: 15px 0;
  }
  .footer-down ul {
    flex-direction: column;
  }
  footer .right-block {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .footer-bottom-wrapp .footer-bottom .left-block {
    flex-direction: column;
  }
  .footer-bottom-wrapp .footer-bottom .address-wrapp .title {
    margin-top: 20px;
  }
  .footer-bottom-wrapp {
    padding: 15px 0;
  }
}
@media (min-width: 576px) {
  .address-wrapp {
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap:wrap;
  	flex-wrap:wrap;
  	max-width: 380px;
  }
  .address-wrapp .title {
  	-ms-flex:0 0 100%;
  	flex:0 0 100%;
  	max-width:100%
  }
  .address-wrapp .address-item {
  	-ms-flex:0 0 50%;
  	flex:0 0 50%;
  	max-width:50%
  }
}