

/* Start:/bitrix/templates/agt-panel/plugins/flexslider/flexslider.css?17754775626591*/
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/bitrix/templates/agt-panel/plugins/flexslider/fonts/flexslider-icon.eot');
  src: url('/bitrix/templates/agt-panel/plugins/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/agt-panel/plugins/flexslider/fonts/flexslider-icon.woff') format('woff'), url('/bitrix/templates/agt-panel/plugins/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('/bitrix/templates/agt-panel/plugins/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* End */


/* Start:/bitrix/templates/agt-panel/plugins/jquery-modal/jquery.modal.css?17754745763621*/
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  /*max-width: 500px;*/
  box-sizing: border-box;
  /*width: 90%;*/
  background: #fff;
  padding: 15px 30px;
  /*-webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;*/
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');

}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* End */


/* Start:/bitrix/components/custom/form.agt-panel/templates/.default/style.css?1775474704837*/

#show-phone {
	display: none;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	max-width: 400px;
}

#show-phone form p a {
	color: red;
}

#show-phone > a {
	text-align: center;
	margin-bottom: 30px;
	font-size: 25px;
	display: block;
}

#show-phone p {
	font-size: 14px;
}

#show-phone .req {
	color: red;
}

#show-phone input[type="text"] {
	padding: 10px 15px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #000;
    margin: 10px 0;
	width: 100%;
}

#show-phone textarea {
	width: 100%;
	padding: 10px 15px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #000;
}

#show-phone input[type="submit"] {
	width: 100%;
    border: none;
    outline: none;
}

.form-result-text {
	padding: 40px 20px;
}

@media all and (max-width: 600px) {
	#show-phone {
		padding: 40px 20px;
	}
}


/* End */


/* Start:/bitrix/components/custom/form.service/templates/.default/style.css?1775474809895*/

.form-service {
	display: none;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	max-width: 400px;
}

.form-service h2 {
	margin-top: 0px;
}

.form-service form p a {
	color: red;
}

.form-service > a {
	text-align: center;
	margin-bottom: 30px;
	font-size: 25px;
	display: block;
}

.form-service p {
	font-size: 14px;
}

.form-service .req {
	color: red;
}

.form-service input[type="text"] {
	padding: 10px 15px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #000;
    margin: 10px 0;
	width: 100%;
}

.form-service textarea {
	width: 100%;
	padding: 10px 15px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #000;
}

.form-service input[type="submit"] {
	width: 100%;
    border: none;
    outline: none;
}

.form-result-text {
	padding: 40px 20px;
}

@media all and (max-width: 600px) {
	.form-service {
		padding: 40px 20px;
	}
}


/* End */


/* Start:/bitrix/templates/agt-panel/template_styles.css?17754746389262*/

body {
	margin: 0;
	font-family: Montserrat, Arial, sans-serif;
}

.content {
	max-width: 1200px;
	margin: 0 auto;
}

@media all and (max-width: 1220px) {
	.content {
		margin-left: 20px;
		margin-right: 20px;
	}
}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.agt-bg {
	background-image: url(/bitrix/templates/agt-panel/images/agt-bg.jpg);
    background-position: 100% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
}

.green-button {
	box-sizing: border-box;
	background: green;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
}

.green-button:hover {
	background: #17B01E;
}

.red-button {
	box-sizing: border-box;
	background: red;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
}

.red-button:hover {
	background: red;
}


header {
	display: flex;
	max-width: 1200px;
	margin: 20px auto;
	text-align: center;
}

header .menu {
	text-transform: uppercase;
}

header .menu.red {
	color: red;
}

header > div {
	width: 33.3%;
}

header > div img {
	max-width: calc(100% - 40px);
}

header > div > div {
	padding: 20px 20px;
	box-sizing: border-box;
}

header > div > div.underline {
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 30px 20px;
}

@media all and (max-width: 900px) {
	header {
		display: block;
		margin: 0;
	}
	
	header > div {
		width: 100%;
	}
}


#top-blocks {
	background: #e6e6e6;
	padding: 80px 0;
}

#top-blocks .content {
	display: flex;
	justify-content: space-between;
}

#top-blocks .content > a {
	border-radius: 20px;
	line-height: 23px;
	background: #fff;
	width: 23%;
	text-align: center;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
    padding: 0 30px;
    box-sizing: border-box;
	cursor: pointer;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	text-transform: uppercase;
}

@media all and (max-width: 800px) {
	#top-blocks .content {
		display: block;
	}	
	
	#top-blocks .content > a {
		width: 100%;
		margin-bottom: 20px;
	}
}


#best-collections {
	color: #fff;
	overflow: auto;
}

#best-collections p {
	font-size: 32px;
	max-width: 800px;
	margin: 140px auto 60px auto;
	text-align: center;
}

#best-collections > div {
	display: flex;
    justify-content: space-between;
    margin: 0 auto 150px auto;
    max-width: 600px;
}

#best-collections > div a {
	padding: 20px;
	border: 1px solid #fff;
	color: #fff;
	width: 130px;
	display: block;
	text-align: center;
}

@media all and (max-width: 800px) {
	#best-collections p {
		max-width: calc(100% - 20px);
		font-size: 25px;
        margin-top: 60px;
	}
	
	#best-collections > div {
		display: block;
	}
	
	#best-collections > div a {
		margin: 20px auto;
	}
}


#agt-product {
	background: #e6e6e6;
	overflow: auto;
}

#agt-product > div {
	background: #fff;
	text-align: center;
	margin: 50px auto;
	padding: 40px;
	box-sizing: border-box;
	max-width: 1100px;
	font-size: 25px;
}

#agt-product > div p {
	margin-top: 0;
}

@media all and (max-width: 800px) {
	#agt-product > div {
		font-size: 20px;
		padding: 40px 20px;
	}
}


#exclusive-colors {
	max-width: 800px;
	margin: 50px auto;
	text-align: center;
	font-size: 25px;
}


#section-slider {
	height: 800px;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

#section-slider > div.slider-text {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -600px;
	font-size: 30px;
	width: 1200px;
	max-width: 100%;	
	background: rgba(256, 256, 256, 0.5);
	padding: 50px;
	box-sizing: border-box;
	text-align: center;
}

#section-slider .section-slider-flexslider, #section-slider .flex-viewport, #section-slider .slides, #section-slider li {
	height: 100%;
}

@media all and (max-width: 1200px) {
	#section-slider {
		height: 600px;
	}
	
	#section-slider > div.slider-text {
		width: 100%;
		left: 0;
		margin-left: 0;
		font-size: 20px;
		padding: 30px;
	}
}


.collection-title {
	overflow: auto;
}

.collection-title hr {
	max-width: 200px;
    background: #fff;
    color: #fff;
    height: 2px;
    outline: none;
    margin: 50px auto;
}

.collection-title hr.top {
	margin-top: 150px;
}

.collection-title hr.bottom {
	margin-bottom: 150px;
}

.collection-title div {
	margin: 50px auto;
    text-align: center;
    max-width: 500px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}

@media all and (max-width: 600px) {
	.collection-title div {
		font-size: 30px;
	}
	
	.collection-title hr.top {
		margin-top: 100px;
	}

	.collection-title hr.bottom {
		margin-bottom: 100px;
	}
}


.title-with-bg {
	height: 700px;
	background-size: cover !important;
	overflow: auto;
}

.title-with-bg div {
	color: #fff;
	max-width: 1200px;
	margin: 150px auto 0 auto;
	font-size: 40px;
}

.title-with-bg div span {
	font-size: 55px;
	display: block;
	font-weight: bold;
}

@media all and (max-width: 1200px) {
	.title-with-bg div {
		width: calc(100% - 40px);
	}
}

@media all and (max-width: 800px) {
	.title-with-bg {
		height: 500px;
	}
	
	.title-with-bg div {
		font-size: 30px;
	}

	.title-with-bg div span {
		font-size: 45px;
	}	
}


#panels-trendy-1 {
	background: url(/bitrix/templates/agt-panel/images/panels-bg.jpg) center no-repeat;
}


.panels-info .content {
	display: flex;
	margin-top: 50px;
	margin-bottom: 50px;
}

.panels-info .content h2 {
	font-size: 38px;
	margin-bottom: 0;
}

.panels-info .content > div:first-child {
	padding-right: 50px;
	box-sizing: border-box;
	width: 55%;
}

.panels-info .content > div:nth-child(2) {
	width: 45%;
}

.panels-info .content > div:nth-child(2) > div {
	margin-bottom: 30px;
	padding-left: 100px;
	box-sizing: border-box;
	min-height: 66px;
}

.panels-info .content > div:nth-child(2) > div:nth-child(1) {
	background: url(/bitrix/templates/agt-panel/images/about-1.png) left no-repeat;
}

.panels-info .content > div:nth-child(2) > div:nth-child(2) {
	background: url(/bitrix/templates/agt-panel/images/about-2.png) left no-repeat;
}

.panels-info .content > div:nth-child(2) > div:nth-child(3) {
	background: url(/bitrix/templates/agt-panel/images/about-3.png) left no-repeat;
}

.panels-info .content > div:nth-child(2) > div > div:first-child {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

@media all and (max-width: 800px) {
	.panels-info .content {
		display: block;
	}
	
	.panels-info .content h2 {
		font-size: 30px;
	}

	.panels-info .content > div:first-child {
		padding-right: 0;
		margin-bottom: 50px;
		width: 100%;
	}

	.panels-info .content > div:nth-child(2) {
		width: 100%;
	}
	
	.panels-info .content > div:nth-child(2) > div:nth-child(4) {
		padding-left: 0px;
	}
}


.panel-colors h2 {
	text-align: center;
}

.price-download {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}

.price-download > div {
	width: 48%;
	text-align: center;
	padding: 40px;
	box-sizing: border-box;
	background: #e6e6e6;
}

.price-download h2 {
	margin-top: 0;
}

@media all and (max-width: 800px) {
	.price-download {
		display: block;
	}
	
	.price-download > div {
		width: 100%;
		margin: 10px 0;
	}
}


#panels-agt-supramat {
	background: url(/bitrix/templates/agt-panel/images/agt-supramat-bg.png) center no-repeat;
}

#panels-agt-supramat div {
	color: #fff;
	max-width: 1200px;
	margin: 100px auto 0 auto;
	font-size: 40px;
}

#panels-agt-3p {
	background: url(/bitrix/templates/agt-panel/images/bg-agt-3p.jpg) center no-repeat;
}


.about {
	display: flex;
}

.about > div {
	width: 50%;
}

.about > div h2 {
	font-size: 40px;
}

.about > div img {
	max-width: 100%;
}

@media all and (max-width: 800px) {
	.about {
		display: block;
	}
	
	.about > div {
		width: 100%;
	}
}


.teasers {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0;
}

.teasers div {
	width: 20%;
	text-align: center;
}

.teasers div img {
	display: block;
	margin: 0 auto 20px auto;
}

@media all and (max-width: 800px) {
	.teasers div {
		width: 50%;
		margin-bottom: 30px;
	}
}

@media all and (max-width: 400px) {
	.teasers div {
		width: 100%;
	}
}


#gallery h2 {
	text-align: center;
}

#agt-price h2 {
	text-align: center;
}

#agt-price img {
	display: block;
	margin: 50px auto;
	max-width: 100%;
}

#agt-price .price-footer {
	text-align: center;
}


#contacts {
	margin: 100px 0 0 0;
}

.contacts {
	display: flex;
}

.contacts > div:first-child {
	box-sizing: border-box;
	padding-right: 50px;
}

.contacts > div {
	width: 50%;
}

@media all and (max-width: 800px) {
	.contacts {
		display: block;
	}

	#contacts .content {
		margin-left: 0;
		margin-right: 0;
	}
	
	.contacts > div {
		width: 100%;
	}
	
	.contacts > div:first-child {
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
		padding-right: 0px;
	}
}
/* End */
/* /bitrix/templates/agt-panel/plugins/flexslider/flexslider.css?17754775626591 */
/* /bitrix/templates/agt-panel/plugins/jquery-modal/jquery.modal.css?17754745763621 */
/* /bitrix/components/custom/form.agt-panel/templates/.default/style.css?1775474704837 */
/* /bitrix/components/custom/form.service/templates/.default/style.css?1775474809895 */
/* /bitrix/templates/agt-panel/template_styles.css?17754746389262 */
